@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&family=Epilogue:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap");
/* ===============================
   BRAND COLORS
================================= */
/* ===============================
   NEUTRALS & UI COLORS
================================= */
/* ===============================
   TYPOGRAPHY COLORS
================================= */
/* ===============================
   COLOR TONES GENERATOR
   (Example usage: color: mix($primary-clr, white, 20%))
================================= */
body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  text-align: justify;
}

.font-epilogue {
  font-family: "Epilogue", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 2.8125rem;
}

h3 {
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 22px !important;
  }
}
.infra-zoom-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 1.5rem;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  display: block;
}
.infra-zoom-card img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.infra-zoom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}
.infra-zoom-card:hover img {
  transform: scale(1.1);
}

/* ===============================
   COMMON SHARED ELEMENTS
================================= */
img.animate__animated {
  animation-fill-mode: both;
}

.btn-custom-more-less i {
  transform: rotate(45deg);
}

.sub-headline {
  color: #FF7350 !important;
  font-weight: normal;
  background-color: rgba(253, 158, 135, 0.15);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
}

.paragraph-max-width {
  max-width: 640px;
  width: 100%;
  line-height: 1.6;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .paragraph-max-width {
    max-width: 90%;
    font-size: 0.95rem;
  }
}

.btn-custom-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7350;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 14px 32px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
}
.btn-custom-orange .arrow-icon {
  margin-left: 12px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.btn-custom-orange:hover {
  background-color: #e04d2d;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 94, 58, 0.4);
}
.btn-custom-orange:hover .arrow-icon {
  transform: translateX(6px);
}
.btn-custom-orange:active {
  transform: scale(0.97);
}

.navigation-button button {
  color: #fff !important;
  background-color: #FF7350;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navigation-button button:hover {
  background-color: rgb(255, 74.2, 29);
  transform: translateY(-2px);
}
.navigation-button button:active {
  background-color: rgb(255, 53.8, 3.5);
  transform: translateY(0);
}
.navigation-button button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 115, 80, 0.5);
}
.navigation-button .swiper-button-disabled {
  background-color: #FD9E87;
  cursor: not-allowed;
  opacity: 0.7;
  transform: none !important;
}

.whyus-pagination,
.allcourses-pagination,
.common-pagination,
.testimonial-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.whyus-pagination .swiper-pagination-bullet,
.allcourses-pagination .swiper-pagination-bullet,
.common-pagination .swiper-pagination-bullet,
.testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.whyus-pagination .swiper-pagination-bullet:hover,
.allcourses-pagination .swiper-pagination-bullet:hover,
.common-pagination .swiper-pagination-bullet:hover,
.testimonial-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}
.whyus-pagination .swiper-pagination-bullet-active,
.allcourses-pagination .swiper-pagination-bullet-active,
.common-pagination .swiper-pagination-bullet-active,
.testimonial-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 12px;
  background-color: #FF7350 !important;
}

