body {
  background-color: #0a121e;
  color: white;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, sans-serif;
  /* font-size: 14px;
      line-height: 20px; */
}

.navbar {
  background-color: #24262a;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.navbar .logo-image {
  padding-top: 10px;
  text-decoration: none;
  height: 36px;
  font-size: 32px;
}

.navbar .logo-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1rem;
  text-decoration: none;
}

.navbar .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  color: #9c9ead;
}

.navbar .dropdown .dropdown-menu {
  animation: fadeDropdown 0.2s; /* required for the fade animation */
}

.navbar .dropdown-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: none;
  background-color: #24262a;
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-decoration: none;
}

.navbar .dropdown-item:hover {
  background-color: #24262a;
  color: #9c9ead;
}

.navbar .dropdown-divider {
  width: 100%;
  height: 1px;
  margin: 0.5rem auto 0.5rem auto;
  border: none;
  background-color: #505050;
}

.navbar .fa-stack {
  width: 2em;
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.navbar .fa-stack-2x {
  color: #0b36a8;
  transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
  color: #0b36a8;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 1.25rem;
}

.offcanvas-collapse {
  position: fixed;
  top: 3.25rem;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #24262a;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navbar .container {
  display: flex;
  flex-direction: row;
}

.navbar .fa-stack {
  margin-right: 0;
  margin-left: 0.25rem;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 1.75rem;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.2s;
  }

  .navbar.top-nav-collapse {
    padding-top: 0.5rem;
    padding-top: 0.5rem;
    background-color: #24262a;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
  }

  .offcanvas-collapse {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    overflow-y: visible;
    visibility: visible;
  }

  .offcanvas-collapse.open {
    -webkit-transform: none;
    transform: none;
  }

  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .nav-item .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .navbar .dropdown-menu {
    margin-top: 0.25rem;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  }

  .navbar .dropdown-divider {
    width: 90%;
  }

  .navbar .social-icons {
    margin-left: 0.5rem;
  }

  .navbar .fa-stack {
    margin-right: 0;
    margin-left: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .navbar .conatiner {
    max-width: 1330px;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #24262a;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    font-size: 1.5rem;
  }
}

#main {
  padding-top: 50px;
  padding-bottom: 80px;
}

#coaching-section {
  padding-top: 50px;
  padding-bottom: 80px;
}

#program-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

#countdown-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#results-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#profile-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#main .heading {
  margin-bottom: 10px;
  font-size: 56px;
  /* line-height: 64px; */
  /* font-weight: 500; */
  text-align: center;
  font-weight: 600;
  /* line-height: 100px;
    overflow: hidden; */
}

#main .sub-heading {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

#main .why-life {
  width: 800px;
  z-index: -2;
  /* height: 22rem; */
  position: relative;
  /* margin-left: 215px; */
}

#coaching-section .why-life {
  width: 800px;
}

#main .coach-info {
  position: absolute;
  display: flex;
  z-index: 3;
  align-items: end;
  gap: 8px;
  right: 250px;
  margin-top: -120px;
}

#main .mentor-image {
  width: 93px;
  height: 93px;
}

#main .mentor-name {
  font-weight: bolder;
}

#main .desc {
  font-size: 12px;
}

.gradient-blur {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(transparent 50%, #0a121e 92%);
  background-clip: border-box;
}

.main-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.program-detail {
  background-color: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(255, 255, 255, 0.09);
  border-radius: 25px;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-top: 60px;
  /* margin-left: auto;
    margin-right: auto; */
  margin: 0 auto;
  /* padding: 1rem 25px; */
  display: flex;
}

.card-title {
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 41px;
  font-weight: 700;
  line-height: 42px;
  display: inline-block;
  color: #0b36a8;
}

.card-text {
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
}

#coaching-section .section-title {
  color: #0b36a8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.3;
}

#coaching-section .section-desc {
  color: #fff;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  width: 850px;
  margin: 0 auto;
}

.program-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

#program-section img {
  height: 40px;
  width: 40px;
}

