:root {
  --brand-maroon: #800708;
  --brand-maroon-dark: #3f0405;
  --brand-maroon-deep: #5f0506;
  --brand-gold: #c79a45;
  --brand-gold-light: #f6ead0;
  --brand-cream: #fff8ea;
  --brand-ink: #241313;
  --brand-gradient: linear-gradient(90deg, #6f0608 0%, #8f1114 58%, #3f0405 100%);
  --heading-font: Georgia, "Times New Roman", serif;
  --subtitle-font: Arial, Helvetica, sans-serif;
}

body {
  color: var(--brand-ink);
}

h1,
h2,
.breadcrumb-title h2,
.section-title h2,
.section-title2 h2,
.sec-title h2,
.page-title,
.download-heading,
.fee-structure-page .school-name,
.home-hero-content h1,
.home-section-title h2,
.about-story-content h1,
.mission-content h1,
.desk-message-card h1,
.faculty-hero-copy h1 {
  font-family: var(--heading-font) !important;
}

h3,
h4,
h5,
h6,
.section-title h5,
.section-title2 h5,
.sec-title h3,
.sec-title h5,
.desk-label,
.faculty-kicker,
.mission-kicker,
.story-kicker,
.documents-heading,
.fee-table-title,
.download-top p,
.simple-content-card h3,
.simple-content-card h4,
.notice-page-item h3,
.faculty-card h3,
.desk-value-card h4 {
  font-family: var(--subtitle-font) !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px !important;
  }
}

.simple-content-section {
  background: #fff7f7;
  padding: 70px 0;
}

