@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* CSS Document */
body, html{
	height: 100%;
}
body {
    background: #000000 !important;
    font-family: "Inter", sans-serif !important;
}

h1, h2, h3, h4, h5 {
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}
p, h6{
	font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.title-icon img {
    width: 50px;
    margin-left: 5px;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}
.container {
    max-width: 1280px !important;
}
h3 {
    font-size: 48px !important;
}
.tabcontent {
    display: none;
}
.basic-pan .plan-box ul {
    margin: 6px 7px 0;
    min-height: auto !important;
    padding: 10px 10px !important;
}
.plan-box {
    height: 100%;
}
/*Header Css Start*/
header {
    padding: 10px 0;
    border-bottom: 1px solid #262626;
}
.navbar {
    padding: 0 !important;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-nav a {
    color: #fff !important;
    padding: 0 12px !important;
}
#navbarSupportedContent li a:hover {
    color: #D00A61 !important;
}
.hdr-btn a {
    background-color: #D00A61;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    border: 2px solid #D00A61;
    font-size: 14px;
}
.hdr-btn a:hover {
    background-color: transparent;
    color: #D00A61;
    border: 2px solid #D00A61;
}
.navbar-brand img {
    width: 100%;
}
.navbar-brand {
    width: 20%;
    padding: 0 !important;
    margin: 0 !important;
}
/*Banner Css Start*/
.banner {
    position: relative;
    padding: 90px 0 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.banner::before {
    content: '';
    background-image: url(../images/banner-img.png);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: -120px;
    top: 0;
    width: 60%;
    height: 100vh;
    background-size: cover;
     -webkit-mask-image:
        linear-gradient(to right, transparent 0%, black 25%),
        linear-gradient(to top, transparent 0%, black 25%);
    -webkit-mask-composite: source-in;

    mask-image:
        linear-gradient(to right, transparent 0%, black 25%),
        linear-gradient(to top, transparent 0%, black 25%);
}
.tag {
    border: 1px solid #D00A61;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 8px 10px;
    font-size: 20px;
}
.slide-cap h1 span {
    display: block;
    color: #D00A61;
}
.slide-cap h1 {
    font-size: 92px;
    line-height: 88px;
    color: #fff;
    margin: 15px 0 15px;
}
.slide-cap p {
    color: #FFFFFF;
    width: 29%;
    font-size: 18px;
    margin: 0;
}
.slide-cap ul {
    display: flex;
    margin: 20px 0;
}
.slide-cap ul li {
    text-align: center;
    width: 10%;
    color: #fff;
}
.slide-cap ul span {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #d00a61;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.flx-btn {
    display: flex;
    gap: 20px;
}
.flx-btn a {
    border: 1px solid;
    padding: 13px 25px;
    display: inline-block;
    color: #fff;
}
.dark-btn {
    background-color: #d00a61;
    border-color: #d00a61 !important;
}

/*Process Sec Css Start*/
.proc-blk {
    border: 1px solid #262626;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px;
}
.process {
    padding: 40px 0;
}
.proc-inn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-right: 1px solid #262626;
    line-height: 86px;
}
.proc-inn h6 {
    width: 50%;
    color: #fff;
    margin: 0;
    line-height: 22px;
    text-transform: uppercase;
}
.proc-inn:nth-child(4) {
    border: none;
}
/*Real Result Sec Start*/
.result-txt h2 {
    font-size: 70px;
    line-height: 68px;
    color: #fff;
    margin: 15px 0 15px;
}
.result-txt h2 span {
    display: block;
    color: #D00A61;
}
.result-txt p {
    color: #fff;
}
.result-txt a {
    border: 1px solid #d00a61;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
}
.result-blk img {
    width: 100%;
}
.result-blk, .rslt-img1, .rslt-img2 {
    position: relative;
}
.rslt-img1 span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D20A62;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.rslt-img2 span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000000e3;
    width: 100%;
    text-transform: uppercase;
    padding: 4px 10px;
}
.real-result .col-md-9 .col-md-4 {
    padding: 0 4px;
}
.rslt-img1 {
    padding-bottom: 7px;
}
.result-blk a {
    position: absolute;
    background-color: #d20a62;
    top: 0;
    left: 0;
}
.result-blk a {
    position: absolute;
    background-color: #d20a62;
    top: 45%;
    left: 45%;
    z-index: 99;
    height: 35px;
    width: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/*Membership Page Css Start*/
.membership-sec {
    padding: 15px 0;
}
.result-txt h3 {
    line-height: 56px;
    color: #fff;
    margin: 15px 0 15px;
}
.result-txt h3 span {
    color: #d00a61;
}
.border-box {
    border: 1px solid #424242;
    border-radius: 10px;
    padding: 20px;
}
.pkgs-box {
    border: 1px solid #d00a61;
    height: 100%;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 20px 30px;
}
.result-txt li {
    position: relative;
    color: #fff;
}
.result-txt li::before {
    content: '\f138';
    font-family: 'FontAwesome';
    color: #d00a61;
    margin-right: 10px;
}
.result-txt li {
    position: relative;
    color: #fff;
    line-height: 30px;
}
.rec {
    position: absolute;
    top: -25px;
    left: 0;
    background-color: #d00a61;
    width: 90%;
    right: 0;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.pkgs-box h6 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.img-border {
    border: 2px solid #d70561;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 10px 0;
}
.img-border img {
    width: 50%;
}
.pkgs-box h4 {
    color: #d70561;
    font-size: 40px;
}
.pkgs-box ul {
    text-align: left;
    margin: 20px 0;
    min-height: 165px;
}
.pkgs-box li {
    position: relative;
    color: #fff;
    line-height: 30px;
}
.pkgs-box li::before {
    content: '\f138';
    font-family: 'FontAwesome';
    color: #d00a61;
    margin-right: 10px;
}
.pkgs-box a {
    border: 1px solid #d70561;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}
.recomm a {
    background-color: #d70561;
}
/* New Sections CSS */
.commercial-drivers, .add-ons, .benefits, .waiting-list, .founder {
    padding: 15px 0;
}
.commercial-drivers .border-box {
    padding: 0;
}
.cd-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0 20px;
}
.cd-content h3 {
    color: #fff;
}
.cd-content p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
}
.cd-img img {
    width: 100%;
    border-radius: 10px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
    mask-image: linear-gradient(to right, transparent 0%, black 25%);
}
.pink-btn {
    background-color: #d00a61;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #d00a61;
}
.pink-btn:hover {
    background-color: transparent;
    color: #d00a61;
}

.add-ons-left {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.add-ons {
    padding: 0;
}
.add-ons-left h6 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 8px;
}
.add-ons-left p {
    color: #fff;
    margin: 0;
}
.add-ons-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.add-ons-list li {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.add-ons-list li i {
    color: #d00a61;
}
.right-btn {
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.benefits-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.benefit-item img {
    width: 50px;
}
.benefit-item h6 {
    color: #fff;
    margin: 0;
}

.pink-box {
    background-color: #d00a61;
    border-radius: 10px;
    padding: 30px;
}
.wl-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.wl-icon img {
    width: 90px;
}
.wl-left h3 {
    color: #000;
    margin: 0;
}
.wl-left p {
    color: #000;
    margin: 0;
}
.wl-right {
    display: flex;
    gap: 20px;
}
.qr-code {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0;
}
.qr-code img {
    width: 100px;
    height: 100px;
}
.wl-right h6 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 65%;
}
.wl-right h6::before {
    content: '';
    background-image: url(../images/arrow.png);
    width: 95px;
    height: 27px;
    background-repeat: no-repeat;
    position: relative;
    top: 30px;
}
h1.text-warning.fw-bold.mb-0 {
    color: #d00a61 !important;
    font-weight: 400 !important;
}
h3#total-price {
    color: #ff0f7b !important;
    font-weight: 400 !important;
}
.founder-img img {
    width: 100%;
    border-radius: 0;
    height: 470px;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 25%);
    mask-image: linear-gradient(to left, transparent 0%, black 25%);
    object-position: top;
}
.founder-content h6 {
    color: #d00a61;
}
h6.text-warning.small.fw-bold.mb-3 {
    color: #ff0f7b !important;
}
span.text-warning {
    color: #ff0f7b !important;
}
.founder .border-box {
    padding: 0;
}
.founder-content {
    width: 70%;
    position: relative;
}
.founder-content::before {
    content: '';
    background-image: url(../images/founder-icon.png);
    position: absolute;
    height: 200px;
    width: 200px;
    position: absolute;
    right: -170px;
    background-size: cover;
    top: 30px;
}
.founder-content h3 {
    color: #fff;
    margin: 0 0 5px;
}
.founder-content h3 span {
   color: #d00a61; 
}
.founder-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 23px;
}
.border-btn {
    border: 1px solid #d00a61;
    color: #d00a61;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
}
.border-btn:hover {
    background-color: #d00a61;
    color: #fff;
}

