


/* NAVBAR */
.custom-navbar {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-brand img {
  height: 45px;
}

/* NAV LINKS */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
  padding: 10px 15px;
}

.navbar-nav .nav-link:hover {
  color: #083e20;
}

/* MEGA MENU */
/* DESKTOP MEGA MENU */
.mega-menu .mega-dropdown {
  width: 600px;
  left: 0;
  right: auto;
  padding: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* HEADINGS */
.mega-dropdown h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #083e20;
}

/* LINKS */
.mega-dropdown a {
  display: block;
  color: #555;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 14px;
}

.mega-dropdown a:hover {
  color: #083e20;
}

/* =========================
   MOBILE FIX
========================= */
@media (max-width: 991px) {

  .mega-menu .mega-dropdown {
    width: 100%;
    position: static !important;
    box-shadow: none;
    padding: 10px 0;
    border-radius: 0;
  }

  /* Stack columns */
  .mega-dropdown .row {
    display: block;
  }

  .mega-dropdown .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
  }

  /* Better spacing */
  .mega-dropdown h6 {
    margin-top: 10px;
    font-size: 15px;
  }

  .mega-dropdown a {
    padding: 6px 0;
    font-size: 14px;
  }
}
/* CALL BUTTON - BOX STYLE */
.call-btn {
  background: #ffffff;
  border: 2px solid #083e20 !important;
  color: #083e20;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 500;
  animation: blink 1.5s infinite;
  transition: all 0.3s ease;
}

.call-btn:hover {
  background: #083e20;
  color: #fff;
}

/* BLINK EFFECT (SOFT) */
@keyframes blink {
  0% { box-shadow: 0 0 0 0 rgba(8,62,32,0.4); }
  70% { box-shadow: 0 0 0 8px rgba(8,62,32,0); }
  100% { box-shadow: 0 0 0 0 rgba(8,62,32,0); }
}


/* ENQUIRE BUTTON - DARK BRAND */
.enquire-btn {
  background: #083e20 !important;
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.enquire-btn:hover {
  background: #062d17; /* darker shade */
  color: #fff;
  transform: translateY(-1px);
}

/* MOBILE DESIGN */
@media (max-width: 991px) {

  /* Mega menu stacked */
  .mega-dropdown {
    position: static !important;
  }

  /* Call button icon only */
  .call-text {
    display: none;
  }

  /* Enquire full width */
  .enquire-btn {
    width: 100%;
    text-align: center;
  }

  /* Better spacing */
  .navbar-nav {
    margin-bottom: 15px;
  }
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* Optional: stronger shadow when scrolling */
.custom-navbar.sticky-active {
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.social-icon {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #083e20; /* your brand color */
  transform: translateY(-3px);
  color: #fff;
}



/* FOOTER MAIN */
.footer {
  background: #083e20;
  color: #ffffff;
  padding: 50px 0 0;
}

.footer h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.85;
}

.footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* TEXT COLUMN */
.footer p {
  font-size: 14px;
  opacity: 0.9;
}

/* BOTTOM BAR */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
  padding: 15px 0;
}

.footer-links a {
  color: #ffffff;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-links {
    margin-top: 10px;
  }

  .footer-links a {
    margin: 0 10px;
  }
}

/* SECTION BACKGROUND (VERY LIGHT BRAND) */
.course-section {
  background: #f5f9f6; /* light green tint */
  padding: 40px 0;
}

/* CARD */
.course-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  border: 1px solid #e6e6e6;
  height: 100%;
}

/* HOVER */
.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.course-card img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* TITLE */
.course-card h6 {
  font-weight: 600;
  margin: 10px 0 15px;
}

/* BUTTON */
.course-btn {
  background: #083e20 !important;
  color: #fff !important;
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 14px;
}

.course-btn:hover {
  background: #062d17 ;
  color: #fff;
}

/* BADGE */
.course-card .badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #28a745;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
}

/* MOBILE */
@media (max-width: 767px) {
  .course-card {
    padding: 15px 10px;
  }

  .course-card h6 {
    font-size: 14px;
  }
}
.highlight {
  background: #083e20;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
}


/* SECTION */
.university-section {
  padding: 50px 0;
  background: #f8faf9;
}

/* CARD */
.uni-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
  height: 100%;
}

.uni-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* IMAGE (FULL CONTROL HERE) */
.uni-img {
  height: 160px; /* 🔥 CHANGE IMAGE HEIGHT HERE */
  overflow: hidden;
  border-radius: 16px;
  margin: 12px;
}

.uni-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* change to contain if needed */
  transition: 0.4s;
}

.uni-card:hover .uni-img img {
  transform: scale(1.05);
}

/* CONTENT */
.uni-content {
  padding: 10px 15px 15px;
}

