
/* Book Apointment popup css *******************************/

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    text-align: center;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #aaa;
}

.book-title {
    font-size: 25px;
    position: relative;
    font-weight: 800;
    color: #18548a;
    margin-bottom: 20px;
}

.book-text {
    color: rgb(103, 105, 107);
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.coutry-selctor select {
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  color: #18548a;
  border-radius: 6px;
  border: 2px solid #ef365c;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
}

.coutry-selctor select:hover,
.coutry-selctor select:focus {
  border-color: #18548a;
}



/* About Section css *******************************/
.about-section {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px;
}

.about-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.about-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.5); 
}

.about-container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.about-container-text title{
  align-items: center;
}

.about-text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}


@media (max-width: 768px) {
  .about-section {
   padding: 30px;
  }

  .about-container {
    padding: 0px;
}

  .about-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}



/* Service section  ************************************/
.services-section{
  align-items: center;
  padding: 40px 100px;
}

.service-container{
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
.service-container-text title{
 align-items: center;
}
.services-text {
  color: #18548a;
  font-size: 16px;
  margin-top: 10px;
}

.services-card-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 20px 100px;

}

.service-card {
  width: 100%;
  height: 170px;
  text-align: center;
  display: grid;
  gap:5px;
  align-items: center;
  place-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  border: none;
  border-radius: 20px;
  transition: background 0.6sease-in-out;
}

.service-card-icon img {
  width: 100px;
  height: 100%;
}

.service-card-title{
  color: #ef365c;
  font-size: 20px;
  line-height: 20px;
}

.service-card-link {
  text-decoration: none;
  color: inherit;
}

.service-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}


@media (max-width: 1100px) {
    .service-section {
        padding: 30px;
        margin-top: 0px;
    }
}


@media (max-width: 1200px) {
    .services-card-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
        margin: 0 0px;
    }
}