/* Footer CSS */
footer {
    padding: 40px 0 20px;
    border-top: 1px solid #262626;
    margin-top: 20px;
}
footer .row > div:not(:last-child) {
    border-right: 1px solid #262626;
    padding-right: 30px;
}
footer .row > div:not(:first-child) {
    padding-left: 30px;
}
.footer-brand img {
    width: 180px;
    margin-bottom: 15px;
}
.footer-brand p {
    color: #999;
    font-size: 14px;
}
.footer-links h5 {
    color: #d00a61;
    font-size: 22px;
    margin-bottom: 15px;
}
.quick-links-columns {
    display: flex;
    gap: 40px;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: #fff;
    font-size: 15px;
}
.footer-links a:hover {
    color: #d00a61;
}
.footer-links .fa-map-marker-alt {
    color: #d00a61;
    margin-right: 5px;
}
.footer-social h5 {
    color: #d00a61;
    font-size: 22px;
    margin-bottom: 15px;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}
.social-icons a:hover {
    color: #d00a61;
}
.social-handle {
    color: #999;
    font-size: 14px;
}
.footer-bottom {
    border-top: 1px solid #262626;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
}
.footer-bottom p {
    color: #999;
    margin: 0;
}
.footer-bottom p a {
    color: #d00a61;
}
.dark-btn:hover, .recomm a:hover {
    background-color: transparent !important;
    color: #d00a61;
    border-color: #d00a61;
}
.light-btn:hover, .result-txt a:hover, .pkgs-box a:hover {
    background-color: #d00a61;
    color: #fff;
}

/* ---------- ABOUT HERO ---------- */
.about-hero {
    padding: 140px 0 60px;
    position: relative;
    overflow: hidden;
}
.about-hero::before {
    content: '';
    background-image: url(../images/about-banner.png);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%), linear-gradient(to top, transparent 0%, black 25%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to right, transparent 0%, black 25%), linear-gradient(to top, transparent 0%, black 25%);
}
.membr-banner::before {
    background-image: url(../images/membership.png);
}
.about-hero-txt .script-tag {
    font-family: "Brush Script MT", cursive;
    color: #d00a61;
    font-size: 70px;
    margin: 0;
}
.about-hero-txt h1 {
    font-size: 160px;
    line-height: 95px;
    color: #fff;
    margin: 20px 0;
    letter-spacing: 14px;
}
.about-hero-txt h1 span {
    color: #d00a61;
}
.about-hero-txt p {
    color: #fff;
    font-size: 18px;
    max-width: 80%;
}
.about-hero-txt .script-line {
    font-family: "Brush Script MT", cursive;
    color: #d00a61;
    font-size: 38px;
}
.about-hero-img img {
    width: 100%;
    border-radius: 10px;
}

/* ---------- HOW IT STARTED ---------- */
.how-started {
    padding: 30px 0 0;
}
.how-started-img img {
    width: 100%;
    border-radius: 10px;
}
.how-started-txt h2 {
    font-size: 48px;
    color: #fff;
    margin: 5px 0 0px;
}
.sub-hd {
    color: #E11E6D;
    position: relative;
    padding-left: 50px;
}
.sub-hd::before {
    content: '';
    height: 2px;
    width: 40px;
    background-color: #E11E6D;
    position: absolute;
    left: 0;
    top: 7px;
}
.how-started-txt p {
    color: #ccc;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
}
.how-started .row {
    align-items: flex-end !important;
}
.quote-line {
    color: #fff;
}
.quote-line h5 {
    font-family: "Inter", sans-serif;
    color: #d00a61;
}
.sign {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Brush Script MT", cursive;
    font-size: 34px;
}
.how-started-txt {
    border-right: 1px solid #EA408E;
    padding-right: 20px;
}
.sign i {
    margin: 0;
    color: #F33B8E;
    font-size: 28px;
}
.how-started-txt .quote-line {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-left: 2px solid #d00a61;
    padding-left: 15px;
    margin: 20px 0;
}
.how-started-txt .quote-line .heart-icon {
    color: #d00a61;
    font-size: 22px;
}
.how-started-txt .quote-line h5 {
    color: #d00a61;
    margin: 0 0 5px;
    font-size: 20px;
}
.how-started-txt .quote-line p {
    color: #fff;
    margin: 0;
}
.how-started-txt .sign {
    font-family: "Brush Script MT", cursive;
    color: #d00a61;
    font-size: 24px;
    margin: 10px 0 0;
}

