@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}

.container-fluid {
  padding: 0 80px;
}

a:-webkit-any-link:focus-visible {
  outline: none;
}

.cursor-pointer {
  cursor: pointer;
}

.outline-btn .btn-outline {
  color: #fff;
  border-color: #fff;
}

.py-8 {
  padding: 8rem 0 3rem;
}

.mt--7 {
  margin-top: -7rem;
}

.mt--8 {
  margin-top: -8rem;
}

.ptb {
  padding: 60px 0;
}

.space {
  height: 80px;
}

.ps-80 {
  padding-left: 80px;
}

.fs-20 {
  font-size: 20px;
}

.text-white-05 {
  color: #ffffffe8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #10204c;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.theme-color {
  color: #2962ff;
}

.color-secondary {
  color: #001757;
}

.heading-1 {
  text-transform: capitalize;
  line-height: 117px;
  margin-bottom: 1rem;
}

label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.6rem;
}

.form-control {
  background-color: #f6f9ff;
  border-color: #eef4ff;
  height: 51px;
}

input::placeholder {
  color: #c8c8c8;
}

.input-group .dropdown-toggle {
  background-color: #f6f9ff00;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 700;
  border-color: #eef4ff00;
  border-right: 0;
  height: 100%;
  z-index: 99;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
  border-color: #eef4ff;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #86b7fe;
}

.btn-wrap {
  padding: 11px 25px;
  border-radius: 42px !important;
  color: #fff;
  border-color: #17327b;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}

.btn-wrap i {
  font-size: 13px;
}

.btn-outline {
  /* border-color: #17327b;
  color: #17327b; */

  border-color: #2962ff;
  color: #2962ff;
}

.btn-primary {
  border-color: #2962ff;
  background: #2962ff;
  color: #fff;
  border-radius: 36px;
  font-weight: 600;
}

.form-nav-bg {
  background-color: #2962ff !important;
}

.signInbtn {
  border-radius: 97px;
  background: #2962ff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 32px;
  border: 1px solid #2962ff;
}

.btn-wrap.btn-primary:hover,
.signInbtn:hover {
  color: #2962ff !important;
  border-color: #2962ff !important;
  background: #fff !important;
}

.btn-wrap.btn-outline:hover {
  background: #17327b !important;
  color: #fff !important;
  border-color: #17327b !important;
}

.heading-1,
h1 {
  color: #fff;
  line-height: 60px;
  font-size: 52px;
  font-weight: bold;
}

.heading-1 span,
h1 span {
  background: linear-gradient(90deg, #fff -35.21%, rgba(41, 98, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.section-mentorship {
  margin-top: 80px;
}

.heading-2,
.text-color {
  color: #10204c;
}

/* .heading-2 span {
    color: #2962ff;
} */

.sub-heading {
  color: #5c87ff;

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

  font-size: 22.64px;

  font-weight: 600;

  text-transform: capitalize;

  display: block;
}

.heading-2,
h2 {
  font-size: 64px;

  font-weight: 600;
}

.heading-2 {
  margin: 10px 0;
  margin-top: 0px;
}

.text-muted {
  color: #001757 !important;
  font-size: 14px;
  padding: 0px 100px;
  font-weight: 400;
}

h3 {
  font-size: 40px;

  font-weight: 600;
}

h4 {
  font-size: 28px;

  font-weight: 500;
}

h5 {
  font-size: 18px;

  font-weight: 500;
}

h6 {
  font-size: 16px;

  font-weight: 400;
}

a {
  text-decoration: none;

  color: #000;

  transition: 0.3s linear;

  -webkit-transition: 0.3s linear;

  -moz-transition: 0.3s linear;

  -o-transition: 0.3s linear;

  -ms-transition: 0.3s linear;
}

a:hover {
  text-decoration: none;

  color: #2962ff;
}

.inner-main-heading,
h1.banner-heading {
  color: #10204c;
  text-align: center;
  font-family: Manrope;
  font-size: 65px;
  font-weight: 600;
  line-height: 125%;
}

.inner-main-heading span {
  color: #2962ff;
  display: block;
}

.main-section-about {
  padding-bottom: 50px !important;
  margin-bottom: 100px;

  .heading-1 {
    font-size: 65px;
    line-height: 75px;
  }
}

.about-bx {
  /* background: rgba(255, 255, 255, 0.08); */
  padding: 40px 30px;
  border-radius: 0px;
  height: 100%;
  /* width: 480px; */
  transition: 0.2s all;
}

.about-bx1 {
  background: #d9d9d9;
}

.about-bx2 {
  background: #e5e5e5;
}

.about-bx3 {
  background: #f7f7f7;
}

.about-bx .about-bx-icon svg {
  transition: 0.5s all;
}

.approach-feature-box .icon svg {
  transition: 0.5s all;
}

.approach-feature-box:hover .icon svg {
  transform: rotatey(360deg);
}

.about-bx:hover .about-bx-icon svg {
  transform: rotatey(360deg);
}

.hero-section-feature-box .icon svg {
  transition: 0.5s all;
}

.hero-section-feature-box:hover .icon svg {
  transform: rotatey(360deg);
}

.about-bx p {
  color: rgb(63, 63, 63);
  margin-bottom: 0px;
  font-size: 15px;
}

.whysection-about {
  padding-top: 60px;
}

.row-about-bx {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  border: 1px solid #4c4c4c;
}

.about-bx-icon {
  margin-bottom: 15px;
  height: 42px;
}

.row-about-bx {
  margin-top: 150px;
}

.conatineraboutt {
  .icon svg {
    width: 30px;
  }

  .hero-section-feature-box {
    padding: 0 20px;
    position: relative;
  }
}

/* .about-bx-active{
      background: rgba(41, 98, 255, 1);
    transform: scale(1.2);
    width: 480px;
  
} */
/* .about-bx-end{
      margin-left: -50px;
} */
/* .about-bx:hover{
  background: rgba(41, 98, 255, 1);
    transform: scale(1.1);
} */
.features li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-aboutcard {
  .container-fluid {
    padding: 0px;
    overflow: hidden;
  }
}

.features li.active span i {
  transform: rotate(180deg);
}

/* .about-bx-center{
  margin-left: -33px;
} */

.col--men-tab {
  #myTab {
    justify-content: center;
    border: none;
    gap: 14px;
  }

  .nav-link {
    border: none;
  }

  .nav-link.active {
    border-color: #2962ff;
    background: #2962ff;
    color: white !important;
    padding: 12px 38px;
    border-radius: 100px;
  }

  .nav-link {
    border-color: #2962ff !important;
    background: #ffffffff;
    color: #2962ff !important;
    padding: 12px 38px;
    border-radius: 100px;
    border: 1px solid #2962ff;
  }
}

.why-icon i {
  font-size: 28px;
  color: #007bff;
  line-height: 1;
}

.form-tabss {
  .nav-link {
    border: none;
  }

  .nav-tabs {
    border: none;
    margin-bottom: 20px;
  }
}

.mentor--section {
  padding: 60px 0px;
}

@media (min-width: 1250px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1250px) {
  .desktop {
    display: none;
  }
}

header.header-wrapper {
  padding-top: 30px;
  position: absolute;
  width: 100%;
}

.header-wrapper .mobile,
.header-wrapper .desktop {
  border-radius: 75px;
  background-color: #fff;
  border: 0.75px solid rgba(16, 30, 70, 0.25);
  padding: 3px 40px;
}

.header-wrapper .desktop .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  padding: 10px;
}

