/* Hero section */


.hero {
  /* background: #3f06a3; */
  background-image: url("/web/b2b/images/school-images/school_background_img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 15px 44px rgba(33, 0, 250, 0.01);
  /* color: white; */
  padding: 80px 20px;
}

.hero-header {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero h1 {
  margin-bottom: 10px;
}

.cta-buttons .btn {
  display: inline-block;
  background: linear-gradient(45deg, #493181, #6740c2);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

.btn-outline {
  border: 2px solid white;
  background: transparent;
  color: white;
}

/* @keyframes floatUpDown {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }

  .float-image {
    animation: floatUpDown 3s ease-in-out infinite;
box-shadow: -10px -10px 12px 0px rgba(44, 2, 251, 0.2);

  } */

/* Design For Everyone */

.nav-pills .nav-link {
  color: #fff;
  background: #3f06a3;
  border-radius: 8px;
}

.nav-pills .nav-link.active {
  background: #6c42ce;
  font-weight: 600;
}

.shadow-block {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.user-section {
  /* background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); */
  color: #343435;
  padding: 3rem 0;
}

.design-for-everyone {
  margin-bottom: 2.5rem;
  color: #252525;
  font-size: 2.5rem;
  font-weight: 700;
}

/* Tabs Styling - Matching the Solutions section */
.solution-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.filter-container {
  display: flex;
  background: white;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  gap: 5px;
  justify-content: center;
  flex-wrap: nowrap;
  /* prevent wrapping */
  overflow-x: auto;
  /* enable horizontal scroll */
  scrollbar-width: none;
  /* hide scrollbar in firefox */
}

.filter-container::-webkit-scrollbar {
  display: none;
  /* hide scrollbar in chrome */
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}

.filter-option:hover {
  background: rgba(111, 66, 193, 0.05);
}

.filter-option.active {
  background: linear-gradient(45deg, #3956b2, #6740c2);
  color: white;
  box-shadow: 0 4px 10px rgba(111, 66, 193, 0.3);
}

.filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.filter-option span {
  font-weight: 500;
  font-size: 14px;
}

/* Content Styling */
.user-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.user-content.active {
  display: flex;
}

/* .tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 15px;
} */

.user-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.img-thumbnail {
  border: none !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .filter-container {
    border-radius: 20px;
    padding: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    margin: 0px 15px;
    /* left align items while scrolling */
  }

  .filter-option {
    padding: 10px 15px;
  }
}

.user-section {
  /* background-color: #0b1d3a; */
  background-color: #ffffff;
}

.user-divs {
  margin-top: -50px;
  text-align: left;
}

.user-title {
  font-size: 22px;
  margin-top: 10px;
  color: #000;
}

.tag {
  display: inline-block;
  font-size: 1.1rem;
  background: linear-gradient(45deg, #3956b2, #3956b2);
  color: white;
  padding: 6px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  color: #323131;
  margin-top: 10px;
}

.shadow-block {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.01);
  border-radius: 20px;
}

.design-for-everyone {
  margin: 40px 0px 30px 0px;
}

/* school management */
.school-management {
  padding: 30px;
}

.school-management header {
  margin-top: 30px;
  text-align: center;
}

/* header {
  text-align: center;
  margin-bottom: 50px;
} */

header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header p {
  font-size: 22px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
  padding: 20px 30px;
  background: rgba(26, 42, 108, 0.08);
  border-radius: 15px;
  min-width: 180px;
  margin-bottom: 40px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #3f06a3;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stat-label {
  font-size: 1.2rem;
  color: #555;
  font-weight: 600;
}

/* Core Feature Section */
:root {
  --primary: #3f06a3;
  --primary-light: #6f42c1;
  --accent: #f7961e;
  --dark: #1a1a1a;
}

.features-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* .features-section::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(247, 150, 30, 0.05) 0%,
    rgba(255, 193, 7, 0.05) 100%
  );
  z-index: 0;
} */

.sub-heading {
  color: #1a1a1a;
  margin-bottom: 30px;
  position: relative;
  font-weight: 700;
  z-index: 1;
  font-size: 2.6rem !important;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  position: relative;
  z-index: 1;
}

.feature-card {
  background: white;
  border-radius: 16px;
  padding: 1rem 0 1rem 2rem;
  position: relative;
  overflow: hidden;
  border: none;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
  height: 100%;
  z-index: 1;
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  gap: 20px;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #3956b2, #3956b2);
  z-index: 2;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 5px rgba(63, 6, 163, 0.15);
}

.feature-icon-container {
  flex-shrink: 0;
  width: 52px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #3956b2, #3956b2);
  border-radius: 50px;
  font-size: 1.8rem;
  color: white;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  text-align: center;
}

.feature-card:hover .feature-icon-container {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(63, 6, 163, 0.3);
}

.feature-content {
  flex: 1;
  text-align: left;
}

.feature-card h3 {
  font-size: 1.1rem;
  margin-top: 7px;
  margin-bottom: 12px;
  color: #1a1a1a;
  font-weight: 600;
  line-height: 1.4;
}

.feature-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

/* Animation for cards on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-card {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

/* Staggered animation delays */
.feature-card:nth-child(1) {
  animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
  animation-delay: 0.15s;
}

.feature-card:nth-child(3) {
  animation-delay: 0.2s;
}

.feature-card:nth-child(4) {
  animation-delay: 0.25s;
}

.feature-card:nth-child(5) {
  animation-delay: 0.3s;
}

.feature-card:nth-child(6) {
  animation-delay: 0.35s;
}

.feature-card:nth-child(7) {
  animation-delay: 0.4s;
}

.feature-card:nth-child(8) {
  animation-delay: 0.45s;
}

.feature-card:nth-child(9) {
  animation-delay: 0.5s;
}

.feature-card:nth-child(10) {
  animation-delay: 0.55s;
}

.feature-card:nth-child(11) {
  animation-delay: 0.6s;
}

.feature-card:nth-child(12) {
  animation-delay: 0.65s;
}

.feature-card:nth-child(13) {
  animation-delay: 0.7s;
}

.feature-card:nth-child(14) {
  animation-delay: 0.75s;
}

.feature-card:nth-child(15) {
  animation-delay: 0.8s;
}

.feature-card:nth-child(16) {
  animation-delay: 0.85s;
}

.feature-card:nth-child(17) {
  animation-delay: 0.9s;
}

.feature-card:nth-child(18) {
  animation-delay: 0.95s;
}

.feature-card:nth-child(19) {
  animation-delay: 1s;
}

.feature-card:nth-child(20) {
  animation-delay: 1.05s;
}

.feature-card:nth-child(21) {
  animation-delay: 1.1s;
}

.feature-card:nth-child(22) {
  animation-delay: 1.15s;
}

.feature-card:nth-child(23) {
  animation-delay: 1.2s;
}

.feature-card:nth-child(24) {
  animation-delay: 1.25s;
}

/* ✅ Improved Responsive Adjustments */

@media (max-width: 992px) {
  .sub-heading {
    font-size: 2.2rem !important;
  }

  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .features-section {
    padding: 30px 0;
  }

  .sub-heading {
    font-size: 1.9rem !important;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .feature-card {
    padding: 18px;
    gap: 12px;
  }

  .feature-icon-container {
    width: 55px;
    height: 55px;
    font-size: 1.4rem;
  }

  .feature-card h3 {
    font-size: 1rem;
  }

  .feature-card p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 25px;
  }

  .feature-card {
    /* flex-direction: column; */
    /* text-align: center; */
    align-items: start;
    gap: 20px;
    padding: 20px 25px;
  }

  .feature-icon-container {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .feature-card h3 {
    font-size: 0.95rem;
  }

  .feature-card p {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .sub-heading {
    font-size: 1.6rem !important;
  }

  .design-for-everyone {
    font-size: 27px;
    margin: 25px 15px;
  }
}

/* ✅ Extra Support for Very Small Devices */
@media (max-width: 420px) {
  .feature-card {
    padding: 15px;
  }

  .feature-icon-container {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

/* Comprehensive Management Solutions Section */
.additional-info {
  /* background: linear-gradient(135deg, #3f06a3); */
  border-radius: 15px;
  padding: 40px;
  /* margin-top: 60px; */
  color: white;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.additional-info h3 {
  margin-bottom: 25px;
  text-align: center;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.info-item {
  background-color: white;
  position: relative;
  color: #000;
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  margin-top: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.info-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.info-item h4 {
  margin-top: 15px;
  color: #3f06a3;
  font-size: 22px;
}

.info-item p {
  line-height: 1.6;
  font-size: 1.05rem;
  opacity: 0.9;
}

/* Why Choose Us */
.benefits {
  /* max-width: 1200px; */
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.benefits::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(30deg);
  z-index: 0;
}

h2 {
  text-align: center;
  font-size: 3.5rem;
  color: #1a2a6c;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 2;
}

.benefit-highlights {
  text-align: left;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #ddd;
}

.benefit-highlights li {
  list-style: none;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  font-size: 1.05rem;
  color: #444;
}

.benefit-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a2a6c;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Individual card colors */
.benefit-card:nth-child(1) {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(240, 248, 255, 0.95)
  );
}

.benefit-card:nth-child(2) {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(240, 255, 250, 0.95)
  );
}

.benefit-card:nth-child(3) {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 248, 240, 0.95)
  );
}

.benefit-card:nth-child(4) {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(240, 245, 255, 0.95)
  );
}

.section-container {
  background: white;
  border-radius: 15px;
  /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  margin-top: 30px;
}

.left-column {
  background: linear-gradient(135deg, var(--primary) 0%, #1a4a8a 100%);
  color: white;
  padding: 10px 30px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* .left-column .lead {
  text-align: left;
  margin-left: 80px;
} */

.highlight-box {
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--accent);
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.highlight-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.highlight-title i {
  margin-right: 10px;
  color: var(--accent);
}

.feature-image:hover {
  transform: scale(1.02);
}

.benefit-card {
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  background: white;
  border-radius: 15px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-left: 5px solid #3f06a3;
  margin-bottom: 25px;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  /* display: flex; */
  align-items: flex-start;
  margin-left: 15px;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(44, 111, 187, 0.1);
  margin: 0 auto 20px;
  font-size: 28px;
  margin: 0 auto 25px;
  font-size: 2.2rem;
  color: white;
  transition: all 0.3s ease;
}

.benefit-title {
  color: var(--primary);
  margin-bottom: 15px;
  font-size: 22px;
  z-index: 1;
  color: #3f06a3;
  font-weight: 600;
}

.benefit-description {
  color: #6c757d;
  line-height: 1.6;
  font-size: 1.1rem;
}

.benefit-highlights {
  padding-left: 20px;
}

.benefit-highlights li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  color: var(--dark);
}

.benefit-highlights li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #28a745;
}

.card-body {
  padding-bottom: 0px !important;
}

.divider {
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--accent),
    transparent
  );
  margin: 40px 0;
}

.benefit-icon {
  background-color: #f7961e;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  font-size: 22px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-description {
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}

:root {
  --primary: #3f06a3;
  --primary-light: #6f42c1;
  --accent: #f7961e;
  --dark: #1a1a1a;
  --light: #f8f9ff;
}

.why-choose-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(63, 6, 163, 0.08) 0%,
    rgba(111, 66, 193, 0.08) 100%
  );
  z-index: 0;
}

.why-choose-section::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(247, 150, 30, 0.08) 0%,
    rgba(255, 193, 7, 0.08) 100%
  );
  z-index: 0;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark);
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-align: center;
}

