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

a{
    text-decoration: none
}

/* h2,h3 {
    padding-bottom: 20px;
} */

body { font-family: 'Futura', sans-serif;}

/* .main_banner {
    background-image: url(../images/grands-boulevards-fr.mp4);
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    width: 100%;  
    height: auto; 
    border-radius: 10px;
    object-fit: cover;
} */


/* Default state */
.sticky {
  position: sticky;
  top: 0;
  padding: 50px;
  font-size: 20px;
  z-index: 999;
}


.navbar .nav-item a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.submit-btn {
     background-color: #ff6600;
     color: #fff;
     width: 100%;
}

.highlight-text {
    background-color: #ff6600;
    padding: 0;
}

.main_banner{
    position: relative;
}

.banner-text {
    position: absolute;
    top: 40%;
}

.banner-text p {
    font-size: 20px;
}

.banner-text button {
    background: #ff6600;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: none;
}

section {
    padding-top: 50px;
    /* background-color: #000;
    color: #fff; */
}

.about_section li {
    padding-bottom: 10px;
    font-size: 16px;
}

.about_section h2 {
padding-bottom: 20px;
}

.form_section h3 {
    font-size: 21px;
}

.form_section p span {
    color: #ff6600;
}

.text-dark {
    color: #000;
}

form {
    background: #ff6600;
    padding: 50px 25px 20px;
    border-radius: 10px;
}

form input,select {
    margin-bottom: 20px;
}

li {
    padding-bottom: 15px;
    font-size: 16px;
}

.nav-item {
    padding-bottom: 0 !important;
}


/* footer */
.ts-footer {
    background: #ff6600;
    padding-top: 0px;
}
.copyright-text p {
    margin-bottom: 0;
    color: #fff;
}
.ts-footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    margin: 0 5px;
}
.ts-footer-social ul li {
    display: inline-block;
    list-style: none;
}
.ts-footer-social ul li a{
    background-color: #ff6600;
}

/* about section */