.simple-content-card {
  background: #ffffff;
  border: 1px solid rgba(128, 7, 8, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(80, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 1120px;
  padding: 42px;
}

.simple-content-card h2,
.simple-content-card h3,
.simple-content-card h4 {
  color: var(--brand-maroon);
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.simple-content-card h2 {
  font-size: 32px;
  line-height: 1.22;
}

.simple-content-card h3 {
  font-size: 24px;
  line-height: 1.3;
}

.simple-content-card h4 {
  font-size: 20px;
  line-height: 1.35;
}

.simple-content-card p,
.simple-content-card li,
.simple-content-card td,
.simple-content-card th {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
}

.simple-content-card ul,
.simple-content-card ol {
  margin-bottom: 22px;
  padding-left: 22px;
}

.simple-content-card ul {
  list-style: none;
  padding-left: 0;
}

.simple-content-card ul li {
  padding-left: 24px;
  position: relative;
}

.simple-content-card ul li::before {
  background: var(--brand-maroon);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 7px;
}

.simple-content-card li {
  margin-bottom: 8px;
}

.simple-content-card .table th {
  background: var(--brand-maroon);
  color: #ffffff;
  vertical-align: middle;
}

.simple-content-card .table td {
  background: #ffffff;
  vertical-align: middle;
}

.student-zone-rules {
  margin: 0 auto;
  width: 100%;
}

.simple-content-card:has(.student-zone-rules) {
  max-width: 1320px;
}

.simple-content-card .clean-rule-list {
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
}

.simple-content-card .clean-rule-list li {
  border-bottom: 1px solid rgba(128, 7, 8, 0.1);
  color: #222222;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  padding: 13px 0 13px 24px;
  position: relative;
}

.simple-content-card .clean-rule-list li:last-child {
  border-bottom: 0;
}

.simple-content-card .clean-rule-list li::before {
  background: var(--brand-maroon) !important;
  border-radius: 50%;
  content: "" !important;
  height: 8px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 8px;
}

.project-detail2 .list-style-one li::before {
  background: var(--brand-maroon) !important;
  border-radius: 50% !important;
  color: transparent !important;
  content: "" !important;
  font-family: inherit !important;
  height: 8px !important;
  left: 0 !important;
  top: 11px !important;
  width: 8px !important;
}

.simple-link-list a {
  color: var(--brand-maroon);
  font-weight: 700;
}

@media (max-width: 575px) {
  .simple-content-card {
    padding: 26px 18px;
  }
}

.btn-primary,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--brand-maroon) !important;
  border-color: var(--brand-maroon) !important;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: var(--brand-maroon-dark) !important;
  border-color: var(--brand-maroon-dark) !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: var(--brand-maroon) !important;
  color: #ffffff !important;
}

main {
  background: #fff7f7;
}

main > section:not(.breadcrumb-area):not(.home-hero-section):not(.home-alert-strip):not(.home-quick-links):not(.home-about-section):not(.why-choose-section):not(.facilities-section):not(.home-stats-section):not(.home-info-section):not(.home-gallery-section):not(.admission-cta):not(.ms-cta) {
  background: #fff7f7;
}

main .project-detail,
main .project-detail2,
main .about-area2,
main .rs-about,
main .notice-page-section,
main .pt-60.pb-60 {
  background: #fff7f7 !important;
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

main .main_box,
main .about-content,
main .s-about-content,
main .table-responsive,
main .notice-page-card {
  max-width: 1120px;
}

main .main_box,
main .about-content,
main .s-about-content,
main .notice-page-card {
  background: #ffffff;
  border: 1px solid rgba(128, 7, 8, 0.12);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(70, 6, 6, 0.07);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 40px;
}

main .about-area2 .about-content,
main .about-area2 .s-about-content {
  max-width: none;
}

main .s-about-img img,
main .about-area2 img {
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(70, 6, 6, 0.08);
  height: auto;
  max-width: 100%;
}

main .section-title2 h2,
main .sec-title h2,
main .sec-title h3,
main .project-detail h2,
main .project-detail h3,
main .about-content h2,
main .notice-page-card h2,
main .notice-page-card h3 {
  color: var(--brand-maroon) !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.22 !important;
  margin-bottom: 18px !important;
}

main .section-title2 h5,
main .sec-title h5 {
  color: var(--brand-maroon) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

main p,
main li {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
}

main .list-style-one {
  list-style: none !important;
  margin-bottom: 22px;
  padding-left: 0 !important;
}

main .list-style-one li {
  color: #333333 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 10px !important;
  padding-left: 24px;
  position: relative;
}

main .list-style-one li::before {
  background: var(--brand-maroon);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 7px;
}

main .table-responsive {
  background: #ffffff;
  border: 1px solid rgba(128, 7, 8, 0.12);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(70, 6, 6, 0.07);
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  padding: 0;
  width: 100%;
}

main table,
main table.table,
main table.tbl {
  background: #ffffff !important;
  border-collapse: collapse !important;
  color: #262626 !important;
  font-size: 15px !important;
  margin-bottom: 0;
  min-width: 760px;
  width: 100% !important;
}

main table th,
main table td,
main table.table th,
main table.table td,
main table.tbl th,
main table.tbl td {
  border: 1px solid rgba(128, 7, 8, 0.18) !important;
  color: #262626 !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  padding: 14px 16px !important;
  vertical-align: middle !important;
}

main table thead th,
main table thead td,
main table tr:first-child th,
main table.tbl tr:first-child th,
main .table-primary,
main .table-primary > th,
main .table-primary > td {
  background: var(--brand-maroon) !important;
  background-image: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: uppercase;
}

main table tbody tr:nth-child(even) td,
main table tbody tr:nth-child(even) th {
  background: #fff8f8 !important;
}

main table a,
main .download-link {
  background: var(--brand-maroon) !important;
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  padding: 8px 12px !important;
  text-decoration: none !important;
}

main table a:hover,
main .download-link:hover {
  background: var(--brand-maroon-dark) !important;
  color: #ffffff !important;
}

.mandatory-disclosure-page .project-detail {
  padding: 60px 0 !important;
}

.mandatory-disclosure-page .project-detail > .container {
  max-width: 1320px !important;
}

.mandatory-disclosure-page .main_box {
  max-width: 1320px !important;
  padding: 38px 40px !important;
  width: 100%;
}

.mandatory-disclosure-page .rs-about {
  background: transparent !important;
  padding: 0 !important;
}

.mandatory-disclosure-page .rs-about > .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mandatory-disclosure-page .row {
  margin-left: 0;
  margin-right: 0;
}

.mandatory-disclosure-page .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.mandatory-disclosure-page .sec-title,
.mandatory-disclosure-page .mb-22 {
  margin-left: 0 !important;
  max-width: 100%;
  width: 100%;
}

.mandatory-disclosure-page .mb-22 {
  overflow-x: auto;
  padding-bottom: 4px;
}

.mandatory-disclosure-page h3,
.mandatory-disclosure-page .sec-title h3,
.mandatory-disclosure-page h3[style] {
  color: var(--brand-maroon) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.28 !important;
  margin: 34px 0 16px !important;
  text-align: left !important;
}

.mandatory-disclosure-page p,
.mandatory-disclosure-page p b {
  color: #333333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.mandatory-disclosure-page table,
.mandatory-disclosure-page table.tbl {
  min-width: 920px;
}

.mandatory-disclosure-page table + br,
.mandatory-disclosure-page br + br {
  display: none;
}

@media (max-width: 767px) {
  .mandatory-disclosure-page .project-detail {
    padding: 36px 0 !important;
  }

  .mandatory-disclosure-page .main_box {
    border-radius: 12px;
    padding: 24px 16px !important;
  }

  .mandatory-disclosure-page h3,
  .mandatory-disclosure-page .sec-title h3,
  .mandatory-disclosure-page h3[style] {
    font-size: 21px !important;
    line-height: 1.35 !important;
    margin-top: 26px !important;
    text-align: left !important;
  }

  .mandatory-disclosure-page table,
  .mandatory-disclosure-page table.tbl {
    min-width: 760px;
  }

  .mandatory-disclosure-page table th,
  .mandatory-disclosure-page table td,
  .mandatory-disclosure-page table.tbl th,
  .mandatory-disclosure-page table.tbl td {
    font-size: 14px !important;
    padding: 11px 12px !important;
  }
}

.breadcrumb-area {
  background-color: #fff8f8 !important;
  background-image: url("../images/breadcrumb.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 430px !important;
  overflow: hidden;
}

.breadcrumb-area::before {
  background: linear-gradient(90deg, rgba(255, 248, 248, 0.16) 0%, rgba(255, 248, 248, 0.04) 34%, rgba(255, 255, 255, 0) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.breadcrumb-area .container,
.breadcrumb-area .row,
.breadcrumb-area .breadcrumb-wrap,
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 1;
}

.breadcrumb-wrap.text-left {
  max-width: 430px;
  text-align: left !important;
}

.breadcrumb-title h2 {
  color: var(--brand-maroon) !important;
  font-size: 35px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin-bottom: 18px !important;
  text-transform: uppercase;
}

.breadcrumb-title h2::after {
  background: var(--brand-maroon);
  content: "";
  display: block;
  height: 2px;
  margin-top: 16px;
  width: 68px;
}

.breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb > .active {
  color: #111 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.breadcrumb li a,
.breadcrumb > .active {
  color: var(--brand-maroon) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--brand-maroon) !important;
  content: ">" !important;
  padding-left: 4px !important;
  padding-right: 8px !important;
}

@media (max-width: 991px) {
  .breadcrumb-area {
    background-position: center center !important;
    min-height: 340px !important;
    padding: 56px 0 !important;
  }

  .breadcrumb-wrap.text-left {
    max-width: 380px;
  }

  .breadcrumb-title h2 {
    font-size: 32px !important;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 767px) {
  .breadcrumb-area {
    align-items: center !important;
    background-position: 58% center !important;
    min-height: 280px !important;
    padding: 44px 0 !important;
  }

  .breadcrumb-area::before {
    background: linear-gradient(90deg, rgba(255, 248, 248, 0.92) 0%, rgba(255, 248, 248, 0.72) 54%, rgba(255, 248, 248, 0.24) 100%);
  }

  .breadcrumb-wrap.text-left {
    max-width: 310px;
  }

  .breadcrumb-title h2 {
    font-size: 28px !important;
    line-height: 1.18 !important;
    margin-bottom: 12px !important;
  }

  .breadcrumb-title h2::after {
    margin-top: 12px;
    width: 54px;
  }

  .breadcrumb {
    gap: 4px;
    margin-bottom: 0 !important;
  }

  .breadcrumb li,
  .breadcrumb li a,
  .breadcrumb > .active {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .breadcrumb-title p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 420px) {
  .breadcrumb-area {
    background-position: 62% center !important;
    min-height: 240px !important;
    padding: 34px 0 !important;
  }

  .breadcrumb-wrap.text-left {
    max-width: 250px;
  }

  .breadcrumb-title h2 {
    font-size: 24px !important;
  }

  .breadcrumb li,
  .breadcrumb li a,
  .breadcrumb > .active {
    font-size: 12px !important;
  }
}

.section-title h5,
.header-three .main-menu .sub-menu li a:hover,
.menu .children li a:hover,
.slider-price h2,
.about-content2 li .icon,
.services-active .slick-arrow,
.blog-content2 .b-meta ul li a,
.contact-info .single-cta i,
.footer-link ul li a:hover,
.footer-widget .f-contact a:hover,
.copyright-wrap a:hover {
  color: var(--brand-maroon) !important;
}

.about-content a,
.about-content2 a,
.blog-content2 a,
.contact-info a,
.project-detail a,
.team-area-content a,
.single-post2 a {
  color: var(--brand-maroon);
}

.btn,
.top-btn,
.header-three .second-header,
.marquee-container,
.slider-active .slick-dots li button,
.slider-active .slick-dots li.slick-active button,
.services-box07 .sr-contner .icon,
.services-08-item:hover .services-icon2,
.class-item .class-img .class-icon,
.video-i,
.pagination-wrap .pagination li.active a,
.pagination-wrap .pagination li a:hover,
#scrollUp {
  background: var(--brand-gradient) !important;
  border-color: var(--brand-maroon) !important;
  color: #fff !important;
}

.btn:hover,
.top-btn:hover,
.video-i:hover {
  background: linear-gradient(90deg, #3f0405 0%, #800708 100%) !important;
  border-color: var(--brand-maroon-dark) !important;
  color: #fff !important;
}

.btn2,
.second-header,
.mean-container a.meanmenu-reveal,
.mean-container .mean-nav {
  background: var(--brand-maroon) !important;
  border-color: var(--brand-maroon) !important;
  color: #fff !important;
}

.btn2:hover {
  background: var(--brand-maroon-dark) !important;
  color: #fff !important;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a,
.header-three .main-menu ul li:hover > a,
.header-three .main-menu ul li.active > a {
  color: var(--brand-maroon) !important;
}

.header-three .second-menu .main-menu ul li {
  margin-left: 22px;
  margin-right: 0;
}

.header-three .main-menu ul li a {
  font-size: 15px;
}

.header-top a,
.header-social ul li a,
.topbar-left li a,
.marquee-container a,
.marquee-container marquee {
  color: #fff !important;
}

.topbar-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.topbar-actions a {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 14px;
}

.topbar-actions a:hover {
  background: #fff;
  color: var(--brand-maroon) !important;
}

.topbar-contact {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  line-height: 1.3;
}

.topbar-contact a,
.topbar-contact span {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
}

.topbar-contact i {
  color: var(--brand-gold-light);
  margin-right: 5px;
}

.main-menu .sub-menu,
.menu .children {
  border-top-color: var(--brand-maroon) !important;
}

.section-title h2 span,
.about-title h5,
.counter p,
.single-testimonial .qt-img,
.blog-content2 h4 a:hover,
.footer-bg .widgettitle,
.footer-widget .f-widget-title h2 {
  color: var(--brand-gold) !important;
}

.footer-bg,
.footer-top.wpding,
.copyright-wrap {
  background: var(--brand-gradient) !important;
}

.footer-bg .footer-widget p,
.footer-bg .footer-widget li,
.footer-bg .footer-link ul li a,
.copyright-wrap,
.copyright-wrap a {
  color: var(--brand-cream) !important;
}

.feature-area,
.about-area5,
.testimonial-area,
.project-detail,
.contact-area {
  background-color: var(--brand-cream);
}

.services-box07,
.single-post2,
.contact-info,
.class-item,
.event-item,
.team-box,
.pricing-box,
.faq-wrap .card {
  border-color: rgba(128, 7, 8, 0.16) !important;
}

.services-box07:hover,
.single-post2:hover,
.class-item:hover,
.team-box:hover {
  box-shadow: 0 16px 38px rgba(128, 7, 8, 0.14) !important;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: var(--brand-maroon) !important;
  box-shadow: 0 0 0 0.2rem rgba(128, 7, 8, 0.14) !important;
}

.home-image-slider,
.home-image-slider .slick-list,
.home-image-slider .slick-track,
.home-image-slider .slick-slide,
.home-image-slider .slick-slide > div,
.home-hero-slide {
  min-height: 720px;
}

.home-hero-slide {
  position: relative;
  display: flex !important;
  align-items: center;
  background-position: center bottom;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
}

.home-image-slider .slick-arrow {
  border-color: rgba(128, 7, 8, 0.3) !important;
  color: var(--brand-maroon) !important;
  background: rgba(255, 248, 234, 0.92) !important;
}

.home-image-slider .slick-arrow:hover {
  color: #fff !important;
  background: var(--brand-maroon) !important;
}

.service-details-two .services-box07 {
  background: #fff0f0 !important;
  border: 1px solid rgba(128, 7, 8, 0.16) !important;
  box-shadow: 0 14px 34px rgba(128, 7, 8, 0.08) !important;
}

.service-details-two .services-box07 .sr-contner .icon {
  background: transparent !important;
  border: 0 !important;
  color: inherit !important;
  padding: 0 !important;
}

.service-details-two .services-box07 .sr-contner .icon h5 {
  color: var(--brand-maroon) !important;
}

.service-details-two .services-box07 .sr-contner .text p {
  color: #2a1717;
}

@media (max-width: 991px) {
  .home-image-slider,
  .home-image-slider .slick-list,
  .home-image-slider .slick-track,
  .home-image-slider .slick-slide,
  .home-image-slider .slick-slide > div,
  .home-hero-slide {
    min-height: 620px;
  }
}

@media (max-width: 575px) {
  .home-image-slider,
  .home-image-slider .slick-list,
  .home-image-slider .slick-track,
  .home-image-slider .slick-slide,
  .home-image-slider .slick-slide > div,
  .home-hero-slide {
    min-height: 560px;
  }

  .home-hero-slide {
    background-position: center center;
  }
}
.about-school-img {
  min-height: 520px;
  margin-top: 0;
}

.about-school-img > img {
  border-radius: 8px;
  height: 520px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (max-width: 991px) {
  .about-school-img {
    min-height: auto;
    margin-top: 35px;
  }

  .about-school-img > img {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .about-school-img > img {
    height: 300px;
  }
}

.about-modern {
  background: #fff;
  color: #202020;
}

.about-story-section {
  padding: 72px 0 44px;
}

.about-story-image {
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(58, 6, 6, 0.12);
  min-height: 410px;
  overflow: visible;
  position: relative;
}

.about-story-image img {
  border-radius: 8px;
  height: 410px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.about-year-badge {
  align-items: center;
  background: var(--brand-maroon);
  border-radius: 8px;
  bottom: -26px;
  box-shadow: 0 16px 28px rgba(128, 7, 8, 0.22);
  color: #fff;
  display: flex;
  gap: 18px;
  left: -10px;
  padding: 22px 28px;
  position: absolute;
  text-transform: uppercase;
}

.about-year-badge i {
  color: #fff;
  font-size: 42px;
}

.about-year-badge strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.about-year-badge span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.about-story-content {
  padding: 6px 0 0 38px;
}

.about-label {
  align-items: center;
  color: var(--brand-maroon);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 14px;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-label::after {
  background: var(--brand-maroon);
  content: "";
  display: inline-block;
  height: 1px;
  width: 54px;
}

.about-story-content h1,
.about-approach h2,
.about-cta-card h2 {
  color: #252525;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.about-story-content h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.about-story-content p,
.about-approach p,
.institution-row p,
.about-cta-card p {
  color: #363636;
  font-size: 15px;
  line-height: 1.75;
}

.about-detail-section {
  padding: 24px 0 54px;
}

.about-approach {
  padding-right: 34px;
}

.about-approach h2 {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 30px;
}

.approach-item {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.approach-icon {
  align-items: center;
  background: var(--brand-maroon);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 54px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.approach-icon i {
  font-size: 20px;
}

.approach-item h4 {
  color: #222;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 5px;
}

.approach-item p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.institution-card {
  background: linear-gradient(135deg, #fff 0%, #fff7f2 100%);
  border: 1px solid rgba(128, 7, 8, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(58, 6, 6, 0.08);
  height: 100%;
  padding: 36px 42px;
}

.institution-card h3 {
  color: var(--brand-maroon);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 22px;
}

.institution-row {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.institution-row:last-child {
  margin-bottom: 0;
}

.institution-row i {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: var(--brand-maroon);
  display: flex;
  flex: 0 0 46px;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(128, 7, 8, 0.06);
  width: 46px;
}

.institution-row p {
  font-size: 14px;
  margin-bottom: 0;
}

.about-admission-cta {
  padding: 10px 0 58px;
}

.about-cta-card {
  align-items: center;
  background: linear-gradient(90deg, #fff 0%, #fff6f1 64%, rgba(128, 7, 8, 0.08) 100%);
  border: 1px solid rgba(128, 7, 8, 0.1);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(58, 6, 6, 0.08);
  display: flex;
  gap: 28px;
  padding: 24px 34px;
}

.about-cta-icon {
  align-items: center;
  background: var(--brand-maroon);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 86px;
  font-size: 36px;
  height: 86px;
  justify-content: center;
  width: 86px;
}

.about-cta-card h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.about-cta-card h2 span {
  color: var(--brand-maroon);
}

.about-cta-card p {
  margin-bottom: 0;
}

.about-cta-btn {
  background: var(--brand-maroon);
  border-radius: 5px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  margin-left: auto;
  padding: 14px 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-cta-btn:hover {
  background: var(--brand-maroon-dark);
  color: #fff !important;
}

@media (max-width: 991px) {
  .about-story-content {
    padding: 60px 0 0;
  }

  .about-approach {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-cta-btn {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .about-story-section {
    padding-top: 48px;
  }

  .about-story-image,
  .about-story-image img {
    min-height: 320px;
    height: 320px;
  }

  .about-year-badge {
    left: 14px;
    padding: 16px 20px;
  }

  .about-story-content h1 {
    font-size: 32px;
  }

  .institution-card {
    padding: 28px 22px;
  }

  .institution-row {
    gap: 14px;
  }

}

.mission-modern {
  background: #fff;
  color: #222;
}

.mission-wrap {
  padding: 58px 0 70px;
}

.mission-card {
  background: linear-gradient(135deg, #fff 0%, #fff8f8 100%);
  border: 1px solid rgba(128, 7, 8, 0.1);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(58, 6, 6, 0.08);
  margin-bottom: 34px;
  padding: 32px;
}

.mission-card:last-child {
  margin-bottom: 0;
}

.mission-image {
  border-radius: 10px;
  min-height: 390px;
  position: relative;
}

.mission-image img {
  border-radius: 10px;
  height: 390px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.mission-floating-icon {
  align-items: center;
  background: var(--brand-maroon);
  border: 6px solid #fff;
  border-radius: 50%;
  bottom: -24px;
  box-shadow: 0 16px 28px rgba(128, 7, 8, 0.22);
  color: #fff;
  display: flex;
  font-size: 56px;
  height: 126px;
  justify-content: center;
  position: absolute;
  width: 126px;
}

.mission-image-left .mission-floating-icon {
  left: 28px;
}

.mission-image-right .mission-floating-icon {
  right: 28px;
}

.mission-content {
  padding: 0 26px;
}

.mission-label {
  align-items: center;
  color: var(--brand-maroon);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 14px;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.mission-label::after {
  background: var(--brand-maroon);
  content: "";
  display: inline-block;
  height: 1px;
  width: 48px;
}

.mission-content h1 {
  color: #232323;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 22px;
}

.mission-content > p {
  color: #252525;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.mission-point {
  align-items: flex-start;
  border-bottom: 1px solid rgba(128, 7, 8, 0.12);
  display: flex;
  gap: 20px;
  padding: 16px 0;
}

.mission-point:last-child {
  border-bottom: 0;
}

.mission-point i {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(128, 7, 8, 0.07);
  color: var(--brand-maroon);
  display: flex;
  flex: 0 0 46px;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.mission-point p {
  color: #252525;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991px) {
  .mission-content {
    padding: 50px 0 0;
  }

  .vision-card .mission-content {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .mission-card {
    padding: 20px;
  }

  .mission-image,
  .mission-image img {
    min-height: 300px;
    height: 300px;
  }

  .mission-floating-icon {
    font-size: 40px;
    height: 92px;
    width: 92px;
  }

  .mission-content h1 {
    font-size: 32px;
  }

  .mission-point {
    gap: 14px;
  }
}

.desk-modern {
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
  color: #222;
}

.desk-hero {
  padding: 72px 0 34px;
}

.desk-profile-card {
  background: #fff;
  border: 1px solid rgba(128, 7, 8, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(58, 6, 6, 0.1);
  overflow: hidden;
}

.desk-photo {
  background: linear-gradient(135deg, #fff7f7 0%, #f7e9e1 100%);
  padding: 28px 28px 0;
}

.desk-photo img {
  border-radius: 12px 12px 0 0;
  display: block;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.desk-profile-info {
  background: var(--brand-gradient);
  color: #fff;
  padding: 24px 28px;
}

.desk-profile-info span {
  color: var(--brand-gold-light);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.desk-profile-info h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 6px;
}

.desk-profile-info p {
  color: #ffecec;
  margin: 0;
}

.desk-message-card {
  background: #fff;
  border: 1px solid rgba(128, 7, 8, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(58, 6, 6, 0.08);
  padding: 44px 48px;
  position: relative;
}

.desk-message-card::before {
  background: var(--brand-maroon);
  border-radius: 0 16px 16px 0;
  content: "";
  height: 86px;
  left: 0;
  position: absolute;
  top: 48px;
  width: 5px;
}

.desk-label {
  color: var(--brand-maroon);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.desk-message-card h1 {
  color: #222;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 22px;
}

.desk-greeting {
  color: var(--brand-maroon) !important;
  font-weight: 900;
}

.desk-message-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.desk-quote {
  align-items: center;
  background: #fff7f7;
  border-left: 4px solid var(--brand-maroon);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding: 18px 20px;
}

.desk-quote i {
  color: var(--brand-maroon);
  font-size: 28px;
}

.desk-quote strong {
  color: #2a2a2a;
  font-size: 17px;
}

.desk-values {
  padding: 20px 0 70px;
}

.desk-value-card {
  background: #fff;
  border: 1px solid rgba(128, 7, 8, 0.1);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(58, 6, 6, 0.06);
  height: 100%;
  padding: 26px 22px;
  text-align: center;
}

.desk-value-card i {
  align-items: center;
  background: var(--brand-maroon);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 62px;
  justify-content: center;
  margin: 0 auto 18px;
  width: 62px;
}

.desk-value-card h4 {
  color: var(--brand-maroon);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.desk-value-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .desk-profile-card {
    margin-bottom: 30px;
  }

  .desk-message-card {
    padding: 36px 30px;
  }

  .desk-value-card {
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .desk-hero {
    padding-top: 46px;
  }

  .desk-message-card h1 {
    font-size: 30px;
  }
}

.faculty-modern {
  background: #fff;
  color: #202020;
}

.faculty-hero {
  background: #fff;
  overflow: hidden;
}

.faculty-hero-inner {
  min-height: 430px;
  position: relative;
}

.faculty-hero-copy {
  left: 7.5%;
  max-width: 420px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.faculty-hero-copy::after {
  display: none;
}

.faculty-hero-copy h1 {
  color: var(--brand-maroon);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.faculty-hero-copy h1::after,
.faculty-hero-copy p::after {
  background: var(--brand-maroon);
  content: "";
  display: block;
  height: 2px;
  margin-top: 12px;
  width: 54px;
}

.faculty-hero-copy ul {
  display: flex;
  gap: 12px;
  margin: 0 0 22px;
}

.faculty-hero-copy li {
  color: var(--brand-maroon);
  font-size: 14px;
  font-weight: 800;
}

.faculty-hero-copy li + li::before {
  content: ">";
  margin-right: 12px;
}

.faculty-hero-copy p {
  color: #252525;
  font-size: 17px;
  line-height: 1.75;
  max-width: 340px;
}

.faculty-hero-image {
  background: #fff;
  min-height: 430px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.faculty-hero-image::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0) 100%),
    rgba(128, 7, 8, 0.02);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.faculty-hero-image img {
  height: 100%;
  filter: saturate(0.98) contrast(0.98);
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
  width: 100%;
}

.faculty-philosophy {
  padding: 54px 0 38px;
}

.faculty-label {
  align-items: center;
  color: var(--brand-maroon);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.faculty-label::after,
.faculty-heading::before,
.faculty-heading::after {
  background: var(--brand-maroon);
  content: "";
  display: inline-block;
  height: 1px;
  width: 46px;
}

.faculty-section-copy p {
  color: #303030;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.faculty-feature-box {
  background: #fff;
  border: 1px solid rgba(128, 7, 8, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(58, 6, 6, 0.08);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 24px 10px;
}

.faculty-feature {
  border-right: 1px solid rgba(128, 7, 8, 0.12);
  padding: 0 18px;
  text-align: center;
}

.faculty-feature:last-child {
  border-right: 0;
}

.faculty-feature i {
  color: var(--brand-maroon);
  font-size: 34px;
  margin-bottom: 16px;
}

.faculty-feature h4 {
  color: #202020;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}

.faculty-feature p {
  color: #4b4b4b;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.faculty-list-section {
  padding: 22px 0 78px;
}

.faculty-heading {
  align-items: center;
  color: var(--brand-maroon);
  display: flex;
  font-size: 22px;
  font-weight: 900;
  gap: 22px;
  justify-content: center;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.faculty-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 34px;
}

.faculty-card {
  background: #fff;
  border: 1px solid rgba(128, 7, 8, 0.12);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(58, 6, 6, 0.08);
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  padding: 14px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}

.faculty-card:hover {
  box-shadow: 0 18px 34px rgba(58, 6, 6, 0.12);
  transform: translateY(-5px);
}

.faculty-card img {
  aspect-ratio: 5 / 6;
  background: #f8eeee;
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: top center;
  width: 100%;
}

.faculty-card-body {
  padding: 20px 6px 10px;
}

.faculty-card h3 {
  color: var(--brand-maroon);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}

.faculty-card span {
  color: #202020;
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
}

.faculty-card span::after {
  display: none;
}

.faculty-card p {
  display: none;
}

@media (max-width: 991px) {
  .faculty-hero-inner {
    grid-template-columns: 1fr;
  }

  .faculty-hero-copy::after {
    display: none;
  }

  .faculty-hero-copy {
    padding: 54px 30px;
  }

  .faculty-feature-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .faculty-feature:nth-child(2) {
    border-right: 0;
  }

  .faculty-item {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .faculty-hero-copy h1 {
    font-size: 34px;
  }

  .faculty-feature-box {
    grid-template-columns: 1fr;
  }

  .faculty-feature {
    border-right: 0;
    border-bottom: 1px solid rgba(128, 7, 8, 0.12);
    padding-bottom: 20px;
  }

  .faculty-feature:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .faculty-item {
    justify-content: center;
  }
}
