 * {
  /* box-sizing: border-box; */ /* Prevent borders and padding from affecting width/height */
}


html, body {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto; /* Optional: ensure it's not locked */
    -webkit-overflow-scrolling: touch;
}



 nav{
    background-color: #000 !important;
} 

section:not(#header,.new-section4,.new-section5,.section2){
    padding: clamp(15px, 5vw, 100px);
    /* margin-top: 90px; */
}

.fire-red{
    color: #CE2029;
}

.t-bgreen{
    color: #28A745;
}
.new-section2{
    padding-bottom: 0 !important;
}
.new-section3, .new-section2 .sec2-con h1:first-of-type{
    padding-top: 0 !important;
}
.new-section4{
    padding: 0 clamp(15px,5vw,100px);
}

h1 {
    font-size: clamp(40px, 7vw, 70px);
    font-family: 'Coolvetica', sans-serif;
    font-weight: 100;
}

h3 {
    font-size: clamp(40px, 3vw, 50px);
    font-family: 'Coolvetica', sans-serif;
}

h4{
     font-size: clamp(24px, 4vw, 36px);
}

h5{
     font-size: clamp(20px, 3vw, 30px);
}

.just-center{
    text-align: justify;
    text-align-last: center;
}

.just-left{
    text-align: justify !important;
    text-align-last: left;
}

.left{
    text-align: left !important;
}

.row{
    display: flex;
    align-items: stretch;
}

.col{
    width: 50%;
}

/* section 1 */

.section1 {
    background-color: #8f979d;
    background-image: url(../images/ffb-assets/ffc/header-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    /* height: calc(100vh - 90px); */
    background-position: center;
    /* transform: scale(0.9); */
    margin-top: 90px;
    min-height: calc(100vh - 90px );
    padding: 0 !important;!i;!;
}

.header-content {
    width: 60%;
    text-align: center;
    text-align-last: center;
    z-index: 99;
}


.header-content p{
    text-align:left;
    text-align-last: left;
}


.header-section .scroll{
    position:absolute;
    width: 2%;
    bottom: 1%;
    left: 50%;
}

.header-section .scroll img{
  animation: slideDown 2s infinite;
  opacity: 0;    
}

@keyframes slideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}


.ffc-img{
    /* padding:clamp(15px,5vw,50px) 0; */
}
.ffc-img img{
    width:100%;
    height:auto;
}
.button-con .chat{
    margin-top: clamp(15px, 3vw, 24px);
}
.sheelah-con{
        width: 40%;
}
.sheelah-con img{
    height: 90vh;
    position: absolute;
    bottom: 0;
    float: right;
    right: -120px;
    margin-bottom: 0;
    /* min-width: 450px; */
}

.sheelah-quote{
    position: absolute;
    bottom: 0;
    float: right;
    right: 0;
    margin-bottom: 50px;
    width: 40%;
    text-align: center;
}

.sheelah-quote p{
    font-size: clamp(24px, 3vw, 40px);
    line-height: clamp(34px, 5vw, 50px);
    padding-bottom: clamp(15px,3vw,24px);
    font-style: italic;
}

.section1 .header-content .button-con{
    flex-direction: column;
    align-items: flex-start;
}

.header-section{
    height: 100%;
    display: flex;
    text-align: left;
    max-width: 1366px;
    margin: 0 auto;
    height: calc(100vh - 90px);
    align-items: center;
    justify-content: space-between;
    min-height: 768px;
    padding: 0 clamp(15px, 3vw, 100px) !important;!i;!;
}

.section1 h1, .section1 h3,.box-container h1 {
    letter-spacing: 1px;
    text-align: left;
    font-weight: 100;
    text-align-last: left;
}

.section1 h1{
    /* text-transform: uppercase; */
    padding: clamp(15px,5vw,34px) 0;
    text-align: left;
    text-align-last: left;
}

.section1 .clublit-logo, .joinus-logo{
    width: 100%;
    max-width: 1366px;
    height: auto;
    padding: 0;
    /* margin: clamp(20px,5vw,50px) 0; */
}




.header-clublit{
    position: relative;
}

.sparky-header{
    position: absolute;
    right: 35%;
    bottom: 30%;
    width: 15%;
}


.bunny{
    width: 15%;
    margin-left: 10px;
}



/* Section 2  */


.section2-2{
    /* padding-bottom: clamp(15px,5vw,200px) !important; */
    /* margin-bottom: clamp(15px,5vw,100px); */
}

.section2{
    height:100%;
    padding: clamp(15px, 5vw, 100px) 0;
    text-align: center;
    /* background-color: #ebebeb; */
}

/* testi stories  */

.testi-stories {
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 1.5rem;
      max-width: 1200px;
      margin: 0 auto;
      padding: clamp(15px,5vw,100px) 0;
    }

    .story-testi {
      background-color: #ebebeb;
      border-radius: 12px;
      padding: 1.5rem 2rem;
      box-shadow:
        0 2px 6px rgb(0 0 0 / 0.05),
        0 1px 3px rgb(0 0 0 / 0.04);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 180px;
      transition: background-color 0.3s ease;
    }


.section2 .t-yellow{
    padding:clamp(15px, 5vw, 100px) 0;
}
.sec2-con,.section2-text{
    max-width: 1366px;
    margin: 0 auto;
}

.sheelah{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: clamp(15px, 3vw, 50px);
}

.section2 .sheelah .sticky{
    /* background: url(https://belldoncolme.net/wp-content/themes/belldoncolme/images/ffb-assets/ffc/sheelah-bna.webp); */
    height: 65vh;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    top: 90px;
    position: sticky;
    background-position: top center;
}