@media (min-width: 1200px) {
  .custom-swiper {
    max-width: 1590px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .custom-swiper .swiper-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
.btn-custom-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 20px;
  height: 52px;
  background-color: #FF7350;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.btn-custom-more .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 14px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.btn-custom-more .icon-circle i {
  font-size: 1rem;
  line-height: 1;
}
.btn-custom-more:hover {
  background-color: rgb(242.25, 109.25, 76);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.btn-custom-more:hover .icon-circle {
  transform: translateX(2px);
  background-color: rgba(255, 255, 255, 0.28);
}
.btn-custom-more:active {
  transform: scale(0.97);
}

.btn-custom-more-light {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 20px;
  height: 52px;
  background-color: #F4F4F5;
  color: #111111;
  border: 1px solid transparent;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.btn-custom-more-light .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-left: 14px;
  color: #111111;
  transition: all 0.3s ease;
}
.btn-custom-more-light .icon-circle i {
  font-size: 1rem;
  line-height: 1;
}
.btn-custom-more-light:hover {
  background-color: rgb(231.8, 231.8, 232.75);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.btn-custom-more-light:hover .icon-circle {
  transform: translateX(2px);
  background-color: white;
}
.btn-custom-more-light:active {
  transform: scale(0.97);
}
.btn-custom-more-light {
  border-color: #ECE7E7;
}
.btn-custom-more-light .icon-circle {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.btn-show-all {
  border: 1px solid #dee2e6;
  padding: 10px 40px;
  border-radius: 6px;
  color: #666;
  font-weight: 500;
  background: white;
  transition: all 0.3s ease;
}
.btn-show-all:hover {
  background: #f8f9fa;
  border-color: #ccc;
  transform: translateY(-2px);
}

.common-program-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.common-program-list li i {
  color: #FF7350;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.text-secondary-clr {
  color: #FF7350 !important;
}

.text-description {
  color: #696984;
  line-height: 1.7;
  font-size: 0.95rem;
}

/*****************Custom accordion Tab********************/
.tab-accordion-container .tab-buttons-container {
  border: 1px solid #ff734d;
  border-radius: 12px;
}
.tab-accordion-container .tab-buttons-container li {
  cursor: pointer;
  color: #ff734d;
  font-weight: 500;
  border-right: 1px solid #ff734d;
  transition: background 0.3s;
}
.tab-accordion-container .tab-buttons-container li:last-child {
  border-right: none;
}
.tab-accordion-container .tab-buttons-container li.active-tab {
  background-color: #ff734d;
  color: white;
}
@media (min-width: 992px) {
  .tab-accordion-container .accordion-container .accordion-item-wrapper {
    display: none;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .tab-accordion-container .accordion-container .accordion-item-wrapper.active-item {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-accordion-container .accordion-container .accordion-item-wrapper .tab-content {
  display: none;
  background: #fff;
}
.tab-accordion-container .accordion-container .accordion-item-wrapper .tab-content.active-content {
  display: block;
}
.tab-accordion-container .accordion-container .accordion-item-wrapper .tab-content.show-display {
  display: block;
}

@media (max-width: 991px) {
  .accordion-item-wrapper {
    margin-bottom: 10px;
  }
  .accordion-item-wrapper .accordion-btn {
    background-color: #ff734d;
    color: white;
    padding: 15px 20px;
    cursor: pointer;
  }
  .accordion-item-wrapper .accordion-btn .fa-angle-up {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
  }
  .accordion-item-wrapper .accordion-btn.active-accordion-btn {
    background-color: white;
    color: #ff734d;
    border: 1px solid #ff734d;
  }
  .accordion-item-wrapper .accordion-btn.active-accordion-btn .fa-angle-up {
    transform: rotate(0deg);
  }
  .accordion-item-wrapper .tab-content.active-content {
    border-top: none;
    border-radius: 0 0 8px 8px;
  }
}
/* Keep all your accordion code above, only add this for the swiper grid */
@media (min-width: 1200px) {
  .common-grid-swiper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px;
    overflow: visible !important;
  }
  .common-grid-swiper swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    height: auto !important;
    width: calc(20% - 30px) !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .team-section .navigation-button,
  .team-section .common-pagination {
    display: none !important;
  }
}
/* ===============================
   TOP HEADER COMPONENT
================================= */
.top-header {
  background-color: #125875;
  color: #FFFFFF;
  position: relative;
  z-index: 401;
}
.top-header .top-left-contact i {
  color: #FF7350;
}
.top-header .top-left-contact span {
  color: #FFFFFF;
}
.top-header .top-right-social a {
  color: #FFFFFF;
}
.top-header .top-right-social a i {
  transition: all 0.3s ease-in-out;
}
.top-header .top-right-social a i:hover {
  color: #FF7350;
  transform: translateY(-2px);
}
.top-header .iso-badge {
  background-color: #FF7350;
  color: #FFFFFF;
}

/* ===============================
  Nav COMPONENT
================================= */
/* HEADER - CLEAN & STICKY */
.main-header {
  background: #ffffff;
  padding: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: system-ui, -apple-system, sans-serif;
  transition: height 0.3s ease, padding 0.3s ease;
  height: 80px;
}
.main-header.menu-open {
  height: 60px;
}
.main-header.menu-open .logo img {
  height: 40px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  transition: padding 0.3s ease;
}

.logo img {
  height: 50px;
  width: auto;
  transition: height 0.3s ease;
}

/* DESKTOP BREAKPOINT (1139px and up) */
@media (min-width: 1139px) {
  .menu-toggle {
    display: none;
  }
  .nav-menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-list {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    align-items: center;
    padding: 0;
  }
  .nav-link {
    text-decoration: none;
    color: #1b365d;
    font-weight: 600;
    padding: 10px 18px;
    font-size: 15px;
    transition: 0.3s;
    border-radius: 4px;
  }
  .nav-link:hover, .nav-link.active {
    color: #FF7350;
  }
  .home-pill {
    border: 1.5px solid #1b365d;
    border-radius: 50px;
    padding: 8px 20px;
    margin-right: 10px;
  }
  .home-pill:hover, .home-pill.active {
    border-color: #1b365d;
    color: #1b365d;
  }
  .has-dropdown {
    position: static;
    padding: 19px 0px;
  }
  .has-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: #ffffff;
    padding: 50px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.35s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #eee;
  }
  .mega-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 280px;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
  }
  .mega-column h6 {
    font-weight: 700;
    color: #1b365d;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .mega-column a {
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: 0.25s;
  }
  .mega-column a:hover {
    color: #FF7350;
  }
  .mega-highlight {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    grid-column: -2/-1;
    border: 1px solid #eee;
  }
  .mega-btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    background: #1b365d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    transition: 0.3s;
  }
  .mega-btn:hover {
    background: #FF7350;
  }
  .nav-cta-wrapper {
    margin-left: 20px;
  }
  .mobile-back {
    display: none;
  }
}
/* MOBILE BREAKPOINT (1138px and down) */
@media (max-width: 1138px) {
  .main-header.menu-open .nav-container {
    padding: 0 15px;
  }
  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 10px;
  }
  .menu-toggle .bar {
    display: block;
    width: 25px;
    height: 2px;
    background: #1b365d;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  .menu-toggle.is-active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    padding-top: 80px;
    transition: 0.4s;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  }
  .nav-menu.is-active {
    right: 0;
  }
  .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav-link {
    display: block;
    padding: 18px 25px;
    border-bottom: 1px solid #f5f5f5;
    color: #1b365d;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
  }
  .nav-link.active {
    color: #FF7350;
    background-color: rgba(255, 115, 80, 0.05);
  }
  .mega-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    padding: 20px;
    z-index: 1002;
    transition: 0.4s;
    overflow-y: auto;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  }
  .mega-menu.is-active {
    right: 0;
    padding-top: 70px;
  }
  .mega-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .mega-column h6 {
    font-weight: 700;
    color: #1b365d;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .mega-column a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #f9f9f9;
  }
  .mega-highlight {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
  }
  .mega-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background: #1b365d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
  }
  .mobile-back {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .mobile-back button {
    background: #1b365d;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mobile-back button::before {
    content: "←";
  }
  .nav-cta-wrapper {
    padding: 25px;
    text-align: center;
  }
  .btn-custom-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: #FF7350;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
  .nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.static-hero {
  position: relative;
  background: linear-gradient(-45deg, #fdf0f0, #fdfbfb, #e0f7f4, #f4f9f9);
  background-size: 400% 400%;
  animation: gradientMove 18s ease infinite;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}
.static-hero:active {
  cursor: grabbing;
}
.static-hero .hero-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px;
}

.hero-content-box {
  flex: 0 0 55%;
  z-index: 2;
  pointer-events: none;
  padding-bottom: 80px;
  padding: 20px;
  border-radius: 20px;
}
.hero-content-box .welcome-tag,
.hero-content-box .main-title,
.hero-content-box .sub-text {
  transition: opacity 0.5s ease;
  will-change: opacity;
}
.hero-content-box .welcome-tag {
  display: inline-block;
  background: #ff704d;
  color: white;
  padding: 6px 15px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 20px;
}
.hero-content-box .main-title {
  color: #0E2245;
  margin-bottom: 15px;
  font-size: 3.5rem;
  line-height: 1.2;
}
.hero-content-box .sub-text {
  color: #0E2245;
  font-size: 1.1rem;
  margin-bottom: 35px;
}
.hero-content-box .hero-search {
  pointer-events: auto;
  background: #fff;
  display: flex;
  align-items: center;
  max-width: 480px;
  padding: 8px 10px 8px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
}
.hero-content-box .hero-search input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 0.95rem;
  color: #333;
  cursor: text;
}
.hero-content-box .hero-search input::placeholder {
  color: #aaa;
}
.hero-content-box .hero-search input:focus ~ .search-results-list {
  display: block;
}
.hero-content-box .hero-search .search-icon-box {
  background: #ff7f50;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.hero-content-box .hero-search .search-icon-box:hover {
  transform: scale(1.05);
}
.hero-content-box .hero-search .search-results-list {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1000;
  padding: 0;
}
.hero-content-box .hero-search .search-results-list .result-item {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  text-decoration: none;
  color: #444;
  font-size: 0.9rem;
  transition: background 0.2s ease;
  gap: 12px;
}
.hero-content-box .hero-search .search-results-list .result-item i {
  color: #ff7f50;
  font-size: 0.85rem;
  width: 20px;
}
.hero-content-box .hero-search .search-results-list .result-item:hover {
  background: #f8f9fa;
  color: #ff7f50;
}
.hero-content-box .hero-search .search-results-list .result-item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.hero-image-box {
  flex: 0 0 45%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
}
.hero-image-box .main-student-img {
  display: block;
  max-width: 115%;
  height: auto;
  vertical-align: bottom;
  filter: drop-shadow(10px 20px 30px rgba(0, 0, 0, 0.1));
  transition: opacity 0.5s ease;
  will-change: opacity;
  -webkit-user-drag: none;
}

.static-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  pointer-events: auto;
}
.static-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}
.static-dots .dot.active {
  background: #ff704d;
  width: 25px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .static-hero {
    min-height: auto;
    padding-top: 50px;
    align-items: center;
  }
  .static-hero .hero-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .hero-content-box {
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .hero-content-box .main-title {
    font-size: 2.5rem;
  }
  .hero-search {
    margin: 0 auto;
  }
  .hero-image-box {
    flex: 0 0 100%;
    justify-content: center;
  }
  .hero-image-box .main-student-img {
    max-width: 90%;
  }
}
.hero-image-box {
  width: 100% !important;
  position: absolute !important;
  left: 0px;
  display: none;
}

.static-hero .hero-container {
  margin: auto !important;
}

.static-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Starts slightly off-screen to cover the edge after skewing */
  width: 100%;
  /* Covers a bit more than half the screen */
  height: 100%;
  /* Balanced Faded White (0.22 opacity to match your JS) */
  background: linear-gradient(to right, rgba(252, 239, 239, 0.9) 0%, rgba(252, 239, 239, 0.462) 50%, rgba(252, 239, 239, 0) 80%);
  /* This creates the slanted "cut" effect */
  /* Ensures it stays behind the text content box */
  z-index: 1;
}

