/* Import your fonts */
@import url("canela-font.css");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&amp;display=swap");

/* CSS Variables from your theme */
:root {
  --rt-theme: #09a24f;
  --rt-primary: #890c25;
  --rt-primary-1: #b71a34;
  --rt-primary-2: #890c25;
  --rt-secondary: #110c2d;
  --rt-footer: #181818;
  --rt-body: #737477;
  --rt-heading: #262626;
  --rt-white: #fff;
  --rt-rating: var(--rt-primary);
  --rt-border: #d9d9d9;
  --rt-line: #eee;
  --rt-hover: #af0e2e;
  --copyright-border: #242424;
  --rt-radius: 3px;
  --rt-radius-none: none;
  --rt-none: none;
  --footer-bg: #181818;
  --light-white: #f6f6f6;
  --rt-rating: #ff6d1c;
  --transparent: transparent;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --f-light: 300;
  --f-regular: 400;
  --f-medium: 500;
  --f-semi-bold: 600;
  --f-bold: 700;
  --f-extra-bold: 800;
  --f-black: 900;
  --translate: translate(-50%, -50%);
  --transition: all 0.4s ease;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Canela trial";
  --font-hind: "Hind", sans-serif;
  --fontawesome: "fontawesome", sans-serif;
  --rufina: "Rufina", serif;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 64px;
  --h2: 48px;
  --h3: 40px;
  --h4: 36px;
  --h5: 24px;
  --h6: 20px;
  --p-l: 24px;
  --p-m: 20px;
  --p-s: 16px;
  --p-xs: 14px;
  --primary: #8b4513;
  --secondary: #daa520;
  --light: #f5f5dc;
  --dark: #2f4f4f;
  --accent: #cd853f;
  --success: #28a745;
  --info: #17a2b8;
  /* new  */
  --primary-color-new: #890C25;
  --primary-dark-new: #6A091D;
  --primary-light-new: #A12F48;
  --secondary-color-new: #FAA71D;
  --secondary-dark-new: #E6960A;
  --secondary-light-new: #FBBF50;
  --accent-color-new: #2c3e50;
  --accent-dark-new: #1a252f;
  --text-dark-new: #2c3e50;
  --text-light-new: #5d6d7e;
  --bg-light-new: #f9f5f3;
  --border-color-new: #e8d9d4;
  --rt-heading: #262626;
  --font-primary: "Inter", sans-serif;
  --rt-body: #737477;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  background-color: var(--rt-white);
  color: var(--rt-body);
  line-height: var(--line-height-b3);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.2;
  color: var(--rt-heading);
}

/* Top Bar Styles */
.top-bar {
  background-color: #faa71d;
  color: var(--rt-primary-1);
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: var(--p-xs);
  font-family: var(--font-primary);
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

p {
  font-size: var(--p-s);
  line-height: var(--line-height-b2);
  font-weight: var(--f-regular);
  color: var(--rt-body);
  margin: 0 auto 20px;
  font-family: var(--font-primary);
}

a {
  text-decoration: none;
}

.top-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-meta {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.top-bar-meta li {
  margin-right: 15px;
}

.top-bar-meta a {
  color: var(--rt-heading);
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  align-items: center;
}

.top-bar-meta a:hover {
  color: #fff;
}

.top-bar-meta .fa {
  margin-right: 5px;
}

#meta1 {
  justify-content: flex-end;
}

#span-bar {
  color: var(--rt-heading);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-maroon {
  color: #890c25;
}

/* Header Styles */
.header {
  background-color: var(--rt-white);
  padding: 0;
  position: relative;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  height: 60px;
}

.header__menu {
  flex-grow: 1;
  margin: 0 40px;
}

.navigation__menu {
  display: flex;
  justify-content: flex-end;
}

.navigation__menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation__menu--item {
  position: relative;
  margin: 0px 13px;
  font-size: 16px;
}

.navigation__menu--item__link {
  color: var(--rt-secondary);
  text-decoration: none;
  font-weight: var(--f-medium);
  padding: 0px 0;
  transition: var(--transition);
  display: block;
  position: relative;
  margin: 10px 0;
}

.navigation__menu--item__link:hover {
  color: var(--rt-primary);
}

/* new on  */
/* Active parent menu item */
.navigation__menu--item.active>.navigation__menu--item__link {
  color: var(--rt-primary) !important;
}

/* Active submenu item */
.submenu li.active>a {
  color: var(--rt-primary) !important;
  font-weight: var(--f-semi-bold);
  height: 50px;
}

/* Active arrow icon */
.navigation__menu--item.active>.navigation__menu--item__link i,
.submenu li.active>a i,
.has-child.active>a i {
  color: var(--rt-primary) !important;
}

/* Optional: Add underline for active parent */
.navigation__menu--item.active>.navigation__menu--item__link {
  position: relative;
}

.navigation__menu--item.active>.navigation__menu--item__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--rt-primary);
}

/* pop up  */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: var(--rt-primary, #ff6b6b);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 100000;
}

.popup-close:hover {
  background: var(--rt-secondary, #333);
  transform: scale(1.1);
}

.popup-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
/* new off  */
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--rt-white);
  min-width: 220px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 1000;
}

.has-child:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li {
  border-bottom: 1px solid var(--rt-line);
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu a {
  color: var(--rt-heading);
  padding: 12px 20px;
  display: block;
  transition: var(--transition);
}

.header__right {
  display: flex;
  align-items: center;
}

.header__right--item {
  display: flex;
  align-items: center;
}

.lang__trigger,
.search__trigger,
.menu__trigger {
  margin-left: 20px;
  color: var(--rt-white);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.lang__trigger {
  position: relative;
}

.translate__lang {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--rt-white);
  min-width: 150px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 1000;
}

.lang__trigger:hover .translate__lang {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.translate__lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.translate__lang a {
  color: var(--rt-heading);
  padding: 10px 15px;
  display: block;
  transition: var(--transition);
}

.translate__lang a:hover,
.translate__lang a.active {
  background-color: var(--light-white);
  color: var(--rt-primary);
}

.color-info {
  background-color: var(--rt-white);
  padding: 25px;
  border-radius: var(--rt-radius);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.color-info h2 {
  color: var(--rt-primary);
  margin-bottom: 15px;
  border-bottom: 1px solid var(--rt-line);
  padding-bottom: 10px;
  font-family: var(--rufina);
}

.color-box {
  width: 150px;
  height: 100px;
  background-color: var(--rt-primary);
  border-radius: var(--rt-radius);
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rt-white);
  font-weight: var(--f-bold);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.color-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.color-detail-item {
  background-color: var(--light-white);
  padding: 15px;
  border-radius: var(--rt-radius);
  border-left: 4px solid var(--rt-primary);
}

/* Mobile responsiveness */
@media (max-width: 991px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  .top-bar-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  #meta1 {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .header__menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-bar-meta {
    flex-wrap: wrap;
  }

  .top-bar-meta li {
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  .top-bar {
    padding: 8px 0;
  }

  .top-bar-meta {
    font-size: 12px;
  }
}

/* From Uiverse.io by ernestnash */
.rts-theme-btn {
  max-width: max-content;
  transition: var(--transition);
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 30px;
  background: var(--rt-primary-2);
  color: var(--rt-white);
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  border-radius: 30px;
  border: none;
}

.rts-theme-btn::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  left: -70%;
  background: var(--rt-secondary);
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  border-radius: inherit;
}

.rts-theme-btn.btn-arrow span {
  transform: rotate(-35deg);
  margin-left: 10px;
  transition: var(--transition);
}

.rts-theme-btn:hover::before {
  opacity: 1;
  left: 0;
}

.rts-theme-btn.btn-arrow {
  min-width: 180px;
}

.rts-theme-btn.btn-arrow:hover span {
  transform: rotate(0) !important;
}

.navigation__menu--item ul.submenu,
.navigation__menu--item .sub__style {
  position: absolute;
  top: 100%;
  min-width: 250px;
  background: var(--rt-white);
  z-index: 1024;
  display: inline-block;
  opacity: 0;
  padding: 0 0;
  transform: scaleY(0);
  transform-origin: top center;
  visibility: hidden;
  transition: var(--transition);
  left: 0;
}

.navigation__menu--item ul.submenu li,
.navigation__menu--item .sub__style li {
  position: relative;
  display: block;
  padding: 15px;
}

.navigation__menu--item ul.submenu li a,
.navigation__menu--item .sub__style li a {
  padding: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  color: var(--rt-heading);
  text-decoration: none;
  display: inline-block;
}

/* Existing submenu hover underline */
.navigation__menu--item ul.submenu li a::before,
.navigation__menu--item .sub__style li a::before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--rt-primary-2);
  transition: var(--transition);
}

.navigation__menu--item ul.submenu li a:hover::before,
.navigation__menu--item .sub__style li a:hover::before {
  width: 100%;
}

/* ðŸ‘‡ Add this block for main menu links */
.navigation__menu--item__link {
  position: relative;
  display: inline-block;
  /* ensures underline aligns properly */
}

.navigation__menu--item__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--rt-primary-2);
  transition: var(--transition);
}

.navigation__menu--item__link:hover::before {
  width: 100%;
}

.navigation__menu--item ul.submenu li:hover>a,
.navigation__menu--item .sub__style li:hover>a {
  color: var(--rt-primary-2);
}

.banner.v__2 {
  position: relative;
}

.banner.v__2 .banner__wrapper {
  max-width: 100%;
  min-width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .banner.v__2 .banner__wrapper {
    flex-direction: row;
  }
}

.banner.v__2 .banner__wrapper .banner__wrapper--bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner.v__2 .banner__wrapper .banner__wrapper--bg::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  inset: 0;
  background-image: url(../assets/svg/arrow__line.svg);
  z-index: 99;
}

.banner.v__2 .banner__wrapper .banner__wrapper--bg>* {
  position: relative;
  z-index: 999;
}

.banner.v__2 .banner__wrapper .banner__wrapper--bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 33.79%,
      rgba(0, 0, 0, 0.7) 86.31%);
}

.banner.v__2 .banner__wrapper .banner__slides--container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
  height: 600px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 992px) {
  .banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
    align-items: center;
    justify-content: center;
    height: 750px;
  }
}

.banner.v__2 .banner__wrapper .banner__slides--content {
  max-width: 550px;
}

@media screen and (max-width: 992px) {
  .banner.v__2 .banner__wrapper .banner__slides--content {
    padding-bottom: 150px;
  }
}

.banner.v__2 .banner__wrapper .banner__slides--content--sub {
  color: var(--rt-primary-2);
  display: inline-flex;
  gap: 10px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  font-weight: 400;
  text-transform: capitalize;
  background: rgb(250 165 29 / 85%);
  padding: 10px 14px;
  border-radius: 50px;
  backdrop-filter: blur(8px) brightness(1.1);
  -webkit-backdrop-filter: blur(8px) brightness(1.1);
  /* Safari support */
}

.banner.v__2 .banner__wrapper .banner__slides--content--title {
  color: var(--rt-white);
  margin-bottom: 40px;
  line-height: 74px;
  font-size: 4rem;
}

@media screen and (max-width: 992px) {
  .banner.v__2 .banner__wrapper .banner__slides--content--title {
    text-align: left;
    line-height: 50px;
  }
}

.banner.v__2 .banner__wrapper .banner__slides--content .rts-theme-btn::before {
  background: var(--rt-secondary);
}

