* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

.mandatory {
  color: red;
}

.loading {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
/* Add this to your CSS */
.no-scroll {
  overflow: hidden;
  /* Optional: prevents the page from shifting slightly when scrollbar disappears */
  height: 100vh;
}

.parent-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
  padding: 40px 20px;
}

.spinner {
  width: 50px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #ffffff;
  color: #fff;
  padding: 0.5rem;
  gap: 0.3rem;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 16px 0px #0000001a;
  padding: 25px 20px;
}

.custom-btn {
  width: 150px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 20px;
  border-radius: 4px;
  border: none;
  background-color: #1e4220;
  color: #ffffff;
  cursor: pointer;
}

.custom-btn .text {
  font-size: 18px;
  font-weight: 600;
  color: inherit;
}

.div-1 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.div-1 img {
  max-width: 166px;
  height: auto;
}

.div-1 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(90deg, #1e4220 2.23%, #1e4220 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.div-1 p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  max-width: 986px;
}

.container1 {
  width: 100%;
  min-height: 567px;
  padding: 50px 52px;
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  opacity: 1;
  margin: 0 auto;
  background-color: #f7f5ed;
}

.container2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.container3 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f7f5ed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  box-sizing: border-box;
}

.reportDescription {
  max-width: 543px;
  width: 100%;
  margin-bottom: 24px;
}

.container3-content {
  width: 71%;
  max-width: 1200px;
  margin: 0 auto;
}

.reportGrid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.reportBlocks {
  display: grid;
  grid-template-columns: 2fr;
  gap: 1.5rem;
  margin-top: 1rem;
}

.reportBlock {
  text-align: start;
}

.reportIcon span {
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.reportIcon img {
  width: 25px;
  height: 25px;
}

.reportImage {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}

.reportImage img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  display: block;
}

p strong {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 226px;
  display: block;
  text-align: left;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.conatinerOneImg {
  width: 100%;
  max-width: 545px;
  height: auto;
  object-fit: cover;
  display: block;
  border: 5px solid transparent;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #f1d77a80 2.23%, #e3993c80 100%) border-box;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .conatinerOneImg {
    max-width: 100%;
    /* scale down */
    height: auto;
  }
}

