

.td_page_heading {
  min-height: clamp(300px, 50vh, 500px);
  display: flex;
  align-items: center;
  justify-content: center;
}


.section-block img {
  width: 100%;
  height: 350px; 
  object-fit: cover; 
  border-radius: 10px;
}



.td_blog_details h4 {
  font-size: clamp(22px, 2vw, 28px);
}

.td_blog_details h5 {
  font-size: clamp(16px, 1.5vw, 20px);
}

.td_blog_details p,
.td_blog_details li {
  font-size: clamp(16px, 1vw, 18px);
}


@media (max-width: 768px) {

  .td_btn {
    width: 100%;
    max-width: 260px;        /* SAME WIDTH FOR ALL */
    display: block;
  }

  .td_btn .td_btn_in {
    min-height: 48px;        /* SAME HEIGHT */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;               /* space between text & icon */
    padding: 12px 18px;      /* consistent padding */
    text-align: center;
  }

}


      .td_funfact {
/*  position: relative;*/
}

/* Existing dotted SVG */
/*.td_funfact > svg:first-of-type {
  position: relative;
  z-index: 1;
}*/




/* Plane layer */
.plane-svg {
  position: absolute;
  inset: 0;
/*  width: 160px;*/
/*  height: 120px;*/
width: 280px!important;
    height: 200px!important;
    left: -70px!important;
  z-index: 0;
  pointer-events: none;
}

/* Plane look */
.plane-svg image {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35));
}




/*      poupform*/

/* Popup hidden by default */
.counselling-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

/* Overlay */
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* Popup box */
.popup-box {
  position: relative;
  background: #fff;
  max-width: 420px;
  width: 90%;
  margin: auto;
  padding: 30px;
  border-radius: 16px;
  z-index: 1;
}

/* Close button */
.popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Popup box */
.popup-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  max-width: 420px;
  width: 92%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Form heading */
#counselling-form h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #0b1c2d;
}

/* Field wrapper */
#counselling-form .td_form_field_3 {
  margin-bottom: 22px;
   position: relative;
}

/* Label (top aligned) */
#counselling-form .td_form_field_3 label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
      left: 10px;
}

/* Input & Select */
#counselling-form .td_form_field_3 input {
  width: 100%;
/*  padding: 25px;*/
padding-left: 25px;
  font-size: 15px;
  border-radius: 12px;
  border: 1.5px solid #e4e7ec;
  background: #f9fafb;
  transition: all 0.25s ease;
/*  margin-bottom: 8px;*/
height:50px;
}

#counselling-form .td_form_field_3 select {
  width: 100%;
padding-left: 25px;
  font-size: 15px;
  border-radius: 12px;
  border: 1.5px solid #e4e7ec;
  background: #f9fafb;
  transition: all 0.25s ease;
/*  margin-bottom: 8px;*/
height:50px;
}

/* Select arrow */
#counselling-form .td_form_field_3 select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

#counselling-form .td_form_field_3 select:focus, #counselling-form .td_form_field_3 select:valid {
  border-color: #fff;
}
#counselling-form .td_form_field_3 select:focus ~ label, #counselling-form .td_form_field_3 select:valid ~ label {
  top: -22px;
}

/* Focus */
#counselling-form .td_form_field_3 input:focus,
#counselling-form .td_form_field_3 select:focus {
  outline: none;
  color:#000;
  background: #fff;
  border-color: #8b1538;
  box-shadow: 0 0 0 3px rgba(139,21,56,0.12);
}

#counselling-form select option {
  color: #000!important;
}

#counselling-form select {
  color: #000 !important;
}



/* CTA button */

.td_page_heading .td_btn {
  margin-top: 0px;
}


.td_btn {
  margin-top: 10px;
  font-size: 16px;
}

/* Mobile optimization */
@media (max-width: 480px) {
  .popup-box {
    padding: 26px 20px;
  }
}



/*end*/


/*tool cta start*/

/*.td_tool_cta {
  position: fixed;
  left: 12px;
  top: 35%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 998;
}


.tool-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  text-decoration: none;
  overflow: hidden;
  width: 46px;
  transition: all 0.35s ease;
  opacity: 0;
  transform: translateX(-20px);
}


.tool-item img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}


.tool-item span {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}


.tool-item:hover {
  width: 190px;
  padding: 8px 14px;
}

.tool-item:hover span {
  opacity: 1;
  transform: translateX(0);
}

.tool-item.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .td_tool_cta {
    display: none;
  }
}*/

