/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
* h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

/* utility classes */

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

.fredoka-family {
  font-family: "Fredoka", sans-serif;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.margin-100 {
  margin-block: 100px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 95% !important;
  }
}

.main-section {
  min-height: 100vh;
  /* position: relative; */
  overflow-x: hidden;
}

.main-section h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* #navbar {
  position: sticky !important;
  top: 5vh !important;
  z-index: 5000;
} */

.bg-container {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 1300px !important;
  width: 100%;
  z-index: -1;
}
/* .bg-container-signup {
  display: block !important;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100% !important;
  height: fit-content;
  z-index: -1;
  overflow-x: hidden;
}

.bg-container img,
.bg-container-signup img {
  width: 100vw;
  min-height: 100vh !important;
} */

.bg-container-signup {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; /* Matches viewport width */
  height: auto; /* Allows height to adjust dynamically */
  z-index: -1; /* Keep this if it's intentional */
  overflow-x: hidden; /* Hides horizontal overflow */
}

.bg-container img,
.bg-container-signup img {
  width: 100%;
  height: auto; /* Ensures the image scales proportionally */
  object-fit: cover; /* Prevents image distortion */
}


#first-section {
  margin-top: 150px;
  margin-bottom: 50px;
  position: relative;
}

#first-section-container {
  padding-inline: 30px;
  display: flex;
  justify-content: space-evenly;
}

.fs-left-part {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 80px !important;
  align-items: start;
  padding-inline: 20px !important;
  gap: 20px;
}

#clock-img {
  /* display: none; */
  position: absolute;
  width: 124px;
  height: 124px;
  top: -3%;
  left: -9%;
  opacity: 0.6;
}

#geometry-img {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 5%;
  opacity: 0.6;
  top: -8%;
}

#scale-img {
  position: absolute;
  width: 178px;
  height: 178px;
  bottom: 2%;
  left: -15%;
}

.fs-left-part h6 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  color: #00000080;
  text-transform: uppercase;
}

.fs-left-part h1 {
  margin: 0;
  font-size:42px;
  line-height: 52px;
}

.fs-features-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 15px;
}

.fs-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fs-feature p {
  margin: 0;
  font-size: 20px;
}

#scroll-down,
#scroll-up {
  color: black;
  cursor: pointer;
}

#scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  width: 96px;
  position: absolute;
  left: 72%;
  top: 68%;
  z-index: 3000;
}

#scroll-down > div,
#scroll-up > div {
  position: relative;
  height: 100%;
  width: 100%;
}

.snippits-container-mobile {
  display: none !important;
}

#scroll-down > div i,
#scroll-up > div i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#scroll-down > div i {
  transform: translate(-50%, -50%);
}

#scroll-up > div i {
  transform: translate(-50%, -50%);
}

#scroll-down img,
#scroll-up img {
  width: 100%;
  height: 100%;
}

#scroll-down img {
  animation: rotate-scroll-down 5s linear infinite;
}

@keyframes rotate-scroll-down {
  100% {
    transform: rotate(360deg);
  }
}

.check {
  border: 1px solid white;
  border-radius: 50%;
  background-color: white !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}

.check i {
  color: #ffbf31;
  font-size: 15px;
}

.fs-right-part {
  border: 4px solid #ffe759;
  background-color: #fff1a2;
  border-radius: 20px;
  padding-inline: 30px !important;
  padding-block: 30px;
  height: 860px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 450px !important;
}

#math-question {
  font-size: 14px;
  margin-bottom: 2px;
}

#message {
  width: 100%;
  border: none;
  resize: none;
  outline: none;
}

#country {
  width: 55% !important;
}

#country-dropdown {
  border: 1px solid #ccc;
  height: 180px;
  overflow-y: auto;
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#dropdown-container {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  min-height: 200px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Scrollbar styling for dropdown */
#dropdown-container::-webkit-scrollbar {
  width: 8px;
}

#dropdown-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

#dropdown-container::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}