#program-section .program-card {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 20px 12px 25px;
  gap: 20px;
  justify-content: left;
}

#program-section .program-card p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

#countdown-section {
  text-align: center;
  padding: 50px 0;
}

#countdown-section h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

#countdown-section p {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  width: 550px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  margin-top: 50px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.1); */
  padding: 20px;
  border-radius: 10px;
  width: 100px;
  position: relative;
}

.countdown-item span {
  /* font-size: 2.5em;
    font-weight: bold; */
  color: #fff;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 1.2;
}

.countdown-item small {
  /* font-size: 1em; */
  margin-top: 5px;
  color: #fff;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.countdown-divider {
  display: inline-block;
  width: 2px;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #96b1fc,
    rgba(255, 255, 255, 0)
  );
  filter: blur(5px);
  margin: 0 15px;
}

.highlight {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  /* color: #0b36a8; */
}

#results-section h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  width: 700px;
  margin: 0 auto;
}

#results-section h3 {
  color: #0b36a8;
  text-align: center;
  /* -webkit-text-fill-color: transparent;
    background-image: linear-gradient(115deg, #ff7373, #491eb8);
    -webkit-background-clip: text;
    background-clip: text; */
  margin-top: 0;
  margin-bottom: 6px;
  /* font-family: Gilroy, sans-serif; */
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

#results-section p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 12px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

#results-section img {
  width: 50px;
  height: 50px;
  /* justify-content: center; */
  margin-left: 120px;
}

#results-section .result-box {
  justify-content: center;
  display: flex; /* Center the content inside the result box */
  flex-direction: column;
}

#profile-section h2 {
  color: #fff;
  text-align: center;
  /* margin-top: 0;
    margin-bottom: 0; */
  margin: 0 auto;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  width: 550px;
}

#profile-section .img-box {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(transparent 47%, #0a121e 97%);
  background-clip: border-box;
}

#profile-section img {
  z-index: -2;
  height: 22rem;
  position: relative;
  /*  */
}

#profile-section .profile-name {
  text-align: left;
  color: #0b36a8;
  position: relative;
  font-size: larger;
  font-weight: bolder;
}

#profile-section .profile-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

#profile-section p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
  margin-bottom: 20px;
}

#faq-section h2 {
  color: #fff;
  text-align: center;
  /* margin-top: 0;
    margin-bottom: 0; */
  margin: 0 auto;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  /* width: 550px; */
}

#faq-section .accordion-header {
  width: 90%;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