@media (max-width: 768px) {
    .services-section{
     padding: 20px 30px;
    }
    .services-card-container{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .service-card {
      height: 120px;
     }
     
    .services-text {
       display: none;
      font-size: 16px;
       margin-top: 10px;
    }
    .service-card-icon img {
    width: 50px;
    height: 50%;
    }
    .service-card-title{
     font-size: 16px;
     line-height: 20px;
    }   
}

.card-btn{
  padding: 5px;
}

.card-btn .gradient-btn{
    padding: 5px 20px;
}

@media (max-width: 450px) {
    .service-card {
      height: 120px;
     }
   .service-card-title{
     font-size: 10px;
     line-height: 20px;
    }
  .service-card-icon img {
        width: 30px;
        height: 50%;
    }
}

/* Success stoties**********************  */
.success-story-section {
  padding: 40px 100px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.story-heading.title {
  font-weight: 400;
}

.story-subheading {
  font-size: 16px;
  color: #1d5689;
  margin: 20px 0;
}

.story-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.story-filters select {
  padding: 10px 20px;
  border: 2px solid #1d5689;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  color: #ef365c;
}

.success-slider {
  width: 80%;
  margin: 0 auto;
}

.success-item {
  padding: 15px;
  height: 100%;
}

.story-card {
  border: 2px solid #1d5689;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 420px; /* Adjust height as needed */
  background-color: #fff;
}

.story-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.story-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 15px;
}

.story-text {
  color: #18548a;
  font-size: 16px;
  flex-grow: 1;
  margin-bottom: 15px;
}

.story-btn {
  margin-top: auto;
}

/* ========== Responsive Styles ========== */

@media (max-width: 1200px) {
  .success-story-section {
    padding: 50px;
  }

  .success-slider {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .success-story-section {
    padding: 30px;
  }

  .success-slider {
    width: 100%;
    margin: 0 auto;
  }
}



@media (max-width: 600px) {
  .story-filters select {
    font-size: 16px;
    width: 100%;
  }

  .story-card {
    min-height: 380px;
  }

  .story-card img {
    height: 200px;
  }
}

@media (max-width: 500px) {
.story-subheading {
  font-size: 14px;
}
}


/* Making a Difference section ************************************/

.Making-a-Difference-section{
  align-items: center;
  padding: 40px 100px; 
}

.Making-a-Difference-container{
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
.Making-a-Difference-container-text title{
  align-items: center;
 }

.Making-a-Difference-text {
  color: #18548a;
  font-size: 16px;
  margin-top: 10px;
}


.Making-a-Difference-card-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 20px 100px;

}

.Making-a-Difference-card {
  width: 100%;
  height: 200px;
  text-align: center;
  display: grid;
  align-items: center;
  place-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  border: none;
  border-radius: 20px;
  transition: background 0.6sease-in-out;
}
.Making-a-Difference-card-icon img {
  width: 100px;
  height: 100%;
}


.Making-a-Difference-card-title{
  color: #ef365c;
  font-size: 20px;
  line-height: 20px;

}

.Making-a-Difference-card-desc {
  color: #18548a;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.Making-a-Difference-btn{
  align-items: center;
}


@media (max-width: 1100px) {
    .Making-a-Difference-section{
        padding: 30px;
        margin-top: 0px;
    }
}


@media (max-width: 1200px) {
    .Making-a-Difference-card-section {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin: 0 0px;
    }
     .Making-a-Difference-btn{
      margin-top: 10px;
    }

}

@media (max-width: 768px) {
    .Making-a-Difference-card-section{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .services-text {
      font-size: 14px;
      display: none;
    }
}

@media (max-width: 500px) {

  .Making-a-Difference-text {
    font-size: 14px;
}

.Making-a-Difference-card-desc {
    font-size: 14px;
}
}


/* Success Stories feedback review ************************************/

.feedback-reviews-section {
  position: relative;
  width: 100%;
}

.feedback-reviews-section-bg {
  background: url('../images/feedback_page_bg1.png') center center no-repeat;
  background-size: cover;
    background-position: bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}


.feedback-reviews-container {
  text-align: center;
  padding: 40px 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.feedback-reviews-text {
  color: #18548a;
  font-size: 16px;
  margin-top: 10px;
}

.feedback-reviews-container-text{
  align-items: center;
 }

.feedback-reviews-box {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  max-width: 800px; */
  
}

/* .feedback-reviews-box-left {
  border: 3px solid #2a5a90;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
  color: #2a5a90;
  margin: 0 auto;
}

.feedback-reviews-box-left::before,
.feedback-reviews-box-left::after {
  content: '"';
  font-size: 48px;
  color: #f25b7d;
  font-weight: bold;
  position: absolute;
  background: #fff;
}

.feedback-reviews-box-left::before {
  top: -20px;
  left: 20px;
  content: '“';
}

.feedback-reviews-box-left::after {
  bottom: -37px;
  right: 20px;
  content: '”';
}

.feedback-reviews-box-text {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 30px;
}

.stars {
  color: #f25b7d;
  font-size: 22px;
  margin-bottom: 10px;
}

.feedback-reviews-box-right {
  text-align: start;
  max-width: 200px;
  margin: 0 auto;
}

.feedback-reviews-writer-name {
  font-size: 25px;
  color: #18548a;
  font-weight: bold;
}

.feedback-reviews-success-category {
  font-size: 20px;
  color: #18548a;
  font-weight: bold;
  margin-bottom: 10px;
}

.feedback-reviews-btn {
  width: 200px;
} */

/* Responsive Fixes */

@media (max-width: 1200px) {
  /* .feedback-reviews-box {
    margin: 30px auto;
  } */

  .feedback-reviews-container {
  padding: 40px 50px;
  padding-bottom: 100px;
 
}
}
@media (max-width: 768px) {
  .feedback-reviews-text {
  font-size: 14px;
}
}
@media (max-width: 768px) {

  /* .feedback-reviews-box {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px auto;
  }

  .feedback-reviews-box-right {
    text-align: center;
  }

  .feedback-reviews-container {
    padding: 30px 20px;
  }
  
  .feedback-reviews-container-text{
  align-items: center;
 }
  .feedback-reviews-text {
    font-size: 14px;
  }
  .feedback-reviews-box-left {
  padding: 10px;
  max-width: 250px;
} */

.feedback-reviews-container {
  text-align: center;
  padding: 30px;
  padding-bottom: 50px;
}
}




/* Referral Program Section ************************************/

.referral-program-section {
  position: relative;
  background-color: #18548a;
  color: #fff;
  overflow: hidden;
}


.referral-program-bg {
  background: url('../images/program-bg2.webp') center center no-repeat;
  background-size: contain;
    background-position: bottom left;
    position: absolute;
    width: 600px;
    height: 100%;
    bottom: -5px;
    left: 0;
}

.referral-program-container {
  margin: 0 auto;
  position: relative;
  display: block;
  color: #fff;
} 

.referral-program-container-right {
  position: relative;
  float: right;
  width: 65%;
  z-index: 2;
  padding: 40px;
  box-sizing: border-box;
}

.referral-program-container-right .title {
  color: #fff;
}

.referral-program-text {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.referral-program-steps-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.referral-program-step-1{
  grid: 1;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.119);
  font-size: 14px;
  line-height: 1.5;
}
.referral-program-step-2{
  grid: 1;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.362);
  font-size: 14px;
  line-height: 1.5;
}
.referral-program-step-3 {
  grid: 1;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.429);
  font-size: 14px;
  line-height: 1.5;
}

.referral-program-steps-box-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}

.referral-program-steps-box-text {
  font-size: 14px;
  color: #fff;
}

.referral-program-text-que {
  font-size: 16px;
  font-weight: bold;

}

.referral-program-text-ans {
  font-size: 14px;
  line-height: 1.4;
}

.start-my-referral-btn {
  margin-top: 15px;
}

.start-my-referral-btn .gradient-btn:hover {
  color: #18548a;
  background-color: #fff;
}
 
 
@media (max-width: 1340px) {
   .referral-program-container .title{
    font-size: 50px;
   }

   .referral-program-bg{
    width: 450px;
   }

   .referral-program-container-right {
    position: relative;
    float: right;
    width: 80%;
   }
} 

@media (max-width: 1145px) {
   .referral-program-container .title{
    font-size: 40px;
   }

   .referral-program-text {
    line-height: 1.6;
}

} 

@media (max-width: 950px) {
    .referral-program-container-right {
        position: relative;
        float: right;
        width: 100%;
    }

    .referral-program-bg {
        width: 350px;
        opacity: 0.5;
    }
} 

@media (max-width: 768px) { 
  .referral-program-container .title{
    font-size: 40px;
   }
}
@media (max-width: 600px) {
 .referral-program-steps-box {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}



   .referral-program-steps-box-title {
    font-size: 25px;
   }
}


/* Logo area  */

 .global-partners-section{
    position: relative;
    padding: 40px 100px;
    overflow: hidden;
  }

  .Partners-subheading{
    color: #18548a;
    font-size: 16px;
    margin-top: 10px;
  }

  .logo-card {
  
  }

  .logo-card a{
  text-decoration: none;
  }
  
  .logo-card img {
    width: 100%;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
  }


    .vxl-partners {
    text-align: center;
    margin: 40px;
    position: relative;
  }

  #countryFilter {
    margin: 20px auto;
    padding: 10px 24px;
    font-size: 16px;
    background:#ffffff;
    color: #ef365c;
    border: 2px solid #1d5689;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    z-index: 999;
  }

  .partners-slider .partner-item {
    padding: 20px;
  }



  .partners-arrow {
      position: absolute;
      bottom: 18%;
      display: grid;
      grid-template-columns: 40px 40px;
      justify-content: space-between;
      align-items: center;
      z-index: 2;
      width: 100%;
  }

  .left-arrow{
      background: url('../images/left.webp') center center no-repeat;
              background-repeat: no-repeat;
              cursor: pointer;
              background-size:30px;
              width:30px;
              height:30px;
              position: relative;
      }

      .right-arrow{
          background: url('../images/right.webp') center center no-repeat;
              background-repeat: no-repeat;
              cursor: pointer;
              background-size:30px;
              width:30px;
              height:30px;
              position: relative;
      }


      .partners-slider {
        width: 80%;
      margin: 0 auto;
      position: relative;
      z-index: 9;
  }

  @media (max-width: 1200px) {
      .vxl-partners {
    margin: 0px;
  }

  .global-partners-section{
    padding: 50px;
  }

    .logo-card img {
    height: 80px;
  }
  }

  @media (max-width: 768px) {

  .global-partners-section{
    padding: 30px;
  }

  .partners-slider {
      width: 100%;
  }

  .partners-slider .partner-item {
    padding: 5px;
}

  .partners-arrow {
      position: absolute;
      bottom: 10%;
      grid-template-columns: 30px 30px;
      justify-content: space-between;
      align-items: center;
      z-index: 9;
      width: 100%;
  }

  .left-arrow{
    background-size: 25px;
      width: 25px;
      height: 25px;
  }

  .right-arrow{
    background-size: 25px;
      width: 25px;
      height: 25px;
  }
  }


  /*********************** Destinations ****************** */
 .destination-section{
        padding: 50px 200px;
        text-align: center;
        position: relative;
        overflow: hidden;
        }


        .destination-cards {
        margin: 30px 0;
        }

        .destination-card {
        background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: none;
    outline: none;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #ef365c, #1d5689);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 2px solid transparent;
        box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.3);
        margin: 10px;
        }

        .destination-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        }

        .card-inner {
                padding: 10px;
        font-size: 20px;
        color: #1d5689;
        min-height: 50px;
        display: grid;
        place-content: center;
        }

        .card-btn {
        margin-top: 10px;
        }

        /* .destination-cards .slick-slide {
        margin: 20px;
        }

        .destination-cards .slick-list {
        margin-right: -20px; 
        } */

        .destination-cards a{
                text-decoration:none;
        }

     .destination-cards .slick-prev:before, .slick-next:before{
    font-size: 20px;
    color: #1d5689;
     }

   


        @media screen and (max-width: 1200px) {
        .destination-section {
        padding: 50px 100px;
        }
        }

        @media screen and (max-width: 990px) {
        .destination-section {
        padding: 50px;
        }

        }

        @media screen and (max-width: 767px) {
        .destination-section {
        padding: 30px;
        }

         .destination-cards .slick-prev:before, .slick-next:before{
    font-size: 20px;
    color: #1d5689;
     }
        }