.jicm-notify-wrapper {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  transform: scale(0.8);
  transform-origin: bottom right;
  right: calc(50% - 660px);
  pointer-events: none;
  z-index: 12;
  animation: jicm-wrapper-pop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media (max-width: 1399.98px) {
  .jicm-notify-wrapper {
    right: calc(50% - 570px);
  }
}
@media (max-width: 1199.98px) {
  .jicm-notify-wrapper {
    right: calc(50% - 480px);
  }
}
@media (max-width: 991.98px) {
  .jicm-notify-wrapper {
    right: calc(50% - 360px);
  }
}
@media (max-width: 767.98px) {
  .jicm-notify-wrapper {
    right: 15px;
    left: 15px;
    justify-content: center;
    transform-origin: bottom center;
  }
}
.jicm-notify-wrapper .jicm-controls {
  pointer-events: auto;
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 1060;
}
.jicm-notify-wrapper .jicm-controls .jicm-arrow {
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: rgba(255, 138, 101, 0.1);
  border: 1px solid rgba(255, 138, 101, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8a65;
  transition: all 0.2s ease;
}
.jicm-notify-wrapper .jicm-controls .jicm-arrow:hover {
  background: #ff8a65;
  color: #fff;
}
.jicm-notify-wrapper .jicm-controls .jicm-arrow i {
  font-size: 0.9rem;
  line-height: 1;
}

.jicm-card {
  pointer-events: auto;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 500px;
  background: #fff;
  border: 1px solid #ff8a65;
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 45px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Roboto, sans-serif;
  opacity: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.jicm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: rgb(255, 99.2532467532, 50);
}
.jicm-card.active {
  animation: slideRightToLeftFade 1s ease forwards;
}
.jicm-card.jicm-exit {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.5s ease-in;
}
.jicm-card .jicm-card-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.jicm-card .jicm-img-box img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
}
.jicm-card .jicm-content {
  flex-grow: 1;
}
.jicm-card .jicm-content .jicm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.jicm-card .jicm-content .jicm-header .jicm-title {
  color: #ff8a65;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
.jicm-card .jicm-content .jicm-header .jicm-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jicm-card .jicm-content .jicm-header .jicm-meta .jicm-date {
  color: #2d3436;
  font-size: 0.9rem;
  font-weight: 500;
}
.jicm-card .jicm-content .jicm-desc {
  color: #5c677d;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jicm-timer-ring {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#ff8a65 calc(var(--progress, 0) * 1%), #f0f0f0 0);
}
.jicm-timer-ring::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #fff;
  border-radius: 50%;
}

@keyframes slideRightToLeftFade {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes jicm-wrapper-pop {
  0% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: scale(0.8) translateY(0);
  }
}
@media (max-width: 767.98px) {
  .jicm-notify-wrapper {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }
}
.marquee-container {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.marquee-container .marquee-title {
  padding-left: 10%;
  margin-bottom: 40px;
}
.marquee-container .marquee-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #666;
  margin: 0;
  text-transform: capitalize;
}
.marquee-container .marquee-title p {
  font-size: 16px;
  color: #999;
  margin: 5px 0 0 0;
}
.marquee-container .logo-slider {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.marquee-container .logo-slider::before, .marquee-container .logo-slider::after {
  content: "";
  height: 100%;
  width: 15%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.marquee-container .logo-slider::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
.marquee-container .logo-slider::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
.marquee-container .logo-slider:hover .logo-track {
  animation-play-state: paused !important;
}
.marquee-container .logo-slider .logo-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  padding: 10px 0;
}
.marquee-container .logo-slider .logo-track img {
  height: 52px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.marquee-container .logo-slider .logo-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .marquee-container {
    padding: 30px 0;
  }
  .marquee-container .marquee-title {
    padding-left: 5%;
    margin-bottom: 25px;
  }
  .marquee-container .marquee-title h3 {
    font-size: 18px;
  }
  .marquee-container .marquee-title p {
    font-size: 14px;
  }
  .marquee-container .logo-slider .logo-track {
    gap: 30px;
  }
  .marquee-container .logo-slider .logo-track img {
    height: 38px;
  }
}

/* ===============================
   QUICK COURSES BUTTONS SECTION
================================= */
.quick-courses-buttons-container > div {
  display: flex;
}
.quick-courses-buttons-container > div:nth-child(odd) .quick-courses-buttons {
  border: 1px solid #FF7350;
  background-color: rgba(255, 115, 80, 0.08);
}
.quick-courses-buttons-container > div:nth-child(odd) .quick-courses-buttons .icon-circle {
  border-color: #FF7350;
  --circle-fill: #FF7350;
}
.quick-courses-buttons-container > div:nth-child(even) .quick-courses-buttons {
  border: 1px solid #125875;
  background-color: rgba(18, 88, 117, 0.08);
}
.quick-courses-buttons-container > div:nth-child(even) .quick-courses-buttons .icon-circle {
  border-color: #125875;
  --circle-fill: #125875;
}
.quick-courses-buttons-container .quick-courses-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.quick-courses-buttons-container .quick-courses-buttons .icon-circle {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 1px solid;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.quick-courses-buttons-container .quick-courses-buttons .icon-circle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: var(--circle-fill);
  border-radius: 50%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: 0;
}
.quick-courses-buttons-container .quick-courses-buttons .icon-circle img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: filter 0.4s ease;
}
.quick-courses-buttons-container .quick-courses-buttons h6 {
  font-family: "Epilogue", sans-serif;
  color: #2E2E3B;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.quick-courses-buttons-container .quick-courses-buttons:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(17, 17, 17, 0.08);
}
.quick-courses-buttons-container .quick-courses-buttons:hover .icon-circle {
  transform: scale(1.05);
}
.quick-courses-buttons-container .quick-courses-buttons:hover .icon-circle::before {
  width: 200%;
  height: 200%;
}
.quick-courses-buttons-container .quick-courses-buttons:hover .icon-circle img {
  filter: brightness(0) invert(1);
}
@media (max-width: 575.98px) {
  .quick-courses-buttons-container .quick-courses-buttons {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .quick-courses-buttons-container .quick-courses-buttons .icon-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }
  .quick-courses-buttons-container .quick-courses-buttons .icon-circle img {
    width: 34px;
    height: 34px;
  }
  .quick-courses-buttons-container .quick-courses-buttons h6 {
    font-size: 1.1rem;
  }
}

/* ===============================
   ABOUT SECTION IMAGES & DECOR
================================= */
.about-section {
  overflow: hidden;
}
.about-section .about-images-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about-section .about-images-wrapper {
    min-height: 620px;
  }
}
.about-section .about-images-wrapper .image-box {
  position: relative;
  border-radius: 120px;
}
.about-section .about-images-wrapper .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 120px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-section .about-images-wrapper .image-box.small {
  width: 240px;
  height: 420px;
  margin-bottom: 60px;
  z-index: 2;
}
.about-section .about-images-wrapper .image-box.large {
  width: 320px;
  height: 590px;
  z-index: 1;
  /* Curved Orange Borders */
}
.about-section .about-images-wrapper .image-box.large::before, .about-section .about-images-wrapper .image-box.large::after {
  content: "";
  position: absolute;
  width: 50%;
  border: 2px solid #FF7350;
  border-radius: 120px;
  z-index: -1;
}
.about-section .about-images-wrapper .image-box.large::before {
  height: 50%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.about-section .about-images-wrapper .image-box.large::after {
  height: 80%;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.about-section .about-images-wrapper {
  /* Decorative Dots */
}
.about-section .about-images-wrapper .dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FF7350;
  border-radius: 50%;
  z-index: 3;
  animation: float-and-expand 4s ease-in-out infinite;
}
.about-section .about-images-wrapper .dot-left {
  left: -30px;
  top: 200px;
  animation-delay: -1s;
}
.about-section .about-images-wrapper .dot-right {
  right: -30px;
  top: 80px;
  animation-delay: 0s;
}
@keyframes float-and-expand {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 1;
  }
}