.header-wrapper .desktop.form-nav-bg .navbar-nav .nav-item .nav-link,
.header-wrapper .desktop.form-nav-bg .navbar-nav .nav-item .nav-link.signupBtn {
  color: #fff;
}

.header-wrapper .desktop.form-nav-bg .navbar-nav .nav-item .signInbtn {
  background: #fff;
  color: #2962ff;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-brand {
  display: block;
}

.navbar-btn {
  gap: 32px;
  align-items: center;
}

.signupBtn {
  margin: 0px !important;
  padding: 0px !important;
}

.header-wrapper .desktop .navbar-nav .nav-item .nav-link.signupBtn {
  color: #2962ff;

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

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 0.14px;

  text-transform: uppercase;

  margin-top: 4px;
  padding: 10px 0;
}

.navbar-brand img {
  max-width: inherit;
  width: 132px;
}

.main-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 180px 0px;
}

.owl-carousel-main {
  .owl-dots {
    display: none !important;
  }
}

.hero-content {
  padding-left: 7px;

  margin-top: 8px;
}

.hero-content .sub-heading {
  color: white;
  font-size: 20px;
  margin-bottom: 5px !important;
}

.hero-section-feature {
  border-radius: 13.488px;
  background: #2962ff;
  /* box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25); */
  padding: 35.969px 20.938px;
}

.hero-section-feature-box {
  padding: 0 44px;
  position: relative;
}

.hero-section-feature-box:after {
  content: "";
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.35);
  width: 1px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.become-mentore .hero-section-feature-box:after {
  background: rgba(41, 98, 255, 0.35);
}

.hero-section-feature-box:last-child::after {
  display: none;
}

.hero-section-feature-box .icon {
  width: 64.824px;
  height: 64.824px;
  padding: 4.63px 10.804px 4.63px 13.891px;
  align-items: center;
  border-radius: 32.412px;
  background: rgba(255, 255, 255, 0.24);
  margin: auto;
  margin-bottom: 1rem;
  line-height: 55px;
}

.become-mentore .icon {
  background: rgba(41, 98, 255, 0.12);
}

.hero-section-feature-box p {
  color: #fff;
  font-weight: 500;
}

.become-mentore p {
  color: #2962ff;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  color: #000;
  align-items: center;
  width: 420px;
  border-radius: 4.173px;
  border: 0.261px solid rgba(0, 0, 0, 0.14);
}

.feature-list li .icon {
  color: #3366ff;
  font-size: 18px;
  margin-right: 10px;
}

.stats-section {
  padding-top: 40px;
}

.stats-section p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

.stat-box {
  text-align: center;

  padding: 40px 20px 0;

  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: baseline;

  align-items: center;
  margin-bottom: 20px;
}

.stat-box:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 10%;

  right: 0;

  width: 1px;

  height: 87%;

  background: rgba(0, 0, 0, 0.08);
}

.icon-box {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 45px;

  height: 45px;

  border-radius: 10px;

  background-color: #f3f6ff;

  color: #2563eb;

  font-size: 22px;

  margin-bottom: 15px;

  border-radius: 6.667px;

  border: 0.694px solid #f1f2f9;

  background: #f9f8ff;

  box-shadow:
    0 1.25px 1.667px 0 rgba(255, 255, 255, 0.4) inset,
    0 -2.5px 4.167px 0 rgba(103, 96, 181, 0.2) inset;
}

.stat-title {
  color: #000;
  text-align: center;
  /* text-transform: capitalize; */
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  height: 120px;
  padding: 10px;

  margin: 0px;
}

.stat-value {
  margin: 10px 0 30px;
  color: #10204c;

  font-family: Manrope;

  font-size: 50px;

  font-style: normal;

  font-weight: 700;

  line-height: 125%;
  margin-top: -10px;
}

.stat-value span {
  color: #3366ff;
}

.carousel-wrap {
  overflow: hidden;
}

.carousel-wrap .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.carousel-wrap .card {
  position: relative;

  border: 0;
}

.carousel-wrap .card .card-body {
  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;
}

.carousel-wrap .card .card-body h3 {
  color: #fff;

  font-family: Manrope;

  font-size: 19px;

  font-weight: 600;
  margin-bottom: 5px;
}

.carousel-wrap .card .card-body p {
  color: #fff;

  font-family: Manrope;

  font-size: 19px;

  font-weight: 600;
}

.why-section {
  position: relative;
  text-align: center;
}

.why-section h6 {
  color: #2a63f5;
  font-weight: 600;
  letter-spacing: 1px;
}

.why-section h2 {
  font-weight: 700;
  color: #001c55;
}

.why-section p.sub-text {
  color: #555;
  margin-bottom: 60px;
}

.why-item {
  position: relative;
  padding: 20px 7px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: left;
  z-index: 2;
}

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

