* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --fs64: 64px;
    --fs26: 26px;
    --fs40: 40px;
    --fs45: 45px;
    --lightBlue: #AAE8C3;
    --lightgreen: rgb(170, 232, 195);

    --fMeriifweather: "Merriweather", serif;
    --fNunito: "Nunito", serif;
    --fw700: 700;
}

/*Section Header Top */

section.banner-home {
    padding: 0;
    height: 632px;
}

.header-top {
    padding: 19px 36px;
    background: transparent;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.2s ease-in;
}


section.banner-home img.banner {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 632px;
}

.home-cnt {
    padding: 130px 0px 44px;
}

.home-cnt p:nth-child(1) {
    font-size: var(--fs64);
    font-weight: var(--fw700);
    line-height: normal;
    text-align: center;
    margin-bottom: 32px;
    font-family: var(--fMeriifweather);
    text-shadow: 2px 2px 0 var(--lightBlue),
        /* Top-right */
        -2px 2px 0 var(--lightBlue),
        /* Top-left */
        2px -2px 0 var(--lightBlue),
        /* Bottom-right */
        -2px -2px 0 var(--lightBlue);
    /* Bottom-left */
}

.home-cnt p:nth-child(2) {
    font-family: var(--fNunito);
    font-size: var(--fs26);
    line-height: 35px;
    font-weight: var(--fw700);
    text-align: center;
    max-width: 932px;
    margin: auto;
}

/* Section SneakPeek */
section.sneakPeak {
    padding-top: 100px;
    background-color: #e1eeff;
}


section.sneakPeak>h1 {
    font-size: var(--fs40);
    line-height: 36px;
    font-weight: var(--fw700);
    font-family: var(--fMeriifweather);
    text-align: center;
    opacity:0;
    transition: 0.3s ease-in;
    margin-bottom: 60px;
    text-shadow: 
    4px 4px 0 #FFF, /* Bottom-right */
    -4px 4px 0 #FFF, /* Bottom-left */
    4px -4px 0 #FFF, /* Top-right */
    -4px -4px 0 #FFF, /* Top-left */
    0 4px 0 #FFF, /* Directly below */
    0 -4px 0 #FFF, /* Directly above */
    4px 0 0 #FFF, /* Directly right */
    -4px 0 0 #FFF; /* Directly left */

}

section.sneakPeak .card-container {
    padding-bottom: 116px;
}

section.sneakPeak .owl-carousel .owl-nav{
    display: block;
}
section.sneakPeak .owl-carousel .owl-nav .owl-next{
    background-color: #000;
    width: 40px;
    border: 2px solid #2992F3;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -3%;
    top: 40%;
}
section.sneakPeak .owl-carousel .owl-nav .owl-next i{
    color: white;
}

section.sneakPeak .owl-carousel .owl-nav .owl-prev{
    background-color: #000;
    width: 40px;
    border: 2px solid #2992F3;
    height: 40px;
    position: absolute;
    left: -3%;
    top: 40%;
    border-radius: 50%;
}
section.sneakPeak .owl-carousel .owl-nav .owl-prev i{
    color: white;
}

section.sneakPeak .card-container .card{
    max-height: 670px;
    overflow: hidden;
}
section.sneakPeak .card-container .card img{
    max-height: 670px;
}

section.sneakPeak .card-container .card.crazy text.t3{
    font-size: 25px;
    font-family: var(--fMeriifweather);
    font-weight: var(--fw700);
    line-height: 31px;
    text-shadow:
    1px 1px 0 #FFF,
    /* Top-right */
    -1px 1px 0 #FFF,
    /* Top-left */
    1px -1px 0 #FFF,
    /* Bottom-right */
    -1px -1px 0 #FFF;
}




section.subscription{
    padding-top: 40px;
    background-color: #F7F5F4;
}
section.subscription .col-md-5.cnt-sec{
    padding: 60px 40px;
    text-align: center;
}
section.subscription .col-md-5.cnt-sec h4{
    font-family: var(--fMeriifweather);
    font-size: 40px;
    font-weight: var(--fw700);
    line-height: 50px;
    margin-bottom: 40px;
    opacity: 0;
}
section.subscription .btnlink a img{
width:100%;
}
section.subscription .cnt-sec  ul li{
    font-family: var(--fMeriifweather);
    font-size: 20px;
    font-weight: var(--fw700);
    line-height: 30px;
    margin-bottom: 40px;
}
section.subscription .col-3.cnt-sec{
    padding: 40px 0;
}

section.subscription .col-3.cnt-sec h1{
    font-size: 40px;
}

section.subscription .col-md-4.cnt-sec{
    padding: 40px;
}

