@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:hover {
  color: rgb(4, 4, 11);
  text-decoration: none;
}

.nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background-color: rgb(50, 50, 58);
}

.nav-link:hover::after {
  width: 85%;
}

.mega-menu {
  left: 50% !important;
  transform: translateX(-50%);
  min-width: 990px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.mega-menu-product {
  min-width: 210px;
  left: 45% !important;
  border-radius: 0;
}

.mega-menu-resources {
  min-width: 210px;
  left: 49% !important;
  border-radius: 0;
}

.mega-menu-company {
  min-width: 210px;
  left: 57% !important;
  border-radius: 0;
}

.mega-menu-demo {
  min-width: 260px;
  right: 0;
  left: auto;
  top: 100%;
  border-radius: 0;
}

.demo-dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  min-width: 260px;
  right: 0;
  left: auto;
  top: 100%;
  border-radius: 0;
  margin-top: 20px;
}

.demo-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu-heading {
  font-weight: 700;
  font-size: 0.85rem;
  color: #3f06a3;
  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: 768px) {
  /* .navbar-collapse {
    position: absolute;
    top: 10%;
    padding-bottom: 20px;
    width: 100%;
    background: white;
    z-index: 999;
  }

  .navbar {
    z-index: 1000;
  }

  .mega-menu,
  .mega-menu-resources,
  .mega-menu-company {
    position: static !important;
  } */

  .ss-logo {
    width: auto;
    height: 35px;
  }

  /* .fas {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 50px;
    height: 50px;
  } */

  .frequently {
    text-align: center;
  }

  .contact_now {
    margin: 0 auto 0 auto;
  }
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 100%;
    background: white;
    z-index: 999;
  }

  .navbar {
    z-index: 1000;
  }

  .mega-menu,
  .mega-menu-resources,
  .mega-menu-company {
    position: static !important;
  }
} */

@media (max-width: 978px) {
  .fixed-top {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: #fff;
  }

  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 {
  padding: 80px 0px;
}

@media (max-width: 768px) {
  .introheader {
    padding: 0px;
  }
}

.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;
}

/* #startedButton {
  width: 27%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
} */

.arrow-icon {
  transition: transform 0.3s ease;
}
/* 
#startedButton:hover .arrow-icon {
  transform: translateX(6px);
  background: #2c2c6a;
} */

.startedButton {
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #3f06a3;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  width: auto;
}

.startedButton:hover {
  gap: 0.75rem;
  background: #2c2c6a;
  color: #fff;
}

/* 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;
  color: #333;
}

.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);

  border-radius: 20px;
}

.sol-div:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.sol-div img {
  height: 4.5rem;
}

.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;
}

/* 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 section */
#footer {
  background: #3f06a3;
}

#footer h2 {
  margin: 0;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size: 20px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
  font-size: 0.8rem;
}

#footer ul.social li a:hover {
  color: #eeeeee;
}

#footer ul.quick-links li {
  padding: 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#footer ul.quick-links li:hover {
  padding: 0;
  font-weight: 600;
}

#footer ul.quick-links li a i {
  margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

.mt26 {
  padding: 2rem 8rem;
}

@media (max-width: 1024px) {
  .mt26 {
    padding: 2rem 6rem;
  }
}

@media (max-width: 767px) {
  #footer h6 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .mt26 {
    padding: 2rem 0rem;
  }

  .custom-head-small {
    bottom: 0;
  }
}

/* footer end */

.contact_now {
  background-color: #3f06a3;
  border: none;
  outline: none;
  width: 140px;
  border-radius: 5px;
  margin-top: 1rem;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 20px;
  transition: background-color 0.3s;
}

@media (max-width: 1024px) {
  .learning h2 {
    font-size: 2rem;
  }

  #startedButton {
    width: 40%;
  }
}

@media (max-width: 726px) {
  .learning h2 {
    font-size: 2rem;
    /* padding-top: 90px; */
    text-align: center;
  }

  .learning {
    text-align: center;
    margin-bottom: 70px;
  }

  #startedButton {
    margin: auto;
    width: 40%;
  }
}

.intro-lottie {
  height: 75%;
}

/* media query */
@media (max-width: 767px) {
  .intro-lottie {
    height: auto;
    width: 80%;
    margin: auto;
  }
}

/* nav new */
.loginbtn {
  color: #3f06a3;
  background: transparent;
  padding: 0.3rem 1.2rem 0.4rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
  border: 2px solid #3f06a3;
}

.loginbtn:hover {
  color: #ffffff;
  background: #3f06a3;
  padding: 0.3rem 1.2rem 0.4rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
  border: 2px solid #3f06a3;
  transition: all 0.3s ease;
}
