@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.navbar {
  border: 1.5px solid rgb(231, 231, 237);
}

.navbar-toggler {
  border: none;
  size: 40px;
}

.nav-link {
  font-weight: 500;
  color: rgb(10, 9, 9);
  position: relative;
}

.nav-link {
  position: relative;
  display: inline-block;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background-color: rgb(50, 50, 58);
  opacity: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
}

.nav-link:hover::after {
  opacity: 1;
  width: 85%; 
}

/* Default (mobile first) */
.navbar-brand img {
  height: 45px;
}

/* Large screens (992px and up) */
@media (min-width: 992px) {
  .navbar-brand img {
    height: 60px;
  }
}


/* .nav-link:hover::after {
  width: 85%;
} */

.mega-menu {
  left: 50% !important;
  transform: translateX(-50%);
  min-width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.mega-menu-programs {
  min-width: 210px;
   left: 38.2% !important;
   border-radius: 0;
}

.mega-menu-Skill {
  min-width: 210px;
   left: 46.3% !important;
   border-radius: 0;
}

.mega-menu-Parents {
  min-width: 210px;
   left: 55% !important;
   border-radius: 0;
}
.mega-menu-Organization {
  min-width: 210px;
   left: 64% !important;
   border-radius: 0;
}
.mega-menu-heading {
  font-weight: 700;
  font-size: 0.85rem;
  color: #3f06a3;
  /* text-transform: uppercase; */
  margin-bottom: 0.1rem;
}

.dropdown-item {
  padding: 6px 0;
  color: #000000;
  font-size: 0.8rem;
  display: flex;
  align-items: start;
  gap: 8px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #3f06a3;
  transform: scale(1.03);
}

.mega-menu-link {
  color: #3f06a3;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-block;
  margin-top: 8px;
}

hr {
  margin: 0.4rem 0 0.7rem;
  border-color: #3f06a3;
}

.invisible {
  visibility: hidden;
}

.chevron-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}

.chevron-icon.rotate {
  transform: rotate(180deg);
}

@media (max-width: 978px) {
  .fixed-top {
    position: static !important;
    padding-top: -45px;
  }
main, header, section, .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


}

@media (max-width: 991.98px) {
  .mega-menu {
    min-width: 100vw !important;
    left: 0 !important;
    transform: none !important;
    border-radius: 0 !important;
    padding: 1rem !important;
  }

  .mega-menu .row {
    flex-direction: column !important;
    gap: 1.5rem;
  }

  .mega-menu .col {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
  }
}

body {
  overflow-x: hidden;
}

.navbar,
.mega-menu,
.dropdown-menu {
  max-width: 100vw;
  box-sizing: border-box;
}

/* navbar end */


.card-box img {
  border-radius: 50px;
}

.small {
  color: #666;
}

/* hero-section */


.introheader h2 {
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 35px;
}

.introheader p {
  font-size: 18px;
}

.introheader h1 strong {
  font-size: 3.5rem;
  color: white;
}

.header-intro {
  padding-top: 100px;
}


/* hero-section end */



/* management section */
.feature-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2rem 1rem;
  box-shadow: 0 0 0 4px #f3f3f3;
}

.feature-item {
  display: flex;
  flex-direction: column;
  /* Makes content stack vertically */
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: #fafafa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  height: 100%;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(63, 6, 163, 0.12);
  background: #ffffff;
}

.feature-icon {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.feature-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-size: 0.85rem;
  color: #404040;
  line-height: 1.5;
}

.custom-card {
  min-height: 180px;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}

.hover-effect:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.hover-effect:hover .img-icon {
  transform: scale(1.1) rotate(5deg);
}

.img-icon {
  width: 60px;
  transition: all 0.3s ease;
}

/* management section end*/



/* key feature */
.feature-card {
  background: white;
  border: 1px solid #e3e3e3;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  height: 50%;
}

.feature-card img {
  height: 64px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.feature-card h5 {
  font-weight: 600;
  margin-bottom: 0.75rem;

}

.feature-card p {
  font-size: 0.875rem;
  color: #666;
}

.feature-card:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
}

