/* --- Achievers Section CSS --- */
.achievers-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.achiever-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin: 15px 10px;
  position: relative;
  overflow: visible;
}

.achiever-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(112, 15, 20, 0.15); /* Maroon shadow glow */
}

.achiever-img-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 25px;
}

.achiever-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #700f14; /* Brand Maroon */
  padding: 4px;
  background: #fff;
}

/* Premium overlapping score badge */
.score-badge {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #700f14, #a3161d);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(112, 15, 20, 0.4);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 110px;
}

.score-badge .marks {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.score-badge .percent {
  font-size: 16px;
  font-weight: 800;
  color: #ffd700; /* Gold text for percentage */
}

.achiever-info .student-name {
  font-size: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #222;
}

.achiever-info .student-std {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
  font-weight: 500;
}

.achiever-info .student-year {
  display: inline-block;
  background: rgba(112, 15, 20, 0.08);
  color: #700f14;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.achiever-info .student-year i {
  margin-right: 5px;
}

/* Swiper pagination dots styling */
.achievers-slider .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.achievers-slider .swiper-pagination-bullet-active {
  background: #700f14;
  width: 25px;
  border-radius: 10px;
}
/* Sidebar */
.nav-pills .nav-link {
  background-color: #e5e5e5;
  color: #000;
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  font-weight: 500;
}

.nav-pills .nav-link.active {
  background-color: var(--theme-color);
  color: #fff;
}

/* Titles */
.section-title {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}

.section-subtitle {
  color: #d3224d;
  font-size: 22px;
}

.curriculum {
  padding-top: 120px;
}

.student-header {
  background: url("images/studentlife-banner.jpg") center/cover no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.student-header h1 {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 30px;
  border-radius: 5px;
}

/* Section spacing */

.section {
  padding: 60px 0;
}

/* Card style */

.student-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.student-card:hover {
  transform: translateY(-5px);
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}

.student-card img {
  height: 200px;
  object-fit: cover;
}
.student-card h5 {
  color: #fff;
  font-weight: 600;
  padding: 5px 0;
}

.section {
  padding: 45px 0;
}
.section-student-council {
  padding: 0px 0;
}
.section-title {
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.section ul {
  padding-left: 20px;
}

.section li {
  margin-bottom: 6px;
  font-size: 16px;
}

.section img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.welcome-area {
  padding: 0px 20px;
}

.welcome-content h2 {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.welcome-content p {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .welcome-content h2 {
    font-size: 26px;
  }

  .welcome-content p {
    font-size: 16px;
  }
}

.story-area-1 {
  padding: 60px 0;
  background: #f3f4f4;
}

.custom-bg {
  background-color: #f3f4f4;
}
.sec-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.story-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  /* background:linear-gradient(transparent, rgba(0,0,0,0.85)); */
}

.box-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.school-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .school-main-img {
    margin-bottom: 25px;
  }

  .school-main-img img {
    height: 320px;
  }
}

@media (max-width: 576px) {
  .sec-title {
    font-size: 28px;
  }

  .story-card img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .sec-title {
    font-size: 28px;
  }

  .story-card img {
    height: auto;
  }

  .school-main-img img {
    height: auto;
  }
}
.story-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.story-card img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
  transition: 0.4s;
}

.story-content {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.ribbon-text {
  background: linear-gradient(135deg, #004aad, #007bff);
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.3px;
}
.main-slider {
  height: 580px;
}
.chemistry {
  background: linear-gradient(135deg, #ff9a44, #fc6076);
}

.computer {
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.physics {
  background: linear-gradient(135deg, #56ccf2, #2f80ed);
}

.sports {
  background: linear-gradient(135deg, #f857a6, #ff5858);
}

.maths {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}

.library {
  background: linear-gradient(135deg, #654ea3, #eaafc8);
}

.biology {
  background: linear-gradient(135deg, #11998e, #38ef7d);
}

.art {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}
.feature-card-box-content {
  height: 370px;
}
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.blog-content h3 {
  color: #fff;
  font-weight: 600;
  padding: 16px 0;
}
.card {
  height: 270px;
}
.bharathanatyam {
  background: linear-gradient(
    135deg,
    #c31432,
    #240b36
  ); /* classical royal tone */
}

.music {
  background: linear-gradient(
    135deg,
    #1fa2ff,
    #12d8fa,
    #a6ffcb
  ); /* musical fresh tone */
}

.menu-dance {
  background: linear-gradient(
    135deg,
    #ff416c,
    #ff4b2b
  ); /* energetic dance tone */
}

.drama {
  background: linear-gradient(
    135deg,
    #f7971e,
    #ffd200
  ); /* stage spotlight gold */
}

.essay {
  background: linear-gradient(135deg, #00c6ff, #0072ff); /* intellectual blue */
}
.rally {
  background: linear-gradient(135deg, #ff6a00, #ee0979);
}

.festival {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.pongal {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}
.celebration-card {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
}

.celebration-card img {
  height: 220px;
  object-fit: cover;
}

.celebration-card h5 {
  color: #fff;
  font-weight: 600;
}

.celebration-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.contact-map-srk {
  height: auto;
  width: auto;
}
/* background: rgba(11, 11, 12, 0.3); */
/* Enhanced Styling for Story Cards */
.features-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* .story-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
} */

.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.story-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.story-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.story-card:hover .story-image-wrapper img {
  transform: scale(1.05);
}

.story-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
}

.box-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.ribbon-text {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  display: block;
}

/* Main School Image */
.school-main-img {
  background: linear-gradient(135deg, #800000, #ff4e50);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.school-main-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .features-column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .school-main-img {
    margin: 2rem 0;
  }
}

@media (max-width: 576px) {
  .features-column {
    grid-template-columns: 1fr;
  }

  .box-title {
    font-size: 0.9rem;
  }
}
/* ===================================
   ECA Section - Professional Card Grid
   =================================== */

.eca-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.eca-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(102, 126, 234, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.eca-section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(118, 75, 162, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Section Header */
.section-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-subtitle {
  display: inline-block;
  padding: 10px 28px;
  background: linear-gradient(135deg, #700f14 0%, #703738 100%);
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
  animation: fadeInDown 0.6s ease-out;
}

.section-description {
  font-size: 18px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  animation: fadeInUp 0.6s ease-out 0.2s backwards;
}

/* ECA Card */
.eca-card {
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  animation: fadeInUp 0.6s ease-out backwards;
}

.eca-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.05),
    rgba(118, 75, 162, 0.05)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.eca-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.1);
}

.eca-card:hover::before {
  opacity: 1;
}

/* Staggered Animation */
.col-lg-4:nth-child(1) .eca-card {
  animation-delay: 0.1s;
}
.col-lg-4:nth-child(2) .eca-card {
  animation-delay: 0.2s;
}
.col-lg-4:nth-child(3) .eca-card {
  animation-delay: 0.3s;
}
.col-lg-4:nth-child(4) .eca-card {
  animation-delay: 0.4s;
}
.col-lg-4:nth-child(5) .eca-card {
  animation-delay: 0.5s;
}
.col-lg-4:nth-child(6) .eca-card {
  animation-delay: 0.6s;
}

.eca-card-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image Wrapper */
.eca-image-wrapper {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: linear-gradient(135deg, #700f14 0%, #703738 100%);
}

.eca-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eca-card:hover .eca-image-wrapper img {
  transform: scale(1.12) rotate(2deg);
}

/* Overlay */
.eca-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  transition: background 0.4s ease;
}

.eca-card:hover .eca-overlay {
  background: linear-gradient(
    to bottom,
    rgba(102, 126, 234, 0.4) 0%,
    rgba(118, 75, 162, 0.8) 100%
  );
}

/* Icon Badge */
.eca-icon-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  z-index: 2;
}

.eca-icon-badge svg {
  color: #ffffff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.eca-card:hover .eca-icon-badge {
  transform: scale(1.15) rotate(360deg);
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Content */
.eca-content {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-top {
  flex: 1;
}

.eca-category {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.eca-category.sports {
  background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
  color: #ffffff;
}

.eca-category.martial-arts {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #ffffff;
}

.eca-category.wellness {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
}

.eca-category.music {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: #ffffff;
}

.eca-category.performing-arts {
  background: linear-gradient(135deg, #ec4899, #db2777);
  color: #ffffff;
}

.eca-card:hover .eca-category {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.eca-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.eca-card:hover .eca-title {
  background: linear-gradient(135deg, #700f14 0%, #703738 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.eca-description {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Features List */
.eca-features {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e9ecef;
  padding-top: 10px;
}

.eca-features li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #495057;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.feature-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #700f14 0%, #703738 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.eca-card:hover .feature-icon {
  animation: pulse 0.6s ease-in-out;
}

/* CTA Section */
.eca-cta {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

.cta-content {
  padding: 70px 40px;
  background: linear-gradient(to right, #700f14, #b33a3f);
  border-radius: 24px;
  box-shadow:
    0 20px 60px rgba(102, 126, 234, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  position: relative;
  overflow: hidden;
}

.cta-content::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.cta-content::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -15%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

.cta-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.btn-primary,
.btn-secondary {
  padding: 16px 40px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: #ffffff;
  color: #667eea;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  background: #f8f9fa;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .section-title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .eca-section {
    padding: 80px 0;
  }

  .section-title {
    font-size: 38px;
  }

  .section-description {
    font-size: 16px;
  }

  .eca-image-wrapper {
    height: 240px;
  }

  .eca-title {
    font-size: 24px;
  }

  .cta-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .eca-section {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 32px;
  }

  .eca-content {
    padding: 24px;
  }

  .eca-image-wrapper {
    height: 220px;
  }

  .eca-icon-badge {
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
  }

  .eca-icon-badge svg {
    width: 32px;
    height: 32px;
  }

  .cta-content {
    padding: 50px 30px;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-subtitle {
    font-size: 16px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .eca-section {
    padding: 50px 0;
  }

  .section-subtitle {
    font-size: 12px;
    padding: 8px 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 15px;
  }

  .eca-title {
    font-size: 22px;
  }

  .eca-description {
    font-size: 14px;
  }

  .eca-features li {
    font-size: 13px;
  }

  .cta-title {
    font-size: 24px;
  }
}

/* Accessibility */
.eca-card:focus-visible {
  outline: 3px solid #667eea;
  outline-offset: 4px;
}

.btn-primary:focus-visible,
.btn-secondary:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .eca-card,
  .eca-image-wrapper img,
  .eca-icon-badge,
  .feature-icon,
  .cta-content::before,
  .cta-content::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Print Styles */
@media print {
  .eca-section {
    background: white;
    padding: 20px 0;
  }

  .eca-card {
    box-shadow: none;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }

  .cta-content {
    display: none;
  }
}
.welcome-hero {
  background: white;
}

.welcome-container {
  max-width: 1100px;
  margin: 0 auto;
}

.welcome-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: center;
}

.welcome-text h1 {
  font-size: 44px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.welcome-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 2rem;
}

.welcome-text a {
  color: #700f14;
  text-decoration: none;
  font-weight: 500;
}

.cta-button {
  background: #fff;
  color: #700f14;
  border: 3px solid #700f14;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #700f14;
  color: white;
}

.stats-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stat-box {
  background: #f8f9fa;
  padding: 1.75rem;
  border-left: 4px solid #700f14;
}

.stat-box .number {
  font-size: 38px;
  font-weight: 500;
  color: #700f14;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-box .label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.achievements-section {
  background: white;
  padding: 10px 10px;
  margin-top: 80px;
  padding-bottom: 80px;
}

.achievements-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title-block {
  margin-bottom: 3.5rem;
}

.section-title-block h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.section-title-block p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
}

.awards-executive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.award-executive-card {
  /* background: white; */
  border: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.award-executive-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.award-executive-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.award-exec-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.certification-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.25rem;
}

.cert-seal {
  width: 48px;
  height: 48px;
  background: #700f14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

.cert-info {
  flex: 1;
}

.cert-info .title {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cert-info .org {
  font-size: 18px;
  font-weight: 500;
  color: #700f14;
}

.award-exec-body h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  flex: 1;
}

.award-exec-body h3 .highlight {
  font-weight: 500;
  color: #700f14;
}

.achievement-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.achievement-metric {
  text-align: center;
}

.achievement-metric .value {
  font-size: 28px;
  font-weight: 500;
  color: #700f14;
  line-height: 1;
}

.achievement-metric .desc {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .welcome-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .welcome-text h1 {
    font-size: 32px;
  }

  .awards-executive {
    grid-template-columns: 1fr;
  }

  .section-title-block h2 {
    font-size: 28px;
  }
  .award-executive-card img {
    height: 375px;
  }
}
/* Section Tag */
.section-tag {
  color: #f7941d;
  font-weight: 600;
  letter-spacing: 2px;
}

/* Title */
.title {
  font-size: 40px;
  font-weight: 700;
}

.highlight {
  color: #f7941d;
}

/* Image Layout */
.image-wrapper {
  position: relative;
  height: 450px;
}

.image-wrapper img {
  position: absolute;
  object-fit: cover;
  border-radius: 20px;
}

/* Images */
.img-main {
  width: 250px;
  height: 320px;
  left: 40px;
  top: 0;
}

.img-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: 60px;
  top: 0;
  border: 5px dashed #f7941d;
}

.img-bottom {
  width: 260px;
  height: 280px;
  bottom: 0;
  left: 120px;
}

/* Experience Box */
.experience-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #f7941d;
  color: #fff;
  padding: 15px 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.experience-box .icon {
  font-size: 24px;
}

/* Features */
.feature .icon-box {
  width: 50px;
  height: 50px;
  background: #f7941d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

/* Quote Box */
.quote-box {
  background: #e9f1f1;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  font-size: 14px;
}

.quote-mark {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 40px;
  color: #0d6efd;
  opacity: 0.3;
}

/* Button */
.btn-orange {
  background: #f7941d;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
}

.btn-orange:hover {
  background: #e68300;
  color: #fff;
}

/* Call Box */
.call-box {
  gap: 10px;
}

.call-icon {
  width: 45px;
  height: 45px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .image-wrapper {
    height: auto;
  }

  .image-wrapper img {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }

  .img-circle {
    border-radius: 20px;
  }

  .experience-box {
    position: static;
    margin-top: 10px;
  }
} /* Section Tag */
.section-tag {
  color: orange;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

/* Highlight */
.highlight {
  color: orange;
}

/* Images Layout */
.about-images {
  position: relative;
}

.img-main {
  width: auto;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
}

.img-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 50px;
  border: 6px solid #fff;
}

.img-bottom {
  width: auto;
  height: auto;
  border-radius: 30px;
  position: absolute;
  bottom: -40px;
  left: 120px;
  object-fit: cover;
}

/* Experience Box */
.experience-box {
  position: absolute;
  bottom: -20px;
  left: 0;
  background: orange;
  color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.experience-box i {
  font-size: 24px;
}

/* Feature */
.feature-item .icon {
  width: 50px;
  height: 50px;
  background: #ffe7cc;
  color: orange;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

/* Quote */
.quote-box {
  background: #e9f0ef;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

.quote-box span {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 40px;
  color: #0c6b5a;
}

/* Button */
.btn-orange {
  background: orange;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
}

.btn-orange:hover {
  background: #e69500;
  color: #fff;
}

/* Call Box */
.call-box {
  background: #0c6b5a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
}

.call-box i {
  font-size: 18px;
}
.subscribe-badge {
  background: #5b3dda;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.headline {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111;
}

.underline-accent {
  position: relative;
  display: inline-block;
}
.underline-accent::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e85d24;
  border-radius: 4px;
}

.subtitle {
  color: #888;
  font-size: 1rem;
}

.email-input-wrapper {
  display: flex;
  align-items: center;
  border: 1.5px solid #ddd;
  border-radius: 50px;
  padding: 8px 16px;
  background: #fff;
  max-width: 420px;
  width: 100%;
}
.email-input-wrapper input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 15px;
  background: transparent;
  color: #333;
}
.email-input-wrapper input::placeholder {
  color: #aaa;
}

.subscribe-btn {
  background: #e85d24;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.subscribe-btn:hover {
  background: #c74d18;
}
.eca-section {
  padding: 60px 20px;
}

.section-tag {
  display: inline-block;
  background: #fff0f5;
  color: #d4537e;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.sec-title {
  font-size: 30px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.sec-desc {
  font-size: 15px;
  color: #6c757d;
  max-width: 540px;
  margin: 0 auto 40px;
}

/* Cards */
.eca-card {
  border-radius: 24px;
  padding: 32px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}

.eca-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-yellow {
  background: #f5f9e4;
}
.card-pink {
  background: #fde9f0;
}
.card-blue {
  background: #eaf0ff;
}
.card-mint {
  background: #e2f6f0;
}
.card-green {
  background: #e6f4ea;
}
.card-purple {
  background: #f0ecff;
}
.card-orange {
  background: #fff3e0;
}
.card-red {
  background: #fdecea;
}

.icon-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 38px;
}

.icon-yellow {
  background: #ebf2c2;
}
.icon-pink {
  background: #f9c8d8;
}
.icon-blue {
  background: #c8d9ff;
}
.icon-mint {
  background: #b5e8d5;
}
.icon-green {
  background: #2fa084;
}
.icon-purple {
  background: #9b8ec7;
}
.icon-orange {
  background: #f3be7a;
}
.icon-red {
  background: #e36a6a;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.card-category {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}

.card-desc {
  font-size: 13.5px;
  color: #6c757d;
  line-height: 1.65;
  margin-bottom: 18px;
}

.learn-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
}

.learn-link:hover {
  opacity: 0.75;
}

.link-yellow {
  color: #7a8e1e;
}
.link-pink {
  color: #d4537e;
}
.link-blue {
  color: #3070cc;
}
.link-mint {
  color: #0f6e56;
}
.link-green {
  color: #2e8b57;
}
.link-purple {
  color: #6a5acd;
}
.link-orange {
  color: #f39c12;
}
.link-red {
  color: #e74c3c;
}

/* CTA */
.eca-cta {
  background: linear-gradient(135deg, #fde9f0 0%, #eaf0ff 100%);
  border-radius: 20px;
  padding: 40px 20px;
  margin-top: 40px;
}

.cta-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.cta-sub {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}

.cta-btn {
  display: inline-block;
  background: #d4537e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.15s;
}

.cta-btn:hover {
  background: #b83d65;
  color: #fff;
}
.card-bg-12 {
  background-color: #c8d9ff;
}
.card-bg-10 {
  background-color: #b5e8d5;
}
.olumpiad {
  background: linear-gradient(135deg, #56ccf2, #2f80ed);
}
.coaching {
  background: linear-gradient(135deg, #ff9a44, #fc6076);
}
.communication {
  background: linear-gradient(135deg, #11998e, #38ef7d);
}
.teaching {
  background: linear-gradient(135deg, #43cea2, #185a9d);
}
.result {
  background: linear-gradient(135deg, #654ea3, #eaafc8);
}
.collection {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}
.physical {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}
.science {
  background: linear-gradient(135deg, #f857a6, #ff5858);
}
.programs {
  background: linear-gradient(135deg, #800000, #ff4e50);
}
.modern {
  background: linear-gradient(135deg, #6a0dad, #d8b4fe);
}
.footer-logo-srk {
  border-radius: 18px;
}
.widget_nav_menu .menu li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-info-icon {
  flex-shrink: 0;
  margin-top: 3px;
}
