.logo {
  font-weight: bold;
  color: #4b0082;
}
.btn-phonenumber {
  /* background: linear-gradient(100.08deg, #9fa2e3 -35.1%, #5054c8 42.84%); */
  padding: 12px 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 650;

  /* background: linear-gradient(100.08deg, #9FA2E3 -35.1%, #5054C8 42.84%, #0E0F2C 162.24%); */
  /* color: aliceblue; */
}
/* for nav */
.d-flex {
  flex-wrap: wrap;
  gap: 16px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
}

.navbar-nav li {
  margin: 0 4px; /* Spacing between nav items */
}

.dropdown-menu {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

.dropdown-item {
  color: #1a1a1a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 10px 20px;
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 180px;
}

.navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 600;
  color: #2f2f93;
  display: block;
  padding: 10px 0;
  transition: color 0.3s ease;
  position: relative;

  font-family: "Poppins", sans-serif;

  text-decoration: none;
}
.navbar-nav .nav-link:hover {
  color: #fc8939; /* Orange */
  text-decoration: none;
}

/* Force consistent color, remove hover effects */
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: #f9f9f9;
  color: #fc8939 !important; /* Orange text on hover */
  text-decoration: none;
}



.btn-primary {
  margin-right: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.heading {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 120%;
  color: rgba(46, 49, 146, 1);
  margin-bottom: 3rem;
}

.heading-mobile {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: rgba(46, 49, 146, 1);
}

.heading-black {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 3rem;
}

.heading-black-mobile {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #222222;
}

.vb-banner {
  margin-top: 32px;
  background-image: url("../images/vbbannerlast.svg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 650px; */
  position: relative;
  aspect-ratio: 16/7;
}
.educator {
  margin-top: 40px;
  background-image: url("../images/vb-teacher-banner.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 650px; */
  position: relative;
  aspect-ratio: 16/7;
}
.student {
   margin-top: 40px;
  background-image: url("../images/studentsbanner.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 650px; */
  position: relative;
  aspect-ratio: 16/7;
}
.parent {
  margin-top: 40px;
  background-image: url("../images/parentsbanner.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 650px; */
  position: relative;
  aspect-ratio: 16/7;
}
.adminstratos {
  margin-top: 40px;
  background-image: url("../images/administrationbanner.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 650px; */
  position: relative;
  aspect-ratio: 16/7;
}

.btn-primary {
  background: linear-gradient(
    100.08deg,
    #9fa2e3 -35.1%,
    #5054c8 42.84%,
    #0e0f2c 162.24%
  );
  color: white;
  border-radius: 24px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
}

.contact-section {
  text-align: center;
  padding: 3% 15% 3% 15%;
}

.contact-section h2 {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 35px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
  margin-bottom: 32px;
}

.contact-form {
  max-width: 700px;
  margin: auto;
  text-align: left;
  /* font-family: Plus Jakarta Sans; */
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
}
/* learn more button */
.btn-impact {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 105px;
  background: #262a90;
  color: white;
  border: none;
  border-radius: 1000px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: auto;
  padding: 10px 0;
  text-decoration: none;
}

/* end */

.btn-submit {
  width: 105px;
  background: #262a90;
  color: white;
  border: none;
  display: block;
  gap: 8px;
  border-radius: 1000px;
  /* font-family: Plus Jakarta Sans; */
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  /* box-shadow: 0px 4px 4px 0px #0000000d; */
  margin: auto;
}

.btn-submit:hover {
  background: #262a90;
  color: white;
  border: none;
  display: block;
  gap: 8px;
  border-radius: 1000px;

  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  box-shadow: 0px 4px 4px 0px #0000000d;
}

@media (min-width: 375px) and  (max-width: 767px) {
  .contact-section {
    padding: 48px 20px;
  }

  .contact-section h6 {
    font-size: 16px;
    line-height: 120%;
  }

  .contact-section h2 {
    font-size: 24px;
    line-height: 150%;
  }

  .contact-form {
    padding-top: 24px;
    color: #000000;
    font-size: 16px;
    line-height: 150%;
  }
}

/* --------------------------------------------------------------------------------------------- */
/* body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f4f7ff;
    margin: 0;
    padding: 0;
  } */
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.btn-button {
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btnchange {
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid white;

  background: white;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-ok {
  background: #aaaaaa;
  color: #000000;
  border-radius: 1000px;
  font-family: Arial, sans-serif;
  border: none;
}

.btn-ok {
  background: #aaaaaa;
  color: #000000;
  border-radius: 1000px;
  font-family: Arial, sans-serif;
  border: none;
}

.bg-dark-blue {
  background: linear-gradient(225.22deg, #262a90 53.87%, #577eb9 138.32%);
  color: white;
}

.footer p {
  font-size: 14.5px;
  font-family: "Poppinsmedium", sans-serif;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  text-decoration: underline;
}

.divider {
  color: #fff;
  margin: 0 8px;
}

.text-pink {
  color: white;
}

.text-orange {
  color: white;
}

/* validation */
.error {
  color: red;
  font-size: 0.875rem;
  margin-top: 4px;
}

/* ------------------------------------------------------------------------------------------------- */
/* actual change */
.adaptive-learning {
  background: url("../images/bluebanner.png") no-repeat center center;
  padding: 35px 10px;
  background-size: cover;
  color: #fff;
}

/*  */
/* educatr 4%4 icons */

.icon-heading-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center; /* Center h6 vertically with the icon */
  gap: 8px;
  margin-bottom: 0.5rem;
}

.icon img {
  width: 24px;
  height: auto;
}

.icon-heading-wrapper h6 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  word-break: break-word;
}

.educator-focus {
  padding: 0% 10% 0% 10%;
}

/* ========== TABLE STRUCTURE ========== */

.learning-comparison-section {
  padding: 0% 10% 0% 10%;
}

.wrapper {
  padding: 25px;
  max-width: 100%;
}

/* Common table cell styles */
table th,
table td {
  vertical-align: middle !important;
  line-height: 2.1;
}

/* Emphasize feature names */
table td strong {
  color: #2c2c8a;
  font-weight: bold;
}

/* ========== VIDYABUDDHI COLUMN STYLES ========== */

/* Top-right and top-left rounded header cell */
.vidyabuddhi-column {
  background: linear-gradient(to top left, #ff6600, #ff9966);
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 8px solid #fef0e3;
  border-right: 8px solid #fef0e3;
  border-top: 8px solid #fef0e3;
}

/* Middle cells */
.vidyabuddhi {
  background: linear-gradient(to top left, #ff6600, #ff9966);
  color: white;
  border-left: 8px solid #fef0e3;
  border-right: 8px solid #fef0e3;
  border-top: 2px solid #fef0e3;
}

/* Bottom cell with rounded corners */
.table {
  border-collapse: separate !important;
  border-spacing: 0;
}

.vidyabuddhi-column-end {
  background: linear-gradient(to top left, #ff6600, #ff9966);
  color: white;
  border-left: 8px solid #fef0e3;
  border-right: 8px solid #fef0e3;
  /* remove border-bottom here if using after */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 16px 8px;
  position: relative;
  z-index: 1;
}

.vidyabuddhi-column-end::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fef0e3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  pointer-events: none;
}

/* Make sure gradient cells override tbody blue */
.vidyabuddhi,
.vidyabuddhi-column,
.vidyabuddhi-column-end {
  background: linear-gradient(to top left, #ff6600, #ff9966) !important;
  color: white !important;
}
.table {
  border-collapse: separate !important;
  border-spacing: 0;
}
/* ----------------------------out impact */

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #444;
}

.category-title {
  font-size: 17px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #2a2c89;
}

.category-title i {
  margin-right: 10px;
}

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
  transition: transform 0.2s;
  height: 100%;
}

.card:hover {
  transform: translateY(-5px);
}

.card h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #555;
}

.icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.card .icon img {
  width: 24px;
  height: 24px;
}
/* out impact  */
/* Section Styling */
.impact-section {
  padding: 40px 40px 40px 40px;
  background: #fff;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #252f92;
  margin-bottom: 30px;
}

/* Cards Container */
.impact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch; /* Ensures equal height cards */
}

/* Individual Card */
.impact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: left;
  transition: 0.3s ease;
  height: 100%; /* Makes sure cards grow equally in grid */
}

.impact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Label */
.card-label {
  font-size: 12px;
  font-weight: bold;
  color: #d32f2f;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.students .card-label {
  color: #ff9800;
}

.admins .card-label {
  color: #3f51b5;
}

.parents .card-label {
  color: #4caf50;
}

/* Icon */
/* .card-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
} */

/* Title */
.card-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
}

/* List */
.card-list {
  padding-left: 20px;
  margin-bottom: 20px;
  height: 250px;
}

.card-list li {
  font-size: 15px;
  margin-bottom: 6px;
  list-style: disc;
}

.sambhuti-learning-section {
  background: #fff;
  position: relative;
}

.banner-container {
  margin-top: 20px;
  position: relative;
  display: inline-block;
}

.icon-container {
  position: absolute;
}

/* Circular icon style */
.icon-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  /* border: 4px solid #f57c00; */
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.icon-overlay img {
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease;
}

/* Hover card */
.hover-card {
  font-weight: 700;
  position: absolute;
  bottom: 60%;
  left: 60%;
  transform: translateX(-50%) scale(0.95);
  width: 250px;
  height: 150px;
  background: #ffffff;
  color: #2e3083;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Hover effects */

.icon-overlay:hover img {
  transform: scale(1.2);
}

.icon-overlay:hover .hover-card {
  opacity: 1;
  transform: translateX(-50%) scale(1.05);
}
/* Base icon positioning for screens between 1250px and 2000px */
@media (min-width: 1200px) and (max-width: 2000px) {
  .icon1 {
    top: 72%;
    left: 30%;
  }
  .icon2 {
    top: 47%;
    left: 33%;
  }
  .icon3 {
    top: 32%;
    left: 39%;
  }
  .icon4 {
    top: 30%;
    left: 54%;
  }
  .icon5 {
    top: 44%;
    left: 61%;
  }
  .icon6 {
    top: 72%;
    left: 63%;
  }

  .icon-overlay img {
    transform: scale(1.2);
  }
}

/* Override icon positions for large screens (1800px to 2000px) */
@media (min-width: 1600px) and (max-width: 2000px) {
  .icon1 {
    top: 74%;
    left: 32%;
  }
  .icon2 {
    top: 53%;
    left: 34%;
  }
  .icon3 {
    top: 38%;
    left: 39%;
  }
  .icon4 {
    top: 35%;
    left: 54%;
  }
  .icon5 {
    top: 50%;
    left: 61%;
  }
  /* icon6 remains same, so no need to override */
}

/* second section */
.blended-learning {
  padding: 5% 15% 5% 15%;
}
/* mobile start */
@media (min-width: 375px) and  (max-width: 767px) {
  .navbar {
    background-color: #ffffff !important;
    height: auto !important;
    padding: 0.75rem 1rem;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .navbar-brand .logo {
    height: 35px !important;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
  }

  .navbar-nav .nav-item {
    margin: 4px 0;
  }

  .navbar-nav .btn-phonenumber,
  .navbar-nav .btn-primary {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .navbar-nav .btn-phonenumber {
    color: black;
  }

  .navbar-nav .btn-primary {
    background-color: #fc8939;
    border: none;
  }

  .navbar-right {
    display: none !important;
  }
}
/* mobile end */
/* mobile tabele image */
@media (min-width: 375px) and  (max-width: 767px) {
  .comparison-table {
    display: none !important;
  }
  .comparison-image {
    display: block !important;
    text-align: center;
  }
  /* start  */
  .adaptive-learning h2 {
    font-size: 20px !important;
  }
  .adaptive-learning h4 {
    font-size: 16px !important;
  }
  .adaptive-learning p {
    font-size: 10px !important;
  }
  /* cards education,student,parent  */
@media (max-width: 500px) and (min-width: 375px) {
  .card-container {
    gap: 16px !important;
    animation-duration: 15s !important;
  }

  .scroll-card {
    width: 180px !important; /* match image width */
    flex: 0 0 auto !important;
  }

  .scroll-card img {
    width: 100% !important;
    height: auto !important;
  }
}

  /* end */

  /* impact card -> learn more page images */
  .educator-impact-cards-image img {
    max-width: 320px !important;
    padding-left: 10px !important;
    height: auto;
  }
  .educator-impact-cards-section {
    padding: 0% 7% 0% 7% !important;
  }
  /* cards scrolling imapct cards */
  .scroll-cards {
  overflow: hidden;
  /* width: 50% !important; */
  height: 90% !important;
}
}

/* Default: show table, hide image */
.comparison-table {
  display: block;
}

.comparison-image {
  display: none;
}
/* mobile umbrella */
/* Hide desktop banner, show mobile banner between 375px and 430px */
@media (min-width: 375px) and  (max-width: 767px) {
  .banner-container {
    display: none !important;
  }
  .banner-container-mobile {
    display: block !important;
  }
}

/* Default: desktop banner visible, mobile banner hidden */
.banner-container {
  display: block;
}
.banner-container-mobile {
  display: none;
}
/* educator page  */
.scroll-cards {
  overflow: hidden;
  width: 100%;
  
}

.card-container:hover {
  animation-play-state: paused;
}

.card-container {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: scrollCards 20s linear infinite;
}

.scroll-card {
  flex: 0 0 auto;
  width: 340px;  /* smaller than before */
  text-align: center;
}

.scroll-card img {
  width: 100%;
  height: auto;
}


@keyframes scrollCards {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*  */
.educator-impact-cards-section {
  padding: 0% 15% 0% 15%;
}

.educator-impact-cards-header {
  text-align: center;
  margin-bottom: 30px;
}

.educator-impact-cards-header h3 {
  color: #2e3083;
  font-size: 35px;
  font-weight: bold;

  margin-bottom: 10px;
}

.educator-impact-cards-header p {
  font-size: 18px;
  color: #555;
}

.educator-impact-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.educator-impact-cards-left {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.educator-impact-cards-icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.educator-impact-cards-text {
  max-width: 500px;
}

.educator-impact-cards-title {
  color: #b30000;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.educator-impact-cards-text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0;
}

.educator-impact-cards-save {
  font-style: italic;
  margin-top: 10px;
}

.educator-impact-cards-save span {
  color: grey;
  font-weight: bold;
  background-color: #ffeb3b;
  padding: 2px 6px;
  border-radius: 4px;
}

.educator-impact-cards-image img {
  max-width: 400px;
  height: auto;
}