#country-dropdown div {
  padding: 10px;
  cursor: pointer;
}

#country-dropdown div:hover {
  background-color: #f0f0f0;
}

.highlight {
  background-color: lightblue;
}

.country-search-div {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#country-search {
  padding: 5px;
  border-bottom: 2px solid black;
  font-size: 15px;
  width: 90% !important;
}

.country-search-div i {
  font-size: 20px;
}

.confirmation-message {
  height: 100%;
  width: 100%;
  padding-block: 40px;
  padding-inline: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.confirm-message-part-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.confirm-message-part-1 img {
  width: 70px;
  height: 70px;
}

.confirm-message-part-1 h3 {
  font-size: 44px !important;
}

.confirm-message-part-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.confirm-message-part-2 h6 {
  font-size: 14px;
  font-weight: 600;
}

.confirm-message-part-2 p {
  font-size: 12px;
}

.submit-another-btn {
  margin-top: 30px;
  pointer-events: all;
  opacity: 1;
  padding-inline: 20px;
  padding-block: 14px;
  border-radius: 12px;
  height: 72px;
  border: none;
  font-size: 22px;
  color: black;
  background-color: white;
}

.confirm-message-part-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  gap: 5px;
}

.email-grp {
  display: flex;
  gap: 10px;
  align-items: center !important;
}

.email-grp img {
  width: 24px !important;
  height: 24px !important;
}

.email-grp h6 {
  font-size: 12px;
}

.email-grp h6 span {
  font-weight: 700;
}

.email-grp h6 a {
  color: black;
  font-weight: 400;
}

.hide-right-part {
  display: none !important;
}

.fs-right-part img {
  width: 82px;
  height: 57px;
}

.fs-right-part h3 {
  font-size: 24px;
}

.input-field-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#role {
  border: none;
  background-color: transparent;
  width: 100% !important;
  outline: none;
}

#role option {
  border-radius: 10px !important;
  border: 2px solid #a67c00 !important;
}

.input-field {
  background-color: white;
  padding-inline: 20px;
  padding-block: 10px;
  border-radius: 12px;
}

#submit-btn {
  text-transform: capitalize;
}

.input-field p {
  margin: 0;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 16.8px;
}

.input-field input {
  margin-top: 5px;
  font-size: 14px;
  color: black;
  line-height: 19.6px;
  outline: none;
  border: none;
  width: 100% !important;
  font-weight: 500;
}

.input-field input::placeholder,
.input-field textarea::placeholder {
  color: rgb(190, 190, 190) !important;
  font-size: 14px;
  font-weight: 500;
}

#phone-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#country-code {
  width: 40%;
}

#phone-number {
  width: 60%;
}

#phone-number input {
  width: 100%;
}

#country-code select {
  border: none;
  margin-top: 5px;
  width: 65%;
  font-size: 15px;
  outline: none;
  background-color: transparent;
  font-weight: 500;
}

.contact-us-btn {
  opacity: 0.5;
  pointer-events: none;
  padding-inline: 32px;
  padding-block: 14px;
  border-radius: 12px;
  height: 72px;
  border: none;
  font-size: 22px;
  color: white;
  background-color: #E9B007;
}

.fs-right-part p {
  font-size: 12px;
  color: #6c6c6c;
}

.fs-right-part p span {
  color: #a67c00;
}

.terms-container {
  display: flex;
  gap: 10px;
  align-items: start;
}

.active-btn {
  pointer-events: all;
  opacity: 1;
  padding-inline: 32px;
  padding-block: 14px;
  border-radius: 12px;
  height: 72px;
  border: none;
  font-size: 22px;
  color: white;
  background-color: #E9B007;
}

.terms-container label {
  font-size: 12px;
}

.terms-container label > span {
  color: #ffbf31;
}

.error-message {
  color: red;
  font-size: 8px;
  display: none; /* Hidden by default */
  margin-top: 5px;
  position: absolute !important;
  bottom: 0;
  left: 20px;
}