.banner.v__2 .banner__wrapper .banner__slides--content .rts-theme-btn:hover {
  color: var(--rt-primary-1) !important;
}

.banner.v__2 .banner__wrapper .banner__slides--navigation {
  position: absolute;
  z-index: 9;
  bottom: 100px;
  right: 200px;
}

@media screen and (max-width: 992px) {
  .banner.v__2 .banner__wrapper .banner__slides--navigation {
    left: 200px;
    right: unset;
  }
}

@media screen and (max-width: 576px) {
  .banner.v__2 .banner__wrapper .banner__slides--navigation {
    left: 30px;
  }
}

.banner.v__2 .banner__wrapper .banner__slides--navigation--single {
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
}

.banner.v__2 .banner__wrapper .banner__slides--navigation--single:not(:last-child) {
  margin-bottom: 50px;
}

.banner.v__2 .banner__wrapper .banner__slides--navigation--single::before {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: #4a4a4a;
}

@media screen and (max-width: 992px) {
  .banner.v__2 .banner__wrapper .banner__slides--navigation--single::before {
    left: 0;
  }
}

.banner.v__2 .banner__wrapper .banner__slides--navigation--single:after {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: var(--rt-primary-1);
  left: -90%;
  opacity: 0;
  transition: var(--transition);
}

.banner.v__2 .banner__wrapper .banner__slides--navigation--single:hover::after {
  opacity: 1;
  left: 0;
}

.banner.v__2 .banner__wrapper .banner__slides--navigation--single .nav__title {
  margin-bottom: 10px;
  color: var(--rt-white);
}

.banner.v__2 .banner__wrapper .banner__slides--navigation--single .nav__description {
  color: var(--rt-white);
}

.banner.v__2 .banner__slides--content--sub {
  animation: none;
  transition-delay: 0.8s;
  display: block;
}

.banner.v__2 .banner__slides--content--title {
  animation: none;
  transition-delay: 1.2s;
  display: block;
}

.banner.v__2 .banner__slides--content .rts-theme-btn {
  animation: none;
  transition-delay: 2.2s;
  display: block;
  text-align: center;
}

.banner.v__2 .swiper-slide-active .banner__slides--content {
  opacity: 1;
}

.banner.v__2 .swiper-slide-active .banner__slides--content--sub {
  animation: slideInUp3 1s;
  animation-delay: 0.8s;
  opacity: 1;
}

.banner.v__2 .swiper-slide-active .banner__slides--content--title {
  animation: fadeInUp 1.2s;
  animation-delay: 1.2s;
  opacity: 1;
}

.banner.v__2 .swiper-slide-active .banner__slides--content .rts-theme-btn {
  animation: fadeInUp 0.8s;
  animation-delay: 2.2s;
  opacity: 1;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.about.v__2 .about__left--content {
  position: relative;
  display: flex;
  gap: 30px;
}

.about__right--content--description {
  margin: 5px !important;
}

.about.v__2 .about__left--content--left {
  margin-top: 40px;
}

.about.v__2 .about__left--content--center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.rts__circle.v__1 {
  background: var(--rt-primary-2);
  border: 1px solid var(--rt-white);
  border-radius: 50%;
}

.rts__circle svg {
  height: 156px;
  width: 156px;
  position: relative;
  padding: 5px;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rts__circle svg text textPath {
  font-size: 13px;
  fill: var(--rt-white);
  font-family: var(--font-secondary);
}

.rts__circle--icon {
  position: absolute;
  top: 28%;
  left: 28%;
  transform: translate(-50%, -50%);
}

.rts__circle--icon img {
  max-height: 70px;
}

.about.v__2 .about__right--content--sub {
  color: var(--rt-primary-2);
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  font-weight: 500;
}

.about.v__2 .about__right--content--title {
  margin-bottom: 30px;
}

.about.v__2 .about__right--content--vision {
  margin-bottom: 50px;
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

.about.v__2 .about__right--content--vision .mision,
.about.v__2 .about__right--content--vision .vision {
  display: flex;
  gap: 25px;
  align-items: center;
  border: 1px solid var(--rt-primary-2);
  padding: 13px 26px;
  background: var(--light-white);
}

.about.v__2 .about__right--content--vision .mision__icon,
.about.v__2 .about__right--content--vision .vision__icon {
  min-width: 50px;
  height: 50px;
}

.about.v__2 .about__right--content--vision .mision__title,
.about.v__2 .about__right--content--vision .vision__title {
  font-size: 18px;
  font-weight: 500;
  color: var(--rt-primary-2);
  font-family: var(--font-primary);
}

.about__left--content--left,
.about__left--content--right {
  height: 500px;
}

.about__left--content--left img,
.about__left--content--right img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.rts-funfact-wrapper {
  background: var(--rt-primary-2);
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
}

.rts-funfact-wrapper .single-cta-item {
  max-width: 160px;
  position: relative;
}

.rts-funfact.v__2 .single-cta-item__title {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 3.5rem;
}

.rts-funfact-wrapper .single-cta-item h2 {
  color: var(--rt-white);
  margin-bottom: 15px;
  font-family: var(--font-secondary);
}

.rts-funfact-wrapper .single-cta-item p {
  color: var(--rt-white);
  text-transform: capitalize;
}

.rts-funfact-wrapper .single-cta-item:not(:last-child):after {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #af2944;
  content: "";
  top: 0;
  right: -70px;
}

.rts-section-padding {
  padding: 120px 0;
}

.rt-center {
  text-align: center;
}

.rts__section--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.rts__section--wrapper.v__5 {
  justify-content: center;
  margin-bottom: 40px;
}

.program .rts__section--wrapper .rts__section--title {
  margin-bottom: 10px;
}

.rts__section--title {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -15px;
  font-size: 50px;
}

.rts__section--wrapper.v__5 .rts__section--title {
  text-transform: capitalize;
  font-size: 3rem;
}

/* ======= Program Area CSS ======= */
.program__single--item {
  padding: 60px;
  position: relative;
  z-index: 1;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .program__single--item {
    padding: 38px;
  }
}

.program__single--item * {
  position: relative;
}

.program__single--item::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #ededed;
  transition: var(--transition);
}

.program__single--item:hover::before {
  opacity: 0;
}

.program__single--item:hover .program__single--item--title,
.program__single--item:hover .program__single--item--list--item p {
  color: var(--rt-white);
}

.program__single--item:hover .program__single--item--list--item .link__list {
  color: var(--rt-white);
  border-color: var(--rt-white);
}

.program__single--item:hover .program__single--item--list--item .link__list:hover {
  border-color: var(--rt-primary-1);
}

.program__single--item--bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.program__single--item--bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.program__single--item--bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.program__single--item.v__2::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--rt-primary-2);
  transition: var(--transition);
}

.program__single--item.v__2 .program__single--item--title {
  color: var(--rt-white);
}

.program__single--item.v__2 .program__single--item--list--item .link__list {
  color: var(--rt-white);
  border-color: var(--rt-white);
}

.program__single--item--title {
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.program__single--item--list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.program__single--item--list--item {
  margin: 0 0;
}

.program__single--item--list--item .link__list {
  padding: 11px 20px;
  border: 1px solid var(--rt-heading);
  display: inline-flex;
  color: var(--rt-heading);
  gap: 10px;
  transition: var(--transition);
  text-decoration: none;
}

.program__single--item--list--item .link__list:hover {
  background: var(--rt-primary-1);
  color: var(--rt-white);
  border-color: var(--rt-primary-1);
}

.program__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}

.program__list li {
  color: #000000;
  display: flex;
  gap: 6px;
}

