:root {
  --primary: #690202;
  --secondary: #ffeb70;
  --white: #ffffff;
  --black: #111111;
  --gray: #f5f5f5;
}

body {
  font-family: "Urbanist", sans-serif;
  color: var(--black);
  line-height: 30px;
}
body img {
  max-width: 100%;
}
body a {
  text-decoration: none;
}

.lang-dropdown {
  padding: 5px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
}

/* REMOVE GOOGLE TOP BAR */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* HIDE GOOGLE LOGO */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

/* OPTIONAL: hide tooltip */
.goog-te-balloon-frame {
  display: none !important;
}

.logo {
  width: 230px;
}

header .top-bar {
  background: var(--primary);
  color: #fff;
  padding: 12px 0;
}
header .top-bar select {
  padding: 6px 12px;
  border-radius: 8px;
}
header .top-bar a.dropdown-item {
  padding: 0px 12px;
}
header .top-bar a {
  color: var(--white);
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
header li {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  position: relative;
}
header li a {
  color: #000 !important;
  font-weight: 600 !important;
  padding: 0px;
}
header li a.nav-link.active {
  color: var(--primary) !important;
}
header li:has(.active):before {
  width: 100%;
  height: 4px;
  background: var(--primary);
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.main {
  width: 100%;
  float: left;
}

.section {
  padding: 60px 0;
}

.bg-light {
  background: var(--gray) !important;
}

.navbar {
  background: #fff;
  transition: 0.3s;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 700;
  color: var(--primary);
}

.btn-primary {
  background: var(--primary);
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5C0F0F, #B22222);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.btn-primary:hover {
  background: var(--secondary);
  color: var(--black);
}

.btn-secondary {
  background: transparent;
  border: 1px solid var(--white);
  padding: 10px 30px;
  border-radius: 8px;
}
.btn-secondary:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* HERO */
.hero-sec {
  padding: 0;
  position: relative;
}
.hero-sec .button-sec {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.hero-sec .owl-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.5));
  z-index: 1;
  top: 0;
}

