.highlight {
  background: #ffffff;
  border-left: 6px solid #9f0d09;
  padding: 1.2rem;
  margin-bottom: 2rem;
  font-size: 16px;
}

.highlight-one {
  background: rgba(255, 255, 255, 0.08);
  border-left: 5px solid #9f0d09;
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem auto;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.highlight-two {
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 4px solid #9f0d09;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.8rem;
  margin: 2rem auto;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.news-info .card {
  box-shadow: none;
  margin-bottom: 10px;
  padding: 30px 15px 10px;
}

.news-info .card h3,
.news-info .card p {
  color: #f3f1f1;
}

.news-info .stars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.news-info .card h3 {
  line-height: 0;
}

.footer-quote {
  text-align: center;
  font-style: italic;
  margin: 3rem 0 1.5rem;
  font-size: 20px;
  color: #252525;
}

.footer-note {
  text-align: center;
  color: #252525;
  margin-bottom: 2.5rem;
}

.bg-one {
  background: #9f0d09;
}

/* Royal Blue (primary) */
.bg-two {
  background: #283593;
}

/* Deep Indigo Blue */
.bg-three {
  background: #311b92;
}

/* Regal Purple */
.bg-four {
  background: #27a098;
}

/* Amethyst Violet */
.bg-five {
  background: #4a148c;
}

/* Dark Majesty Purple */
.bg-six {
  background: #6a1b9a;
}

/* Royal Orchid */
.bg-seven {
  background: #512da8;
}

/* Deep Lavender */
.bg-eight {
  background: #3949ab;
}

/* Sapphire Blue */
.bg-nine {
  background: #1565c0;
}

/* Rich Cobalt */
.bg-ten {
  background: #2e7d32;
}

/* Deep Emerald Green */
.bg-eleven {
  background: #1b5e20;
}

/* Dark Forest Green */
.bg-twelve {
  background: #1cb7b2;
}

/* Deep Crimson */
.bg-thirteen {
  background: #880e4f;
}

/* Royal Wine */
.bg-fourteen {
  background: #ad1457;
}

/* Mulberry Jewel */
.bg-fifteen {
  background: #b2c628;
}

/* Ruby Red */
.bg-sixteen {
  background: #9c27b0;
}

/* Regal Lilac */
.highlight ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin: 1rem 0;
}

.highlight ul li {
  margin-bottom: 0.5rem;
}

.highlight-alt {
  background: linear-gradient(135deg, #fff5e6, #f7f0fa);
  border-left: 8px solid #9b59b6;
  /* royal purple accent */
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.highlight-alt h2,
.highlight-alt h3 {
  color: #6a1b9a;
  /* deep royal purple */
  margin-top: 0;
}

.highlight-alt-one {
  background: #4b2e83;
  /* deep royal purple */
  border-left: 6px solid #f1c40f;
  /* rich gold accent */
  padding: 2.5rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.highlight-alt-one h2,
.highlight-alt-one h3 {
  color: #f9e79f;
  /* soft gold text */
  margin-top: 0;
}

.highlight-alt-one p,
.highlight-alt-one li {
  color: #f8f9f9;
  /* almost white for contrast */
  line-height: 1.8;
}

.highlight-alt-one ul {
  padding-left: 1.2rem;
}

.highlight-alt-two {
  background: linear-gradient(135deg, #5c2a9d, #8e44ad);
  /* plum gradient */
  color: #fdf6ee;
  /* royal cream text */
  padding: 2.8rem;
  margin: 2rem 0;
  border-radius: 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.highlight-alt-two h2,
.highlight-alt-two h3 {
  color: #ffdd7f;
  /* soft regal gold headings */
  margin-top: 0;
}

.highlight-alt-two p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #fff;
  font-size: 16px;

}

.highlight-alt-two ul {
  list-style: circle inside;
  margin-top: 1rem;
}

.highlight-alt-two li {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 15px;
}

.highlight-election td {
  color: #fff;
}

.highlight-election {
  background: #9f0d09;
  /* deep royal navy with slight transparency */
  color: #f5e8c7;
  /* warm soft gold text */
  padding: 3rem;
  margin: 2.5rem 0;
  border-left: 8px solid #fee01a;
  /* gold accent line */
  border-radius: 1.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.highlight-election h2,
.highlight-election h3 {
  color: #ffd700;
  /* bright gold headings */
  font-family: 'Merriweather', serif;
  margin-top: 0;
}

.highlight-election p {
  color: #fff;
  line-height: 32px;
  font-size: 16px
}

.highlight-election ul {
  margin-top: 1.5rem;
  list-style: square inside;
}

.highlight-election li {
  margin-bottom: 0.8rem;
  color: #fff;
}

.highlight-election strong {
  color: #ffeb7a;
}

.highlight-yellow {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  color: #000;
  padding: 3rem;
  margin: 2.5rem 0;
  border-left: 10px solid #a2a09c;
  border-radius: 1.75rem;
  box-shadow: 0 8px 6px rgb(2 45 65);
}

.highlight-blue {
  background: linear-gradient(135deg, rgb(239 246 255 / 25%), #fff);
  color: #000;
  padding: 3rem;
  margin: 2.5rem 0;
  border-left: 10px solid #fee01a;
  border-radius: 1.75rem;
  box-shadow: 6px 6px 6px rgb(251 252 253);

}

.highlight-white {
  background-color: #fbf7ba;
  color: #2e562e;
  padding: 30px;
  margin: 0;
  border-left: 10px solid #ffffff;
  border-radius: 1.75rem;
}

.why-choose .highlight-white {
  background-color: #fbf7ba;
  background: radial-gradient(circle at 10% 20%, rgba(31, 162, 255, .25), transparent 45%), radial-gradient(circle at 90% 80%, rgba(255, 152, 0, .25), transparent 45%), linear-gradient(135deg, #eef3ff, #ffffff 60%);
  color: #2e562e;
  padding: 30px;
  margin: 0;
  border-left: 10px solid #ffc107;
  border-radius: 1.75rem;
}

.highlight-green {
  background-color: #fbf7ba;
  color: #2e562e;
  padding: 30px;
  margin: 0;
  border-left: 10px solid #ffffff;
  border-radius: 1.75rem;
}

.highlight-green h2,
.highlight-green h3 {
  color: #1b5e20;

  margin-top: 0;
}

.highlight-green p {
  line-height: 1.9;
}

.highlight-green ul {
  margin-top: 1.5rem;
  list-style: '🌿 ';
  padding-left: 1rem;
}

.highlight-green li {
  margin-bottom: 0.8rem;
  text-align: justify;

}

.highlight-green strong {
  color: #2e7d32;
}

.highlight-green em {
  color: #388e3c;
  font-style: normal;
  font-weight: 600;
}

.highlight-admissions {
  background: linear-gradient(135deg, #e8f0fa, #ffffff);
  color: #2c3e50;
  border-left: 8px solid #2a5298;
  /* royal blue */
  border-radius: 1.5rem;
  padding: 3rem;
  margin: 2.5rem 0;
  box-shadow: 0 6px 20px rgba(42, 82, 152, 0.25);
  font-family: 'Segoe UI', sans-serif;
}

.highlight-admissions h2,
.highlight-admissions h3 {
  color: #2a5298;
  margin-top: 0;
}

.section-highlight li {
  text-align: justify;
}

.highlight-admissions p {
  line-height: 1.8;
}

.highlight-admissions ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.highlight-admissions li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.highlight-admissions li::before {
  content: '⭐';
  position: absolute;
  left: 0;
  color: #9f0d09;
  /* gold */
}

.highlight-admissions strong {
  color: #2a5298;
  margin-left: 10px;

}

.highlight-admissions em {
  color: #9f0d09;
  font-style: normal;
  font-weight: 600;
}

.highlight-royal-leadership {
  background: #f8f9fa;
  border-left: 8px solid #1e3a8a;
  border-radius: 1.25rem;
  padding: 3rem;
  margin: 2rem auto;
  max-width: 100%;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.1);
}

.highlight-royal-leadership h2,
.highlight-royal-leadership h3 {
  color: #1e3a8a;
  position: relative;
  padding-bottom: 0.4rem;
}

.highlight-royal-leadership h2::after,
.highlight-royal-leadership h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #bfa33c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s;
}

.highlight-royal-leadership h2:hover::after,
.highlight-royal-leadership h3:hover::after {
  width: 100px;
}

.highlight-royal-leadership p {
  font-size: 15px;
  line-height: 1.9;
  margin: 1.5rem 0;
}

.highlight-royal-leadership ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1.8rem;
}

.highlight-royal-leadership li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.4rem;
  font-size: 15px;
}

.highlight-royal-leadership li::before {
  content: '⭐';
  position: absolute;
  left: 0;
  color: #bfa33c;
  font-size: 16px;
}

.highlight-royal-leadership blockquote {
  margin: 2.5rem 0;
  padding: 1.8rem 2.5rem;
  background: #fff8dc;
  border-left: 6px solid #bfa33c;
  font-style: italic;
  color: #5c4528;
  border-radius: 0.75rem;
}

.highlight-royal-leadership strong {
  color: #1e3a8a;
}

.highlight-royal-leadership em {
  color: #bfa33c;
  font-style: normal;
  font-weight: 600;
}

.highlight-section {
  background: #f5f0fa;
  /* very light lavender */
  border-left: 6px solid #7e57c2;
  /* elegant medium purple */
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(126, 87, 194, 0.2);
}

header blockquote {
  font-size: 1.4rem;
  font-style: italic;
  border-left: 4px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
  max-width: 700px;
  margin: 1rem auto 0;
}

.mainpage blockquote {
  background: #f5f0fa;
  border-left: 6px solid #fee01a;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(126, 87, 194, 0.1);
  font-style: italic;
  font-size: 20px;
}

.mainpage h1 {
  line-height: 45px;
}

.highlight-meth {
  h2 {
    background-color: #004080;
    color: white;
    padding: 10px;
  }

  h3 {
    color: #004080;
    border-left: 5px solid #004080;
    padding-left: 10px;
  }

  h4 {
    color: #0066cc;
  }

  ul {
    margin-bottom: 20px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
  }

  table,
  th,
  td {
    border: 1px solid #999;
  }

  th,
  td {
    padding: 8px;
    text-align: left;
  }

  th {
    background-color: #e6f0ff;
  }

  .highlight {
    background-color: #ffffcc;
    font-weight: bold;
  }

  .note {
    background-color: #fff3cd;
    padding: 10px;
    border-left: 5px solid #ffcc00;
    margin: 15px 0;
  }
}


.club-box {
  background-color: #fffaf2;
  border-left: 8px solid #b18904;
  border-radius: 10px;
  padding: 25px 30px;
  max-width: 100%;
  margin: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.club-title {
  font-size: 24px;
  font-weight: bold;
  color: #593202;
}

.club-motto {
  font-style: italic;
  color: #8c5c00;
  margin: 10px 0 20px 0;
  font-weight: 800;
}

.club-description {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}

.quote {
  font-style: italic;
  font-size: 18px;
  color: #6a4b23;
  margin-bottom: 30px;
}

.intro {
  font-size: 16px;
  margin-bottom: 40px;
}

.house-box {
  background-color: #fffaf2;
  border-left: 6px solid #2f5d3f;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.house-title {
  font-size: 28px;
  font-weight: bold;
  color: #2d472f;
  margin-bottom: 10px;
}

.house-description {
  font-size: 16px;
}

.chola-box {
  background: linear-gradient(135deg, #ffffff, #fffcf2);
  border: 2px solid #d4af37;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 16px rgba(212, 175, 55, 0.2);
  margin-bottom: 40px;
  transition: transform 0.3s ease;
}

.chola-box:hover {
  transform: scale(1.02);
}

.pandya-box {
  background: linear-gradient(135deg, #f4f9ff, #fefefe);
  border: 2px solid #2b5dab;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 16px rgba(43, 93, 171, 0.2);
  margin-bottom: 40px;
  transition: transform 0.3s ease;
}

.pandya-box:hover {
  transform: scale(1.02);
}

.pandya-title {
  font-size: 26px;
  color: #1e3d73;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 6px;
}

.pandya-description {
  font-size: 17px;
  color: #203248;
  line-height: 1.8;
}

.pallava-box {
  background-color: #f5fff5;
  border: 3px solid #252525;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(123, 111, 67, 0.4);
  margin-bottom: 40px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.pallava-box:hover {
  box-shadow: 0 12px 30px rgba(123, 111, 67, 0.7);
  transform: translateY(-5px);
}

.pallava-title {
  font-size: 28px;
  font-weight: 700;
  color: #5a4e2a;
  margin-bottom: 15px;
  padding-bottom: 8px;
  letter-spacing: 1.1px;
}

.pallava-description {
  font-size: 18px;
  line-height: 1.75;
  color: #5b533c;
}

.chera-box {
  background: linear-gradient(135deg, #efffef, #ffffff);
  border: 3px solid #4a7d4a;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(74, 125, 74, 0.4);
  margin-bottom: 40px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.chera-box:hover {
  box-shadow: 0 10px 25px rgba(74, 125, 74, 0.7);
  transform: translateY(-5px);
}

.chera-title {
  font-size: 28px;
  font-weight: 700;
  color: #2e6b2e;
  margin-bottom: 15px;
  padding-bottom: 8px;
  letter-spacing: 1.1px;
}

.chera-description {
  font-size: 18px;
  line-height: 1.75;
  color: #2f4f2f;
}

.highlight-blue-one {
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.2), 0 6px 20px rgba(76, 175, 80, 0.25);
  padding: 25px;
  border-radius: 15px;
}

.eca-section {
  color: #3b3b3b;
  transition: 0.3s ease-in-out;
}



.eca-title {
  font-size: 30px;
  color: #512b00;
  font-weight: bold;
  border-bottom: 2px solid #c19a6b;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.eca-subtitle {
  font-size: 22px;
  color: #734b28;
  font-weight: 600;
  margin-bottom: 15px;
}

.eca-text {
  font-size: 17px;
  line-height: 32px;
  color: #252525;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: justify;
}


.eca-title {
  font-size: 28px;
  color: #5c3d00;
  border-bottom: 2px solid #c19a6b;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.eca-text {
  font-size: 17px;
  color: #3c3c3c;
  line-height: 1.8;
  margin-bottom: 20px;
}

.eca-list {
  margin-left: 20px;
  padding-left: 20px;
}

.eca-list li {
  margin-bottom: 12px;
  color: #4a2d00;
}

.sub-list {
  margin-top: 10px;
  margin-left: 30px;
  list-style-type: square;
}

.sub-list li {
  color: #333;
  font-size: 16px;
  margin-bottom: 8px;
}

.opportunities-title {
  font-size: 26px;
  color: #5a3e1b;
  margin-bottom: 20px;
  border-bottom: 2px solid #d6ae7b;
  padding-bottom: 8px;
}

.opportunities-text {
  font-size: 17px;
  color: #3a3a3a;
  line-height: 1.7;
  margin-bottom: 20px;
}

.flex-fill.about-content.highlight-blue.mt-0 {
  background: linear-gradient(135deg, rgb(180 75 74), #9f0d09);
}

.listing-body {
  position: relative;
}

.linsting-one .listing-img img {
  width: 288px;
  max-width: 100%;
  padding: 15px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.linsting-dark {
  background-color: #002165 !important;
}

.linsting-dark .section-title-area h2 {
  color: #ffffff;
}

.linsting-dark p.desc,
.linsting-dark .section-title-area .pre-title {
  color: #ffffff;
}

.linsting-one .listing-img-two img {
  width: 420px;
  max-width: 100%;
  position: absolute;
  top: 30%;
  right: 0;
  background-color: #fff;
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section_padding {
  padding: 50px 0 200px;
}

.linsting-one {
  background-color: #f0ffff;
}

.news-section p marquee {
  width: 1100px;
  margin: 0 0 0 35px;
}

.news-section p span {
  width: 200px;
}

.school-section {
  background: linear-gradient(to right, #f5f5f5 52%, transparent 100%), url(../images/bg/about.png);
  background-size: contain;
  background-position: left, right;
  background-repeat: no-repeat;

}

.play-school-section {
  background-image: url(../images/bg/faq-bg-2.png);
  background-color: #e4ecff;
  background-size: cover;
  background-position: left, right;
  background-repeat: no-repeat;
}

.news-section p {
  background-color: #fbf7ba;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.news-section {
  padding: 30px 0;
}

/* CARDS */
.group-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  width: 1200px;
}

.group-card,
.profile {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.group-card .icon-img img {
  width: 70px;
}

.group-card .icon-img {
  display: flex;
  align-items: center;
  gap: 6px;
}

.group-card:hover,
.profile:hover {
  transform: translateY(-10px);
}

.group-card h3 {
  font-family: var(--font-body);
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 30px;
  margin-left: 10px;
  font-size: 24px;
}

.group-card p {
  font-size: 14px;
  margin: 15px 0;
  line-height: 20px;
}


/* BUTTONS */
.group-cards .btn {
  padding: 10px 16px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  margin: auto;
  width: 140px;
  font-size: 14px;
}

.group-cards .primary {
  background: linear-gradient(135deg, #10315e, #10315e);
  color: #fff;
}

.group-cards .secondary {
  background: #ffffff;
  color: #10315e;
}

.group-cards .primary:hover,
.group-cards .secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.group-cards .outline {
  background: transparent;
  border: 2px solid #10315e;
  color: #10315e;
}


/* Banner Wrapper */
.scism-banner-wrap {
  padding: 60px;
  background: linear-gradient(135deg, #002165, #002165);
}

/* Main Layout */
.scism-banner-content {
  max-width: 1300px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  gap: 40px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Left Panel */
.scism-left-panel {
  flex: 1;
}

.scism-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.scism-logo-icon {
  font-size: 28px;
}

.scism-brand-name {
  font-weight: 600;
  color: #002165;
}

.scism-main-title {
  font-size: 48px;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
}

.scism-main-title span {
  color: #002165;
}

/* Badge */
.scism-badge {
  display: inline-block;
  background: #002165;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  margin: 20px 0;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.4s ease;
}

.scism-badge:hover {
  background: #002165;
  transform: scale(1.05);
}

/* Description */
.scism-description {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Action Row */
.scism-action-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.scism-call-btn {
  background: #002165;
  color: #fff;
  padding: 14px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.scism-call-btn::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}

.scism-call-btn:hover::after {
  left: 0;
}

.scism-call-btn:hover {
  transform: translateY(-3px);
}

.scism-phone {
  font-weight: 600;
  color: #002165;
}

.scism-phone a {
  font-weight: 600;
}

/* Website */
.scism-website {
  margin-top: 25px;
  font-weight: 500;
  color: #333;
}

/* Right Panel */
.scism-right-panel {
  flex: 1;
  position: relative;
}

/* Image Cards */
.scism-image-card {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  transition: all 0.6s ease;
  cursor: pointer;
}

/* Main Image */
.scism-img-main {
  height: 100%;
  background-image: url("../images/admisions1.jpg");
}

.scism-img-main:hover {
  transform: scale(1.05);
}

/* Small Images */
.scism-img-small {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 6px solid #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.scism-img-small.top {
  top: -30px;
  right: -30px;
  background-image: url("../images/admisions2.jpg");
}

.scism-img-small.bottom {
  bottom: -30px;
  left: -30px;
  background-image: url("../images/admisions3.jpg");
}

.scism-phone a:hover {
  color: #fee01a;
}

.scism-img-small:hover {
  transform: scale(1.1) rotate(3deg);
}

/* ABOUT SECTION */

.about-area-wrapper {
  padding: 50px 7%;
  background: linear-gradient(to right, #ffffff 30%, transparent 100%), url(../images/bg/about-playschool.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}


.about-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.about-left p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.info-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.info-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 380px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

/* Common Style */
.info-box {
  padding: 25px;
  border-radius: 12px;
  width: 380px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

/* First Info Box – White to Light Yellow */
.info-box.box-yellow {
  background: linear-gradient(135deg, #ffffff, #fff9db);
  border: 1px solid #f4c430;
}

.info-box.box-yellow:hover {
  background: linear-gradient(135deg, #fff9db, #fff3b0);
  transform: translateY(-8px);
}

/* Second Info Box – White to Light Blue */
.info-box.box-blue {
  background: linear-gradient(135deg, #ffffff, #e6f0ff);
  border: 1px solid #4a90e2;
}

.info-box.box-blue:hover {
  background: linear-gradient(135deg, #e6f0ff, #cce0ff);
  transform: translateY(-8px);
}

.info-box i {
  font-size: 28px;
  color: #1e3c72;
  margin-bottom: 20px;
  margin-right: 10px;
}

.info-box-icon {
  display: flex;
  align-items: center;
}

.info-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* ABOUT IMAGE */

.about-right {
  flex: 1;
  text-align: center;
}

.about-right img {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  transition: 0.5s;
}

.about-right img:hover {
  transform: scale(1.05);
}

/* CORE VALUES */

.values-section {
  background: linear-gradient(to right, #ffffff 30%, transparent 100%), url(../images/about/about-values.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 50px 7%;
}

.values-section .about-content-play {
  width: 350px;
  max-width: 100%;
}

.section-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.value-box {
  background: linear-gradient(135deg, #ffffff, #e6f0ff);
  border: 1px solid #4a90e2;
  padding: 30px;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  margin: 20px 0 0;
}

.value-box i {
  font-size: 30px;
  color: #1e3c72;
  margin-bottom: 15px;
  margin-right: 10px;
}

.info-box-icon h3 {
  line-height: 25px;
}

.value-box:hover {
  transform: scale(1.05);
}

/* Common Icon Style */
.feature-card i {
  font-size: 28px;
  color: #ffffff;
  padding: 18px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* 1st Card Icon */
.feature-card:nth-child(1) i {
  background: #1e3c72;
  /* Dark Blue */
}

/* 2nd Card Icon */
.feature-card:nth-child(2) i {
  background: #14532d;
  /* Dark Green */
}

/* 3rd Card Icon */
.feature-card:nth-child(3) i {
  background: #7f1d1d;
  /* Dark Maroon */
}

/* 4th Card Icon */
.feature-card:nth-child(4) i {
  background: #4c1d95;
  /* Dark Purple */
}

/* LEARNING AREA */

.learning-area {
  padding: 50px 7%;
  text-align: center;
  background-color: #f5f5f5;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  margin-top: 25px;
}


.feature-card:hover {
  background: linear-gradient(135deg, #ffffff, #fff9db);
  color: #fff;
  transform: translateY(-10px);
}

.feature-card:hover i {
  color: #fff;
}

/* ANIMATION */

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-content-play p.desc {
  text-align: left;
}

.about-content-play {
  width: 760px;
  max-width: 100%;
}

.history-section {
  background: linear-gradient(to left, #eef2f9 30%, transparent 100%), url(../images/bg/about-playschool-2.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.blog-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Base Card */
.single-blog-style-one {
  padding: 25px;
  border-radius: 15px;
  transition: 0.4s ease;
}

.single-blog-style-one {
  padding: 25px;
  border-radius: 15px;
  transition: 0.4s ease;
}

/* 1 – Light Blue */
.single-blog-style-one:nth-child(1) {
  background: #eaf4ff;
}

/* 2 – Light Peach */
.single-blog-style-one:nth-child(2) {
  background: #fff1e6;
}

/* 3 – Light Mint */
.single-blog-style-one:nth-child(3) {
  background: #e8fff5;
}

/* 4 – Light Lavender */
.single-blog-style-one:nth-child(4) {
  background: #f3ecff;
}

/* 5 – Light Pink */
.single-blog-style-one:nth-child(5) {
  background: #ffeef4;
}

/* 6 – Light Yellow */
.single-blog-style-one:nth-child(6) {
  background: #fffbe6;
}

/* 7 – Light Cyan */
.single-blog-style-one:nth-child(7) {
  background: #e6fbff;
}

/* 8 – Light Orange */
.single-blog-style-one:nth-child(8) {
  background: #fff4e6;
}

/* 9 – Light Sky */
.single-blog-style-one:nth-child(9) {
  background: #e6f7ff;
}

/* 10 – Light Green */
.single-blog-style-one:nth-child(10) {
  background: #f0fff0;
}

/* 1 – Soft Blue */
.single-blog-style-one:nth-child(5n+1) {
  background: linear-gradient(135deg, #ffffff, #eaf4ff);
}

/* 2 – Light Peach */
.single-blog-style-one:nth-child(5n+2) {
  background: linear-gradient(135deg, #ffffff, #fff1e6);
}

/* 3 – Light Mint */
.single-blog-style-one:nth-child(5n+3) {
  background: linear-gradient(135deg, #ffffff, #e8fff5);
}

/* 4 – Light Lavender */
.single-blog-style-one:nth-child(5n+4) {
  background: linear-gradient(135deg, #ffffff, #f3ecff);
}

/* 5 – Light Pink */
.single-blog-style-one:nth-child(5n+5) {
  background: linear-gradient(135deg, #ffffff, #ffeef4);
}

.single-blog-style-one:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.flex-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

/* ===== HERO ===== */
.scp-hero {
  height: 95vh;
  background: url('images/school-banner.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.scp-overlay {
  background: rgba(8, 34, 79, 0.88);
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  animation: zoomFade 1.5s ease;
}

.scp-overlay h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
}

.scp-overlay p {
  color: #ddd;
  font-size: 18px;
}

/* ===== CONTENT BOX ===== */
.scp-content-box {
  flex: 1;
  min-width: 320px;
  background: #0d2d63;
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: all .4s ease;
}

.scp-content-box:hover {
  transform: translateY(-10px);
  background: #134aa3;
}

.scp-content-box h2 {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}

.scp-content-box p {
  color: #fff;
}

.scp-content-box h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #ffd700;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.scp-content-box ul li {
  margin-bottom: 12px;
  list-style: none;
  color: #f2f2f2;
  line-height: 30px;
  font-size: 16px;
}

.scp-content-box ul li i {
  margin-right: 8px;
}

/* ===== IMAGE STYLE ===== */
.scp-image-box {
  flex: 1;
  min-width: 320px;
  overflow: hidden;
  border-radius: 20px;
}

.scp-image-box img {
  width: 100%;
  transition: transform .6s ease;
}

.scp-image-box:hover img {
  transform: scale(1.1) rotate(2deg);
}

/* ===== CARD SECTION ===== */
.scp-card-section {
  background: linear-gradient(135deg, #ffffff, #e8f0ff);
  text-align: center;
}

.scp-center-title {
  font-size: 32px;
  margin-bottom: 50px;
}

.scp-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.scp-card {
  background: #0d2d63;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  transition: all .4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.scp-card:hover {
  background: #ffd700;
  color: #0d2d63;
  transform: translateY(-12px);
}

/* ===== FOOTER ===== */
.scp-footer {
  background: #081f44;
  color: #ccc;
  text-align: center;
  padding: 25px;
}

/* ===== ANIMATION ===== */
@keyframes zoomFade {
  from {
    opacity: 0;
    transform: scale(.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* SECTION BACKGROUND */
/* SECTION BACKGROUND */
.fac-zone-wrapper {
  background-image: url(../images/bg/faq-bg-2.png);
  background-color: #e4ecff;
  text-align: center;
}

/* TITLE STYLE */
.fac-main-heading {
  font-size: 34px;
  font-weight: 700;
  color: #0d2d63;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.fac-main-heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffd700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.fac-sub-text {
  max-width: 700px;
  margin: 20px auto 60px;
  font-size: 16px;
  color: #555;
}

/* GRID */
.fac-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
}

/* CARD STYLE */
.fac-card-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all .4s ease;
  color: #0d2d63;
  /* Dark blue text */
}

/* Child 1 – Light Blue */
.fac-card-box:nth-child(1) {
  background: linear-gradient(135deg, #f0f6ff, #dce9ff);
}

/* Child 2 – Light Peach */
.fac-card-box:nth-child(2) {
  background: linear-gradient(135deg, #fff4ec, #ffe3d3);
}

/* Child 3 – Light Green */
.fac-card-box:nth-child(3) {
  background: linear-gradient(135deg, #f1fff4, #d9f7df);
}

/* Child 4 – Light Lavender */
.fac-card-box:nth-child(4) {
  background: linear-gradient(135deg, #f7f3ff, #e5dcff);
}

/* Hover Effect */
.fac-card-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}


.fac-card-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.fac-image-area {
  height: 220px;
  overflow: hidden;
}

.fac-image-area img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .6s ease;
}

.fac-card-box:hover .fac-image-area img {
  transform: scale(1.1);
}

/* CONTENT */
.fac-content-area {
  padding: 25px;
}

.fac-content-area h3 {
  font-size: 18px;
  color: #0d2d63;
  margin-bottom: 10px;
  line-height: 25px;
}

.fac-content-area p {
  font-size: 14px;
  color: #666;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .fac-main-heading {
    font-size: 28px;
  }
}

/* FLEX */
.flex-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

/* CONTENT BOX */
.learn-content-box {
  flex: 1;
  min-width: 320px;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all .4s ease;
  animation: fadeSlide 1.2s ease;
}

.learn-content-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* DARK BLUE TITLE */
.learn-content-box h2 {
  color: #0d2d63;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

/* Animated Underline */

.learn-content-box h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #ffd700;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.learn-content-box:hover h2::after {
  width: 60px;
}

/* TEXT */
.learn-content-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #1c3b75;
}

/* IMAGE BOX */
.learn-image-box {
  flex: 1;
  min-width: 320px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all .4s ease;
}

.learn-image-box img {
  width: 100%;
  transition: transform .6s ease;
}

.learn-image-box:hover img {
  transform: scale(1.08) rotate(1deg);
}

/* ANIMATION */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media(max-width:768px) {
  .flex-layout {
    flex-direction: column;
  }
}

/* ===============================
   GLOBAL WRAPPER
=================================*/

.scism-poster-wrapper {
  font-family: 'Poppins', sans-serif;
  background: #f3f6fb;
}

/* ===============================
   HERO SECTION
=================================*/

.scism-poster-hero {
  background: url('images/annual-day.jpg') center/cover no-repeat;
  height: 520px;
  position: relative;
}

.scism-poster-overlay {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scism-poster-overlay h1 {
  font-size: 60px;
  color: #ffd700;
  letter-spacing: 3px;
  animation: fadeUp 1s ease forwards;
}

.scism-poster-overlay h3 {
  font-size: 28px;
  margin: 10px 0;
  animation: fadeUp 1.3s ease forwards;
}

.scism-poster-overlay p {
  font-size: 18px;
  animation: fadeUp 1.6s ease forwards;
}

/* Curved Bottom Divider */
.scism-poster-hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #f3f6fb;
  border-top-left-radius: 100% 60px;
  border-top-right-radius: 100% 60px;
}

/* ===============================
   STRIP SECTION
=================================*/

.scism-strip {
  padding: 40px 10%;
  text-align: center;
  color: #fff;
  transition: 0.4s ease;
}

.scism-red {
  background: linear-gradient(90deg, #c62828, #e53935);
}

.scism-strip:hover {
  letter-spacing: 1px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* ===============================
   ROW CARD DESIGN
=================================*/

.scism-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 1200px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: 0.5s ease;
}

.scism-row:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.scism-row.scism-reverse {
  flex-direction: row-reverse;
}

/* ===============================
   IMAGE
=================================*/

.scism-img {
  flex: 1;
  overflow: hidden;
}

.scism-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.6s ease;
}

.scism-row:hover .scism-img img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* ===============================
   CONTENT
=================================*/

.scism-content {
  flex: 1;
  padding: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.scism-content::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.6s ease;
}

.scism-row:hover .scism-content::before {
  width: 100%;
}

.scism-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #ffffff;
}

.scism-content p {
  font-size: 16px;
  line-height: 28px;
  color: #f6f6f6;
}

.scism-content h4 {
  color: #fee01a;
}

/* Gradient Backgrounds */




.scism-blue {
  background-color: #002165;
}

.scism-green {
  background-color: #216a24;
}

.scism-teal {
  background-color: #00695c;
}

.scism-purple {
  background-color: #6a1b9a;
}

.scism-blue {
  background-color: #002165;
}

.scism-navy {
  background-color: #0b1f3a;
}

.scism-indigo {
  background-color: #283593;
}

.scism-royal {
  background-color: #1a237e;
}

.scism-green {
  background-color: #216a24;
}

.scism-forest {
  background-color: #1b5e20;
}

.scism-lime {
  background-color: #558b2f;
}

.scism-teal {
  background-color: #00695c;
}

.scism-cyan {
  background-color: #00838f;
}

.scism-purple {
  background-color: #6a1b9a;
}

.scism-violet {
  background-color: #4a148c;
}

.scism-maroon {
  background-color: #7d011e;
}

.scism-red {
  background-color: #b71c1c;
}

.scism-orange {
  background-color: #e65100;
}

.scism-deeporange {
  background-color: #bf360c;
}

.scism-brown {
  background-color: #5d4037;
}

.scism-darkgray {
  background-color: #263238;
}

/* ===============================
   FOOTER
=================================*/

.scism-footer-text {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ===============================
   FADE UP ANIMATION
=================================*/

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   GLOBAL
=================================*/
.scism-admission-wrapper {
  font-family: 'Poppins', sans-serif;
  background: #f4f7fb;
}


/* ===============================
   DARK HERO SECTION
=================================*/
.scism-admission-hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  padding: 120px 20px;
  text-align: center;
  color: #fff;
}

.scism-admission-overlay h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.hero-tagline {
  font-size: 20px;
  margin-top: 10px;
}

.scism-badge {
  display: inline-block;
  background: #ffd700;
  color: #000;
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ===============================
   INTRO TEXT
=================================*/
.scism-intro-text {
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  color: #444;
}

/* ===============================
   PROGRAM SECTION
=================================*/
.scism-admission-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  gap: 40px;
  padding: 60px 20px;
}

.scism-admission-content {
  flex: 1;
}

.scism-admission-content h2 {
  margin-bottom: 20px;
}

.scism-admission-content ul {
  list-style: none;
  padding: 0;
}

.scism-admission-content li {
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

.scism-admission-image {
  flex: 1;
}

.scism-admission-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* ===============================
   WHY CHOOSE
=================================*/
.scism-why-section {
  background: linear-gradient(135deg, #002165, #1565c0);
  color: #fff;
  padding: 80px 0;
}

.scism-why-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

.scism-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.scism-why-grid div {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s;
}

.scism-why-grid div:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ===============================
   LEARNING
=================================*/
.scism-learning-section {
  padding: 80px 20px;
  text-align: center;
}

.scism-learning-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.scism-learning-grid div {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.scism-learning-grid div:hover {
  transform: translateY(-8px);
}

/* ===============================
   CTA
=================================*/
.scism-admission-cta {
  background: linear-gradient(135deg, #6a1b9a, #8e24aa);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
}

.scism-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 35px;
  background: #ffd700;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.scism-btn:hover {
  background: #fff;
}

.ps-admission-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #fdfbfb, #eaf6ff);
  overflow: hidden;
}

.ps-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.ps-left {
  flex: 1;
}

.ps-badge {
  background: linear-gradient(45deg, #0d2d63, #0d6efd);
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.ps-heading {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}

.ps-heading span {
  color: #0077ff;
}

.ps-description {
  line-height: 30px;
  color: #555;
  margin-bottom: 30px;
}

/* Pills */
.ps-pill-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.ps-pill {
  background: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.ps-pill:hover {
  background: #0077ff;
  color: #fff;
  transform: translateY(-3px);
}

/* Feature Cards */
.ps-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}

.ps-feature-card {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.ps-feature-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Learning */
.ps-learning ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.ps-learning li {
  margin-bottom: 8px;
}

/* Admission Box */
.ps-admission-box {
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}

/* Buttons */
.ps-buttons {
  display: flex;
  gap: 20px;
}

.ps-btn {
  background: #ff6a00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
}

.ps-btn:hover {
  background: #e65c00;
  transform: translateY(-3px);
}

.ps-phone {
  padding: 12px 30px;
  border: 2px solid #0077ff;
  border-radius: 40px;
  text-decoration: none;
  color: #0077ff;
}

/* Images */
.ps-right {
  flex: 1;
  position: relative;
}

.ps-image-main img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.ps-image-main:hover img {
  transform: scale(1.05);
}

/* Floating small images */
.ps-image-small {
  position: absolute;
  width: 180px;
  animation: float 4s ease-in-out infinite;
}

.ps-image-small img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.ps-image-small.top {
  top: -20px;
  right: 30px;
}

.ps-image-small.bottom {
  bottom: -20px;
  left: 30px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* ===============================
   RESPONSIVE
=================================*/
@media(max-width: 992px) {
  .scism-admission-row {
    flex-direction: column;
  }
}

/* Section Title */
.scps-section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

/* WHY SECTION */
.scps-why-section {
  padding: 60px 0;
}

.scps-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.scps-why-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
}

/* Different Background Colors */
.scps-why-card:nth-child(1) {
  background: linear-gradient(135deg, #e3f2fd, #ffffff);
}

.scps-why-card:nth-child(2) {
  background: linear-gradient(135deg, #fff3e0, #ffffff);
}

.scps-why-card:nth-child(3) {
  background: linear-gradient(135deg, #e8f5e9, #ffffff);
}

.scps-why-card:nth-child(4) {
  background: linear-gradient(135deg, #f3e5f5, #ffffff);
}

.scps-why-card:nth-child(5) {
  background: linear-gradient(135deg, #e0f7fa, #ffffff);
}

.scps-why-card:nth-child(6) {
  background: linear-gradient(135deg, #fffde7, #ffffff);
}

.scps-why-card img {
  width: 60px;
  margin-bottom: 15px;
  transition: 0.4s;
}

.scps-why-card h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.scps-why-card p {
  font-size: 14px;
  color: #666;
}

.scps-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.scps-why-card:hover img {
  transform: scale(1.1) rotate(5deg);
}


/* LEARNING SECTION */
.scps-learning-section {
  padding: 60px 0;
  background: #f7fbff;
}

.scps-learning-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.scps-learn-box {
  background: #ffffff;
  padding: 25px 15px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.scps-learn-box img {
  width: 50px;
  margin-bottom: 12px;
  transition: 0.3s;
}

.scps-learn-box span {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.scps-learn-box:hover {
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  color: #fff;
  transform: translateY(-6px);
}

.scps-learn-box:hover img {
  transform: scale(1.1);
}

/* ===== ROYAL ADMISSION CARD ===== */

.royal-admission-card {
  background: linear-gradient(45deg, #0d2d63, #0d6efd);
  padding: 35px 30px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

/* Gold border glow effect */
.royal-admission-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(45deg, #d4af37, #f9e076, #d4af37);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Hover effect */
.royal-admission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.4);
}

/* Text Styling */
.royal-admission-content p {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #ffff;
}

.royal-admission-content p:last-child {
  margin-bottom: 0px;
}

.royal-icon {
  margin-right: 8px;
  font-size: 18px;
}

/* ===== BUTTONS ===== */

.royal-action-group {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}

/* Gold Royal Button */
.royal-btn-primary {
  padding: 12px 35px;
  background: linear-gradient(45deg, #d4af37, #f9e076);
  color: #111;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
}

/* Shine Animation */
.royal-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.6);
}

/* Outline Royal Button */
.royal-btn-outline {
  padding: 12px 35px;
  border: 2px solid #d4af37;
  color: #d4af37;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s ease;
}

.royal-btn-outline:hover {
  background: #d4af37;
  color: #111;
  transform: translateY(-4px);
}

/* ===== ROYAL MERGED BOX ===== */

.royal-merge-box {
  background: linear-gradient(45deg, #0d2d63, #09182e);
  padding: 40px 35px;
  border-radius: 25px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transition: 0.5s ease;
}

/* Gold Border Effect */
.royal-merge-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 25px;
  background: linear-gradient(45deg, #d4af37, #f9e076, #d4af37);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Hover Lift */
.royal-merge-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
}

/* Content Styling */
.royal-merge-content p {
  margin-bottom: 14px;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.royal-merge-content span {
  margin-right: 8px;
  font-size: 18px;
}

/* Buttons */
.royal-merge-buttons {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.royal-merge-btn {
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.4s ease;
}

/* Gold Primary */
.primary-btn {
  background: linear-gradient(45deg, #d4af37, #f9e076);
  color: #111;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
}

.primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(212, 175, 55, 0.6);
}

/* Outline Button */
.outline-btn {
  border: 2px solid #d4af37;
  color: #d4af37;
}

.outline-btn:hover {
  background: #d4af37;
  color: #111;
  transform: translateY(-5px);
}

/* Responsive */
@media(max-width: 991px) {
  .scps-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scps-learning-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {

  .scps-why-grid,
  .scps-learning-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   RESPONSIVE
=================================*/

@media(max-width: 992px) {

  .scism-row {
    flex-direction: column;
  }

  .scism-img img {
    height: 250px;
  }

  .scism-content {
    padding: 30px;
  }

  .scism-poster-overlay h1 {
    font-size: 40px;
  }
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
  .flex-layout {
    flex-direction: column;
  }

  .scism-img img {
    height: 100%;
  }
}

/* RESPONSIVE */

@media(max-width:768px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .about-container {
    flex-direction: column;
  }
}

/* FLOATING SHAPES */
.floating-bg span {
  position: fixed;
  width: 200px;
  height: 200px;
  background: #d4af37;
  opacity: .07;
  border-radius: 50%;
  animation: float 20s infinite alternate ease-in-out;
  z-index: -1;
}

.floating-bg span:nth-child(1) {
  top: 10%;
  left: 5%;
}

.floating-bg span:nth-child(2) {
  bottom: 20%;
  right: 10%;
}

.floating-bg span:nth-child(3) {
  top: 50%;
  right: 30%;
}

.floating-bg span:nth-child(4) {
  bottom: 10%;
  left: 30%;
}

@keyframes float {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-60px);
  }
}

/* HERO */
.ib-hero {
  height: 80vh;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
}

.hero-content p {
  margin-top: 20px;
  font-size: 20px;
  opacity: .9;
}

/* SECTIONS */
.ib-section {
  padding: 60px 0;
  background-image: url(../images/bg/faq-bg-2.png);
}

.light-bg {
  background-color: #f0f8ff;
}


.ib-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.center-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.ib-section h6 {
  margin: auto auto 40px auto;
  font-weight: 500;
}

.center-sub {
  text-align: center;
  max-width: 800px;
  margin: 40px auto;
  opacity: .8;
}

/* IMAGE */
.premium-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
  transition: .5s;
}

.premium-img:hover {
  transform: scale(1.05);
}

/* CARDS */
.ib-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.ib-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .5s;
}

.ib-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ib-card h4 {
  padding: 15px 20px 5px;
  font-size: 20px;
  margin-bottom: 0;
}

.ib-card p {
  padding: 0 20px 0 20px;
  font-size: 14px;
  opacity: .8;
}

.ib-card:hover {
  transform: translateY(-15px);
}

/* ACADEMICS */
.academic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.academic-item {
  background: #fff;
  padding: 25px;
  border-left: 4px solid #d4af37;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  transition: .4s;
}

.academic-item:hover {
  background: var(--primary);
  color: #fff;
}

/* FACILITIES */
.facility-list {
  list-style: none;
  margin: 20px 0;
}

.facility-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.facility-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4af37;
}

/* CTA */
.admission-cta {
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.cta-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 40px;
  background: #d4af37;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: .4s;
}

.cta-btn:hover {
  background: #fff;
  color: var(--primary);
}

/* RESPONSIVE */
@media(max-width:900px) {
  .ib-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 40px;
  }
}

/* IMAGE GRID */
.ib-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px;
}

.ib-image-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
  transition: .6s;
}

.ib-image-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: .6s;
}

.ib-image-card:hover img {
  transform: scale(1.1);
}

/* Overlay */
.ib-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(#26262600, rgb(0 0 0));
  color: #fff;
  padding: 20px;
  transition: .4s;
}

.ib-overlay h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.ib-image-card:hover {
  transform: translateY(-15px);
}

/* ===== Leadership Section Styling ===== */
.leadership-section {
  padding: 60px 0;
  overflow: hidden;
}

.leadership-content {
  padding: 20px 40px 20px 0;
  animation: fadeInLeft 1s ease forwards;
  opacity: 0;
}

.learn-content-box ul li {
  margin-bottom: 12px;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #1c3b75;
}

.learn-content-box ul li i {
  margin-right: 8px;
}

.leadership-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0d2c54;
  position: relative;
}

.leadership-content h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff6600;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: width 0.4s ease;
}

.leadership-content:hover h2::after {
  width: 100px;
}

.leadership-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.leadership-content p:hover {
  transform: translateX(8px);
  color: #000;
}

.leadership-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.leadership-img img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.6s ease, filter 0.6s ease;
}


.leadership-img:hover img {
  transform: scale(1.08);
  filter: brightness(90%);
}

/* Animation */
@keyframes fadeInLeft {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .leadership-content {
    padding: 20px 15px;
    text-align: center;
  }

  .leadership-content h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .leadership-img {
    margin-top: 30px;
  }
}

.edu-overview-section {
  padding: 60px 0;
  background: #f8fbff;
  font-family: 'Segoe UI', sans-serif;
}

.edu-container {
  width: 90%;
  margin: auto;
}

.edu-title-area {
  text-align: center;
  margin-bottom: 70px;
}

.edu-title-area h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0b2d5c;
}

.edu-title-area p {
  color: #ff6600;
  font-weight: 600;
  margin-top: 10px;
}

/* Card Intro */
.edu-card-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  margin-bottom: 90px;
  transition: 0.5s;
}

.edu-card-block:hover {
  transform: translateY(-10px);
}

.edu-card-image img {
  width: 100%;
  border-radius: 15px;
  transition: 0.5s;
}

.edu-card-image img:hover {
  transform: scale(1.05);
}

.edu-split-wrapper {
  background: #f8fbff;
}

/* Split Sections */
.edu-split-section {
  display: flex;
  gap: 60px;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
}

.edu-split-section.reverse {
  flex-direction: row-reverse;
}

.edu-split-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.edu-split-image img:hover {
  transform: scale(1.05);
}

.edu-split-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0b2d5c;
}

.edu-split-content ul {
  padding-left: 20px;
  margin: 20px 0;
}

.edu-split-content ul li {
  margin-bottom: 8px;
  transition: 0.3s;
}

.edu-split-content ul li:hover {
  transform: translateX(8px);
  color: #ff6600;
}

/* Values Section */
.edu-values-section {
  text-align: center;
  background-color: #123d7a;
  background-image: url(../images/matric/define.png);
  background-position: center;
  background-size: cover;
  padding: 50px 30px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.edu-values-list span {
  display: inline-block;
  margin: 12px;
  padding: 12px 25px;
  background-color: #fee01a;
  color: #252525;
  border-radius: 30px;
  transition: 0.4s;
  min-width: 200px;
  font-weight: 700;
}

.edu-values-section h3 {
  color: #ffffff;
}

.edu-values-section p {
  color: #f2f2f2;
}

.edu-values-list span:hover {
  background: #fff;
  color: #0b2d5c;
  transform: scale(1.1);
}

/* Closing */
.edu-closing {
  text-align: center;
}

.edu-final-line {
  font-weight: 700;
  color: #ff6600;
  margin-top: 15px;
}

/* Responsive */
@media(max-width: 992px) {
  .edu-card-block {
    grid-template-columns: 1fr;
  }

  .edu-split-section {
    flex-direction: column;
  }
}

.edu-card-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: linear-gradient(135deg, #0b2d5c, #123d7a);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 90px;
  transition: 0.5s;
  color: #ffffff;
}

.edu-card-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* Make text white inside blue background */
.edu-card-block p {
  color: #f1f1f1;
}

/* Optional: Add left border highlight */
.edu-card-block::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 80%;
  background: #ff6600;
  left: 0;
  top: 10%;
  border-radius: 10px;
}

/* ===============================
   RESPONSIVE DESIGN
================================= */

/* Tablet View */
@media (max-width: 991px) {

  .scism-banner-wrap {
    padding: 40px 20px;
  }

  .scism-banner-content {
    flex-direction: row;
    padding: 30px;
  }

  .scism-left-panel,
  .scism-right-panel {
    width: 100%;
  }

  .scism-main-title {
    font-size: 36px;
  }

  .scism-right-panel {
    height: 350px;
    margin-top: 30px;
  }

  .scism-img-main {
    height: 100%;
  }

  .scism-img-small {
    width: 120px;
    height: 120px;
  }
}


/* Mobile View */
@media (max-width: 576px) {

  .scism-banner-wrap {
    padding: 20px 15px;
  }

  .scism-banner-content {
    padding: 20px;
    border-radius: 15px;
  }

  .scism-main-title {
    font-size: 26px;
  }

  .scism-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .scism-action-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .scism-call-btn {
    width: 100%;
    text-align: center;
  }

  .scism-phone {
    font-size: 14px;
  }

  .scism-website {
    font-size: 14px;
  }

  /* Image Section */
  .scism-right-panel {
    height: 220px;
    margin-top: 20px;
  }

  .scism-img-main {
    height: 100%;
    border-radius: 12px;
  }

  /* Hide floating images for clean mobile layout */
  .scism-img-small {
    display: none;
  }
}


@media (max-width: 991px) {
  .header-default .header-top-one-wrapper .header-top-one .right-information .social-area li {
    display: none;
  }

  .highlight-white {
    margin-bottom: 20px;
  }

  .linsting-one .listing-img-two img {
    display: none;
  }

  .linsting-one .listing-img img {
    width: 100%;
  }

  .section-title-area .pre-title {
    margin: 25px 0;
    justify-content: center;
  }

  .ps-wrapper {
    display: block;
  }

  .royal-merge-box {
    margin-bottom: 35px;
  }

  .footer-single-wized.left-logo img {
    width: 500px;
  }

  .ps-heading {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 700px) {

  .news-section p span {
    width: 100%;
  }

  .news-section p marquee {
    width: 100%;
  }

  .news-section p {
    font-size: 16px;
  }

  .about-content-right {
    margin-right: 0;
  }

  .section_padding {
    padding: 50px 0 50px;
  }

  .footer-single-wized.left-logo img {
    width: 300px;
  }
}

/* =========================
   SCISM PREMIUM DESIGN
========================= */

.scism-section {
  padding: 60px 0;
  position: relative;
}

.scism-light {
  background: #f4f7fc;
}

/* Heading */
.scism-heading h2,
.scism-heading h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.heading-line {
  width: 80px;
  height: 4px;
  background: #2a5298;
  margin: 15px auto 30px;
}

/* Intro Box */
.scism-intro-box {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
}

.scism-intro-box:hover {
  transform: translateY(-10px);
}

/* 2 Column Grid */
.scism-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.scism-image-block img {
  width: 100%;
  border-radius: 20px;
  transition: 0.6s ease;
}

.scism-image-block img:hover {
  transform: scale(1.08);
}

/* Card Grid */
.scism-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.scism-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.scism-card:hover {
  transform: translateY(-12px);
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: #fff;
}

/* Facility Grid */
.scism-facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.scism-facility-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.scism-facility-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.6s ease;
}

.scism-facility-card:hover img {
  transform: scale(1.1);
}

.facility-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  transition: 0.4s;
}

.scism-facility-card:hover .facility-overlay {
  background: linear-gradient(to top, rgba(42, 82, 152, 0.95), transparent);
}

/* Responsive */
@media(max-width: 992px) {
  .scism-grid-2 {
    grid-template-columns: 1fr;
  }
}

.scism-academic-section {
  padding: 60px 0;
}

.scism-container {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.scism-card {
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.scism-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.scism-img img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.scism-card:hover .scism-img img {
  transform: scale(1.1);
}

.scism-card .scism-content {
  padding: 30px 0px 0;
  text-align: left;
}

.scism-content h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.scism-content ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.scism-content ul li {
  margin-bottom: 8px;
  color: #f2f2f2;
}

.scism-content ul li:last-child {
  margin-bottom: 0px;
}

/* Background Color Variations */

.scism-blue {
  background: #0f3057;
}

.scism-green {
  background: #1b4332;
}

.scism-maroon {
  background: #6a040f;
}

.scism-darkblue {
  background: #14213d;
}

.scism-purple {
  background: #3a0ca3;
}

.scism-teal {
  background: #005f73;
}

.scism-orange {
  background: #9c6644;
}

.scism-navy {
  background: #1d3557;
}

.scism-burgundy {
  background: #800f2f;
}

.scism-darkgreen {
  background: #2d6a4f;
}

.scism-sports {
  background: #264653;
}

.scism-enrichment {
  background: #5a189a;
}

.scism-advantage {
  background: #003049;
}

/* ======================================
   SCISM LEARNING ADVANTAGE SECTION
====================================== */

.advantage-section {
  padding: 60px 0;
  background: #f5f8ff;
  overflow: hidden;
}

/* Layout */
.advantage-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

/* LEFT CONTENT */
.advantage-content {
  animation: slideFadeLeft 1s ease forwards;
}

.advantage-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}

.advantage-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  display: block;
  margin-top: 15px;
}

.advantage-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

/* Highlight Tags Container */
.advantage-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Common Style */
.advantage-highlight span {
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Child 1 - Light Blue */
.advantage-highlight span:nth-child(1) {
  background: #e8f1ff;
  color: #2a5298;
}

/* Child 2 - Light Green */
.advantage-highlight span:nth-child(2) {
  background: #e6f7ef;
  color: #1e8e5a;
}

/* Child 3 - Light Orange */
.advantage-highlight span:nth-child(3) {
  background: #fff4e6;
  color: #d97706;
}

/* Child 4 - Light Purple */
.advantage-highlight span:nth-child(4) {
  background: #f3e8ff;
  color: #7e22ce;
}

/* Child 5 - Light Pink */
.advantage-highlight span:nth-child(5) {
  background: #ffe9f3;
  color: #be185d;
}

/* Hover Effect */
.advantage-highlight span:hover {
  background-color: #0f3057;
  color: #fff;
  transition: 0.4s ease;
}

/* RIGHT IMAGE */
.advantage-image-box {
  position: relative;
  animation: slideFadeRight 1s ease forwards;
}

.advantage-image-box img {
  width: 100%;
  border-radius: 22px;
  transition: 0.6s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.advantage-image-box:hover img {
  transform: scale(1.07) rotate(1deg);
}

/* Decorative Floating Shape */
.advantage-image-box::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(42, 82, 152, 0.08);
  border-radius: 50%;
  top: -40px;
  right: -40px;
  z-index: -1;
}

/* Animation Keyframes */
@keyframes slideFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFadeRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .advantage-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .advantage-title {
    font-size: 28px;
  }
}

.academic-excellence-section {
  padding: 100px 0;
}

.academic-header h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.academic-header p {
  max-width: 850px;
  margin: auto;
  color: #555;
}

/* CARD STYLE */
.achievement-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 70px;
  padding: 40px;
  border-radius: 20px;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

/* Reverse layout */
.reverse-layout {
  flex-direction: row-reverse;
}

/* Image */
.achievement-image img {
  width: 600px;
  border-radius: 15px;
  transition: transform 0.6s ease;
}

/* Hover Effect */
.achievement-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

.achievement-card:hover img {
  transform: scale(1.08);
}

/* Badge */
.badge-rank {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.3);
}

/* Premium Color Themes */
.premium-blue {
  background: linear-gradient(135deg, #f0f6ff, #e3edff);
}

.premium-teal {
  background: linear-gradient(135deg, #e6f9f7, #d5f3ef);
}

.premium-purple {
  background: linear-gradient(135deg, #f4ecff, #e7dcff);
}

.premium-gold {
  background: linear-gradient(135deg, #fff7e6, #ffefd1);
}

/* Smooth Animation */
.achievement-card {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.acad-section {
  padding: 60px 20px;
}

.acad-container {
  max-width: 1100px;
  margin: auto;
}

.acad-main-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #1a2b49;
  animation: fadeDown 1s ease;
}

.acad-sub-title {
  text-align: center;
  font-size: 22px;
  color: #ff7a00;
  margin-bottom: 30px;
}

.acad-intro {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555;
}


/* RESULT CARD */

.result-card {
  padding: 30px;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all .4s ease;
}

.result-card:nth-child(1) {
  background-color: #fef2f2;
}

.result-card:nth-child(2) {
  background-color: #eff6ff;
}

.result-card:nth-child(3) {
  background-color: #ecfdf5;
}

.result-card:nth-child(4) {
  background-color: #fffbeb;
}

.result-card:nth-child(5) {
  background-color: #f5f3ff;
}

.result-card:nth-child(6) {
  background-color: #fdf2f8;
}

.result-card:nth-child(7) {
  background-color: #f0fdfa;
}

.result-card:nth-child(8) {
  background-color: #f8fafc;
}

.result-card:nth-child(9) {
  background-color: #fff7ed;
}

.result-card:nth-child(10) {
  background-color: #eef2ff;
}

.result-card:nth-child(11) {
  background-color: #fefce8;
}

.result-card:nth-child(12) {
  background-color: #ecfeff;
}

.result-card:nth-child(13) {
  background-color: #f0fdf4;
}

.result-card:nth-child(14) {
  background-color: #faf5ff;
}

.result-card:nth-child(15) {
  background-color: #fff1f2;
}

.result-card:nth-child(16) {
  background-color: #f1f5f9;
}

.result-card:nth-child(17) {
  background-color: #fdf4ff;
}

.result-card:nth-child(18) {
  background-color: #f0f9ff;
}

.result-card:nth-child(19) {
  background-color: #fffbf0;
}

.result-card:nth-child(20) {
  background-color: #f7fee7;
}

.result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.result-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1a2b49;
}


/* TABLE */

.result-table {
  width: 100%;
  border-collapse: collapse;
}

.result-table th {
  background: #ff7a00;
  color: #fff;
  padding: 14px;
  text-align: left;
  font-size: 15px;
}

.result-table td {
  padding: 14px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.result-table tr {
  transition: all .3s ease;
}

.result-table tr:hover {
  background-color: #ffffff;
}


/* LIST SECTIONS */

.acad-highlight,
.acad-strength {
  background: #ffffff;
  padding: 30px;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: .4s;
}

.acad-highlight:hover,
.acad-strength:hover {
  transform: translateY(-5px);
}

.acad-highlight h3,
.acad-strength h3 {
  margin-bottom: 15px;
  color: #1a2b49;
}

.acad-highlight ul,
.acad-strength ul {
  padding-left: 20px;
  line-height: 2;
  color: #555;
}


/* FOOTER */

.acad-footer {
  margin-top: 50px;
  text-align: center;
}

.acad-footer h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #10315e;
}


/* ANIMATION */

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sticky-home-text {
  position: fixed;
  top: calc(53.5%);
  left: 38px;
  z-index: 20000;
  white-space: nowrap;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom left;
  background-color: #072f82;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 999;
  animation: blinkText 2s infinite;
}

@keyframes blinkText {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.school-excellence {
  position: relative;
  padding: 100px 0;
  background-color: #f7f9ff;
  overflow: hidden;
}

/* Animated Background Shapes */

.school-pattern span {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #007bff;
  opacity: 0.1;
  border-radius: 50%;
  animation: floatSchool 12s infinite linear;
}

.school-pattern span:nth-child(1) {
  top: 10%;
  left: 5%;
}

.school-pattern span:nth-child(2) {
  top: 70%;
  left: 15%;
  width: 50px;
  height: 50px;
}

.school-pattern span:nth-child(3) {
  top: 20%;
  right: 10%;
}

.school-pattern span:nth-child(4) {
  bottom: 10%;
  right: 20%;
}

/* Animation */

@keyframes floatSchool {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Content */

.school-content h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a237e;
  position: relative;
}

.school-content h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #ffd700;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.school-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

/* Button */

.school-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #007bff;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.4s;
}

.school-btn:hover {
  background-color: #ff6600;
}

/* Image */

.school-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.school-image img:hover {
  transform: scale(1.05);
}

.vision-mission-section {
  position: relative;
  padding: 100px 0;
  background-color: #0a2c73;
  overflow: hidden;
}

/* School Pattern */

.education-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/cbse/school-pattern.svg");
  background-size: 180px;
  opacity: 0.08;
  animation: patternMove 40s linear infinite;
}

/* Animation */

@keyframes patternMove {

  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 400px 400px;
  }

}

/* Image */

.vision-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* Cards */

.vm-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.vm-card:hover {
  transform: translateY(-8px);
}

.vm-card h3 {
  color: #0a2c73;
  margin-bottom: 15px;
}

.vm-card ul {
  padding-left: 20px;
}

.vm-card ul li {
  margin-bottom: 10px;
}

.academics-section {
  background-image: url(../images/bg/faq-bg-2.png);
  background-color: #e4ecff;
  padding: 60px 0;
}

.academic-card.flex-fill {
  padding: 55px;
  background-color: #ffffff;
}

.section-title h2 {
  font-size: 38px;
  color: #0a2c73;
  margin-bottom: 10px;
}

.overview-area {
  margin-top: 50px;
  margin-bottom: 60px;
}

.overview-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #0a2c73;
}

.overview-image img {
  width: 100%;
  border-radius: 12px;
}

.academic-card {
  padding: 55px;
  border-radius: 14px;
  transition: 0.4s;
}

/* Card 1 */
.academics-cards .col-lg-4:nth-child(1) .academic-card {
  background-color: #e8f0ff;
  box-shadow: 0 10px 25px rgba(13, 72, 186, 0.15);
}

/* Card 2 */
.academics-cards .col-lg-4:nth-child(2) .academic-card {
  background-color: #e8fff3;
  box-shadow: 0 10px 25px rgba(0, 150, 90, 0.15);
}

/* Card 3 */
.academics-cards .col-lg-4:nth-child(3) .academic-card {
  background-color: #fff6e6;
  box-shadow: 0 10px 25px rgba(255, 140, 0, 0.18);
}

/* Card 4 */
.academics-cards .col-lg-4:nth-child(4) .academic-card {
  background-color: #f3ecff;
  box-shadow: 0 10px 25px rgba(120, 70, 255, 0.18);
}

/* Card 4 */
.academics-cards .col-lg-4:nth-child(5) .academic-card {
  background-color: #ecf7ff;
  box-shadow: 0 10px 25px rgba(120, 70, 255, 0.18);
}

/* Hover Effect */
.academic-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.academic-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.academic-card i {
  font-size: 45px;
  color: #0a2c73;
  margin-bottom: 15px;
  display: block;
}

.section-subtitle {
  margin: 60px 0 40px;
}

.facility-card {
  padding: 25px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  transition: 0.4s;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.facility-card h5,
.facility-card p {
  color: #fff;
}

/* 1 - Royal Blue */
.facility-cards .col-lg-4:nth-child(1) .facility-card {
  background: #0a2c73;
}

/* 2 - Emerald Green */
.facility-cards .col-lg-4:nth-child(2) .facility-card {
  background: #0f8b6d;
}

/* 3 - Maroon */
.facility-cards .col-lg-4:nth-child(3) .facility-card {
  background: #800020;
}

/* 4 - Royal Purple */
.facility-cards .col-lg-4:nth-child(4) .facility-card {
  background: #5a189a;
}

/* 5 - Teal */
.facility-cards .col-lg-4:nth-child(5) .facility-card {
  background: #007f7f;
}

/* 6 - Dark Green */
.facility-cards .col-lg-4:nth-child(6) .facility-card {
  background: #1b5e20;
}

/* 7 - Navy Blue */
.facility-cards .col-lg-4:nth-child(7) .facility-card {
  background: #1a237e;
}

/* 8 - Wine Red */
.facility-cards .col-lg-4:nth-child(8) .facility-card {
  background: #7b1e3c;
}

/* 9 - Indigo */
.facility-cards .col-lg-4:nth-child(9) .facility-card {
  background: #3f37c9;
}

/* 10 - Royal Gold */
.facility-cards .col-lg-4:nth-child(10) .facility-card {
  background: #b8860b;
}

/* Hover Effect */
.facility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.facility-card img {
  margin-bottom: 10px;
}

.facility-card:hover {
  transform: translateY(-8px);
}

.overview-image {
  margin-bottom: 40px;
}

.scism-achievements-area {
  padding: 60px 0;
  background: #f4f7fc;
  font-family: Poppins;
}

.scism-achievements-heading {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 70px;
}

.scism-achievements-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #162b4e;
}

.scism-achievements-heading h4 {
  color: #0d6efd;
  margin-bottom: 15px;
}

/* BLOCK LAYOUT */

.scism-achievement-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.scism-achievement-block.reverse {
  flex-direction: row-reverse;
}

/* IMAGE */

.scism-achievement-image {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}

.scism-achievement-image img {
  width: 100%;
  transition: 0.6s;
}

.scism-achievement-image:hover img {
  transform: scale(1.1);
}

/* TEXT */

.scism-achievement-text {
  flex: 1;
}

.scism-achievement-text h3 {
  font-size: 26px;
  color: #1a2b4f;
  margin-bottom: 15px;
}

.scism-achievement-text p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

.scism-achievement-text ul {
  padding-left: 20px;
}

.scism-achievement-text li {
  margin-bottom: 8px;
}

/* Closing */

.scism-achievement-closing {
  text-align: center;
  max-width: 750px;
  margin: 50px auto auto;
}

.scism-achievement-closing h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #162b4e;
}

/* Animation */

.scism-achievement-block {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Table Box */

.scism-topper-table {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.scism-topper-table h3 {
  font-weight: 700;
  color: #0b3d91;
  margin-bottom: 15px;
}

/* Table */

.scism-topper-table table {
  background: #0b3d91;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

/* Table header */

.scism-topper-table thead {
  background: #082e6b;
}

.scism-topper-table th {
  padding: 14px;
  font-weight: 600;
  text-align: left;
  border: none;
}

/* Table rows */

.scism-topper-table td {
  padding: 14px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Hover effect */

.scism-topper-table tbody tr {
  transition: all .3s ease;
}

.scism-topper-table tbody tr:hover {
  background: #1a56c6;
  transform: scale(1.02);
}

/* Centum highlight */

.scism-topper-table .centum {
  background: #1f5ed8;
  font-weight: 600;
}

/* Image */

.scism-topper-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all .4s ease;
}

/* Image hover */

.scism-topper-image img:hover {
  transform: scale(1.05);
}

.scism-topper-image img {
  width: 100%;
  transition: 0.6s;
}

.scism-topper-image:hover img {
  transform: scale(1.08);
}

.scism-topper-section {
  position: relative;
  overflow: hidden;
  background: #f6f9ff;
  padding: 60px 0;
}

/* pattern container */

.scism-bg-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* light circles */

.scism-light {
  position: absolute;
  border-radius: 50%;
  background: rgba(180, 210, 255, 0.35);
  filter: blur(70px);
  animation: scismFloat 8s ease-in-out infinite;
}

/* sizes */

.scism-light.one {
  width: 250px;
  height: 250px;
  top: 10%;
  left: 5%;
}

.scism-light.two {
  width: 200px;
  height: 200px;
  top: 60%;
  left: 20%;
  animation-delay: 2s;
}

.scism-light.three {
  width: 300px;
  height: 300px;
  top: 30%;
  right: 10%;
  animation-delay: 4s;
}

.scism-light.four {
  width: 220px;
  height: 220px;
  bottom: 10%;
  right: 20%;
  animation-delay: 6s;
}

/* animation */

@keyframes scismFloat {

  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }

}

.edu-pattern-bg {
  position: relative;
  width: 100%;
  height: 300px;
  background: #f7faff;
  overflow: hidden;
}

/* circles */

.pattern-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(150, 190, 255, 0.3);
  filter: blur(80px);
  animation: patternMove 10s ease-in-out infinite;
}

/* positions */

.c1 {
  width: 200px;
  height: 200px;
  top: 20px;
  left: 10%;
}

.c2 {
  width: 150px;
  height: 150px;
  bottom: 20px;
  left: 30%;
  animation-delay: 2s;
}

.c3 {
  width: 220px;
  height: 220px;
  top: 40px;
  right: 15%;
  animation-delay: 4s;
}

.c4 {
  width: 180px;
  height: 180px;
  bottom: 30px;
  right: 25%;
  animation-delay: 6s;
}

/* animation */

@keyframes patternMove {

  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }

}

@media (max-width: 991px) {
  .scism-achievement-block {
    display: block;
  }

  .scism-achievements-heading {
    margin-bottom: 30px;
  }

  .scism-achievement-text {
    padding: 0 40px;
  }
}
.floating-social{
    position: fixed;
    top: 55%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 9999;
}

.floating-social .social{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 10px 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

/* NEW HOVER EFFECT */
.floating-social .social:hover{
    transform: translateX(10px) translateY(-3px) scale(1.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.25),
                0 0 25px rgba(0,0,0,0.15);
}

/* Icon animation */
.floating-social .social i{
    transition: 0.3s;
}

.floating-social .social:hover i{
    transform: scale(1.3) rotate(15deg);
}

/* Colors */
.floating-social .whatsapp{background:#25D366;}
.floating-social .facebook{background:#1877F2;}
.floating-social .phone{background:#ff7a00;}
.floating-social .youtube{background:#FF0000;}
.floating-social .instagram{
    background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
}
/* Sticky Home Button */
.sticky-home-btn{
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 9999;
}

/* Button Style */
.sticky-home-btn a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg,#0d6efd,#00c6ff);
    color: #fff;
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    transition: all 0.35s ease;
}

/* Icon */
.sticky-home-btn i{
    font-size: 16px;
}

/* Hover Effect */
.sticky-home-btn a:hover{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}
/* SECTION BACKGROUND */
.alumni-coming-soon {
    position: relative;
    background: linear-gradient(135deg, #fdfaf5, #f3ead7);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* SOFT PATTERN */
.alumni-coming-soon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#cbb67a 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.12;
}

/* CONTENT */
.royal-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 25px;
    animation: fadeUp 1s ease-in-out;
}

/* TITLE */
.royal-title {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #10315e;
    transition: all 0.4s ease;
}

/* TITLE HOVER */
.royal-title:hover {
    color: #d4af37;
    letter-spacing: 4px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* SUBTITLE */
.royal-subtitle {
    font-size: 30px;
    margin-top: 10px;
    color: #2c2c2c;
    transition: 0.3s;
}

/* SUBTITLE HOVER */
.royal-subtitle:hover {
    color: #a8842c;
}

/* DESCRIPTION */
.royal-description {
    margin-top: 18px;
    font-size: 17px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
    line-height: 1.7;
}

/* DIVIDER */
.royal-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, transparent, #a8842c, transparent);
    margin: 25px auto;
    transition: 0.4s;
}

/* DIVIDER HOVER */
.royal-divider:hover {
    width: 120px;
}

/* TAGLINE */
.royal-tagline {
    font-size: 15px;
    color: #777;
    letter-spacing: 1.5px;
    transition: 0.3s;
}

/* TAGLINE HOVER */
.royal-tagline:hover {
    color: #a8842c;
    letter-spacing: 2px;
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.about-ultimate {
    position: relative;
    overflow: hidden;
}

/* COUNTER */
.counter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
/* BASE */
.counter-box {
    flex: 1 1 220px;
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    transition: 0.4s;
}

/* DIFFERENT COLORS */
.counter-box:nth-child(1) {
    background: linear-gradient(135deg, #080a50, #3534ff);
}

.counter-box:nth-child(2) {
    background: linear-gradient(135deg, #04a0ab, #5b86e5);
}

.counter-box:nth-child(3) {
    background: linear-gradient(135deg, #0b0f7b, #3881ef);
}

.counter-box:nth-child(4) {
    background: linear-gradient(135deg, #8446fc, #3f5efb);
}

/* HOVER EFFECT */
.counter-box:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffff;
}

.counter-box p {
    opacity: 0.8;
    color: #f2f2f2;
}

.counter-box:hover {
    transform: translateY(-10px) scale(1.03);
}

/* GLASS CARD */
.glass-card {
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

/* ICON */
.icon-box img {
    width: 55px;
    margin-bottom: 15px;
}

/* TEXT */
.glass-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.glass-card p {
    line-height: 1.8;
    opacity: 0.9;
}

/* HOVER LIGHT EFFECT */
.glass-card::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 70%);
    top: -100%;
    left: -100%;
    transition: 0.6s;
}

.glass-card:hover::after {
    top: 0;
    left: 0;
}

.glass-card:hover {
    transform: translateY(-10px);
}

/* COLOR ACCENTS */
.mission {
    border-left: 4px solid #00c6ff;
}

.vision {
    border-left: 4px solid #00ffb3;
}

/* MOBILE */
@media (max-width: 768px) {
    .counter-box {
        flex: 1 1 100%;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .royal-title {
        font-size: 40px;
    }
    .royal-subtitle {
        font-size: 22px;
    }
}
@media (max-width: 991.98px) {
  .scism-row.scism-reverse {
    flex-direction: column;
}
}