.about_section .text-about {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* .main_banner2 {
    background-image: url(../images/about-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
} */

.main_banner3 {
    background-image: url(../images/offer-banner.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.main_banner4{
   background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* gradient */
    url('../images/new/franchise_banner.jpg') no-repeat center center/cover; /* aapka image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_banner4 .col-md-8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text {
  color: #fff;
  text-align: center; /* text ko center align karne ke liye */

}
.custom_orange{
    color: #ff6600;
}

.hero-text h1 {
    font-size: 54px;
}

.hero-text h2 {
    font-size: 20px;
}

.enquire_now{
        background: #ff6600;
        opacity: 0.9;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.main_banner5{
    background-image: url(../images/support.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.main_banner6{
    background-image: url(../images/servicess.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.main_banner7 {
    background-image: url(../images/privacy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.contact-page a {
    color: #fff;
}

.franchise_form form {
    background: transparent;
}

.franchise_form{
    background-color: #000;
}

.franchise_form h2 {
    color: #fff;
}


.franchisee p {
    font-size: 20px;
    color: #000;
}

.key .grid_text ul li {
    font-size: 18px;
}

.business-box .grid {
    grid-template-columns: repeat(1, 1fr) !important;
}

.grid_text .ex-grid2{
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.grid_text.bg-none{
    background:none
}


.our_services {
    text-align: center;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    width: 100%;
    height: 100%;
}



.find_dropdown{
    display: none;
    justify-content: center;
    align-items: center;
  color: #fff;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    background-color: #ff6600;
    padding: 12px 16px;
    z-index: 1;
}

.drop:hover .find_dropdown{
    display: block;
}

.drop{
    position: relative;
    display: inline-block;
}

.click_btn a button {
    background-color: #ff6600;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    border: none;
}

.business-box .grid_text h3{
 color: #000;
}

.business-box .ex-grid2 li{
 color: #000;
}








.service .swiper-slide {
    height: 66%;
}

.swiper-slide:hover .hover-text {
    opacity: 1;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-slide:hover .hover-text p {
    font-size: 20px;
}

.swiper-slide:hover .slider-img {
    transform: scale(1.05);
}

.services {
    padding-bottom: 80px;
}

address {
    color: #fff;
}

address .adrs-1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ts-footer .footer_left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.form_section .col-lg-5 {
    display: flex;
}

.form_section .got-que {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_left img {
    filter: invert(1);
}

.grid_text h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.grid_text p {
    font-size: 20px;
    color: #fff;
}

.about .grid {
    display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;

}

.about.bec_franch .grid {
    display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
}

.grid_text {
    background:#ff6600;
    position: relative;
    margin: 12px;
}

.grid-img {
    position: absolute;
    top: 5%;
    padding: 20px;
}

.grid-img2 {
    padding: 20px;
}

.grid-img h3 {
    font-weight: 800;
    color: #fff;
} 

.about_section ul {
    padding-left: 0;
}

.about_section ul li {
    list-style: none;
}

.grid-model-town {
    display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 0px;
text-align: center;
}

.grid-model-town li {
   
    padding: 20px;
}

.grid-model-town li svg {
    height: 40px;
    width: 40px;
    color: #ff6600;
}

.becom_bene h4 {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.becom_bene p {
    font-size: 18px;
    text-align: center;
}

.becom_bene .shadow {
    background-color: #ff6600;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s linear;
}

.becom_bene .shadow:hover{
     transform: scale(1.1);
}

.enquire_now{
     transition: all 0.3s linear;
}
.enquire_now:hover{
    background: #ff6600;
    opacity: 0.9;
}




.becom_bene .shadow h6 {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

.becom_bene .shadow p {
    color: #fff;
}

.becom_bene img {
    max-width: 100px;
}

.orange_box img {
    max-width: 100px;
}

.orange_box {
   background-color: #ff6600;
    color: #fff;
    padding: 0px;
    height: 101%;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    border-radius: 50%;
    width: 142px;
    height: 142px;
    justify-content: center;
}

.about.smart .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about.smart p {
    border-bottom: 1px solid #ff6600;
    font-weight: 400;
    font-size: 20px;
    color: #000 !important;
    width: 70%;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
}

.about.smart {
    background-color: #fff;
}

.orange_box h3 {
    font-size: 22px;
    margin-top: 20px;
}

.accordion-button:not(.collapsed) {
    background: transparent;
}

.tech_key{
     background-image: url(../images/concept.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.accordion-item {
    background: transparent;
}

.accordion-button {
    background: transparent;
}

.tech_key h2,h6,p,li {
    color: #fff;
}

.tech_key p,li {
    font-size: 18px;
}

.factss h3{
    color: #000;
}

.factss li{
    color: #000;
}

.factss .grid-img2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}


















section {
    padding-bottom: 50px;
}

.welcome-img {
    padding-top: 30px;
}

.welcome-img .col-md-6:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row.welcome-img .col-lg-6:nth-of-type(1){
    display: flex;
    justify-content: center;
    align-items: center;
}
.row.welcome-img .location{
    display: flex;
    justify-content: center;
    align-items: center;
}
.team h6 {
    font-size: 22px;
    margin-bottom: 0;
}
.team span {
    font-weight: 300;
    font-size: 16px;
}
.ts-footer ul li {
    font-size: 16px;
}
.ts-footer ul li a{
    text-decoration: none;
    color: #fff;
}
.ts-footer .contact-num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}

.contact-num a {
    text-decoration: none;
}
.accordion_box .accordion-button {
   color: #fff;
}

.accordion_box .accordion-item {
   border-top: 0;
    border-left: 0;
    border-right: 0;
}

.accordion-button:focus {
    box-shadow: none;
}
.accordion_box .accordion-item:last-of-type{
    border-radius: 0;
}

.accordion-button::after{
    filter: invert(1);
}

.franchisee .backed{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.team.terms h3 {
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-bottom: 0;
}

figure.text-center.pt-3:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 42%;
    left: 0;
    height: 2px;
}

figure.text-center.pt-3::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 42%;
    right: 0;
    height: 2px;
}

figure.text-center.pt-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}










.main_banner_find{
    background-image: url(../images/find-club.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.team .col-md-8 {
    padding: 10px;
}
.team .col-md-8:hover {
    background: #ff6600;
}

.franchisee .text-orange{
    color: #ff6600;
    font-size: 30px;
}
.team h2 {
    padding-bottom: 0;
}
.location_box {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px;
    border-radius: 10px;
}

.location_box h3 {
    color: #000;
}
.location_box p {
    color: #000;
}
.location_box a {
    color: #000;
}
.location_box h3{
    padding-bottom: 0;
}

/* ==========services page=========  */


.concept .concept-text{
    padding: 0 20px;
    background-color: #ff6600;
    padding: 20px;
    height: 100%;
}

.text-container {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: #ff6600;
    border-radius: 69px;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 0;
}

.text-container p {
    color: #fff;
}

.with-easy .col-md-6 {
    margin-bottom: 30px;
}


.member-fee h4 {
    background: #ff6600;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
}
.member-fee {
    background-color: #fff;
 
}
.member-fee p{
    color: #000;
    padding-left: 25px;
    padding-right: 25px;
}
.member-fee span{
    color: #ff6600;
    text-align: center;
    display: block;
    font-size: 40px;
    font-weight: 700;
}

.fee .concept .col-lg-6{
    display: flex;
}
.fee .concept .col-lg-6 li {
    color: #000;
}
.member-fee a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 15px;
}
.member-fee a button{
    background: #ff6600;
    color: #fff;
    padding: 6px 30px;
    border: none;
}

.thankus {
    padding: 60px 15px;
    text-align: center;
    background: url(../images/thanks-bg.png) no-repeat bottom center;
    background-size: 100%;
    min-height: 657px;
}
.thankus .col-lg-6 {
    background: #fff;
    box-shadow: 0px -12px 20px #f6f6f6;
    padding: 50px 60px;
}

.thankus .col-lg-6 .thankbtn {
    background: #eb1c24;
    width: 100%;
    padding: 12px 25px;
    color: #fff;
    font-size: 17px;
    margin-top: 50px;
    border-radius: 0px;
}

.thankus .col-lg-6 h1 {
    font-size: 55px;
    font-weight: 600;
}
.thankus .col-lg-6 p {
    letter-spacing: 0.3px;
    font-size: 22px;
    padding-top: 20px;
    
}

.thankus .col-lg-6 p:nth-of-type(2){
    margin-bottom: 50px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}

.model-text-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.model-text-grid2{
    display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.model-text {
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}

.model-text2 {
    background-color: #ff6600;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model-text2 h3 {
    font-size: 18px;
    text-align: center;
}

.address-footer h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.address-footer a {
    font-size: 20px;
}





.form-group select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    color: #fff;
    width: 180px;
    text-align: center;
    font-size:16px;
    padding: 18px 0;
    margin: 0 auto;
    transition:background-image 3s ease-in-out;
  }
  .Click-here:hover{
    transition:background-image 3s ease-in-out;
    background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
  }
  .custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
      overflow-y: auto;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
  }
  
  @media screen and (min-width:800px){
      .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }



  @media (max-width: 1200px) {
    .about .grid {
       
        grid-template-columns: repeat(3, 1fr);
      
    }
  }


@media (max-width: 991px) {
    .grid-model-town {
        display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    text-align: center;
    }

    .about_section .pt-sm-10 {
        padding-top: 3rem;
    }
    .about .grid {
       
        grid-template-columns: repeat(2, 1fr);
       
    }
    .form_section .got-que {
    padding-top: 32px;
    }
    .custom_gx .text {
        padding-top: 32px;
    }
    .concept img{
        margin-bottom: 30px;
    }
    .member-fee{
        margin-bottom: 30px;
    }
    .with-easy .our_services h2 {
        margin-bottom: 40px;
    }
    .text-container{
        position: static;
    }
    .text-container .wrapper-text p {
        color: #fff;
    }
    .about h2:nth-of-type(1){
        margin-bottom: 30px;
    }

    .text-about p:nth-of-type(1){
        text-align: left;
    }
    .welcome-img img{
        margin-bottom: 30px;
    }
    .navbar {
        position: relative;
        z-index: 9;
        background-color: rgba(0, 0, 0, 1);
    }
    .navbar-toggler {
        background: #fff;
    }
    .ts-footer .pt-mobile{
        display: block;
        padding-top: 30px;
        background: #000;
        padding-bottom: 5px;
    }
    .franchisee .pb-5 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767px) {

   


    .about.bec_franch .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-text {
        bottom: 15%;
    }
    .hero-text h1 {
        font-size: 26px;
    }
    .hero-text h2 {
        font-size: 18px;
    }
    .main_banner4{
        height: auto;
    }

     .hero-text {
        margin: 30px 0 !important;
    }

    .video-banner {
        padding-bottom: 0;
    }
    .service .swiper-slide{
        height: 100%;
    }

    .ts-footer .contact-num {
        display: block;
    }
    .location_box{
        display: block;
        padding: 25px 15px;
    }
    
    .about .grid{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }
    .text {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .row.welcome-img{
        padding-top: 30px;
    }
    .row.welcome-img img {
        margin-bottom: 20px;
        border-radius: 0;
    }
    .about_section.franchisee .col-lg-6 p {
        padding: 20px 0;
    }
    .grid_text .ex-grid2{
        grid-template-columns: repeat(1, 1fr);
    }
    .team p {
        padding-top: 25px;
    }
}



.about_section.franchisee{
     background-image: url(../images/bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.about_section.step{
   background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
              url(../images/new/step_inside.webp) no-repeat center center/cover;
    width: 100%;
    background-attachment: fixed;
}

.about_section.step h2 {
    color: #fff;
}

.about_section.step p {
    font-size: 20px;
}

/* ======home css new========= */


/* Section Container */
.easy-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/new/home_2.webp") no-repeat center center/cover; /* Replace with your image */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Arial', sans-serif;
  border-radius: 30px;
  margin-top: 70px;
  margin-bottom: 70px;
}

/* White transparent overlay */
.easy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25); /* white transparent layer */
  backdrop-filter: blur(15px);
  z-index: 1;
 width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}

/* Content box */
.overlay {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 30px;
}

/* Small heading text */
.sub-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8); /* white glowing shadow */
}

.sub-heading span {
  color: #0046ff; /* blue highlight */
  font-weight: 700;
}

/* Main heading */
.main-heading {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-shadow: 0 4px 20px rgba(255, 255, 255, 0.95); /* bold white shadow */
}

/* CTA Button */
.cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #ff5a00;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #e64b00;
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 38px;
  }
  .sub-heading {
    font-size: 20px;
  }
  .cta-btn {
    font-size: 18px;
    padding: 14px 30px;
  }
}




.welcome p {
      font-size: 20px;
    color: #000;
}


.welcome .owl-carousel .item{
    background: #ff6600;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    height: 250px;
}

.welcome .owl-carousel .item p {
    color: #fff;
}

.welcome .text-orange{
color: #ff6600;
}


.why_join{
     background-image: url(../images/bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.why_join ul li {
    color: #000;
    font-size: 20px;
    list-style:circle;
}

.what_keeps p {
  color: #000;
  font-size: 20px;
}

.what_keeps {
      background-image: url(../images/bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.what_keeps .text-orange {
    color: #ff6600;
    font-size: 26px;
}

.easy_does .text-about p{
  color: #000;
  font-size: 20px;
}
.easy_does .welcome-img{
     background-image: url(../images/bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.easy_does .para p {
     color: #000;
  font-size: 20px;
}

.fs-20 {
    font-size: 20px;
}


/* animation */

/* Container for the flip effect */
.flip-container {
  /* This is crucial for the 3D effect */
  perspective: 1000px; 
  width: 150px; /* Adjust as needed */
  height: 150px; /* Adjust as needed */
}

/* The element that will be flipped */
.flipper {
  transition: transform 2s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}

/* The front and back of the flipped element */
.front, .back {
  /* Position both faces on top of each other */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* The back side starts rotated 180 degrees, so it's hidden */
.back {
  transform: rotateY(360deg);
  background-color: #f7a36c; /* A different color for the back */
}

/* This is the key part of the animation */
/* When the container is hovered, rotate the flipper */
.flip-container:hover .flipper {
  transform: rotateY(360deg);
}

.fun img {
    filter: invert(1);
}

.fun h3{
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.fun .fun_box {
    background-image: url(../images/concept2.jpg);
background-attachment: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
       min-height: 250px;
    position: relative;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    flex-direction: column;
    z-index: 1;
}

.fun .fun_box::before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);  /* Black shadow (adjust 0.5 for darkness) */
    z-index: -1;
}

.fun .fun_box2 {
     background-image: url(../images/new/wce.jpg);
  
background-attachment: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
       min-height: 250px;
    position: relative;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    flex-direction: column;
    z-index: 1;
}

.fun .fun_box2::before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);  /* Black shadow (adjust 0.5 for darkness) */
    z-index: -1;
}

.fun .fun_box3 {
    background-image: url(../images/new/exper_guide.jpg);
background-attachment: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
       min-height: 250px;
    position: relative;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    flex-direction: column;
    z-index: 1;
}

.fun .fun_box3::before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);  /* Black shadow (adjust 0.5 for darkness) */
    z-index: -1;
}

.fun .fun_box4 {
     background-image: url(../images/new/bigger.jpg);
background-attachment: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
       min-height: 250px;
    position: relative;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    flex-direction: column;
    z-index: 1;
}

.fun .fun_box4::before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);  /* Black shadow (adjust 0.5 for darkness) */
    z-index: -1;
}













.fun .col-lg-6 {
    margin-bottom: 20px;
}








  /* 📦 Popup box */
  .popup-content {
    background: #fff;
    padding: 30px;
    width: 400px;
    max-width: 90%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    position: relative;
    animation: popupIn 0.3s ease;
  }

  /* ❌ Close button */
  .popup-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #333;
  }

  @keyframes popupIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }

  /* 📱 Responsive */
  @media (max-width: 480px) {
    .popup-content { width: 90%; }
  }