.slider {
    width: 2179px;
    margin: auto;
    overflow: visible;
    }
    .slider ul {
        display: flex;
        padding: 0;
        animation: cambio 80s infinite linear;
    }
    .slider li {
        padding:0 10px;
        list-style: none;
    }
    .slider img {
        max-width: fit-content !important;
        height: auto !important;
    }
    @keyframes cambio {
        from {margin-left: 0%}
        to {margin-left: -100%}
    }

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

    /* Notification Bar Styles */
    .notification-bar {
      background-color: #ffdd57;
      color: #333;
      padding: 1rem;
      text-align: center;
      font-size: 1.2rem;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      display: none;
    }

    .notification-bar.show {
      display: block;
    }

    .notification-bar .close-icon {
      float: right;
      cursor: pointer;
    }
/* Login Button Style */
.login-nav-btn {
    background-color: var(--main-color-one);
    color: white !important;
    transition: all 0.3s ease;
    border: 1px solid var(--main-color-one); /* Added initial border */
    font-size: 16px; /* Match Get Consultation size */
    font-weight: 500;
    padding: 12px 25px; /* Adjusted to match Get Consultation */
    border-radius: 5px;
    display: inline-block;
    line-height: 1.5;
}

.login-nav-btn:hover {
    background-color: transparent;
    color: var(--main-color-one) !important;
    border: 1px solid var(--main-color-one);
}
    .login-btn {
      display: inline-block;
      font-family: var(--body-font);
      font-size: 18px;
      font-weight: 600;
      line-height: 0;
      text-transform: capitalize;
      color: var(--heading-color);
      background-color: #fff;
      padding: 37px 42px 36px;
      border: 1px solid #E4E4E4;
      border-radius: 15px;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      position: relative;
      z-index: 1;
    }
    
    .submit-btn {
      display: inline-block;
      font-family: var(--body-font);
      font-size: 18px;
      font-weight: 600;
      line-height: 0;
      text-transform: capitalize;
      color: var(--heading-color);
      background-color: #fff;
      /*padding: 37px 42px 36px;*/
      /*border: 1px solid #E4E4E4;*/
      /*border-radius: 15px;*/
      text-align: center;
      cursor: pointer;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      position: relative;
      /*z-index: 1;*/
    }
    .sticky-menu {
      position: sticky;
      top: 0;
      width: 100%;
    }

    /* Public typography lock: only DM Sans + Manrope, except icon fonts. */
    body,
    input,
    select,
    textarea,
    button {
      font-family: 'DM Sans', Arial, sans-serif;
    }
    h1, h2, h3, h4, h5, h6,
    .navbar,
    .site-header,
    .nav,
    .btn,
    .nav-btn,
    .program-card-title,
    .hover-title {
      font-family: 'Manrope', Arial, sans-serif;
    }

    /* Shared public navigation: one sticky layer, compact brand, solid surface. */
    .site-header.nav-area-wrapper-relative {
      position: sticky;
      top: 0;
      z-index: 1000;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid rgba(3, 5, 25, .1);
      box-shadow: 0 8px 24px rgba(3, 5, 25, .08);
    }
    .site-header .navbar-area {
      min-height: 78px;
      padding: .65rem 0;
      background: #fff;
    }
    .site-header .site-brand img {
      display: block;
      width: 210px;
      max-width: 46vw;
      height: auto;
    }
    .site-header .navbar-area.nav-fixed {
      position: static !important;
      inset: auto !important;
      width: auto !important;
      background: #fff !important;
      box-shadow: none !important;
    }
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav {
      gap: .25rem;
    }
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li + li {
      margin-left: 0;
    }
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li + li,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
      border-left: 0 !important;
      border-right: 0 !important;
      border-top: 0 !important;
      border-bottom: 0 !important;
    }
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li::before,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li::after,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children::before,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children::after,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li::before,
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li::after {
      content: none !important;
      display: none !important;
      border: 0 !important;
    }
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li a {
      padding: .75rem .85rem;
      color: #030519;
      font-family: 'Manrope', Arial, sans-serif;
      font-size: .92rem;
      font-weight: 700;
    }
    .site-header .navbar-area .custom-container .navbar-collapse .navbar-nav li a:hover {
      color: #764AF1;
    }
    .site-header .institute-menu {
      max-height: 430px;
      overflow-y: auto;
    }
    .site-header .domain-menu {
      width: min(340px, calc(100vw - 2rem));
    }
    .site-header .domain-menu li a {
      display: flex !important;
      align-items: center;
      gap: .65rem;
      white-space: normal;
    }
    .site-header .domain-menu-icon {
      display: grid;
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      place-items: center;
      overflow: hidden;
      border-radius: .45rem;
      background: #f0ebff;
      color: #5b008f;
      font: 800 .72rem/1 'Manrope', Arial, sans-serif;
    }
    .site-header .domain-menu-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .site-header .nav-btn {
      padding: .85rem 1.15rem;
      border-radius: .65rem;
      background: #764AF1;
      color: #fff;
      font-size: .85rem;
    }
    .site-header .nav-btn:hover {
      background: #5830c9;
      color: #fff;
    }

    /* Shared footer structure */
    .footer-area.style-01 {
      background: #030519;
    }
    .footer-area.style-01 .footer-top {
      padding: 0 0 2rem;
    }
    .footer-intro {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 3rem;
      padding: 3rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, .11);
    }
    .footer-intro > div:first-child {
      max-width: 600px;
    }
    .footer-brand-link img {
      width: 220px;
      max-width: 70vw;
      padding: .45rem .65rem;
      border-radius: .55rem;
      background: #fff;
    }
    .footer-intro p {
      max-width: 560px;
      margin: 1rem 0 0;
      color: #ffffff !important;
      line-height: 1.65;
      font-weight: 500;
    }
    .footer-intro .footer-intro-copy {
      color: #ffffff !important;
      opacity: 1 !important;
    }
    .footer-intro-action {
      flex: 0 0 auto;
      text-align: right;
    }
    .footer-intro-action > span {
      display: block;
      margin-bottom: .65rem;
      color: rgba(255, 255, 255, .82);
      font-size: .8rem;
    }
    .footer-intro-action > a {
      display: inline-flex;
      gap: .55rem;
      padding: .8rem 1rem;
      border-radius: .55rem;
      background: #fff;
      color: #5830c9;
      font-weight: 800;
      text-decoration: none;
    }
    .footer-area .footer-middle {
      padding-top: 2.75rem;
    }
    .footer-area .footer-widget .widget-headline {
      margin-bottom: 1.15rem;
      color: #ffffff !important;
      font-family: 'Manrope', Arial, sans-serif;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.35;
      opacity: 1;
      text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
      position: relative;
      padding: 0 0 0 14px;
    }
    .footer-area .footer-widget .widget-headline::before {
      content: none !important;
      display: none !important;
    }
    .footer-area .footer-widget .widget-headline::after {
      content: "" !important;
      display: block !important;
      position: absolute;
      left: 0;
      top: 50%;
      bottom: auto;
      width: 3px;
      height: 20px;
      border-radius: 999px;
      background: #F32424;
      opacity: 1;
      transform: translateY(-50%);
      z-index: 1;
    }
    .footer-area .footer-widget ul li {
      margin-bottom: .55rem;
    }
    .footer-area .footer-widget ul li a,
    .footer-area .details {
      color: rgba(255, 255, 255, .82);
    }
    .footer-area .footer-widget ul li a:hover,
    .footer-area .footer-widget .footer-view-all a {
      color: #fff;
    }
    .footer-area .footer-widget .footer-view-all {
      margin-top: .9rem;
      font-weight: 700;
    }
    .footer-area .copyright-area {
      border-top: 1px solid rgba(255, 255, 255, .1);
    }
    .footer-contact-bar {
      display: grid;
      grid-template-columns: 1.35fr .95fr 1.15fr;
      gap: 1px;
      margin-top: 2.2rem;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: .9rem;
      background: rgba(255, 255, 255, .12);
    }
    .footer-contact-bar .footer-bar-col {
      display: flex;
      align-items: center;
      gap: 1rem;
      min-height: 100px;
      padding: 1.25rem 1.35rem;
      background: #0b0d25;
      text-align: left;
    }
    .footer-contact-icon {
      display: grid;
      flex: 0 0 44px;
      place-items: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(118, 74, 241, .22);
      color: #c9baff;
      font-size: 1rem;
    }
    .footer-advisor-icon {
      background: rgba(99, 102, 241, .2);
      color: #a5b4fc;
    }
    .footer-trust-icon {
      background: rgba(255, 196, 78, .18);
      color: #ffc44e;
    }
    .footer-bar-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .footer-bar-text strong {
      display: block;
      margin-bottom: .3rem;
      color: #fff;
      font: 700 .84rem 'Manrope', sans-serif;
      letter-spacing: .015em;
    }
    .footer-bar-text p {
      margin: 0;
      color: rgba(255, 255, 255, .64);
      font-size: .78rem;
      line-height: 1.5;
    }
    .footer-social-pill-group {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: .45rem;
    }
    .footer-pill-btn {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      padding: .28rem .65rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .15);
      color: rgba(255, 255, 255, .88) !important;
      font: 600 .75rem 'Manrope', sans-serif;
      text-decoration: none !important;
      transition: all .22s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .footer-pill-btn:hover {
      text-decoration: none !important;
      transform: translateY(-2px);
      color: #fff !important;
    }
    .footer-pill-linkedin:hover {
      background: #0a66c2;
      border-color: #0a66c2;
      box-shadow: 0 4px 12px rgba(10, 102, 194, .35);
    }
    .footer-pill-instagram:hover {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      border-color: #dc2743;
      box-shadow: 0 4px 12px rgba(220, 39, 67, .35);
    }
    .footer-pill-facebook:hover {
      background: #1877f2;
      border-color: #1877f2;
      box-shadow: 0 4px 12px rgba(24, 119, 242, .35);
    }
    .footer-advisor-cta {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      color: #a78bfa !important;
      font: 600 .82rem 'Manrope', sans-serif;
      text-decoration: none !important;
      transition: color .2s ease;
    }
    .footer-advisor-cta:hover {
      color: #c4b5fd !important;
      text-decoration: none !important;
    }
    .footer-advisor-cta .footer-cta-arrow {
      display: inline-block;
      transition: transform .25s ease;
    }
    .footer-advisor-cta:hover .footer-cta-arrow {
      transform: translateX(4px);
    }
    .footer-social-links {
      display: flex;
      align-items: center;
      gap: .65rem;
    }
    .footer-social-link {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .15);
      color: #fff;
      font-size: .95rem;
      transition: all .2s ease;
      text-decoration: none !important;
    }
    .footer-social-link:hover {
      background: #6f31d5;
      border-color: #6f31d5;
      color: #fff;
      transform: translateY(-2px);
      text-decoration: none !important;
    }
    @media (max-width: 767px) {
      .footer-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
      }
      .footer-intro-action {
        text-align: left;
      }
      .footer-contact-bar {
        grid-template-columns: 1fr;
      }
      .footer-contact-bar > div {
        justify-content: flex-start;
      }
    }
    