#faq-section .accordion {
  margin-top: 52px;
  flex-direction: column;
  align-items: center;
  /* margin-top: 0; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
  width: 800px;
}

.faq-section {
  margin: 50px auto;
  max-width: 800px;
}
.faq-header {
  /* background-color: #3e3c72; */
  color: white;
  padding: 20px;
  font-size: 1.5em;
  text-align: center;
}
.faq-item {
  /* background-color: #292759; */
  background-color: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(255, 255, 255, 0.09);
  margin: 10px 0;
  border-radius: 10px;
  overflow: hidden;
  width: 900px;
}
.faq-item-header {
  /* background-color: #3e3c72; */
  color: white;
  padding: 15px;
  cursor: pointer;
  /* font-size: 1.2em; */
  font-size: 18px;
  /* line-height: 140%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
/* .faq-item-header:hover {
    background-color: #4a47a3;
} */
.faq-item-body {
  background-color: #292759;
  padding: 20px;
  border-top: 1px solid #444;
  width: 100%;
}

.about-book h1 {
  color: #fff;
  text-align: center;
  /* margin-top: 0;
    margin-bottom: 0; */
  margin: 0 auto;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.webflow-section {
  z-index: 2;
  padding-bottom: 90px;
  position: relative;
}

.webflow-section .main-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.wflow-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wflow-wrapper.wflow-max-w-460 {
  max-width: 460px;
}

.wflow-h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.wflow-contents-container {
  margin-top: 20px;
  position: relative;
}

.wflow-scroll-progress-bar-bg {
  z-index: 97;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.wflow-scroll-progress-bar {
  z-index: 98;
  transform-origin: 50% 0;
  background-image: linear-gradient(#491eb8, #ff7374);
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.wflow-section-contents {
  min-height: 400px;
  padding-top: 150px;
  padding-bottom: 10px;
}

.wflow-contents-grid {
  grid-template-rows: auto;
  grid-template-columns: 0.9fr 0.9fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb41b-fb037164 {
  justify-self: center;
}

.wflow-timeline-content-container {
  width: 450px;
  position: relative;
}

.wflow-timeline-nots {
  color: rgba(255, 255, 255, 0.03);
  font-size: 220px;
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: -122px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wbflow-learn {
  border-radius: 8px;
  margin-bottom: 1rem;
}

.wbflow-learn.blurred {
  filter: blur(10px);
}

.heading-55 {
  text-align: left;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
}

.text-block-145 {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.7em;
}

.image-122 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.wflow-timeline-image-container {
  border-radius: 10px;
  display: none;
  overflow: hidden;
  box-shadow: 0 60px 50px rgba(0, 0, 0, 0.23);
}

#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb42b-fb037164,
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb453-fb037164,
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb477-fb037164 {
  order: -9999;
}

.wflow-timeline-image {
  width: 100%;
}
.wflow-contents-grid.opposite {
  flex-direction: row-reverse;
}
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb441-fb037164 {
  justify-self: center;
}
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb45a-fb037164 {
  justify-self: end;
}
.wflow-section-contents.last {
  padding-bottom: 100px;
}
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb46b-fb037164 {
  justify-self: center;
}
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb432-fb037164 {
  justify-self: end;
}


@media (max-width: 768px) {
  #main .heading {
    font-size: 36px;
    margin-bottom: 5px;
  }

  #main .sub-heading {
    font-size: 18px;
    line-height: 22px;
  }

  #main .why-life {
    width: 100%;
    height: auto;
  }

  #main .coach-info {
    flex-direction: column;
    align-items: center;
    right: 0;
    margin-top: -80px;
    text-align: center;
  }

  #main .mentor-image {
    width: 70px;
    height: 70px;
  }

  #main .mentor-name {
    font-size: 18px;
  }

  #main .desc {
    font-size: 10px;
  }

  .main-banner {
    height: auto;
  }

  #main .banner-sec {
    padding-bottom: 50px;
  }

  .card-title {
    font-size: 28px;
    line-height: 32px;
  }

  .card-text {
    font-size: 16px;
  }

  #coaching-section .section-title {
    font-size: 28px; /* Reduce font size for mobile */
    line-height: 1.2;
    margin-bottom: 10px;
  }

  /* Adjust section description for mobile */
  #coaching-section .section-desc {
    font-size: 16px; /* Slightly smaller font size */
    line-height: 1.4;
    width: 100%; /* Use a percentage width to ensure proper scaling */
    margin: 0 auto; /* Center the text */
  }

  /* Adjust the image for mobile */
  #coaching-section .why-life {
    width: 100%; /* Ensure the image takes up the full width on smaller screens */
    height: auto; /* Maintain the aspect ratio */
  }

  .program-title {
    font-size: 28px; /* Reduce font size */
    line-height: 1.2;
  }

  /* Stack columns on mobile screens */
  #program-section .row .col-md-6 {
    flex: 0 0 100%; /* Each card takes full width on mobile */
    max-width: 100%;
    margin-bottom: 20px; /* Add space below each card */
  }

  /* Adjust the card layout for mobile */
  #program-section .program-card {
    flex-direction: column; /* Stack image and text vertically */
    text-align: center; /* Center-align content for better mobile look */
    padding: 15px 10px; /* Reduce padding for mobile */
    background-color: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
  }

  /* Reduce image size for mobile */
  #program-section img {
    height: 30px; /* Smaller image size */
    width: 30px;
    margin: 0 auto; /* Center the image on mobile */
  }

  /* Adjust the text in the card */
  #program-section .program-card p {
    font-size: 18px; /* Smaller font size for mobile */
    font-weight: 500;
  }

  #countdown-section h1 {
    font-size: 28px; /* Adjusted font size for mobile */
  }

  #countdown-section p {
    font-size: 16px; /* Adjusted font size for mobile */
    width: 90%; /* Full width on smaller screens */
    margin: 0 auto; /* Center the paragraph */
  }

  .countdown {
    flex-direction: row; 
    gap: 1px;
    text-align: center;
  }

  .countdown-item {
    width: auto; /* Allow width to adjust based on content */
    margin-right: -20px;
  }

  .countdown-item span {
    font-size: 30px; /* Smaller number font size */
  }

  .countdown-item small {
    font-size: 16px; /* Smaller label font size */
  }

  .countdown-divider {
    height: 50px; /* Shorter divider on mobile */
  }

  #results-section h2 {
    font-size: 28px; /* Smaller heading size for mobile */
    width: 90%; /* Full width on smaller screens */
    margin: 0 auto; /* Center the heading */
  }

  #results-section h3 {
    font-size: 24px; /* Smaller subheading size */
  }

  #results-section p {
    font-size: 12px; /* Smaller paragraph size */
    width: 90%; /* Full width for paragraph on mobile */
    margin: 0 auto; /* Center the paragraph */
  }

  #results-section img {
    margin-left: 0; /* Remove left margin for images on mobile */
    margin: 0 auto; /* Center images */
  }

  #results-section .result-box {
    padding: 20px; /* Add padding for smaller screens */
    flex: 1; /* Allow boxes to grow and fit */
    margin: 10px 0; /* Margin between boxes */
  }

  #profile-section h2 {
    font-size: 28px; /* Smaller heading size for mobile */
    width: 90%; /* Full width for mobile */
    margin: 0 auto; /* Center the heading */
  }

  #profile-section .img-box {
    display: flex; /* Ensure flexbox layout for images */
    justify-content: center; /* Center image on mobile */
  }

  #profile-section img {
    height: 100%; /* Make height automatic for responsiveness */
    max-height: 300px; /* Set a max height for the image on smaller screens */
  }

  #profile-section .profile-name {
    font-size: 20px; /* Smaller profile name for mobile */
    text-align: center;
    padding-top: 20px;
  }

  #profile-section .profile-title {
    font-size: 14px; /* Smaller title size for mobile */
  }

  #profile-section p {
    font-size: 14px; /* Smaller paragraph size */
    margin-top: 16px; /* Adjust margin for better spacing */
    margin-bottom: 16px; /* Adjust margin for better spacing */
  }

  .profile {
    flex-direction: column; /* Stack image and text on mobile */
    align-items: center; /* Center content */
    text-align: center; /* Center text on mobile */
  }

  #profile-section .col-md-7,
  #profile-section .col-md-5 {
    width: 100%; /* Make columns full width on mobile */
    margin-bottom: 20px; /* Add bottom margin for spacing */
  }

  #faq-section h2 {
    margin-top: -40px;
    font-size: 28px; /* Smaller heading size for mobile */
    width: 90%; /* Full width for mobile */
    text-align: center;
  }

  #faq-section .accordion {
    width: 100%; /* Full width on mobile */
    padding: 0 15px; /* Add padding for mobile */
  }

  #faq-section .accordion-header {
    font-size: 18px; /* Reduce size for mobile */
  }

  .faq-item {
    width: 100%; /* Ensure FAQ items use full width on mobile */
    padding: 0; /* Remove padding for better spacing */
  }

  .faq-item-header {
    font-size: 16px; /* Smaller font size for mobile */
    padding: 12px; /* Adjust padding for mobile */
  }

  .faq-item-body {
    padding: 15px; /* Adjust padding for mobile */
  }
}

/* Ensure space between cards in larger screens as well */
.program-card {
  margin-bottom: 10px;

}