section.subscription .col-md-4.cnt-sec h1{
    font-size: var(--fs40);
    font-weight: var(--fw700);
    text-align: center;
    opacity: 0;
    margin-bottom: 40px;
    font-family: var(--fMeriifweather);
    line-height: 38px;
    text-shadow:
    1px 1px 0 #FF94AB,
    /* Top-right */
    -1px 1px 0 #FF94AB,
    /* Top-left */
    1px -1px 0 #FF94AB,
    /* Bottom-right */
    -1px -1px 0 #FF94AB;
}

section.subscription .col-md-4.cnt-sec .card-body{
    padding: 60px 40px;
    text-align: center;
}

section.subscription .col-md-4.cnt-sec button.sevenTrial{
    display: block;
    border: 2px solid #000;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--fNunito);
    margin-bottom: 40px;
    font-weight: var(--fw700);
    width: 100%;
    border-radius: 12px;
}

section.subscription .col-md-4.cnt-sec button.yearlyTrial{text-transform: uppercase;display: block;border: 2px solid #000;padding: 8px 24px;font-size: 16px;line-height: 26px;font-family: var(--fNunito);font-weight: var(--fw700);width: 100%;background: white;border-radius: 12px;margin-bottom: 40px;color:black;}
section.subscription .col-md-4.cnt-sec button.yearlyTrial span{
        text-transform: lowercase !important;
}
section.subscription .col-md-4.cnt-sec button.selectsub{
    border: 2px solid #000;
    padding: 8px 24px;
    border-radius: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family:"Roboto", serif;
}
section.innovator{
    padding: 0px 0 40px; 
    background-color: #F7F5F4;
}

section.innovator .card{
    background-color: #ffe2e8;
    text-align: center;
    padding: 60px 30px 30px;
    border-radius: 0;
}

section.innovator .card p{
    font-family: var(--fNunito);
    font-size: 18px;
    font-weight: var(--fw700);
    line-height: 30px;
}
section.innovator .card.girl{
    position: relative;
}
section.innovator .card.girl img{
        position: absolute;
        top: -30%;
        right: 15%;
}
section.innovator .card.buddy img{
    position: absolute;
    top: -51%;
    right: 36%;
    max-width: 230px;
}

section.innovator .card.buddy .card-body{
    padding: 0 !important;
}


section.innovator .col-md-5.mid div{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    text-align: center;
    align-items:center;
}

section.innovator .col-md-3{
    padding: 0;
    align-self: end;
}
section.innovator .card.buddy{
    position: relative;
    top: 0%;
}
section.innovator .col-md-5.mid{
    position: relative;
    top:-65px;
}


section.innovator .col-md-5 h4{
    font-size: 22px;
    line-height: 30px;
    font-family: var(--fNunito);
    max-width: 322px;
    position: relative;
    right: -22px;
    /* font-weight: 400; */
}

section.innovator .col-md-5.mid p{
    font-family:var(--fNunito);
    font-size:24px;
    font-weight:700;
    line-height:30px;
    margin-top: 20px;
}

section.innovator .col-md-5 h4:after{
    content:"";
    background:url('/wp-content/uploads/2025/02/squiggles-pink.png');
    background-size: 100%;
    display: block;
    height: 300px;
    x;
    right: -71px;
    width: 496px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -206%;
    background-position: center;
}





section.innovator{
    padding: 0px 40px 132px;
}

section.superpowers{
    background-color: #d5e3f5;
    text-align: center;
}

section.superpowers .wrapper-box{
    background-color: white;
    border-radius: 24px;
    padding: 120px 100px;
    box-shadow: 0 14px 54px #00000040;
    max-width: 1084px;
    margin: auto;
}

section.superpowers .wrapper-box h1{
    font-size: var(--fs40);
    font-family: var(--fMeriifweather);
    font-weight: var(--fw700);
    line-height: 56px;
    max-width: 760px;
    opacity: 0;
    margin: auto;
    margin-bottom: 60px;
}

section.superpowers .wrapper-box .row{
    --bs-gutter-x: 0;
}

section.superpowers .wrapper-box .row:nth-child(2){
    margin-bottom: 80px;
    align-items: end;
}

section.superpowers .wrapper-box .row:nth-child(3) :last-child img{
    padding-top: 32px;
}

section.superpowers .wrapper-box .box h4{
    font-family: var(--fMeriifweather);
    font-size: 16px;
    font-weight: var(--fw700);
    line-height: 24px;
    margin-top: 20px;
}

section.superpowers .wrapper-box .box img{
    position: relative;
    transition: 0.3s ease-in;
    z-index: 1;
}

section.younginnovators{
    padding: 400px 0 50px;
    display: flex;
    position: relative;
    background: url('http://theinnochamps.com/wp-content/uploads/2025/02/youngInnovatorsBg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

section.younginnovators .col-md-6{
    text-align: center;
}

section.younginnovators .left.col-md-6{
    position: relative;
    bottom: 200px;
}

section.younginnovators .swiggles-blue-yellow{
    position: absolute;
    top: -28%;
    width: 70%;
    right: 0px;
    width: 100%;
}

section.innovation-club{
    padding: 80px 0;
    background-color: #d5e3f5;
}

section.innovation-club .owl-carousel .owl-nav .owl-next{
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -3%;
    border: 2px solid #2992F3;
    top: 50%;
}
section.innovation-club .owl-carousel .owl-nav .owl-next i{
    color: white;
}

section.innovation-club .owl-carousel .owl-nav .owl-prev{
    background-color: #000;
    width: 40px;
    height: 40px;
    position: absolute;
    border: 2px solid #2992F3;
    left: -3%;
    top: 50%;
    border-radius: 50%;
}
section.innovation-club .owl-carousel .owl-nav .owl-prev i{
    color: white;
}

section.faqs{
    padding: 80px 0;
    text-align: center;
}

section.faqs h1{
    font-size: var(--fs40);
    font-weight: var(--fw700);
    line-height: 36px;
    font-family: var(--fMeriifweather);
    margin-bottom: 35px;
    opacity: 0;
}

section.faqs .faqs-wrapper{
    text-align: start;
}

section.faqs .faqs-wrapper .faq{
    margin: 40px 0;
}
section.faqs .faqs-wrapper .faq[data-index="1"]{
    position: relative;
}
section.faqs .faqs-wrapper .faq[data-index="1"]::before{
    content:"";
    background: url('http://theinnochamps.com/wp-content/uploads/2025/02/starVector.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 78px;
    left: 25px;
}

section.faqs .faqs-wrapper .faq[data-index="4"]{
    position: relative;
}

section.faqs .faqs-wrapper .faq[data-index="4"] h4::after{
    content:"";
    background: url('http://theinnochamps.com/wp-content/uploads/2025/02/starVector.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 95px;
    left: 33%;
}

section.faqs .faqs-wrapper .faq[data-index="5"]{
    position: relative;
}

section.faqs .faqs-wrapper .faq[data-index="5"] h4::after{
    content:"";
    background: url('http://theinnochamps.com/wp-content/uploads/2025/02/PlusVector.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-size: contain;
    left: 15%;
    bottom: 65px;
}


section.faqs .faqs-wrapper .faq[data-index="6"]{
    position: relative;
}

section.faqs .faqs-wrapper .faq[data-index="6"] h4::before{
    content:"";
    background: url('http://theinnochamps.com/wp-content/uploads/2025/02/circleVector.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 35px;
    left: -18px;
    background-size: contain;
}

section.faqs .faqs-wrapper .faq[data-index="7"]{
    position: relative;
}

section.faqs .faqs-wrapper .faq[data-index="7"] h4::before{
    content:"";
    background: url('http://theinnochamps.com/wp-content/uploads/2025/02/starVector.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 81%;
    left: 68%;
    background-size: contain;
}


section.faqs .faqs-wrapper .faq[data-index="8"]{
    position: relative;
}

section.faqs .faqs-wrapper .faq[data-index="8"] h4::after{
    content:"";
    background: url('http://theinnochamps.com/wp-content/uploads/2025/02/PlusVector.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-size: contain;
    left: 14%;
}


section.faqs .faqs-wrapper .faq h4{
    font-size: 18px;
    line-height: 36px;
    font-weight: var(--fw700);
    font-family: var(--fMeriifweather);
}

section.faqs .faqs-wrapper .faq p{
    font-family: var(--fNunito);
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

section.founders{
    padding: 40px 0 0;
}
section.founders .row{
    --bs-gutter-x: 0;
}

section.founders .col-md-7{
    text-align: center;
}

section.founders .col-md-7 p{
    max-width: 746px;
    font-size: 26px;
    line-height: 36px;
    font-family: var(--fMeriifweather);
    font-weight: var(--fw700);
    margin: auto;
}
section.founders .col-md-7 p:nth-child(3){
  margin-top: 40px;
  position: relative;
}
section.founders>img{
    width: 100%;
}
section.founders .col-md-5{
    padding-top: 80px;
}
section.founders .col-md-5 h1{
    font-size: 40px;
    line-height: 36px;
    font-weight: var(--fw700);
    font-family: var(--fMeriifweather);
    margin-bottom: 30px;
    text-align: center;
}
section.founders .col-md-5 img{
    width: 100%;
}

section.founders .col-md-7 p:nth-child(3):before{
   content: "";
   background: url('http://theinnochamps.com/wp-content/uploads/2025/02/circleVector.png');
   width: 50px;
   height: 50px;
   background-repeat: no-repeat;
   display: block;
   position: absolute;
   left: 50%;
   top: -25%;
   background-size: contain;
}
section.founders .col-md-7 p:nth-child(2){
   position:relative;
}

section.founders .col-md-7 p:nth-child(5):before{
   content: "";
   background: url('http://theinnochamps.com/wp-content/uploads/2025/02/PlusVector.png');
   width: 50px;
   height: 50px;
   background-repeat: no-repeat;
   display: block;
   position: absolute;
   left: 0%;
   top: 35%;
   background-size: contain;
}
section.founders .col-md-7 p:nth-child(5){
   position:relative;
   margin-top: 40px;
}

section.aboutFounder{
    background-color: #F7F5F4;
}

section.aboutFounder img.top-banner{
width: 100%;
margin-top: -7rem;
}

section.aboutFounder .row .col-5 p{
    font-size: 18px;
    line-height: 32px;
    font-family: var(--fNunito);
    font-weight: var(--fw700);
}

section.aboutFounder .row{
    justify-content: space-evenly;
}

section.aboutFounder .row:nth-child(1){
    margin-bottom: 80px;
}

section.testimonial{
    background-color: #F7F5F4;
}

section.testimonial .container-fluid{
    padding: 0;
}
section.testimonial .container-fluid .col-5 h4{
font-family: var(--fMeriifweather);
font-weight: 700;
line-height: 56px;
font-size: 26px;
margin-bottom: 10px;
margin-top: 30px;
text-align: center;
}
section.testimonial .container-fluid .col-3 p{
    font-family: var(--fMeriifweather);
    font-size: 24px;
    line-height: 28px;
    font-weight: var(--fw700);
    max-width: 300px;
    text-align: center;
    text-shadow:
        1px 1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px -1px 0 #FFF,
        -1px -1px 0 #FFF;
    position: relative;
    right: -8%;
}

section.testimonial .container-fluid .col-3 p:after{
    content: "";
    height: 300px;
    width: 391px;
    display: block;
    background: url(http://theinnochamps.com/wp-content/uploads/2025/02/doodle-2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -94px;
    right: -47px;
}

section.testimonial .row{
    align-items: center;
    --bs-gutter-x: 0;
}

      section.subscription .col-md-4.cnt-sec button.yearlyTrial.active {
      background: black;
      color: white;
  }
  a.fixed-bottom {
    background-color: black;
    color: white;

}
a.fixed-bottom button.selectsub {
    border: none;
    color: white;
}

/* for 1366px screen */

@media (min-width:1299px) and (max-width:1399px){
section.innovator .col-md-5 h4:after {
    right: -47px;
    width: 460px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -206%;
    background-position: center;
}
section.testimonial .container-fluid .col-3 p:after {
    content: "";
    height: 300px;
    width: 359px;
    top: -86px;
    right: -38px;
} 
section.innovator .col-md-5.mid p{
    margin-top:14px;
}    
}

/* for 1280px screen */
@media (min-width:1200px) and (max-width:1299px){
section.testimonial .container-fluid .col-3 p{
    font-size:18px;
}
section.testimonial .container-fluid .col-4 img{
    width:100%;
}    
    section.testimonial .container-fluid .col-3 p:after {
    content: "";
    height: 300px;
    width: 305px;
    top: -71px;
    right: -5px;
}  
section.founders .col-7 p{
    font-size:24px;
}   
section.founders .col-5{
    padding-top:120px;
}    
section.innovator .col-md-5 h4:after{
    right:-85px
}  
section.innovator .col-md-5.mid p{
    margin-top:8px;
}      
}


.mobileView{
    display: none;
}
.desktopView{
    display: block;
}

@media(max-width:767px){
    .mobileView{
        display: block;
    }
    .desktopView{
        display: none;
    }
    section.banner-home img.banner{
        display: none;
    }
    .home-cnt p:nth-child(1){
        font-size:26px;
        margin: auto;
        margin-bottom: 20px;
        max-width: 300px;
    }
    .home-cnt p:nth-child(2){
        font-size:16px;
        line-height:25px;
        max-width: 328px;
    }
    section.banner-home{
        height:auto;
    }
    .home-cnt{
        padding: 20px 20px 40px;
    }
    section.sneakPeak>h1{
        font-size:26px;
        line-height:36px;
        max-width:285px;
        margin:auto;
        padding-bottom:20px
    }
    section.sneakPeak{
        padding-top:20px;
    }
    section.subscription .row{
        flex-direction:column-reverse;
    }
    section.innovator .row{
        flex-direction:column;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-dots button.owl-dot{
     background-color:grey;
     width:10px;
        color:white;
     height:10px;
    border-radius:50%;
    }
   .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.active{
       background-color:black;
   } 
    .owl-carousel  .owl-dots{
        display:flex;
        justify-content:space-evenly;
        padding: 40px 0;
    }
    section.sneakPeak .card-container{
        padding-bottom:40px;
    }
    section.subscription .col-md-5.cnt-sec h4{
font-size:26px;
        margin-bottom:20px
    }
    section.subscription .cnt-sec ul li{
        font-size:18px
    }
    section.subscription .cnt-sec ul li:nth-child(1){
        list-style-position: inside;
        margin-left: -12px;
    }
   section.subscription .cnt-sec ul li:nth-child(2) {
  list-style-position: inside;
}

    section.subscription .cnt-sec ul li:last-child{
        margin-bottom:0;
        list-style-position: inside;
    }
    section.subscription .col-md-5.cnt-sec{
        padding: 0px 40px 20px 40px;
    }
    section.innovator{
        padding:0px 0px 0px;
        background: none;
    }
    section.innovator .container-fluid{
        padding:0;
    }
    section.innovator .card.buddy img{
        display:none;
    }
    section.innovator .col-md-5 h4:after{
        display:none;
    }
    section.innovator .card.girl{
        margin-top:80px;
        text-align: center;
        padding: 50px 5px 0px;
    }
    section.innovator .card.girl img{
        right: 18%;
        text-align: center;
        top: -40%;
    }
    section.innovator .col-md-5 div {
            flex-direction: column;
            padding: 60px 20px 40px;
            display: flex;
            align-items: center;
        }

        section.superpowers .wrapper-box {
            border-radius: 0;
            padding: 50px 0 80px;
            box-shadow: none;
        }

        section.superpowers .wrapper-box h1 {
            font-size: 26px;
            line-height: 36px;
            max-width: 311px;
            opacity: 1;
        }

        section.younginnovators .swiggles-blue-yellow {
            display: none;
        }

        section.superpowers .wrapper-box .row:nth-child(2) {
            margin-bottom: 0;
            justify-content: space-around;
            align-items: unset;
        }

        section.younginnovators {
            padding: 0px 0;
            background: none;
            position: unset;
            flex-direction: column;
        }

        section.younginnovators .left.col-6 {
            position: unset;
        }

        section.innovation-club {
            padding: 26px 0 60px;
            background: none;
        }
        section.faqs {
            padding: 20px 20px 0 20px;
        }

        section.faqs h1 {
            font-size: 26px;
        }

        section.faqs .faqs-wrapper .faq h4 {
            font-size: 18px;
            text-align: center;
        }

        section.faqs .faqs-wrapper .faq p {
            text-align: center;
        }

        section.faqs .faqs-wrapper .faq[data-index="1"]::before {
            bottom: 105px;
            left: -14px;
        }

        section.faqs .faqs-wrapper .faq[data-index="2"] h4 {
            position: relative;
        }

        section.faqs .faqs-wrapper .faq[data-index="2"] h4::after {
            content: "";
            background: url(http://theinnochamps.com/wp-content/uploads/2025/02/circleVector.png);
            width: 50px;
            height: 50px;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            /* bottom: 2px; */
            left: -2px;
            top: 70px;
            background-size: contain;
        }

        section.faqs .faqs-wrapper .faq[data-index="6"] h4::before {
            background: url('http://theinnochamps.com/wp-content/uploads/2025/02/starVector.png');
            left: 82%;
        }

        section.faqs .faqs-wrapper .faq[data-index="3"] h4 {
            position: relative;
        }

        section.faqs .faqs-wrapper .faq[data-index="3"] h4::after {
            content: "";
            background: url(http://theinnochamps.com/wp-content/uploads/2025/02/PlusVector.png);
            width: 50px;
            height: 50px;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            background-size: contain;
            left: 78%;
            top: 60px;
        }

        section.faqs .faqs-wrapper .faq[data-index="4"] h4::after {
            bottom: 0;
            top: -50px;
            left: 1%;
        }

        section.faqs .faqs-wrapper .faq[data-index="5"] h4 {
            position: relative;
        }


        section.faqs .faqs-wrapper .faq[data-index="5"] h4::after {
            content: "";
            background: url(http://theinnochamps.com/wp-content/uploads/2025/02/PlusVector.png);
            width: 50px;
            height: 50px;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            background-size: contain;
            left: 78%;
            bottom: 115px;
        }

        section.faqs .faqs-wrapper .faq[data-index="7"] h4 {
            position: relative;
        }

        section.faqs .faqs-wrapper .faq[data-index="7"] h4::after {
            content: "";
            background: url(http://theinnochamps.com/wp-content/uploads/2025/02/PlusVector.png);
            width: 50px;
            height: 50px;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            background-size: contain;
            left: 92%;
            bottom: -80px;
        }

        section.faqs .faqs-wrapper .faq[data-index="8"] h4::after {
            background: url(http://theinnochamps.com/wp-content/uploads/2025/02/circleVector.png);
            top: -7px;
            left: 80%;
            background-size: contain;
        }

        section.aboutFounder img.top-banner {
            display: none;
        }

        section.founders {
            background-color: #F7F5F4;
        }

        section.founders .col-md-7 p {
            display: none;
        }

        section.founders .col-md-5 {
            padding-top: 20px;
        }

        section.aboutFounder .col-12 p {
            font-size: 18px;
            text-align: center;
            font-family: var(--fNunito);
            line-height: 32px;
            font-weight: 400;
        }

        section.aboutFounder .col-12 {
            padding: 0 18px;
        }

        section.aboutFounder .col-12 p:nth-child(1) {
            margin: 30px 0;
        }

        section.aboutFounder .col-12 p:nth-child(2) {
            margin: 30px 0;
        }

        section.aboutFounder .col-12 p:nth-child(3) {
            margin: 30px 0;
        }

        section.aboutFounder .row:nth-child(1) {
            margin-bottom: 0;
        }

        section.testimonial .col-12 p {
            font-size: 18px;
            font-family: var(--fMeriifweather);
            font-weight: var(--fw700);
            line-height: 28px;
            text-align: center;
            max-width: 300px;
            margin: auto;
            position: relative;
            padding-top: 120px;
        }

        section.testimonial .col-12 p:after {
            content: "";
            height: 306px;
            width: 100%;
            display: block;
            background: url(http://theinnochamps.com/wp-content/uploads/2025/02/doodle-2.png) no-repeat;
            background-size: 100%;
            position: absolute;
            top: 54px;
            right: 2px;
        }
        section.testimonial{
            background: none;
        }
        section.testimonial .col-12.get-set img{
                margin-top: 18px;
                width: 100%;
                padding: 0 10px;
        }
        section.testimonial .col-12.heading img{
          width: 100%;
    }
    section.testimonial .col-12.heading h4{
        font-size: 26px;
        line-height: 56px;
        font-family: var(--fMeriifweather);
        font-weight: var(--fw700);
        padding: 40px 0;
        text-align: center;
        margin-bottom: 0;
        background: #F7F5F4;
    }
    section.younginnovators .left{
        padding:0 20px;
    }
    section.younginnovators .left.col-md-6 img{
      width:100%;
      position: relative;
      bottom: 46px;
      padding-top: 0;
    }
    section.younginnovators .right img{
        width:100%;
    }
    section.subscription{
        background:none;
        padding-top: 20px;
    }
    section.superpowers .wrapper-box .box img{
     position:unset;
     width: 150px;
    }
    section.banner-home .header-top img{
        max-width:207px;
        margin:auto;
        
    }
    section.younginnovators .left.col-md-6{
        bottom: 0px;
        background: rgb(156,198,255);
    }
    section.subscription .col-md-3 img{
        width: 100%;
        padding: 0px 20px;
    }
    .row{
        --bs-gutter-x: 0 !important;
    }
    section.superpowers .wrapper-box .row .col-5:nth-child(2){
        padding-top: 40px;
    }
    section.superpowers .wrapper-box .row{
        align-items:normal;
    }
    section.subscription .col-md-4.cnt-sec button.sevenTrial{
     text-align:left;
    }
    section.subscription .col-md-4.cnt-sec{
    padding: 10px;
}
    section.subscription .col-md-4.cnt-sec button.yearlyTrial{
        text-align:left;
    }
    section.subscription .col-md-4.cnt-sec h1{
        font-size:24px;
        margin-bottom:20px;
        opacity: 1;
    }
    section.subscription .col-md-3 h4{
        font-size:26px;
        line-height:40px;
        font-family:var(--fMeriifweather);
        font-weight:var(--fw700);
        text-align:center;
        margin-top:40px;
        max-width: 291px;
        margin-top: 40px;
        margin: auto;
}
section.subscription .col-md-3{
    margin-top:40px;
}    
    section.innovator .col-md-5 h4{
        font-weight:400;
        font-size: 18px;
        text-align: center;
        max-width: 300px;
        position: unset;
    }
    section.innovator .card.girl p{
        font-weight:400
    }
    section.innovator .card.girl p span{
        font-weight:var(--fw700)
    }
    section.founders .col-md-5 img{
        width:auto;
        margin:auto;
    }
    section.founders .col-md-5 h1{
    font-size:26px;
    }
}

@media (max-width:400px){
    section.innovator .card.girl img{
        right: 16%;
        top: -35%;
    }
        section.subscription .col-md-5.cnt-sec {
        padding: 0px 20px 20px 20px;
    }
    section.subscription .col-md-4.cnt-sec .card-body{
        padding: 60px 20px 40px;
    }
}


@media(min-width:1880px){
    section.younginnovators .swiggles-blue-yellow {
        position: absolute;
        top: -27%;
        width: 70%;
        right: 200px;
        width: 75%;
    }
}



/* .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: #9dc6fe;
    padding: 10px;
}
button.yearlyTrial.active {
    background: #9dc6fe;
}
section.subscription .col-md-4.cnt-sec button.selectsub:hover {
    background: #fcffbc;
    color: #000;
} */

footer{
    padding:40px 0;
    background-color:#333333;
}

footer .row{
    align-items:center;
}

footer .mid p{
    font-family:var(--fNunito);
    font-size:14px;
    font-weight:400;
    line-height:31px;
    color:white;
}


footer .left .left-up{
    display:flex;
    margin-bottom:40px;
    /* gap: 25px; */
    justify-content:space-evenly;
}
footer .left .left-down{
    display:flex;
    justify-content: center;
    gap: 49px;
}

footer .left .left-up a{
color:white;
    text-decoration:none;
}

footer .left .left-up li{
    list-style:none;
    font-family: var(--fNunito);
    font-size: 18px;
    line-height: 20px;
    font-weight: var(--fw700);
}

footer .left .left-down a:nth-child(1){
    display:none;
}


@media(max-width:767px){
    footer{
        padding: 20px 0;
    }
    footer .mid{
        display:none;
    }
    footer .right img{
        width: 100%;
    }
    footer .left .left-up{
        display:none;
    }
    footer .left .left-down a:nth-child(1){
    display:block;;
}
    footer .left .left-down a img{
        width:30px
    }
    footer .left .left-down{
        justify-content: space-evenly;
        gap:10px;
        padding-top: 15px;
    }
    footer .row{
        justify-content:space-between;
        align-items: flex-start;
    }
}




/*Animations*/

section.superpowers .wrapper-box .box img:hover, section.superpowers .wrapper-box .box img:active, section.superpowers .wrapper-box .box img:focus {
    transform: scale(1.1) rotate(4deg);
}
section.younginnovators .col-md-6 img{
    padding-top: 40px;
    transition:0.3s ease-in;
}

section.younginnovators .col-md-6 img:hover,section.younginnovators .left.col-md-6 img:active,section.younginnovators .left.col-md-6 img:focus{
    transform:translateY(-20px);
}

section.sneakPeak>h1:hover,section.sneakPeak>h1:active,section.sneakPeak>h1:focus{
    transform:translateY(-5px)
}

footer .left .left-down a{
    transition:0.2s ease-in;
}
footer .left .left-down a:hover,footer .left .left-down a:active,footer .left .left-down a:focus{
    transform:translateY(-5px)
}

section.banner-home .home-cnt{
opacity:0;
transition: 0.3s ease-in;
}

section.subscription .col-md-4.cnt-sec button.yearlyTrial{
    transition:0.3s ease-in;
}

section.subscription .col-md-4.cnt-sec button.yearlyTrial:hover,section.subscription .col-md-4.cnt-sec button.yearlyTrial:focus,section.subscription .col-md-4.cnt-sec button.yearlyTrial:active{
    transform:translateY(-5px);
    background:var(--lightBlue)
}





section.founders .col-md-7 video.desktopView{
max-width:200px;
margin:auto;
}

@media(max-width:767px){
section.founders .col-md-7 img.mobileView{
max-width:100%;
margin:auto;
}
}


@media(min-width:767px){
    section.faqs .faqs-wrapper .faq p br{
        display: none;
    }
}


/* Css update 11 feb */




@media(max-width:767px){
    /* caousel2 */
    section.innovation-club .owl-carousel .owl-nav .owl-next{
        right: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 104%;
        width: 30px;
        height: 30px;
    }
    section.innovation-club .owl-carousel .owl-nav .owl-next i{
        font-size: 12px;
    }
    section.innovation-club .owl-carousel .owl-nav .owl-prev{
        left: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 104%;
        width: 30px;
        height: 30px;
    }
    section.innovation-club .owl-carousel .owl-nav .owl-prev i{
        font-size: 12px;
    }
    /* carousel1 */
    section.sneakPeak .owl-carousel .owl-nav .owl-prev{
        top: 95%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 35%;
    }
    section.sneakPeak .owl-carousel .owl-nav .owl-prev i{
        font-size: 12px;
    }
    section.sneakPeak .owl-carousel .owl-nav .owl-next{
        top: 95%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 35%;
    }
    section.sneakPeak .owl-carousel .owl-nav .owl-next i{
        font-size: 12px;
    }
    section.sneakPeak{
        padding-bottom: 20px;
    }
    section.younginnovators .col-md-6 img{
        padding-top: 0;
    }
}



body.home .elementor-7945 .elementor-element.elementor-element-3b0df13{
  bottom: 80px;
}

body.home .elementor-7945 .elementor-element.elementor-element-3b0df13 img{
  max-width: 470px;
}
@media(min-width:1024px){
  body.home .elementor-7945 .elementor-element.elementor-element-85e11d0{
    display:block;
    bottom: -65px;
  }
}
body.home:not(.rtl) .elementor-7945 .elementor-element.elementor-element-85e11d0{
  right: 145px;
}
body:not(.rtl) .elementor-7945 .elementor-element.elementor-element-3b0df13{
  left: 113px;
}
/* login form */
#wc-login-register-popup input{
    background: #fff;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    width: 100%;
    min-height: 56px;
    padding: 3px 20px !important;
}
#wc-login-register-popup select{
    background: #fff;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    width: 100%;
    min-height: 56px;
    padding: 3px 20px !important;
    color: #928888 !important;
    -webkit-appearance: none; /* Remove default arrow (Safari, Chrome) */
    -moz-appearance: none; /* Remove default arrow (Firefox) */
    appearance: none; /* Remove default arrow (Standard) */
     background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'><path d='M5 7l5 5 5-5H5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    cursor: pointer;

}
#wc-login-register-popup form#customLogin button{
    padding: 8px 45px !important;
    margin-top: 10px;
}
#wc-login-register-popup div#registerpopup button, button#otpSubmitBtn, button#resendOtpBtn{
    padding: 8px 45px !important;
    margin-top: 10px;
}

#wc-login-register-popup .wc-tab-link{
    font-family: 'Merriweather';
    font-size: 16px;
}
#wc-login-register-popup .wc-tabs{
    margin-bottom: 20px;
}

#wc-login-register-popup #error_message{
    margin-top: 10px;
}
#wc-login-register-popup .wc-modal-content:has(.wc-tab-content.active#login){
    top: 25%;
}
#wc-login-register-popup .wc-modal-content:has(.wc-tab-content.active#registerpopup){
    top: 0%;
}
#wc-login-register-popup .wc-modal-content:has(#otpVerificationForm){
    top:12%;
}

@media(max-width:768px){
    #wc-login-register-popup .wc-modal-content{
        width: 350px; 
    }
    #wc-login-register-popup .wc-modal-content:has(.wc-tab-content.active#login){
        top:25%;
    } 
    #wc-login-register-popup .wc-modal-content:has(.wc-tab-content.active#registerpopup){
        top: 8%;
    }
    #wc-login-register-popup .wc-modal-content:has(#otpVerificationForm){
        top:30%;
    }
    #wc-login-register-popup form#customLogin button{
        padding: 8px 20px !important;
        margin-top: 10px;
    }
    #wc-login-register-popup div#registerpopup button, button#otpSubmitBtn, button#resendOtpBtn{
        padding: 8px 20px !important;
        margin-top: 10px;
    }
}
@media(min-width:1540px){
    #wc-login-register-popup .wc-modal-content:has(.wc-tab-content.active#registerpopup){
        top: 10%;
    }
}


section.creative .card{
width: 350px;
    margin: auto;
    margin-top:-132px;
    margin-bottom:124px;
}
section.creative .card .card-body button{text-transform: uppercase;
    display: block;
    border:0;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--fNunito);
    font-weight: var(--fw700);
    width: 100%;
    background: white;
    border-radius: 12px;
    margin-bottom: 40px;
    color: black;
}
section.creative .greenHeading{
font-size: 40px;
    font-weight: var(--fw700);
    line-height: 38px;
    text-align: center;
    margin-bottom: 51px;
    font-family: var(--fMeriifweather);
    text-shadow: 2px 2px 0 var(--lightBlue), -2px 2px 0 var(--lightBlue), 2px -2px 0 var(--lightBlue), -2px -2px 0 var(--lightBlue);
}