/* Show the error message when the invalid class is added */
.invalid .error-message {
  display: block;
}

/* Apply shake class */
input:invalid {
  animation: shake 0.2s ease-in-out 0s 2;
}

.invalid-country {
  border: 1px solid red;
  animation: shake 0.2s ease-in-out 0s 2;
}

.input-field.invalid {
  /* border: 2px solid red; */
  border-radius: 5px;
  animation: shake 0.3s ease-in-out;
}

/* Shake animation */
@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}

@media (max-width: 475px) {
  .margin-100 {
    margin-block: 50px;
  }
  .main-section {
    min-height: 100vh;
    overflow: hidden !important;
    z-index: 200;
  }

  .bg-container {
    display: none;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container,
  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 120vh !important;
    width: 100%;
    z-index: -1;
  }

  .mobile-bg-container img,
  .bg-container-signup img {
    width: 100% !important;
    height: 100% !important;
  }

  .fs-left-part {
    width: 100% !important;
    margin-top: -25px !important;
    gap: 0px;
    padding: 0px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #clock-img {
    position: absolute;
    width: 68px;
    height: 68px;
    top: -28%;
    left: -14%;
    opacity: 0.5;
  }

  #geometry-img {
    position: absolute;
    width: 84px;
    height: 84px;
    right: -20%;
    top: -22%;
    z-index: -1;
    opacity: 0.5;
  }

  #scale-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part h1 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 20px;
    justify-content: center;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    flex-shrink: 0;
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 12px;
  }

  .fs-right-part {
    height: 800px !important;
    margin-top: 30px !important;
    padding-inline: 10px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }

  .fs-right-part img {
    width: 48px;
    height: 29px;
  }

  .fs-right-part h3 {
    font-size: 20px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  #country-code {
    width: 40%;
  }

  #country-code p {
    font-size: 11px;
  }

  #phone-number {
    width: 60%;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  .input-field input {
    width: 100% !important;
  }
  #country-code select {
    border: none;
    margin-top: 5px;
    width: 80%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .contact-us-btn {
    padding-inline: 32px;
    padding-block: 14px;
    border-radius: 12px;
    font-size: 14px;
    height: 48px;
  }

  .contact-us-btn span {
    font-weight: 800;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .fs-right-part > p {
    text-align: center;
  }
}