/* ---------- WHAT MAKES US DIFFERENT / OUR VALUES ---------- */
.diff-values {
    padding: 20px 0;
}
.diff-values .border-box {
    height: 100%;
}
.diff-box h4, .values-box h4 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-family: "Bebas Neue", sans-serif;
}
.diff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.diff-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.diff-item span {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diff-item img {
    width: 100%;
}
.diff-item p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.values-grid {
    display: flex;
    gap: 20px;
}
.value-item {
    flex: 1;
    background: #040404;
    border: 1px solid #262626;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
}
.value-item span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.value-item img {
    width: 100%;
}
.value-item h6 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 16px;
}
.value-item p {
    color: #999;
    font-size: 13px;
    margin: 0;
}
.border-boxs {
    display: flex;
    gap: 7px;
}
.comp {
    display: flex;
    border: 1px solid #424242;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.comp::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: 50%;
    position: absolute;
    z-index: 9;
}
.comp img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.comp span {
    position: relative;
}
.comp span h6 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    background-color: #000000cc;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    text-transform: uppercase;
}
.int-blk-main img {
    width: 100%;
    height: 220px;
}
.int-blk {
    display: flex;
    border: 1px solid #424242;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.int-blk-main {
    display: flex;
    gap: 10px;
}
.int-blk span {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    background-color: #000000cc;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    text-transform: uppercase;
}


/* ---------- REAL RESULTS (ABOUT VERSION) ---------- */
.about-results {
    padding: 0px 0 20px;
}
.about-results .result-head h2 {
    color: #fff;
    font-size: 48px;
    margin: 10px 0;
}
.about-results .result-head p {
    color: #fff;
    margin: 0 0 15px;
}
.result-head a {
    padding: 8px 10px;
    display: inline-block;
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
}
.comp a {
    position: absolute;
    background-color: #d20a62;
    top: 42%;
    left: 42%;
    z-index: 99;
    height: 35px;
    width: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.about-results .col-md-3 {
    padding: 0 6px;
}

/* ---------- JOURNEY & MOVEMENT ---------- */
.journey-movement {
    padding: 0px 0 20px;
}
.journey-box, .movement-boxs {
    border: 1px solid #424242;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.movement-boxs {
    display: flex;
}
.movement-box {
    flex: 0 0 40%;
}
.journey-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    position: relative;
}
.journey-track::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    background-color: #fff;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.journey-step {
    text-align: center;
    width: 18%;
}
.journey-step .j-icon {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #d00a61;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #d00a61;
    font-weight: bold;
    background-color: #000;
}
.journey-track::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    background-color: #c3095b;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.j-icon img {
    width: 30px;
    height: 30px;
}
.journey-step h6 {
    color: #C44880;
    margin: 0 0 5px;
    font-size: 13px;
}
.journey-box h3 {
    color: #fff;
    margin: 0;
}
.journey-step p {
    color: #999;
    font-size: 11px;
    margin: 0;
}
.movement-box h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 32px !important;
}
.movement-box p {
    color: #fff;
    margin: 0 0 15px;
}
.movement-socials a {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
}
.movement-grid {
    flex: 0 0 60%;
}
.movement-grid img {
    width: 100%;
}
.movement-box .handle {
    color: #999;
    margin: 0;
}

