

body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

p,
a,
li {
    font-family: Inter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
}
.header-cta {
    display: flex;
    gap: 20px;
}
/* Navbar*/
.site-header{
    background:#FFFFFF;
    padding:8px 0px;
    position:sticky;
    top: 0;
    z-index:999;
}

.container-header{
    width:90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.demos-btns{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#6254F3;
    color:#fff;
    border-radius:8px;
    transition:.3s;
    white-space:nowrap;
    width: 213px;
    height: 53px;
    margin-top: 10px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.demos-btns:hover{
    background:#4b3fe2;
    color:#fff;
    transform: translateY(-2px);

}

.call-icon{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.logo img {
    width: 100px;
    display: block;
}

.btn-text{
    display:flex;
    flex-direction:column;
    text-align: right;
    line-height:1.1;
}

.btn-text small{
    font-size:12px;
    color:rgba(255, 255, 255, 1);
    font-weight:400;
    margin-bottom:3px;
    font-family: Inter;
    font-style: Regular;
}

.btn-text span{
    font-size:16px;
    font-weight:600;
    font-family: Inter;
    font-style: Semi Bold;
    letter-spacing:.3px;
    color: rgba(255, 255, 255, 1);
}

@media (min-width:1920px){

.header-wrapper{
    max-width:1600px;
}

.logo img{
    width:130px;
}

}
@media (max-width:1400px){

.logo img{
    width:165px;
}

}
@media (max-width:1200px){

.logo img{
    width:150px;
}

.demos-btns{
    padding:8px 16px;
    
}

.btn-text span{
    font-size:15px;
}

}
@media (max-width:992px){

.header-wrapper{
    width:94%;
}

.logo img{
    width:135px;
}

.demos-btns{
    gap:10px;
    padding:8px 14px;
}

.call-icon{
    width:32px;
    height:32px;
}

.btn-text small{
    font-size:9px;
}

.btn-text span{
    font-size:14px;
}

}
@media (max-width:768px){

.site-header{
    padding:8px 0;
}

.logo img{
    width:120px;
}

.demos-btns{
    width: 150px;
    padding:7px 12px;
    gap:8px;
}

.call-icon{
    width:30px;
    height:30px;
}

.call-icon i{
    font-size:12px;
}

.btn-text small{
    font-size:8px;
}

.btn-text span{
    font-size:13px;
}

}
@media (max-width:576px){

.header-wrapper{
    width:90%;
}

.logo img{
    width:105px;
}

.demos-btns{
    padding:7px 10px;
    border-radius:6px;
    width:150px;
}

.btn-text small{
    font-size:8px;
}

.btn-text span{
    font-size:12px;
}

}
@media (max-width:420px){

.logo img{
    width:90px;
}


.demos-btns{
    padding:7px 10px;
    border-radius:6px;
    width:150px;
}

.btn-text small{
    font-size:8px;
}

.btn-text span{
    font-size:12px;
}



}
/* ends here */

/* contact us form */
.zoho-form-section{
    background:#ffffff;
    padding:50px 0;
}

.zoho-form-title{
    color:rgba(5, 5, 62, 1);
    font-size:44px;
    font-weight:700;
    margin:0 0 30px;
    font-style: Bold;
    text-align:center;
}

.zoho-form-section iframe{
    width:100%;
    height:500px;
    border:none;
    display:block;
}
@media (max-width:991px){

    .zoho-form-section{
        padding:40px 20px;
    }

    .zoho-form-title{
        font-size:28px;
        margin-bottom:24px;
    }

   

}
@media (max-width:767px){

    .zoho-form-title{
        font-size:24px;
        line-height:1.3;
        margin-bottom:20px;
    }
}
@media (max-width:480px){
    .zoho-form-title{
        font-size:20px;
    }
}
/* ends here */

/* Hero section */
.hero{
    width:100%;
    overflow:hidden;
    padding:0px 0;
    background-color: #ffffff;
}

.container{
    width:90%;
    margin:auto;
    display:flex;
    
    justify-content:space-between;
    gap:70px;
}

.hero-left{
    flex:1;
    max-width:520px;
    padding: 50px 0;
}

.badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border:1px solid #ded7ff;
    color:rgba(80, 70, 212, 1);
    font-family: Inter;
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    font-style: Semi Bold;
    margin-bottom:28px;
    background-color:rgba(237, 233, 255, 1);
}

.hero-left h1{
    font-size:55px;
    line-height:1;
    font-weight:700;
    font-style: Bold;
    margin-bottom:8px;
    color: rgba(5, 5, 62, 1);
}

.hero-left h1 span{
    color:rgba(80, 70, 212, 1);
}

.hero-left h2{
    font-size:44px;
    line-height:1.2;
    font-weight:700;
    font-style: Bold;
    margin-bottom:15px;
    color:rgba(5, 5, 62, 1);
}

.sub{
    color:rgba(80, 70, 212, 1);
    font-weight:500;
    font-family: Inter;
    font-style: Medium;
    font-size: 16px;
    margin-bottom:15px;
}

.desc{
    color:rgba(71, 70, 80, 1);
    line-height:1.8;
    font-size:16px;
    max-width:450px;
    font-weight: 400;
    font-style: Regular;
    font-family: Inter;
}

.features{
    display:flex;
    gap:18px;
    margin:45px 0;
width:600px;

}

.feature{
   
    width:120px;
}

.icon{
    width:55px;
    height:55px;
    border-radius:18px;
    background:#f3efff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0px 0 20px 0;
}
  .calendly-inline-widget{
    width:60%;height:650px;border-radius: 30px;margin: auto;background-color: #fff;
  }
.icon img{
    width:24px;
}

.feature h4{
    font-size:12px;
    color:rgba(95, 93, 104, 1);
    font-weight:500;
    font-style: Medium;
    font-family: Inter !important;
    line-height:1.5;
}

.buttons{
    display:flex;
    flex-direction:column;
    gap:16px;
    max-width:520px;
}

.btn{
    height:58px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.primary{
    background:rgba(80, 70, 212, 1);
    color:rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    font-style: Semi Bold;
    transition: .3s;
}

.primary:hover{
    background:#5643ef;
        transform: translateY(-3px);

}

.secondary{
    border:2px solid rgba(80, 70, 212, 0.7);
    color:rgba(80, 70, 212, 1);
    gap:10px;
    background:#fff;
     font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    font-style: Semi Bold;
    cursor: pointer;
}

.secondary:hover{
        transform: translateY(-3px);
}

.secondary img{
    width:22px;
}

.primary img{
    width:18px;
    left: 10px;
}

.hero-right{
    flex:1;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    max-width: 1000px;
    left: 50px;
    top: -55px;
}

.girl{
    width:100%;
}

.floating-card{
    position:absolute;
    bottom:65px;
    left:33%;
    background:white;
    padding:12px 18px;
    border-radius:16px;
    box-shadow:0 12px 40px rgba(0,0,0,.12);
    display:flex;
    align-items:center;
    gap:12px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.voice{
    width:40px;
    height:40px;
    border-radius:50px;
    background:#6d58ff;
    display:flex;
    justify-content:center;
    align-items:center;
}

.voice img{
    width:18px;
}
.highlight{position: relative;}
.highlight::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    display: block;
    width: 100%;
    height: 22px;
    background-image: url("../images/underline.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.floating-card p{
    color:#fff;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
}

.floating-card small{
    color:#666;
    font-size:12px;
}

@media (min-width:1920px){



.container{
    width:85%;
    max-width:1800px;
    gap:100px;
}

.hero-left{
    max-width:650px;
}

.hero-left h1{
    font-size:70px;
}

.hero-left h2{
    font-size:56px;
}

.desc{
    max-width:560px;
    font-size:18px;
}

.hero-right{
    max-width:950px;
    left:70px;
}

.floating-card{
    left:320px;
    bottom:80px;
}


}
@media (max-width:1400px){

.container{
    gap:50px;
}

.hero-left h1{
    font-size:52px;
}

.hero-left h2{
    font-size:42px;
}

.hero-right{
    left:20px;
}

.floating-card{
    left:120px;
}

}
@media (max-width:1200px){

.container{
    gap:35px;
}

.hero-left h1{
    font-size:48px;
}

.hero-left h2{
    font-size:38px;
}

.hero-right{
    left:0;
    max-width:650px;
}

.floating-card{
    left:80px;
    bottom:50px;
}

}
@media (min-width:481px) and (max-width:768px){

.container{
    flex-direction:column;
    width:90%;
    text-align:center;
    gap:55px;
}

.hero-left,
.hero-right{
    max-width:100%;
}

.badge{
    margin:0 auto 24px;
}

.hero-left h1{
    font-size:44px;
}

.hero-left h2{
    font-size:34px;
}

.desc{
    max-width:650px;
    margin:auto;
}

.features{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:nowrap;
    gap:12px;
    margin:40px 0;
}

.feature{
    flex:1;
    width:auto;
}

.buttons{
    max-width:520px;
    width:100%;
    margin:auto;
}

.btn{
    height:58px;
}

.hero-right{
    left:0;
}

.girl{
    width:100%;
    max-width:520px;
}

.floating-card{
    left:50%;
    transform:translateX(-50%);
    bottom:35px;
    width:auto;
    max-width:360px;
}

}
@media (max-width:480px){

.container{
    flex-direction:column;
    gap:45px;
    width:90%;
    text-align:center;
}

.hero-left,
.hero-right{
    max-width:100%;
    flex:unset;
}

.badge{
    margin:0 auto 22px;
    font-size:12px;
    padding:8px 14px;
}

.hero-left h1{
    font-size:34px;
    line-height:1.15;
}

.hero-left h2{
    font-size:24px;
    line-height:1.2;
}

.sub{
    font-size:15px;
}

.desc{
    max-width:100%;
    font-size:15px;
    line-height:1.7;
}

.features{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:nowrap;
    gap:8px;
    margin:35px 0;
}

.feature{
    flex:1;
    width:auto;
}

.icon{
    width:42px;
    height:42px;
}

.icon img{
    width:15px;
}

.feature h4{
    font-size:9px;
    line-height:1.4;
}

.buttons{
    width:100%;
    max-width:100%;
}

.btn{
    height:54px;
    font-size:16px;
}

.hero-right{
    left:0;
}

.girl{
    width:100%;
    max-width:360px;
}

.floating-card{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:20px;
    width:88%;
    max-width:300px;
    padding:10px 12px;
    gap:10px;
    height: 70px;
}

.voice{
    width:38px;
    height:38px;
}

.voice img{
    width:16px;
}

.floating-card p{
    font-size:13px;
}

.floating-card small{
    font-size:11px;
}

}
@media (max-width:380px){
.floating-card{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:88%;
    max-width:280px;
    padding:10px 12px;
    gap:10px;
    height: 70px;
}

.voice img{
    width: 15px;
    height: 15px;
}

.floating-card p{
    font-size: 10px;
}
}
/* ends here */


/* calendly */
.strategys-bookings-sections{
    width:100%;
    padding:50px 0;
    background: linear-gradient(180deg, #05063E 0%, #9D7BFF 107.85%, #D8D8FF 151.98%);
    overflow:hidden;
}

.strategys-calendars-cards{
    display:flex;
    justify-content:center;
}



@media(max-width:1200px){



.calendly-inline-widget{
    height:680px;
}

}
@media(max-width:992px){


.calendly-inline-widget{
    height:760px;
}

}
@media(max-width:768px){


.calendly-inline-widget{
    height:700px;
}

}
@media(max-width:480px){

.calendly-inline-widget{
    height:640px;
    border-radius:18px;
}

}
/* ends here */


/* Brittany works around */
.Britt-works{
    padding:50px 0;
    background:#ffffff;
}

.britt-containers{
    width:90%;
    margin:auto;
}

.mainbrit{
    text-align:center;
    margin-bottom:30px;
}

.mainbrit h2{
    font-size:24px;
    font-weight:700;
    font-style: Bold;
    line-height:1.3;
    color:rgba(5, 5, 62, 1);
}

.wholeimagediv{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
}

.imagesdiv{
    flex:1;
    transition:.35s ease;
    text-align:center;
}


.imagesdiv{
    overflow:hidden;
}

.imagesdiv img{
    width:100%;
    aspect-ratio:17/9;
    object-fit:cover;
    object-position:center;
    border-radius:14px;
    display:block;
    transition:.45s ease;
}

.imagesdiv:hover img{
    transform:scale(1.04);
}

.imagesdiv p{
    margin-top:10px;
    font-family: Inter;
    font-style: Regular;
    font-size:14px;
    color:rgba(95, 93, 104, 1);
    font-weight:400;
}

.imagesdiv .lastr{
    margin-top:5px;
    font-family: Inter !important;
    font-size:14px;
    color:rgba(26, 26, 77, 1);
    font-weight:600;
    font-style: Semi Bold;
    line-height:1.4;
}

@media (min-width:1600px){

.mainbrit h2{
    font-size:46px;
}

.imagesdiv .lastr{
    font-size:22px;
}

}
@media (max-width:1200px){

.Britt-works{
    padding:70px 0;
}

.mainbrit h2{
    font-size:34px;
}

.wholeimagediv{
    gap:20px;
}

.imagesdiv p{
    font-size:15px;
}

.imagesdiv .lastr{
    font-size:18px;
}

}
@media (max-width:992px){

.wholeimagediv{
    flex-wrap:wrap;
    justify-content:center;
}

.imagesdiv{
    flex:0 0 calc(50% - 12px);
}

.mainbrit h2{
    font-size:30px;
}

}
@media (max-width:768px){

.Britt-works{
    padding:60px 0;
}

.wholeimagediv{
    gap:30px;
}

.imagesdiv{
    flex:0 0 100%;
    max-width:550px;
}

.mainbrit{
    margin-bottom:35px;
}

.mainbrit h2{
    font-size:28px;
}

.imagesdiv p{
    font-size:15px;
}

.imagesdiv .lastr{
    font-size:18px;
}

}
@media (max-width:576px){

.Britt-works{
    padding:50px 0;
}

.britt-containers{
    width:92%;
}

.mainbrit h2{
    font-size:23px;
}

.imagesdiv img{
    border-radius:12px;
}

.imagesdiv p{
    margin-top:15px;
    font-size:14px;
}

.imagesdiv .lastr{
    font-size:17px;
}

}
@media (max-width:400px){

.mainbrit h2{
    font-size:20px;
}

.imagesdiv p{
    font-size:13px;
}

.imagesdiv .lastr{
    font-size:16px;
}

}
/* ends here */



/* Speaks for themselves */
.container-speaks{
    width:90%;
    margin:auto;
}

.results-sections{
    padding:50px 0;
    background:rgba(245, 246, 255, 1);
}

.sections-titles-s{
    margin-bottom:30px;
}

.sections-titles-s h2{
    font-size:44px;
    font-weight:700;
    font-style: Bold;
    line-height:1.1;
    color:rgba(5, 5, 62, 1);
    letter-spacing:-1px;
    text-align: left;
}

.results-wrapper{
    display:flex;
    gap:22px;
    justify-content:space-between;
    flex-wrap:wrap;
}

.result-card{
    position:relative;
    flex:1;
    min-width:250px;
    background:linear-gradient(180deg,#E8EAFF 0%,#D4D8FF 100%);
    border-radius:22px;
    padding:22px;
    min-height:150px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(95,92,255,.08);
    transition:all .35s ease;
}

.result-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(93,90,255,.18);
}
.active-card{
    background:linear-gradient(180deg,#7C6FE8 0%,#5046D4 100%);
}

.cards-contents{
    position:relative;
    z-index:2;
}

.cards-contents h3{
    font-size:55px;
    line-height:1;
    font-weight:700;
    color:rgba(123, 97, 255, 1);
    margin-bottom:16px;
    font-style: Bold;
    transition:.35s;
}

.cards-contents span{
  color: rgba(5, 5, 62, 1);
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
}

.cards-contents p{
    color:rgba(26, 26, 77, 1);
    font-size:14px;
    line-height:1.6;
    font-weight:400;
    font-style: Regular;
    font-family: Inter;
    transition:.35s;
}

.active-card .cards-contents h3,
.active-card .cards-contents p{
    color:#ffffff;
}

.active-card .cards-contents span{
    color:rgba(196, 191, 255, 1);
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.result-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:80%;
    height:100%;
    background:rgba(255,255,255,.18);
    transform:skewX(-25deg);
    transition:.8s;
}

.result-card:hover::before{
    left:150%;
}

.result-card:hover .cards-contents h3{
    letter-spacing:-1px;
}
@media (max-width:767px){

    .results-section{
        padding:60px 0;
    }

    .sections-titles-s h2{
        font-size:32px;
        text-align:center;
    }

    .results-wrapper{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .result-card{
        min-height:145px;
        border-radius:18px;
        padding:18px;
    }

    .cards-contents h3{
        font-size:36px;
        margin-bottom:12px;
    }

    .cards-contents p{
        font-size:14px;
        line-height:1.5;
    }

}
@media (max-width:575px){

    .container{
        width:90%;
    }

    .sections-titles-s h2{
        font-size:33px;
    }

    .results-wrapper{
        grid-template-columns:1fr;
        gap:18px;
    }

    .result-card{
        min-height:140px;
        padding:20px;
    }

    .cards-contents h3{
        font-size:38px;
    }

    .cards-contents p{
        font-size:15px;
    }

}
@media (max-width:400px){

    .results-section{
        padding:50px 0;
    }

    .container{
        width:90%;
    }

    .sections-titles-s h2{
        font-size:26px;
    }

    .result-card{
        padding:18px;
        border-radius:16px;
    }

    .cards-contents h3{
        font-size:34px;
    }

    .cards-contents p{
        font-size:14px;
    }

}


/* 30Days section  */
.guarantee-section{
    padding:50px 0px;
    display:flex;
    justify-content:center;
    background: rgba(5, 5, 62, 1);
}

.guarantee-card{
    width:80%;
    margin: 0 auto;
    background:rgb(18,18,72);
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;
    padding:28px 50px 30px;
    text-align:center;
    position:relative;

}

.icon-box{
    width:66px;
    height:66px;
    margin:0 auto 24px;
    border-radius:16px;
    background:rgb(37,37,86);
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(255,255,255,.08);
}

.icon-box img{
    width:22px;
    height:22px;
    object-fit:contain;
}

.guarantee-card h2{
    color:rgba(245, 246, 255, 1);
    font-size:24px;
    line-height:31px;
    font-weight:700;
    letter-spacing:-0.2px;
    margin-bottom:18px;
    font-style: Bold;
}

.guarantee-card h2 span{
    color:rgba(123, 97, 255, 1);
}

.ZERORISK{
    color:rgba(245, 246, 255, 1);
    font-size:16px;
    line-height:27px;
    font-weight:500;
    font-family: Inter;
    font-style: Medium;
    margin-bottom:18px;
}

.bottom-text{
    color:rgba(168, 174, 208, 1);
    font-size:14px;
    line-height:21px;
    font-weight:600;
    font-family: Inter;
    font-style:Regular;
}

.bottom-text strong{
    color:rgba(255, 255, 255, 1);
     font-weight:600;
    font-style:Semi Bold;
}

@media (min-width:1920px){

.guarantee-section{
    padding:60px 20px;
}

.guarantee-card{
    max-width:1600px;
    padding:50px 100px;
}

.icon-box{
    width:80px;
    height:80px;
    margin-bottom:30px;
}

.icon-box img{
    width:28px;
    height:28px;
}

.guarantee-card h2{
    font-size:36px;
    line-height:46px;
}

.ZERORISK{
    font-size:20px;
    line-height:34px;
}

.bottom-text{
    font-size:18px;
    line-height:30px;
}

}
@media (max-width:1400px){

.guarantee-card{
    width:85%;
    padding:30px 45px;
}

}
@media (max-width:1200px){

.guarantee-card{
    width:90%;
    padding:30px 35px;
}

.guarantee-card h2{
    font-size:22px;
    line-height:30px;
}

}
@media (max-width:1024px){

.guarantee-card{
    width:92%;
    padding:28px 30px;
}

.icon-box{
    width:60px;
    height:60px;
}

.icon-box img{
    width:20px;
    height:20px;
}

.guarantee-card h2{
    font-size:22px;
    line-height:30px;
}

.ZERORISK{
    font-size:15px;
    line-height:26px;
}

.bottom-text{
    font-size:14px;
    line-height:22px;
}

}
@media (max-width:768px){

.guarantee-section{
    padding:40px 15px;
}

.guarantee-card{
    width:100%;
    padding:25px 22px;
}

.icon-box{
    width:56px;
    height:56px;
    margin-bottom:20px;
}

.guarantee-card h2{
    font-size:20px;
    line-height:28px;
}

.ZERORISK{
    font-size:15px;
    line-height:24px;
}

.bottom-text{
    font-size:13px;
    line-height:22px;
}

}
@media (max-width:576px){

.guarantee-section{
    padding:30px 12px;
}

.guarantee-card{
    padding:22px 18px;
    border-radius:14px;
}

.icon-box{
    width:52px;
    height:52px;
}

.icon-box img{
    width:18px;
    height:18px;
}

.guarantee-card h2{
    font-size:18px;
    line-height:26px;
    margin-bottom:14px;
}

.ZERORISK{
    font-size:14px;
    line-height:23px;
    margin-bottom:14px;
}

.bottom-text{
    font-size:13px;
    line-height:20px;
}

}
@media (max-width:400px){

.guarantee-card{
    padding:20px 15px;
}

.guarantee-card h2{
    font-size:16px;
    line-height:24px;
}

.ZERORISK{
    font-size:13px;
    line-height:22px;
}

.bottom-text{
    font-size:12px;
    line-height:18px;
}

.icon-box{
    width:48px;
    height:48px;
}

.icon-box img{
    width:16px;
    height:16px;
}

}
/* ends here */


/* why Brittany section */
.brittany-section{
    padding:50px 0;
    background:#fff;
    overflow:hidden;
}

.brittany-container{
    width:90%;
    margin:auto;
}

.brittany-heading{
    text-align:center;
    max-width:950px;
    margin:0 auto 70px;
}

.brittany-heading h2{
    font-size:44px;
    line-height:1.15;
    font-weight:700;
    color:rgba(5, 5, 62, 1);
    margin-bottom:20px;
    font-style: Bold;
}

.brittany-heading span{
    color:rgba(80, 70, 212, 1);
}

.brittany-heading p{
    max-width:800px;
    margin:auto;
    line-height:1.8;
    color:rgba(71, 70, 80, 1);
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.brittany-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:60px;
    justify-content: center;
}

.brittany-left{
    max-width:700px;
}

.brittany-content .brittany-left h3{
    font-size:32px;
    line-height:1.25;
    color:rgba(5, 5, 62, 1);
    margin-bottom:10px;
    font-weight:700;
    font-style: Bold;
}

.brittany-left p{
    font-size:20px;
    font-weight: 500;
    font-style: Medium;
    color:rgba(95, 93, 104, 1);
    font-family: Inter;
    line-height:1.7;
    margin-bottom:40px;
    max-width: 607px;
}

.brittany-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:18px 38px;
    border-radius:12px;
    background:rgba(80, 70, 212, 1);
    color:rgba(255, 255, 255, 1);
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    font-family: Inter;
    font-style: Semi Bold;
    transition:.35s ease;
    max-width:253px;
    height:55px;
}

.brittany-btn img{
    width:20px;
    height:20px;
}

.brittany-btn:hover{
    background:#4537d8;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(91,76,244,.30);
}

.brittany-right{
    display:flex;
    justify-content:center;
    align-items:center;
}

.brittany-right img{
    width:100%;
    max-width:620px;
    display:block;
    transition:.4s ease;
}

.brittany-right img:hover{
    transform:scale(1.02);
}

@media(max-width:1600px){

.brittany-heading h2{
    font-size:48px;
}

.brittany-left h3{
    font-size:38px;
}

}
@media(max-width:1400px){

.brittany-content{
    gap:50px;
}

.brittany-heading h2{
    font-size:44px;
}

.brittany-left h3{
    font-size:34px;
}

}
@media(max-width:1200px){

.brittany-section{
    padding:80px 0;
}

.brittany-heading{
    margin-bottom:60px;
}

.brittany-heading h2{
    font-size:40px;
}

.brittany-left h3{
    font-size:30px;
}

.brittany-left p,
.brittany-heading p{
    font-size:16px;
}

.brittany-content{
    gap:40px;
}

}
@media(max-width:1024px){

.brittany-content{
    gap:35px;
}

.brittany-left h3{
    font-size:28px;
}

}
@media(max-width:992px){

.brittany-content{
    grid-template-columns:1fr;
    text-align:center;
}

.brittany-left{
    max-width:100%;
    order:2;
}

.brittany-right{
    order:1;
}

.brittany-right img{
    max-width:550px;
}

.brittany-btn{
    margin:auto;
}

}
@media(max-width:768px){

.brittany-section{
    padding:5cqmax 0;
}

.brittany-heading{
    margin-bottom:45px;
}

.brittany-heading h2{
    font-size:34px;
}

.brittany-content .brittany-left h3{
    font-size:22px;
}

.brittany-heading p,
.brittany-left p{
    font-size:15px;
    line-height:1.7;
}

.brittany-btn{
    padding:16px 30px;
}

}
@media(max-width:576px){

.brittany-container{
    width:90%;
}

.brittany-section{
    padding:50px 0;
}

.brittany-heading h2{
    font-size:28px;
}

.brittany-content .brittany-left h3{
    font-size:22px;
}

.brittany-btn{
    width:100%;
    max-width:260px;
    padding:15px 25px;
    font-size:15px;
}

.brittany-right img{
    max-width:100%;
}

}
@media(max-width:400px){

.brittany-heading h2{
    font-size:24px;
}

.brittany-content .brittany-left h3{
    font-size:20px;
}

.brittany-heading p,
.brittany-left p{
    font-size:14px;
}

.brittany-btn{
    font-size:14px;
    gap:8px;
}

.brittany-btn img{
    width:16px;
    height:16px;
}

}
/* why Brittany section ends here */


/* calendly */
.strategy-booking-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #05063E 0%, #9D7BFF 107.85%, #D8D8FF 151.98%);
}

.strategy-booking-container {
    width: 90%;
    margin: 0 auto;
}

.divhead {
    width: 60%;
    margin: 0 auto;
    align-items: left;
}

.strategy-booking-container h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #F5F6FF;
}

.strategy-calendar-card {
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }




@media (min-width:1600px){

    .strategy-booking-container{
        max-width:1700px;
    }

    .strategy-booking-container h2{
        font-size:52px;
        margin-left:320px;
    }

}
@media (max-width:1400px){

    .strategy-booking-container h2{
        margin-left:180px;
        font-size:42px;
    }

}
@media (max-width:1024px){

    .strategy-booking-section{
        padding:70px 0;
    }

    .strategy-booking-container{
        width:92%;
    }

    .strategy-booking-container h2{
        margin-left:0;
        margin-bottom:25px;
        font-size:38px;
        line-height:1.25;
        max-width:700px;
    }

    .calendly-inline-widget{
        height:760px;
    }

}
@media (max-width:768px){

    .strategy-booking-section{
        padding:50px 0;
    }

    .strategy-booking-container{
        width:92%;
    }

    .strategy-booking-container h2{
        margin-left:0;
        font-size:30px;
        line-height:1.3;
        text-align:left;
        margin-bottom:20px;
    }

    .calendly-inline-widget{
        height:720px;
        border-radius:16px;
        overflow:hidden;
    }

}
@media (max-width:576px){

    .strategy-booking-section{
        padding:50px 0;
    }

    .strategy-booking-container{
        width:90%;
    }

    .strategy-booking-container h2{
        font-size:28px;
        line-height:1.35;
        text-align:left;
        margin-bottom:18px;
    }

    .calendly-inline-widget{
        height:650px;
        border-radius:14px;
    }

}
@media (max-width:400px){

    .strategy-booking-container h2{
        font-size:24px;
    }

    .calendly-inline-widget{
        height:600px;
    }

}
/* ends here */


/* banner section */
.showcase-section {
    background-color: rgb(216, 216, 255);
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.showcase-container {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

.showcase-heading {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
}

.showcase-heading h2 {
    color: rgba(5, 5, 62, 1);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 44px;
    margin: 0;
}

.video-box-b {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}

.video-box-b video,
.video-thumbnail,
.video-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
}

.video-box-b video,
.video-thumbnail img {
    object-fit: cover;
    border-radius: inherit;
}

.video-thumbnail {
    position: absolute;
    inset: 0;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    background: #7f63ff;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    transition: .3s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

@media (min-width:1920px){

    .showcase-container{
   width:90%;
    }

    .showcase-heading h2{
        font-size:54px;
        line-height:64px;
    }

    .video-box-b{
        max-width:1400px;
    }
}
@media (max-width:1400px){

    .showcase-heading h2{
        font-size:40px;
    }

    .video-box-b{
        max-width:1100px;
    }
}
@media (max-width:1200px){

    .showcase-section{
        padding:70px 0;
    }

    .showcase-container{
        width:92%;
    }

    .showcase-heading{
        margin-bottom:35px;
    }

    .showcase-heading h2{
        font-size:36px;
        line-height:46px;
    }
}
@media (max-width:1024px){

    .showcase-heading h2{
        font-size:34px;
        line-height:42px;
    }

    .video-box-b{
        border-radius:20px;
    }

    .play-btn{
        width:72px;
        height:72px;
        font-size:28px;
    }
}
@media (max-width:768px){

    .showcase-section{
        padding:60px 0;
    }

    .showcase-container{
        width:94%;
    }

    .showcase-heading{
        margin-bottom:28px;
        text-align:left;   /* Left hi rahegi */
    }

    .showcase-heading h2{
        font-size:30px;
        line-height:38px;
    }

    .video-box-b{
        border-radius:18px;
    }

    .play-btn{
        width:65px;
        height:65px;
        font-size:26px;
    }
}
@media (max-width:576px){

    .showcase-section{
        padding:50px 0;
    }

    .showcase-container{
        width:92%;
    }

    .showcase-heading{
        margin-bottom:24px;
    }

    .showcase-heading h2{
        font-size:26px;
        line-height:34px;
    }

    .video-box-b{
        border-radius:16px;
    }

    .play-btn{
        width:58px;
        height:58px;
        font-size:22px;
    }
}
@media (max-width:400px){

    .showcase-heading h2{
        font-size:22px;
        line-height:30px;
    }

    .play-btn{
        width:52px;
        height:52px;
        font-size:20px;
    }

    .video-box-b{
        border-radius:14px;
    }
}
/* ends here */


/* How It works section */
.channels-section{
    background:rgba(5, 5, 62, 1);
    padding:50px 0;
}

.container-how{
    width:90%;
    margin:0 auto;
}

.sub-title{
    display:block;
    text-align:center;
    font-family:Inter,sans-serif;
    font-size:12px;
    font-family: Inter;
    font-style: Regular;
    font-weight:400;
    letter-spacing:1px;
    text-transform:uppercase;
    color:rgba(245, 246, 255, 1);
    margin-bottom:18px;
}

.container-how h2{
    text-align:center;
    font-size:44px;
    line-height:1.2;
    font-weight:700;
    font-style: Bold;
    color:rgba(245, 246, 255, 1);
    max-width:950px;
    margin:0 auto;
}

.container-how h2 span{
    display:block;
   color: rgba(123, 97, 255, 1);
}

.section-text{
    text-align:center;
    margin-top:18px;
    margin-bottom:55px;
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight: 400;
    font-style: Regular;
    line-height:1.8;
    color:rgba(216, 216, 213, 1);
}

.work-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.work-card{
    background:#101044;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:24px;
    min-height:210px;
    transition:.35s ease;
}

.work-card:hover{
    transform:translateY(-6px);
    border-color:#5F5CFF;
}

.work-icon{
    width:56px;
    height:56px;
    border-radius:8px;
    background: linear-gradient(137.25deg, rgba(180, 177, 238, 0.2) 10.36%, rgba(180, 177, 238, 0.1) 90%);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
}

.work-icon img{
    width:22px;
    height:22px;
    display:block;
    object-fit:contain;
}

.work-card h3{
    font-size:17px;
    color:rgba(255, 255, 255, 1);
    margin-bottom:10px;
    font-weight: 700;
    font-style:Bold;
}

.work-card p{
    font-size:14px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    line-height:1.8;
    color:rgba(168, 174, 208, 1);
}

.btn-wrap{
    display:flex;
    justify-content:center;
    margin-top:55px;
}

.demo-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    background: #5046D4;
    color: #fff;
    width: 322px;
    height: 55px;
    padding: 0 34px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    transition: .3s;
    white-space: nowrap;   /* Text ko ek line me rakhega */
    flex-shrink: 0;
}
.demo-btn:hover{
    background:#5B47FF;
}

.demo-btn img{
    width:18px;
}

.bottom-text{
    text-align:center;
    margin-top:18px;
    color:rgba(245, 246, 255, 1);
    font-size:12px;
    font-weight: 400;
    font-style: Regular;
    font-family:Inter,sans-serif;
}

@media (min-width:1920px){

.channels-section{
    padding:80px 20px;
}

.container-how{
    max-width:1700px;
}

.container-how h2{
    font-size:60px;
    max-width:1250px;
}

.sub-title{
    font-size:14px;
}

.section-text{
    font-size:20px;
    margin-bottom:70px;
}

.work-cards{
    gap:32px;
}

.work-card{
    padding:36px;
    min-height:270px;
}

.work-icon{
    width:62px;
    height:62px;
}

.work-icon img{
    width:28px;
    height:28px;
}

.work-card h3{
    font-size:24px;
}

.work-card p{
    font-size:17px;
}

.demo-btn{
    padding:20px 42px;
    font-size:18px;
}

.bottom-text{
    font-size:16px;
}

}
@media (max-width:1400px){

.container-how{
    width:90%;
}

.container-how h2{
    font-size:40px;
}

.work-cards{
    gap:20px;
}

.work-card{
    padding:22px;
}

.work-card h3{
    font-size:19px;
}

}
@media (max-width:1200px){

.container-how{
    width:90%;
}

.container-how h2{
    font-size:36px;
}

.section-text{
    font-size:15px;
}

.work-cards{
    gap:18px;
}

.work-card{
    padding:20px;
    min-height:200px;
}

.work-icon{
    width:46px;
    height:46px;
}

.work-card h3{
    font-size:18px;
}

.work-card p{
    font-size:13px;
}

.demo-btn{
    padding:15px 30px;
}

}
@media (max-width:1024px){

.channels-section{
    padding:45px 20px;
}

.container-how{
    width:90%;
}

.container-how h2{
    font-size:34px;
    max-width:760px;
}

.sub-title{
    font-size:12px;
}

.section-text{
    font-size:15px;
    margin-bottom:45px;
}

.work-cards{
    grid-template-columns:repeat(4,1fr); 
    gap:15px;
}

.work-card{
    padding:18px;
    min-height:190px;
}

.work-icon{
    width:44px;
    height:44px;
    margin-bottom:18px;
}

.work-icon img{
    width:20px;
    height:20px;
}

.work-card h3{
    font-size:17px;
    margin-bottom:8px;
}

.work-card p{
    font-size:13px;
    line-height:1.7;
}

.btn-wrap{
    margin-top:45px;
}

.demo-btn{
    padding:15px 28px;
    font-size:15px;
}

.bottom-text{
    font-size:12px;
}

}
@media (max-width:768px){

.channels-section{
    padding:40px 15px;
}

.container-how{
    width:100%;
}

.container-how h2{
    font-size:30px;
    line-height:1.3;
}

.sub-title{
    font-size:11px;
}

.section-text{
    font-size:15px;
    margin-bottom:35px;
}

.work-cards{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.work-card{
    min-height:auto;
    padding:20px;
}

.work-icon{
    width:46px;
    height:46px;
}

.work-card h3{
    font-size:18px;
}

.work-card p{
    font-size:14px;
}

.btn-wrap{
    margin-top:40px;
}

.demo-btn{
    padding:15px 30px;
}

.bottom-text{
    margin-top:15px;
}

}
@media (max-width:576px){

.channels-section{
    padding:35px 15px;
}

.container-how h2{
    font-size:25px;
    line-height:1.35;
}

.container-how h2 span{
    display:inline;
}

.sub-title{
    font-size:11px;
}

.section-text{
    font-size:14px;
    line-height:1.7;
    margin-bottom:30px;
}

.work-cards{
    grid-template-columns:1fr;
    gap:16px;
}

.work-card{
    padding:18px;
}

.work-icon{
    width:44px;
    height:44px;
}

.work-card h3{
    font-size:17px;
}

.work-card p{
    font-size:14px;
}

.btn-wrap{
    margin-top:35px;
}

.demo-btn{
    width:100%;
    justify-content:center;
    padding:15px;
    font-size:15px;
}

.bottom-text{
    font-size:11px;
}

}
@media (max-width:400px){

.channels-section{
    padding:30px 12px;
}

.container-how h2{
    font-size:22px;
}

.sub-title{
    font-size:10px;
}

.section-text{
    font-size:13px;
    margin-bottom:25px;
}

.work-card{
    padding:16px;
}

.work-icon{
    width:40px;
    height:40px;
    margin-bottom:15px;
}

.work-icon img{
    width:18px;
    height:18px;
}

.work-card h3{
    font-size:16px;
}

.work-card p{
    font-size:13px;
    line-height:1.6;
}

.demo-btn{
    padding:14px;
    font-size:14px;
    gap:8px;
}

.demo-btn img{
    width:16px;
}

.bottom-text{
    font-size:10px;
    line-height:1.5;
}

}
/* ends here */

/* clients section */
.results-section{
    padding:50px 0;
    background:#fff;
    overflow:hidden;
}

.container-client{
    width: 90%;
    margin: auto;
}

.results-section h2{
    font-size:44px;
    font-weight:700;
    font-style: Bold;
    line-height:1.1;
    color:rgba(5, 5, 62, 1);
    margin-bottom:12px;
    text-align: left;
}

.results-subtitle{
    font-size:16px;
    font-family: Inter;
    font-style: Medium;
    font-weight: 500;
    color:rgba(71, 70, 80, 1);
    margin-bottom:30px;
}

.results-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.review-card{
    background:#fff;
    border:1px solid rgba(168, 174, 208, 1);
    border-radius:22px;
    padding:22px 20px 20px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:295px;
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(28,57,180,.12);
}

.stars{
    display:flex;
    gap:8px;
    margin-bottom:18px;
}

.stars i{
    color:#F5AE18;
    font-size:22px;
}

.reviews-texts{
    font-size:16px;
    font-family: Inter;
    font-style: Regular;
    font-weight: 400;
    line-height:1.75;
    color:rgba(119, 118, 129, 1);
    margin-bottom:30px;
    flex:1;
}

.review-author{
    display:flex;
    align-items:center;
    gap:14px;
}

.review-author img{
    width:48px;
    height:48px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
}

.author-info .namea{
    font-size:14px;
    font-family: Inter;
    font-style: Regular;
    color:rgba(5, 5, 62, 1);
    font-weight:400;
    margin:0 0 4px;
}

.author-info p{
    margin:0;
    font-size:12px;
    color:rgba(95, 93, 104, 1);
    font-family: Inter;
    font-style: Regular;
    font-weight:400;

}

@media(max-width:1400px){

.results-section{
    padding:90px 0;
}

.results-section h2{
    font-size:50px;
}

.results-subtitle{
    font-size:19px;
}

.review-card{
    min-height:285px;
}

.reviews-texts{
    font-size:18px;
    line-height:1.7;
}

}
@media(max-width:1199px){

.results-grid{
    gap:20px;
}

.results-section h2{
    font-size:44px;
}

.results-subtitle{
    margin-bottom:40px;
}

.review-card{
    padding:20px;
    min-height:275px;
}

.reviews-texts{
    font-size:17px;
}

.stars i{
    font-size:20px;
}

}
@media(max-width:991px){

.results-section{
    padding:50px 0;
}

.results-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.results-section h2{
    font-size:40px;
}

.review-card{
    min-height:260px;
}

}
@media(max-width:767px){

.results-section{
    padding:50px 0;
}

.results-grid{
    grid-template-columns:1fr;
}

.results-section h2{
    font-size:34px;
    text-align:center;
}

.results-subtitle{
    text-align:center;
    font-size:17px;
    margin-bottom:35px;
}

.review-card{
    min-height:auto;
}

.reviews-texts{
    font-size:16px;
    line-height:1.7;
}

.stars i{
    font-size:18px;
}

.review-author img{
    width:50px;
    height:50px;
}

.author-info  .namea{
    font-size:17px;
}

.author-info p{
    font-size:14px;
}

}
@media(max-width:576px){

.results-section{
    padding:50px 0;
}

.results-section h2{
    font-size:30px;
}

.results-subtitle{
    font-size:16px;
}

.review-card{
    padding:18px;
    border-radius:18px;
}

.reviews-texts{
    font-size:15px;
}

}
@media(max-width:400px){

.results-section h2{
    font-size:28px;
}

.review-card{
    padding:16px;
}

.stars{
    gap:6px;
}

.stars i{
    font-size:16px;
}

.reviews-texts{
    font-size:14px;
}

.author-info  .namea{
    font-size:16px;
}

.author-info p{
    font-size:13px;
}

}
/* ends here */


/* what client say */
/* .container {
    max-width: 90%;
    margin: auto;

    margin-bottom: 40px;
}

.section-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #0f172a;
    margin-bottom: 20px;
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    ;

}

.section-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
}

.testimonial-section {
    margin-bottom: 70px;
}

.video-wrapper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.video-card {
    flex: 1 1 48%;
}

.video-box {
    height: 340px;
    border-radius: 28px;
    background: linear-gradient(180deg, #03040f 0%, #070b3d 100%);
}

.video-info {
    padding: 15px 10px 0;
}

.review-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.review-card {
    flex: 1 1 31%;
    background: #fff;
    border: 1px solid #96a8cc;
    border-radius: 20px;
    padding: 26px 30px;
    transition: 0.3s;
}

.review-card h4{
    color:rgba(5, 5, 62, 1);
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.4%;
    margin-bottom:10px;
}

.review-card .bootm-p {
    color:rgba(95, 93, 104, 1);
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.review-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.stars {
    color: #eab308;
    font-size: 30px;
    margin-bottom: 22px;
}

.review-text {
    font-size: 14px;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 28px;
}

.reviewer {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.4%;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 5px;
}

.review-p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(95, 93, 104, 1);
}

@media (max-width: 992px) {



    .section-title {
        font-size: 46px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .video-card,
    .review-card {
        flex: 1 1 100%;
    }

    .video-box {
        height: 300px;
    }
}
@media (max-width: 768px) {



    .section-title {
        font-size: 38px;
        line-height: 1.1;
    }

    .section-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .video-wrapper,
    .review-wrapper {
        gap: 20px;
    }

    .video-box {
        height: 260px;
        border-radius: 20px;
    }

    .review-card {
        padding: 22px;
    }

    .stars {
        font-size: 26px;
    }
}
@media (max-width: 425px) {



    .testimonial-section {
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .section-subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .video-box {
        height: 220px;
        border-radius: 18px;
    }

    .review-card {
        padding: 18px;
        border-radius: 16px;
    }

    .review-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .reviewer {
        font-size: 16px;
    }

    .stars {
        font-size: 22px;
        margin-bottom: 16px;
    }
}
@media (max-width: 320px) {

    .container {
        padding: 12px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 13px;
    }

    .video-box {
        height: 180px;
    }

    .review-card {
        padding: 15px;
    }

    .review-text {
        font-size: 13px;
        line-height: 1.6;
    }

    .reviewer {
        font-size: 15px;
    }

    .stars {
        font-size: 20px;
    }
} */
/* ends here */


/* FAQ section */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.faq-section {
    background: rgb(245, 246, 255);
    padding: 50px 0;
}

.faq-container {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.faq-left {
    flex: 0 0 450px;
    display: flex;
    justify-content: center;
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brittany-img {
    width: 100%;
    max-width: 500px;
    display: block;
    border-radius: 40px;
}

.meet-card {
    position: static;

    background: #fff;
    width: 280px;
    min-height: 70px;

    display: flex;
    align-items: center;
    gap: 14px;

    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 20px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.card-icon {
    width: 42px;
    height: 42px;
    background: #6657ff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-icon img {
    width: 20px;
}

.card-content {
    animation: floatUpDown 4s ease-in-out infinite;
    will-change: transform;
}

.card-content h4 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.card-content p {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #444;
    margin-top: 3px;
}

.faq-right {
    flex: 1;
    width: 100%;
}

.faq-right h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color:rgba(5, 5, 62, 1);
    Font-style:Bold;
    margin-bottom: 15px;
    letter-spacing: -1%;
}

.subtitle {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    display: block;
}

.faq-content .answere{
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    color: rgba(119, 118, 129, 1);
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    margin-bottom: 12px;
}

.faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;

    cursor: pointer;
    font-size: 17px;
    color: #111;
    text-align: left;
}

.faq-btn span {
    padding-right: 15px;
    font-family: Inter;
    font-size: 20px;
}

.faq-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}
@media (min-width:2521px) {

    .faq-container {
        width: 90%;
    }

}
@media (max-width:768px) {

    .faq-container {
        flex-direction: column;
        gap: 50px;
    }

    .faq-left {
        flex: none;
        width: 100%;
        max-width: 500px;
    }

    .faq-right {
        width: 100%;
        max-width: 100%;
    }

    .faq-right h2 {
        font-size: 37px;
        text-align: center;
    }

    .subtitle {
        text-align: center;
    }

    .meet-card {
        width: 280px;
        margin-top: 18px;
    }
}
@media (max-width:425px) {

    .faq-section {
        padding: 50px 15px;
    }

    .faq-container {
        gap: 40px;
    }

    .faq-right h2 {
        font-size: 25px;
        line-height: 1.2;
        text-align: center;
    }

    .faq-btn {
        font-size: 14px;
        padding: 15px;
    }

    .faq-btn span{
        font-size: 13px;
    }

    .faq-content .answere{
        font-size: 13px;
    }

    .meet-card {
        width: 240px;
        margin-top: 15px;
        padding: 12px;
    }
}
@media (max-width:375px) {

    .faq-right h2 {
        font-size: 26px;
    }

    .meet-card {
        width: 220px;
        padding: 10px 14px;
    }

    .card-icon {
        width: 38px;
        height: 38px;
    }

    .card-icon img {
        width: 18px;
    }

    .card-content h4 {
        font-size: 15px;
    }

    .card-content p {
        font-size: 11px;
    }
}
@media (max-width:320px) {

    .faq-section {
        padding: 50px 10px;
    }

    .faq-right h2 {
        font-size: 22px;
    }

    .subtitle {
        font-size: 14px;
    }

    .faq-btn {
        font-size: 13px;
        padding: 12px;
    }

    .meet-card {
        width: 190px;
        padding: 8px 12px;
        gap: 10px;
    }

    .card-icon {
        width: 32px;
        height: 32px;
    }

    .card-icon img {
        width: 14px;
    }

    .card-content h4 {
        font-size: 13px;
    }

    .card-content p {
        font-size: 10px;
    }
}

/* section ends here */


/* footer */
.ub-footer {
    background: rgba(5, 5, 62, 1);
    padding: 50px 0;
}

.ub-footer .ub-grid {
    justify-content: space-between;
}

.ub-footer h2 {
    font-family: 'Fraunces', serif;
    font-weight: 300;
    font-size: clamp(44px, 11vw, 180px);
    line-height: 1.5;
    letter-spacing: -.04em;
    background: linear-gradient(180deg, rgba(245, 245, 247, .96) 0%, rgba(245, 245, 247, .25) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
    margin: 0;
}

.ub-footer-logo a {
    color: #fff;
    text-decoration: none;
    font-family: 'Fraunces', serif;
}

.ub-footer p {
    max-width: 458px;
    color: #fff;
    margin: 30px 0;
    line-height: 30px;
}

.ub-footer h3,
.ub-all-rights,
.ub-policies a {
    color: #fff;
        font-family: Inter;
}

.ub-footer .ub-ctas p {
    max-width: 400px;
    color: #fff;
    margin: 30px 0;
    line-height: 30px;
}

.ub-footer .ub-links a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}

.ub-grid {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

section.ub-footer-bottom {
    border-top: 1px solid #FFFFFF99;
    padding-top: 50px;
}

.ub-footer .ub-grid {
    justify-content: space-between;
}

.ub-container {
    width: 90%;
    margin: auto;
}

.ub-policies a {
    text-decoration: none;
    margin: 0 20px 0 0;
}

@media (max-width:340px) {
    .ub-footer-logo a {
        font-size: 70px;
    }
}
/* ends here */


.accordion {
    width: 100%;
}

.faq-item {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-btn {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.faq-icon {
    width: 16px;
    transition: transform 0.3s ease;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-content p {
    margin-bottom: 10px;
    padding: 0 22px 22px;
    color: rgba(71, 70, 80, 1);
    line-height: 1.7;
    font-size: 18px;
    font-family:Inter;
    font-style:Regular;
    font-weight:400;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}



/* calendly section */
.strategy-booking-section{
    width:100%;
    padding:50px 0;
    overflow:hidden;
    background: linear-gradient(195.21deg, #05063E 46.09%, #9D7BFF 93.69%, #D8D8FF 113.16%);

}

.strategy-booking-container{
    width:90%;
    margin:auto;
    display:grid;
    grid-template-columns:380px 1fr;
    gap:22px;
    align-items:stretch;
}

.strategy-content-card{
    background: linear-gradient(180deg, #05063E 0%, #9D7BFF 146.05%, #D8D8FF 181.39%);
    border-radius:24px;
    padding:48px 42px;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
}

.strategy-content-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,rgba(255,255,255,.05),transparent);
}

.strategy-content-wrapper{
    position:relative;
    z-index:2;
}

.strategy-main-heading{
    color:rgba(245, 246, 255, 1);
    font-size:44px;
    line-height:1.1;
    margin-bottom:28px;
    font-family: Space Grotesk;
    font-weight: 700;
    font-style: Bold;
}

.strategy-description{
    color:rgba(221, 225, 247, 1);
    margin-bottom:38px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.2%;
}

.strategy-book-button{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:rgba(221, 225, 247, 1);
    text-decoration:none;
    transition:.3s;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.2%;
}

.strategy-book-button svg{
    transition:.3s;
}

.strategy-book-button:hover svg{
    transform:translateX(6px);
}

.strategy-calendar-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.strategy-calendar-wrapper{
    width:100%;
    height:100%;
}



@media(min-width:1920px){

.strategy-booking-container{
    max-width:1650px;
    grid-template-columns:420px 1fr;
}

.strategy-main-heading{
    font-size:62px;
}

.strategy-description{
    font-size:18px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:760px !important;
}

}
@media(max-width:1400px){

.strategy-booking-container{
    grid-template-columns:350px 1fr;
}

.strategy-main-heading{
    font-size:48px;
}

}
@media(max-width:1200px){

.strategy-booking-container{
    grid-template-columns:320px 1fr;
    gap:20px;
}

.strategy-content-card{
    padding:40px 30px;
}

.strategy-main-heading{
    font-size:42px;
}

.strategy-description{
    font-size:15px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:690px !important;
}

}
@media(max-width:1024px){

.strategy-booking-section{
    padding:70px 0;
}

.strategy-booking-container{
    grid-template-columns:300px 1fr;
    gap:18px;
}

.strategy-content-card{
    padding:32px 24px;
}

.strategy-main-heading{
    font-size:36px;
}

.strategy-description{
    font-size:14px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:670px !important;
}

}
h2{
    font-size: 44px;
}

@media(max-width:768px){
.mobile-version{display: none;}
.strategy-booking-section{
    padding:60px 0;
}
.hero-left{padding-top: 20px;}
h2{
    font-size: 22px;
}
  .calendly-inline-widget{
    width:90%;;
  }
.strategy-booking-container{
    grid-template-columns:260px 1fr;
    gap:16px;
}

.strategy-content-card{
    padding:24px 18px;
    border-radius:20px;
}

.strategy-calendar-card{
    border-radius:20px;
}

.strategy-main-heading{
    font-size:30px;
}

.strategy-description{
    font-size:14px;
    line-height:1.7;
    margin-bottom:24px;
}

.strategy-book-button{
    font-size:15px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:650px !important;
}

}
@media(max-width:576px){

.strategy-booking-section{
    padding:45px 0;
}

.strategy-booking-container{
    width:92%;
    grid-template-columns:1fr;
}

.strategy-content-card{
    padding:28px 22px;
    border-radius:18px;
}

.strategy-calendar-card{
    border-radius:18px;
}

.strategy-main-heading{
    font-size:32px;
}

.strategy-description{
    max-width:100%;
}

.strategy-book-button{
    font-size:15px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    min-width:100% !important;
    height:650px !important;
}

}
@media(max-width:400px){

.strategy-booking-section{
    padding:40px 0;
}

.strategy-content-card{
    padding:22px 18px;
}

.strategy-main-heading{
    font-size:28px;
}

.strategy-description{
    font-size:13px;
    line-height:1.6;
}

.strategy-book-button{
    font-size:14px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:620px !important;
}

}
/* ends here */