/* .section-title::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--primary-light));
            border-radius: 2px;
        } */

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
  max-width: 600px;
}

.content-column {
  padding: 40px;
  position: relative;
  z-index: 1;
}

.image-column {
  position: relative;
  padding: 40px;
}

.feature-imagee {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.feature-image:hover {
  transform: scale(1.02);
}

.benefits-container {
  margin-top: 30px;
}

/* .benefit-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-left: 4px solid var(--primary);
  position: relative;
  overflow: hidden;
} */

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(63, 6, 163, 0.03) 0%,
    rgba(111, 66, 193, 0.03) 100%
  );
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(63, 6, 163, 0.12);
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  font-size: 1.5rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 15px rgba(63, 6, 163, 0.3);
}

.benefit-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--dark);
  position: relative;
  z-index: 1;
}

.benefit-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.cta-section {
  margin-top: 50px;
  text-align: center;
  /* padding: 30px; */
  /* background: white; */
  border-radius: 16px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
  position: relative;
  z-index: 1;
}

.cta-button {
  /* background: linear-gradient(135deg, var(--primary), var(--primary-light)); */
  background: linear-gradient(45deg, #493181, #6740c2);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(63, 6, 163, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(63, 6, 163, 0.4);
  color: white;
}

.cta-text {
  color: #666;
  margin-top: 15px;
  font-size: 0.95rem;
}

/* Animation for cards */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.benefit-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.benefit-card:nth-child(1) {
  animation-delay: 0.1s;
}

.benefit-card:nth-child(2) {
  animation-delay: 0.2s;
}

.benefit-card:nth-child(3) {
  animation-delay: 0.3s;
}

.benefit-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .content-column,
  .image-column {
    padding: 20px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .feature-imagee {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .section-subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* terminologies section */
:root {
  --primary: #eeeaea;
  --primary-light: #6f42c1;
  --accent: #f7961e;
  --dark: #242424;
  --light: #f8f9ff;
}

.testimonials-section {
  /* background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%); */
  padding: 80px 0 10px 0;
  position: relative;
  overflow: hidden;
}

/* .testimonials-section::before {
            content: "";
            position: absolute;
            top: -10%;
            right: -5%;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(63, 6, 163, 0.05) 0%, rgba(111, 66, 193, 0.05) 100%);
            z-index: 0;
        }
        
        .testimonials-section::after {
            content: "";
            position: absolute;
            bottom: -10%;
            left: -5%;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(247, 150, 30, 0.05) 0%, rgba(255, 193, 7, 0.05) 100%);
            z-index: 0;
        } */

.section-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

/*         
        .section-heading::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--primary-light));
            border-radius: 2px;
        } */

.testimonial-carousel {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.carousel-item {
  padding: 0px 20px 0px 20px;
}

.testimonial-cardd {
  /* background: white; */
  border-radius: 20px;
  /* padding: 50px 40px; */
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
  /* border: 1px solid rgba(63, 6, 163, 0.1); */
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}

.testimonial-cardd::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 5rem;
  color: rgba(63, 6, 163, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-cardd img {
  width: 100px;
  height: 100px;
  /* border-radius: 50%; */
  object-fit: cover;
  border: 4px solid white;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
  margin-bottom: 5px;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* .testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  transition: all 0.3s ease;
  text-align: center;
} */

.carousel-item.active .testimonial-avatar {
  transform: scale(1.05);
}

.testimonial-text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #444;
  /* margin-bottom: 30px; */
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3f06a3;
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 1rem;
  color: #989799;
  font-style: italic;
}

/* Custom Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  /* background: var(--primary-light); */
  background: linear-gradient(45deg, #493181, #6740c2);

  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  margin: 0 20px;
  box-shadow: 0 5px 15px rgba(63, 6, 163, 0.3);
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--primary-light);
  transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev {
  left: -25px;
}

.carousel-control-next {
  right: -25px;
}

/* Custom Indicators */
.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators button {
  width: 12px;
  height: 10px;
  /* border-radius: 50%; */
  /* background: linear-gradient(135deg, #3f06a3); */
  border: none;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.carousel-indicators button.active {
  /* background: linear-gradient(135deg, var(--primary), var(--primary-light)); */
  /* background: linear-gradient(45deg, #493181, #6740c2); */
  transform: scale(1.2);
  border-radius: 50%;
}

/* Role-specific styling */
.parent-avatar {
  border-color: #4caf50;
}

.teacher-avatar {
  border-color: #2196f3;
}

.student-avatar {
  border-color: #ff9800;
}

.admin-avatar {
  border-color: #9c27b0;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .carousel-item.active .testimonial-card {
  animation: fadeInUp 0.6s ease-out;
} */

/* Responsive Design */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0px 0px 0px;
  }

  .section-heading {
    margin-top: 2.5rem;
    font-size: 2.2rem;
  }

  .testimonial-cardd {
    padding: 40px 25px;
  }

  .testimonial-text {
    font-size: 1.1rem;
  }

  .testimonial-avatar {
    width: 80px;
    height: 80px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }

  .carousel-control-prev {
    left: -15px;
  }

  .carousel-control-next {
    right: -15px;
  }
}

@media (max-width: 576px) {
  .section-heading {
    font-size: 1.8rem;
  }

  .testimonial-cardd {
    padding: 30px 20px;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .feature-imagee {
    margin-left: 0;
    /* padding: 0px 15px; */
    border-radius: 20px;
    /* margin: 0px 50px; */
  }
}

/* footer section */
footer {
  /* background: linear-gradient(45deg, #493181, #6740c2);
  color: white; */
  padding: 10px;
}

footer p {
  color: white;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }

  .hero-header {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .benefits {
    padding: 40px 25px;
  }

  .benefit-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .stat-item {
    min-width: 140px;
    padding: 15px 20px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .section-title {
    margin-top: 50px;
  }

  .hero {
    padding-bottom: 0px;
    margin-top: 10px;
    text-align: center;
  }

  .container {
    padding: 0px;
  }

  .hero-2 {
    text-align: center;
  }

  .cta-buttons a {
    text-align: center;
  }

  header h1 {
    font-size: 2.8rem;
  }

  .features-section h2 {
    font-size: 2.3rem;
  }

  .stat-number {
    font-size: 2.8rem;
  }

  .additional-info h3 {
    margin-left: -10px;
  }

  .user-divs {
    text-align: center;
    /* margin-top: 30px !important; */
    margin-top: 0px;
  }

  .school-management header {
    margin-top: 10px;
    text-align: center;
  }

  .stat-item {
    margin-bottom: 10px;
  }

  .left-column {
    padding: 10px 20px;
  }

  .section-title {
    font-size: 27px;
  }

  .feature-imagee {
    margin-left: 0;
    /* padding: 0px 20px; */
  }
}

@media (max-width: 480px) {
  /* h1{
    font-size: 2rem !important;
  } */
  /* h2 {
    font-size: 2.3rem;
  } */

  .all-in-one {
    font-size: 1.9rem !important;
  }

  .sub-heading {
    font-size: 1.7rem !important;
  }

  .benefit-title {
    font-size: 1.3rem;
  }

  .benefit-description {
    font-size: 1rem;
  }

  .stat-item {
    min-width: 100%;
  }

  .left-column .lead {
    text-align: center;
    margin-left: 10px;
  }

  .hero {
    padding-bottom: 0px;
    margin-top: 10px;
    text-align: center;
  }

  .hero-2 {
    text-align: center;
  }

  .cta-buttons {
    text-align: center;
    width: 100%;
  }

  header h1 {
    font-size: 3rem;
  }

  header p {
    font-size: 1.1rem;
  }

  .features-section h2 {
    font-size: 1.9rem;
  }

  .feature-card {
    padding: 10px 5px 10px 20px;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .additional-info h3 {
    margin-left: -20px;
  }

  .user-divs {
    text-align: center;
  }
}

.faq-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  border-radius: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}

.faq-header {
  /* background: linear-gradient(135deg, #3498db, #2c3e50); */
  color: rgb(43, 42, 42);
  padding: 50px 30px 0px 30px;
  /* text-align: center; */
}

.faq-header h1 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.faq-header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.faq-content {
  padding: 10px 30px 30px 30px;
}

.faq-item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #313131;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #3956b2;
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  color: #3956b2;
  transition: transform 0.3s;
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  color: #555;
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 0 20px 0;
}

.faq-item.active .faq-question::after {
  content: "-";
  transform: rotate(180deg);
}

.search-box {
  margin: 20px 0 30px;
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-box input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 2px 10px rgba(52, 152, 219, 0.2);
}

.contact-support {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
}

.contact-support h3 {
  color: #2c3e50;
  margin-bottom: 15px;
}

.contact-support p {
  color: #7f8c8d;
  margin-bottom: 20px;
}

.contact-btn {
  display: inline-block;
  background: #3498db;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.contact-btn:hover {
  background: #2980b9;
}

@media (max-width: 768px) {
  .faq-header h1 {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 1rem;
    padding: 15px 0;
  }

  .faq-content {
    padding: 20px;
  }
}