.fade-in {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.feature-card:hover img {
  transform: scale(1.1);
}

/* key feature end*/



/* soution */
.sol-div {
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(32, 8, 99, 0.04);
  cursor: pointer;
  border-radius: 20px;
}

.sol-div:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.sol-div img {
  height: 7rem;
}

.sol-div:hover img {
  transform: scale(1.02);
}

.sol-heading h2 {
  font-weight: 700;
}

.sol-description {
  color: #8a8a8a;
  max-width: 720px;
  margin: auto;
  font-size: 1rem;
}

/* solution end */


/* What happens at Simple Shiksha */
.fancy-card {
  display: flex;
  overflow: hidden;
  border: 2px solid var(--border-color);
  border-radius: 0px 16px 16px 0px;
  background-color: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.fancy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.icon-box {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.img-icon {
  width: 60px;
  transition: transform 0.3s ease;
}

.fancy-card:hover .img-icon {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .fancy-card {
    flex-direction: column;
  }

  .icon-box {
    width: 100%;
    clip-path: none;
  }
}

/* What happens at Simple Shiksha end */

/* empower */
.feature {
  transition: transform 0.3s ease-in-out;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 40px;
  transition: transform 0.3s ease;
}

.feature:hover {
  transform: scale(1.05);
}

/* empower end */


/* feature */
.management:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(63, 6, 163, 0.12);
  background: #ffffff;
}

/* feature end*/







/* whatsapp btn */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-button a {
  display: inline-block;
  background-color: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.whatsapp-button img {
  width: 32px;
  height: 32px;
}

@media (max-width: 576px) {
  .whatsapp-button {
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-button img {
    width: 28px;
    height: 28px;
  }
}

/* whatsapp btn end*/





/* footer */
.footer,
.footer * {
  color: white !important;
}

.footer h6 {
  font-size: 16px;
  font-weight: 500;
}

.footer p {
  font-size: 14px;
}

.footer li {
  transition: all 0.3s ease;
  transform-origin: center; /* Zoom from the left side */
  font-size: 14px;
}

.footer li:hover {
  transform: scale(1.05) translateX(7px); /* Smooth zoom + slide left */
  font-weight: 600;
  color: #ffffff !important;
}

.contact-detail h6,
.contact-detail p {
  margin-left: 120px;
}

.contact-detail div {
  margin-left: 120px;
  font-size: 20px;
}

.contact-detail div i {
  transition: transform 0.3s ease;
  transform-origin: center;
  font-size: 1.3rem;
}

.contact-detail div i:hover {
  transform: scale(1.2) translateY(-5px); /* Zoom + move up */
  font-weight: 600;
  color: #ffffff !important;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes float-bubbles {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .home-hero-heading{
    margin-top: 100px;
  }
  .hero-section {
    text-align: center;
    /* min-height: fit-content; */
    /* padding-bottom: 150px; */
  }
  .simpleShiksha-1 {
    margin-top: -30px;
  }
  .simpleShiksha-2 {
    margin-top: -40px;
  }

  #myLottie {
    width: 500px;
    height: 500px;
    margin-left: 10px;
  }

  #myLottie1 {
    width: 400px;
    height: 400px;
    margin-left: -70px;
  }
  #myLottie2 {
    width: 100% !important;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }

  #myLottie3 {
    width: 500px;
    height: 450px;
    margin-right: 50px;
  }
  #myLottie4 {
    margin-top: 90px;
    width: 500px;
    height: 450px;
  }
  #myLottie5 {
    width: 500px;
    height: 400px;
  }

  .speaking-champs-section {
    padding: 2rem 1rem !important;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-section {
    text-align: center;
    min-height: fit-content;
    padding-bottom: 150px;
  }
  .simpleShiksha-1 {
    margin-top: 40px;
  }
  .simpleShiksha-2 {
    margin-top: -40px;
  }

  #myLottie {
    width: 500px;
    height: 500px;
    margin-left: 10px;
  }

  #myLottie1 {
    width: 400px;
    height: 400px;
    margin-left: -70px;
  }
  #myLottie2 {
    width: 100% !important;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }

  #myLottie3 {
    width: 500px;
    height: 450px;
    margin-right: 50px;
  }
  #myLottie4 {
    margin-top: 90px;
    width: 500px;
    height: 450px;
  }
  #myLottie5 {
    width: 500px;
    height: 400px;
  }

  .hero-btn{
    margin-bottom: 40px;
  }

  .speaking-champs-section {
    padding: 2rem 1rem !important;
  }

  .speaking-champs .btn {
    margin: 1.5rem 0 0 0;
    display: inline-block;
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-section {
    text-align: center;
    min-height: fit-content;
    padding-bottom: 50px;
  }
  .simpleShiksha-1 {
    margin-top: 40px;
  }
  .simpleShiksha-2 {
    margin-top: -40px;
  }

  #myLottie {
    width: 400px;
    height: 400px;
    margin-left: 10px;
  }

  #myLottie1 {
    width: 300px;
    height: 300px;
    margin-left: -70px;
  }
  #myLottie2 {
    width: 100% !important;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }

  #myLottie3 {
    width: 370px;
    height: 350px;
    margin-right: 50px;
  }
  #myLottie4 {
    margin-top: 90px;
    width: 350px;
    height: 300px;
  }
  #myLottie5 {
    width: 300px;
    height: 300px;
  }

  .speaking-champs-section {
    padding: 2rem 1rem !important;
  }

 
  .contact-detail h6,
  .contact-detail p,
  .contact-detail div {
    margin-left: 0;
  }

  
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-section {
    text-align: center;
    min-height: fit-content;
    padding-bottom: 50px;
  }
  .simpleShiksha-1 {
    margin-bottom: 20px;
  }

  #myLottie {
    width: 350px;
    height: 300px;
    margin-left: 50px;
    margin-bottom: -60px;
  }

  #myLottie1 {
    width: 300px;
    height: 250px;
    margin-left: -70px;
  }
  #myLottie2 {
    width: 100% !important;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }
  #myLottie3 {
    margin-left: 50px;
  }
  #myLottie4 {
    margin-left: 60px;
  }
  #myLottie5 {
    width: 350px;
    height: 350px;
    margin-left: 50px;
  }
  .sub-hero{
    text-align: center;
  }

  .hero-tittle {
    margin-top: 70px;
  }

  .hero-btn{
    margin-left: -10px;
  }
  
  .speaking-champs-section{
    text-align: center;
  }

  .speaking-champs-section {
    padding: 2rem 1rem !important;
    text-align: center;
  }

  .speaking-champs .btn {
    margin: 1.5rem 0 0 0;
    display: inline-block;
    margin-left: 40px;
  }
  .stem-2,
  .good-habit-2,
  .fitness-sports-2 {
    text-align: center;
  }

  .subscription-section-c{
    margin-bottom: 16px;
  }

  .footer div,
  .footer h6,
  .footer .contact-detail div {
    text-align: center;
  }
  .contact-detail h6,
  .contact-detail p,
  .contact-detail div {
    margin-left: 0;
  }

 
}