.uni-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #083e20;
}

/* TEXT */
.spec {
  font-size: 14px;
  margin-bottom: 5px;
}

.price {
  font-size: 14px;
  color: #444;
}

/* FOOTER */
.uni-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

/* LOGOS */
.logos img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 3px;
}

/* ARROW BUTTON */
.arrow-btn {
  background: #083e20;
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.arrow-btn:hover {
  background: #062d17;
}

/* MOBILE */
@media (max-width: 767px) {
  .uni-img {
    height: 140px;
  }
}

.uni-slider {
  padding: 20px 5px 40px;
}

/* Fix equal height */
.swiper-slide {
  height: auto;
}

/* Navigation color */
.swiper-button-next,
.swiper-button-prev {
  color: #083e20;
}

/* Pagination dots */
.swiper-pagination-bullet-active {
  background: #083e20;
}

/* SECTION */
.team-section {
  padding: 60px 0;
  background: #f5f9f6;
}

/* HEADING */
.brand-text {
  color: #083e20;
}

.subtitle {
  color: #666;
  font-size: 15px;
}

/* CARD */
.team-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 320px;
  transition: 0.3s;
}

/* IMAGE */
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY (GRADIENT) */
.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  background: linear-gradient(to top, rgba(8,62,32,0.95), rgba(8,62,32,0.1));
}

/* TEXT */
.overlay h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.overlay p {
  font-size: 13px;
  margin-bottom: 8px;
}

/* TAGS */
.tags span {
  background: rgba(255,255,255,0.15);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  margin: 2px;
  display: inline-block;
}

/* RATING */
.rating {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: 500;
}

/* HOVER */
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* BUTTON */
.talk-btn {
  background: #083e20;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
}

.talk-btn:hover {
  background: #062d17;
  color: #fff;
}

/* MOBILE */
@media (max-width: 767px) {
  .team-card {
    height: 260px;
  }
}

.logo-slider {
    width: 100%;
    position: relative;
}

.logo-track {
    width: max-content;
    animation: scroll 25s linear infinite;
}

.logo-img {
    width: 120px;
    margin: 0 30px;
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.logo-img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
    opacity: 1;
}

/* Smooth infinite animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.cta-section {
  background: #083e20;
}

.cta-section .btn:hover {
  background: #f1f1f1;
  transform: scale(1.05);
  transition: 0.3s ease;
}

/* SLIDER */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide-track {
  display: flex;
  width: calc(300px * 10);
  animation: scroll 25s linear infinite;
}

.slide {
  width: 300px;
  padding: 15px;
}

.card-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.card-box p {
  font-size: 14px;
  color: #555;
}

.card-box h6 {
  margin-top: 15px;
  color: #083e20;
  font-weight: 600;
}

/* ANIMATION */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .slide { width: 260px; }
}

@media (max-width: 768px) {
  .slide { width: 220px; }
}

.custom-tick {
  list-style: none;
  padding-left: 0;
}

.custom-tick li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
}

/* TICK ICON */
.custom-tick li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #083e20;
  font-weight: bold;
  font-size: 18px;
}


/* MODAL BOX */
.enquiry-modal {
  border-radius: 16px;
  overflow: hidden;
  border: none;
}

/* LEFT PANEL */
.left-panel {
  background: linear-gradient(135deg, #083e20, #0b5a2f);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.left-content h3 {
  font-weight: 700;
  line-height: 1.4;
}

/* INPUT STYLE */
.enquiry-modal .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
}

/* OTP BUTTON */
.otp-btn {
  background: #083e20 !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 600;
}

/* SUBMIT BUTTON */
.submit-btn {
  background: #083e20;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
}

.submit-btn:hover {
  background: #062d17;
}

/* MOBILE */
@media (max-width: 767px) {
  .left-panel {
    display: none;
  }
}

  .blink-strip {
    background: #083e20;
    color: #fff;
    font-weight: 600;
    animation: blinkBg 1.2s infinite;
  }

  @keyframes blinkBg {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
  }
  .otp-btn {
    background: #e6f2ec;
    color: #083e20;
    font-weight: 600;
    border-radius: 6px;
  }

  .enquire-btn {
    background: #083e20;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
  }

  .enquire-btn:hover {
    background: #062d17;
  }

  ul li {
    margin-bottom: 8px;
  }

    .fact-number {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .fact-text {
    font-size: 14px;
    opacity: 0.85;
    margin: 0;
  }
  .spec-tag {
  background: #e6f2ec;
  color: #083e20;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.spec-tag:hover {
  background: #083e20;
  color: #fff;
  cursor: pointer;
}
.accordion-button {
  font-weight: 600;
  color: #083e20;
}

.accordion-button:not(.collapsed) {
  background: #083e20;
  color: #fff;
}