*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

:root {
  --brown: #3b0200;
  --adhyaas-grad-2: linear-gradient(269.74deg, #ff6a00 2.42%, #d80e52 60.83%);
  --shadow: 0px 2px 10px 3px #02253c0a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.w-100 {
  width: 100% !important;
}

.w-70 {
  width: 70%;
}

.adhyaas-shadow {
  box-shadow: var(--shadow);
}

.font-12 {
  font-size: 0.75rem; /* 12px */
  font-weight: normal;
  line-height: 1.4;
}

.font-28 {
  font-size: 28px !important;
}

.font-42 {
  font-size: 42px;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: white !important;
}

.leading-0 {
  line-height: 0 !important;
}

.leading-1 {
  line-height: 1 !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mr-15,
.mx-15 {
  margin-right: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-sm-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-40 {
  gap: 40px !important;
}

.mr-15,
.mx-15 {
  margin-right: 15px !important;
}

.py-0,
.pt-0 {
  padding-top: 0 !important;
}

.py-0,
.pb-0 {
  padding-bottom: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pr-5,
.px-5 {
  padding-right: 5px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pl-5,
.px-5 {
  padding-left: 5px !important;
}

/* ------------------ */

.text-adhyaas-grad-2 {
  background: var(--adhyaas-grad-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-2 {
  background: linear-gradient(90.82deg, #ff6a00 22.99%, #d80e52 42%);
  /* background: var(--adhyaas-gradient); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Optional: good for future browser support */
}

.page-container {
  width: 100%;
  padding: 40px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.sections-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 80px;
  width: 100%;
  color: #3b0200;
}

.section-container {
  padding: 40px 0px;
}
.hero-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  color: #3b0300;
}
.herosection-title1 {
  font-family: Inter;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  color: black;
}
.herosection-title2 {
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
}
.hero-email-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: start;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 3px #02253c0a;
  width: 100%;
  max-width: 550px;
}
.hero-email-container-title {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
.email-container-input {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.email-container-input input {
  width: calc(100% - 55px);
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #3b0200;
  border: 1px solid #ececec;
  outline: none;
  overflow: hidden;
}

.input-outline-none {
  outline: none;
  overflow: hidden;
}

.email-container-input input:focus,
.email-container-input input:hover,
.input-outline-none:focus,
.input-outline-none:hover {
  outline: none;
  border: 1x solid #ececec;
}
.email-container-input input::placeholder {
  color: #bbb9b9;
}

.hero-email-notify {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 0;
  padding: 0 10px;
  border: none;
  background: linear-gradient(90deg, #ff7499 0%, #ff6a01 100%);
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  will-change: transform;
  border-top-right-radius: 4px; /* optional for smoother edge rendering */
  border-bottom-right-radius: 4px; /* optional for smoother edge rendering */
}

.hero-email-notify:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 116, 153, 0.3);
}

.hero-email-notify:active,
.hero-email-notify:focus {
  transform: scale(0.98);
  box-shadow: 0 4px 12px rgba(255, 106, 1, 0.25);
}

.hero-email-notify:focus {
  outline: none;
}

.info-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #3b0300;
  margin: 110px 0px;
}

.info-section .title {
  font-family: Inter;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

.info-section .sub-title {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  max-width: 720px;
}

.about-adhyaas-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aboutus-med-title {
  color: #3b0200;
  font-family: Inter;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}

.aboutus-section4-card-wrapper {
  display: flex;
  gap: 20px;
}

.aboutus-section4-card-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 24px 12px;
  box-shadow: 0px 4px 19px 0px #0000001a;
  border-radius: 17px 17px 138px 138px;
  overflow: hidden;
  flex: 1;
  height: 500px;
}

.about-section4-new-layout {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.card-go-up {
  margin-top: -50px;
}

.aboutus-section4-card-container h4 {
  color: #3b0200;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
}

.aboutus-section4-card-container p {
  color: #3b0200;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
}

.grow-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-org-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 55px;
  width: 100%;
}

.home-org-wrapper .title {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--brown) !important;
  max-width: 700px;
}

.forum-hero-image {
  width: 362px;
  height: 362px;
}

.home-steps-card-content {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  max-width: 250px;
  text-align: center;
}

.home-steps-card-content.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.home-steps-card-content.animate-out {
  opacity: 0;
  transform: translateY(10px);
}

.home-steps-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-left: 3px solid #eeebeb;
}

.home-steps-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
}

.new-dropdown {
  cursor: pointer;
  padding-left: 30px;
  /* margin-bottom: 20px; */
}

.new-dropdown.active {
  margin-left: -2px;
  z-index: 100;
  border-left: 3px solid #3b0200 !important;
}

.new-dropdown-header {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: start;
  background: linear-gradient(
    290.82deg,
    rgba(190, 154, 129, 0.93) 22.99%,
    rgba(158, 95, 116, 0.93) 42%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.new-dropdown-header.active {
  font-size: 42px;
  font-weight: 600;
  background: linear-gradient(290.82deg, #e6365b 22.99%, #ff4d6d 42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.new-dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.new-dropdown-content.active {
  max-height: 300px;
  /* margin-bottom: 20px; */
}

.new-dropdown-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.new-dropdown-content ul li {
  margin-bottom: 15px;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #4a4a4a;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.6s ease;
}

/* Fade in animation for list items */
.new-dropdown-content.active ul li {
  opacity: 1;
  transform: translateY(0);
}

.new-dropdown-content.active ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.new-dropdown-content.active ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.new-dropdown-content.active ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.new-dropdown-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e6365b;
  font-size: 20px;
}

.home-register-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 0px;
  border-radius: 44px;
  background: linear-gradient(
    298.01deg,
    rgba(255, 123, 29, 0.84) 26.55%,
    rgba(245, 19, 94, 0.84) 91.54%
  );
  width: 100%;
  /* max-width: 1018px; */
}

.home-register-wrapper {
  margin: auto;
  /* max-width: 1440px; */
  border-radius: 0px !important;
}

.home-register-wrapper .title {
  color: #fdfdfd;
  font-weight: 800;
  font-size: 42px;
  letter-spacing: 0%;
}

.home-register-wrapper .desc {
  color: #fdfdfd;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
}

.wiif-section-card-container {
  border-radius: 8px;
  background: #ffffffb8;
  box-shadow: 0px 2px 10px 3px #02253c0f;
  display: flex;
  width: 100%;
  flex: 1;
  flex-direction: column;
  max-width: 450px;
  height: fit-content;
}

.wiif-section-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  padding: 0px 40px;
  background: linear-gradient(
    90deg,
    rgba(255, 117, 153, 0.04) 0%,
    rgba(255, 106, 1, 0.04) 100%
  );
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.wiif-section-top-heading {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.wiif-section-top-heading img {
  margin-top: -8px;
}

.wiif-section-top-heading div {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #4e3433;
}

.wiif-section-top-mid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}

.wiif-section-top-mid .top-text {
  font-size: 22px;
  font-weight: 700;
}

.wiif-section-top-mid .mid-text {
  font-size: 16px;
  font-weight: 700;
}

.wiif-section-top-mid .bottom-text {
  font-size: 12px;
  font-weight: 400;
  max-width: 220px;
}

.wiif-section-mid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 40px;
  padding-bottom: 0px;
}

.wiif-section-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 20px;
}

.wiif-section-mid-img-text {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.wiif-section-mid-img-text img {
  width: 32px;
  height: 32px;
}

.wiif-bottom-line {
  margin-bottom: 30px;
  background: linear-gradient(269.74deg, #ff6a00 2.42%, #d80e52 60.83%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 3px;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 256 / 229; /* optional: enforce original ratio in modern browsers */
  display: block;
}

.responsive-hero-main-img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 738 / 422; /* optional: enforce original ratio in modern browsers */
  display: block;
}

.whoisitfor-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.register-input-button {
  /* width: 50%; */
  border-radius: 92px;
  box-shadow: 0px 2px 10px 3px #02253c0a;
  background-color: white;
}

.bg-white {
  background-color: #ffffff !important;
}

.p-10 {
  padding: 10px !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.m-0 {
  margin: 0 !important;
}

.form-control {
  padding: 0.2rem 1rem !important;
}

.border-0 {
  border: 0 !important;
}

.register-submit-button {
  font-size: 18px;
  font-weight: 800;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 92px;
  box-shadow: 0px 2px 10px 3px #02253c0a;
  background-color: black;
  text-wrap: nowrap;
  cursor: pointer;
}

.hero-section-main-asset {
  margin-bottom: -45px;
}

/* -----media query----- */

@media (max-width: 992px) {
  .info-section {
    margin: 50px 0px;
  }
  .wiif-section-top {
    padding: 0px 20px;
  }
  .wiif-section-mid {
    padding: 40px 20px;
  }
  .w-70 {
    width: 100%;
  }
  .sections-wrapper {
    padding: 40px 20px;
    gap: 30px;
  }

  .card-go-up {
    margin-top: 0px;
  }
  .forum-hero-image {
    max-width: 80%;
    max-height: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .custom-gap-20 {
    gap: 0px !important;
  }

  .home-steps-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .wiif-section-top {
    gap: 10px;
    padding: 0px 30px;
  }
  .wiif-section-mid {
    padding: 25px 30px;
  }
  .wiif-section-top-heading div {
    font-size: 10px;
  }
  .wiif-section-top-mid .top-text {
    font-size: 20px;
  }
  .wiif-section-top-mid .mid-text {
    font-size: 14px;
  }

  .wiif-section-top-mid .bottom-text {
    font-size: 10px;
  }
  .wiif-section-mid-img-text {
    font-size: 12px;
  }
  .home-org-wrapper {
    padding: 0px 0px;
  }
  .aboutus-section4-card-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .aboutus-section4-card-container {
    flex-direction: row;
    gap: 5px;
    align-items: center;
    border-radius: 17px 138px 138px 17px;
  }

  .about-section4-new-layout {
    flex-direction: row;
    gap: 5px;
  }

  .aboutus-section4-card-container img {
    width: 129px;
    height: 102px;
  }
}

@media (max-width: 700px) {
  .forum-hero-image,
  .forum-question-image {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .info-section {
    margin: 30px auto;
    max-width: 360px;
  }
  .wiif-section-top {
    padding: 0px 40px;
  }
  .wiif-section-mid {
    padding: 20px 40px;
  }
  .wiif-section-mid-img-text {
    font-size: 12px;
  }
  .grow-section {
    gap: 0px;
  }

  .aboutus-med-title {
    font-size: 28px;
  }
  .hero-email-notify {
    font-size: 10px;
  }
  .info-section .title {
    font-size: 24px;
  }

  .info-section .sub-title {
    font-size: 10px;
  }
  .hero-section-main-asset {
    margin-bottom: 0px;
  }
  .herosection-title1 {
    font-size: 16px;
  }
  .herosection-title2 {
    font-size: 26px;
  }
  .register-submit-button {
    font-size: 10px;
    padding: 8px 15px;
  }
  .register-input-button {
    /* width: 80%; */
    padding: 8px;
    margin-top: 0px;
  }
  .custom-gap-20 {
    gap: 20px !important;
  }
  .page-container {
    padding: 40px 20px;
  }
  .responsive-img {
    height: auto;
    max-width: 200px;
  }
  .sections-wrapper {
    padding: 20px 20px;
    gap: 20px;
  }
  .home-register-wrapper {
    padding: 30px 0px;
  }
  .home-register-wrapper .desc {
    font-size: 12px;
    margin-top: -8px;
  }
  .aboutus-section4-card-container {
    padding: 10px 12px;
  }
  .aboutus-section4-card-container p {
    color: #3b0200;
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .aboutus-section4-card-container h4 {
    text-align: left;
    color: #3b0200;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    /* width: 115px; */
  }

  .aboutus-section4-card-container img {
    width: 121px !important;
    height: 81px !important;
    object-fit: contain;
  }

  .about-section4-new-layout {
    flex-direction: column;
    gap: 5px;
  }

  .new-dropdown-header {
    font-size: 28px;
  }

  .new-dropdown-header.active {
    font-size: 34px;
  }
}

/* -----@media min width */

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .form-group {
    margin-bottom: 1rem;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .font-sm-16 {
    font-size: 16px !important;
  }
  .font-sm-42 {
    font-size: 42px !important;
  }
}

/* ............... */

@media (max-width: 1130px) and (min-width: 768px) {
  .custom-gap-20 {
    gap: 20px !important;
  }

  .footer-logo-container {
    width: 150px;
    height: 150px;
  }

  .footer-links {
    display: flex;
    margin: 30px 0px 3rem 10px;
  }
}
