html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.logo {
  font-weight: bold;
  color: #4b0082;
}
.heading-h2 {
  color: #292e89;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
/* mobile view */
@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;
  }
  /* image size  in advantages of manifeter*/
  .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;
  }
  .stepper {
    /* margin-left: 50px; */
    margin: 0% 7% 0% 7% !important;
  }
  /* main page table */
  .comparison-table {
    display: none !important;
  }
  .comparison-image {
    display: block !important;
    text-align: center;
  }
}

.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; */
}
/* submit */
.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;
}
.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;
}
/* end */

/* 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 {
  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;
}
.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;
}

.btn-phonenumber {
  padding: 12px 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 650;
  color: aliceblue;
}
.tutor-banner {
  margin-top: 40px;
  background-image: url("../images/joinastutorbanner.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;
}

.manifester-advantage-banner {
  margin-top: 40px;
  background-image: url("../images/manifesteradvantagebanner.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;
}

.manifester-banner {
  margin-top: 40px;
  background-image: url("../images/banner-usa-1.png"); /* 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;
}
/* actual change */
.bluebanner {
  background: url("../images/bluebanner.png") no-repeat center center;
  padding: 35px 10px;
  background-size: cover;
  color: #fff;
}

/* */
.left-right-padding {
  padding: 0% 15% 0% 15%;
}
.left-right-padding-cards {
  padding: 0% 10% 0% 10%;
}

/* 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;
}

/* ========== VIDYABUDDHI COLUMN STYLES ========== */

/* Default: show table, hide image  only hide and show for mobile vs destop*/
.comparison-table {
  display: block;
}

.comparison-image {
  display: none;
}
/* 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;
}
/* 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;
}
.wrapper {
  padding: 25px;
  max-width: 100%;
}
/* 4 by 4 cards */

.feature-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
  height: 100%;
  text-align: left;
}

.feature-icon {
  height: 36px;
  width: 36px;
  margin-right: 12px;
}

.feature-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  color: #111;
}

.feature-text {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.contact-section {
  text-align: center;
  padding: 3% 15% 3% 15%;
}

.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;
}
/* footer */

.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;
}
/* pricing page */
.primarytext {
  color: #3b2e71;
}

/* index page system-work-container  */

.update-card-container img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.system-work-container {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  transition: all 0.3s ease;
  height: 300px;
}

/* end */

.update-card-container img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.update-card-container {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 220px;
}

.update-hover-effect:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  /* background-color: #f9fdfb; */
}
/* table pricing */
thead.pricing-table-heading th {
  background-color: #292e89;
  color: white; /* optional, for contrast */
}
.fee-structure table {
  border-collapse: collapse;
}

.fee-structure th,
.fee-structure td {
  border: 1px solid #dee2e6; /* Or #292e89 for a stronger style */
}

/* .banner3bg {
   
    padding-top: 50px;
    background: linear-gradient(213.13deg, rgba(250, 227, 169, 1) -45.02%, rgba(229, 255, 255, 0.5) 42.58%, rgba(204, 243, 255, 0.5) 106.66%, rgba(143, 228, 255, 0.5) 164.49%), #FFFFFF;
}

.banner4bg {
  
    padding-top: 50px;
    background: linear-gradient(to top, #fddb92 0%, #d1fdff00 100%);
}

.bannergrad {
    background: linear-gradient(to top, rgb(225 138 60 / 54%), transparent)
} */

.next-btn .btn-start {
  font-weight: 700;
  min-width: 163px;
  padding: 12px 15px;
}

.form-check-input:checked {
  background-color: #ff5364;
  border-color: #ff5364;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #ff5364;
}
/* manifester advantages */

.educator-impact-cards-section {
  padding: 0% 15% 0% 15%;
}

.educator-impact-cards-header {
  margin-bottom: 30px;
}

.educator-impact-cards-header h3 {
  color: #2e3083;
  font-size: 35px;
  font-weight: bold;

  margin-bottom: 10px;
}

.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-text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0;
}

.educator-impact-cards-image img {
  max-width: 400px;
  height: auto;
  margin-top: 10px;
}

.stepper {
  position: relative;
  /* margin-left: 50px; */
  margin: 0% 15% 0% 15%;
  border-left: 3px solid;
  padding-left: 20px;
}

.step {
  position: relative;
  margin-bottom: 40px;
}

.step::before {
  content: attr(data-step);
  position: absolute;
  left: -36px;
  top: 0;
  background: #292e89;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.step h3 {
  color: #292e89;
  margin-top: 0 !important;
}
/* orange bannere */
/*  orange banner */
.orange-banner {
  background-image: url(../images/orange-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* min-height: 100vh; */
  height: 540px;
  padding: 2rem;
  box-sizing: border-box;
}

/* Heading Text */
.stats-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.4;
  color: white;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 50px
}
/* Flex container for cards */
.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 32px;
}
.stats-card {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 24px;
  background-color: #fff;
  flex: 1 1 22%;
  max-width: 200px;
  box-sizing: border-box;
  text-align: center;
  height: 150px;
}
/* Main number */
.stats-number {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #e15700;
}

.stats-number span {
  font-size: 18px;
  color: #222;
}
/* Text below number */
.stats-span {
  /* font-family: "Red Hat Display", sans-serif; */
  font-weight: 400;
  font-size: 20px;
  /* color: #292e89; */
  margin-top: 10px;
}
/* --------------------------- */
.pricing-certified-group {
    border-radius: 20px;
    margin-bottom: 24px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    width: 100%;
    border: 1px solid #e9ecef;
}

.pricing-certified-group:hover {
    top: -10px;
}



.pricing-get-certified {
  border: 1px solid #292e89 ;

    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.pricing-get-certified p {
    margin-bottom: 0;
    color: #685f78;
    font-size: 15px;
    
    font-weight: 500;
}