.nav-link {
  color: #1e1e1e;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.8rem, 1.5vw, 24px) !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.logo {
  width: 26vw;
}

.navbar-section {
  padding: 16px 0px;
  position: relative;
  z-index: 1050; /* higher than carousel's default */
}

.navbar-section {
  text-align: right;
  position: absolute;
  width: fit-content;
  top: 0;
  left: 0;

  z-index: 1050;
  background: rgba(
    255,
    255,
    255,
    0.9
  ); /* Optional: semi-transparent background */
  padding: 16px 0px;
}
.icon {
  max-width: clamp(16px, 3vw, 24px);
  height: auto;
  display: block;
}
/* Active tab styling */
.active-tabs {
  transform: scale(1.1); /* Slight scale for emphasis */
  color: #ffa717 !important; /* Bootstrap primary color or your brand color */
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

/* Optional: smoother hover effect */
.nav-link:hover {
  transform: scale(1.05);
  color: #ffa717; /* Darker shade */
  transition: all 0.2s ease-in-out;
}
/* navbar-css-complete */

#home {
  margin-top: 200px;
  background-image: url("/assets/images/poster-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  height: 81vh;
  width: 100%;
  padding: 68px 50px;

  /* Make it responsive on smaller devices */
  @media (max-width: 768px) {
    background-size: cover;
    margin-top: 120px;
    padding: 120px 10px 5px 10px;
    height: auto;
  }
}
/* #home-section{
  margin-top: 67px;
} */

/* marquee */

.quote-line {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #ffa717; /* Optional: background color */
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.course-continer {
  background-image: url("/assets/images/course-background.png");
  background-position: center;
  background-size: cover;
}
.footer-section {
  background: linear-gradient(180deg, #ffffff00 0%, #d4edff 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.grediant-background-footer {
  background-image: url("/assets/images/footer-background.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
  z-index: 5;
}

.footer-text {
  font-size: clamp(14px, 2.2vw, 18px);
}
@media (min-width: 900px) {
  .color-whiteires {
    color: black !important;
  }
}
@media (max-width: 768px) {

    /* Courses */
    .footer-section .row[style*="position: absolute"] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }


    .grediant-background-footer {
        position: relative;
        height: auto !important;
        min-height: auto !important;

        margin-top: 0 !important;
        padding-top: 0 !important;

        background-size: contain !important;
        background-position: bottom center !important;
        background-repeat: no-repeat;
        padding-bottom: 120px !important; /* space for address */
    }


    .grediant-background-footer .container-fluid {
        position: relative;
        z-index: 2;

        height: auto !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;

        justify-content: flex-start !important;
        align-items: center !important;
        text-align: center;
    }


    /* Reduce space before Follow Us */
    .grediant-background-footer strong:first-child {
        margin-top: 0 !important;
    }


    .grediant-background-footer strong.footer-text {
        margin-top: 8px !important;
        margin-bottom: 5px !important;
    }


    .grediant-background-footer ul {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        padding-left: 0 !important;
    }


    .grediant-background-footer a {
        display: block;
        line-height: 1.4;
        padding-bottom: 5px;
    }
    .grediant-background-footer strong.footer-text {
        margin-top: 5px !important;
        margin-bottom: 3px !important;
    }

    .grediant-background-footer a[href*="tel"] {
        margin-bottom: 8px !important;
        padding-bottom: 0 !important;
    }

    /* Address title spacing */
    .grediant-background-footer a[href*="maps"] {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 50px !important;
    }


}

.multi-underline {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.skip-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.skip-btn:hover {
  opacity: 1;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* Make the video act as background */
#intro-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Content should be on top of video */
.video-overlay h2,
.video-overlay h3,
.video-overlay img,
.skip-btn {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Optional: add spacing to text/image */
.video-overlay h2,
.video-overlay h3 {
  margin: 10px 20px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
@keyframes slideDownOut {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.video-overlay.slide-down {
  animation: slideDownOut 0.8s ease-out forwards;
}
.slider-bg {
  background-color: #081f4f;
}

@media (min-width: 768px) {
  .text-md-white {
    color: #fff !important;
  }
}
.footer-text {
  font-size: clamp(14px, 2.2vw, 18px);
}

.gallery-wrapper {
  display: flex;
  gap: 20px;
}

/* LEFT SIDE */
.gallery-preview {
  width: 70%;
  height: 636px;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

/* RIGHT SIDE GRID */
.gallery-thumbs {
  width: 30%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

/* Square thumbnails */
.gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1; /* Makes perfect square */
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

.gallery-thumbs img:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .gallery-wrapper {
    flex-direction: column;
  }

  /* Big preview full width */
  .gallery-preview {
    width: 100%;
    height: 200px;
  }

  /* Thumbnails horizontal scroll */
  .gallery-thumbs {
    width: 100%;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-behavior: smooth;
  }

  /* PERFECT SQUARE thumbnails */
  .gallery-thumbs img {
    flex: 0 0 120px; /* Fixed square width */
    aspect-ratio: 1 / 1;
    height: 110px; /* Important */
    object-fit: cover;
    border-radius: 12px;
  }

  .gallery-thumbs::-webkit-scrollbar {
    display: none;
  }
}

/* Floating Apply Button */

.floating-apply {
  position: fixed;
  left: -45px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9999;
}

.floating-apply a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffb300, #ff6f00);
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  transform: rotate(-90deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.floating-apply a:hover {
  background: linear-gradient(135deg, #ff9800, #ff6f00);
  transform: rotate(-90deg) scale(1.05);
}
.sub-course-list{
    margin-top:8px;
    padding-left:22px;
}

.sub-course-list li{
    font-size:16px;
    line-height:1.6;
    font-weight:500;
}