.section2 .sheelah .sticky img{
    width: 75%;
    height:auto;
}
.sheelah .col{
    width: 100%;
}


.sheelah .col-con-sheelah {
}

.col-con-sheelah p{
    text-align:justify;
    margin-top: clamp(16px, 3vw, 20px);
    margin-bottom: clamp(16px, 3vw, 20px);
}

.new-section5 .sec2-con{
    padding: clamp(15px,5vw,50px);
}

.gray-con{
    background-color: #ebebeb;
}

.new-section5 .sec2-con p, .gray-con p{
    /* text-align:left; */
    padding-bottom: 0;
}
.beliefs-con .row{
    padding-bottom: clamp(15px,5vw,50px);
}


.beliefs-con .row .col p{
    font-size: clamp(18px, 3vw, 24px);
    line-height: clamp(28px, 5vw, 34px);
}

.beliefs-con img{
    width:100%;
    margin: 0 auto;
    
}
.beliefs-con .row:nth-of-type(3) .col img{
    padding-right: clamp(15px,3vw,24px);
}

.beliefs-con .row:nth-of-type(2) {
    flex-direction: row-reverse;
}

.ffd-list{
    max-width: 1300px;
    /* margin: 0 auto; */
    padding:clamp(15px, 5vw, 50px);
}

.ffd-list li p:first-of-type{
    margin: 0;
}

.ffd-list li p:last-of-type{
    margin-top: 0;
}

.ffd-list li {
    /* margin-top: 10px; */
    background-image: url(../images/livelit/bullet.svg);
    background-position: 0px 6px;
    background-size: 2.5%;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-bottom: 0;
    text-align: justify;
}

.section2-2 .sec2-con .green-con{
    background-color:#a8d569;
    display:grid;
    grid-template-columns: 400px auto;
    gap: clamp(15px, 3vw, 50px);
    margin: clamp(15px, 5vw, 100px);
}

.img-overwhelm{
   max-width: 400px;
   margin: clamp(15px,3vw,30px);
   max-height: calc(100vh - 200px);
}

.section2-2 .sec2-con .green-con .col:last-child{
    width:100%;
    padding: 0 clamp(15px,5vw,50px) !important;!i;!;
    display: flex;
    align-items: center;
}

.section2-2 .sec2-con .green-con .col:last-child p{
    font-size: clamp(20px, 3vw, 30px) !important;
    line-height: clamp(30px, 5vw, 40px) !important;
    font-style: italic;
}

.section2-2 .sec2-con .yellow-con{
    background-color:#d89741;
    padding:clamp(15px, 3vw, 25px);
    margin: clamp(15px, 3vw, 20px) 0;
}

.section2-2 .sec2-con .yellow-con:nth-of-type(3),
.section2-2 .sec2-con .yellow-con:nth-of-type(4) {
    /* margin-top:clamp(15px,5vw,100px); */
   
}

.section2-2 .sec2-con .yellow-con p{/* padding-left: clamp(15px,3vw,18px); */text-align: justify;text-align-last: left;}
.unique{
    padding-bottom:clamp(15px, 5vw, 50px);
    /* max-width:768px; */
    /* margin:0 auto; */
}

.top-con{
    /* display:flex; */
    /* text-align: center; */
    flex-direction: column;
    margin-bottom: clamp(15px,5vw,50px);
}

.top-con p{
    text-align:left;
}

.new-section2 .sec2-con .top-con h1,.new-section3 .sec2-con h1,.new-section4 .sec2-con h1,.new-section5 .sec2-con h1{
    font-weight:100;
    text-align:left;
    text-align-last: left;
}

.new-section3 .sec2-con h1,.top-con .t-yellow,.section4-5 .t-yellow,.no-top .t-yellow,.section7 .t-yellow,.new-section4 .sec2-con h1,{
    padding:clamp(15px,5vw,50px) 0;
    font-weight: 100;
    text-align: left;
}

.section7 .t-yellow{
    padding-top:0;
    padding-bottom: clamp(15px, 5vw, 50px);
}
.sec2-con .row .col:last-child{
    /* padding-right: clamp(15px,5vw,46px); */
}
.p-first{
    padding-top: clamp(15px,5vw,30px);
    width: 80%;
    margin: 0 auto;
}

.button-con{
    display:flex;
    justify-content: center;
    padding: clamp(15px,3vw,50px) 0;
}

.button-con:nth-of-type(3){
    padding-bottom:0;
}

.button-left{
    display:flex;
    align-content: center;
    justify-content: flex-start;
}

.btn-black{
    color:#fff;
    background-color:#000;
    font-weight: 600;
    padding: clamp(15px, 3vw, 20px) clamp(35px, 3vw, 40px);
    margin: clamp(35px, 3vw, 40px) 0;
    border: none;
    border-radius: 10px;
    font-size: clamp(18px, 3vw, 26px);
    max-width: 390px;
    width: 100%;
}

.button-con button{
    font-weight: 600;
    color: #000;
    padding: clamp(15px, 3vw, 20px) clamp(35px, 3vw, 40px);
    /* margin: clamp(35px, 3vw, 40px) 0; */
    border: none;
    border-radius: 10px;
    font-size: clamp(18px, 3vw, 26px);
    max-width: 560px;
    width: 100%;
}

.btn-orange{
    background-color: #d89741;
 
}

.btn-green{
    background-color: #a8d569;
 
}