/* ---------- CTA BAND ---------- */
.cta-band {
    padding: 0;
}
.cta-inner {
    background-color: #d00a61;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-left h2 {
    color: #000;
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 15px;
}
.cta-left h2 span {
    display: block;
    color: #fff;
}
.cta-icons {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.cta-icons li {
    color: #000;
    font-size: 14px;
}
.cta-icons li i {
    margin-right: 6px;
}
.cta-right .dark-btn {
    background-color: #000;
    border-color: #000 !important;
    color: #fff;
}
.cta-right .dark-btn:hover {
    background-color: transparent;
    color: #000;
}

@media (max-width: 991px) {
    .about-hero-txt h1 { font-size: 70px; line-height: 65px; }
    .diff-grid { grid-template-columns: 1fr; }
    .values-grid { flex-direction: column; }
    .journey-step { width: 30%; margin-bottom: 15px; }
    .cta-inner { flex-direction: column; gap: 20px; text-align: center; }
    .movement-grid { grid-template-columns: 1fr 1fr; }
}
.cta-left img {
    width: 100%;
}
.cta-txt {
    color: #fff;
}
.cta-txt h3 span {
    display: block;
    color: #F33B8E;
}
.cta-band .row {
    align-items: center;
}
.cta-txt ul {
    margin: 0;
}
.cta-txt ul li::before {
    content: '\f138';
    font-family: 'FontAwesome';
    color: #d00a61;
    margin-right: 10px;
}
.cta-txt ul li {
    position: relative;
    margin: 3px 0;
}
.cta-right {
    text-align: center;
}
.cta-right a {
    background-color: #F33B8E;
    color: #fff !important;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
}
.cta-right a i {
    margin-left: 2px;
}
.cta-right ul {
    display: flex;
    margin: 22px 0 0;
}
.cta-right li span {
    display: block;
    color: #fff;
}
.cta-right li img {
    height: 40px;
    margin: 0 0 10px;
}
.cta-band .border-box {
    position: relative;
    overflow: hidden;
}
.cta-band .border-box::before {
    content: '';
    background-image: url(../images/cta-cover.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%), linear-gradient(to top, transparent 0%, black 25%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to right, transparent 0%, black 25%), linear-gradient(to top, transparent 0%, black 25%);
    left: 0;
    margin: 0 auto;
}
/*Member Page Css Start*/
.mbr-flx {
    display: flex;
    text-align: center;
    margin-top: 30px;
}
.mbr-box span img {
    width: 100%;
}
.mbr-box span {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    margin: 0 0 10px;
}
.mbr-box h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
}
.membr-slide {
    color: #fff;
}
.membr-slide .tagline span {
    display: block;
    color: #F33B8E;
}
.membr-slide .tagline {
    font-size: 20px;
    line-height: 28px;
}
.mbr-box {
    border-right: 1px solid #D1095F;
}
.mbr-box:last-child {
    border: none;
}
.mbmr-cta .row {
    align-items: center;
}
.mbmr-cta {
    color: #fff;
}
.mbmr-cta a {
    border: 1px solid #d00a61;
    color: #d00a61;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    float: right;
}
.mbmr-cta p {
    margin: 0;
}
.pg-pkgs {
    padding: 30px 0;
}
.pg-pkgs-blk {
    border: 1px solid #d9d9d9a3;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    position: relative;
}
.pkg-bdg::before {
    content: 'MOST POPULAR';
    background-image: url(../images/badge.png);
    position: absolute;
    top: -18px;
    height: 40px;
    width: 250px;
    left: 0;
    background-size: 100%;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    line-height: 30px;
}
.sml-tg {
    display: inline-block;
    color: #f33b8e;
    margin: 0 0 12px;
}
.pg-pkgs-blk h3 {
    margin: 0;
    font-size: 42px !important;
}
.pg-pkgs-blk h4 {
    color: #F33B8E;
    font-size: 32px;
    margin: 0;
}
.pkg-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 12px 0;
}
.pkg-icon img {
    width: 100%;
}
.pg-pkgs-blk h6 {
    font-size: 36px;
}
.sml-amt {
    font-size: 16px;
}
.pkg-tag {
    display: inline-block;
    background-color: #F33B8E;
    padding: 10px 20px;
}
.pg-pkgs-blk ul {
    text-align: left;
    height: 250px;
    margin-top: 20px;
}
.pg-pkgs-blk li {
    position: relative;
    color: #fff;
    line-height: 30px;
}
.pg-pkgs-blk li::before {
    content: '\f138';
    font-family: 'FontAwesome';
    color: #d00a61;
    margin-right: 10px;
}
.pg-pkgs-blk p {
    font-size: 14px;
}
.pkg-flx {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-top: 40px;
}
.pkg-txts h5 {
    color: #F33B8E;
    font-size: 24px;
    margin: 0;
}
.pkg-txts h6 {
    font-size: 28px;
}
.pkg-txts h6 .sml-amt {
    font-size: 12px;
}
.pg-pkgs-blk a {
    border: 1px solid #F33B8E;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    margin-top: 10px;
}
.pg-pkgs-recm a {
    background-color: #F33B8E;
}
.buss-pric-flx {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.buss-pric-blk {
    color: #fff;
}
.buss-pric-blk h6 {
    font-size: 16px;
    margin: 0;
}
.buss-pric-blk p {
    font-size: 12px;
}
.buss-pric-flx img {
    width: 50px;
}
.tbl-blk {
    color: #fff;
}
.tbl-blk th {
    color: #F33B8E;
    white-space: nowrap;
    font-size: 15px;
    min-width: 185px;
    padding: 10px 0;
}
.tbl-blk td {
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 0;
}
.buss-pric .border-box {
    height: 100%;
}
.ques h4 {
    color: #fff;
}
.ques .card-header {
    padding: 0;
    border: none;
    background-color: #000000 !important;
}
.ques .card {
    border: none;
}
.ques .card-header h5 {
    font-size: 12px;
    font-family: "Inter", sans-serif;
}
.ques .card-body {
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
}
.ques .card-body p {
    margin: 0;
}
.ques .arrow-icon {
    color: #f33b8e;
    font-size: 20px;
}
.callout-flx {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    justify-content: center;
}
.callout .row {
    align-items: center;
}
.callout-txt h3 {
    margin: 0;
    color: #f33b8e;
}
.callout a {
    background-color: #F33B8E;
    color: #fff !important;
    display: inline-block;
    padding: 12px 50px;
}
.callout {
    text-align: center;
    padding-top: 30px;
}
.pg-pkgs-recm {
    border-color: #F33B8E;
}
.tbl-inn-bdr {
    margin: 8px 0 0;
    border: 1px solid #424242;
    border-radius: 10px;
    padding: 15px 20px;
}
.cdlr-sec .border-box {
    display: flex;
    justify-content: space-between;
}
.cdlr-sec {
    padding: 0 0 30px;
}
.cdlr-flx {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.cdlr-flx img {
    width: 50px;
}
.cdlr-flx-blk h6 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 14px;
}
.cdlr-flx-blk p {
    color: #fff;
    margin: 0;
    font-size: 12px;
}
.inn-banner {
    text-align: center;
    padding: 40px 0;
    color: #fff;
}
.inn-cap p {
    margin: 0;
}
.bf-af-flx img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.bf-af-flx {
    display: flex;
    border: 1px solid #6E6E6E;
    border-radius: 10px;
    overflow: hidden;
}
.bf-blk, .af-blk {
    position: relative;
}
.bf-af-flx span {
    position: absolute;
    background-color: #D00A61;
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}
.bf-blk {
    border-right: 1px solid #6E6E6E;
}
.bf-blk span {
    top: 10px;
    left: 10px;
}
.af-blk span {
    right: 10px;
    top: 10px;
}
.tab-content h6 {
    text-align: center;
    margin: 10px 0 0;
    color: #fff;
    text-transform: uppercase;
}
.tabs-btn {
    text-align: center;
    margin: 0 0 25px;
}
.tabs-btn button {
    border: 1px solid #5C5A5A;
    background-color: transparent;
    color: #fff;
    padding: 7px 22px;
    border-radius: 5px;
    margin: 0 3px;
    transition: all 0.5s;
}
.tabs-btn button:hover, .tabs-btn .tablinks.active {
    border-color: #FF0000;
    color: #FF0000;
}
.gallery-sec .tabcontent {
    display: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.gallery-sec h6 {
    text-align: center;
    margin: 10px 0 0;
    color: #fff;
}
.gallery-sec .tabcontent .col-md-3 {
    margin: 0 0 25px;
}
.proct-flx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.proct-blk {
    display: flex;
    align-items: center;
    gap: 12px;
}
.proct-blk h5 {
    margin: 0;
    color: #fff;
}
.proct-sec {
    padding-top: 25px;
}
.cdlr-end {
    display: block;
    flex: 35%;
    border-right: none !important;
    padding-right: 0 !important;
}
.cdlr-end h6 {
    color: #fff;
    font-size: 18px;
}
.cdlr-end ul {
    margin: 0;
}
.cdlr-end li {
    font-size: 14px;
    color: #fff;
    position: relative;
}
.cdlr-end li::before {
    content: '\f00c';
    font-family: fontawesome;
    color: #f33b8e;
    margin-right: 8px;
}
.cdlr-new {
    border: 1px solid #424242;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.cdlr-new .border-box {
    border: none;
    border-radius: 0;
    padding: 0;
    align-items: center;
}
.cdlr-new .border-box .cdlr-flx {
    border-right: 1px solid #424242;
    padding: 0 20px;
    align-items: center;
}
.tbl-blk table {
    width: 100%;
}
.callout-txt {
    text-align: left;
}
.main-plans .membr-slide h2 {
    font-size: 70px;
}
.main-plans .membr-slide h5 {
    font-size: 34px;
    line-height: 40px;
}
.mplan-title {
    text-align: center;
    color: #fff;
}
.mplan-title h3 {
    margin: 0 0 5px;
}
.mplan-title h5 {
    letter-spacing: 1px;
}
.plan-hd {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}
.plan-hd img {
    width: 25%;
}
.plan-title h4 {
    margin: 0;
    color: #fff;
}
.plan-title h5 {
    color: #F33B8E;
    margin: 0;
}
.plan-box p {
    color: #fff;
    font-size: 14px;
}
.plan-pric {
    color: #fff;
    font-size: 40px;
}
.plan-pric small {
    font-size: 20px;
    letter-spacing: 1px;
}
.plan-off {
    border: 1px solid #F33B8E;
    border-radius: 5px;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 8px 10px;
}
.plan-off h6 {
    color: #F33B8E;
    background-color: #000;
    position: relative;
    display: block;
    margin-top: -10px;
    width: 50%;
    left: 0;
    right: 0;
    margin: -8px auto 0;
    top: -7px;
}
.plan-quan {
    display: block;
    font-size: 26px;
    line-height: 24px;
}
.plan-box li {
    position: relative;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.plan-box li::before {
    content: '\f138';
    font-family: 'FontAwesome';
    color: #d00a61;
    margin-right: 8px;
}
.plan-box ul {
    margin: 13px 10px;
}
.plan-box a {
    border: 1px solid #F33B8E;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}
.plan-box {
    border: 1px solid #424242;
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
}
.main-plan .border-box {
    padding: 20px;
}
.main-plan .border-box .col-md-6 {
    padding: 4px;
}
.plan-tle {
    text-align: center;
    margin: 0 0 20px;
    color: #fff;
}
.plan-box.pkg-bdg::before {
    width: 140px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    top: -9px;
    line-height: 17px;
}
.plan-box.pkg-bdg a {
    background-color: #f33b8e;
}
.mini-plan .col-md-4 {
    padding: 0 3px;
}
.mini-plan {
    padding-left: 0 !important;
}
.mini-plan .plan-hd {
    margin: 0;
}
.pin-tag {
    display: inline-block;
    background-color: #F33B8E;
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
}
.mini-plan .plan-box li::before {
    float: left;
    margin-bottom: 10px;
}
.mini-plan .plan-box li {
    width: 100%;
    display: inline-block;
    line-height: 15px;
    margin-bottom: 4px;
    font-size: 13px;
}
.mini-plan .pkg-flx {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-top: 0;
}
.basic-pan .pkg-flx {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-top: 0;
}
.mini-plan .pkg-flx img {
    width: 50px;
}
.basic-pan .pkg-flx img {
    width: 50px;
}
.mini-plan .pkg-txts h5 {
    font-size: 18px;
}
.mini-plan .pkg-txts h6 {
    font-size: 18px;
    color: #D00A61;
    margin: 0;
}
.mini-plan .pkg-txts h6 .sml-amt {
    color: #fff;
    font-size: 10px;
}
.pkg-tm {
    border: 1px solid #F33B8E;
    padding: 10px 5px;
}
.pkg-tm p {
    margin: 0;
    font-size: 10px;
    text-align: right;
}
.mini-plan .plan-box ul {
    margin: 6px 7px 0;
    min-height: 320px;
}
.pkg-cons h6 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 5px;
}
.pkg-cons p {
    color: #fff;
    margin: 0;
    font-size: 12px;
}
.pkg-cons {
    text-align: center;
    padding: 15px 0;
}
.border-box-btm {
    margin-top: 20px;
}
.plan-tle h4 {
    font-size: 38px;
}
.plan-tle h6 {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px;
    letter-spacing: 2px;
    width: 70%;
    margin: 0 auto;
}
.plan-tle h6 span {
    color: #f33b8e;
}
.mplan-tab {
    text-align: center;
    margin: 20px 0 10px;
}
.mplan-tab button {
    border: 1px solid #424242;
    background-color: transparent;
    color: #fff;
    text-align: left;
    min-width: 330px;
    padding: 10px 40px;
    border-radius: 5px;
}
.mplan-tab button span {
    display: block;
    font-size: 14px;
}
.mplan-tab button.active {
    border-color: #f33b8e;
}
.pkg-cons p span {
    color: #f33b8e;
}
.how-com {
    padding: 20px 0 10px;
}
.how-com h3 {
    color: #fff;
    font-size: 35px !important;
}
.how-com-blk {
    color: #fff;
}
.how-com-blk h4 {
    margin: 0 0 2px;
    letter-spacing: 1px;
}
.how-com-blk .row {
    align-items: center;
    border-bottom: 1px solid #424242;
    padding: 10px;
}
.how-com-blk h5 span {
    display: block;
    color: #fff;
}
.how-com-blk h5 {
    text-align: center;
    margin: 0;
    color: #D00A61;
}
.how-com-blk .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.how-com-blk .row .col-md-6 {
    border-right: 1px solid #424242;
}
.how-com-blk .row .col-md-6:last-child {
    border-right: none;
}
.how-com-blk h6 {
    margin: 0;
    font-size: 13px;
}
.opt-cta {
    padding-top: 20px;
}
.opt-flx {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.opt-box span {
    display: flex;
    height: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.opt-box span img {
    width: 50px;
}
.opt-box h5 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}
.opt-title {
    color: #fff;
}
.opt-title h3 {
    margin: 0;
}
.opt-box {
    position: relative;
}
.opt-box::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #D00A61;
    position: absolute;
    right: -45px;
}
.pink {
    color: #F33B8E;
}
.compare-container {
    position: relative;
    overflow: hidden;
    --position: 50%;
    border: 1px solid #6E6E6E;
    border-radius: 10px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 280px;
}

.slider-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    user-select:none;
    -webkit-user-drag:none;
}

.image-after{
    z-index:1;
}

.image-before{
    z-index:2;
    width:var(--position);
    overflow:hidden;
}

.compare-slider{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:ew-resize;
    z-index:10;
}

.slider-line{
    position:absolute;
    top:0;
    left:var(--position);
    transform:translateX(-50%);
    width:2px;
    height:100%;
    background:#fff;
    z-index:3;
    pointer-events:none;
}

.slider-button{
    position:absolute;
    left:var(--position);
    top:50%;
    transform:translate(-50%,-50%);
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:4;
    pointer-events:none;
    font-size:20px;
    font-weight:bold;
}
.transf-slid-blk {
    margin: 0 5px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #121212;
}
.image-container span {
    background-color: #D00A61;
    position: absolute;
    z-index: 999;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    top: 10px;
    font-size: 14px;
    min-width: 65px;
    text-align: center;
}
.a-tag {
    right: 10px;
}
.b-tag {
    left: 10px;
}
.trans-flx {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 10px;
}
.trans-flx-txr h5 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}
.trans-flx-txr p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.trnas-title {
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
}
.trnas-title h3 {
    margin: 0;
}
.transform-sec .slick-prev:before {
    content: '\f053' !important;
}
.transform-sec .slick-next:before {
    content: '\f054' !important;
}
.transform-sec .slick-prev:before, .transform-sec  .slick-next:before {
    font-family: fontawesome !important;
    color: #d1095f !important;
    font-size: 30px !important;
}
.transform-sec {
    padding: 0 0 25px;
}
.border-box-grey {
    background-color: #121212;
}
.exp-blk {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-right: 1px solid #C2BABA;
}
.exp-blk h4 {
    color: #D00A61;
    font-size: 36px;
    margin: 0;
}
.exp-blk p {
    margin: 0;
    color: #fff;
}
.expe .col-md-3:last-child .exp-blk {
    border: none;
}
.tmls-sec {
    padding: 30px 0;
}
.tmls-sec h3 {
    text-align: center;
    color: #fff;
}
.slider-blk {
    background-color: #121212;
    color: #fff;
    margin: 0 8px;
    border-radius: 10px;
    padding: 25px;
}
.tmls-flx {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.tmls-flx img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.tmls-flx h5 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
}
.tmls-flx-con h6 {
    margin: 0 !important;
}
.slider-blk i {
    color: #d00a61;
}
.slider-blk p {
    margin: 10px 0;
    min-height: 85px;
}
.tmls-sec .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #d00a61;
}
.tmls-sec .slick-dots li button:before {
    font-size: 16px;
    color: #7c7b7b;
}
.tmls-sec .slick-arrow {
    display: none !important;
}
.qulty-title {
    text-align: center;
    color: #fff;
    width: 70%;
    margin: 0 auto 30px;
}
.qulty-flx {
    display: flex;
    justify-content: space-around;
}
.qulty-flx-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-right: 1px solid #C2BABA;
    padding-right: 32px;
}
.qulty-flx-box:last-child {
    border-right: none;
    padding-right: 0px;
}
.qulty-flx-box img {
    width: 50px;
}
.qulty-flx-box h5 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