@media (min-width: 476px) and (max-width: 767px) {
  .main-section {
    min-height: 100vh;
    overflow: hidden !important;
    z-index: 200;
  }

  .bg-container {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 1000px !important;
    width: 100%;
    z-index: -1;
  }

  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100vh !important;
    width: 100% !important;
    z-index: -1;
  }

  .bg-container img,
  .bg-container-signup img {
    width: 100%;
    height: 135vh;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container {
    display: none !important;
  }

  /* .mobile-bg-container img {
        width: 100%;
      } */

  .fs-left-part {
    width: 100% !important;
    margin-top: -20px !important;
    gap: 0px;
    padding: 0px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #clock-img {
    position: absolute;
    width: 68px;
    height: 68px;
    top: -28%;
    left: -14%;
  }

  #geometry-img {
    position: absolute;
    width: 84px;
    height: 84px;
    right: -20%;
    top: -22%;
    z-index: -1;
  }

  #scale-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part h1 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 30px;
    justify-content: center;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    flex-shrink: 0;
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 16px;
  }

  .fs-right-part {
    height: 800px !important;
    margin-top: 60px !important;
    padding-inline: 10px !important;
    width: 90% !important;
    margin-left: 0px;
  }

  .fs-right-part img {
    width: 60px;
    height: 40px;
  }

  .fs-right-part h3 {
    font-size: 24px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  #country-code {
    width: 40%;
  }

  #country-code > p {
    font-size: 15px !important;
  }

  #phone-number {
    width: 60%;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  .input-field input {
    width: 100% !important;
  }
  #country-code select {
    border: none;
    margin-top: 5px;
    width: 60%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .contact-us-btn {
    padding-inline: 32px;
    padding-block: 14px;
    border-radius: 12px;
    font-size: 14px;
    height: 48px;
  }

  .contact-us-btn span {
    font-weight: 800;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .fs-right-part > p {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-section {
    min-height: 100vh;
    overflow: hidden !important;
    z-index: 200;
  }

  .bg-container {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 900px !important;
    width: 100%;
    z-index: -1;
  }

  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100vh !important;
    width: 100%;
    z-index: -1;
  }

  .bg-container img,
  .bg-container-signup img {
    width: 100%;
    height: 130vh;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container {
    display: none !important;
  }

  /* .mobile-bg-container img {
        width: 100%;
      } */

  .fs-left-part {
    width: 100% !important;
    margin-top: 0px !important;
    gap: 0px;
    padding: 0px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #clock-img {
    position: absolute;
    width: 75px;
    height: 75px;
    top: -25%;
    left: -8%;
  }

  #geometry-img {
    position: absolute;
    width: 90px;
    height: 90px;
    right: -10%;
    top: -22%;
    z-index: -1;
  }

  #scale-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part h1 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 30px;
    justify-content: center;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    flex-shrink: 0;
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 20px;
  }

  .fs-right-part {
    height: 800px !important;
    margin-top: 60px !important;
    padding-inline: 10px !important;
    width: 65% !important;
    margin-left: 0px !important;
  }

  .fs-right-part img {
    width: 60px;
    height: 40px;
  }

  .fs-right-part h3 {
    font-size: 24px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  #country-code {
    width: 40%;
  }

  #country-code > p {
    font-size: 15px !important;
  }

  #phone-number {
    width: 60%;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  .input-field input {
    width: 100% !important;
  }
  #country-code select {
    border: none;
    margin-top: 5px;
    width: 60%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .contact-us-btn {
    padding-inline: 32px;
    padding-block: 14px;
    border-radius: 12px;
    font-size: 14px;
    height: 48px;
  }

  .contact-us-btn span {
    font-weight: 800;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .fs-right-part > p {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-section {
    min-height: 100vh;
    overflow: hidden !important;
    z-index: 200;
  }

  .bg-container {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 900px !important;
    width: 100%;
    z-index: -1;
  }

  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100vh !important;
    width: 100%;
    z-index: -1;
  }

  .bg-container img,
  .bg-container-signup img {
    width: 100%;
    height: 130vh;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container {
    display: none !important;
  }

  /* .mobile-bg-container img {
        width: 100%;
      } */

  .fs-left-part {
    width: 90% !important;
    margin-top: 0px !important;
    gap: 0px;
    padding: 0px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #clock-img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -20%;
    left: -8%;
  }

  #geometry-img {
    position: absolute;
    width: 100px;
    height: 100px;
    right: -10%;
    top: -22%;
    z-index: -1;
  }

  #scale-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part h1 {
    margin-top: 20px;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 30px;
    justify-content: center;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    flex-shrink: 0;
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 22px;
  }

  .fs-right-part {
    height: 800px !important;
    margin-top: 60px !important;
    padding-inline: 10px !important;
    width: 55% !important;
    margin-left: 0px !important;
  }

  .fs-right-part img {
    width: 60px;
    height: 40px;
  }

  .contact-us-btn {
    height: 60px !important;
    font-size: 20px !important;
  }

  .fs-right-part h3 {
    font-size: 24px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  #country-code {
    width: 40%;
  }

  #country-code > p {
    font-size: 15px !important;
  }

  #phone-number {
    width: 60%;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  .input-field input {
    width: 100% !important;
  }
  #country-code select {
    border: none;
    margin-top: 5px;
    width: 60%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .contact-us-btn {
    padding-inline: 32px;
    padding-block: 14px;
    border-radius: 12px;
    font-size: 14px;
    height: 48px;
  }

  .contact-us-btn span {
    font-weight: 800;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .fs-right-part > p {
    text-align: center;
  }
}