.p-first:last-of-type{
    padding-bottom: clamp(15px,5vw,50px);
    font-size: clamp(25px, 3vw, 35px);
}

.top , .bold{
    font-weight: 600;
    text-align: center;
}

.head{
    font-weight: 600;
}

.italic{
    font-style: italic;
}

.section2-1,.section3-1{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.section2-1{
    background-image: url(../images/ffr-assets/ffr-parallax-new.webp);
}

.col3 .t-red{
    font-weight:600;
    font-size: clamp(40px, 3vw, 50px);
    padding: clamp(15px,3vw,24px) 0;
    line-height: clamp(45px,3vw,50px);
    text-align: center;
}

.col3{
    width:33%;
    padding: clamp(15px,3vw,24px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col3 img{
    width: 100%;
    height: auto;
}

.col3 p:last-of-type{
    width: 100%;
}
/* Section 3  */


.section3{
    background-color: #ebebeb;
}

.section3 button:first-of-type{
    margin-right:20px;
}

.belldon-bna{
    display:grid;
    grid-template-columns: 35% 65%;
    padding: clamp(15px, 5vw, 50px) 0;
}

.belldon-bna .col:first-of-type img{
    width:100%;
    border: none;
}



.sign-con{
    padding-bottom:clamp(15px,5vw,100px);
}

.sign-con img{
    width:20%;
}

.sign-con p{
    margin: 0 !important;!i;!;
}

.belldon-bna .col{
    position:relative;
    width:100%;
}

.belldon-bna .col .gray-con{
    position:absolute;
    padding: clamp(15px, 5vw, 50px);
    bottom: -3%;
    left: -5%;
    width: 100%;
}

.belldon-bna .col .gray-con .down-quote, .belldon-bna .col .gray-con .up-quote{
    position:absolute;
}

.belldon-bna .col .gray-con .down-quote{
    bottom: 96%;
}

.belldon-bna .col .gray-con .up-quote{
    display: flex;
    width: 85%;
    justify-content: flex-end;
    bottom: -2%;
}

.belldon-bna .col .gray-con .up-quote img{
    height: auto;
    width: 12%;
}

.belldon-bna .col .gray-con p{
    padding-bottom:0;
}
.small-green{
    /* position:absolute; */
    background-color:#a8d569;
    padding: clamp(15px, 5vw, 50px);
    bottom:0;
    left: -15%;
    width: 100%;
    margin-top: -10px;
}


.section3-1{
    background-image: url(../images/ffr-assets/ffr-team-new.webp);
}

.section3 h1{
    text-align:center;
    padding-bottom: clamp(15px, 5vw,50px);
}

.section3 .row .col4{
    width: 40%;
    position: relative;
}

.section3 .row .col6{
    width: 60%;
}

.section3 .row .col4 img{
    position: absolute;
    right: -40px;
    width: 80%;
    max-width: 1366px;
    top: -145px;
}
.subtop{
    font-weight:600;
}
/* Section 4  */

.section4 .t-center{
    text-align: center;
}

.section4 .sec2-con .bold{
    text-align: left;
}
.section4 .sec2-con h3 {
    padding: clamp(15px, 5vw, 50px);
}

.no-list {
    margin: 0 !important;
}

#ffc-works .sec2-con .green-con {
    background-color: #a8d569;
    padding: clamp(15px, 5vw, 50px);
    margin-bottom: clamp(15px, 5vw, 100px);
}

#ffc-works .sec2-con .green-con .button-con{
    padding-top:0;
    padding-bottom:0;
}
#ffc-works .sec2-con .green-con .button-con button{
    color:#fff;
}
.steps{
    display: flex;
    flex-direction: column;
    padding-top: clamp(15px,5vw,50px);
}

.steps div{
    padding: clamp(15px, 5vw, 24px) 0;
}

.steps .substep{
    /* padding-top:clamp(15px,3vw,24px); */
}

.steps div p{
    padding-top:clamp(15px, 5vw, 24px);
    text-align: justify;
    text-align-last: left;
}

.system-4d li p{
    padding-top:0;
}

.sparks-con{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:clamp(15px,5vw,100px);
}

.running{
    display: flex;
    justify-content: center;
}

.running img{
    width: 50%;
}


.system-4d li{
    padding-left: clamp(15px, 3vw, 24px);
}

.membership-enrollment .row{
    flex-direction: column;
}

.membership-con h1,.enrollment-con h1{
    font-weight:100;
}


.membership-enrollment .row .col{
    width: 100%;
}

.membership-enrollment .row .col:first-child .con{
    padding: clamp(15px,3vw,24px) 20px;
}

.membership-con .col:first-child{
    background-color: #a8d569;
}

.enrollment-con .col:first-child{
    background-color: #d89741;
}

.membership-con .col:first-child, .enrollment-con .col:first-child{
    padding: clamp(25px,5vw,50px);
    text-align: center;
}

.section2-text p,.sec2-con p,.section4-5 p,.section5 p,.pricing-item ul li{
margin-top:clamp(16px, 3vw, 20px);
margin-bottom: clamp(16px, 3vw, 20px);
}

.section2-2 .sec2-con .row .col h3{
    text-align:left;
}
.membership-con .col:last-child{
    background-color: #ebebeb;
    
}

.membership-list li::marker{
    /* font-size: clamp(30px, 3vw, 30px); */
    /* border: 1px solid transparent; */
}

.enrollment-con .enrollment-head{
    padding: clamp(15px,5vw,50px);
    text-align: center;
}

.enrollment-con .col:last-child{
    background-color: #ebebeb;
    flex-direction: column;
    align-items: flex-start;
}