/****** popup **********************/
/* Overlay */
.destination-popup {
    display: none;
    position: fixed;
    top:0; left:0; width:100%; height:100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
}

/* Box with border like your other popup */
.destination-popup .popup-content {
    background: white;
    max-width: 600px;
    width: 90%;
    padding: 10px;
    border-radius: 20px;
    border: 5px solid #ef365c;
    position: relative;
    overflow-y: auto;
    max-height: 90vh;
}

/* Close Button */
.destination-popup .popup-close {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 20px;
    font-size: 35px;
    cursor: pointer;
}

/* Image */
.destination-popup .popup-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    text-align: center;
    border-radius: 12px;
}

.popup-image img{
width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Header */
.destination-popup .popup-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.destination-popup .popup-header img{
    width: 50px;
    height: 30px;
    object-fit: cover;
}
.destination-popup .popup-header h2 {
    font-size: 24px;
    color: #1d5689;
}

/* Grid */
.destination-popup .popup-grid {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 10px;
    margin: 10px;
}

.destination-popup .popup-grid .grid-item {
    padding:0;
    border-radius: 8px;
    text-align: center;
     color: #18548a;
}

.destination-popup .grid-item h3.grid-title {
    font-size: 18px;
    color: #fe3c66;
    margin: 0px;
    text-align: left;
}

.destination-popup .grid-item ul.city-list {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
    color: #18548a;
}

.destination-popup .grid-item ul.city-list li {
    margin-bottom: 5px;
}


/* Button */
.destination-btn{
  text-align: center;
  margin-top: 5px;
}

.grid-list ul{
text-align: left;
    padding-left: 20px;
    margin: 5px 0;
}

.grid-list p{
  margin: 0;
  text-align: left;
}

@media(max-width:767px){
    .destination-popup .popup-grid { grid-template-columns: 1fr; }
}


/********************ICEF section ***************/
.accreditation-section {
  background: linear-gradient(to right, #0693af, #1e2f4f, #1e2f4f);
  
}

.accreditation-content {
 display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
}

.accreditation-text {
 font-weight: 400;
    position: relative;
     color: #fff;
     padding: 50px 200px;
     text-align: center;
}

.accreditation-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}

.accreditation-desc {
    font-size: 18px;
    margin-bottom: 20px;
}

.accreditation-image {
  padding-bottom: 40px;
}

.accreditation-image-bg{
width: 100%;
    text-align: center;
    background: #ffffff;
}

.accreditation-image img {
  width: 280px;
  border-radius: 20px;
  padding:20px;
}

.accreditation-btn a{
       /* text-decoration:none; */
    }

.accreditation-btn-m{
        display:none;
    }

@media screen and (max-width: 1600px) {
.accreditation-text {
  padding: 50px 100px;
}
}

@media screen and (max-width: 1200px) {
.accreditation-text {
  padding: 50px;
}

}

@media screen and (max-width: 767px) {
.accreditation-text {
        padding:30px;
        text-align: center;
        padding:20px;
}


.accreditation-text h2 {
    font-size: 25px;
}


    .accreditation-btn-m{
        display:block;
        margin:10px 0;
    }

    .accreditation-image {
    padding-bottom: 0px;
}

.accreditation-content {
    gap: 0px;
}

    .accreditation-btn{
        display:none;
    }

        .accreditation-btn-m {
        display: block;
        text-align: center;
        padding: 30px;
    }
}