.form .form-element-aman .nice-select {
    height: 50px;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    background-color: #fff;
    /* padding: 25px; */
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    /* padding: 15px 20px 15px 60px; */
    color: #6A6A6A;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  
  /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  margin-top:100px;
  padding-top: 75px;
  padding-bottom: 75px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* Offset the scroll position to account for the sticky menu */
:target:before,
[data-offset-id]:before {
    content: "";
    display: block;
    height: 120px; /* Adjust this value based on the height of your sticky menu */
    margin: -120px 0 0; /* Adjust this value based on the height of your sticky menu */
}

/* Institute Page Styles */
.institute-header {
  background: linear-gradient(135deg, var(--main-color-one) 0%, var(--heading-color) 100%);
  padding: 60px 0;
  color: #fff;
  margin-bottom: 40px;
}

.institute-logo {
  width: 180px;
  height: 180px;
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  object-fit: cover;
}

.institute-info-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.institute-stats {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.stat-item {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  flex: 1;
}

.stat-item i {
  font-size: 24px;
  color: var(--main-color-one);
  margin-bottom: 10px;
}

.features-list {
  list-style: none;
  padding: 0;
}

.features-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.features-list li i {
  color: var(--main-color-one);
  margin-right: 10px;
}

.institute-description {
  line-height: 1.8;
  color: var(--paragraph-color);
}
.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-inner .title {
  font-size: 48px; /* Your inline style preserved */
  line-height: 1.2; /* Tighter than default 1.083 */
}

.btn-common {
  padding: 18px 30px; /* Override default 37px 42px for banner—optional */
}

.counter-section-inner .single-counterup {
  min-width: 100px; /* Prevents wrapping on small screens */
}

@media (max-width: 991px) {
  .banner-area .thumbnail img {
    max-width: 100%; /* Ensures image doesn’t overflow */
  }
  .banner-inner .title {
    font-size: 36px; /* Scales down on tablets */
  }
}

@media (max-width: 767px) {
  .banner-inner .title {
    font-size: 28px; /* Mobile-friendly */
  }
  .btn-wrap {
    flex-direction: column;
    gap: 10px; /* Fallback for older Bootstrap */
  }
}.destination-single-item::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 100%;
    width: 100%;
    height: 2px;
    background: #ddd;
    z-index: -1;
}
.destination-single-item:last-child::after {
    display: none;
}
@media (max-width: 767px) {
    .destination-single-item::after {
        display: none;
    }
}
/* New Styles from Trae */
/* Button styles fix */
.btn-common.fill-btn {
  position: relative;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  background: transparent;
  transition: all 0.3s ease;
  z-index: 1; /* Establish proper stacking context */
}

.btn-common.fill-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-one);
  z-index: -1; /* Place behind the text */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.btn-common.fill-btn:hover {
  color: #ffffff; /* Keep text color consistent */
}

.btn-common.fill-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* Styles for institute and category section */
/* Institutes & Categories Section Styles */
.institutes-categories-section .card:hover {
  transform: translateY(-5px);
}

.institutes-categories-section .nav-tabs {
  border-bottom: 2px solid #eee;
}

.institutes-categories-section .nav-link {
  color: #666;
  border: none;
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
  position: relative;
}

.institutes-categories-section .nav-link.active {
  color: var(--main-color-one);
  background: none;
}

.institutes-categories-section .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-color-one);
}

.institutes-categories-section .btn:hover {
  filter: brightness(1.1);
}

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