.enrollment-con h3{
    font-weight: 100;
}

.enrollment-con .join{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 640px;
    padding: 50px;
    padding-bottom: 0;
}

.enrollemnt-list li::marker{
   
}


.enrollemnt-list li,.membership-list li{
    /* margin-top: 10px; */ /* Add margin between list items */
    background-image: url('../images/livelit/bullet.svg'); /* Set the SVG file as background image */
    background-position: 0px 6px;
    background-size: 3%; /* Adjust the size of the background image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    padding-left: 50px; /* Add space between the bullet and text */
    padding-bottom: 0;
    text-align: justify;
}

.enrollemnt-list,.membership-list{
    list-style-type: none;
    margin: clamp(15px,5vw,50px) clamp(15px,5vw,100px);
}



.no-space {
    text-align: center;
}

.no-space p.bold:last-of-type{
    margin-bottom:clamp(16px, 3vw, 20px);
}

.no-space p{
    margin:0;
}

.no-space .reset-info, .no-space .infos{
    padding: clamp(15px,5vw,50px) 0;
}

.no-space .infos{
    padding-top: 0;
}
.section5 .sec2-con .img-con{
    text-align: center;
    padding: clamp(15px,5vw,100px) 0;
}

.section5 .sec2-con img{
    width:100%;
}

.shorter, .easy {
    max-width: 60%;
    margin: 0 auto;
}

.laptop-ffr {
    width: 50% !important;
    margin: 0 auto;
}

.section2-2 .sparks-con{width: 100%;
                        justify-content: flex-start;
                        padding-bottom: 0;
                        height:10vh;
                        max-width:1366px;
                        margin:0 auto;
                       }

.section2-2 .sparks-con img {
    width: 200px;
    z-index: 99;
    position: absolute;
    bottom: -80px;
}

.enrollment-con .col:last-child{padding: clamp(15px, 5vw, 50px) !important;display: flex;align-items: center;justify-content: center;}

.membership-con .col:last-child{
 padding: clamp(15px, 5vw, 50px);
 display: flex;
 align-items: flex-start;
 justify-content: center;
 flex-direction: column;
}


.enrollment-con,.membership-con{
    padding:clamp(15px,5vw,100px) 0;
    /* padding-top: 0; */
}

.membership-con{
    padding-bottom:0;
}

.getlit-btncon{
    text-align: center;
    display: flex;
    justify-content: center;
    padding: clamp(15px,5vw,50px) 0;
}

.getlit-btn{
    padding: 16px 30px;
    font-size: clamp(26px, 3vw, 36px);
    color: #000;
    font-weight: 600;
    border: 1px solid #E23B37;
    border-radius: 10px;
    background-color: #E23B37;
    /* margin: clamp(25px, 10vw, 100px) 0; */
    /* margin-bottom: clamp(15px,3vw,24px); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.join-btn{
    margin-bottom: clamp(16px, 3vw, 20px);
    font-weight: 100;
    padding-top: clamp(15px,5vw,50px);
}


.section2-text .sparks-con{
        padding-bottom:0;
}

.no-top{
    padding-top:0 !important;
}

.section4 .section2-text p,.section3 .sec2-con p={
    text-align:justify;
    text-align-last: left;
}

.section4-5{
    height:100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section4-5 .t-yellow{
    padding: clamp(15px,5vw,50px) clamp(15px,5vw,100px);
    padding-top: 0;
}
.section4-5 .row{
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: flex-start;
}



.section4-5 .row .col{
    width:100%;
    max-width: 1366px;
    margin: 0 auto;
}
.sticky-ffc{
    height: 100vh;
    background-size: cover;
    top: 50px;
    position: sticky;
    background-position: top right;
}

.col-con{
    padding:clamp(15px,5vw,100px);
}

.con-mobile{
    display: none;
}

.aap-con{
    background-image: url(../images/ffb-assets/ffc/all-access.webp);
}

.ffa-con{
     background-image: url(../images/ffb-assets/ffc/ffr-accelerator.webp);
}

.ffc-con{
     background-image: url(../images/ffb-assets/ffc/ffr-membership.webp);
}

.col-con.gray-con{
  background-color:#ebebeb;  
}

.col-con.green-con{
  background-color:#a8d569;  
}

.col-con.yellow-con{
  background-color:#d89741;  
}

.col-con.gray-con p{
    padding-bottom:0;
    text-align: justify;
    text-align-last: left;
}

.col-con .head{
    max-width: 630px;
}

.col-con p{
    max-width:768px;
    text-align: justify;
    text-align-last: left;
}

.author{
    padding: clamp(15px,5vw,100px);
    padding-bottom: 0;
}

.author p{
    margin-bottom:0;
    margin-top: 0;
}
.author .ffc-img{
    padding: clamp(15px,5vw,50px) 0;
}
.author img{
    width: 100%;
    height:auto;
    /* margin-bottom: 20px; */
}

.author .name{
    font-weight: 600;
}

 .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.clublit-img{
    position: relative;
}

.bunny-small{
    width: 5% !important;
    position: absolute;
    right: 45%;
    bottom: 30%;
}

.section5{
    /* height: 80vh; */
    /* background-color: #d89741; */
    /* background-image: url(../images/ffb-assets/ffc/why-now.webp); */
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    /* margin-bottom: 400px; */
    overflow: initial;
}

.sec5-con{
    height: inherit;
    position: relative;
    margin: 0 auto;
    max-width: 1366px;
}

