@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ======Bootstrap Icons===== */
@font-face {
  font-family: "bootstrap-icons";
  src: url("../bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
    url("../bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ===== GLOBAL STYLES ===== */
body {
  font-family: "Figtree", sans-serif;
  ;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  color: #1A191D;
  text-decoration: underline;
}





/* ==============================================
HOME PAGE SLIDER
===================================================*/
.slider-bg {
  background: url('../img/hero1-bg@2x.png') no-repeat center center;
  background-size: cover;
  /* stretches to fill container */
  width: 100%;
  /* full width */
  height: 665px;
  /* hero height */
}


.slider-content {
    display: grid;
    grid-auto-flow: row; /* stacks items vertically like flex-direction: column */
    justify-items: start; /* aligns items to the start (like align-items: flex-start) */
    align-content: center; /* similar to justify-content: center in flex */
    color: #222;
    gap: 0px;
}


.slider-content h1 {
  font-weight: 700;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.slider-content .highlight-red {
  color: #ef233c;
}

.slider-content p {
  color: #4f4f4f;
  font-size: clamp(14px, 2.5vw, 16px);
  max-width: 90%;
}

.slider-content .btn {
  font-weight: 600;
  font-size: clamp(12px, 2vw, 14px);
  padding: 12px 18px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.slider-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.badge {
  font-size: clamp(11px, 1.8vw, 13px);
  padding: 8px 12px;
}

.enquiry-now {
  background: #EE2C3C;
  color: #fff;
  border: none;
}

.enquiry-now:hover {
  background: #d41f2e;
}

.know-more {
  background: #fff;
  color: #EE2C3C;
  border: 2px solid #EE2C3C;
}

.know-more:hover {
  background: #EE2C3C;
  color: #fff;
}

.student-img {
  width: 100%;
  /* max-width: 600px; */
  height: auto;
  border-radius: 12px;
  margin: 1rem auto;
}

/* Custom Carousel Indicator Styles */
.carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px 0 rgba(223, 34, 60, 0.15);
  background-color: #ecc5cc;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 8px;
}

.carousel-indicators .active {
  background-color: #ef233c;
  border-color: #ef233c;
  box-shadow: 0 4px 16px 0 rgba(223, 34, 60, 0.23);
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .slider-content h1 {
    font-size: clamp(24px, 4.5vw, 36px);
  }
}

@media (max-width: 991px) {
  .slider-bg {
    padding: 2.5rem 0;
    height: 710px;
  }

  .slider-section {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    padding: 1.5rem 0;
  }

  .slider-content {
    order: 1;
    padding: 0 1rem;
  }

  .slider-image-section {
    order: 2;
    margin-top: 1.5rem;
  }

  .slider-content p {
    max-width: 100%;
  }

  .student-img {
    max-width: 380px;
  }
}

@media (max-width: 576px) {
  .slider-bg {
    padding: 2rem 0;
  }

  .slider-content h1 {
    font-size: clamp(20px, 6vw, 26px);
  }

  .slider-content p {
    font-size: clamp(12px, 3vw, 14px);
  }

  .slider-content .btn {
    font-size: clamp(11px, 2.5vw, 13px);
    padding: 10px 16px;
    flex: 1 1 auto;
    justify-content: center;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }

  .student-img {
    max-width: 275px;
  }
}

/* ==========================================
Explore Top Courses
=============================================*/
.explore-courses-section {
  background: #fff;
  padding: 52px 0 38px 0;
}

.explore-courses-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.explore-courses-title {
  font-size: 42px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 6px;
}

.explore-courses-desc {
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 0;
  font-weight: 400;
}

.view-all-btn {
  font-size: 17px;
  font-weight: 500;
  background: #ef233c;
  color: #fff !important;
  border: none;
  border-radius: 7px;
  padding: 12px 34px 12px 28px;
  margin-top: 6px;
  transition: background 0.17s;
}

.view-all-btn i {
  margin-left: 8px;
}

.view-all-btn:hover {
  background: #c81d34;
  color: #fff;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 32px;
}

.course-card {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 38px 14px 28px 14px;
  box-shadow: 0 5px 18px rgba(218, 218, 218, 0.07);
  transition: box-shadow 0.18s, transform 0.18s;
  text-align: center;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.course-card:hover {
  box-shadow: 0 12px 32px rgba(223, 34, 60, 0.11);
  transform: translateY(-2px) scale(1.019);
}

.course-icon-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 32px;

}

.course-card-title {
  min-height: 54px;
  /* adjust if needed */
  font-size: 20px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 14px;
}

.course-card-count {
  font-size: 17px;
  color: #5a5a5a;
  font-weight: 400;
  letter-spacing: .04em;
}

@media (max-width: 1200px) {
  .courses-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .explore-courses-title {
    font-size: 28px;
  }

  .course-card {
    min-height: 220px;
    padding: 26px 7px 14px 7px;
  }
}

@media (max-width: 576px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .explore-courses-header {
    flex-direction: column;
    gap: 10px;
  }
}


/* ===================================
   Advantages Section
=======================================*/
.advantages-section {
  background: #FFF7F8;
  padding: 54px 0;
}

.advantages-image {
  width: 100%;
  border-radius: 32px;
  object-fit: cover;
  min-height: 420px;
  max-height: 520px;
}

.advantages-title {
  font-size: 38px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 8px;
}

.advantage-list {
  /* background: #fff; */
  border-radius: 20px;
  padding: 14px 32px;
  box-shadow: 0 4px 26px rgba(215, 215, 215, 0.07);
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
  gap: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.advantage-icon {
  min-width: 54px;
  min-height: 54px;
  max-width: 54px;
  max-height: 54px;
  background: #ef233c;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-icon.purple {
  background: #2c194e;
  color: #fff;
}

.advantage-content {
  flex: 1;
}

.advantage-item-title {
  font-size: 21px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 6px;
}

.advantage-item-desc {
  font-size: 14px;
  color: #5E5C55;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.advantage-divider {
  border-bottom: 1.5px solid #efebe9;
  margin: 0 25px;
}

@media (max-width:991px) {
  .advantages-title {
    font-size: 28px;
  }

  .advantage-list {
    padding: 8px 5px 8px 12px;
  }

  .advantages-image {
    min-height: 220px;
    max-height: 320px;
    border-radius: 20px;
  }
}

@media (max-width:767px) {
  .advantages-section {
    padding: 38px 0 24px 0;
  }
}

/* =============================================
Enroll Section
================================================*/
.custom-section-bg {
  background: #241442;
  border-radius: 30px;
  padding: 20px 25px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.circle-img-wrap {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  flex-shrink: 0;
  border: 5px solid #241442;
  box-sizing: content-box;
  background: #fff;
}

.circle-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .custom-section-bg {
    flex-direction: column;
    text-align: center;
    padding: 35px 10px 45px 10px;
    min-height: unset;
  }

  .circle-img-wrap {
    margin: 0 auto 25px auto;
  }
}

.section-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.3em;
  font-size: 18px;
  line-height: 1.2;
}

.section-desc {
  color: #fff;
  font-size: 14px;
  margin-bottom: 1.7em;
  max-width: 470px;
}

.enroll-btn {
  background: #EE2C3C;
  color: white;
  font-weight: 500;
  padding: 12px 38px;
  border: none;
  border-radius: 28px;
  font-size: 14px;
  transition: background 0.2s;
}

.enroll-btn:hover {
  background: #c0273a;
}

.corner-arc {
  position: absolute;
  right: -22px;
  bottom: -25px;
  width: 125px;
  /* Tune this size for exact match */
  height: 125px;
  /* Same as width for a perfect quarter */
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 65px;
  background: transparent;
  pointer-events: none;
}



/* ---------------------------------------
WHy Choose Us Section
------------------------------------------*/
.choose-section {
  padding: 40px 0;
  background: #fff;
}

.choose-section .tagline {
  color: #EE2C3C;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 8px;
  margin-bottom: 15px;
  display: inline-block;
  background: #FFF7F8;
  border-radius: 3px;
}

.choose-section h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #222;
}

.choose-section p {
  color: #6f6f6f;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
}

.features-list {
  margin-bottom: 40px;
}

.feature-box {
  background: #FFF7F8;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-box i {
  font-size: 18px;
  color: #EE2C3C;
}

.btn-get-started {
  background: #EE2C3C;
  color: #fff;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-get-started:hover {
  background: #d93648;
  color: #fff;
}

.choose-img-wrapper {
  position: relative;
  /* background: #fff5f6; */
  /* border-radius: 20px;
  padding: 30px; */
  display: inline-block;
}

.choose-img-wrapper img {
  max-width: 100%;
  border-radius: 20px;
}

/* ===========================================
Faq's Section
==============================================*/
.faqs-section {
  background: url('../img/choose-bg1@2x.png');
  background-size: cover;
  padding: 40px 0px;
  min-height: 460px;
  position: relative;
  overflow: hidden;
}

.faqs-content-box {
  border-radius: 8px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.faqs-badge {
  font-size: 16px;
  color: #EE2C3C;
  font-weight: 600;
  background: #fff;
  border-radius: 7px;
  display: inline-block;
  padding: 6px 22px 5px 13px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.faqs-title {
  font-size: 42px;
  font-weight: 800;
  color: #1E1E1E;
  margin-bottom: 13px;
  line-height: 1.13;
}

.faqs-desc {
  font-size: 15px;
  color: #4d4d4d;
  margin-bottom: 45px;
  max-width: 540px;
  line-height: 1.58;
}

.faqs-btn {
  background: #EE2C3C;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 18px;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.04em;
  transition: background 0.2s;
  box-shadow: 0 3px 24px 0 rgba(220, 43, 79, 0.08);
  display: flex;
  align-items: center;
  gap: 2px;
}

.faqs-btn:hover {
  background: #b41d30;
}

.faqs-accordion .accordion-item {
  background: #fff;
  border: none;
  border-radius: 1px !important;
  margin-bottom: 22px;
  box-shadow: 0 2px 26px 0 rgba(220, 79, 97, 0.09);
  overflow: hidden;
}

.faqs-accordion .accordion-button {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  background: #fff;
  border: none;
  border-radius: 1px !important;
  padding: 20px;
  /* Increased right padding for larger icon */
  line-height: 1.33;
  cursor: pointer;
}

.faqs-accordion .accordion-button:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  /* Increased size */
  height: 62px;
  /* Increased size */
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px 38px;
  /* Increased icon image size */
  transition: background 0.18s;
  background-image: url('../img/uparrow-circle@2x.png');
  /* Closed icon */
}

.faqs-accordion .accordion-button:not(.collapsed):after {
  background-image: url('../img/down-arrowcircle.svg');
  /* Open icon */
}

.faqs-accordion .accordion-body {
  font-size: 15px;
  color: #747474;
  font-weight: 400;
  padding: 0 28px 24px 28px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .faqs-section {
    padding: 30px 4vw 24px 4vw;
  }

  .faqs-title {
    font-size: 2rem;
  }

  .faqs-accordion .accordion-button {
    font-size: 1rem;
    padding-right: 70px;
    /* sync with icon size */
    padding-left: 18px;
  }
}

@media (max-width: 550px) {
  .faqs-section {
    padding: 13vw 0vw 7vw 0vw;
  }

  .faqs-title {
    font-size: 1.35rem;
  }

  .faqs-btn {
    /* width: 100%; */
    justify-content: center;
  }
}

/* Remove focus styles (outline/shadow) for Bootstrap accordion buttons */
.faqs-accordion .accordion-button:focus,
.faqs-accordion .accordion-button:active,
.faqs-accordion .accordion-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}


/* ==========================================
Team's Section
=============================================*/
.team-section {
  padding: 48px 0 36px 0;
}

.team-tag {
  font-size: 16px;
  color: #EE2C3C;
  font-weight: 600;
  margin-bottom: 8px;
  padding-left: 2px;
  display: inline-block;
  padding: 4px 12px;
  background: #FFF7F8;
}

.team-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #1E1E1E;
  margin-bottom: 20px;
  line-height: 1.13;
}

.team-action-btn {
  background: #EE2C3C;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  transition: background 0.18s;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.team-action-btn:hover {
  background: #b41d30;
}

.team-list {
  margin-top: 38px;
}

.team-card {
  background: transparent linear-gradient(180deg, #FFF6F6 0%, #FFD1D5 49%, #FFAFB6 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1.5px solid #ededed;
  box-shadow: none;
  padding: 0 0 0 0;
  overflow: hidden;
  align-items: stretch;
  text-align: center;
  transition: box-shadow 0.15s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.team-card:hover {
  box-shadow: 0 5px 22px 0 rgba(222, 43, 79, 0.12);
  border-color: #EE2C3C38;
}

.team-image-wrap {
  width: 100%;
  aspect-ratio: 1.06/1;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.team-image-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

.team-card-info {
  background: #fff;
  padding: 24px 12px 16px 12px;
  border-radius: 8px;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card-name {
  font-size: 1.16rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.01em;
  margin: 0 0 5px 0;
}

.team-card-role {
  font-size: 1.04rem;
  color: #EE2C3C;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}

@media (max-width: 991.98px) {
  .team-card {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 22px 0 11px 0;
  }

  .team-title {
    font-size: 1.57rem;
  }

  .team-list {
    margin-top: 16px;
  }
}


/* =======================================
Blog's Section
==========================================*/
.blogs-section {
  padding: 40px 0;
  background: #fff;
}

.blogs-section .tagline {
  color: #EE2C3C;
  background: #fff5f6;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 14px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
}

.blogs-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.btn-view-more {
  background: #EE2C3C;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  transition: 0.3s;
  text-decoration: none;
}

.btn-view-more:hover {
  background: #d93648;
  color: #fff;
}

/* Blog Card */
.blog-card {
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
}

.blog-card .blog-image {
  width: 100%;
  height: 295px;
  object-fit: cover;
  padding: 15px;
  border-radius: 30px;
}

.blog-content {
  padding: 20px;
  flex: 1;
}

.blog-meta {
  font-size: 14px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}

.blog-meta .meta-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #EE2C3C;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.read-more:hover {
  text-decoration: underline;
}

.dotted-line {
  border-bottom: 1px dashed #ddd;
  margin-top: auto;
  margin-bottom: 12px;
}


/* ========================================
Breadcrumb Section
===========================================*/
.breadcrumb-section {
  min-height: 300px;
  background-image: url('../img/hero1-bg.png');
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  position: relative;
  color: #1E1E1E;
}

.breadcrumb-section .container {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  background: transparent;
  font-size: 1.1rem;
  --bs-breadcrumb-divider: "/";
  padding: 0;
}

.breadcrumb-item a {
  color: #EE2C3C;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #EE2C3C;
  font-weight: 500;
}



/* ==============================
About Page
====================================*/
/* About label */
.about-label {
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  border-radius: 2rem;
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background: transparent;
  font-weight: 500;
}

/* Main heading */
.about-section h1 {
  font-size: 42px;
  /* use 3rem for .display-5 */
  font-weight: 700;
  color: #222222;
  line-height: 1.13;
  margin-bottom: 2rem;
}

/* Description paragraph */
.lead, .main-desc {
  font-size: 16px;
  /* Bootstrap .lead font-size (1.25rem) */
  font-weight: 400;
  color: #757575;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Vision/Mission header */
.vision-title, .mission-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 0.2rem;
}

/* Vision/Mission description */
.vision-desc, .mission-desc {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.6;
}



/* ============================
Promo section
===============================*/
.section-campus,
.campus-caption-bold,
.campus-caption-text,
.campus-stat-number,
.campus-stat-desc {
  font-family: 'Figtree', sans-serif;
}

/* Image styling */
.campus-img-wrapper {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 3px 24px rgba(30, 32, 37, 0.04);
  background: #ededed;
}

.campus-img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 2.2 / 1;
}

/* Caption styles */
.campus-caption {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.campus-caption-bold {
  display: block;
  font-weight: 700;
  font-size: 1.22rem;
  color: #222;
  margin-bottom: 2px;
}

.campus-caption-text {
  font-size: 1.13rem;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
}

/* Stats row */
.campus-stats-container {
  margin-top: 2.7rem;
  margin-bottom: 1rem;
}

.campus-stat-number {
  font-size: 2.3rem;
  font-weight: 700;
  color: #181818;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.campus-stat-plus {
  font-size: 1.4rem;
  vertical-align: top;
  margin-left: 2px;
}

.campus-stat-desc {
  font-size: 1.02rem;
  color: #666;
  margin-top: 3px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

/* Responsive: stacks in one per row on small screens */
@media (max-width: 767px) {
  .campus-img-wrapper {
    border-radius: 14px;
  }

  .campus-caption-bold {
    font-size: 1.07rem;
  }

  .campus-caption-text,
  .campus-stat-desc {
    font-size: 0.98rem;
  }

  .campus-stat-number {
    font-size: 1.5rem;
  }

  .campus-stats-container {
    margin-top: 2rem;
  }
}




/* ----------------------------------------------------
CLASSES PAGE COURSE CARDs
---------------------------------------------------------*/
.course-wrapper {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.course-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .09);
}

.course-cover {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}

.course-cover img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.course-data {
  text-align: left;
}

.course-info {
  font-size: .95rem;
  color: #6c6f75;
  gap: 30px;
  margin-bottom: 8px;
}

.course-info i {
  margin-right: 6px;
}

.course-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  margin: 8px 0 10px;
  color: #1d1f23;
}

.course-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .95rem;
}

.course-stars .icons i {
  color: #ffc107;
  font-size: 1rem;
}

.course-stars small {
  color: #6c6f75;
}

.course-bottom {
  border-top: 1px solid #eee;
  margin-top: 14px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-teacher {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .95rem;
  color: #1d1f23;
}

.course-teacher img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.course-link {
  color: #ff3b62;
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
}

.course-link:hover {
  text-decoration: underline;
}



/*==================================
 Contact Section 
 ====================================*/

    .main-branch {
      background: #fff;
      padding: 46px 22px;
      border-radius: 12px;
      box-shadow: 0 7px 28px rgba(36,20,66,0.09);
      margin-bottom: 38px;
      transition: box-shadow 0.2s;
    }
    .main-branch:hover {
      box-shadow: 0 12px 32px rgba(36,20,66,0.13);
    }
    .main-branch h2 {
      color: #241442;
      font-weight: 700;
      font-size: 1.58rem;
      margin-bottom: 21px;
      letter-spacing: 0.4px;
    }
    .icon-text {
      gap: 11px;
      font-weight: 500;
      font-size: 1.08rem;
      margin-bottom: 13px;
      display: flex;
      align-items: center;
    }
   .icon-text i {
    background: #EE2C3C;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10%;
    font-size: 18px;
    margin-right: 9px;
    box-shadow: 0 2px 8px rgba(36, 20, 66, 0.10);
}

    .main-branch p {
      color: #555;
      font-size: 1.07rem;
      margin-top: 21px;
    }
    .map-responsive {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(36,20,66,0.07);
      margin-top: 12px;
    }
    .map-responsive iframe {
      width: 100%;
      height: 250px;
      border: 0;
      border-radius: 10px;
      display: block;
    }
    .branches {
      padding: 36px 0;
      margin-bottom: 0;
    }
    .branches h2 {
      color: #241442;
      font-weight: 700;
      font-size: 42px;
      border-bottom: 3px solid #EE2C3C;
      display: inline-block;
      padding-bottom: 7px;
      margin-bottom: 20px;
      letter-spacing: 0.3px;
    }
    .branches .text-muted {
      font-size: 1.04rem;
      color: #555 !important;
      margin-bottom: 32px;
    }
    .branches .card {
      border: 0;
      border-radius: 10px;
      background: #fff;
      padding: 27px 20px;
      box-shadow: 0 2px 10px rgba(36,20,66,0.10);
      transition: box-shadow 0.2s;
    }
    .branches .card:hover {
      box-shadow: 0 12px 32px rgba(36,20,66,0.19);
    }
    .branches .card h5 {
      color: #241442;
      font-weight: 600;
      font-size: 1.13rem;
      margin-bottom: 13px;
      letter-spacing: 0.2px;
    }
    .branches .icon-text i {
      background: #ed393d;
      font-size: 18px;
    }
    @media (max-width: 991.98px) {
      .main-branch { padding:30px 10px; }
      .branches { padding:24px 0 10px; }
    }
    @media (max-width: 768px) {
      .page-header h1 { font-size: 1.7rem; }
      .main-branch h2, .branches h2 { font-size: 1.13rem; }
      .main-branch { padding:13px 4px; }
      .map-responsive iframe { height: 140px; }
      .branches h2 { padding-bottom: 2px; }
      .branches .row { gap: 13px 0; }
      .branches .card { padding:13px 6px; }
    }
  



    /*===================================
    Faculty 
  ========================================*/
 
    /* Custom styles with specified colors */
    .faculty-section {
      background-color: #f5f5f5;
      min-height: 100vh;
    }
    .nav-tabs {
      border: none;
    }
    .nav-tabs .nav-link {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      margin-bottom: 12px;
      color: #241442;
      font-weight: 600;
      transition: all 0.3s ease;
      padding: 14px 22px;
    }
    .nav-tabs .nav-link:hover {
      background-color: #EE2C3C;
      color: #ffffff;
      border-color: #EE2C3C;
    }
    .nav-tabs .nav-link.active {
      background-color: #EE2C3C;
      color: #ffffff;
      border-color: #EE2C3C;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    }
    .tab-content {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 35px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    .department-title {
      color: #241442;
      font-weight: 700;
    }
    .department-description {
      color: #666666;
      line-height: 1.7;
      font-size: 1.1rem;
    }
    .faculty-list .list-group-item {
      border: none;
      border-bottom: 1px solid #e0e0e0;
      padding: 16px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.2s ease;
    }
    .faculty-list .list-group-item:hover {
      background-color: #f8f8f8;
    }
    .faculty-list .faculty-name {
      color: #EE2C3C;
      font-weight: 500;
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .faculty-list .faculty-name:hover {
      color: #c82333;
      text-decoration: underline;
    }
    .faculty-list .faculty-designation {
      color: #666666;
      font-size: 0.95rem;
    }
    @media (max-width: 767.98px) {
      .nav-tabs .nav-link {
        padding: 12px 18px;
        font-size: 0.95rem;
      }
      .tab-content {
        padding: 25px;
      }
    }
  