:root {

  --theme-primary: #3F449C;
  --theme-secondary: #F48120;
  --gradient-color: #3F449C;
  --gradient-color1: #5B61C2;
  --card-bg: rgba(255, 255, 255, 0.1);
  --accent: #f59e0b;
  --primary-light: #ffffff;
   --extra-color: #2D3171;





}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #f6f6efdb, #f6f6efdb, #f6f6efdb), url('../images/blue-sky.jpg') center/cover no-repeat;

}



h1,
h2,
h3,
h4,
h5 {
  color: var(--theme-primary);
  font-family: Cinzel, serif;
}


h6 {
  color: #000000;
  font-family: Cinzel, serif;
}

a {
  color: var(--theme-primary);
}





/* =====================Nav Bar======================== */



.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99;
  clear: both;
}

.navbar-wrapper1 {
  background: var(--gradient-color);
  border-radius: 10px;
  position: fixed;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  padding: 12px 0px;
  transition: all 0.3s ease;
}

.navbar {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 10px;
}

.nav-link {
  color: #fff !important;
  padding: 10px 20px;
  transition: all 0.2s;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}


.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: white;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 50%;
  margin: 0px;
}

#navbarNav {
  margin: 0px 15px;
}

.home-icon {
  font-size: 20px;
}

.yello-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1201px;
  top: 6px;
}

@media (max-width: 1400px) {
  .yello-bar {
    top: 11px;
    max-width: 1200px;
  }
}


/* Logo */
/* ===================== Centered Logo Update ======================== */

.logo-center {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: -75px;
  width: 150px;
  text-align: center;
  z-index: 10000;
  transform: translateX(-50%);
}

.logo-center .crest-box {
  display: flex;
  align-items: center;
  justify-content: center;

}

.logo-center img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}

.logo-center .crest-box {
  position: relative;
  overflow: hidden;
}



@media (max-width: 991px) {
  .logo-center {
    width: 100px;
    top: -40px;
  }

  .logo-center .crest-box {
    width: 100px;
    height: 130px;
  }
}

/*----------------------------------------------- wn ------------------------------------*/


.view-all {
  background: var(--gradient-color1);
}

/* =========================== BASE DROPDOWN STYLE =========================== */

.dropdown-menu {
  width: 270px !important;
  background: var(--primary-light);
  border: none;
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease-out;
}

/* Dropdown item */
.dropdown-item {
  color: #000000 !important;
  padding: 8px 12px;
  transition: 0.3s;
  white-space: normal;
}

/* Dropdown item */
.offcanvas-body .dropdown-item {
  color: var(--theme-secondary) !important;
  padding: 10px 20px;
  transition: 0.3s;
  white-space: normal;
  border-bottom: 1px solid var(--theme-secondary);
}

.dropdown-item:hover {
  background-color: var(--gradient-color) !important;
  color: #ffffff !important;

  border-radius: 8px;
}

/* =========================== HOVER TO OPEN DROPDOWN =========================== */
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);

}

.underline-img {
  width: 100%;
  max-width: 280px;
}

.yello-bar-icon {
  width: 90%;
  position: fixed;
  z-index: 10000;
  top: 8px;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.yello-bar-icon ul {
  float: right;
}

.yello-bar-icon ul li {
  display: inline-block;
  padding: 8px 0px 4px;
  list-style: none;
}

.yello-bar-icon ul li a {
  padding: 0px 12px 0px 12px;
  text-decoration: none;
}

.yello-bar-right::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #000;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  /* top: -8px; */
}

.custom-margin-top {

  margin-top: 15% !important;
}
@media (max-width: 1140px) {
  .yello-bar-icon {
    display: none !important;
  }
}
@media (max-width: 1140px) {
  .yello-bar  {
    display: none !important;
  }
}



/* =====================Slider======================== */



@keyframes cinematicZoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}


.custom-slider {
  overflow: hidden;
}

.slider-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  animation: cinematicZoom 20s ease-in-out infinite;
}

.custom-slider:hover .slider-img {
  animation-play-state: paused;
}

.custom-ctrl {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 15px;
  opacity: 0;
  transition: all 0.3s ease;
  border: none;
}

.custom-slider:hover .custom-ctrl {
  opacity: 1;
}