/* ===============================
   MOBILE RESPONSIVENESS
================================= */
@media (max-width: 767.98px) {
  .about-images-wrapper {
    display: block;
    height: auto;
    gap: 0;
  }
  .about-images-wrapper .image-box.large {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 50px;
    margin: 20px auto;
    overflow: hidden;
  }
  .about-images-wrapper .image-box.large img {
    border-radius: 50px;
  }
  .about-images-wrapper .image-box.large::before, .about-images-wrapper .image-box.large::after {
    display: none;
  }
  .about-images-wrapper .dot {
    display: none;
  }
}
/****************************************
           Legacy Section
****************************************/
.legacy-section {
  padding: 80px 0;
  overflow: hidden;
}

/****************************************
           TIMELINE STYLES
****************************************/
.legacy-timeline {
  position: relative;
  padding-left: 20px;
}
.legacy-timeline::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background-image: linear-gradient(to bottom, #696984 40%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 1px 12px;
  background-repeat: repeat-y;
}
.legacy-timeline .timeline-item {
  position: relative;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.legacy-timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.legacy-timeline .timeline-item .timeline-icon {
  position: relative;
  width: 57px;
  height: 57px;
  background: #FFFFFF;
  border: 1px solid #FD9E87;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
}
.legacy-timeline .timeline-item .timeline-icon img {
  width: 50px;
}
.legacy-timeline .timeline-item .timeline-content {
  padding-left: 25px;
}
.legacy-timeline .timeline-item .timeline-content h6 {
  font-size: 20px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 4px;
}
.legacy-timeline .timeline-item .timeline-content p {
  font-size: 14px;
  font-weight: 600;
  color: #696984;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

/****************************************
       IMAGE & STATS CARD STYLES
****************************************/
.legacy-image-wrapper {
  position: relative;
  margin-top: 20px;
}
.legacy-image-wrapper .main-legacy-img {
  width: 100%;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0 0;
}
@media (min-width: 992px) {
  .legacy-image-wrapper .main-legacy-img {
    border-radius: 15px;
  }
}
.legacy-image-wrapper .stats-overlay-card {
  background: #125875;
  display: flex;
  z-index: 5;
  position: relative;
  width: 100%;
  flex-direction: column;
  padding: 30px 25px;
  gap: 30px;
  border-radius: 0 0 15px 15px;
}
.legacy-image-wrapper .stats-overlay-card .stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  gap: 5px;
}
.legacy-image-wrapper .stats-overlay-card .stat-item .stat-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.legacy-image-wrapper .stats-overlay-card .stat-item .stat-label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.legacy-image-wrapper .stats-overlay-card .stat-item .stat-label br {
  display: none;
}
@media (min-width: 992px) {
  .legacy-image-wrapper .stats-overlay-card {
    position: absolute;
    top: -45px;
    left: 5%;
    width: 90%;
    flex-direction: row;
    padding: 25px 15px;
    border-radius: 12px;
    gap: 0;
  }
  .legacy-image-wrapper .stats-overlay-card .stat-item {
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    gap: 12px;
  }
  .legacy-image-wrapper .stats-overlay-card .stat-item:last-child {
    border-right: none;
  }
  .legacy-image-wrapper .stats-overlay-card .stat-item .stat-number {
    font-size: 28px;
    padding-left: 10px;
  }
  .legacy-image-wrapper .stats-overlay-card .stat-item .stat-label {
    font-size: 11px;
    padding-right: 10px;
  }
  .legacy-image-wrapper .stats-overlay-card .stat-item .stat-label br {
    display: block;
  }
}

@media (min-width: 992px) {
  .legacy-image-wrapper {
    margin-top: 60px;
  }
}
.why-us-section .card h5 {
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.why-us-section .card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scholarship-banner {
  position: relative;
  background-color: #165b75;
  border-radius: 40px;
  padding: 60px 60px 0 60px;
  overflow: hidden;
}
.scholarship-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 50%;
  background: rgba(255, 255, 255, 0.03);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.custom-scholarship-table-light {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
}
.custom-scholarship-table-light .table {
  margin-bottom: 0;
  color: #ffffff;
  border-color: transparent;
}
.custom-scholarship-table-light .table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #00aeef;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 15px;
}
.custom-scholarship-table-light .table tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  padding: 15px;
}
.custom-scholarship-table-light .table tbody td strong {
  color: #ffffff;
}
.custom-scholarship-table-light .table tr:last-child td {
  border-bottom: none;
}