/* Custom Styles for Bevins Banner */
.bevins-banner {
    background-color: #0b0b0b;
    color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    font-family: 'Arial', sans-serif; /* Aap apna font use kar sakte hain */
    border: 1px solid #1a1a1a;
}

/* Image styling */
.banner-img-container {
    min-height: 250px;
    background-color: #000;
}
.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* Typography & CTA */
.banner-heading {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.banner-subtext {
    color: #b3b3b3;
    font-size: 0.95rem;
}
.btn-book {
    background-color: #d60e64; /* Pink/Magenta Color */
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}
.btn-book:hover {
    background-color: #b00b52;
}

/* Icons Section */
.feature-icon {
    color: #d60e64;
    font-size: 1.8rem;
}
.icon-text {
    font-size: 0.72rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.3;
    color: #ffffff;
}
.border-right-custom {
    border-right: 1px solid #333333;
}

/* Bottom Bar */
.bottom-bar {
    background-color: #0f0f0f;
    border-top: 1px solid #1a1a1a;
}
.bottom-icon {
    color: #d60e64;
    font-size: 1.5rem;
}
.bottom-title {
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}
.bottom-text {
    color: #999999;
    font-size: 0.9rem;
}
.btn-learn-more {
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}
.btn-learn-more i {
    color: #d60e64;
    font-size: 0.8rem;
}
.btn-learn-more:hover {
    color: #d60e64;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .feature-icons-row {
        margin-top: 1.5rem;
    }
}
@media (max-width: 767px) {
    .banner-img-container {
        height: 200px;
        position: relative !important;
    }
    .border-right-custom {
        border-right: none;
    }
    .banner-heading {
        font-size: 1.4rem;
    }
}
.bevins-banner h3 {
    font-size: 30px !important;
    letter-spacing: 2px;
}
.bnvv-bnr {
    padding: 24px 0 10px;
}
.feature-icons-row img {
    width: 42px;
    margin: 0 0 10px;
}
.bnvv-bnr .dark-btn {
    background-color: #d00a61;
}