.why-icon {
  margin-bottom: 15px;
  border-radius: 20px;
  background: linear-gradient(0deg, #f8f9fd 0%, #f8f9fd 100%), #e8f2ff;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon svg {
  width: 35px;
}

.why-item h5 {
  color: #2962ff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}

.why-item p {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.42px;
}

.why-item::before {
  content: attr(data-number);
  position: absolute;
  top: -16px;
  right: 20px;
  z-index: 1;
  pointer-events: none;
  color: #2962ff;
  font-family: "Manrope", sans-serif;
  font-size: 174px;
  /* font-weight: 800; */
  /* line-height: 204px; */
  letter-spacing: -4.08px;
  opacity: 0.1;
}

.pricing-section p.color-secondary {
  font-size: 13px;
  margin-bottom: 2rem;
}

.pricing-section h6 {
  color: #3b82f6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #001c55;
}

.pricing-section.mentorship-agenda .text-muted {
  padding: 0px 56px;
}

.pricing-card {
  border: 1px solid #e5e7eb;
  border-radius: 30px 0 0 30px;
  padding: 40px;
  height: 100%;
  text-align: left;
  border-radius: 30px 0 0 30px;
  background: #2962ff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform;
}

.pricing-card.blue {
  background: #2563eb;
  color: #fff;
  border: none;
}

.pricing-card h4 {
  margin-bottom: 0px;
  color: #fff;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.pricing-card p {
  font-size: 12px;
  margin-bottom: 20px;
  color: #fff;
  font-family: Manrope;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-card .price {
  color: #fff;
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
}

.pricing-card .badge-popular {
  display: none;
}

/* .pricing-card hr {
    background: #FFF;
    opacity: 1;
    color: #fff;
} */

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}

.pricing-card ul li {
  font-size: 13px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 4px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: Manrope;
}

.pricing-card:hover ul li svg path {
  fill: #82898c;
}

.pricing-card.blue ul li::before {
  color: #fff;
}

.pricing-card-wrapper {
  padding: 1px 9px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.pricing-card-wrapper.active {
  border-radius: 8px;
  border: 0.855px solid #2962ff;
  background: rgba(41, 98, 255, 0.04);
  background: #f6f9ff;
}

.pricing-card-wrapper:hover {
  background: #e4edff;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-card-wrapper .price {
  font-size: 24px;
  font-weight: 700;
  color: #2962ff;
  border-bottom: 0;
}

.cut-price {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.42);
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.cut-price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  height: 1.5px;
  background: #e63946;
  transform: rotate(-6deg);
}

.pricing-card-wrapper .details {
  font-size: 13px;
  color: #6f6c8f;
  padding-right: 24px;
}

.pricing-card-wrapper .arrow {
  position: absolute;
  right: 18px;
  top: 48%;
  transform: translateY(-20%);
  font-size: 13px;
  color: #1a73e8;
}

.back-btn {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 600;
}

.pricing-card .button-wrap .btn {
  padding: 7px 22px;
  color: #fff;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 6px;
  border: 1px solid #fff;
  background: #2962ff;
}

.pricing-card .button-wrap {
  display: flex;
  justify-content: center;
}

.pricing-card:hover {
  background: #fff;
  border-radius: 30px !important;
  border: 1px solid #a9a9a9;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 2;
  position: relative;
}

.pricing-card:hover h4 {
  color: #2962ff;
}

.pricing-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pricing-card:hover .badge-popular {
  display: inline-block;
}

.pricing-card:hover p {
  color: #141718;
  width: 220px;
}

.pricing-card:hover p:nth-of-type(2) {
  color: #82898c;
}

.pricing-card:hover .price {
  color: #141718;
}

.pricing-card:hover hr {
  background: #82898c;
  color: #82898c;
}

.heading-style {
  font-size: 65px !important;
  font-weight: 600 !important;
}

.pricing-card:hover ul li {
  color: #141718;
}

.pricing-card:hover .btn {
  border-radius: 6px;
  border: 2px solid #1548cb;
  background: #0c50ff;
  color: #fff;
}

.badge-popular {
  padding: 5px 12px;
  margin-left: 8px;
  border-radius: 6px;
  background: #2962ff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

/* .pricing-section .sub-heading {
    color: #135CE7;
    font-weight: 600;
} */

.testimonial-section {
  text-align: center;
}

.testimonial-section h6 {
  color: #1b66ff;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-section h2 {
  color: #1d1d1d;
  font-weight: 600;
  /* margin-bottom: 50px; */
}

.testimonial-card {
  border-radius: 24px;
  background: #fff;
  padding: 25px;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-icons-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testimonial-card .fa-quote-left {
  color: #135ce733;
  font-size: 55px;
}

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

.testimonial-card p {
  color: #0f1125;
  font-family: Manrope;
  font-size: 16.8px;
  font-weight: 500;
  line-height: 190%;
}

.testimonial-card .stars i {
  color: #ff7f22;
}

.testimonial-card .user-info {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.testimonial-card hr {
  width: 60%;
  color: #e9eff5;
  opacity: 1;
}

.testimonial-card .user-info img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.testimonial-card .user-info h6 {
  margin: 0;
  color: #0f1125;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* .testimonial-section .sub-heading {
    color: #135CE7;
    font-weight: 600;
    margin-bottom: 16px;
} */

.faq-section h2,
.testimonial-section h2 {
  font-size: 36px;
}

.faq-section .text-muted {
  padding: 0px;
}

.testimonial-card .user-info span {
  color: #717276;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.faq-section {
  text-align: center;
}

.faq-section p.sub-text {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 50px;
}

.faq-card {
  background: #fff;
  text-align: left;
  padding: 30px 20px;
  border-bottom: 1px solid #a0a3bd1c;
  position: relative;
}

.faq-top .icons i {
  color: #a0a3bd;
}

.faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-title-wrap {
  display: flex;
  align-items: center;
}

.faq-number {
  margin-right: 16px;
  color: #a0a3bd;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
}

.row--faqsection {
  justify-content: center;
}

.faq-question {
  color: #170f49;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 135%;
  margin: 0;
}

.faq-icon {
  color: #1d1d1d;
  font-size: 15px;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

/* .faq-section .sub-heading {
    color: #2962FF;
    font-weight: 600;
} */

.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  background: rgba(255, 255, 255, 0.25);
  padding: 8px 15px;
  border-radius: 1.699px;
  backdrop-filter: blur(6px);
}

.btn-control {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.btn-control.white {
  background: white;
  color: #000;
}

.btn-control.dark-red {
  background: #ed203a;
  color: #fff;
}

.btn-control.red {
  background: #f30000;
  color: #fff;
}

/* = */
/* LEFT TABS */
.tabs {
  display: flex;
  flex-direction: column;
  width: 220px;
  gap: 12px;
}

.tab {
  padding: 14px 20px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  transition: 0.3s;
}

.tab.active {
  background: #eef3ff;
  border-color: #4a72ff;
  color: #2d50ff;
}

/* RIGHT CONTENT */
.content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.left .border-bottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.19) !important;
  margin: 2rem 0;
}

/* .price span {
    font-size: 29px;
    color: rgba(0, 0, 0, 0.42);
    text-decoration: line-through;
    font-weight: 600;
}

.price ul {
    margin-top: 20px;
}

.price ul li {
    margin-bottom: 10px;
    list-style: "✔ ";
    color: #444;
} */

.cta {
  margin-top: 20px;
  padding: 12px 20px;
  background: #2b6cff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

/* ================ */

.tabs-container {
  display: flex;
  gap: 20px;
  padding: 20px 40px;
  font-family: Arial, sans-serif;
}

.tab-buttons {
  width: 270px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tab-btn {
  padding: 10px 0 10px 20px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  height: 45px;
  text-align: left;
  position: relative;
  transition: 0.3s ease-in-out;
  font-family: "Manrope", sans-serif;
}

button.tab-btn:hover {
  padding-left: 25px;
}

.tab-btn {
  border-radius: 51px;
}

.sub-headingpeer {
  color: rgba(92, 135, 255, 1) !important;
}

.tab-btn.active {
  color: #2962ff;
  border-radius: 51px;
  border: 1px solid #2962ff;
  background: hsl(224deg 100% 58% / 8%);
}

.tab-btn.active:before {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.tab-content {
  flex: 1;
}

.tab-box {
  display: none;
}

.tab-box.active {
  display: block;
}

.tab-grid {
  display: flex;
  padding: 30px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  gap: 25px;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #fff;
}

.tab-grid .left,
.pricing-section.container {
  flex: 1;
  text-align: left;
  flex-basis: 50%;
}

.pricing-section.container {
  display: none;
}

.tab-grid .right {
  flex-basis: 50%;
}

.tab-grid .right img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.mentorship-agenda hr {
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  width: 1px;
  margin-top: 0;
}

.tab-content .features {
  margin: 15px 0;
  padding-left: 0px;
}

.tab-content .features li {
  margin-bottom: 9px;
  font-size: 14px;
  list-style: none;
  position: relative;
  padding-left: 26px;
  font-family: "Manrope";
  border-bottom: 0.5px solid rgba(26, 26, 26, 0.23);
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.tab-content .features li::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  background: #2563eb;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0px;
}

.start-btn {
  margin-top: 15px;
  padding: 8px 20px;
  width: 100%;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  font-size: 16px;
}

.mentorship-steps-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0px;
  margin: 60px 0;
  flex-wrap: wrap;
}

.mentorship-steps {
  text-align: center;
  min-width: 200px;
  width: 204px;
}

.mentorship-steps h5 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 20px;
}

.mentorship-steps p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.mentorship-icon {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: white;
  margin: auto;
}

.purple {
  background: #9672ff;
  box-shadow:
    0 100px 80px 0 rgba(150, 114, 255, 0.07),
    0 64.815px 46.852px 0 rgba(150, 114, 255, 0.05),
    0 38.519px 25.481px 0 rgba(150, 114, 255, 0.04),
    0 20px 13px 0 rgba(150, 114, 255, 0.04),
    0 8.148px 6.519px 0 rgba(150, 114, 255, 0.03),
    0 1.852px 3.148px 0 rgba(150, 114, 255, 0.02);
}

.blue {
  background: #4ddffd;
  box-shadow:
    0 100px 80px 0 rgba(77, 223, 253, 0.07),
    0 64.815px 46.852px 0 rgba(77, 223, 253, 0.05),
    0 38.519px 25.481px 0 rgba(77, 223, 253, 0.04),
    0 20px 13px 0 rgba(77, 223, 253, 0.04),
    0 8.148px 6.519px 0 rgba(77, 223, 253, 0.03),
    0 1.852px 3.148px 0 rgba(77, 223, 253, 0.02);
}

.pink {
  background: #f2b8ec;
  box-shadow:
    0 100px 80px 0 rgba(242, 184, 236, 0.07),
    0 64.815px 46.852px 0 rgba(242, 184, 236, 0.05),
    0 38.519px 25.481px 0 rgba(242, 184, 236, 0.04),
    0 20px 13px 0 rgba(242, 184, 236, 0.04),
    0 8.148px 6.519px 0 rgba(242, 184, 236, 0.03),
    0 1.852px 3.148px 0 rgba(242, 184, 236, 0.02);
}

.orange {
  background: #ff7f22;
  box-shadow:
    0 100px 80px 0 rgba(255, 127, 34, 0.07),
    0 64.815px 46.852px 0 rgba(242, 184, 236, 0.05),
    0 38.519px 25.481px 0 rgba(242, 184, 236, 0.04),
    0 20px 13px 0 rgba(242, 184, 236, 0.04),
    0 8.148px 6.519px 0 rgba(242, 184, 236, 0.03),
    0 1.852px 3.148px 0 rgba(242, 184, 236, 0.02);
}

/* connectors */
.mentorship-steps-dots {
  display: flex;
  align-items: center;
  /* margin-top: -39px; */
}

.mentorship-steps-dots .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #4ddffd;
  opacity: 0.7;
}

.mentorship-steps-line {
  width: 103px;
  height: 0px;
  border-bottom: 4px dashed #b7d9ff;
  opacity: 0.2;
}

.mentorship-steps-dots .dot.first {
  background: #9672ff;
}

.mentorship-steps-dots .dot.last {
  background: #ff7f22;
}

.mentor-banner {
  width: 100%;
  background: url(../images/mentor-banner-img.webp);
  padding: 40px;
  border-radius: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.mentorship-steps {
  transition: 0.5s all;
}

.mentorship-steps:hover .mentorship-icon svg {
  transform: rotatey(360deg);
  transition: 0.5s all;
}

.hero-section-feature-box .icon img {
  transition: 0.5s all;
}

.hero-section-feature-box:hover .icon img {
  transform: rotatey(360deg);
}

.mentor-banner h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #fff;
}

.mentor-banner p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #e9efff;
  max-width: 350px;
}

.mentor-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #111;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
  width: 230px;
  font-size: 14px;
  border-radius: 57px;
  justify-content: center;
}

.mentor-content {
  flex-basis: 65%;
}

.mentor-btn i {
  font-size: 14px;
}

.mentor-btn:hover {
  background: #f4f4f4;
}

.mentor-img {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-icon-box {
  text-align: center;
  padding: 20px 15px;
  color: #10204c;
}

.card-icon-box .iconbox {
  width: 44px;
  height: 44px;
  padding: 8.099px;
  margin: auto;
  border-radius: 5.553px;
  border: 0.578px solid #f1f2f9;
  background: #f9f8ff;
  box-shadow:
    0 1.041px 1.388px 0 rgba(255, 255, 255, 0.4) inset,
    0 -2.082px 3.471px 0 rgba(103, 96, 181, 0.2) inset;
}

.card-icon-box h6 {
  font-weight: 800;
  color: #2962ff;
  margin: 16px 0;
}

.card-icon-box p {
  font-size: 14px;
}

.card-icon-box span {
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.card-icon-box {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.card-icon-box:last-child {
  border-right: 0;
}

.social-section {
  background: url(../images/social-media-bg.webp);
  padding: 60px 20px;
  border-radius: 30px;
  text-align: center;
  color: white;
  background-size: cover;
}

.social-section h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
}

.social-btn {
  background: white;
  border-radius: 2.897px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin: 8px;
  color: #2962ff;
  font-size: 21px;
  letter-spacing: -0.296px;
  gap: 5px;
  width: 165px;
}

.social-btn img,
.social-btn i {
  margin-right: 8px;
  font-size: 20px;
}

.feature-card {
  background: url(../images/about-feature-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 26.128px;
  color: #fff;
  padding: 2rem 2rem 0;
  text-align: center;
}

.feature-card h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature-card p {
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 1.7;
}

.feature-card {
  transition: 0.5s all;
}

.feature-card:hover {
  transform: translatey(-10px);
}

.vision-card,
.mission-card {
  border-radius: 20px;
  border: 1px solid #f1f2f9;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.06);
  padding: 2rem;
  /* padding-bottom: 100px; */
}

.section-bg {
  background: #f0f0f0;
}

.vision-card h4,
.mission-card h4 {
  color: #2a3342;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 1.5rem;
}

.vision-card,
.mission-card {
  transition: 0.5s all;

  p {
    transition: 0.5s all;
  }

  h4 {
    transition: 0.5s all;
  }

  h4 .theme-color {
    transition: 0.5s all;
  }
}

.vision-card:hover,
.mission-card:hover {
  transform: translatey(-10px);
  background: #5d87ff;
  color: white;
}

.vision-card:hover p,
.mission-card:hover p {
  color: white;
}

.vision-card:hover h4,
.mission-card:hover h4 {
  color: white;
}

.vision-card:hover h4 .theme-color,
.mission-card:hover h4 .theme-color {
  color: white;
}

.vision-card p,
.mission-card p,
.mentoring-approch-section p {
  color: #556987;
  font-weight: 500;
}

.btn-LinkedIn {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.btn-LinkedIn p {
  padding: 10px 13px;
  display: block;
  font-size: 16px !important;
  font-weight: 400;
  width: fit-content;
  padding-left: 0px;
  margin: 0px;
}

.btn-LinkedIn1 {
  padding: 10px 13px;
  display: block;
  background: rgba(41, 98, 255, 0.06);
  width: fit-content;
  color: rgba(41, 98, 255, 1);
  border-radius: 3px;

  i {
    color: rgba(41, 98, 255, 1);
  }
}

.mentoring-approch-section {
  background: #f0f0f0;
}

.approach-feature-box {
  border-radius: 20px;
  border: 1px solid #f1f2f9;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.06);
  text-align: center;
  padding: 2rem 1rem;
}

.approach-feature-box .icon {
  border-radius: 6px;
  background: #2962ff;
  width: 54px;
  height: 54px;
  margin: auto;
  margin-bottom: 1rem;
  line-height: 50px;
}

.approach-feature-box h4 {
  font-size: 20px;
  color: #2a3342;
  font-weight: 700;
  margin: 1.3rem 0 1rem;
}

.founder-section p {
  font-size: 20px;
}

.linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2962ff;
  color: #fff;
  padding: 5px 28px 5px 9px;
  border-radius: 45.851px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.linkedin-btn i {
  background: #fff;
  color: #2962ff;
  padding: 6px;
  border-radius: 50%;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 29px;
}

.img-box img {
  border-radius: 68px 0 68px 68px;
}

.become-a-mentor-guide-sec .tab-btn.active {
  color: #2962ff;
  border-radius: 51px;
  background: #fff;
  border: 1px solid #2962ff;
}

/* 
.guide-list-wrapper {
    border-radius: 20px;
    border: 1px solid #F1F2F9;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.06);
    padding: 2rem;
    width: 100%;
}

.guide-list-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.guide-list-icon-box {
    flex-basis: 81px;
}


.guide-list-head h3 {
    margin: 0;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    color: #2A3342;
    text-align: left;
}

.guide-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.guide-list li {
    font-size: 16px;
    margin-bottom: 6px;
    padding-left: 25px;
    position: relative;
    text-align: left;
    color: #363636;
    font-weight: 600;
}


.guide-list li::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f00c";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2962FF;
    position: absolute;
    left: 0;
    top: 6px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 9px;
}

.guide-list-wrapper .read-more {
    color: #2962FF;
    font-size: 14px;
    margin-top: 12px;
    display: inline-block;
    text-align: left;
    width: 100%;
    font-weight: 600;
    text-decoration: underline;
} */
/* ==========Form========== */

/* --- Typography --- */
.step-indicator {
  font-size: 0.85rem;
  color: #5e6366;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.step-title {
  color: #2962ff;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 24px;
}

.form-container .back-btn {
  font-size: 1.5rem;
  color: #6c757d;
  cursor: pointer;
  margin-right: 15px;
  transition: color 0.2s;
}

.form-container .back-btn:hover {
  color: #333;
}

/* --- Custom Inputs (Step 1 & 4) --- */
.custom-input-box {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 1rem;
  background: white;
  width: 100%;
}

.custom-input-box label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #5e6366;
}

.custom-input-box input,
.custom-input-box textarea {
  width: 100%;
  border: none;
  outline: none;
  color: #333;
  background: transparent;
}

.btn-check-custom {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.card-selects {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 15px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
  width: 100%;
  text-align: left;
  gap: 10px;
  background: rgba(94, 99, 102, 0.04);
}

.card-selects:hover {
  background-color: #f8f9fa;
}

.card-selects svg {
  stroke: #000;
}

/* Selected State */
.btn-check-custom:checked+.card-selects {
  background-color: #e5ecff;
  border-color: #2962ff;
  color: #2962ff !important;
  font-weight: 700 !important;
}

.btn-check-custom:checked+.card-selects span,
.btn-check-custom:checked+.card-selects strong {
  color: #2962ff;
}

.btn-check-custom:checked+.card-selects svg {
  stroke: #2962ff;
}

.card-selects::after {
  content: "";
  margin-left: auto;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 1rem;
  color: transparent;
  transition: 0.2s;
}

.search-input {
  border-radius: 8px !important;
  border: 1.123px solid #dde2e5;
  background: rgba(255, 255, 255, 0.6);
}

.group-text-search {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  line-height: 3;
  z-index: 9;
}

/* when selected – show chevron */
.btn-check-custom:checked+.card-selects::after {
  content: "\f054";
  /* Font Awesome chevron-right */
  color: #1967d2;
  /* same blue as your selected state */
}

.fee-consult .btn-check-custom:checked+.card-selects::after,
#step6 .btn-check-custom:checked+.card-selects::after,
#step6 .card-selects::after,
#step4 .btn-check-custom:checked+.card-selects::after,
#step4 .card-selects::after {
  display: none;
}

.fee-consult label p {
  color: #6f6c8f;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
}

.fee-consult h4 {
  color: #5e6366;
  font-weight: 700;
}

.fee-consult span {
  color: #6f6c8f;
  font-weight: 600;
}

.cards-icon {
  font-size: 1.5rem;
  margin-right: 15px;
}

.cards-text strong {
  display: block;
  font-size: 1rem;
  color: #5e6366;
}

.cards-text span {
  font-size: 0.85rem;
  color: #6c757d;
}

/* Step 3 (Tags) specific styling */
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-select {
  border-radius: 20px;
  /* Pill shape */
  padding: 8px 16px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-weight: 500;
  color: #555;
}

.btn-check-custom:checked+.tag-select {
  background-color: #e8f0fe;
  border-color: #2962ff;
  color: #2962ff;
}

.btn-primary-custom {
  background-color: #2962ff;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

#step6 label {
  color: #5e6366;
  font-weight: 500;
}

.action-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 2rem;
}

.btn-primary-custom:hover {
  background-color: #1d4ed8;
}

/* Animation */
.step-section {
  display: none;
  /* Hidden by default */
  animation: fadeIn 0.4s ease-in-out;
}

.step-section.active {
  display: block;
  /* Show active */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.preference-sec .btn-check:checked+.btn {
  background-color: rgba(41, 98, 255, 0.12);
  color: #2962ff !important;
  border-color: #2962ff;
  font-weight: 700 !important;
  transition: 0.3s ease-in-out;
}

.preference-sec .btn-check:checked+.btn:hover {
  background-color: #1e4fdd;
  border-color: #1e4fdd;
  color: #fff !important;
}

.role-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #5e6366;
}

/* Hidden Radio for Logic */
.role-radio:checked+.role-card {
  background-color: #e8f0fe;
  border-color: #2563eb;
  color: #2563eb;
}

.sub-options {
  display: none;
  /* Hidden by default */
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  margin-top: -16px;
  /* Connect to card above */
  margin-bottom: 15px;
  background: white;
  border-color: #2563eb;
  /* Match active parent */
}

.upload-zone {
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #fcfcfc;
}

.upload-icon-btn {
  background-color: #4285f4;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.upload-zone p {
  color: rgba(0, 0, 0, 0.38);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ul-list {
  margin-left: 1rem;
}

ul.tc-list li {
  margin-bottom: 0.5rem;
  color: #001757;
}

/* =========footer=========== */
footer {
  color: #fff;
  padding: 60px 0px;
  position: relative;
  padding-bottom: 100px;
}

.footer-logo {
  font-size: 26px;

  font-weight: 700;

  color: #fff;

  text-decoration: none;
}

.footer-logo span {
  font-weight: 400;
}

.footer-desc {
  color: #fff;

  font-size: 15px;

  font-weight: 300;

  letter-spacing: -0.205px;

  max-width: 300px;
}

.footer-links a {
  text-decoration: none;

  color: #fff;

  text-align: center;

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

  font-size: 13px;

  font-weight: 300;

  line-height: 20px;

  display: inline-block;
}

.footer-links a:not(:last-child) {
  margin-right: 20px;
}

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

.social-icons a {
  color: #fff;

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

  font-size: 14px;

  font-weight: 300;

  letter-spacing: -0.205px;
}

.social-icons a i {
  font-size: 20px;
}

.social-icons a:hover {
  color: #d6e3ff;
}

.footer-bottom {
  padding-top: 15px;

  margin-top: 30px;
}

.footer-right-links a {
  margin-left: 15px;

  color: #fff;

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

  font-size: 14px;

  font-weight: 300;
}

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

footer .footer-bottom p {
  color: #fff;

  font-size: 14px;

  font-weight: 300;

  opacity: 0.5;

  font-family: "Manrope", sans-serif;
}

.footer-links h6 {
  color: #fff;

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

  font-size: 18px;

  font-weight: 700;

  letter-spacing: -0.232px;

  margin-bottom: 20px;
}

.section-transformative {
  .stat-value {

    /* color: rgb(41 98 255 / 71%); */
    span {
      color: rgb(41 98 255 / 71%);
    }
  }
}

a.nav-link.active {
  color: #2962ff !important;
}

.about-hero {
  padding: 158px 0px !important;
  padding-bottom: 40px !important;
}

.contact-form {
  .form-select {
    background-color: #f6f9ff;
    border-color: #eef4ff;
    height: 51px;
  }
}

.form-select:focus {
  box-shadow: none;
}

.owl-carousel-main {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* overflow: hidden; */
  right: 0px;

  .owl-stage-outer {
    overflow: hidden;
  }
}

.owl-carousel-main img {
  width: 100% !important;
  height: 627px !important;
  object-fit: cover;
  object-position: center;
}

.explanation ul {
  padding-left: 0px;
}

.explanation ul li {
  padding-left: 0px !important;
  list-style: disc !important;
}

.explanation ul li::before {
  display: none !important;
}

.explanation ul li {
  margin: 0px !important;
  border: none !important;
}

.row.hero-section-feature.become-mentore.bg-white {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icon img.img-fluid {
  filter: brightness(38.5);
}

.why-item {
  border: 1px solid #ebebeb;
  height: 100%;
  background: #fbfbfb;
  min-height: 216px;
}

.contact-form label {
  color: #2962ff;
}

.why-icon i {
  margin: 0px !important;
}

.mentor-banner {
  transition: 0.5s all;
  position: relative;
}

/* 🔥 COUNTRY NAME HIDE */
.iti__country-name,
.iti__flag-box+span {
  display: none !important;
}

.mentor-banner:hover {
  transform: translatey(-10px);
}

.card-icon-box a {
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

/* ---------------------------------- */
/*   MOBILE RESPONSIVE                */
/* ---------------------------------- */

@media (max-width: 900px) {
  .tabs-container {
    flex-direction: column;
    padding: 15px;
  }

  .tab-buttons {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
  }

  .tab-btn {
    flex: 1;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
  }

  .tab-btn.active {
    padding: 0 40px 0 19px;
  }

  .feature-list li {
    width: 100%;
  }

  .navbar-brand img {
    width: 100px;
  }

  .mt--7 {
    margin-top: -5rem;
  }

  .pricing-card-wrapper .arrow {
    display: none;
  }

  .social-btn {
    width: 151px;
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .tab-grid {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .tab-grid .right img {
    width: 100%;
    height: auto;
    max-height: 260px;
  }

  .tab-content .features {
    text-align: left;
  }

  /* .price {
        font-size: 26px;
    } */
}

@media (min-width: 992px) {
  .col-left {
    width: 15%;
  }

  .col-middle {
    width: 63%;
  }

  .col-right {
    width: 21%;
  }

  .hero .col-lg-5 {
    position: absolute;
    right: 0;
    padding-right: 0;
    text-align: right;
  }

  .card-icon-box p {
    height: 52px;
  }
}

@media (max-width: 1024px) {
  .main-section {
    /* padding: 100px 0; */
    height: 100% !important;
  }
}

@media (max-width: 992px) {
  .main-section {
    padding: 180px 0px;
  }

  .owl-carousel-main img {
    height: 626px !important;
  }

  .heading-1,
  h1 {
    font-size: 42px !important;
  }

  .hero-section-feature {
    padding: 10.969px 30.938px;
  }

  .hero-section-feature-box {
    padding: 19px 36px;
  }

  .hero-section-feature-box:last-child {
    border-bottom: none;
  }

  .card-icon-box {
    margin-bottom: 4px;
  }

  .card-icon-box:last-child,
  .card-icon-box:nth-child(2n) {
    border-right: 0;
  }

  .pricing-card:hover,
  .pricing-card {
    padding: 20px;
  }

  /* 
    .pricing-card .price {
        font-size: 30px;
    } */

  .pricing-card h4 {
    font-size: 18px;
  }

  .pricing-card:hover .btn {
    padding: 10px 30px;
  }

  .pricing-card:hover p {
    width: 150px;
  }

  .pricing-card .footer-right-links a,
  footer .footer-bottom p,
  .footer-links a,
  .footer-desc {
    font-size: 12px;
  }

  .footer-desc {
    margin: auto;
  }

  .why-item::before {
    font-size: 150px;
  }

  footer {
    padding: 40px;
  }

  .heading-2,
  h2 {
    font-size: 34px;
  }

  .container-fluid {
    padding: 0 40px;
  }

  .stat-title br {
    display: none;
  }

  .stat-value {
    font-size: 35px;
  }

  .offcanvas-body {
    padding: 0;
  }

  .offcanvas.offcanvas-end {
    background: #fff !important;

    transform: translateX(-100%);

    position: fixed;

    top: 0;

    left: 0;

    height: 100vh;

    backface-visibility: hidden;

    bottom: 0;
  }

  .offcanvas-header {
    background: #2962ff;
  }

  .offcanvas-header .btn-close {
    --bs-btn-close-bg: none;

    filter: none;

    font-size: 18px;

    opacity: 1;

    margin-top: -25px;
  }

  .offcanvas-body .nav-link {
    color: #000;
    /* font-family: Manjari; */
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    padding: 10px 14px;
    transition:
      background-color 0.3s ease,
      color 0.3s ease;
    border-bottom: 1px solid #3366ff40;
  }

  .signInbtn {
    margin: 0 0.5rem;
  }

  .offcanvas-body .nav-link:hover {
    background: #f1f5ff;
    color: #3366ff;
  }

  .offcanvas-body .nav-item:nth-child(6) .nav-link {
    border-bottom: 0;
  }

  /* .hero .btn-wrap {
        font-size: 18px;

        padding: 16px 40px;

        margin-left: 0;

        margin-bottom: 3rem;
    } */

  .stat-box {
    padding: 20px 20px 20px;
  }

  .stat-box:not(:last-child)::after {
    display: none;
  }

  .stat-box:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .ptb {
    padding: 40px 0;
  }
  .hero-content a.btn.btn-wrap.btn-primary.mb-lg-0.mb-3{
    margin-bottom: 0px!important;
  }
}

@media (max-width: 768px) {
  .contact-form{
.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags{
      display: block;
    width: 100%;
}
  }

  .hero-section-feature-box:after,
  .become-mentore .hero-section-feature-box:after {
    display: none;
  }

  .hero-section-feature-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding: 19px 20px;
  }

  .card-icon-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 0;
  }

  .card-icon-box:last-child {
    border-bottom: 0;
  }

  .stat-box:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 0;
  }

  /* .hero .btn-wrap {
        font-size: 14px;

        padding: 12px 30px;
    } */

  .why-item::before {
    font-size: 80px;
    right: 10px;
  }

  .pricing-card {
    border-radius: 30px !important;
  }

  .social-icons a:not(:last-child) span {
    margin-right: 5px !important;
  }

  .inner-main-heading {
    font-size: 40px;
  }

  .heading-1,
  h1.banner-heading,
  h1 {
    font-size: 33px !important;
    margin-bottom: 1rem;
    line-height: 1.2 !important;
  }

  .container-fluid {
    padding: 0 12px;
  }

  .social-icons a span {
    font-size: 12px;
  }

  .social-icons a i {
    font-size: 12px;

    margin-right: 5px !important;
  }

  footer {
    padding: 20px 15px;
  }

  .header-wrapper .mobile {
    padding: 0 12px;
  }

  /* .main-section {
        padding: 120px 0;
    } */

  .btn-wrap {
    /* padding: 12px 12px; */
    font-size: 15px;
  }

  .faq-section h2,
  .testimonial-section h2,
  .heading-2,
  .pricing-section h2,
  h2 {
    font-size: 30px;
  }

  .step-title {
    font-size: 20px;
  }

  .fee-consult p {
    font-size: 12px;
  }

  .vision-card h4,
  .mission-card h4,
  .feature-card h3,
  .mentor-banner h2

  /* .guide-list-head h3  */
    {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 15px;

    margin-bottom: 5px;
  }

  .testimonial-card p {
    font-size: 15px;
  }

  .testimonial-card .user-info h6 {
    font-size: 16px;
  }

  .testimonial-card .user-info span {
    font-size: 14px;
  }

  .testimonial-card .user-info img {
    width: 50px;
    height: 50px;
  }

  .ptb {
    padding: 30px 0;
  }

  .mentorship-steps-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .mentorship-steps-dots {
    flex-direction: row;
    justify-content: center;
    margin: auto;
  }

  .mentorship-steps {
    width: 100%;
  }

  .mentor-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 30px 0;
    background-position: center;
    margin-bottom: 0;
    height: 100%;
    gap: 10px;
  }

  .mentor-img {
    position: relative;
  }

  .mentor-feature-list li.justify-content-center {
    justify-content: flex-start !important;
  }
}

@media (max-width: 480px) {
  .mentorship-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .mentorship-stepsp {
    font-size: 14px;
  }
}

/* new style */

.custom-modal-box {
  padding: 35px;
  border-radius: 24px;
  border: 0.5px solid #a0a3bd;
  background: #fcfcfc;
}

.mentor-pricingcom {
  .accordion-item {
    overflow: hidden;

    button {
      pointer-events: none;
    }
  }

  .accordion-button::after {
    display: none;
  }
}

.custom-modal-box h3 {
  color: #2962ff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.footer-logo img {
  filter: brightness(9.5);
}

.page-content.text-break {
  text-align: start;
}

.custom-input {
  height: 50px;
  border-radius: 10px;
  border-radius: 8px;
  border: 0.959px solid #dde2e5;
  background: rgba(255, 255, 255, 0.72);
}

.resend-text {
  margin-top: 5px;
  cursor: pointer;
  color: #5e6366;
  text-align: right;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.submit-btn {
  background: #2962ff;
  color: #fff;
  border: none;
  height: 48px;
  font-size: 16px;
  border-radius: 10px;
  width: 100%;
}

.submit-btn:hover {
  background: #1f4fd9;
}

.login-text {
  margin-top: 15px;
  color: #5e6366;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.login-text a {
  color: #2962ff;
  text-decoration: none;
  font-weight: 500;
}

.mentorshio-section1 {
  margin-bottom: 50px;
  background-color: rgba(41, 98, 255, 0.04);
}

.mentee-mentor {
  padding-top: 50px;
  text-align: center;

  p {
    margin-bottom: 0px;
    color: rgba(92, 135, 255, 1);
    font-size: 18.53px;
  }

  h3 {
    font-size: 32px;
  }
}

.darkblue {
  background-color: rgba(41, 98, 255, 1);
  box-shadow: 0px 1.85px 3.15px 0px rgba(77, 223, 253, 0.02);

  box-shadow: 0px 8.15px 6.52px 0px rgba(77, 223, 253, 0.03);

  box-shadow: 0px 20px 13px 0px rgba(77, 223, 253, 0.04);

  box-shadow: 0px 38.52px 25.48px 0px rgba(77, 223, 253, 0.04);

  box-shadow: 0px 64.81px 46.85px 0px rgba(77, 223, 253, 0.05);

  box-shadow: 0px 100px 80px 0px rgba(77, 223, 253, 0.07);
}

.green {
  background: rgba(89, 179, 20, 1);
  box-shadow: 0px 1.85px 3.15px 0px rgba(242, 184, 236, 0.02);

  box-shadow: 0px 8.15px 6.52px 0px rgba(242, 184, 236, 0.03);

  box-shadow: 0px 20px 13px 0px rgba(242, 184, 236, 0.04);

  box-shadow: 0px 38.52px 25.48px 0px rgba(242, 184, 236, 0.04);

  box-shadow: 0px 64.81px 46.85px 0px rgba(242, 184, 236, 0.05);

  box-shadow: 0px 100px 80px 0px rgba(255, 127, 34, 0.07);
}

.page-content p strong {
  color: #10204c !important;
}

.stat-box {
  p {
    font-weight: bold;
    color: #5d87ff;
  }
}

.section--why-s {
  padding-bottom: 60px;
}

.highexper {
  background: none;
  border: none;
  padding: 0px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pricing-card-wrapper .details:first-child {
  margin: 0;
}

.cusornone {
  pointer-events: none;
}

.owl-carousel-mentoe {
  .owl-dots {
    display: none;
  }

  .owl-prev,
  .owl-next {
    width: 40px;
    height: 40px;
    background: #2962ff !important;
    color: white !important;
    border-radius: 100% !important;
    position: absolute;
    top: 41%;
  }

  .owl-prev {
    left: 0px;
  }

  .owl-next {
    right: 0px;
  }
}

@media (max-width: 480px) {

  #content {
    padding-left: 0px !important;
  }

  .text-muted {
    padding: 0px 20px;
  }

  .header-wrapper {
    padding: 10px !important;
    position: fixed !important;
    z-index: 999 !important;
  }

  .custom-modal-box {
    padding: 15px;
  }

  .sig-mentee {
    gap: 10px !important;
  }

  .sig-mentee {
    a {
      background-color: #2962ff;
      padding: 10px 4px !important;
      font-size: 14px !important;
      width: 47% !important;
    }
  }

  .modal.show .modal-dialog {
    transform: none;
    background: #0000004f;
    margin: 0px !important;
    padding: 10px !important;
  }

  .signInbtn {
    padding: 14px;
    margin: 12px;
    width: 92% !important;
  }

  .modal-backdrop.fade {
    display: none;
  }

  .btn-wrap {
    /* padding: 12px 12px; */
    font-size: 13px;
  }
  .flex-grow-1.under-ver{
    h4.fw-bold.text-dark.mb-1.text-1 {
    text-align: center !important;
}

p.mb-0.text-muted.text-1{
  text-align: center!important;
}
  }
}