.custom-ctrl i {
  font-size: 1.5rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.custom-ctrl:hover {
  background: #6f42c1;
  color: white;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6f42c1;
}

@media (max-width: 992px) {
  .slider-img {
    height: 300px;
  }

  .custom-margin-top {

    margin-top: 30% !important;
  }

  .navbar-wrapper1 {
    top: 25px;
  }
}



.creative-brand-ribbon {
  position: absolute;
  bottom: 30px;
  right: -10px;
  z-index: 20;
  filter: drop-shadow(-5px 5px 15px rgba(0, 0, 0, 0.3));
}

.ribbon-content {
  background: rgb(63, 68, 156);
  backdrop-filter: blur(15px) saturate(150%);
  padding: 12px 40px;
  transform: skewX(-15deg);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 6px solid #FFD700;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2);
}

.ribbon-text {
  display: block;
  transform: skewX(15deg);
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.btn-gif {
  background: #ffffffe9;
  /* background-image: url('./BG-BTN.gif'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.btn-gif:hover {
  background: var(--gradient-color);
  color: var(--primary-light);
  transform: translateY(-2px);
}

@keyframes ribbonGlow {
  0% {
    border-left-color: #FFD700;
  }

  50% {
    border-left-color: #ffffff;
  }

  100% {
    border-left-color: #FFD700;
  }
}

.ribbon-content {
  animation: ribbonGlow 4s infinite ease-in-out;
}

@media (max-width: 768px) {
  .ribbon-text {
    font-size: 1rem;
  }

  .creative-brand-ribbon {
    bottom: 15px;
    right: 0;
  }
}




/* ==========================News Section========================== */
.section-news-padding {
  margin-top: 10%;
}

.bg-subtle1 {
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

#messageTabs .nav-link.active .badge {
  color: var(--Dark-color) !important;
}

#messageTabs .nav-link .badge {
  color: var(--primary-color) !important;
}

.newsSwiper {
  border-radius: 100px;
}

.playbutton {
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.news-heading {
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-color);
  -webkit-background-clip: text;
  background-clip: text;
}

.news-card {
  border-radius: 80px;
  padding: 8px 12px 8px 8px;
  box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.14);
  border: 1px solid var(--theme-secondary);
  width: 100%;
  margin-bottom: 3px;
}

.news-card p {
  font-size: 14px;
}

.news-card .side-round {
  background: var(--gradient-color1);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Secondary-color);
}

.side-round h1 {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.side-round p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.news-button-style {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -40px !important;
}


.news-section {
  padding: 30px 0px;
  width: auto;
}


#news-slider-section .btn-prev,
#news-slider-section .btn-next {
  border: none;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 14px;
  background: var(--gradient-color);
  color: #fff;
}

#news-slider-section .btn-prev:hover,
#news-slider-section .btn-next:hover {
  border: none;
  border-radius: 50px;
  /* padding: 6px 14px; */
  font-size: 14px;
  background: var(--theme-secondary);
  color: var(--primary-light);
}

.news-text-white {
  position: absolute;
  width: 520px;
  height: 100%;
  background: #fff;
  right: -150px;
  top: 0px;
  border-radius: 24px;
  z-index: -1;
  border: 1px solid #edede1;
}