section.creative .card .card-body h1{
font-weight: var(--fw700);
    text-align: center;
    opacity: 0;
    margin-bottom: 40px;
    font-family: var(--fMeriifweather);
    line-height: 38px;
    text-shadow: 1px 1px 0 #FF94AB, -1px 1px 0 #FF94AB, 1px -1px 0 #FF94AB, -1px -1px 0 #FF94AB;
    opacity: 1;
    font-size: 40px !important;
    margin-bottom: 24px;
    text-transform: none;
}
section.creative .card .card-body img{
width:100%;
}
section.creative .stepsImage .row{
justify-content:center;
align-items:end;
}
section.creative .stepsImage .wrap img{
width:100%;
max-width:224px;
}
section.creative .stepsImage .wrap h1{
font-family: var(--fMeriifweather);
font-weight: var(--fw700);
font-size:26px;
margin-bottom:42px;
}
section.creative .stepsImage .wrap{
text-align:-webkit-center;
}
section.creative .stepsImage .wrap.col-md-1{
align-self:center;
}
section.creative .stepsImage .wrap .arrowImage{
height:24px;
width:24px;
}
section.creative .stepsImage{
margin-bottom:138px;
}


@media(max-width:768px){
section.creative .card{
margin-top:0px;
margin-bottom:40px;
}
section.creative{
padding-top:40px;
background-color:rgba(247, 245, 244, 1);
}
section.creative .stepsImage .row{
flex-direction: column;
    gap: 40px;
}
section.creative .stepsImage .wrap img{
width:60%;
}
section.creative .stepsImage{
background-color:#fff;
padding-top: 48px;
}
section.creative .greenHeading{
font-size:24px;
max-width: 204px;
padding-bottom:48px;
        margin: auto;
}
section.creative .stepsImage .wrap h1{
font-size:22px;
}
section.creative .stepsImage .wrap{
text-align: -webkit-center;
}
.fixed-bottom img{
width:100%;
}
section.subscription .btnlink .row{
flex-direction: row;
}
#btnlink.fixed-bottom .col-6{
padding:10px;
}
}