/* Background & Section Wrapper */
.waiting-list-section {
    background-color: #0b0b0b;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #d60e64; /* Outer pink border */
    font-family: 'Arial', sans-serif;
}

/* Titles */
.section-title {
    font-size: 2rem;
    letter-spacing: -0.5px;
}
.section-subtitle {
    color: #a0a0a0;
    font-size: 0.95rem;
}

/* Form Styling */
.custom-input {
    background-color: #050505 !important;
    border: 1px solid #1a1a1a !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 0 10px !important;
    height: 46px !important;
    font-size: 0.95rem !important;
}
.waiting-list-section textarea {
    height: 120px !important;
    padding: 10px 10px !important;
}
.waiting-list-section button {
    background-color: #d00a61;
    padding: 14px 0;
}
.custom-input::placeholder {
    color: #555555;
}
.custom-input:focus {
    border-color: #d60e64 !important;
    box-shadow: none !important;
}
.perk-icon-box img {
    width: 50px;
}
.perk-heading {
    font-size: 22px;
    letter-spacing: 1px;
}
.expe h3 {
    color: #fff;
    text-align: center;
    font-size: 40px !important;
    margin: 0 0 20px;
}

/* Custom Select Dropdown Arrow Fix */
.custom-select-dark {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

/* Checkbox & Footer Notes */
.checkbox-label {
    color: #ffffff;
    font-size: 0.9rem;
    cursor: pointer;
}
.checkbox-icon-mock, .privacy-icon {
    color: #d60e64;
    font-size: 1.1rem;
}
.privacy-note {
    color: #a0a0a0;
    font-size: 0.85rem;
}

/* Button */
.btn-join-submit {
    background-color: #d60e64;
    color: #ffffff !important;
    padding: 14px;
    border-radius: 6px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border: none;
    transition: background-color 0.3s ease;
}
.btn-join-submit:hover {
    background-color: #b00b52;
}

/* Right Side: Perks */
.perks-title {
    font-size: 1.7rem;
    letter-spacing: -0.5px;
}
.pink-line {
    width: 60px;
    height: 2px;
    background-color: #d60e64;
    margin-bottom: 25px;
}
.perk-icon-box {
    color: #d60e64;
    font-size: 1.5rem;
    line-height: 1;
}
.perk-heading {
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.perk-text {
    color: #a0a0a0;
    font-size: 0.85rem;
    line-height: 1.4;
}
.waiting-list-section h2, .waiting-list-section h3 {
    letter-spacing: 2px;
}


/* Vertical line on desktop */
@media (min-width: 992px) {
    .border-right-md {
        border-right: 1px solid #222222;
    }
}
@media (max-width: 991px) {
    .border-right-md {
        border-right: none;
    }
}
/* Custom Styles for Waitlist Banner */
.bevins-waitlist-banner {
    background-color: #050505;
    color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
    border: 1px solid #141414;
}

/* Left Image Styling */
.banner-img-container {
    min-height: 200px;
    background-color: #000;
}
.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* Typography */
.banner-subheading {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}
.banner-heading {
    color: #d60e64; /* Pink/Magenta Text */
    font-size: 2.1rem;
    letter-spacing: -0.5px;
    line-height: 1.1;
}
.banner-desc {
    font-size: 0.9rem;
    color: #a0a0a0 !important;
}

/* CTA Button */
.btn-waitlist {
    background-color: #d60e64;
    color: #ffffff !important;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    max-width: 280px;
    transition: background-color 0.3s ease;
}
.btn-waitlist:hover {
    background-color: #b00b52;
}

/* Bottom/Side Note */
.note-text {
    color: #e0e0e0;
    font-size: 0.9rem;
}
.note-text i {
    color: #d60e64;
    font-size: 1.1rem;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .btn-waitlist {
        max-width: 100%; /* Tablet/Mobile par full width stretch ho jayega */
    }
}
@media (max-width: 767px) {
    .banner-img-container {
        height: 180px;
        position: relative !important;
    }
    .banner-heading {
        font-size: 1.7rem;
    }
}
.waiting-list-main {
    padding: 0 0 30px;
}
.bevins-waitlist-banner h3, .bevins-waitlist-banner h2 {
    letter-spacing: 1px;
}
.bevins-waitlist-banner a {
    background-color: #d60e64;
}


/* Base Layout Colors & Fonts */
.contact-section {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
}

.text-pink {
    color: #d60e64 !important;
}

/* Typography */
.small-title {
    font-size: 0.8rem;
    letter-spacing: 2px;
}
.main-heading {
    font-size: 3.2rem;
    line-height: 1.05;
    letter-spacing: -1px;
}
.subtext {
    font-size: 1rem;
    color: #a0a0a0 !important;
}

/* Left Contact Info Column */
.contact-icon {
    color: #d60e64;
    font-size: 1.6rem;
    width: 35px;
    text-align: center;
}

.info-val {
    font-size: 0.95rem;
}

/* Form Styling & Vertical Divider */
.border-left-custom {
    border-left: 1px solid #1a1a1a;
}
.form-heading {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}
.custom-input {
    background-color: #050505 !important;
    border: 1px solid #1c1c1c !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 0.85rem;
}
.custom-input::placeholder {
    color: #4a4a4a !important;
}
.custom-input:focus {
    border-color: #d60e64 !important;
    box-shadow: none !important;
}

/* Dropdown specific fix */
.custom-select-dark {
    appearance: none;
    color: #4a4a4a !important;
}

/* Buttons */
.btn-pink {
    background-color: #d60e64;
    color: #ffffff !important;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
}
.btn-pink:hover {
    background-color: #b00b52;
}
.privacy-note {
    font-size: 0.75rem;
}

/* Floating Appointment Banner Card */
.cta-box {
    background-color: #050505;
    border: 1px solid #141414;
    border-radius: 10px;
}
.cta-box-icon {
    color: #d60e64;
    font-size: 1.8rem;
}
.cta-title {
    font-size: 0.95rem;
}
.cta-desc {
    font-size: 0.78rem;
    color: #8a8a8a !important;
}
.contact-section h1, .contact-section h3 {
    letter-spacing: 1px;
}
h5.info-label {
    font-size: 26px;
    letter-spacing: 2px;
}
.media img {
    width: 40px;
    margin-right: 12px;
}
.cta-box img {
    width: 45px;
    margin-right: 10px;
}
.ctc-exp .exp-blk-flx h4 {
    color: #fff;
    font-size: 20px;
}
.ctc-exp .exp-blk {
    align-items: center;
}
.contact-section::before {
    content: '';
    background-image: url(../images/banner-img.png);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: -120px;
    top: 0;
    width: 60%;
    height: 100vh;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%), linear-gradient(to top, transparent 0%, black 25%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to right, transparent 0%, black 25%), linear-gradient(to top, transparent 0%, black 25%);
}

.user-dropdown{
    position: relative;
    display: inline-block;
    margin-left:15px;
}

.user-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #d00a61;
    background: #d00a61;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .3s;
}