.campus {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

/* 
  .rts__primary__bg-2 {
      background: #890C25;
  } */

.rts__section--wrapper.v__6 {
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .rts__section--wrapper.v__6 {
    justify-content: center;
    align-items: center;
  }
}

.rts__section--wrapper.v__6 .rts__section--wrapper--description {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  /* color: var(--rt-white); */
}

@media screen and (max-width: 768px) {
  .rts__section--wrapper.v__6 .rts__section--wrapper--description {
    margin-top: 0;
    max-width: 100%;
  }
}

.rts__section--wrapper.v__6 .rts__section--wrapper--title {
  font-size: 65px;
  text-align: right;
  /* color: var(--rt-white); */
  position: relative;
  line-height: 1.2;
}

@media screen and (max-width: 576px) {
  .rts__section--wrapper.v__6 .rts__section--wrapper--title {
    font-size: 40px;
  }
}

.rts__section--wrapper.v__6 .rts__section--wrapper--title::before {
  position: absolute;
  content: "";
  background-image: url(../assets/svg/highlight.svg);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  right: -40px;
}

.rts__section--wrapper.v__6 .rts__section--wrapper--title span {
  display: block;
}

@media screen and (max-width: 768px) {
  .rts__section--wrapper.v__6 .rts__section--wrapper--title span {
    display: inline-block;
  }
}

.campus {
  position: relative;
}

.campus>* {
  position: relative;
  z-index: 2;
}

.campus .rts__shape {
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .campus .rts__shape {
    display: none;
  }
}

.campus .rts__shape--1 {
  position: absolute;
  top: 15%;
  left: 25%;
}

.campus .rts__shape--2 {
  position: absolute;
  top: 50%;
  left: 3%;
}

.campus .rts__shape--3 {
  position: absolute;
  right: 20%;
  top: 25%;
}

.rts__shape--4 {
  position: absolute;
  bottom: 9%;
  left: 27%;
}

.rts__shape--5 {
  position: absolute;
  top: 15%;
  right: 5%;
}

.rts__shape--6 {
  position: absolute;
  bottom: 20%;
  right: 2%;
}

/* FLOAT ANIMATION */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ROTATE ANIMATION (optional) */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Common style for all shapes */
.rts__shape img {
  animation: float 6s ease-in-out infinite;
  opacity: 0;
  animation-fill-mode: forwards;
  filter: invert(45%) sepia(91%) saturate(500%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

/* Individual delays so shapes don't move together */
.rts__shape--1 {
  animation-delay: 0.3s;
}

.rts__shape--2 {
  animation-delay: 0.6s;
}

.rts__shape--3 {
  animation-delay: 0.9s;
}

.rts__shape--4 {
  animation-delay: 1.1s;
}

.rts__shape--5 {
  animation-delay: 1.4s;
}

.rts__shape--6 {
  animation-delay: 1.7s;
}

/* Extra options if you want slow rotation */
.rts__shape--3 {
  animation: float 6s ease-in-out infinite, rotate 20s linear infinite;
}

.campus__single--item--title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 0;
}

.campus__single--item--title a {
  display: inline-flex;
  gap: 10px;
  color: var(--rt-primary);
  position: relative;
  align-items: center;
  text-decoration: none;
}

.campus__single--item--title a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10%;
  height: 1px;
  background: var(--rt-primary);
  transition: var(--transition);
  opacity: 0;
  left: 0;
}

.campus__single--item:hover span {
  transform: rotate(0);
}

.campus__single--item--thumb {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.campus__single--item--title a span {
  transform: rotate(-30deg);
  transition: var(--transition);
}

.campus__single--item--thumb img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.campus__single--item:hover .campus__single--item--thumb img {
  transform: scale(1.1);
}

.campus__single--item:hover .campus__single--item--title a::before {
  opacity: 1;
  width: 90%;
}

.rts-scholarship>* {
  position: relative;
  z-index: 1;
}

.rts-scholarship.rts-scholarship-bg {
  background-image: url(../assets/images/white-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.rts-scholarship.rts-section-height {
  height: 350px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .rts-scholarship.rts-section-height {
    padding: 80px 0;
    height: 100%;
  }
}

.rts-scholarship-info {
  text-align: center;
}

.rts-scholarship-info .rts-section-title {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.rts-scholarship-info .rts-section-title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.rts-scholarship-info p {
  text-align: center;
}

.rts-scholarship-info .rts-s--rt-secondary-btn {
  margin-top: 35px;
}

.rts__section--wrapper.v__7 {
  flex-direction: column;
  align-items: self-start;
}

.rts__section--wrapper.v__7 .rts__section--title {
  color: var(--rt-heading);
}

.rts__section--wrapper.v__7 .rts__section--title {
  margin-bottom: 25px;
  text-transform: capitalize;
}

.rts__section--wrapper.v__7 .rts__section--description {
  margin-bottom: 50px;
  color: var(--body-color);
}

.rts__section--wrapper.v__7 .rts__section--subheading {
  display: flex;
  gap: 15px;
  text-transform: capitalize;
  width: 100%;
  color: var(--rt-primary-1);
  font-family: var(--font-primary);
}

.rts-section-padding {
  padding: 80px 0;
}

.rts__section--wrapper.v__7 {
  padding-right: 30px;
}

.rts__section--title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}

.rts__section--description {
  color: #666;
  margin-bottom: 40px;
  /* max-width: 90%; */
}

.single-cta-item {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 30px;
  vertical-align: top;
}

.single-cta-item__title {
  font-size: 48px;
  font-weight: 700;
  color: var(--rt-primary);
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.single-cta-item__title::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: -30px;
  font-size: 36px;
}

.single-cta-item p {
  font-size: 16px;
  color: #666;
  max-width: 180px;
  margin-bottom: 0;
}

/* Tution Box Styles */
.tution {
  background: white;
  /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  margin: 40px auto 0px;
}

/* Section Title Styles */
.rts__section--title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.rts__section--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--secondary);
  border-radius: 2px;
}

.rts__section--description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* Stats Section */
.single-cta-item {
  text-align: center;
  padding: 25px 15px;
  border-radius: 12px;
  background: rgba(139, 69, 19, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.single-cta-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: rgba(139, 69, 19, 0.1);
}

.single-cta-item__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

/* News Section */
.news-updates-section {
  background: linear-gradient(135deg, var(--dark) 0%, #1a2f2f 100%);
  border-radius: 20px;
  padding: 35px 30px;
  color: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.news-updates-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--secondary);
  border-radius: 2px;
}

.news-scroll-container {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.news-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.news-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.news-badge {
  background: var(--secondary);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 5px;
}

.news-content {
  flex-grow: 1;
}

.news-title {
  font-size: 1.05rem;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #fff;
}

.news-date {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Custom Scrollbar */
.news-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.news-scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.news-scroll-container::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .rts__section--title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .single-cta-item {
    margin-bottom: 15px;
  }

  .news-updates-section {
    padding: 25px 20px;
  }
}

.rts__section--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.rts__section--wrapper.v__8 .rts__section--title {
  text-transform: capitalize;
}

.rts__section--title {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -15px;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.rts-nbg-btn {
  font-weight: 500;
  position: relative;
  color: var(--rt-primary-1);
  text-transform: capitalize;
}

.rts__section--wrapper.v__8 .rts__section--link .rts-nbg-btn::before {
  background: transparent;
}

.rts-nbg-btn::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: var(--rt-primary-1);
  bottom: -2px;
  border-radius: inherit;
}

.rts-nbg-btn {
  font-weight: 500;
  position: relative;
  color: var(--rt-primary-1);
  text-transform: capitalize;
}

.rts__section--wrapper.v__8 .rts__section--link .rts-nbg-btn span {
  transform: rotate(0);
}

.rts-nbg-btn.btn-arrow span {
  transform: rotate(-35deg);
  margin-left: 5px;
  display: inline-block;
  transition: var(--transition);
}

.blog__single--item {
  display: flex;
  gap: 30px;
  align-items: center;
  border: 1px solid var(--rt-line);
  padding: 20px 35px 20px 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 0.5);
}

.blog__single--item--link {
  overflow: hidden;
  min-height: 280px;
  min-width: 280px;
}

.blog__single--item--link img {
  width: 100%;
  transform: scale(1);
  transition: var(--transition);
}

.blog__single--item--meta .blog__cat {
  padding: 6px 15px;
  background: #ffeaee;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 100%;
  color: var(--rt-primary-2);
}

.blog__single--item--title {
  margin-bottom: 15px;
}

.blog__single--item--title a {
  color: var(--rt-secondary);
  transition: var(--transition);
  line-height: 34px;
}

.blog__single--item--info {
  gap: 10px;
  flex-wrap: wrap;
}

.blog__single--item--info {
  display: flex;
  gap: 10px;
}

.blog__single--item--info .author,
.blog__single--item--info .date {
  display: flex;
  gap: 8px;
  align-items: center;
}

.blog__single--item--info .author span i,
.blog__single--item--info .date span i {
  color: var(--rt-primary-2);
  font-weight: 300;
}

.testimonials-section {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}

.testimonial-card {
  display: flex;
  gap: 40px;
  background: white;
  padding: 40px;
  border-radius: 12px;
  height: 100%;
}

.testimonial-left {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.testimonial-image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.play-button:hover {
  background: white;
  transform: scale(1.1);
}

.play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #d946a6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

.testimonial-right {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-mark {
  font-size: 64px;
  color: #d946a6;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 300;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.stars {
  display: flex;
  gap: 4px;
  font-size: 18px;
}

.star {
  color: #ffc107;
}

.star.empty {
  color: #e0e0e0;
}

.rating-text {
  color: var(--rt-primary);
  font-weight: 600;
  font-size: 16px;
}

.testimonial-text {
  color: #888;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #d946a6;
  object-fit: cover;
  flex-shrink: 0;
}

.author-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d946a6;
  width: 28px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column;
    gap: 30px;
  }

  .testimonial-left,
  .testimonial-right {
    flex: 0 0 100%;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .testimonial-text {
    font-size: 14px;
  }
}

/* Footer Styles */
.rts-footer.v_2 {
  color: var(--rt-white);
  background: url("../assets/images/banner4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.rts-footer.v_2::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: var(--rt-primary-2);
  opacity: 0.86;
  z-index: 1;
}

.rts-footer.v_2>* {
  position: relative;
  z-index: 2;
}

.rts-footer.v_2 .container .row .col-lg-4 {
  padding: 0 30px !important;
}

.rts-footer.rts-footer-padding {
  padding: 80px 0 0px;
}

.rts-footer-widget {
  margin-bottom: 30px;
}

.rts-footer-logo img {
  width: 100%;
  height: 50px !important;
}

.rts-footer-widget p {
  color: #f5f5f5;
  margin-bottom: 25px;
  line-height: 1.7;
}

.rts-contact-link a {
  display: flex;
  align-items: center;
  color: #b0b0b0;
  text-decoration: none;
  margin-bottom: 15px;
  transition: var(--transition);
}

.rts-contact-link a i {
  margin-right: 12px;
  color: var(--rt-primary-2);
  width: 20px;
  text-align: center;
}

.rts-contact-link a:hover {
  color: var(--rt-primary-2);
}

.rts-footer-widget h6 {
  color: var(--rt-white);
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
}

.rts-footer-widget h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #faa71d;
}

.rts-footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rts-footer-menu ul li {
  margin-bottom: 12px;
}

.rts-footer-menu ul li a {
  color: #f5f5f5;
  text-decoration: none;
  transition: var(--transition);
  display: block;
}

.rts-footer-menu ul li a:hover {
  color: #faa71d;
  padding-left: 5px;
}

.rts-post-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rts-post-widget ul .single-post {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.rts-post-widget ul .single-post .blog-thumb {
  flex-shrink: 0;
}

.rts-post-widget ul .single-post .blog-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.rts-post-widget ul .single-post .post-content span.rt-date {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.rts-post-widget ul .single-post .post-content a {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: var(--transition);
  display: block;
}

.rts-post-widget ul .single-post .post-content a:hover {
  color: var(--rt-primary-2);
}

.contact-info {
  margin-top: 20px;
}

.contact-info p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #f5f5f5;
}

.contact-info p i {
  margin-right: 12px;
  color: #faa71d;
  margin-top: 3px;
}

.rts-footer-copy-right.v_1 {
  padding: 15px 0;
  border-top: 1px solid #ffffff5c;
}

.rts-footer-copy-right.v_1 p {
  margin: 0;
  color: #b0b0b0;
  font-size: 14px;
}

.rts-footer-copy-right.v_1 a {
  color: var(--rt-primary-2);
  text-decoration: none;
}

.rts-footer-copy-right.v_1 a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .rts-footer-widget.ml--30 {
    margin-left: 0 !important;
  }

  .rts-footer.rts-footer-padding {
    padding: 60px 0 30px;
  }
}

@media (max-width: 768px) {
  .rts-footer-widget {
    margin-bottom: 40px;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

.rts-footer-logo {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.new-tag {
  display: inline-block;
  background-color: #ff4d4d;
  /* red highlight */
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 8px;
  text-transform: uppercase;
  vertical-align: middle;
}

.saints-img img {
  max-height: 70px;
  margin-left: 12px;
}

.rts-breadcrumb.breadcrumb-height {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rts-breadcrumb.breadcrumb-height::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .rts-breadcrumb.breadcrumb-height {
    height: auto;
    padding: 60px 0;
  }
}

.rts-breadcrumb.breadcrumb-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rts-breadcrumb>* {
  position: relative;
  z-index: 1;
}

.rts-breadcrumb .breadcrumb-content {
  text-align: center;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb {
  color: var(--rt-white);
  margin-bottom: 15px;
  justify-content: center;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb li {
  margin: 0;
  padding: 0;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb li a {
  color: var(--rt-white);
}

.rts-breadcrumb .breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  content: "\f054";
  font-family: var(--fontawesome);
  font-weight: 100;
  font-size: 14px;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb-item.active {
  color: var(--rt-white);
  text-transform: capitalize;
}

.rts-breadcrumb .breadcrumb-content .section-title {
    color: var(--rt-white);
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8) !important;
}

.rts-breadcrumb.sc__version {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .rts-breadcrumb.sc__version {
    height: 300px;
  }
}

.rts-breadcrumb.sc__version::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.rts-breadcrumb.sc__version .rts__section--subheading {
  display: inline-block;
  color: var(--rt-white);
}

/* Popup Modal Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-modal {
  background: white;
  border-radius: 0 0 20px 20px;
  width: 90%;
  max-width: 800px;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.popup-overlay.active .popup-modal {
  transform: translateY(0);
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background: #2c5aa0;
  color: white;
}

.popup-title {
  font-size: 18px;
  font-weight: 600;
}

.popup-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.popup-close:hover {
  transform: rotate(90deg);
}

.popup-content {
  padding: 0;
}

.advertisement-slider {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.ad-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ad-slide.active {
  opacity: 1;
}

.ad-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.ad-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  text-align: center;
}

.ad-caption h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

.ad-caption p {
  font-size: 16px;
  opacity: 0.9;
}

.popup-controls {
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 15px;
}

.popup-btn {
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #2c5aa0;
  color: white;
}

.btn-primary:hover {
  background: #1d3d6f;
  transform: translateY(-2px);
}

.btn-secondary {
  background: #f8f9fa;
  color: #333;
  border: 1px solid #ddd;
}

.btn-secondary:hover {
  background: #e9ecef;
}

.slide-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s ease;
}

.indicator.active {
  background: #2c5aa0;
}

/* Demo trigger button */
.demo-trigger {
  display: block;
  margin: 30px auto;
  padding: 15px 40px;
  background: #2c5aa0;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.demo-trigger:hover {
  background: #1d3d6f;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(44, 90, 160, 0.3);
}

/* Settings Panel */
.settings-panel {
  background: white;
  border-radius: 12px;
  padding: 25px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.settings-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #2c5aa0;
  text-align: center;
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.setting-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.setting-option label {
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .advertisement-slider {
    height: 300px;
  }

  .popup-modal {
    width: 95%;
  }

  .ad-caption h3 {
    font-size: 18px;
  }

  .ad-caption p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .advertisement-slider {
    height: 250px;
  }

  .popup-controls {
    flex-direction: column;
  }

  .popup-btn {
    width: 100%;
  }
}

.about__right--content--sub {
  color: var(--rt-primary-2);
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  font-weight: 500;
}

.rts-about-university .rts-section {
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 50px;*/
  align-items: center;
  /*border-bottom: 1px solid #DDDDDD;*/
  /*padding-bottom: 50px;*/
}

@media screen and (max-width: 768px) {
  .rts-about-university .rts-section {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.rts-about-university .rts-section-description {
  border-left: 1px solid #c0c0c0;
  padding-left: 45px;
}

@media screen and (max-width: 768px) {
  .rts-about-university .rts-section-description {
    padding-left: 0;
    border: none;
  }
}

.rts-about-section {
  height: 535px;
}

@media screen and (max-width: 992px) {
  .rts-about-section {
    height: 100%;
  }
}

.rts-about-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rts-about-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rts-about-details .single-about-info {
  background: var(--rt-primary);
  padding: 30px 30px 35px 40px;
}

.rts-about-details .single-about-info .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.rts-about-details .single-about-info .content h3 {
  margin-bottom: 0;
  color: var(--rt-white);
  font-size: 40px;
}

.rts-about-details .single-about-info .desc p {
  color: var(--rt-white);
  margin-bottom: 0;
}

.rts-about-university .rts-section .rts-section-title {
  font-size: 2.75rem;
}

.rts-history-image {
  height: 550px;
}

.rts-history-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.rts-history-section {
  padding-left: 30px;
}

.rts-section-title1 {
  font-size: 40px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.rts-section-title {
  font-size: 40px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.rts-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #faa71d;
  border-radius: 2px;
}

.mb--30 {
  margin-bottom: 30px;
}

.philosophy {
  padding: 100px 0;
  background: url("../assets/images/banner1.jpg") no-repeat center center/cover;
  color: var(--rt-white);
  text-align: center;
  position: relative;
  /* required for ::before */
  z-index: 1;
  /* ensure content stays above overlay */
}

.philosophy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--rt-primary);
  opacity: 0.8;
  z-index: -1;
  /* overlay behind content, above background */
}

.philosophy-title {
  color: var(--rt-white);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.philosophy-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--rt-white);
  border-radius: 2px;
}

.philosophy-content {
  max-width: 900px;
  margin: 0 auto;
}

.philosophy-content p {
  color: var(--rt-white);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.95;
}

.philosophy-quote {
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 40px 0;
  padding: 40px;
  border-left: 5px solid var(--rt-white);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
  text-align: left;
  backdrop-filter: blur(10px);
}

.philosophy-quote::before {
  content: '"';
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: serif;
}

.philosophy-quote::after {
  content: '"';
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-family: serif;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .philosophy {
    padding: 70px 0;
  }

  .philosophy-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .philosophy-content p {
    font-size: 1.1rem;
  }

  .philosophy-quote {
    font-size: 1.2rem;
    padding: 30px 25px;
    margin: 30px 0;
  }

  .philosophy-quote::before,
  .philosophy-quote::after {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .philosophy-title {
    font-size: 1.8rem;
  }

  .philosophy-quote {
    font-size: 1.1rem;
    padding: 25px 20px;
    text-align: center;
    border-left: none;
    border-top: 5px solid var(--rt-white);
  }

  .philosophy-quote::before {
    top: 5px;
    left: 15px;
  }

  .philosophy-quote::after {
    bottom: -15px;
    right: 15px;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .rts-mission .rts-timeline-section .rts-timeline-content {
    gap: 30px;
  }
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content {
    flex-wrap: wrap;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .left-side {
  margin-top: 90px;
  position: relative;
  left: -20px;
}

@media screen and (max-width: 1200px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .left-side {
    left: 0;
  }
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .left-side {
    margin-top: 0;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item {
    text-align: center;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item p {
  max-width: 500px;
  margin-right: 0;
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item p {
    max-width: 100%;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item {
  position: relative;
  text-align: right;
}

.rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item h5 {
  margin-bottom: 10px;
  position: relative;
  font-size: 25px;
}

.rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  background: #d9d9d9;
  top: 15px;
  right: -25%;
}

@media screen and (max-width: 1200px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
    right: -7%;
    display: block;
    width: 30px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
    display: none;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .single-timeline-item p {
  max-width: 500px;
  margin-right: 0;
  margin-bottom: 30px;
}

.rts-mission .rts-timeline-section .rts-timeline-content .right-side {
  margin-top: 40px;
  position: relative;
  right: -20px;
}

@media screen and (max-width: 1200px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side {
    right: 0;
  }
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side {
    margin-top: 20px;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item {
    text-align: center;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5 {
  margin-bottom: 10px;
  position: relative;
}

.rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  background: #d9d9d9;
  top: 15px;
  left: -25%;
}

@media screen and (max-width: 1200px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
    left: -7%;
    display: block;
    width: 30px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
    display: none;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item p {
  max-width: 500px;
  margin-left: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .rts-mission .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item p {
    max-width: 100%;
  }
}

.rts-mission .rts-timeline-section .rts-timeline-content .separator {
  position: relative;
}

.rts-mission .rts-timeline-section .rts-timeline-content .separator::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
  width: 1px;
  background: #d9d9d9;
  content: "";
}

.rts-mission .container {
  max-width: 1290px;
  width: 100%;
}

.vision-mission-section {
  padding: 80px 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.align-center {
  align-items: center;
}

.col6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.vision-section,
.mission-section {
  background: var(--rt-white);
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  border: 1px solid #ddd;
}

.vision-mission-section .section-title {
  color: var(--rt-secondary);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
  text-transform: capitalize;
}

.section-text {
  color: var(--rt-body);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.section-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: var(--rt-primary);
  border-radius: 50%;
}

.vision-img,
.mission-img {
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
}

.vision-img img,
.mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.vision-img:hover img,
.mission-img:hover img {
  transform: scale(1.05);
}

/* Remove icons */
.illustration {
  display: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .vision-mission-section {
    padding: 60px 0;
  }

  .col6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .vision-section,
  .mission-section {
    padding: 40px 30px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .vision-img,
  .mission-img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }

  .section-text {
    font-size: 1rem;
    padding-left: 15px;
  }

  .vision-section,
  .mission-section {
    padding: 30px 25px;
  }

  .vision-img,
  .mission-img {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .vision-mission-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .vision-section,
  .mission-section {
    padding: 25px 20px;
  }
}

.rts-contact-info .contact-information .single-contact {
  background: #f6f6f6;
  text-align: center;
  padding: 50px;
}

@media screen and (max-width: 1200px) {
  .rts-contact-info .contact-information .single-contact {
    padding: 25px;
  }
}

.rts-contact-info .contact-information .single-contact__single .icon {
  margin-bottom: 30px;
}

.rts-contact-info .contact-information .single-contact__single .icon i {
  font-size: 64px;
  color: var(--rt-primary-1);
}

.rts-contact-info .contact-information .single-contact__single p {
  color: var(--rt-secondary);
  font-weight: 500;
  line-height: 30px;
}

.rts-contact-info .contact-information .single-contact__single p.rt-regular {
  font-weight: 400 !important;
}

.rts-contact-info .contact-information .single-contact__single .method {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rts-contact-info .contact-information .single-contact__single .method a {
  font-size: 20px;
  font-weight: 500;
  color: var(--rt-secondary);
}

.contact-method__single {
  position: relative;
}

.contact-method__single::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.contact-method__single .contact-img-bg img {
  min-height: 370px;
  max-height: 370px;
  width: 100%;
  object-fit: cover;
}

.contact-method__single .contact-text {
  padding: 60px 50px;
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 100%;
  color: var(--rt-white);
}

.contact-method__single .contact-text h3.contact-title {
  color: var(--rt-white);
  margin-bottom: 20px;
}

.contact-method__single .contact-text .description {
  color: var(--rt-white);
  font-size: 20px;
  font-weight: 500;
}

.contact-method__single .contact-text .contact-link {
  position: absolute;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-method__single .contact-text .contact-link a {
  color: var(--rt-white);
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.contact-map {
  height: 470px;
}

.single-timeline-item img {
  max-width: 529px;
  height: 388px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: var(--rt-white);
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  position: relative;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.popup-overlay.active .popup-content {
  transform: scale(1);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--rt-body);
  cursor: pointer;
  transition: color 0.3s ease;
}

.popup-close:hover {
  color: var(--rt-primary);
}

.tabs-container {
  margin-top: 30px;
}

/* Tabs Wrapper */
.tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
}

/* Tab Buttons */
.tab {
  padding: 12px 25px;
  cursor: pointer;
  background: #eee;
  margin-right: 5px;
  border-radius: 6px 6px 0 0;
  font-weight: 600;
  transition: 0.3s;
  font-size: 1.2rem;
}

/* ACTIVE TAB â€“ main requirement */
.tab.active {
  background: #faa71d;
  border: 2px solid #ddd;
  border-bottom: 2px solid transparent !important;
  /* removes bottom border to merge with content */
  margin-bottom: -2px;
  /* pulls it down to touch content box */
  position: relative;
  z-index: 3;
  color: #fff;
}

/* Tab Content Box */
.tab-content {
  display: none;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 0 6px 6px 6px;
  padding: 30px;
  padding-top: 50px;
  margin-top: -2px;
  position: relative;
  z-index: 2;
}

/* Active content visible */
.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.highlight-box {
  background-color: #f9f9f9;
  border-left: 4px solid #fdbb2d;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 5px 5px 0;
}

.content-with-image {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: 25px 0;
}

.content-with-image .text-content {
  flex: 1;
}

.content-with-image .image-side {
  flex: 0 0 300px;
  height: 350px;
}

.content-with-image .image-side img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }

  .tab {
    padding: 12px;
  }

  .content-with-image {
    flex-direction: column;
  }

  .content-with-image .image-side {
    flex: 1;
    width: 100%;
  }
}

.contactpage-section-title {
  position: relative;
  margin-bottom: 50px;
}

.contactpage-section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--rt-primary);
}

.contactpage-info-box {
  background-color: var(--rt-white);
  padding: 30px;
  border-radius: var(--rt-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: var(--transition);
}

.contactpage-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contactpage-info-box i {
  font-size: 30px;
  color: var(--rt-primary);
  margin-bottom: 15px;
}

.contactpage-info-box h5 {
  margin-bottom: 10px;
}

.contactpage-form-container {
  background-color: var(--rt-white);
  padding: 40px;
  border-radius: var(--rt-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contactpage-form-field {
  padding: 12px 15px;
  border: 1px solid var(--rt-border);
  border-radius: var(--rt-radius);
  margin-bottom: 20px;
  transition: var(--transition);
  width: 100%;
  font-family: var(--font-primary);
}

.contactpage-form-field:focus {
  border-color: var(--rt-primary);
  box-shadow: 0 0 0 0.2rem rgba(137, 12, 37, 0.25);
  outline: none;
}

.contactpage-form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: var(--f-medium);
  color: var(--rt-heading);
}

.contactpage-submit-btn {
  background-color: var(--rt-primary);
  border-color: var(--rt-primary);
  padding: 12px 30px;
  font-weight: var(--f-medium);
  transition: var(--transition);
  color: var(--rt-white);
  border: none;
  border-radius: var(--rt-radius);
  cursor: pointer;
}

.contactpage-submit-btn:hover {
  background-color: var(--rt-hover);
  border-color: var(--rt-hover);
}

.contactpage-map-container {
  border-radius: var(--rt-radius);
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contactpage-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--rt-primary);
  color: var(--rt-white);
  margin-right: 10px;
  transition: var(--transition);
}

.contactpage-social-links a:hover {
  background-color: var(--rt-hover);
  transform: translateY(-3px);
}

.contactpage-footer {
  background-color: var(--footer-bg);
  color: var(--rt-white);
  padding: 40px 0 20px;
}

.contactpage-footer h5 {
  color: var(--rt-white);
}

.contactpage-copyright {
  border-top: 1px solid var(--copyright-border);
  padding-top: 20px;
  margin-top: 30px;
}

.contactpage-header {
  background-color: var(--rt-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.contactpage-brand {
  color: var(--rt-primary);
  font-weight: var(--f-bold);
  font-size: var(--h4);
  text-decoration: none;
}

.contactpage-nav-link {
  color: var(--rt-heading) !important;
  font-weight: var(--f-medium);
  transition: var(--transition);
}

.contactpage-nav-link:hover,
.contactpage-nav-link.active {
  color: var(--rt-primary) !important;
}

.contactpage-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  padding: 100px 0;
}

.contactpage-hero-title {
  color: var(--rt-white);
  margin-bottom: 20px;
}

.contactpage-hero-subtitle {
  color: var(--rt-white);
  font-size: var(--p-m);
}

.contactpage-textarea {
  min-height: 150px;
  resize: vertical;
}

.contactpage-info-box .footer-social i {
  font-size: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: center;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--rt-white);
  text-decoration: none;
  transition: var(--transition);
}

.footer-social a:hover {
  transform: translateY(-3px);
}

.contact-link {
  text-decoration: none;
  color: inherit;
}

.contactpage-info-box p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .contactpage-form-container {
    padding: 20px;
  }

  .contactpage-hero {
    padding: 60px 0;
  }
}

.career-header {
  background-color: var(--rt-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.career-brand {
  color: var(--rt-primary);
  font-weight: var(--f-bold);
  font-size: var(--h4);
  text-decoration: none;
}

.career-nav-link {
  color: var(--rt-heading) !important;
  font-weight: var(--f-medium);
  transition: var(--transition);
}

.career-nav-link:hover,
.career-nav-link.active {
  color: var(--rt-primary) !important;
}

.career-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  padding: 100px 0;
}

.career-hero-title {
  color: var(--rt-white);
  margin-bottom: 20px;
}

.career-hero-subtitle {
  color: var(--rt-white);
  font-size: var(--p-m);
}

.career-job-card {
  background-color: var(--rt-white);
  border-radius: var(--rt-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: var(--transition);
  overflow: hidden;
}

.career-job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.career-job-header {
  background-color: var(--rt-primary);
  color: var(--rt-white);
  padding: 20px;
}

.career-job-title {
  font-size: var(--h5);
  margin-bottom: 5px;
  color: var(--rt-white);
}

.career-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.career-job-meta-item {
  display: flex;
  align-items: center;
  font-size: var(--p-xs);
}

.career-job-meta-item i {
  margin-right: 5px;
}

.career-job-body {
  padding: 25px;
}

.career-job-section {
  margin-bottom: 20px;
}

.career-job-section-title {
  font-size: var(--h6);
  color: var(--rt-primary);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.career-job-section-title i {
  margin-right: 8px;
}

.career-job-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.career-job-list li {
  margin-bottom: 8px;
}

.career-apply-btn {
  background-color: var(--rt-primary);
  color: var(--rt-white);
  border: none;
  padding: 10px 25px;
  border-radius: var(--rt-radius);
  font-weight: var(--f-medium);
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}

.career-apply-btn:hover {
  background-color: var(--rt-hover);
  color: var(--rt-white);
}

.gallery-section {
  padding: 60px 0;
}

.year-tabs {
  margin-bottom: 30px;
  border-bottom: 2px solid var(--rt-border);
}

.year-tab {
  background: none;
  border: none;
  padding: 12px 25px;
  font-weight: var(--f-medium);
  color: var(--rt-body);
  transition: var(--transition);
  position: relative;
  font-family: var(--font-primary);
}

.year-tab.active {
  color: var(--rt-primary);
}

.year-tab.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--rt-primary);
}

.year-tab:hover {
  color: var(--rt-primary);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-item {
  border-radius: var(--rt-radius);
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  background: var(--rt-white);
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.gallery-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-caption {
  padding: 15px;
}

.gallery-title {
  font-size: var(--h6);
  font-weight: var(--f-semi-bold);
  margin-bottom: 5px;
  color: var(--rt-heading);
}

.gallery-date {
  font-size: var(--p-xs);
  color: var(--rt-body);
}

.year-gallery {
  display: none;
}

.year-gallery.active {
  display: block;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

/* .lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
} */

.lightbox-image {
  width: auto;
  /* use original image width */
  height: auto;
  /* use original image height */
  object-fit: none;
  /* don't scale it */
  border-radius: 5px;
  display: block;
  /* removes spacing under image */
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  /* optional, for very large images */
  max-height: 90%;
  /* optional */
  overflow: auto;
  /* scroll if image is bigger than viewport */
}

/* .lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 5px;
} */


.lightbox-caption {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 15px;
  font-size: var(--p-m);
  display: none !important;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 15px;
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-nav:hover {
  color: var(--rt-primary);
}

/* okay  */
@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .gallery-image {
    height: 180px;
  }

  .year-tab {
    padding: 10px 15px;
    font-size: var(--p-s);
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-image {
    height: 220px;
  }
}

/* news drop down  */
/* Position the second-level dropdown (nested dropdown) */
.navigation__menu .submenu .has-child .submenu {
  position: absolute;
  top: 0;
  left: -270px;
  background: #fff;
  min-width: 200px;
  display: none;
  z-index: 9999;
  /* padding: 10px 0; */
}

/* Show nested dropdown on hover */
.navigation__menu .submenu .has-child:hover>.submenu {
  display: block;
}

/* Arrow icon spacing fix */
.navigation__menu .submenu .has-child>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* toggle bar style  */
.header__toggler .toggler-btn {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #000;
  margin-right: 15px;
}

@media (min-width: 991px) and (max-width: 2000px) {
  .header__logo img {
    height: 50px;
  }

  .saints-img img {
    max-height: 50px;
    margin-left: 12px;
  }

  .navigation__menu--item__link {
    color: var(--rt-secondary);
    text-decoration: none;
    font-weight: var(--f-medium);
    padding: 0px 0;
    transition: var(--transition);
    display: block;
    position: relative;
    margin: 0px 0;
    font-size: 12px;
  }
}

@media (min-width: 1075px) and (max-width: 1125px) {
  .header__logo img {
    height: 40px;
  }

  .saints-img img {
    max-height: 40px;
    margin-left: 12px;
  }

  .navigation__menu--item__link {
    color: var(--rt-secondary);
    text-decoration: none;
    font-weight: var(--f-medium);
    padding: 0px 0;
    transition: var(--transition);
    display: block;
    position: relative;
    margin: 0px 0;
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .navigation__menu {
    display: flex;
    justify-content: left;
    width: 100% !important;
  }
}

/* new 2  */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* new for faq  */
.program-credit-area.faq.mt--50 {
  margin-top: 50px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.faq-header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}

.program-credit-area .title {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin: 0;
}

.faq-button {
  background-color: #890c25;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-button:hover {
  background-color: #6a0920;
  color: white;
}

.program-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-button {
  font-weight: 600;
  padding: 15px 20px;
  background-color: #f8f9fa;
  border: 1px solid #890c25;
  color: #262626;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 50px;
}

.accordion-button:not(.collapsed) {
  background-color: #890c25;
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #890c25;
}

/* Custom plus/minus icons */
.accordion-button::after {
  content: "+";
  background-image: none !important;
  font-size: 24px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  color: white;
}

.accordion-body {
  padding: 20px;
  background-color: white;
  border-left: 1px solid #890c25;
  border-right: 1px solid #890c25;
  border-bottom: 1px solid #890c25;
  color: #555;
  line-height: 1.6;
}

.accordion-item {
  margin-bottom: 10px;
  border: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* faq style started  */
.faq-container {
  max-width: 800px;
  margin: 50px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-title {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin: 0;
}

.faq-button {
  background-color: #890c25;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.faq-button:hover {
  background-color: #6a0920;
  color: white;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #890c25;
}

.faq-question {
  background-color: #f8f9fa;
  padding: 18px 60px 18px 20px;
  font-weight: 600;
  color: #262626;
  cursor: pointer;
  position: relative;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background-color: #e9ecef;
}

.faq-question.active {
  background-color: #890c25;
  color: white;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  transition: all 0.3s ease;
}

.faq-question.active::after {
  content: "-";
  color: white;
}

.faq-answer {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  border-top: 1px solid #dee2e6;
}

.faq-answer.active {
  padding: 20px;
  max-height: 500px;
}

.faq-answer p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faq-header {
    flex-direction: column;
    text-align: center;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-question {
    padding: 15px 50px 15px 15px;
    font-size: 15px;
  }
}

/* faq end here  */

/* gallery started here */
.gallery-card {
  cursor: pointer;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.gallery-card img {
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.carousel-item img {
  width: 100%;
  height: 80vh;
  object-fit: contain;
  border-radius: 10px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
}

/* gallery end here  */

/* infrastructure started here  */
.content-section {
  margin-bottom: 60px;
}

.section-image {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.section-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title {
  margin-bottom: 20px;
  color: #2c3e50;
}

@media (max-width: 991px) {
  .section-image {
    height: 300px;
    margin-bottom: 20px;
  }
}

/* infrastructure end here  */

/* online fee started here  */
/* Academic Excellence Header Section */
.academic-excellence-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 10px;
  border-left: 5px solid #890c25;
  border-right: 5px solid #890c25;
}

.application-btn {
  display: inline-block;
  background-color: #890c25;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  margin-top: 15px;
  border: 2px solid #890c25;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.application-btn:hover {
  background-color: transparent;
  color: #890c25;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(137, 12, 37, 0.3);
}

/* Fee Payment Section */
.fee-section {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
}

.fee-main-title {
  text-align: center;
  color: #890c25;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}

.instructions-title {
  color: #890c25;
  margin: 30px 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #890c25;
  padding-bottom: 10px;
}

.parent-letter {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #890c25;
  margin: 20px 0;
  font-style: italic;
}

.instructions-list {
  background: white;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin: 20px 0;
}

.instruction-step {
  margin-bottom: 15px;
  padding-left: 10px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.instruction-step strong {
  color: #890c25;
}

/* URL specific styling for mobile */
.url-text {
  word-break: break-all;
  word-wrap: break-word;
}

/* Equal dimension tables - ADDED ONLY THIS */
.charges-tables-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.charges-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  background: white;
  table-layout: fixed;
  height: 100%;
  min-height: 200px;
}

.charges-table th {
  background: #890c25;
  color: white;
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ddd;
  height: 50px;
  vertical-align: middle;
}

.charges-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  line-height: 1.5;
  height: 50px;
  vertical-align: middle;
}

.charges-table tr:nth-child(even) {
  background: #f8f9fa;
}

.payment-button-container {
  text-align: center;
  margin: 40px 0 20px 0;
}

.payment-button {
  display: inline-block;
  background: #890c25;
  color: white;
  padding: 15px 50px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin: 10px 0;
}

.payment-button:hover {
  background: #6a0920;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(137, 12, 37, 0.4);
}

.policy-section {
  background: #fff3f3;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ffcccc;
  margin: 25px 0;
}

.important-note {
  background: #fff9e6;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ffd699;
  margin: 25px 0;
  border-left: 4px solid #e67e22;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .academic-excellence-header {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .application-btn {
    padding: 10px 25px;
    font-size: 15px;
  }

  .fee-section {
    padding: 25px;
  }

  .fee-main-title {
    font-size: 28px;
  }

  .instructions-title {
    font-size: 22px;
  }

  .charges-tables-container {
    grid-template-columns: 1fr;
  }

  .payment-button {
    padding: 12px 35px;
    font-size: 16px;
  }

  .charges-table {
    font-size: 14px;
  }

  .charges-table th,
  .charges-table td {
    padding: 8px 10px;
  }

  /* Mobile specific URL fixes */
  .instruction-step {
    font-size: 14px;
  }

  .url-text {
    font-size: 13px;
    word-break: break-word;
    hyphens: auto;
  }
}

@media (max-width: 576px) {
  .academic-excellence-header {
    padding: 15px 10px;
  }

  .application-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .fee-section {
    padding: 20px;
  }

  .fee-main-title {
    font-size: 24px;
  }

  .instructions-title {
    font-size: 20px;
  }

  .payment-button {
    padding: 10px 30px;
    font-size: 15px;
  }

  .charges-table {
    font-size: 12px;
  }

  .charges-table th,
  .charges-table td {
    padding: 6px 8px;
  }

  /* Small mobile URL fixes */
  .instruction-step {
    font-size: 13px;
    line-height: 1.5;
  }

  .url-text {
    font-size: 12px;
    word-break: break-all;
  }
}

@media (max-width: 400px) {
  .instruction-step {
    font-size: 12px;
  }

  .url-text {
    font-size: 11px;
  }
}

/* online fee end here  */

/* public disclosure started here */
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

th {
  background-color: #890c25;
  color: white;
  padding: 8px 10px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #fff;
}

td {
  padding: 8px 10px;
  font-size: 13px;
  color: #110c2d;
  border: 1px solid #ccc;
  vertical-align: top;
}

/* Info Table (first table) colors */
.info-table td:nth-child(1),
.info-table td:nth-child(2) {
  background-color: #f5f3ff;
}

.info-table td:nth-child(3) {
  background-color: white;
}

.info-table tr:hover td:nth-child(1),
.info-table tr:hover td:nth-child(2) {
  background-color: #e6e0ff;
}

.info-table tr:hover td:nth-child(3) {
  background-color: #f5f5f5;
}

/* Second Table uniform look */
.docs-table td {
  background: white;
}

.docs-table tr:hover td {
  background: #f9f9f9;
}

/* Results tables styling */
.results-table th {
  text-align: center;
}

.results-table td {
  text-align: center;
  background: white;
}

.results-table tr:hover td {
  background: #f9f9f9;
}

/* Staff table styling */
.staff-table td {
  background: white;
}

.staff-table tr:hover td {
  background: #f9f9f9;
}

.staff-table .sub-row {
  padding-left: 20px;
  font-size: 12px;
}

.staff-table .sub-row td {
  background-color: #f8f9fa;
}

.staff-table .main-row {
  font-weight: bold;
}

/* Infrastructure table styling */
.infra-table td {
  background: white;
}

.infra-table tr:hover td {
  background: #f9f9f9;
}

.infra-table .lab-row {
  padding-left: 20px;
  font-size: 12px;
}

.infra-table .lab-row td {
  background-color: #f8f9fa;
}

.youtube-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.youtube-links a {
  color: #890c25;
  text-decoration: none;
  font-weight: 500;
  padding: 3px 0;
  font-size: 12px;
}

.youtube-links a:hover {
  text-decoration: underline;
  color: #6a0920;
}

.center-heading {
  text-align: center !important;
  width: 100%;
  display: block;
}

.docs-table a {
  color: #890c25;
  text-decoration: none;
  font-weight: 500;
}

.docs-table a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  table {
    min-width: 500px;
  }

  th,
  td {
    padding: 6px 8px;
    font-size: 12px;
  }

  .staff-table .sub-row,
  .infra-table .lab-row {
    padding-left: 15px;
  }
}

@media (max-width: 576px) {
  table {
    min-width: 400px;
  }

  th,
  td {
    padding: 5px 6px;
    font-size: 11px;
  }

  .staff-table .sub-row,
  .infra-table .lab-row {
    padding-left: 12px;
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  table {
    min-width: 350px;
  }
}

/* public disclosure end here  */

/* saint birthday started here  */
.page-heading {
  color: #262626;
  font-size: 3rem;
  /* font-weight: 700; */
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #890c25;
}

.saints-birthdays {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.saints-birthdays h3 {
  background-color: #890c25;
  color: white;
  padding: 15px 20px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.saints-birthdays__content {
  padding: 20px;
}

.saints-birthdays__content--table {
  overflow-x: auto;
  margin-bottom: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.table-theme {
  background-color: #890c25;
  color: white;
}

.table-theme td {
  font-weight: 600;
  color: white;
}

td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

tbody tr:hover {
  background-color: #f1f1f1;
}

.note {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .page-heading {
    font-size: 1.8rem;
  }

  .saints-birthdays__content {
    padding: 15px;
  }

  td {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

/* saint birthday end here  */

/* special event started here  */
/* New styles for image cards */
.image-cards-section {
  padding: 50px 0 10px;
}

.image-cards-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.image-cards-title2 {
  font-size: 32px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 40px;
  position: relative;
  text-align: center !important;
}

.image-cards-title2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #890c25;
}

.image-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.image-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: white;
}

.image-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.image-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.image-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.image-card-content {
  padding: 20px;
}

.image-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 10px;
  line-height: 1.3;
}

.image-card-description {
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.image-card-button {
  display: inline-block;
  background-color: #890c25;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.image-card:hover .image-card-button {
  background-color: #6a0920;
}

.faq-container {
  max-width: 800px;
  margin: 50px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-title {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin: 0;
}

.faq-button {
  background-color: #890c25;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.faq-button:hover {
  background-color: #6a0920;
  color: white;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #890c25;
}

.faq-question {
  background-color: #f8f9fa;
  padding: 18px 60px 18px 20px;
  font-weight: 600;
  color: #262626;
  cursor: pointer;
  position: relative;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: #e9ecef;
}

.faq-question.active {
  background-color: #890c25;
  color: white;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  transition: all 0.3s ease;
}

.faq-question.active::after {
  content: "-";
  color: white;
}

.faq-answer {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  border-top: 1px solid #dee2e6;
}

.faq-answer.active {
  padding: 20px;
  max-height: none !important;
}

.faq-answer p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* New styles for the 3-column layout */
.question-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.question-left {
  flex: 1;
  text-align: left;
}

.question-right {
  text-align: right;
  margin-left: 20px;
}

.competition-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.event-date,
.event-venue {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .image-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .image-cards-title2 {
    font-size: 26px;
  }

  .image-card-img {
    height: 180px;
  }

  .faq-header {
    flex-direction: column;
    text-align: center;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-question {
    padding: 15px 50px 15px 15px;
    font-size: 15px;
  }

  .question-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .question-right {
    text-align: left;
    margin-left: 0;
    margin-top: 8px;
  }

  .competition-name {
    font-size: 16px;
  }

  .event-date,
  .event-venue {
    font-size: 13px;
  }
}

/* special event end here  */

/* special event 1,2,3 started here  */
.gallery-card {
  cursor: pointer;
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.gallery-card img {
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.02);
}

.carousel-item img {
  width: 100%;
  height: 50vh;
  /* Further reduced from 60vh */
  object-fit: contain;
  border-radius: 6px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 35px;
  /* Further reduced from 40px */
  height: 35px;
  /* Further reduced from 40px */
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px;
  /* Further reduced from 15px */
}

/* Error handling for images */
.gallery-image.error {
  background: linear-gradient(45deg, #f8f9fa, #e9ecef);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-weight: 500;
}

/* Reduced image dimensions */
.gallery-image {
  width: 100% !important;
  object-fit: cover;
  cursor: pointer;
}

/* Further reduced height adjustments */
.col-md-3 .gallery-image,
.col-md-2 .gallery-image {
  height: 120px !important;
  /* Further reduced from 140-150px */
}

/* Adjust gap between cards */
.d-flex.flex-column.gap-4 {
  gap: 15px !important;
  /* Further reduced from 20px */
}

/* Reduce card styling */
.gallery-card {
  margin-bottom: 0;
  border-radius: 8px !important;
  /* Reduced from 12px */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08) !important;
  /* Reduced shadow */
}

/* Adjust section padding */
.gallery-section.py-5 {
  padding-top: 1.5rem !important;
  /* Further reduced */
  padding-bottom: 1.5rem !important;
}

/* Reduce title sizes further */
.text-center h2 {
  font-size: 1.75rem !important;
  /* Further reduced */
  margin-bottom: 0.75rem !important;
}

.text-center .lead {
  font-size: 1rem !important;
  /* Further reduced */
  margin-bottom: 1.5rem !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {

  .col-md-3 .gallery-image,
  .col-md-2 .gallery-image {
    height: 100px !important;
  }

  .carousel-item img {
    height: 40vh;
    /* Further reduced for mobile */
  }

  .d-flex.flex-column.gap-4 {
    gap: 12px !important;
  }

  .gallery-section.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {

  .col-md-3 .gallery-image,
  .col-md-2 .gallery-image {
    height: 80px !important;
  }

  .carousel-item img {
    height: 30vh;
    /* Even smaller for very small screens */
  }

  .text-center h2 {
    font-size: 1.5rem !important;
  }

  .text-center .lead {
    font-size: 0.9rem !important;
  }
}

/* Extra compact styling for the new 5-column layout */
.compact-gallery .gallery-card {
  margin-bottom: 8px;
}

.compact-gallery .gallery-image {
  height: 110px !important;
}

/* special event 1,2,3 end here  */

/* sri mahaswami mandapam started here  */

/* sri mahaswami mandapam end here  */

/* statues bharathiar, gandhiji, hanuman, thiruvalluvar started here   */
.content-section {
  margin: 60px auto;
  padding: 0 15px;
  max-width: 1200px;
}

.section-container {
  display: flex;
  align-items: stretch;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}

.image-column {
  flex: 0 0 45%;
  padding: 0;
}

.section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-column {
  flex: 0 0 55%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-content p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section-container {
    flex-direction: column;
    margin: 0 15px;
  }

  .image-column,
  .content-column {
    flex: 0 0 100%;
  }

  .image-column {
    height: 300px;
  }

  .content-column {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .content-section {
    margin: 40px auto;
    padding: 0 10px;
  }

  .section-container {
    margin: 0 10px;
  }

  .content-column {
    padding: 20px;
  }
}

/* statues bharathiar, gandhiji, hanuman, thiruvalluvar end here   */

/* ===============================
   VISION & PRINCIPAL SECTION
================================= */
.vm-principal-section {
  padding: 80px 0;
  background: var(--light-white);
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Shared Card Style */
/* .vm-card {
  background: var(--rt-white);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  height: 100%;
  
} */

.principal-card {
  background: var(--rt-white);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  height: 100%;
  overflow: hidden;
}

/* Title */
.vm-title {
  font-size: 26px;
  font-family: var(--font-secondary);
  color: var(--rt-primary-2);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--rt-line);
  padding-bottom: 10px;
}

/* Vision Scroll Area */
.vm-scroll {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}

.vm-scroll h5 {
  font-size: 18px;
  color: var(--rt-secondary);
  margin: 20px 0 8px;
}

.vm-scroll p {
  font-size: 15px;
  line-height: 1.7;
}

/* Scrollbar */
.vm-scroll::-webkit-scrollbar {
  width: 6px;
}

.vm-scroll::-webkit-scrollbar-thumb {
  background: var(--rt-primary-2);
  border-radius: 10px;
}

/* Principal Card */
.principal-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.principal-content h6 {
  font-size: 18px;
  color: var(--rt-primary-2);
  margin-bottom: 10px;
}

.principal-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .vm-grid {
    grid-template-columns: 1fr;
  }

  .principal-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .principal-content {
    text-align: center;
  }
}

/* News Updates Section - Fixed version */
.news-updates-section {
  background: linear-gradient(135deg, var(--dark) 0%, #1a2f2f 100%);
  border-radius: 20px;
  padding: 35px 20px;
  min-height: fit-content;
  color: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.news-updates-title {
  font-size: 1.8rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
}

.news-updates-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--secondary);
  border-radius: 2px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-item {
  display: flex;
  align-items: flex-start;
  padding: 40px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: background 0.3s ease;
  background: transparent;
}

.news-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.news-item a {
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
}

.news-badge {
  background: var(--secondary);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 5px;
}

.news-content {
  flex-grow: 1;
}

/* Custom Scrollbar */
.news-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.news-scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.news-scroll-container::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 10px;
}

/* Disable AOS transforms after animation to prevent conflicts */
.col-lg-3[data-aos="fade-left"].aos-animate,
.col-lg-3[data-aos="fade-left"].aos-animate * {
  transform: none !important;
}

/* Responsive Design */
@media (max-width: 992px) {
  .news-updates-section {
    padding: 25px 20px;
  }

  .news-scroll-container {
    height: auto;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .news-item {
    padding: 15px 10px;
  }

  .news-title {
    font-size: 0.95rem;
  }
}

/* ===============================
   EQUAL HEIGHT – 3 COLUMN LAYOUT
================================= */

.vm-equal-card {
  height: 390px;
  background: var(--rt-white);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.vms-equal-card {
  height: 390px;
  background: var(--rt-white);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.news-equal-card {
  height: 390px;
  background: var(--rt-white);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

/* Scrollable content area */
.vm-equal-scroll {
  flex: 1;
  padding-right: 8px;
  max-height: 350px;
}

.news-equal-scroll {
  flex: 1;
  padding-right: 8px;
  max-height: 350px;
  overflow-y: auto;
}


/* Principal layout */
.principal-equal-body {
  display: flex;
  gap: 15px;
  flex: 1;
  overflow: hidden;
}

.principal-equal-body p {
  font-size: 16px;
}

/* Principal image */
.principal-img {
  width: 110px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  border: 3px solid var(--rt-primary-2);
}

/* Scrollbar styling */
.vm-equal-scroll::-webkit-scrollbar,
.news-equal-scroll::-webkit-scrollbar {
  width: 5px;
}

.vm-equal-scroll::-webkit-scrollbar-thumb,
.news-equal-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

/* Mobile stacking */
@media (max-width: 992px) {

  .vm-equal-card,
  .news-equal-card {
    height: auto;
    min-height: 350px;
  }

  .principal-equal-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.clickable-td span {
  cursor: pointer;
  color: #890c25;
  /* optional: make it look like a link */
  text-decoration: underline;
  /* optional */
}

/* new 24.12  */
/* admission page style started  */
.simple-section {
  padding: 50px 0;
  text-align: center;
}

.simple-container {
  max-width: 1200px;
  margin: 0 auto;
}

.simple-heading {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.simple-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  /* optional */
}

/* admission page style ended  */



/* tc page style started here  */
.tc-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #fcf9f8 0%, var(--bg-light-new) 100%);
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.tc-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 20px;
}

.tc-header {
  margin-bottom: 40px;
}

.tc-subtitle {
  font-size: 1.1rem;
  color: var(--text-light-new);
  max-width: 500px;
  margin: 20px auto 0;
  line-height: 1.5;
  background: rgba(137, 12, 37, 0.05);
  padding: 15px;
  border-radius: 8px;
  border-left: 3px solid var(--secondary-color-new);
}

.tc-action {
  margin-bottom: 30px;
}

.tc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  background: linear-gradient(135deg, var(--primary-color-new) 0%, var(--primary-dark-new) 100%);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(137, 12, 37, 0.25);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  gap: 12px;
  min-width: 250px;
  max-width: 350px;
}

.tc-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}

.tc-btn:hover:before {
  left: 100%;
}

.tc-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(137, 12, 37, 0.35);
  background: linear-gradient(135deg, var(--primary-dark-new) 0%, var(--primary-color-new) 100%);
  border-color: var(--secondary-color-new);
}

.tc-btn:active {
  transform: translateY(-2px);
}

.tc-btn-icon {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  color: var(--secondary-color-new);
}

.tc-btn-text {
  letter-spacing: 0.4px;
  font-size: 1.1rem;
}

.tc-btn-arrow {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
  color: var(--secondary-color-new);
}

.tc-btn:hover .tc-btn-arrow {
  transform: translateX(4px);
  color: white;
}

.tc-note {
  margin-top: 20px;
  color: var(--text-light-new);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(250, 167, 29, 0.1);
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 2px solid var(--secondary-color-new);
  max-width: 350px;
  margin: 20px auto 0;
}

.tc-note i {
  color: var(--secondary-color-new);
  font-size: 0.9rem;
}

.tc-info-box {
  background: white;
  border-radius: 12px;
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--primary-color-new);
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid var(--secondary-color-new);
}

.tc-info-title {
  color: var(--primary-color-new);
  margin-bottom: 15px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(137, 12, 37, 0.1);
}

.tc-info-title i {
  color: var(--primary-color-new);
  background: rgba(137, 12, 37, 0.1);
  padding: 8px;
  border-radius: 6px;
  font-size: 0.9rem;
}

.tc-info-list {
  list-style: none;
  padding: 0;
}

.tc-info-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color-new);
  color: var(--text-light-new);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.tc-info-list li:hover {
  color: var(--primary-color-new);
  transform: translateX(4px);
  background: rgba(137, 12, 37, 0.03);
  padding-left: 8px;
  border-radius: 4px;
}

.tc-info-list li:last-child {
  border-bottom: none;
}

.tc-info-list li i {
  color: var(--secondary-color-new);
  font-size: 0.9rem;
  background: rgba(250, 167, 29, 0.1);
  padding: 6px;
  border-radius: 50%;
  min-width: 24px;
  text-align: center;
}

/* Decorative Elements */
.tc-wrapper:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(137, 12, 37, 0.04) 0%, transparent 70%);
  top: -80px;
  right: -80px;
  z-index: 0;
}

.tc-wrapper:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(250, 167, 29, 0.04) 0%, transparent 70%);
  bottom: -40px;
  left: -40px;
  z-index: 0;
}

.tc-header,
.tc-action,
.tc-info-box {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tc-section {
    padding: 50px 0;
    min-height: 350px;
  }

  .tc-wrapper {
    max-width: 500px;
    padding: 15px;
  }

  .tc-header {
    margin-bottom: 30px;
  }

  .tc-subtitle {
    font-size: 1rem;
    padding: 12px;
    margin: 15px 10px 0;
    max-width: 90%;
  }

  .tc-btn {
    padding: 14px 25px;
    font-size: 1rem;
    min-width: 220px;
    max-width: 300px;
  }

  .tc-btn-icon {
    font-size: 1.2rem;
  }

  .tc-btn-text {
    font-size: 1rem;
  }

  .tc-btn-arrow {
    font-size: 1rem;
  }

  .tc-info-box {
    margin: 30px 15px 0;
    padding: 20px;
    max-width: 90%;
  }

  .tc-wrapper:before,
  .tc-wrapper:after {
    opacity: 0.6;
  }
}

@media (max-width: 480px) {
  .tc-section {
    padding: 40px 0;
    min-height: 300px;
  }

  .tc-wrapper {
    max-width: 100%;
    padding: 10px;
  }

  .tc-btn {
    padding: 12px 20px;
    font-size: 0.95rem;
    min-width: 200px;
    max-width: 280px;
    gap: 8px;
  }

  .tc-btn-icon,
  .tc-btn-text,
  .tc-btn-arrow {
    font-size: 0.95rem;
  }

  .tc-subtitle {
    font-size: 0.9rem;
    padding: 10px;
  }

  .tc-info-box {
    padding: 15px;
  }

  .tc-info-list li {
    font-size: 0.85rem;
    padding: 8px 0;
    gap: 8px;
  }

  .tc-info-list li i {
    font-size: 0.8rem;
    padding: 5px;
  }

  .tc-note {
    font-size: 0.85rem;
    padding: 8px 12px;
    max-width: 300px;
  }

  .tc-wrapper:before,
  .tc-wrapper:after {
    display: none;
  }
}

@media (max-width: 360px) {
  .tc-btn {
    padding: 10px 16px;
    font-size: 0.9rem;
    min-width: 180px;
    max-width: 250px;
    gap: 6px;
  }

  .tc-btn-icon,
  .tc-btn-text,
  .tc-btn-arrow {
    font-size: 0.9rem;
  }
}

/* Animation */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.tc-info-box {
  animation: fadeInScale 0.6s ease-out;
}

/* Pulse animation for button */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(137, 12, 37, 0.3);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(137, 12, 37, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(137, 12, 37, 0);
  }
}

.tc-btn {
  animation: pulse 2s infinite;
}

.tc-btn:hover {
  animation: none;
}

/* tc page style ended here  */

/* sitemap page style added here  */
.sitemap-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}

.sitemap-title {
  text-align: center;
  margin-bottom: 50px;
  color: #2c3e50;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

/* .sitemap-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to right, #3498db, #2ecc71);
            border-radius: 2px;
        } */

.sitemap-container {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* .sitemap-container:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, #3498db, #2ecc71);
        } */

.sitemap-list {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.sitemap-list>li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.sitemap-list>li:last-child {
  border-bottom: none;
}

.sitemap-list>li:before {
  content: '📄';
  position: absolute;
  left: 0;
  font-size: 1.1rem;
}

.sitemap-list>li:hover {
  color: #890C25;
  transform: translateX(5px);
}

.sitemap-list ul {
  list-style: none;
  padding-left: 30px;
  margin-top: 10px;
}

.sitemap-list ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  color: #555;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.sitemap-list ul li:before {
  content: '📁';
  position: absolute;
  left: 0;
  font-size: 1rem;
}

.sitemap-list ul li:hover {
  color: #890C25;
  padding-left: 28px;
}

.sitemap-list ul ul {
  padding-left: 25px;
  margin-top: 5px;
}

.sitemap-list ul ul li {
  padding-left: 20px;
  font-weight: 400;
  color: #666;
  font-size: 1rem;
}

.sitemap-list ul ul li:before {
  content: '📄';
  font-size: 0.9rem;
}

.sitemap-list ul ul li:hover {
  color: #890C25;
}

/* Numbering style */
.sitemap-list>li>span.number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #890C25;
  color: white;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 0.9rem;
  font-weight: 600;
}

.sitemap-list a {
  color: inherit;
  text-decoration: none;
}

.sitemap-list a:hover {
  text-decoration: underline;
}


/* Responsive design */
@media (max-width: 768px) {
  .sitemap-section {
    padding: 30px 0;
  }

  .sitemap-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .sitemap-container {
    padding: 20px;
    border-radius: 10px;
  }

  .sitemap-list>li {
    font-size: 1.1rem;
    padding-left: 20px;
  }

  .sitemap-list ul li {
    font-size: 1rem;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .sitemap-list>li {
    font-size: 1rem;
  }

  .sitemap-list ul li {
    font-size: 0.95rem;
  }

  .sitemap-list ul ul li {
    font-size: 0.9rem;
  }
}

/* Animation for page load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sitemap-container {
  animation: fadeInUp 0.6s ease-out;
}

/* sitemap page style ended here  */


/* questionbank page style added here  */
/* School Dashboard Section */
.dashboard-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #fcf9f8 0%, var(--bg-light-new) 100%);
  position: relative;
}

.dashboard-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.dashboard-header {
  text-align: center;
  margin-bottom: 50px;
}

.dashboard-title {
  color: var(--primary-color-new);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.dashboard-title i {
  color: var(--secondary-color-new);
}

.dashboard-subtitle {
  color: var(--text-light-new);
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grade Grid */
.grades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* Grade Card */
.grade-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.grade-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-color-new);
}

.grade-header {
  background: linear-gradient(135deg, var(--primary-color-new) 0%, var(--primary-dark-new) 100%);
  color: white;
  padding: 20px;
  text-align: center;
}

.grade-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
}

.grade-icon {
  font-size: 1.5rem;
  color: var(--secondary-color-new);
}

.grade-description {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 5px;
  display: none;
}

/* Subjects Grid with Equal Spacing */
.subjects-grid {
  padding: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* Subject Item with Equal Height and Width */
.subject-item {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text-dark-new);

  /* Equal dimensions */
  aspect-ratio: 1 / 1;
  min-height: 100px;
  max-height: 120px;

  /* Consistent padding */
  padding: 10px;

  /* Ensure content fits */
  overflow: hidden;
}

.subject-item:hover {
  background: linear-gradient(135deg, var(--primary-light-new) 0%, var(--primary-color-new) 100%);
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(137, 12, 37, 0.2);
  border-color: var(--secondary-color-new);
}

.subject-icon {
  font-size: 1.5rem;
  margin-bottom: 6px;
  color: var(--primary-color-new);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.subject-item:hover .subject-icon {
  color: white;
}

.subject-name {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: var(--text-dark-new);
  transition: all 0.3s ease;

  /* Ensure text fits */
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.subject-item:hover .subject-name {
  color: white;
}

/* Stats Section */
.dashboard-stats {
  background: white;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--secondary-color-new);
}

.stats-title {
  color: var(--primary-color-new);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  background: rgba(137, 12, 37, 0.05);
  border: 1px solid var(--border-color-new);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color-new);
  margin-bottom: 5px;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-light-new);
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .dashboard-container {
    max-width: 1000px;
  }
}

@media (max-width: 992px) {
  .dashboard-container {
    max-width: 900px;
  }

  .grades-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .subjects-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 20px;
  }

  .subject-item {
    min-height: 90px;
    max-height: 110px;
    padding: 8px;
  }

  .subject-icon {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .subject-name {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .dashboard-section {
    padding: 40px 0;
  }

  .dashboard-title {
    font-size: 2rem;
  }

  .dashboard-subtitle {
    font-size: 1.1rem;
    padding: 0 15px;
  }

  .grades-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .subjects-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 15px;
  }

  .subject-item {
    min-height: 85px;
    max-height: 100px;
    padding: 8px;
  }

  .subject-icon {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  .subject-name {
    font-size: 0.8rem;
    line-height: 1.1;
  }
}

@media (max-width: 576px) {
  .dashboard-title {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 10px;
  }

  .grade-header {
    padding: 15px;
  }

  .grade-name {
    font-size: 1.5rem;
  }

  .subjects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 20px;
  }

  .subject-item {
    min-height: 90px;
    max-height: 110px;
    padding: 10px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .subjects-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px;
  }

  .subject-item {
    min-height: 80px;
    max-height: 95px;
    padding: 8px;
    aspect-ratio: auto;
    min-height: 70px;
    max-height: none;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    padding: 12px;
  }

  .stat-number {
    font-size: 1.8rem;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.grade-card {
  animation: fadeInUp 0.6s ease-out;
}

.grade-card:nth-child(2) {
  animation-delay: 0.1s;
}

.grade-card:nth-child(3) {
  animation-delay: 0.2s;
}

.grade-card:nth-child(4) {
  animation-delay: 0.3s;
}

.grade-card:nth-child(5) {
  animation-delay: 0.4s;
}

.grade-card:nth-child(6) {
  animation-delay: 0.5s;
}

/* questionbank style ended here  */


/* fund page style added here  */
.donation-section {
  padding: 80px 0;
  background: #f8f9fa;
  position: relative;
}

.donation-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.donation-header {
  margin-bottom: 40px;
  position: relative;
}

.donation-main-title {
  color: var(--primary-color-new);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.donation-subtitle {
  color: var(--rt-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  opacity: 0.9;
}

.donation-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.donation-text-content {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.donation-paragraph {
  color: var(--rt-body);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

.donation-paragraph:last-child {
  margin-bottom: 0;
}

.donation-highlight {
  color: var(--primary-color-new);
  font-weight: 600;
}

/* Clean Call to Action Section */
.donation-cta-section {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--primary-color-new);
}

.donation-cta-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cta-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cta-label {
  color: var(--accent-color-new);
  font-weight: 600;
  font-size: 1rem;
  min-width: 140px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 25px;
  color: var(--primary-color-new);
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  /* min-width: 250px; */
  width: 400px;
  height: 48px;
  /* border: 2px solid var(--primary-color-new); */
  background: transparent;
}

.cta-button:hover {
  background: var(--primary-color-new);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(137, 12, 37, 0.2);
}

.cta-button i {
  margin-right: 10px;
  font-size: 1.1rem;
}

/* Pamphlet Link - Clean Style */
.pamphlet-link-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* corrected  */
.pamphlet-link-label {
  color: var(--accent-color-new);
  font-weight: 600;
  font-size: 1rem;
  min-width: 140px;
}

.pamphlet-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  background: var(--primary-color-new);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 250px;
  border: 2px solid var(--primary-color-new);
}

.pamphlet-link:hover {
  background: var(--primary-dark-new);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(137, 12, 37, 0.2);
}

.pamphlet-link i {
  margin-right: 10px;
  font-size: 1.1rem;
}

/* Email Contact - Clean Style */
.email-contact-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.email-contact-label {
  color: var(--accent-color-new);
  font-weight: 600;
  font-size: 1rem;
  min-width: 140px;
}

.email-contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 25px;
  color: var(--primary-color-new);
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  /* min-width: 250px; */
  width: 400px;
  height: 48px;
  /* border: 2px solid var(--secondary-dark-new); */
  background: transparent;
}

.email-contact:hover {
  background: var(--primary-color-new);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(250, 167, 29, 0.2);
}

.email-contact i {
  margin-right: 10px;
  font-size: 1.1rem;
  color: inherit;
}


.email-address {
  color: var(--primary-color-new);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

.email-address:hover {
  text-decoration: underline;
}

.email-address i {
  color: var(--secondary-color-new);
  font-size: 1.1rem;
}

/* Mission Statement Box */
.mission-box {
  background: linear-gradient(135deg, rgba(137, 12, 37, 0.05) 0%, rgba(250, 167, 29, 0.05) 100%);
  padding: 25px;
  border-radius: 8px;
  margin-top: 40px;
  border-left: 4px solid var(--primary-color-new);
}

.mission-title {
  color: var(--primary-color-new);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mission-title i {
  color: var(--secondary-color-new);
}

.mission-text {
  color: var(--rt-body);
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
  .donation-section {
    padding: 60px 0;
  }

  .donation-main-title {
    font-size: 2.5rem;
  }

  .donation-subtitle {
    font-size: 1.3rem;
  }

  .donation-text-content {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .donation-section {
    padding: 50px 0;
  }

  .donation-container {
    padding: 0 15px;
  }

  .donation-main-title {
    font-size: 2.2rem;
  }

  .donation-header {
    margin-bottom: 30px;
  }

  .donation-text-content {
    padding: 25px;
  }

  .donation-paragraph {
    font-size: 1rem;
    line-height: 1.7;
  }

  .donation-cta-section {
    padding: 25px;
  }

  .pamphlet-link-container,
  .email-contact-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .pamphlet-link-label,
  .email-contact-label {
    min-width: auto;
  }

  .pamphlet-link,
  .email-contact {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .donation-section {
    padding: 40px 0;
  }

  .donation-main-title {
    font-size: 1.8rem;
  }

  .donation-subtitle {
    font-size: 1.1rem;
  }

  .donation-text-content {
    padding: 20px;
  }

  .donation-cta-section {
    padding: 20px;
  }

  .pamphlet-link,
  .email-contact {
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  .mission-box {
    padding: 20px;
  }

  .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px !important;
  }

  .email-contact {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px !important;
  }
}

@media (max-width: 768px) {
  .cta-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .cta-label {
    min-width: auto;
  }

  .cta-button,
  .email-contact {
    width: 100%;
    min-width: auto;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.donation-header {
  animation: fadeIn 0.6s ease-out;
}

.donation-text-content {
  animation: fadeIn 0.6s ease-out 0.2s both;
}

.donation-cta-section {
  animation: fadeIn 0.6s ease-out 0.4s both;
}

.mission-box {
  animation: fadeIn 0.6s ease-out 0.6s both;
}

/* fund page style ended here  */


/* donation page style started here  */
/* donation page style ended here  */