.box-container {
    position: absolute;
    bottom: -40%;
    left: 50%;
    background-color: #dfdfd7;
    width: 50%;
    padding: clamp(15px, 3vw, 60px);
    z-index: 1;
}

.gray-con h3{
    font-weight:100;
    /* font-size: clamp(25px,3vw,30px); */
    padding-bottom: clamp(15px,5vw,50px);
}

.gray-con p{
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding-bottom: clamp(15px,5vw,50px);
}

.pricing-header{
    height:150px;
}

.pricing-price{
    height:250px;
}

.pricing-header ,.pricing-price,.pricing-item ul li{
    padding: clamp(15px,3vw,24px);
}

.gray .pricing-header,.gray .pricing-price,.gray .pricing-button{
    background-color:#e0ded7;
}

.yellow .pricing-header,.yellow .pricing-price,.yellow .pricing-button{
    background-color:#d89741;
}

.green .pricing-header,.green .pricing-price,.green .pricing-button{
    background-color:#a8d97e;
}

.gray li{
     background-color:#f2f2f2;
}

.yellow li{
     background-color:#fcd3a2;
}

.green li{
     background-color:#dafcbb;
}


.section7{
    padding-bottom: 0;
    position: relative;
    background-image: url(../images/ffb-assets/ffc/faq.webp);
    background-size: cover;
    height: 100%;
    padding-bottom: 0;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    /* padding-top: 100px; */ /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    align-items: center;
    align-content: center;
    z-index: 999;
    padding: 0;
    border: none;
    outline: none;
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 100%;
    overflow: hidden;
    display: flex;
    max-width: 1120px;
    position: relative;
    outline: none;
    height: 80%;
    /* top: 90px; */
  }
  
  /* The Close Button */
  .close {
    background-color: #fff;
    font-weight: bold;
    float: right;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .frames {
    width: 100%;
    border: none;
    outline: none;
}

  .frame-col {
    width: 100%;
    height: 100%;
}

div#myIframe {
    height: 100%;
}

iframe#belldon_checkout {
    width: 100%;
    height: 100%;
}

.ruleslink{
    cursor: pointer;
}

.big-con{
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-con p{
    padding-bottom:0;
    font-weight: 600;
    font-size: clamp(30px,3vw,35px);
}

.big-con span{
    font-style:italic;
}

.big-con .big-bunny{
    width: 100px;
}

.success-stories h1{
    text-align:center;
}

.testimonials{
    display: flex;
    padding: clamp(15px, 5vw, 100px) 0;
}


.testi-cards{
    position: relative;
    background-color: #dbdbdb;
    width: calc(100% / 3);
    margin: clamp(15px, 3vw, 24px);
    padding: clamp(15px, 5vw, 50px);
    text-align: center;
}

.testi-cards .testi-content{
    min-height: 200px;
    margin-bottom: clamp(15px, 5vw, 100px);
}

.orange-con{
    display: flex;
    position: absolute;
    top: -4%;
    left: 5%;
}

.orange-con img{
    width: clamp(50px, 5vw, 70px);
    height: auto;
}


/* for accordion  */
.accordion {padding: clamp(15px, 5vw, 100px) 0;padding-top: 0;max-width: 1366px;margin: 0 auto;margin-bottom: 0;}
.accordion input {
    display: none;
}

.box {
    position: relative;
    background: white;
    /* height: 64px; */
    transition: all .15s ease-in-out;
    margin-bottom: clamp(18px,3vw,24px);
    padding:0 !important;
    /* border-radius: 10px; */
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    /* box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24); */
}

header.box {
    background: #00BCD4;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
    margin: 0;
    font-weight: normal;
    font-size: 16pt;
    color: white;
    cursor: initial;
}
.box-title {
    width: 100%;
    height: auto;
    line-height: 64px;
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: clamp(18px, 3vw, 24px);
    line-height: clamp(28px, 5vw, 34px);
    display: flex;
    align-items: center;
}
.box-content {
    padding: 30px 20px;
    font-size: 11pt;
    display: none;
    border-radius: 10px;
}

.box-content a{
    font-size: clamp(18px, 3vw, 24px);
    line-height: clamp(28px, 5vw, 34px);
    font-style: italic;
}

.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    border-radius: 10px;
    font-size: clamp(18px, 3vw, 24px);
    line-height: clamp(28px, 5vw, 34px);
}
input:checked + .box {
    height: auto;
    margin: 16px 0;
}
input:checked + .box .box-title {
    border-bottom: 1px solid rgba(0,0,0,.18);
    background-color: #a8d569;
    color: #000;
}
input:checked + .box .box-content,
input:checked + .box .box-close {
    display: inline-block;
    font-size: clamp(18px, 3vw, 24px);
    line-height: clamp(28px, 5vw, 34px);
}
.arrows section .box-title {background-color: #000;color: #fff;/* border-radius: 10px; *//* display: flex; */}
.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    right: 20px;
    top: 20px;
    transform: rotate(90deg);
    transition: transform .15s ease-in-out;
    color:#fff;
}
input:checked + section.box .box-title:before {
    transform: rotate(270deg);
    color: #000;
}

/* #footer-con{
    background-color: #E23B37;
} */


/*for owl carousel*/

 .owl-carousel .owl-item {
    width: 30%;
  }

#testimony {
    padding: clamp(15px, 5vw, 100px) 0;
}

#testimony .owl-item{
    padding-top:20px;
}