@media (max-width:575px){
  .contact-detail div {
    margin-left: 190px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    text-align: center;
    min-height: fit-content;
    padding-bottom: 130px;
  }
  #myLottie {
    width: 350px;
    height: 320px;
    margin-left: 1px;
    margin-bottom: 0%;
  }

  #myLottie1 {
    width: 350px;
    height: 320px;
    margin-right: 50px;
  }
  #myLottie2 {
    width: 350px;
    height: 320px;
    margin-left: 20px;
  }
  #myLottie3 {
    width: 370px;
    height: 350px;
    margin-right: 50px;
  }

  #myLottie5 {
    width: 350px;
    height: 320px;
    margin-left: -50px;
  }
  .speaking-content {
    margin-left: 10px;
  }
  .stem-2,
  .good-habit-2,
  .fitness-sports-2 {
    text-align: center;
  }

  .footer div,
  .footer h6,
  .footer .contact-detail p {
    text-align: center;
  }

  .contact-detail h6,
  .contact-detail p {
    margin-left: 0;
  }

  .contact-detail div {
    margin-left: 140px;
  }
}

@media (max-width: 399px) {
 
  .stem-2,
  .good-habit-2,
  .fitness-sports-2 {
    text-align: center;
  }
  #myLottie {
    width: 300px;
    height: 270px;
    margin-left: -10px;
    margin-bottom: -30px;
    text-align: center;
  }
  #myLottie3 {
    margin-left: -20px;
  }
  #myLottie4 {
    margin-left: -20px;
  }
  #myLottie5 {
    margin-left: 1px;
  }

  .footer div,
  .footer h6,
  .footer .contact-detail p {
    text-align: center;
  }

  .contact-detail h6,
  .contact-detail p {
    margin-left: 0;
  }

  .contact-detail div {
    margin-left: 100px;
  }
}