@media (max-width: 767px) {
  .conatinerOneImg {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
}

.textSec {
  margin-bottom: 20px;
}

.rounded-container {
  border: 1px solid #cfd3d4;
  border-radius: 8px;
  padding: 8px 16px;
  width: 300px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 20px;
}

.stepsContainer {
  display: flex;
  flex-direction: column;
  /* stack on small screens */
  gap: 20px;
  /* spacing between cards */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stepsCard {
  width: 360px;
  height: 320.581px;
  border-radius: 10px;
  background: #f7f5ed;
  padding: 30px 20px;
  position: relative;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.stepsIcon {
  width: 60px;
  /* circle size */
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  /* ensures image stays inside circle */
}

.stepsIcon img {
  width: 32px;
  /* adjust to fit inside circle */
  height: 27px;
  object-fit: contain;
}

.stepsNumber {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 100px;
  font-weight: 700;
  color: rgba(125, 70, 164, 0.2);
  /* light purple */
  z-index: 0;
}

/* Container for the whole row */
.phone-row {
  display: flex;
  gap: 8px;
  width: 100%;
  height: 56px; /* Matching your h-12 */
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

/* Common container styles */
.country-container,
.number-container {
  border: 1px solid #cfd3d4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: border-color 0.2s;
}

/* Left side: Country Select */
.country-container {
  width: 112px; /* Matching your w-28 */
  padding: 6px 10px;
}

.country-select {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #5e6366;
  font-size: 16px;
  cursor: pointer;
}

/* Right side: Number Input Container */
.number-container {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 12px;
}

.input-label {
  color: #5e6366;
  font-size: 12px;
  align-self: flex-start;
}

.main-number-input {
  width: 100%;
  border: none;
  outline: none;
  color: #5e6366;
  font-size: 16px;
  padding: 0;
  background: transparent;
}

/* Focus effect */
.phone-row:focus-within .country-container,
.phone-row:focus-within .number-container {
  border-color: #5e6366;
}

/* Remove arrows from number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepsTitle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
  width: 204px;
  line-height: 1.4;
  word-wrap: break-word;
  padding-top: 20px;
}

.stepsDescription {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.password-container {
  position: relative;
}

.rounded-container label {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #5e6366;
}

/* Input field styling */
.rounded-container input {
  width: 100%;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 0;
  outline: none;
}

.password-container input {
  padding-right: 30px;
}

/* Eye icon styling */
.eye-icon {
  position: absolute;
  right: 16px;
  top: 54%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #5e6366;
  user-select: none;
}

/* Styling for containerTwo */

.containerTwo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  border-radius: 20px;
  border: 1px solid #f1d77a80;
  box-shadow: 0px 4px 16px #edc79540;
  background-color: #fff;
  opacity: 1;
}

.signInDiv {
  width: 100%;
  display: flex;
  margin-top: 10px;
  /* make parent flex */
}
.bothButton {
  display: flex;
  gap: 10px;
}

.headerSignInButton {
  flex: 1;
  /* make button take full width */
  display: flex;
  text-decoration: none;
  /* remove underline */

  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  /* background: var(--logo1, #1e4220); */
  color: #1e4220;
  border: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.signInButton {
  flex: 1;
  /* make button take full width */
  display: flex;
  text-decoration: none;
  /* remove underline */

  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background: var(--logo1, #1e4220);
  opacity: 0.9;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.signInButton:hover {
  background: #1e4220;
}
.headerRegsterInButton {
  flex: 1;
  /* make button take full width */
  display: flex;
  text-decoration: none;
  /* remove underline */

  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background: var(--logo1, #1e4220);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.headerRegsterInButton:hover {
  background: #5e358e;
}

.passwordToggle {
  width: 100%;
}

.form_input {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
}

.signText {
  color: var(--logo1, #1e4220);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.signInForm {
  font-weight: 600;
  width: 100%;
}

.textSec {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

.sectionTwo {
  padding: 0;
}

@media (min-width: 765px) {
  header {
    padding: 25px 20px;
  }

  .reportBlocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  header {
    padding: 25px 70px;
  }

  .parent-container {
    padding: 3rem 70px;
  }

  .wrapper {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }

  .signText {
    margin-bottom: 40px;
  }

  .signInDiv {
    margin-top: 24px;
  }

  .containerTwo {
    width: 475px;
    padding: 50px;
  }

  .containerOne {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 545px;
    height: 100%;
  }

  .sectionTwo {
    padding: 30px 0px;
  }

  .stepsContainer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .stepsCard {
    flex: 0 0 30%;
    max-width: 360px;
    height: 360px;
  }

  .reportGrid {
    flex-direction: row;
    gap: 4rem;
  }

  .container3 {
    padding: 80px 70px;
  }

  .regDiv {
    display: flex;
    width: 100%;
    text-align: left;
    padding-top: 40px;
  }

  .byClass {
    display: flex;
    width: 100%;
    text-align: left;
    padding-top: 40px;
  }
}

@media (min-width: 375px) {
  .textSec {
    font-size: 24px;
  }

  .textSec2 {
    font-size: 24px;
  }

  .container1 {
    min-height: 567px;
    padding: 25px 20px;
  }

  .reportBlocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .container3-content {
    width: 100%;
    margin: 0 auto;
    /* padding: 0px 20px; */
  }

  .stepsCard {
    flex: 0 0 30%;
    max-width: 93%;
  }

  p strong {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    max-width: 226px;
    display: block;
    text-align: left;
  }

  .reportBlocks {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 576px) {
  .headTxt {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
  }
}

.footer-container {
  width: 100%;
  padding: 30px 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #fff;
  box-sizing: border-box;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo img {
  width: 167px;
  height: 60px;
}

.footer-email {
  max-width: 530px;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #222940;
  gap: 5px;
}

.footer-emil {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #222940;
  gap: 2px;
  margin-bottom: 5px;
}

.footer-emil a {
  font-weight: 600;
  text-decoration: underline;
  color: #222940;
}
.footer-email a {
  font-weight: 800;
  text-decoration: none;
  color: #222940;
}

.footer-divider {
  width: 100%;
  height: 2.5px;
  background: #ebeaed;
  opacity: 0.5;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copy {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #222940;
}

.footer-icons {
  display: flex;
  gap: 14px;
}

.footer-icons img {
  width: 35px;
  height: 35px;
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
  .footer-container {
    padding: 0px 20px;
  }

  .footer-logo img {
    width: 140px;
    height: auto;
  }

  .footer-email span,
  .footer-email a {
    font-size: 16px;
  }

  .footer-icons img {
    width: 35px;
    height: 35px;
  }
}

#signInSection {
  scroll-margin-top: 120px;
}

.regDiv {
  text-align: left;
  padding-top: 20px;
}
.regDiv1 {
  text-align: left;
  padding-top: 20px;
  font-weight: 400;
}

.regSignButton {
  color: #1e4220;
  margin-left: 3px;
  cursor: pointer;
  text-decoration: none;
  text-decoration: underline;
}

.showByClass {
  color: #1e4220;
  margin-left: 3px;
  cursor: pointer;
  text-decoration: none;
}

.classButtonRow {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.classButtonRow button {
  flex: 1;
  height: 48px;
  padding: 0 16px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;

  cursor: pointer;
  transition: 0.3s ease;
}

.secondaryButton {
  background: transparent;
  border: 1px solid #1e4220;
  color: #1e4220;
}

.signInButton {
  background: #1e4220;
  border: 1px solid #1e4220;
  color: white;
}

.signInButton:disabled {
  background: #1e422090;
  border-color: #f7f5ed;
  /* color: #1e4220; */
  cursor: not-allowed;
}

.row-fields {
  display: flex;
  gap: 12px;
}

.row-fields .rounded-container {
  flex: 1;
}

.select-container {
  position: relative;
}

.select-container select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  outline: none;
  box-shadow: none;

  background-color: #fff;
  cursor: pointer;
}

.select-container select:focus,
.select-container select:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.dropdown-icon {
  position: absolute;
  right: 0px;
  top: 20%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.dropdown-icon img {
  display: block;
}

.password-hint {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.password-hint ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}

.password-hint li {
  margin-bottom: 2px;
  color: #999;
}

.password-hint li.hide {
  display: none;
}

.user-name {
  display: flex;
  gap: 12px;
}