.hero-slider .item {
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-slider img,
.hero-slider video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-content {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-top: -120px;
}

/* CARDS */
.card {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* FLOATING */
.floating-box {
  position: fixed;
  right: 15px;
  top: 45%;
  z-index: 999;
}

.floating-box .icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  border-radius: 10px;
  cursor: pointer;
}

/* CHAT */
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: orange;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PAYMENT TAB */
.payment-tab {
  position: fixed;
  right: 0;
  top: 30%;
  background: var(--primary);
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* FOOTER */
.footer {
  background: url(../images/banner-2.jpeg);
  color: #fff;
  padding: 40px 0px 0px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.footer .footer-card strong {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}
.footer .footer-card li {
  margin-bottom: 12px;
  position: relative;
}
.footer ul {
  margin: 0px;
  padding: 0px;
}
.footer ul li {
  list-style: none;
}
.footer ul li a {
  color: var(--white);
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7019607843);
  position: absolute;
  content: "";
  top: 0;
}
.footer .copyright-sec {
  background: var(--primary);
  padding: 15px 0;
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.footer .copyright-sec ul {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.footer .copyright-sec p {
  margin: 0px;
}
.footer .links li {
  padding-left: 20px;
}
.footer .links li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--white);
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.social-flex {
  margin-top: 30px;
  padding: 0px;
}
.social-flex li {
  list-style: none;
}
.social-flex li a {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
}
.social-flex li a svg {
  flex: 0 0 auto;
}

.hero-content strong {
  background: #fff;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
}
.hero-content p {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}

.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.social-bar {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  z-index: 999;
}

.social-bar a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.social-bar a:hover {
  transform: scale(1.1);
}

.call {
  background: #2c3e50;
}

.mail {
  background: #7f8c8d;
}

.fb {
  background: #1877f2;
}

.insta {
  background: #e4405f;
}

.yt {
  background: #ff0000;
}

.li {
  background: #0a66c2;
}

.about-sec {
  padding: 80px 0px;
}
.about-sec .text-part {
  padding: 60px 30px;
}

.img-part {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.img-part img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.main-head h1,
.main-head h2 {
  font-size: 42px;
  font-weight: 700;
}
.main-head h1 span,
.main-head h2 span {
  color: var(--primary);
}

.exp-sec {
  padding: 60px 0px;
  margin-bottom: 80px;
}
.exp-sec .exp-card {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.exp-sec .exp-card .text-part {
  position: absolute;
  bottom: 16px;
  background: #fff;
  width: 90%;
  padding: 16px;
  border-radius: 12px;
  left: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.exp-sec .exp-card .img-part {
  border-radius: 8px;
}
.exp-sec .exp-card .img-part img {
  height: 300px;
}
.exp-sec .exp-card .icon svg {
  width: 20px;
  height: 20px;
  fill: var(--primary);
}

.cta-sec {
  padding: 160px 0px;
  text-align: center;
  background: url(../images/img-8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.cta-sec .btn-primary {
  background: var(--secondary);
  color: var(--black);
}
.cta-sec .container {
  position: relative;
  z-index: 10;
}
.cta-sec:after {
  width: 100%;
  height: 100%;
  background: var(--primary);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.8;
}
.cta-sec p {
  font-size: 20px;
  line-height: 2;
  max-width: 90%;
  margin: 0px auto 30px auto;
}

.gallery-sec {
  margin-top: 80px;
  padding-bottom: 30px;
}
.gallery-sec .row {
  margin-bottom: 50px;
}

.news-slider {
  margin-top: 50px;
}

.news-sec {
  background: #f5f5f5;
  padding: 80px 0px;
}
.news-sec .news-card {
  padding: 0px 16px;
}
.news-sec .news-card .img {
  margin-bottom: 30px;
  border-radius: 16px;
}
.news-sec .content h5 {
  font-size: 22px;
  margin: 16px 0px;
  font-weight: 600;
}

.life-card {
  position: relative;
}
.life-card:after {
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
  position: absolute;
  content: "";
  left: 0;
  opacity: 0.7;
  top: 0;
}
.life-card img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.life-card .text-part {
  position: absolute;
  bottom: 0;
  padding: 50px;
  color: #fff;
  z-index: 1;
}
.life-card .text-part h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}

.faq-sec,
.testimonial-sec {
  padding: 80px 0px;
}

.item {
  padding: 10px;
}

.testimonial-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.testimonial-card .col-lg-12.d-flex {
  gap: 16px;
}
.testimonial-card img {
  width: 60px !important;
  height: 60px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  margin: 0px;
  flex: 0 0 auto;
}
.testimonial-card .d-flex {
  align-items: center;
}
.testimonial-card .d-flex p {
  margin: 0px;
  font-size: 14px;
}
.testimonial-card h5 {
  font-size: 16px;
  margin: 0px;
}

.inner-banner {
  position: relative;
  display: flex;
  align-items: center;
}
.inner-banner::after {
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.inner-banner img {
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.inner-banner .text-part {
  position: absolute;
  width: 100%;
  z-index: 1;
  color: var(--white);
}
.inner-banner .breadcrumb-sec {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
  z-index: 1;
  padding: 10px 0px;
}
.inner-banner .breadcrumb-sec nav {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.inner-banner .breadcrumb-sec li a {
  color: var(--primary);
  font-weight: 600;
}

.contact-sec {
  padding: 80px 0px;
}
.contact-sec .row {
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .contact-sec .row .col-lg-6 {
    max-width: 49%;
    width: 49%;
  }
}

.small-head {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.form-control,
.form-select {
  padding: 12px;
  color: #000;
  border-radius: 12px;
  font-weight: 500;
}

.quick-contact-sec {
  background: url(../images/img-2.jpg);
  height: 100%;
  border-radius: 20px;
  padding: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quick-contact-sec .top-part,
.quick-contact-sec .bottom-part {
  position: relative;
  z-index: 1;
  color: #fff;
}
.quick-contact-sec:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: var(--primary);
  left: 0;
  top: 0;
  opacity: 0.5;
}

.map-sec iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -10px;
}

.pb-80 {
  padding-bottom: 80px;
}

.leadership-sec {
  padding: 80px 0px;
}
.leadership-sec .img-part img {
  width: 100%;
}
.leadership-sec .flex-row-reverse .col-lg-7 {
  padding-left: 16px;
  padding-right: 40px;
}
.leadership-sec .leadership-sec img {
  height: 100%;
}
.leadership-sec .col-lg-7 {
  padding-left: 40px;
}
.leadership-sec .col-lg-7 h2 {
  margin-bottom: 30px;
}

.gallery-card img {
  border-radius: 16px;
}

.dropdown-menu li {
  height: auto;
  margin: 10px 0px !important;
}

.py-80 {
  padding: 80px 0px;
}

.principal-sec {
  background: #f5f5f5;
}

.teacher-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.teacher-card .img-part {
  border-radius: 0px;
}
.teacher-card .img-part img {
  height: 300px;
}
.teacher-card .text-part {
  padding: 16px;
}
.teacher-card .text-part h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}
.teacher-card .text-part span {
  text-transform: capitalize;
}

.events-sec .academics-card img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #cecece;
  overflow: hidden;
}

.vission-misison-card .icon-part {
  width: 80px;
  height: 80px;
  background: rgba(105, 2, 2, 0.1098039216);
  padding: 20px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.vission-misison-card .icon-part svg {
  fill: var(--primary);
}

.vission-mission-sec h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.vission-mission-sec .text-part {
  padding-right: 40px;
}
.vission-mission-sec .flex-row-reverse .text-part {
  padding-right: 0px;
  padding-left: 40px;
}

.awards-recognition-sec h2 {
  margin-bottom: 20px;
}
.awards-recognition-sec .awards-card {
  margin-right: 16px;
}
.awards-recognition-sec .awards-card img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.academics-card {
  text-align: left;
  margin-bottom: 30px;
}
.academics-card h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.academics-card .img-part {
  margin-bottom: 30px;
}

.sports-sec .row {
  align-items: center;
  margin-top: 30px;
}
.sports-sec .row h3 {
  font-size: 30px;
  font-weight: 600;
}
.sports-sec .row p {
  font-size: 20px;
}
.sports-sec .row:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sports-sec .text-part {
    margin-top: 30px;
  }
}

.transport-card .img-part {
  margin-bottom: 30px;
}
.transport-card h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
.transport-card p {
  font-size: 18px;
}

.heading {
  background: #ffffff;
  background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgb(105, 2, 2) 50%);
  padding: 16px;
}
.heading h3 {
  color: var(--white);
  margin-bottom: 0px;
}

.blog-inner-card .text-part {
  margin-top: 30px;
}
.blog-inner-card .text-part h3 {
  font-size: 33px;
  font-weight: 600;
  margin: 10px 0px 30px 0px;
}

.sidebar {
  padding-left: 20px;
}
.sidebar h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.blog-inner-sec .col-lg-4 {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 120px;
}
.blog-inner-sec .col-lg-4 .sidebar {
  padding-left: 30px;
}

.class-card-footer {
  display: block;
  padding: 20px;
}

.recent-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.recent-card .img-part {
  flex: 0 0 auto;
  width: 33%;
  border-radius: 8px;
}
.recent-card a {
  color: #000 !important;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card img {
  border-radius: 16px;
}

.accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e5e5 !important;
  overflow: hidden;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--primary);
  box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
}

span.small-head {
  color: #690202;
}

.section-label {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8B1A1A;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  color: #8B1A1A;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 12px;
}

p.dates-note {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

section#dates .section-title {
  color: #fff;
}
section#dates .section-title .section-label {
  color: #fff;
}

span.date-mon {
  font-size: 1rem;
  color: #E8B96A;
}

.section-title span {
  color: #C9933A;
}

.section-divider {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, #8B1A1A, #C9933A);
  border-radius: 2px;
  margin-bottom: 24px;
}

/* WHY SECTION */
.why-section {
  padding: 90px 0 70px;
  background: #FDF8F3;
}

.feature-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 36px 26px 30px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1.5px solid transparent;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.feature-card:hover {
  border-color: #B22222;
  box-shadow: 0 8px 32px rgba(139, 26, 26, 0.12);
  transform: translateY(-6px);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5C0F0F, #B22222);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #FFFFFF;
  font-size: 1.55rem;
  box-shadow: 0 6px 20px rgba(139, 26, 26, 0.28);
}

.feature-card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #5C0F0F;
  margin-bottom: 10px;
}

.feature-card p {
  color: #8A8A8A;
  font-size: 0.875rem;
  line-height: 1.65;
}

/* PROCESS */
.process-section {
  padding: 80px 0;
  background: #FFFFFF;
}

.process-step {
  display: flex;
  gap: 20px;
  padding: 28px 24px;
  background: #FDF8F3;
  border-radius: 12px;
  border-left: 4px solid #8B1A1A;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}

.process-step:hover {
  box-shadow: 0 8px 32px rgba(139, 26, 26, 0.12);
  transform: translateX(5px);
  background: #FFFFFF;
}

.step-number {
  min-width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #5C0F0F, #B22222);
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-content h5 {
  font-size: 1rem;
  color: #5C0F0F;
}

.step-content p {
  font-size: 0.87rem;
  color: #8A8A8A;
}

/* CLASSES */
.classes-section {
  padding: 80px 0;
  background: #FDF8F3;
}

.class-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  border: 1.5px solid #E8E8E8;
  transition: 0.35s;
}

.class-card:hover {
  border-color: #B22222;
  box-shadow: 0 8px 32px rgba(139, 26, 26, 0.12);
  transform: translateY(-5px);
}

.class-card-header {
  background: linear-gradient(135deg, #5C0F0F, #B22222);
  padding: 20px;
  color: #FFFFFF;
}

.class-card-body {
  padding: 18px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #F5F5F5;
  font-size: 0.86rem;
}

.detail-row .label {
  color: #8A8A8A;
}

.detail-row .value {
  color: #5C0F0F;
  font-weight: 600;
}

.badge-seats {
  background: #FEF3C7;
  color: #92400E;
  padding: 3px 10px;
  border-radius: 50px;
}

.badge-seats.tight {
  background: #FEE2E2;
  color: #991B1B;
}

.btn-maroon {
  background: linear-gradient(135deg, #5C0F0F, #B22222);
  color: #FFFFFF;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
}

/* DATES */
.dates-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #5C0F0F, #6B0F0F);
}

.date-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 26px;
  text-align: center;
}

.date-card .date-num {
  font-size: 2.2rem;
  color: #E8B96A;
}

.date-card .date-event {
  color: #FFFFFF;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .process-step {
    flex-direction: column;
  }
}/*# sourceMappingURL=main.css.map */