#testimony .center .item {
    transform: scale(1);
    opacity: 1;
}
#testimony .item {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    transform: scale(0.8);
    opacity: 0.7;
    transition: all 0.3s ease;
    position: relative;
    /* margin: clamp(15px, 3vw, 24px); */
    padding: clamp(15px, 5vw, 40px);
    text-align: justify;
    text-align-last: center;
    min-height: 500px;
    /* padding: 0; */
}

#testimony .item p {
    line-height: 1;
    min-height: 310px;
    margin-bottom: 0;
    padding: clamp(15px,3vw,25px) 0;
    margin-top: 0;
}

#testimony .item i {
    font-size: clamp(18px, 3vw, 24px);
}
.item {
    height: 100%;
}

.down-quote:not(.new-section4 .sec2-con .down-quote) {
    display: flex;
    position: absolute;
    top: -4%;
}

.down-quote img {
    width: clamp(50px, 5vw, 70px) !important;
    height: auto;
    transform: rotateZ(180deg);
}

.owl-nav {
    max-width: 1366px;
    position: absolute;
    overflow: visible;
    z-index: -5;
    width: 100%;
    top: 40%;
    display: flex;
    justify-content: space-between;
}

.arrow-left {
    width: 40px;
    height: 40px;
    position: relative;
    bottom: 51%;
    left: -50px;
    z-index: 99;
    float: left;
    background-repeat: no-repeat;
    background-image: url(../images/ffb-assets/homepage/left-arrow.svg);
}

.arrow-right {
    width: 40px;
    height: 40px;
    position: relative;
    left: 150%;
    float: right;
    z-index: 999;
    background-image: url(../images/ffb-assets/homepage/right-arrow.svg);
    background-repeat: no-repeat;
}

.owl-dots{
    text-align: center;
    padding-top: 20px;
    position: absolute;
    overflow: visible;
    z-index: 3;
    width: 100%;
    display: flex;
    bottom: 5%;
    justify-content: center;
}

.seen-con .owl-dots{
    bottom: -20%;
}

 .owl-dots button.owl-dot {
    width: 40px; /* Set the width of the rectangle */
    height: 5px; /* Set the height of the rectangle */
    display: inline-block;
    background: #ccc !important;
    margin: 0 3px;
  }
  
  .owl-dots button.owl-dot.active {
    background-color: #FFA13D !important;
  }
  
  .owl-dots button.owl-dot:focus {
    outline: none;
  }

.pricing-item ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-item ul li {margin: 0;border: 1px solid #fff;height: 300px;font-size: clamp(18px, 3vw, 24px);line-height: clamp(28px, 5vw, 34px);}

/* Grid Layout */
.pricing-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-item {
  /* padding: 20px; */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.postit-mobile{
    display: none;
}

@media(max-width:1260px){

      .belldon-bna{display:flex;flex-direction:column;
    }

    
    .belldon-bna .col 
    .gray-con{position: relative;bottom: 0;left: 0;}
    .small-green{ position:relative; width:100%;
        left: 0;
    }

    
    .belldon-bna .col{
        width: 100%;
        padding:clamp(15px, 5vw, 50px) 0;
        padding-right: 0 !important;
    }

     
    .sec2-con .row .col:last-child{
     padding-top:0;   
    }
}


@media (max-width:1120px){


    
.modal-content {height: 100%;/* top: 90px; */}
.frames {
    height: 100% !important;
}
    
}

@media (max-width:1030px){

        .section3 .sec2-con p,.section2-2 .sec2-con .green-con .col:last-child p,.just-mob{
            text-align:justify;
        }
    
        .header-section .scroll {
            display:none;
        }

     .right-list .head{
         text-align:left;
         text-align-last:left;
     }
    
    .postit-desktop{
        display: none;
    }


    .postit-mobile{
        display: flex;
    }

    .shorter, .easy{
        max-width: 90%;
    }
    
    .no-space .infos p{
        text-align:left;
    }
    .section7 .t-yellow {
    padding-top: clamp(15px,5vw,50px);       
}
    .row{
        display: flex;
        flex-direction: column;
    }

    .belldon-bna .col:last-child{
        padding: 0 !important;
    }

    .beliefs-con .row {
            flex-direction: column !important;
            padding-bottom: 0;
        }
    .section2-1, .section3-1{
        background-attachment: local;
        min-height: 55vh;
    }

    .section2-1{
       background-size: 100%;
       min-height: 30vh;
    }
    .testi-stories {
            grid-template-columns: auto auto;
            gap: 1rem;
    }
    
    
    
    .col,.section3 .row .col4,.section3 .row .col6{
        width: 100%;
        padding: clamp(15px, 5vw, 50px) 0;
    }

    #footer-con .row .col{
        padding:0;
    }
   

    .header-section {
        flex-direction: column-reverse;
        overflow: visible;
        /* height: 130vh !important; */
        display: flex;
        max-height: 100%;
        height: auto;
        padding-bottom: 0;
        padding: 0 !important;
        align-items: center;
        justify-content: space-around;
    }

    .header-content{
        width: 100%;
        margin-top: 0;
        text-align: center;
        text-align-last: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #f6fbf7;
        padding: clamp(15px, 5vw, 50px);
  }

    .section1 h1{
        text-align:center;
        text-align-last:center;
    }
    .section2 .sheelah .sticky{
        position:relative;
        top: 0;
        height: auto;
        padding: 0;
    }

    .sheelah .col-con-sheelah {
        margin-right: 0;
        padding: 0 clamp(15px, 5vw, 100px);
    }

    .sheelah .col-con-sheelah{
        /* padding-right:0; */
    }

   
     

    .sheelah-con{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        overflow: visible;
        position: relative;
        left: 0;
        margin: 0 auto;
        height: 50vh;
        right: 0;
        width: 100%;
    }

    .sheelah-con img{
        width: auto;
        height: 100%;
        bottom: 0;
        float: left;
        right: auto;
        text-align: center;
        top: 0;
        width: auto;
        min-height: 440px;
    }

        .sheelah-quote{
    position: absolute;
    bottom: 0;
    float: right;
    right: 150px;
    margin-bottom: -5px;
    width: 75%;
    text-align: center;
}

.ffc-img{
    width: 100%;
}
    .section1{
        background-position: center;
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        /* height: calc(130vh - 90px); */
        padding: 0 !important;
        background-image: url(../images/ffb-assets/ffc/header-mobile-ffc.webp);
    }


    .section2-2 .sec2-con .green-con .col,.section2-2 .sec2-con .green-con .col:last-child{
       padding: clamp(15px, 5vw, 50px) !important;
    }
    .section2-2 .sec2-con .green-con .col:last-child{
       padding-top: 0 !important;
    }

    .section2-2 .sec2-con .green-con .col:first-child{
       padding-bottom: 0 !important;
    }

    .col3{
        width: 100%;
        padding: clamp(15px, 5vw, 50px) 0;
    }
    .section3 .row .col4{
        display:flex;
        margin-top: -30%;
        justify-content: center;
    }
    .section3 .row .col4 img{
        position:relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
    }

    .col3 img {
    width: 100%;
    height: auto;
}
    
    .getlit-btn{
        width: 50%;
    }

    .running{
}

.running img{
    width: 80%;
}

    .section2-2 .sparks-con img {
    bottom: -50px;
}

    .testimonials{
        flex-direction:column;
    }

    .testi-cards{
        width:100%;
        margin-left: 0;
    }

    .testi-cards .testi-content{
        margin-bottom: 0;
        min-height: 150px;
    }

     #testimony .item p {
        min-height:200px;
        max-height:300px;
    }

    #testimony .item {
        min-height: 250px;
        max-height:300px;
    }

    .img-overwhelm {
        max-width: 100%;
        margin: 0;
    }

    

    .pricing-table,.section2-2 .sec2-con .green-con{
        display:flex;
        flex-direction:column;
        margin-left: 0;
        margin-right: 0;
    }

    .pricing-item{
        margin-bottom:clamp(15px, 5vw, 100px);
    }

    .pricing-item ul li{
        height: 135px;
    }

    .pricing-header,.pricing-price{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pricing-price strong{
        font-size: clamp(24px, 4vw, 36px);
    }

    .pricing-price .btn-black{
        margin-top: clamp(15px,3vw,24px);
        margin-bottom:0;
    }

     h1.just-center{
        text-align:center;
    }

    .col-con p {
        text-align:justify !important;
    }

    .ffd-list li,.right-list li{
        background-size: 3% !important;
        padding-left: 30px !important;
    }

    .right-list-two li{
         background-size: 3% !important;
         padding-left: 30px !important;
    }

    .left-list li p{
        padding-left: 0 !important;
    }

      .right-list ,.right-list-two,.left-list,.ffd-list{
       padding-left: 0 !important;
       padding-right: 0 !important;
    }

    .section5{
        background-position: top;
    }
    
}

