/* style.css */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: linear-gradient(#0e1330); /* Updated background color */
    color: #000000;
}

.site-header {
    background-color: #f2ecec;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
 }
  
.logo-container img {
    width: 200px;
    height: auto;
}

.video-wrapper {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  }

  .video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    border: none;
  }

  .abacus-benefits h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
  }
#abacus-benefits video {
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


/* Abacus Section */
.abacus-section {
	  background-color: #f9f9ff;
  	  padding: 60px 20px;
  	  text-align: center;
 	  font-family: 'Poppins', sans-serif;
}

.abacus-content {
  		max-width: 800px;
  margin: auto;
}

.abacus-content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #0e1330;
  line-height: 1.3;
  font-weight: bold;
}

.abacus-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

body, html {
  overflow-x: hidden;
}

  /* Abacus Boxes */
.abacus-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.abacus-box {
  background-color: #0e1330;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abacus-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.abacus-box h3 {
  color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}
@media (max-width: 480px) {
  .abacus-box {
    max-width: 100%;
  }
}
h3.fw-bold {
  display: inline-block;
  border-bottom: 2px solid #0e1330;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.abacus-benefits {
  padding: 60px 20px;
  background: #0E1435;
  text-align: center;
}

.abacus-benefits h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0e1330;
}

.abacus-benefits video {
  max-width: 100%;
  height: auto;
}

.abacus-benefits p {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 20px;
}
  .video-gallery-section {
    padding: 40px 20px;
    background-color: #0e1330;
    text-align: center;
  }

  .video-gallery-section h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .video-gallery-section p {
    margin-bottom: 30px;
    font-size: 1rem;
    color: #ffffff;
  }

  .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .video-box {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #000;
  }

  .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }


.why-igenius {
    background: #f8f8ff;
    padding: 70px 20px;
    text-align: center;
}
.why-igenius h2 {
    font-size: 2.2em;
	font-weight: bold;
    color: #0e1330;
    margin-bottom: 10px;
}
.why-igenius .subtext {
    font-size: 1.5rem;
    color: #0e1330;
    margin-bottom: 40px;
}
.heading-with-line {
    position: relative;
    display: inline-block;
  }

  .heading-with-line::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    margin: 6px auto 0;
  }
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
.feature-box {
    background-color: #0e1330;
    min-height: 280px;
    transition: transform 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}  
.feature-box h4 {
    color: #4e3d95;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.feature-box p {
    color: #ffffff;
    font-size: 1.2rem;
}
 
/* Section background white */
section {
  background-color: #ffffff;
  padding: 40px 0;
}

/* Slider container background white too */
.franchise-carousel1 {
  background-color: #ffffff; /* पांढरं */
  width: 90%;
  margin: 0 auto;
  padding: 0 10px; /* optional */
}

/* slick-slider and slick-list backgrounds reset */
.franchise-carousel1 .slick-slider,
.franchise-carousel1 .slick-list {
  background-color: transparent !important;
}

/* Cards dark blue */
.franchise-carousel1 .card {
  background-color: #0e1330;
  color: white;
  border-radius: 10px;
  padding: 20px 10px;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Card images round with border */
.franchise-carousel1 .card img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #2e2b5f;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Text colors inside card */
.franchise-carousel1 .card-body h5,
.franchise-carousel1 .card-body .badge,
.franchise-carousel1 .card-body p {
  color: #ffffff;
}
h5.fw-bold {
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.competition-highlights {
    background: #0e1330;
    padding: 60px 20px;
}
  
.competition-highlights h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 40px;
}
  
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.highlight-item {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.highlight-item img {
  max-width: 100%;
  height: 65%;
  border-radius: 8px;
}

.highlight-item h4 {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #0e1330;
}

.highlight-item p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #0e1330;
}
  
.student-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}
.student-card:hover {
    transform: translateY(-5px);
}
.student-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}
.student-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.student-card p {
    font-size: 14px;
    color: #777;
}

.swiper-button-prev,
.swiper-button-next {
    color: #007BFF;
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 8px #7a3ff2; }
    50% { box-shadow: 0 0 16px #7a3ff2; }
}
 
.icon {
    transition: transform 0.3s ease;
}
.icon:hover {
    transform: scale(1.2);
}
body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      text-align: center;
      background: #f5f5f5;
      padding-top: 100px;
}

h1 {
      font-size: 36px;
      color: #333;
}

.enquire-btn {
      display: inline-block;
      padding: 15px 30px;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      background: linear-gradient(135deg, #ff6a00, #ee0979);
      border: none;
      border-radius: 40px;
      text-decoration: none;
      box-shadow: 0 8px 20px rgba(238, 9, 121, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      animation: pulse 2s infinite;
}

.enquire-btn:hover {
	transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(238, 9, 121, 0.6);
}
@keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
}
.faq-container {
    background-color: #ffffff;
    max-width: 10000px;
    margin: 60px auto 0 auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.08);
    padding: 50px 40px;
    color: #fff;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h1 {
    font-size: 2.8rem;
    color: #fa7000;
    margin-bottom: 10px;
}

.faq-header p {
    font-size: 1.1rem;
    color: #000000;
}

.faq-item {
    border-bottom: 1px solid #444;
    padding: 20px 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-item:hover {
    background: #b2ceeb;
    border-radius: 10px;
}

.faq-question {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    padding-right: 35px;
    color: #000000;
}

.faq-question::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1rem;
    color: #f39c12;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: rotate(-180deg);
    color: #f1c40f;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease, transform 0.3s ease;
    opacity: 0;
    margin-top: 10px;
    font-size: 1.05rem;
    color: #1a1e2e;
    line-height: 1.6;
    padding-left: 10px;
    transform: translateY(-20px);
}

.faq-question.active+.faq-answer {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 600px) {
    .faq-header h1 {
        font-size: 2rem;
    }
    .faq-header p,
    .faq-question,
    .faq-answer {
        font-size: 1rem;
    }
    .faq-container {
        padding: 35px 25px;
    }
}