/*tool cta end*/

.tool-item {
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.3s ease;
}

.tool-item.show {
  opacity: 1;
  transform: translateX(0);
}


.td_tool_cta {
  position: fixed;
  left: 12px;
  top: 35%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

/* Toggle button */
.tool-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
      background: #174ea4;
    border: 2px solid #620b3e
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: none; /* desktop hidden */
}

/* Tool item */
.tool-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border:1px solid #ba346f;
  padding: 8px;
  border-radius: 30px;
  width: 46px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: all 0.35s ease;
}

/* Icon */
.tool-item img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* Text hidden */
.tool-item span {
  white-space: nowrap;
  font-size: 14px;
  color: #ba346f;
  font-weight: 500;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Hover / Tap expand */
.tool-item:hover,
.tool-item:focus-visible,
.tool-item.active{
  width: 190px;
  padding: 8px 14px;
}

.tool-item:hover span,
.tool-item:focus-visible span,
.tool-item.active span {
  opacity: 1;
  transform: translateX(0);
}


@media (max-width: 768px) {

  .td_page_heading .td_btn.td_style_1 .td_btn_in {
 
    padding: 13px 15px;

  }

  .td_tool_cta {
  top: 60%;

}
  .tool-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*  .tool-item {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }

  .td_tool_cta.open .tool-item {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }*/


}


/*end*/

/*2nd css*/

/*.td_tool_cta {
  position: fixed;
  left: 12px;
  top: 35%;
  z-index: 999;
}

.tool-item {
  opacity: 0;
  transform: translateX(-10px);
  pointer-events: none;
  transition: all .3s ease;
}

.tool-item.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.tool-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #36b3c9;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .tool-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}*/

/*end*/


@media (max-width: 1600px) {
  
.td_vertical_cta {
  
  top: 35%!important;
}

}


.td_vertical_cta {
  position: fixed;
  right: 0;
  top: 40%;
/*  background: #ff6b00;*/
background: linear-gradient(to bottom, #36b3c9 0%, #ba346f 100%);

  color: #fff;
  padding: 14px 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0px 10px 10px 0px;
  z-index: 999;
  box-shadow: -6px 10px 30px rgba(0,0,0,0.3);
  text-decoration: none;
  transition: all 0.3s ease;
}

.td_vertical_cta:hover {
/*  background: #e65c00;*/
background: linear-gradient(to bottom, #ba346f  0%, #36b3c9 100%);
color:#fff;

  padding-right: 14px;
}

/* MOBILE → convert to bottom bar */
@media (max-width: 768px) {
  .td_vertical_cta {
    writing-mode: horizontal-tb;
    transform: none;
    top: auto!important;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 0;
    padding: 14px;
  }
}


.td_footer_newsletter {
  padding: 40px 0;
}

.td_footer_newsletter_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.td_newsletter_text {
  max-width: 420px;
}

.td_footer_newsletter .td_newsletter_form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.td_footer_newsletter .td_newsletter_input {
  min-width: 260px;
}

/* MOBILE */
@media (max-width: 768px) {
  .td_footer_newsletter_in {
    flex-direction: column;
    text-align: center;
  }

  .td_footer_newsletter .td_newsletter_form {
    justify-content: center;
  }
}

/*floating btns*/

.accr-logo-float
{
  
  position: absolute;
  right: 0px;
  top: 50px;

}

.td_floating_contact {
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 999;
}

/* Common button style */
.td_float_btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icons */
.td_float_btn img {
  width: 50px;
}

/* Colors */
.td_float_btn.whatsapp {
  background: #25d366;
}

.td_float_btn.call {
  background: #0b5ed7;
}

/* Hover effect */
.td_float_btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}


@media (max-width: 768px) {

  .accr-logo-float{
    display: none;
  }
  .td_floating_contact {
    right: 14px;
    bottom: 70px;
  }

  .td_float_btn {
    width: 52px;
    height: 52px;
  }

  .td_float_btn img {
    width: 40px;
  }
}


/*end*/

      .process-creative {
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff, #f6f7fb);
}

.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.section-subtitle {
  text-align: center;
  max-width: 640px;
  margin: 12px auto 70px;
  color: #666;
}

/* TRACK */
.process-track {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  position: relative;
}

/* Gradient line */
.process-track::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ba336e, #be3371);
  border-radius: 10px;
  z-index: 0;
}

/* CARD */
.process-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 60px 18px 24px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* STEP BADGE */
.step-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
/*  background: #8b0d2f;*/
background: linear-gradient(to right, #36b3c9 0%, #ba346f 100%);

  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.process-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.process-card p {
  font-size: 14px;
  color: #666;
}

/* 📱 MOBILE */
@media (max-width: 992px) {
  .process-track {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .process-track::before {
    top: 0;
    left: 28px;
    width: 4px;
    height: 100%;
  }

  .process-card {
    padding-left: 70px;
    text-align: left;
  }

  .step-badge {
    left: -2px;
    top: 0px;
    transform: none;
  }
}


      .td_iconbox {
  position: relative;
}

/* Popup card */
.td_country_popup {
  position: absolute;
  top: -10px;
  left: 105%;
  width: 220px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
}

/* Small arrow */
.td_country_popup::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 30px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.td_country_popup h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.td_country_popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.td_country_popup li {
  font-size: 13px;
  margin-bottom: 8px;
  color: #555;
}

/* Hover trigger */
.td_iconbox:hover .td_country_popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Default popup opens RIGHT */
.td_country_popup {
  left: 105%;
  right: auto;
}

/* Every 4th COLUMN → open popup LEFT */
.row > div:nth-child(4n) .td_country_popup {
  left: auto;
  right: 105% !important;
}

/* Arrow flip */
.row > div:nth-child(4n) .td_country_popup::before {
  left: auto;
  right: -8px;
  border-color: transparent transparent transparent #ffffff;
}


@media (max-width: 991px) {

  .td_country_popup {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
  }

  /* Remove arrow on mobile */
  .td_country_popup::before {
    display: none;
  }

  /* Tap / hover fallback */
  .td_iconbox:hover .td_country_popup,
  .td_iconbox.active .td_country_popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}


.study-two-column-layout {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}

.study-column {
  width: 50%;
  padding: 50px 50px!important;
}

/* LEFT */
.study-column-left {
  background: linear-gradient(135deg, #eef4f8, #ffffff);
}

/* RIGHT */
.study-column-right {
  background: linear-gradient(135deg, #fff6e8, #ffffff);
  border-left: 2px solid #1e88e5!important;
}

.study-column h4 {
/*  color: #1e88e5;*/
/*  margin-top: 26px;*/
}

.study-column h5 {
  margin-top: 18px;
}

.study-column p {
  line-height: 1.8;
  margin-bottom: 18px;
}

.study-column ul {
  padding-left: 18px;
  margin-bottom: 22px;
}

.study-column ul li {
  margin-bottom: 8px;
}

/* Mobile */
@media (max-width: 991px) {
  .study-two-column-layout {
    flex-direction: column;
  }

  .study-column {
    width: 100%;
    padding: 28px 22px!important;
  }

  .study-column-right {
    border-left: none!important;
    border-top: none!important;
  }
}

.td_blog_details .countrydiv {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    border-left: 5px solid var(--accent-color);
    -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
    box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
    padding: 0px!important;
    color: var(--heading-color);
    position: relative;
    margin-bottom: 0px!important;
}


@media (max-width: 991px) {

    .td_blog_details .countrydiv {
  
    padding: 0px!important;
   
}

}

/*testimonials*/


    .page {
      width: 100%;
      max-width: 1400px;
      padding: 40px 16px;
      margin:auto;
    }

    .section-title {
      text-align: center;
      margin-bottom: 32px;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 0.03em;
    }

    /* --- Curved shell --- */
    .curve-wrapper {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 70px 0 80px;
    }

    .curve-svg {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 110%;
      max-width: 1100px;
      stroke: #c5cad8;
      stroke-width: 2px;
      fill: none;
      pointer-events: none;
    }

    .curve-svg.top-curve {
      top: 0;
      transform: translateX(-50%) scaleY(-1); 
    }

    .curve-svg.bottom-curve {
      bottom: 0;
      transform: translateX(-50%) scaleY(-1); /* mirror the top arc */
    }

    /* --- Slider core --- */
    .slider-shell {
      position: relative;
      height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none; /* only ovals clickable */
    }

    .oval-track {
      position: relative;
      width: 100%;
      max-width: 820px;
      height: 230px;
    }

    .oval-slot {
      position: absolute;
      top: 50%;
      left: 50%;
      transform-origin: center center;
      transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.5s ease;
      pointer-events: auto;
      cursor: pointer;
    }

    .oval-inner {
      width: 430px;
      height: 220px;
      border-radius: 999px / 520px; /* ellipse */
      overflow: hidden;
      background: #ffffff;
      box-shadow: 0 18px 48px rgba(15, 23, 42, 0.23);
      border: 1px solid rgba(148, 163, 184, 0.35);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .oval-slot.side .oval-inner {
      width: 280px;
      height: 180px;
      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
    }

    .oval-video {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    /* positions to follow the arc */
 /*   .oval-slot.center {
      z-index: 3;
      transform: translate(-50%, -50%) translateY(0) scale(1);
      opacity: 1;
    }
*/

    .oval-slot.center {
  z-index: 3;
  transform: translate(-50%, -50%)
    translateY(55px)  /* center is lowest point of curve */
    scale(1);
  opacity: 1;
}

    /*.oval-slot.left {
      z-index: 2;
      transform: translate(-50%, -50%) translateX(-230px)
        translateY(40px) scale(0.8);
      opacity: 0.95;
    }

    .oval-slot.right {
      z-index: 2;
      transform: translate(-50%, -50%) translateX(230px)
        translateY(40px) scale(0.8);
      opacity: 0.95;
    }*/

    .oval-slot.left {
  z-index: 2;
  transform: translate(-50%, -50%)
    translateX(-350px)
    translateY(45px)
    scale(0.8);
  opacity: 0.95;
}

.oval-slot.right {
  z-index: 2;
  transform: translate(-50%, -50%)
    translateX(350px)
    translateY(45px)
    scale(0.8);
  opacity: 0.95;
}


    .oval-slot.far-left {
      z-index: 1;
      transform: translate(-50%, -50%) translateX(-360px)
        translateY(55px) scale(0.6);
      opacity: 0;
      pointer-events: none;
    }

    .oval-slot.far-right {
      z-index: 1;
      transform: translate(-50%, -50%) translateX(360px)
        translateY(55px) scale(0.6);
      opacity: 0;
      pointer-events: none;
    }

    /* navigation dots */
    .dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 80px;
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #d1d5db;
      cursor: pointer;
      transition: background 0.25s ease, width 0.25s ease,
        transform 0.25s ease;
    }

    .dot.active {
      background: #111827;
      width: 22px;
      transform: scale(1.08);
    }


@media (max-width: 768px) {
  .oval-slot.center {
    transform: translate(-50%, -50%)
      translateY(60px)
      scale(0.98);
  }
}

    /* --- Responsive --- */
    @media (max-width: 768px) {


      .dots{

          margin-top: 0px;
      }

      .curve-wrapper {
        padding: 80px 0 90px;
      }

      .curve-svg {
        width: 140%;
      }

      .slider-shell {
        height: 270px;
      }

      .oval-inner {
        width: 290px;
        height: 190px;
      }

      .oval-slot.side {
        display: none;
      }

      .oval-slot.center {
        transform: translate(-50%, -50%) translateY(10px) scale(0.98);
      }
    }

    @media (max-width: 480px) {
      .oval-inner {
        width: 240px;
        height: 160px;
      }
    }

/*  #counsellingPopup .td_form_field_3 label {
  pointer-events: none;
}

#counsellingPopup .td_form_field_3 select,
 {
  position: relative;
  z-index: 2;
}

#counsellingPopup .td_form_field_3 label {
  z-index: 1;
}
*/

/*.td_form_field_3 select:focus + label,
.td_form_field_3 select:not([value=""]) + label {
  transform: translateY(-22px) scale(0.85);
  opacity: 1;
}

.td_form_field_3 label {
  transition: all 0.3s ease;
  pointer-events: none;
}
*/



#counsellingPopup .td_form_field_3 select option {
    color: #000;
}

/*testiomonials*/



.testimony-section{
padding:20px 0;
/*background:linear-gradient(135deg,#0f172a,#1e293b);*/
}

/*.testimony-card{
background:linear-gradient(135deg,#0f172a,#1e293b);
backdrop-filter:blur(10px);
border-radius:16px;
overflow:hidden;
text-align:center;
padding-bottom:15px;
transition:all .4s ease;
}

.testimony-card:hover{
transform:scale(1.05);
}

.video-box{
position:relative;
overflow:hidden;
}

.video-box img{
width:100%;
height:230px;
object-fit:cover;
transition:transform .4s ease;
}

.testimony-card:hover img{
transform:scale(1.15);
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-size:45px;
color:red;
}

.testimony-card h3{
color:#fff;
font-size:17px;
margin-top:12px;
padding:0 15px;
}



.swiper-slide{
opacity:0.6;
transition:all .4s ease;
}

.swiper-slide-active{
opacity:1;
transform:scale(1.05);
}

.video-box{
position:relative;
overflow:hidden;
border-radius:10px;
}

.yt-video{
width:100%;
height:230px;
pointer-events:none;
}

.testimony-card:hover iframe{
transform:scale(1.05);
transition:.4s;
}
*/

/*end*/


.popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.popup-box{
  background:#fff;
  width:90%;
  max-width:400px;
  padding:30px;
  border-radius:10px;
/*  text-align:center;*/
  position:relative;
  animation:popupFade 0.3s ease;
}

.popup-box h3{
  margin-bottom:20px;
}

/*.popup-box input{
  width:100%;
  padding:10px;
  margin-bottom:15px;
  border:1px solid #ddd;
  border-radius:5px;
}*/

/*.submit-btn{
  width:100%;
  padding:12px;
  background:#28a745;
  border:none;
  color:#fff;
  font-size:16px;
  border-radius:5px;
  cursor:pointer;
}

.submit-btn:hover{
  background:#218838;
}*/

.close-popup{
  position:absolute;
  right:15px;
  top:10px;
  font-size:22px;
  cursor:pointer;
}

@keyframes popupFade{
  from{
    transform:scale(0.8);
    opacity:0;
  }
  to{
    transform:scale(1);
    opacity:1;
  }
}


#enroll-form .td_form_field_3 {
  margin-bottom: 22px;
   position: relative;
}

/* Label (top aligned) */
#enroll-form .td_form_field_3 label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
      left: 10px;
}

/* Input & Select */
#enroll-form .td_form_field_3 input {
  width: 100%;
/*  padding: 25px;*/
padding-left: 25px;
  font-size: 15px;
  border-radius: 12px;
  border: 1.5px solid #e4e7ec;
  background: #f9fafb;
  transition: all 0.25s ease;
/*  margin-bottom: 8px;*/
height:50px;
}

#enroll-form .td_form_field_3 select {
  width: 100%;
padding-left: 25px;
  font-size: 15px;
  border-radius: 12px;
  border: 1.5px solid #e4e7ec;
  background: #f9fafb;
  transition: all 0.25s ease;
/*  margin-bottom: 8px;*/
height:50px;
}

/* Select arrow */
#enroll-form .td_form_field_3 select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

#enroll-form .td_form_field_3 select:focus, #enroll-form .td_form_field_3 select:valid {
  border-color: #fff;
}
#enroll-form .td_form_field_3 select:focus ~ label, #enroll-form .td_form_field_3 select:valid ~ label {
  top: -22px;
}

/* Focus */
#enroll-form .td_form_field_3 input:focus,
#enroll-form .td_form_field_3 select:focus {
  outline: none;
  color:#000;
  background: #fff;
  border-color: #8b1538;
  box-shadow: 0 0 0 3px rgba(139,21,56,0.12);
}

#enroll-form select option {
  color: #000!important;
}

#enroll-form select {
  color: #000 !important;
}


.study-popup .td_form_field_3 select {
    width: 100%;
    /* padding: 25px; */
    padding-left: 25px;
    font-size: 15px;
    border-radius: 12px;
    border: 1.5px solid #e4e7ec;
    background: #f9fafb;
    transition: all 0.25s ease;
     margin-bottom: 8px; 
    height: 50px;
}

.support-popup .td_form_field_3 select {
    width: 100%;
    /* padding: 25px; */
    padding-left: 25px;
    font-size: 15px;
    border-radius: 12px;
    border: 1.5px solid #e4e7ec;
    background: #f9fafb;
    transition: all 0.25s ease;
     margin-bottom: 8px; 
    height: 50px;
}