.scholarship-btn {
  display: inline-block;
  background-color: #00aeef;
  color: #ffffff;
  padding: 15px 45px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.scholarship-btn:hover {
  background-color: #ffffff;
  color: #165b75;
  transform: translateY(-3px);
}

.scholarship-image img {
  max-height: 400px;
  display: block;
  margin-left: auto;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .scholarship-banner {
    padding: 40px 20px;
    text-align: center;
  }
  .scholarship-image img {
    margin: 20px auto 0;
  }
}
.scholarship-section .card {
  background-color: transparent !important;
  color: white;
  border-color: rgba(255, 255, 255, 0.267);
  text-align: start !important;
}
.scholarship-section .card h6 {
  font-size: 1.3em;
  color: #00aeef;
}
.scholarship-section .card a {
  color: white;
  text-decoration: none;
  background-color: #00aeef;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 10px;
}

.team-section {
  padding: 80px 0;
  background: #ffffff;
}
.team-section .section-title {
  text-align: center;
  color: #0E2245;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 50px;
}

.team-card {
  transition: transform 0.3s ease;
}
.team-card .image-wrapper {
  position: relative;
  background: #D9D9D9;
  aspect-ratio: 1/1.1;
  border-radius: 4px;
  overflow: visible;
  margin-bottom: 20px;
}
.team-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.team-card .image-wrapper .linkedin-badge {
  position: absolute;
  bottom: 0px;
  right: 40px;
  width: 35px;
  height: 35px;
  background: #0077b5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease;
  outline: 7px solid white;
}
.team-card .image-wrapper .linkedin-badge:hover {
  background: rgb(0, 85.4696132597, 130);
}
.team-card .member-info .member-name {
  color: #0E2245;
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.team-card .member-info .member-role {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
  text-align: start;
}
.team-card:hover {
  transform: translateY(-5px);
}

.allcourses-section .card h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.allcourses-section .card p {
  line-height: 1.6;
  min-height: 4.8em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.courses-section {
  background-color: #fcfcfc;
}
@media (min-width: 1200px) {
  .courses-section .custom-swiper {
    max-width: 1590px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  .courses-section .custom-swiper::part(container) {
    overflow: visible;
  }
}
.courses-section .allcourses-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media (max-width: 850px) {
  .program-card .card-body {
    padding: 10px !important;
    box-sizing: border-box !important;
  }
}
.program-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #125875;
  backdrop-filter: blur(4px);
  border-radius: 50px;
  border: 1px solid rgba(18, 88, 117, 0.1);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.program-badge i {
  color: #FF7350;
  font-size: 0.9rem;
}
.program-badge {
  white-space: nowrap;
}

.event-card {
  transition: transform 0.3s ease;
}
.event-card .event-date-badge-square {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #FF7350;
  color: #FFFFFF;
  padding: 12px 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  min-width: 90px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.event-card .event-date-badge-square .day {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
}
.event-card .event-date-badge-square .month {
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.event-card .card-body a {
  transition: all 0.3s ease-in-out;
}
.event-card .card-body h4 {
  color: #1a1a1a;
  font-size: 1.35rem;
}
.event-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card .card-body .text-description {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.6;
}
.event-card .card-body span i {
  color: #125875 !important;
}
.event-card .card-body i {
  color: #125875;
  font-size: 1rem;
}
.event-card:hover {
  transform: translateY(-5px);
}
.event-card:hover a {
  color: #FF7350 !important;
}

@media (min-width: 1200px) {
  .common-grid-swiper.events-card-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px;
    overflow: visible !important;
  }
  .common-grid-swiper.events-card-container swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    height: auto !important;
    width: calc(33.333% - 26.666px) !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .events-card-container ~ .navigation-button,
  .events-card-container ~ .common-pagination {
    display: none !important;
  }
}
.triple-slider {
  width: 100%;
  overflow: visible !important;
  /* CRITICAL: Allows content to show below */
}
.triple-slider swiper-slide {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s ease;
  opacity: 0.3;
  /* Dim inactive avatars */
}
.triple-slider swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 10;
}
.triple-slider swiper-slide.swiper-slide-active .testimonial-avatar {
  transform: scale(1.3);
  border-color: #125875;
  box-shadow: 0 15px 30px rgba(109, 163, 179, 0.3);
}
.triple-slider swiper-slide.swiper-slide-active .testimonial-content {
  display: block;
  animation: fadeInUp 0.5s ease forwards;
}

/* AVATAR STYLING */
.testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.4s ease;
  margin-top: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #f8f9fa;
}

/* CONTENT AREA */
.testimonial-content {
  display: none;
  position: relative;
  margin-top: 20px;
  width: calc(90vw - 30px);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  /* Passes clicks to slider background */
}
.testimonial-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
  margin: 0 auto 10px;
  pointer-events: auto;
  text-align: center;
}
.testimonial-content p.expanded {
  -webkit-line-clamp: unset !important;
  display: block !important;
}
.testimonial-content {
  /* NEW: Style for the injected button */
}
.testimonial-content .read-more-btn {
  display: inline-block;
  background: none;
  border: none;
  color: #FF7350;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 0.9rem;
  pointer-events: auto !important;
  /* Critical for clickability */
  position: relative;
  z-index: 20;
}
.testimonial-content .read-more-btn:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.testimonial-content span {
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9rem;
  pointer-events: auto;
}
.testimonial-content span small {
  font-weight: normal !important;
}
.testimonial-content {
  /* Quote Icon */
}
.testimonial-content::before {
  content: "\f6b0";
  font-family: "bootstrap-icons";
  font-size: 51px;
  line-height: 1;
  color: #FF7350;
  display: block;
  margin-bottom: 13px;
  margin-left: 50px;
  transform: rotate(180deg);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.triple-slider {
  width: 100%;
  overflow: visible !important;
}
.triple-slider swiper-slide {
  min-height: 300px;
}
@media (max-width: 575.98px) {
  .triple-slider swiper-slide {
    min-height: 330px;
  }
  .triple-slider swiper-slide .testimonial-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .triple-slider swiper-slide .testimonial-content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .triple-slider swiper-slide {
    min-height: 350px;
  }
}

.campus-banner {
  position: relative;
  min-height: 180px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  background-size: cover;
  background-position: center;
  position: relative;
  background: url(../images/campus-ad.png) no-repeat;
  background-size: contain;
  background-color: #125875;
}
.campus-banner .banner-title {
  color: #FFFFFF;
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.campus-banner .banner-title span {
  color: #FF7350;
}
.campus-banner .btn-explore {
  background-color: #FF7350;
  color: #FFFFFF;
  padding: 15px 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
}
.campus-banner .btn-explore:hover {
  background-color: #FFFFFF;
  color: #FF7350;
  transform: scale(1.05);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .campus-banner {
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .campus-banner {
    background-size: 150% 200px;
    min-height: 270px;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: unset;
    padding: unset;
  }
  .campus-banner .banner-title {
    margin: 20px;
  }
  .campus-banner .banner-action {
    width: 100%;
    text-align: center;
    background-color: #125875;
    padding: 15px !important;
  }
}
.wilp-section {
  background: url(../images/wilp-bg.svg) no-repeat right center;
}
.wilp-section .wilp-image-container .rounded-5 {
  border-radius: 60px !important;
}
.wilp-section .wilp-features p i {
  color: #FF7350;
}
.wilp-section .wilp-features .feature-icon i {
  color: #FF7350;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wilp-section .wilp-features .feature-icon i::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #FD9E87;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
}

@media (max-width: 991px) {
  .wilp-section {
    text-align: center;
  }
  .wilp-section .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .wilp-section .d-flex .feature-icon {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .wilp-section .wilp-image-container .rounded-5 {
    border-radius: 30px !important;
    margin-bottom: 2rem;
  }
}
.news-updates-section .badge-category,
.news-updates-section .badge-category-small {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #FFFFFF;
  color: #1a1a1a;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.news-updates-section .badge-category-small {
  font-size: 0.65rem;
  padding: 4px 12px;
  bottom: 10px;
  right: 10px;
}
.news-updates-section .blog-card-main h4 {
  font-size: 1.5em;
  color: #1a1a1a;
  transition: color 0.3s ease;
}
.news-updates-section .blog-card-main h4:hover {
  color: #125875;
}
.news-updates-section .side-blog-card .img-wrapper {
  width: 160px;
  height: 130px;
  background-color: #eee;
}
.news-updates-section .side-blog-card h6 {
  color: #1a1a1a;
  line-height: 1.4;
}
.news-updates-section .side-blog-card .text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-updates-section .read-more-link {
  color: #666;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}
.news-updates-section .read-more-link:hover {
  color: #FF7350;
}

.footer {
  font-family: "Inter", sans-serif;
}
.footer .footer-logo {
  max-width: 250px;
}
.footer .footer-description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 90%;
}
.footer .footer-heading {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
.footer .footer-links li {
  margin-bottom: 0.6rem;
}
.footer .footer-links li a {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 0.9rem;
  transition: color 0.3s;
}
.footer .footer-links li a:hover {
  color: #FF7350;
}
.footer .social-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #FF7350;
  color: #fff;
  font-size: 0.9rem;
  transition: transform 0.3s;
}
.footer .social-icon:hover {
  transform: translateY(-3px);
  color: #fff;
}
.footer .icon-box {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FF7350;
  font-size: 1.1rem;
}
.footer .contact-text {
  color: #333;
  font-weight: 500;
  font-size: 0.95rem;
}
.footer .footer-divider {
  opacity: 0.1;
  margin: 2rem 0;
}
.footer .bottom-footer {
  color: #666;
  font-size: 0.85rem;
}
.footer .bottom-footer a {
  color: #666;
  text-decoration: none;
}
.footer .bottom-footer a:hover {
  color: #000;
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.inner-banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.inner-banner .banner-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(18, 88, 117, 0.8) 0%, rgba(18, 88, 117, 0.2) 100%);
  display: flex;
  align-items: center;
}
.inner-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.inner-banner .page-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.inner-banner .breadcrumb {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
.inner-banner .breadcrumb a {
  color: #ff704d;
  text-decoration: none;
  font-weight: 600;
}
.inner-banner .breadcrumb a:hover {
  text-decoration: underline;
}
.inner-banner .breadcrumb .sep {
  opacity: 0.5;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .inner-banner {
    height: 280px;
  }
  .inner-banner .page-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .inner-banner {
    height: 220px;
  }
  .inner-banner .page-title {
    font-size: 1.8rem;
  }
  .inner-banner .banner-overlay {
    background: rgba(18, 88, 117, 0.6);
    text-align: center;
  }
  .inner-banner .breadcrumb {
    justify-content: center;
  }
}
/*****************************Founder*******************************/
.founder-milestones {
  background-color: #ffffff;
}
.founder-milestones .milestone-wrapper {
  background-color: rgba(253, 158, 135, 0.15);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.founder-milestones .founder-bio-card {
  border: none;
}
.founder-milestones .founder-bio-card h3 {
  color: #002d5b;
}
.founder-milestones .founder-bio-card p {
  line-height: 1.8;
  font-size: 0.95rem;
}
.founder-milestones .founder-img-frame {
  background: white;
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
}
.founder-milestones .founder-img-frame img {
  max-width: 280px;
  object-fit: cover;
}
.founder-milestones .text-secondary-theme {
  color: #FF7350;
}
.founder-milestones .feature-card {
  border: none;
  transition: transform 0.3s ease;
}
.founder-milestones .feature-card i {
  color: #FF7350;
}
.founder-milestones .feature-card:hover {
  transform: translateY(-5px);
}
.founder-milestones .feature-card .icon-box {
  width: 45px;
  height: 45px;
  background: rgba(255, 115, 80, 0.1);
  color: #FF7350;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1.2rem;
}
.founder-milestones .feature-card h5 {
  color: #002d5b;
  font-size: 1.1rem;
}

/*************************Our Journey********************************/
.journey-section .journey-badge {
  background-color: #fff0ec;
  color: #ff6d4d;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.journey-section .section-title {
  color: #002d5b;
  line-height: 1.2;
}
.journey-section .milestone-year {
  font-size: 1.5rem;
}
.journey-section .journey-img-placeholder {
  min-height: 350px;
  transition: transform 0.3s ease;
  z-index: 10;
  position: relative;
  box-shadow: 0px 40px white;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #FF7350 !important;
}
.journey-section .journey-img-placeholder:hover {
  transform: scale(1.02);
}
.journey-section .journey-list li {
  position: relative;
  padding-left: 25px;
  font-size: 0.95rem;
}
.journey-section .journey-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid #ff6d4d;
  border-radius: 50%;
  background-color: transparent;
}

@media (min-width: 992px) {
  .journey-section .row {
    position: relative;
    z-index: 1;
  }
  .journey-section .row:nth-child(even) .milestone-year {
    color: #ff6d4d;
  }
  .journey-section .row:not(:last-of-type)::before {
    content: "";
    width: 24%;
    height: 100%;
    top: 95%;
    position: absolute;
    left: 38%;
    border-top: 2px dashed #ff6d4d;
  }
  .journey-section .row:not(:last-of-type):nth-of-type(odd)::before {
    border-left: 2px dashed #ff6d4d;
    border-top-left-radius: 30px;
    border-right: none;
  }
  .journey-section .row:not(:last-of-type):nth-of-type(even)::before {
    border-right: 2px dashed #ff6d4d;
    border-top-right-radius: 30px;
    border-left: none;
  }
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  height: 101vh;
  margin-top: -1px;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/****************************Custom Table **************************/
.custom-scholarship-table-light {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.custom-scholarship-table-light .table {
  background-color: transparent;
  margin-bottom: 0;
  color: #ffffff;
}
.custom-scholarship-table-light .table thead {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-scholarship-table-light .table thead th {
  color: #ffffff;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding: 1.25rem 1rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  background-color: transparent !important;
}
.custom-scholarship-table-light .table tbody td {
  padding: 1.1rem 1rem;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
  vertical-align: middle;
  background: transparent;
}
.custom-scholarship-table-light .table tbody td strong {
  color: #fff;
}
.custom-scholarship-table-light .table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease;
}
.custom-scholarship-table-light .table tbody tr:last-child td {
  border-bottom: none;
}
.custom-scholarship-table-light .btn-light {
  background: #fff;
  border: none;
  color: #165b75;
  font-weight: 600;
  font-size: 0.8rem;
}
.custom-scholarship-table-light .btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
}

.custom-list li {
  position: relative;
  padding-left: 25px;
  font-size: 0.95rem;
}
.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid #ff6d4d;
  border-radius: 50%;
  background-color: transparent;
}

.career-enhancement {
  flex: 3;
  padding-left: 20px;
  border-left: 1px solid #eee;
}
@media (max-width: 1039px) {
  .career-enhancement {
    border-left: none !important;
    padding-left: 0 !important;
    margin-top: 15px;
    background-color: transparent;
  }
}
.career-enhancement .program-card-grid {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: nowrap;
}
@media (max-width: 1039px) {
  .career-enhancement .program-card-grid {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
  }
}
.career-enhancement .program-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  flex: 1 1 auto;
  min-width: 130px;
  max-width: 180px;
}
@media (max-width: 1039px) {
  .career-enhancement .program-card {
    padding: 15px 5px;
    flex: 1 1 calc(50% - 8px);
    min-width: 120px;
  }
}
.career-enhancement .program-card .card-icon {
  font-size: 2.2rem;
  color: #1e5a7b;
  margin-bottom: 12px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8fafd;
  border-radius: 12px;
  transition: all 0.3s ease;
}
@media (max-width: 1039px) {
  .career-enhancement .program-card .card-icon {
    height: 50px;
    width: 50px;
    font-size: 1.8rem;
  }
}
.career-enhancement .program-card span {
  color: #333;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.2;
  display: block;
}
@media (max-width: 1039px) {
  .career-enhancement .program-card span {
    font-size: 0.75rem;
  }
}
.career-enhancement .program-card:hover {
  transform: translateY(-5px);
  border-color: #ff7f50;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.career-enhancement .program-card:hover .card-icon {
  background-color: #ff7f50;
  color: #fff;
}
.career-enhancement .program-card:hover span {
  color: #1e5a7b;
}

/*# sourceMappingURL=style.css.map */