.user-toggle:hover{
    transform:scale(1.05);
}

.user-menu{
    position:absolute;
    top:70px;
    right:0;
    width:200px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:all .3s ease;

    overflow:hidden;
    z-index:999;
}

.user-menu.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.user-menu a {
    display: block;
    padding: 11px 22px;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    transition: .3s;
    border-bottom: 1px solid #00000059;
}

.user-menu a:hover{
    background:#f7f7f7;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .main-heading {
        font-size: 2.5rem;
    }
    .cta-box {
        margin-top: 2rem;
    }
}
@media (max-width: 767px) {
    .border-left-custom {
        border-left: none;
        border-top: 1px solid #1a1a1a;
        padding-top: 2rem;
    }
    .main-heading {
        font-size: 2.2rem;
    }
    .cta-box {
        flex-direction: column;
        text-align: center;
    </div>
    .cta-box .mr-3 {
        margin-right: 0 !important;
        margin-bottom: 1rem;
        flex-direction: column;
    }
    .cta-box-icon {
        margin-right: 0 !important;
        margin-bottom: 0.5rem;
    }
    .cta-box .btn {
        width: 100%;
    }
}

/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {
}
/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {
.about-hero {
    padding: 50px 0 40px;
}
.banner {
    padding: 70px 0 30px;
    height: auto;
}
}
/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
}
/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
.proc-inn {
    display: block;
    flex: 0 0 50%;
    text-align: center;
    border-right: none;
}
.proc-blk {
    flex-wrap: wrap;
}
.proc-inn h6 {
    width: 100%;
}
.benefits-row {
    flex-wrap: wrap;
}
.founder .border-box {
    overflow: hidden;
}
.navbar-brand {
    width: 40%;
}
.tag {
    font-size: 12px;
}
.slide-cap h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 15px 0 15px;
}
.slide-cap p {
    width: 100%;
    font-size: 14px;
}
.flx-btn a {
    padding: 10px 13px;
    font-size: 12px;
}
.slide-cap ul li {
    width: 28%;
    font-size: 14px;
}
.banner {
    padding: 40px 0;
    height: auto;
}
.banner::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}
.result-txt h2 {
    font-size: 38px;
    line-height: 38px;
    margin: 10px 0 10px;
}
.result-txt {
    margin: 0 0 30px;
}
.container {
    max-width: 100% !important;
}
.result-blk {
    margin: 0 0 30px;
}
.border-box .col-md-9 .row {
    gap: 20px;
}
.cd-content {
    padding: 20px 20px;
}
h3 {
    font-size: 36px !important;
    line-height: 40px !important;
}
.add-ons-left {
    flex-direction: column;
    margin: 0 0 20px;
}
.wl-left {
    margin: 0 0 20px;
}
.founder-content {
    width: 100%;
    padding: 30px;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.navbar-collapse {
    text-align: center;
}
.hdr-btn {
    justify-content: center;
}
.navbar-nav li a {
    border-top: 1px solid #ffffff40;
    padding: 10px 0 !important;
}
.about-hero-txt .script-tag {
    font-size: 48px;
}
.about-hero {
    padding: 30px 0 30px;
}
.about-hero::before {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.how-started img {
    height: 100%;
}
.how-started-txt {
    border-right: none;
    padding: 20px 0;
}
.result-head {
    margin: 0 0 30px;
}
.border-boxs {
    margin: 0 0 20px;
}
.journey-track {
    justify-content: center;
}
.journey-step {
    width: 50%;
}
.journey-track::before {
    display: none;
}
.movement-boxs {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}
.cta-band .border-box::before {
    display: none;
}
.cta-band {
    margin: 20px 0 0;
    text-align: center;
}
.cta-left img {
    width: 50%;
}
.cta-txt ul {
    margin: 10px 0 20px;
}
.main-plans .membr-slide h2 {
    font-size: 36px;
}
.main-plans .membr-slide h5 {
    font-size: 24px;
    line-height: 30px;
}
.mbr-box h6 {
    font-size: 16px;
    letter-spacing: 1px;
}
.mini-plan .plan-box ul {
    min-height: auto;
    padding: 10px 0;
}
.plan-tle h4 {
    font-size: 32px;
}
.how-com-blk .row .col-md-6 {
    border-right: none;
}
.tbl-blk {
    overflow-x: auto;
}
.opt-box::before {
    display: none;
}
.opt-title {
    margin: 0 0 20px;
}
.opt-box h5 {
    font-size: 16px;
}
.membr-slide .tagline {
    font-size: 16px;
}
.mbr-box {
    border-right: none; 
    flex: 0 0 50%;
}
.mbr-flx {
    flex-wrap: wrap;
}
.trans-flx {
    flex-direction: column;
}
.trans-flx-txr h5 {
    font-size: 20px;
}
.exp-blk {
    border-right: none;
    margin: 10px 0;
}
.qulty-title {
    width: 100%;
}
.qulty-flx-box {
    border-right: none;
}
.qulty-flx {
    flex-wrap: wrap;
    justify-content: center;
}
.qulty-flx-box {
    align-items: center;
    gap: 20px;
    border-right: none;
    padding-right: 0;
    flex-direction: column;
    margin: 10px 10px;
    flex: 0 0 41%;
    text-align: center;
}
.image-container {
    height: 160px;
}
.tabs-btn button {
    margin: 2px 3px;
    font-size: 14px;
}
.mbr-flx {
    justify-content: center;
}
.perk-heading {
    letter-spacing: 1.5px;
}
.cta-box {
    text-align: left;
    gap: 10px;
}    
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
.cdlr-sec .border-box {
    flex-direction: column;
    gap: 20px;
}
.buss-pric-flx {
    margin: 10px 0;
    min-height: 80px;
}
.proct-flx {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.proc-inn {
    display: block;
    flex: 0 0 50%;
    text-align: center;
    border-right: none;
}
.proc-blk {
    flex-wrap: wrap;
}
.proc-inn h6 {
    width: 100%;
}
.benefits-row {
    flex-wrap: wrap;
}
.founder .border-box {
    overflow: hidden;
}
.navbar-brand {
    width: 40%;
}
.tag {
    font-size: 12px;
}
.slide-cap h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 15px 0 15px;
}
.slide-cap p {
    width: 100%;
    font-size: 14px;
}
.flx-btn a {
    padding: 10px 13px;
    font-size: 12px;
}
.slide-cap ul li {
    width: 28%;
    font-size: 14px;
}
.banner {
    padding: 40px 0;
    height: auto;
}
.banner::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}
.result-txt h2 {
    font-size: 38px;
    line-height: 38px;
    margin: 10px 0 10px;
}
.result-txt {
    margin: 0 0 30px;
}
.container {
    max-width: 100% !important;
}
.result-blk {
    margin: 0 0 30px;
}
.border-box .col-md-9 .row {
    gap: 20px;
}
.cd-content {
    padding: 20px 20px;
}
h3 {
    font-size: 36px !important;
    line-height: 40px !important;
}
.add-ons-left {
    flex-direction: column;
    margin: 0 0 20px;
}
.wl-left {
    margin: 0 0 20px;
}
.founder-content {
    width: 100%;
    padding: 30px;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.navbar-collapse {
    text-align: center;
}
.hdr-btn {
    justify-content: center;
}
.navbar-nav li a {
    border-top: 1px solid #ffffff40;
    padding: 10px 0 !important;
}
.about-hero-txt .script-tag {
    font-size: 48px;
}
.about-hero {
    padding: 30px 0 30px;
}
.about-hero::before {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.how-started img {
    height: 100%;
}
.how-started-txt {
    border-right: none;
    padding: 20px 0;
}
.result-head {
    margin: 0 0 30px;
}
.border-boxs {
    margin: 0 0 20px;
}
.journey-track {
    justify-content: center;
}
.journey-step {
    width: 50%;
}
.journey-track::before {
    display: none;
}
.movement-boxs {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}
.cta-band .border-box::before {
    display: none;
}
.cta-band {
    margin: 20px 0 0;
    text-align: center;
}
.cta-left img {
    width: 50%;
}
.cta-txt ul {
    margin: 10px 0 20px;
}
.main-plans .membr-slide h2 {
    font-size: 36px;
}
.main-plans .membr-slide h5 {
    font-size: 24px;
    line-height: 30px;
}
.mbr-box h6 {
    font-size: 16px;
    letter-spacing: 1px;
}
.mini-plan .plan-box ul {
    min-height: auto;
    padding: 10px 0;
}
.plan-tle h4 {
    font-size: 32px;
}
.how-com-blk .row .col-md-6 {
    border-right: none;
}
.tbl-blk {
    overflow-x: auto;
}
.opt-box::before {
    display: none;
}
.opt-title {
    margin: 0 0 20px;
}
.opt-box h5 {
    font-size: 16px;
}
.membr-slide .tagline {
    font-size: 16px;
}
.mbr-box {
    border-right: none;
    flex: 0 0 50%;
}
.mbr-flx {
    flex-wrap: wrap;
}
.trans-flx {
    flex-direction: column;
}
.trans-flx-txr h5 {
    font-size: 20px;
}
.exp-blk {
    border-right: none;
    margin: 10px 0;
}
.qulty-title {
    width: 100%;
}
.qulty-flx-box {
    border-right: none;
}
.qulty-flx {
    flex-wrap: wrap;
    justify-content: center;
}
.qulty-flx-box {
    align-items: center;
    gap: 20px;
    border-right: none;
    padding-right: 0;
    flex-direction: column;
    margin: 10px 10px;
    flex: 0 0 41%;
    text-align: center;
}
.image-container {
    height: 160px;
}
.tabs-btn button {
    margin: 2px 3px;
    font-size: 14px;
}
.mbr-flx {
    justify-content: center;
}
.perk-heading {
    letter-spacing: 1.5px;
}
.cta-box {
    text-align: left;
    gap: 10px;
}

}