@media(max-width:920px){
    html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Temporarily hide horizontal overflow */
}
     .col.sticky-ffc {
    height: 50vh;
    position: relative;
    top: 0;
}

    .section4-5 .row {
        max-width: 1366px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .section4-5 .row .sticky-ffc{
        background-position: top;
    }

    .section4-5 .row .col:last-of-type{
        padding-top:0;
    }

    
    #switch-background,.sticky-ffc{
        display:none;
    }

    .con-mobile{
        display:flex;
        width:100%;
        height: 100vw;
        background-size: cover;
        background-position: 50% 0%;
    }

    .button-con button{
        max-width: 430px;
    } 

   
}


@media (max-width:820px){
    .section1{
        /* height: calc(120vh - 90px); */
    }

    .header-section{
        /* height: 130vh !important; */
        /* justify-content: end; */
    }

    /* .sheelah-con img{
        min-height: 440;
    } */

    .sheelah-quote{
        width: 100%;
        padding: clamp(15px, 5vw, 100px);
        padding-bottom: 0;
        right: 0;
        /* top: 80%; */
    }
}


@media (max-width:768px){

        .seen-con .owl-dots {
            bottom: -10%;
        }
        .sheelah-con img {
        min-height: 50vh;
        top: 10%;
        position: relative;
    }

   .header-content .t-white{
       color:#000;
   }
   .arrow-left{
       left: -20px;
       bottom: 30%;
   }

    .arrow-right{
       left: 90%;
   }

    .gray-con h3{
        text-align:center;
    }

    .header-section .scroll{
    width: 3%;
    bottom: 85%;
    left: 90%;
   
}

        .header-content {
        text-align: center;
        text-align-last: center;
        width: 100%;
        padding-top: 20px;
        /* margin-top: 90px; */
    } 

    .header-content p{
        text-align: center;
        text-align-last: center;
    }

    .section1{
        display: flex;
        background-size: cover;
        /* height: 120vh; */
        background-position: center;
        background-image: url(../images/ffb-assets/ffc/header-mobile-ffc.webp);
        align-content: flex-start;
        /* align-items: flex-start; */
        /* min-height: calc(120vh - 90px); */
        margin-top: 90px;
        justify-content: flex-start;
    }
    .enrollemnt-list li, .membership-list li{
        background-size: 4%;
    }

    #testimony .item p {
    /* line-height: 1; */
    min-height: 150px;
    /* margin-bottom: clamp(15px, 3vw, 25px); */
}

    .author img {
    width: 100%;
 
}