.viewall-gallery {
  /* font-family: 'Montserrat', sans-serif; */
  color: transparent;
  background: var(--theme-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}



.hero-quicklink {
  background: rgba(255, 255, 255, 0.647);
  /* translucent glass */
  backdrop-filter: blur(30px) saturate(150%);
  -webkit-backdrop-filter: blur(30px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-quicklink h6 {
  color: var(--theme-primary);
  transition: 0.3s;
}

.hero-quicklink:hover h6 {
  color: var(--primary-light);
  transition: 0.3s;
}

.hero {
  height: 1750px;
}

.hero-school {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width:575px) {
  .news-text-white {
    position: absolute;
    width: 95%;
    height: 100%;
    background: #fff;
    right: 10px;
    top: 0px;
    border-radius: 24px;
    z-index: -1;
    border: 1px solid #edede1;
  }

  .news-heading {
    text-align: center !important;
  }

  .news-paragraph {
    text-align: center !important;
  }

  .news-read-more {
    margin: 0px auto;
  }

  .news-button-style {
    margin-top: 0px;
  }

  .profile-btn {
    position: absolute;
    bottom: 20px !important;
    left: 10px !important;
  }
}





/* About us  */


.about-section {
  padding: 60px 0;

}

.bento-container {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}

.bento-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-heading {
  color: var(--gradient-color);
}

.featured-box {
  width: 350px;
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}


.video-box {
  width: 250px;
  height: 242px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #000;
}

.bento-item img,
.bento-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bento-item:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  border-color: #F48120;
}

.main-title {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--text-black);
}

.description-text {
  font-size: 1rem !important;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Button Styling */
.action-button-group {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.btn-santhome {
  padding: 10px 24px;
  border-radius: 50rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.btn-admission {
  background-color: var(--gradient-color);
  color: var(--primary-light);
  border: none;
}

.btn-admission:hover {
  background-color: var(--theme-secondary);
  color: var(--primary-light);
}

.btn-read-more-custom {
  border: 2px solid var(--gradient-color);
  color: var(--gradient-color);
  background: transparent;
}

.btn-read-more-custom:hover {
  background-color: var(--gradient-color);
  color: var(--primary-light);
  transform: translateX(3px);
}

.fw-800 {
  font-weight: 800 !important;
}

@media (max-width: 991px) {
  .about-section {
    padding: 30px 15px;
  }

  .bento-container {
    height: auto;
    grid-template-columns: 1fr;
  }


}


@media (min-width: 992px) and (max-width: 1220px) {

  .featured-box {
    display: none;
  }
}

@media (min-width: 570px) and (max-width: 992px) {

  .featured-box {
    .featured-box {
      width: 500px;


    }
  }
}

@media(max-width: 570px) {

  .featured-box {
    display: none;
  }
}








/* Message Section  */



.leadership-section {
  background-color: var(--gradient-color);
  padding: 50px 0px;
  overflow: hidden;
  color: var(--primary-light);
}

.heading-container {
  text-align: center;
  margin-bottom: 50px;
  /* Converted from 3.5rem */
}

.title-heading {
  font-family: "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  color: var(--primary-light);
}

.heading-separator {
  width: 280px;
  height: 3px;
  background-color: var(--theme-secondary);
  margin: auto;
  position: relative;
}

.heading-separator::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: var(--theme-secondary);
}

.message-display-wrapper {
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-blockquote {
  border-left: 5px solid var(--theme-secondary);
  padding-left: 30px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
}

.custom-blockquote p {
  margin-bottom: 19px;
}

.leader-info-footer h5 {
  color: var(--primary-light);
  margin: 0px;
  font-weight: 700;
  font-size: 1.4rem;
}

.leader-info-footer p {
  color: var(--theme-secondary);
  margin: 0px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.viewall-gallery1 {
  color: var(--primary-light);
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  transition: all 0.3s;
  display: inline-block;
  white-space: nowrap;
  font-size: 1rem;
}

.viewall-gallery1:hover {
  background: var(--theme-secondary);
  color: var(--primary-dark);
  border-color: var(--theme-secondary);
}

.portrait-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: 100%;
  margin: 0 auto;
}

.main-img-frame {
  width: 380px;
  height: 380px;
  border-radius: 25px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.main-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.thumb-nav {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid var(--theme-secondary);
  cursor: pointer;
  overflow: hidden;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.3s;
}

.thumb-nav.active,
.thumb-nav:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
  border-color: var(--primary-light);
}

.thumb-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .portrait-container {
    flex-direction: column;
    margin-bottom: 48px;
  }

  .side-thumbnails {
    flex-direction: row;
  }

  .message-display-wrapper {
    min-height: auto;
    text-align: center;
  }

  .custom-blockquote {
    border-left: none;
    border-top: 4px solid var(--theme-secondary);
    padding: 20px 0px 0px 0px;
  }

  .author-row {
    justify-content: center !important;
    flex-direction: column;
    gap: 24px !important;
  }

  .title-heading {
  font-size: 2rem;
}
}





/* Gallery */



.gallery-birthday {
  padding: 50px;
}


.heading-container1 {
  text-align: center;
  margin-bottom: 40px;
}

.title-heading1 {
  font-family: "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  color: var(--gradient-color);
}

.heading-separator1 {
  width: 280px;
  height: 3px;
  background-color: var(--theme-secondary);
  margin: auto;
  position: relative;
}

.heading-separator1::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: var(--theme-secondary);
}

.column-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.column-header h2 {
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  white-space: nowrap;
  color: var(--gradient-color);
}

.header-line {
  height: 3px;
  flex-grow: 1;
  background: var(--accent-orange);
  border-radius: 10px;
  opacity: 0.3;
}

.content-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}


.gallery-swiper {
  width: 90%;
  height: 350px;
  margin-left: 0;
}

.gallery-swiper-slide {
  border-radius: 20px;
  border: 6px solid white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.gallery-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gal-controls {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.gal-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid var(--gradient-color);
  background: transparent;
  color: var(--gradient-color);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gal-btn:hover {
  background: var(--gradient-color);
  color: white;
}

/* --- BIRTHDAY SECTION (UNTOUCHED) --- */
.birthday-card {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.bday-header-text {
  color: var(--gradient-color);
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.pink-divider {
  width: 50px;
  height: 5px;
  background: var(--theme-secondary);
  margin: 0 auto 15px;
  border-radius: 10px;
}

.month-label {
  color: var(--theme-secondary);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.bday-photo-frame {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 6px solid #f0f0f0;
  margin: 0 auto 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  z-index: 2;
  position: relative;
}

.bday-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bday-name {
  color: var(--gradient-color);
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.bday-class {
  color: #555;
  font-weight: 600;
}

.date-badge-pink {
  display: inline-block;
  color: var(--theme-secondary);
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 5px;
}

.role-tag {
  color: #888;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-top: 5px;
}

.balloon {
  position: absolute;
  width: 110px;
  z-index: 1;
  opacity: 0.8;
}

.balloon-left {
  left: 10%;
  top: 25%;
}

.balloon-right {
  right: 7%;
  top: 25%;
}

.bday-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  pointer-events: none;
  z-index: 10;
}

.bday-nav button {
  pointer-events: auto;
  background: var(--gradient-color);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.bday-nav button:hover {
  background: var(--theme-secondary);
  transform: scale(1.1);
}

/* Standard mobile breakpoint (usually 768px or 480px) */
@media (max-width: 768px) {

  .balloon {
    display: none;
  }

  .bday-header-text {
  font-size: 1.5rem;
}

}


@media (min-width: 1200px) and (max-width: 1280px) {

.balloon-left {
	left: 0%;
	top: 25%;
}

.balloon-right {
	right: 0;
	top: 25%;
}
.bday-nav {
	padding: 0 40px;

}
}





/* Quick Links */

.sacs-dashboard {
  padding: 40px 0;

  display: flex;
  align-items: center;

  background:
    linear-gradient(rgba(63, 68, 156, 0.92), rgba(63, 68, 156, 0.88)), url("../images/sl1.png");
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.admission-wrapper {
  position: relative;
  height: 550px;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: 500px;
}

.admission-overlay {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}

.admission-overlay h2 {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.admission-overlay .session {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 15px 0;
  letter-spacing: 1px;
  color: var(--primary-light);
}

.admission-overlay .tagline {
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 30px;
  line-height: 1.4;
  max-width: 250px;
  color: var(--primary-light);
}

.btn-apply {
  background: var(--accent);
  color: #ffffff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
  width: fit-content;
}

.btn-apply:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(255, 255, 255, 0.2);
}

.info-stack {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}

.info-item {
  margin-bottom: 35px;
}

.info-item h3 {
  font-family: "Playfair Display", serif;
  color: var(--accent);
  font-size: 1.5rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-item p {
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
  color: var(--primary-light);
}

.link-pill {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--primary-light);
  transition: 0.3s;
  height: 100%;
}

.link-pill i {
  background: rgba(245, 158, 11, 0.1);
  color: var(--accent);
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 0.9rem;
}

.link-pill span {
  font-size: 0.85rem;
  font-weight: 600;
}

.link-pill:hover {
  background: var(--primary-light);
  color: var(--gradient-color);
  transform: translateY(-5px);
}

.link-pill:hover i {
  background: var(--gradient-color);
  color: var(--primary-light);
}

/* Responsive Fixes for Bootstrap */
@media (max-width: 991px) {
  .info-stack {
    border-left: none;
    border-top: 1px solid var(--glass);
    padding: 30px 0 0 0;
    margin-top: 20px;
  }

  .admission-wrapper {
    height: 500px;
    margin-bottom: 30px;
    text-align: center;
  }

  .admission-overlay {
    margin-top: 20px;
  }
}





/* Toppers  Achievements*/



.topper-achievement {
  padding: 50px;
}

.heading-container2 {
  text-align: center;
  margin-bottom: 20px;
}

.title-heading2 {
  font-family: "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  color: var(--gradient-color);
}

.heading-separator2 {
  width: 280px;
  height: 3px;
  background-color: var(--theme-secondary);
  margin: auto;
  position: relative;
}

.heading-separator2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: var(--theme-secondary);
}


.topper-section-header h2 {
  font-family: 'Prata', serif;
  font-size: 2.8rem;
  color: #111827;
  margin-bottom: 10px;
}

.topper-header-line {
  height: 4px;
  width: 80px;
  background: linear-gradient(to right, var(--primary-accent), var(--secondary-accent));
  margin: 0 auto;
  border-radius: 2px;
}


.achievement-showcase-wrapper {
  padding: 50px 0;
  border-radius: 40px;
}


.topper-card {
  text-align: center;
  position: relative;
}

.topper-card-category {
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--theme-secondary);
  margin-bottom: 20px;
  display: block;
}

.topper-image-container {
  position: relative;
  width: 180px;
  height: 220px;
  margin: 0 auto 25px;
}

.topper-image-container::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  border: 2px solid var(--accent);
  border-radius: 20px;
  z-index: 0;
  transition: 0.4s ease;
}

.topper-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.topper-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.topper-card:hover .topper-image-container::before {
  transform: translate(-10px, -10px);
}

.topper-card:hover .topper-img-wrap img {
  transform: scale(1.1);
}

.topper-name {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--gradient-color);
  margin-top: 10px;
  margin-bottom: 5px;
}

.topper-percent {
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--primary-accent);
  background: linear-gradient(120deg, transparent 0%, transparent 50%, rgba(245, 158, 11, 0.2) 50%);
  display: inline-block;
  padding: 0 5px;
}


.topper-top-box {
  background: url(../images/Achievements.svg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 800px;
  position: relative;
  background-size: contain;
  /* margin: 0px 30px; */
  width: 98%;
}

.achievement-display {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 300px;
}

.achievement-achieve-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievement-achieve-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}

.achievement-achieve-overlay h4 {
  color: var(--primary-light);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

/* --- Navigation --- */
.achievement-nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.achievement-nav-dot {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.achievement-nav-dot:hover {
  background: var(--primary-accent);
  color: #fff;
  border-color: var(--primary-accent);
}

.achievement-btn-discover {
  background: var(--primary-accent);
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  transition: 0.3s;
}

.achievement-btn-discover:hover {
  background: #111;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.achievement-display .carousel-inner,
.achievement-display .carousel-item {
  height: 100%;
}

@media (max-width: 991px) {
 .title-heading2 {
  font-size: 2rem;
 }
}



/* Patron Banner  */



.patron-section {
  background:
    linear-gradient(rgba(63, 68, 156, 0.92), rgba(63, 68, 156, 0.88)), url("../images/sl1.png");
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0px;
}

.glass-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  position: relative;
}

/* Floating Image Effect */
.image-wrapper {
  flex: 1;
  filter: drop-shadow(0 0 15px rgba(223, 189, 105, 0.3));
  transition: transform 0.3s ease;
}

.image-wrapper:hover {
  transform: scale(1.05);
}

.banner-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Text Content */
.text-content {
  flex: 1.5;
  text-align: left;
}

.motto-tag {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.main-title {
  color: white;
  font-size: 2.8rem;
  margin: 10px 0;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sub-text {
  color: var(--primary-light);
  font-size: 1.3rem;
  font-style: italic;
  margin-top: 20px;
  border-left: 3px solid var(--accent);
  padding-left: 20px;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .glass-box {
    flex-direction: column;
    text-align: center;
  }

  .text-content {
    text-align: center;
  }

  .sub-text {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--accent);
    padding-top: 15px;
  }

  .main-title {
    font-size: 2rem;
  }
}



/* -------------------Fcility------------------- */

.facility-card {
  height: 380px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, .18);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}


/* Dark gradient overlay */
.facility-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.151) 40%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 20px;
}

.facility-card:hover .card-overlay {
  position: absolute;
  bottom: 20px;

  color: #fff;
  z-index: 2;
  transition: 0.4s ease-in-out;
}


.facility-card .card-overlay {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  /* Increased for better text flow */
  text-align: center;
  color: #fff;
  z-index: 2;
  transition: 0.4s ease-in-out;
}

.facility-card h6 {
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--primary-color);
}

.facility-card p {
  font-size: 12px;
  margin: 0;
}

/* Icon Animations */
.facility-card .facility-icon {
  width: 100%;
  max-width: 60px;
  margin-bottom: 10px;
  transition: 0.4s all;
}

.facility-card:hover .facility-icon {
  max-width: 80px;
}

/* --- Navigation & Background Accents --- */

.facility-nav {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

.facility-nav button {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--gradient-color1);
  color: #fff;
  transition: 0.3s;
}

.facility-nav button:hover {
  background: var(--theme-secondary);
}

.facility-text-white {
  position: absolute;
  width: 600px;
  height: 100%;
  background: #fff;
  left: -30px;
  top: 0px;
  border-radius: 24px;
  z-index: -1;
  border: 1px solid #3f449c;
}

/* --- Responsive Adjustments --- */

@media (max-width:575px) {
  .facility-text-white {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    right: 0px;
    top: 0px;
    border-radius: 24px;
    z-index: -1;
    border: 1px solid #edede1;
    left: 0px;
  }

  .about-us-Video {
    margin-top: 0px;
  }
}








/* Footer  */

.site-footer {
  background: linear-gradient(135deg, var(--extra-color) 0%, var(--theme-primary) 100%);
  color: var(--primary-light);
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

.footer-wave .shape-fill {
  fill: #F0F3F1;
}

.logo-box {
  background: #ffffff;
  width: fit-content;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.logo-box img {
  max-width: 100px;
  height: auto;
}

.footer-brand h2 {
  font-family: 'Marcellus', serif;
  font-size: 1.6rem;
  color: var(--theme-secondary);
  margin-bottom: 15px;
}

.footer-brand h2 span {
  color: #fff;
  font-size: 1.3rem;
}

.footer-brand p {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.7;
}

.f-heading {
  font-family: 'Marcellus', serif;
  font-size: 1.25rem;
  color: var(--primary-light);
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.f-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 35px;
  height: 3px;
  background: var(--theme-secondary);
}

.f-links {
  list-style: none;
  padding: 0;
}

.f-links li {
  margin-bottom: 12px;
}

.f-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.f-links a i {
  font-size: 0.7rem;
  margin-right: 10px;
  color: var(--theme-secondary);
}

.f-links a:hover {
  color: var(--theme-secondary);
  transform: translateX(8px);
}

.c-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.c-item i {
  background: var(--theme-secondary);
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(244, 129, 32, 0.3);
}

.c-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.map-container {
  border-radius: 15px;
  overflow: hidden;
  height: 130px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.store-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.store-btn {
  flex: 1;
  min-width: 120px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.store-btn:hover {
  background: var(--theme-secondary);
  color: #fff;
  transform: translateY(-3px);
}

.store-btn i {
  font-size: 1.2rem;
  margin-right: 8px;
}

.store-btn span {
  display: block;
  font-size: 0.6rem;
  opacity: 0.8;
  line-height: 1;
}

.store-btn b {
  font-size: 0.8rem;
}

.school-frame {
  position: relative;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}

.school-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: -80px;
}

.bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 55, 127, 0.96);
  /* backdrop-filter: blur(5px); */
  padding: 15px 0;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5;
}

.social-row a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
  text-decoration: none;
}

.social-row a:hover {
  background: var(--theme-secondary);
  transform: translateY(-3px);
}

@media (max-width:575px) {
  .school-frame img {


    margin-bottom: 80px;
    margin-top: 0 !important;

  }
}



/* Page Banner  */


/* Banner Section */
.universal-banner {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(rgba(63, 68, 156, 0.726), rgba(63, 68, 156, 0.877)), url('../images/page.jpg');
  background-size: cover;
  background-position: center;

}

/* Renamed Breadcrumb Classes for this Page */
.pg-breadcrumb-area {
  position: absolute;
  top: 3rem;
  z-index: 20;
}

.pg-glass-pill {
  background: var(--glass-white);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pg-link:hover {
  color: #facc15;
  transition: 0.3s;
}

.pg-sep {
  opacity: 0.4;
}

.pg-active {
  color: #eab308;
  font-weight: 700;
}

.banner-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 1.5rem;
  margin-top: 3rem;
}

.est-tag {
  display: block;
  color: var(--school-gold);
  font-weight: 700;
  letter-spacing: 0.4em;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-title {

  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}



.italic-gold {
  font-style: italic;
  font-weight: 300;
  color: var(--school-gold);
}

.banner-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.decorative-line {
  height: 1px;
  width: 3rem;
  background-color: rgba(255, 255, 255, 0.3);
}

.location-tag {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.65rem;
  font-weight: 300;
}

/* Shape Divider */
.shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.shape-divider svg {
  width: calc(100% + 1.3px);
  height: 80px;
}

.shape-fill {
  fill: #f0f3f1;
}






/* Page demo  */
/* ================================== */


.custom-card {
  /* box-shadow: 8px 2px 1px rgba(0, 0, 0, 0.41); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.35);
}

.card-img-top {
  height: 220px;
  /* adjust as per image size */
  object-fit: cover;
}


/* ============================= */


.yellow-divider {
  width: 200px;
  height: 6px;
  background: var(--theme-secondary);
  margin: 10px auto;
  border-radius: 1px;
}

.list-styling-arrow {
  padding: 0% 0% 0% 1%;
  margin: 0;
}

.list-styling-arrow li {
  position: relative;
  line-height: 28px;
  padding: 0px 0 0px 32px;
  list-style: none;
  margin: 8px 0;
}

.list-styling-arrow li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-secondary);
  color: #ffffff;
  font-size: 11px;
  border-radius: 20px;
}


thead th {
  background: var(--gradient-color) !important;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

table td {
  font-size: 15px;
  background: #ffffff7a !important;
}

ol li {
  line-height: 28px;
  padding: 0px 0px 0px 0px !important;
  list-style-type: disc !important;
  background: none !important;
  list-style: none;
  margin: 8px 0px;
  vertical-align: middle;
}

/* ===================According===================== */

/* Remove default */
.accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 10px;
}

/* Default ALL buttons */
.accordion-button {
  background: var(--gradient-color);
  color: #fff;
  border-radius: 10px !important;
  /* default for all */
  padding: 15px 20px;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

/* Remove Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* Arrow */
.arrow-icon {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #fff;
}

/* Rotate when open */
.accordion-button:not(.collapsed) .arrow-icon {
  transform: rotate(180deg);
}

/* OPEN STATE HEADER */
.accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0 0 !important;
  background: var(--gradient-color);
}

/* BODY STYLE */
.accordion-body {
  background: #f8f9fa;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

/* Remove gap between header & body */
.accordion-collapse {
  border: none;
  margin-top: -5px;
  /* 👈 important for seamless look */
}

/* Remove focus */
.accordion-button:focus {
  box-shadow: none;
}


.page-section {
  padding-top: 50px;
  background: #f0f3f1;
  padding-bottom: 100px;
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
}

.school-img {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.legacy-badge {
  position: absolute;
  bottom: -30px;
  left: 20px;
  right: 20px;
  background-color: var(--gradient-color);
  color: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #d4af37;
}

.legacy-badge h6 {
  color: #d4af37;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legacy-badge p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 300;
}

/* --- RIGHT COLUMN: TEXT CONTENT --- */
.est-tag {
  background-color: #f0f4f8;
  color: var(--gradient-color);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-heading {
  color: var(--gradient-color);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 25px;
  line-height: 1.2;
}

.content-p {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555;
}

.highlight-text {
  color: var(--gradient-color);
  font-weight: 600;
}

/* --- VISION/MISSION SECTION --- */
.motto-section {
  padding-top: 20px;
  border-top: 2px solid #f0f4f8;
}

.info-item2 {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #f0f4f8;
  color: var(--gradient-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.info-title {
  font-weight: 700;
  color: var(--gradient-color);
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.info-desc {
  font-size: 0.9rem;
  margin: 0;
  color: #666;
}

.motto-banner {
  background: #d4af37;
  color: var(--gradient-color);
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 30px;
}