.orange-con{
    top:-8%;
}
    .bunny-small{
    width: 18% !important;
    position: absolute;
    right: 33%;
    bottom: 25%;
    }

    
            .testi-stories {
        display: flex;
        flex-direction: column;
        }

    .story-testi{
        padding: clamp(15px,5vw,50px);
    }

        .section5 {
        /* margin-bottom: 350px; */
        background-position: 10% -110px;
        /* padding: 0 !important; */
        background-repeat: no-repeat;
        /* background-image: url(../images/ffb-assets/ffc/why-now-m.webp); */
        background-size: 100%;
        /* height: 110vw; */
        background-position: top center;
    }

        .box-container {
        width: 100%;
        left: 0;
        padding: clamp(30px, 5vw, 50px);
        text-align: left;
        /* position: relative; */
    }

    .section2-1{
    /* background-image: url(../images/ffb-assets/ffc/1-parallax-mobile.webp); */
    }

    .section3-1 {
    /* background-image: url(../images/ffb-assets/ffc/2-parallax-mobile.webp); */
    }
}

@media(max-width: 600px){
    .seen-con .owl-dots{
    bottom: -6%;
}

    .sec2-con.last-sec{
        text-align:center !important;
        text-align-last: center;
    }

     .section2 .t-yellow,.section2 .button-con{
        margin: 0 auto;
        max-width: 80%;
    }
}


@media(max-width:550px){
         .enrollemnt-list li, .membership-list li{
        padding-left: 30px;
    }

   
    
}

@media (max-width:500px){
    .getlit-btn {
        width: 80%;
    }

     .section3-1{
       min-height: 25vh;
       background-position: top center;
       height: 100vw;
    }

    .enrollment-con .enrollment-head{
        padding: clamp(15px, 5vw, 50px);
    }

    .section3 .sec2-con .button-con{
        flex-direction: column;
        justify-content: space-between;
    }

    .section3 button:first-of-type {
    margin-right: 0;
    margin: clamp(10px, 5vw, 10px) 0;
    width: 100%;
/*    ]clamp(35px, 3vw, 40px);*/
}
    .section3 .sec2-con .button-con a {
    flex: 1;
    text-align: center;
    width: 100%;
    max-width: 250px;
}

.section5{
    /* background-size: 170% !important; */
    /* background-position: top left !important; */
    /* height: 163vw; */
  }
  
}

button.btn-green.ffc {
    max-width: 600px;
    /* margin-top: clamp(35px, 3vw, 40px); */
}



/* for new sections  */

.new-section2 .sec2-con p,.new-section3 .sec2-con p,.new-section4 .sec2-con p{
    text-align: justify;
    text-align-last: left;
}

.new-section5 .sec2-con p:not(.just-center){
    text-align: left;
}

.left-list li p{
    padding-left: 15px;
    margin: 0;
}

.new-section4 .sec2-con .down-quote img, .new-section4 .sec2-con .up-quote img {
    width: 8% !important;
    height: auto;
    padding: clamp(15px,5vw,50px) 0;
}

.lower-quote{
    transform: rotateZ(180deg) rotateY(180deg);
}
.new-section4 .sec2-con .up-quote {
    display: flex;
    justify-content: flex-end;
}

.left-list,.right-list,.right-list-two,{
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 clamp(15px,5vw,50px);
}


.left-list p .number{
    padding-right: 25px;
    display: none;
}

/* .left-list li p{
    margin-left: 25px !important;
} */

.left-list li, .right-list li,.right-list-two li{
     padding-bottom: clamp(15px,3vw,25px);
}

 .right-list .head,.access-plan, .ffd-list li span{
    font-weight:600;
    /* margin-left: 30px; */
    margin:0;
    font-size: clamp(24px, 3vw, 40px);
}

 .right-list li p:last-of-type,.right-list-two p { 
   line-height:1;
}

.left-list li::marker{
    font-size: clamp(24px, 3vw, 25px);
    font-weight:600;
}

.right-list li,.right-list-two li {
    background-image: url(../images/livelit/bullet.svg);
    background-size: 2.0%;
    background-repeat: no-repeat;
    padding-left: 50px;
    text-align: justify;
    background-position: 0px 10px;
}

.right-list-two li{
    background-image:url(../images/speaker/orange-arow.svg);
    background-size: 2.5%;
    margin-left: 50px;
    background-position: 0 0px;
}


.new-section4 .sec2-con p{
     font-size: clamp(24px, 3vw,40px);
     text-align: left;
     line-height: clamp(34px, 5vw, 50px);
}



.new-section5 .gray-con .sec2-con h1,.new-section5 .sec2-con h1{
    padding-bottom: clamp(15px,5vw,50px);
}

.new-section5 .sec2-con .fail{
    padding: clamp(15px,3vw,25px) 0;

}

.right-list-two li p{
    margin:0;
    /* line-height: clamp(34px, 5vw, 50px); */
}

.new-section5 .gray-con .sec2-con .affordable{
    padding-top: clamp(15px, 5vw, 50px);
    padding-bottom: 0;
}

.right-list-two{
    /* padding-top: clamp(15px,5vw,50px); */
}

 .right-list ,.right-list-two,.left-list{
       padding-left: clamp(15px,5vw,50px);
       padding-right:clamp(15px,5vw,50px);
    }

.left-list{
    list-style:decimal;
    margin-left:30px;
}