/* * 1. Use a more-intuitive box-sizing model. */
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/

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

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

body::-webkit-scrollbar {
  height: 0px !important;
  width: 8px !important;
  display: block !important;
}

body::-webkit-scrollbar-thumb {
  background: #c4dcf3 !important;
  padding: 8px;
  border-radius: 10px !important;
}

header {
  box-shadow: 0px 1px 4px 0px #0000001F;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
  padding: 20px 80px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.trade_image {
  width: 200px;
      position: absolute;
    right: 45px;
    top: 25px;
}

.trade_text {
  width: 200px;
  position: absolute;
  right: 40px;
  bottom: -16px;
  border-radius: 0 15px 15px;
  box-shadow: 0px 2px 0px 0px #0000001F;
}


.padding-20px-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.start_trading {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #424242;
}

.timer_text {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
}

.hidden {
  display: none;
}

.resend {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: #1177BD !important;
  cursor: pointer;
}

.demat_account {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  background: linear-gradient(90deg, #004770cc 0%, #2A9E49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 12px;

}

.demat_account .highlight {
  display: inline-block;
  margin-block: 20px 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.highlight {
  background: linear-gradient(90deg, #004770cc 0%, #2A9E49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #444444;
}

.subheading {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: #004770;
  line-height: 32px;
  letter-spacing: 0%;
}

.phone_input {
  background: #FFFFFF;
  border-width: 0.5px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 4px;
  padding: 11px 16px 11px 68px;
  /* width: 300px; */
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  transition: all 0.2s ease;
}

.phone_input:focus {
  border-color: #b9b9b9 !important;
}

.phone_input::placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  width: max-content;
}

.flag_image {
  top: 0;
  bottom: 0;
  left: 16px;
  padding-right: 16px;
  margin: auto;
  border-right: 0.5px solid #e5e5e5;
  height: 100%;
  transition: all 0.2s ease;
}

.position-relative:focus-within .flag_image {
  border-color: #b9b9b9 !important;
}

.create_account {
  padding: 11px 16px;
  background: #1177BD;
  border-radius: 4px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  outline: none;
  /* border: none; */
  border: 1px solid #1177bd;
  width: max-content;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.create_account:hover {
  background: 0 0;
  color: #1177bd;
  border-color: #1177bd;
}

.create_account.type-2 {
  background: #fff;
  color: #1177BD;
  transition: 0.3s all ease-in-out;
}

.create_account.type-2:hover {
  /* background: #f0f0f0Z; */
  background: #1177bd;
  color: #fff;

}

.cursor-pointer {
  cursor: pointer;
}

.logo {
  transition: 1s all ease-in-out;
}

.logo:hover {
  transform: scale(1.05);
  transition: 0.5s all ease-in-out;
}

.create_account:focus {
  outline: none;
}

.phone_input:focus {
  border-color: #666666;
  outline: none;
}

.banner_pattern {
  right: 32px;
  top: 0;
}

.hero-section {
  padding: 76px 80px 100px 80px;
}

.feature-section {
  padding: 24px 48px;
  background: linear-gradient(90deg, #EBFFF1 0%, #D7EFFF 100%);
}


.product_section {
  padding: 80px;
}

.why_demat_section {
  padding: 48px 80px 80px 80px;
}

.leverage_pattern {
  position: absolute;
  left: 0;
  top: 0;
}

.stars {
  position: absolute;
  right: 18px;
  top: 24px;
}

.stars-4x {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 150px;
}


.section_title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #1A1A1A;
}

.section_title .highlight {
  font-weight: 600;
  color: #2A9E49;
}

.features {
  margin-top: 40px;
  margin-bottom: 32px;
}

.feature {
  padding: 8px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(26, 26, 26, 0.24);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.feature p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #444444;
  margin-bottom: 0px;
}

.feature p strong {
  font-weight: 600;
}

.product_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  height: 100%;
  box-shadow: 0px 4px 12px rgba(17, 119, 189, 0.2);
  border-radius: 16px;
}

.product_card p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #004770;
}

.why_demat_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  padding-bottom: 48px;
  background: #FFFFFF;
  height: 100%;
  box-shadow: 0px 4px 12px rgba(17, 119, 189, 0.2);
  border-radius: 16px;
}

.why_demat_card h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #004770;
}

.why_demat_card p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #424242;
  margin-bottom: 0;
  text-wrap: balance;
}

.open_account {
  padding: 40px 48px;
  background: url("../images/open-accout-patterns.svg") no-repeat top right, url("../images/open-accout-patterns.svg") no-repeat bottom left, linear-gradient(180deg, #0088D6 0%, #004770 100%) no-repeat 100%;
}

.open_account .section_title, .open_account .highlight {
  color: #FFFFFF !important;
}

.open_account .highlight {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF;
  text-fill-color: #FFFFFF;
}

.e-open-account-wrapper {
  margin-bottom: 56px;
  margin-top: 40px;
}

.e-step-wrapper:after {
  content: "";
  background: #1177bd;
  height: 5px;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 1;
  top: 25%;
}

.e-step-image {
  max-width: 84px;
  margin-left: -1.5px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 2;
}

.account_text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #1A1A1A;
}

.hightled_account {
  color: #2A9E49;
  font-weight: 600;
}

.faq_section {
  padding: 80px 80px;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0px 0px 2px rgba(26, 26, 26, 0.24);
  border-radius: 8px;
  border: none;
  width: 100%;
  text-align: start;
  padding: 12px 24px;
  margin-bottom: 20px;
}

.accordion-item h2 button {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  padding-right: 4px;
}

.accordion-item:has(.accordion-collapse.show) {
  padding: 12px 24px;
  background: rgba(238, 251, 255, 0.8);
  box-shadow: 0px 2px 4px rgba(26, 26, 26, 0.08);
  border-radius: 5px;
}

.accordion-item:has(.accordion-collapse.show) h2 button {
  font-weight: 500;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins';

}

.accordion-body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 16px 24px 0px 24px;
  color: #444444;
}


.accordion-button {
  outline: none !important;
  border: none !important;
  padding: 0px !important;
  background-color: transparent !important;
  position: relative;
  width: 100%;
  text-align: start;
}

.accordion-button:focus {
  outline: none !important  ;
  border: none !important;
  box-shadow: none !important;
}

/* Styling the accordion header */
.accordion-button::after {
  content: '';
  /* Down Arrow */
  background-image: url("../images/arrow-down.svg");
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
}

/* Change the arrow direction when the accordion is open */
.accordion-button:not(.collapsed)::after {
  content: '';
  /* Up Arrow */
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-up.svg");
}

.e-view-icon {
  transition: 0.3s all ease-in-out;
}

.rotate-up {
  transform: rotate(180deg);
  transition: 0.3s all ease-in-out;
}

.rotate-down {
  transform: rotate(-180deg);
  transition: 0.3s all ease-in-out;
}

.view_content {
  cursor: pointer;
  background: linear-gradient(0deg, rgba(17, 119, 189, 0.04), rgba(17, 119, 189, 0.04)), #FFFFFF;
  box-shadow: 0px 0px 4px rgba(17, 119, 189, 0.16);
  border-radius: 4px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1177BD;
  width: max-content;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: auto;
}

.e-loader::after {
  content: " .";
  font-family: "Epilogue";
  margin: 0;
  line-height: 100%;
  animation: dots 1s steps(1, end) infinite;
}

@keyframes dots {

  0%,
  12.5% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    text-shadow: 0.5em 0;
  }

  100% {
    text-shadow:
      0.5em 0,
      1em 0;
  }
}

.open_demat_account {
  padding: 24px 80px;
  background: #EDF7FA;
  /* box-shadow: 0px 4px 12px rgba(17, 119, 189, 0.2); */
  position: fixed;
  bottom: -100%;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
}

.open_demat_account h2 {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1A1A1A
}

footer {
  background: #F3F8FB;
}

.footer_contact {
  padding: 48px 112px 0px 112px;
}

.contact_info {
  padding-top: 16px;
  border-top: 1px solid #1266A0;
  padding-bottom: 40px;
}


footer h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
}

footer p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.contact_info h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #1C274C;
}

.contact_info a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #1177BD;
}

footer .disclaimer {
  background: #FFFFFF;
  box-shadow: 0px 0px 1.1px rgba(0, 0, 0, 0.25);
  border-radius: 80px 80px 0px 0px;
  padding: 48px 112px 120px 112px;
}

footer .disclaimer p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  color: #BABABA;
  padding-bottom: 12px;
  border-bottom: 1px solid #BABABA
}

footer .download_share {
  padding-bottom: 168px;
}

footer .download_share p {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
  color: #666666;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 8px;
  padding-bottom: 10px;
}

footer .download_share a {
  text-decoration: none;
  transition: all 0.3s ease;
}

footer .download_share a:hover {
  transform: scale(1.05);
  transition: all 0.3s ease
}

.otp-container {
  display: flex;
  gap: 10px;
  justify-content: start;
}

.otp-box {
  width: 50px;
  height: 50px;
  border: 1px solid #bababa;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.otp-box.focus {
  border-color: #1177BD;
}

.hidden-input {
  position: absolute;
  opacity: 0;
  /* Keeps it invisible but functional */
  pointer-events: auto;
  /* Ensures it can still receive input */
  width: 0px;
  /* Ensures it's clickable */
  height: 0px;
  /* Adjust to match OTP box */
  z-index: 9999;
}

.error-message {
  color: red;
  font-size: 12px;
  bottom: -18px;
}

.e-error-message {
  color: red;
  font-size: 12px;
}

/* Modal */
/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
} */

/* Keep modal and backdrop above header (2) and fixed footer CTA (999) */
#otpModal.modal {
  z-index: 1060;
}
.modal-backdrop {
  z-index: 1050;
  width: 100%!important;
  height: 100%!important;
}

.modal-dialog {
  max-width: 650px !important;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 650px !important;
  border-radius: 10px;
  font-family: "Poppins";
}

.modal-header {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.16) 0%, rgba(42, 158, 73, 0.0768) 50%, rgba(42, 158, 73, 0.128) 100%);
  color: #fff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  font-family: "Poppins";
}

.modal-title {
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
  color: #1a1a1a;
}

.modal-body {
  padding: 15px;
  font-family: "Poppins";
}

.e-phone-label {
  background-color: white;
  padding: 4px;
  left: 16px;
  top: -15px;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 500;
}

.otp-input {
  background: #FFFFFF;
  border-width: 0.5px;
  border-style: solid;
  border-color: #bababa;
  border-radius: 4px;
  padding: 14px 16px 14px 14px;
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.otp-info {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
}

.security-msg {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #1177BD;
}

.otp-input:focus,
.otp-input:focus-visible {
  border-color: #666666;
  outline: none;
}

.successContent {
  height: 300px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.successContent h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #1C274C;
}

.close {
  border: 0;
  outline: 0;
}

.close:focus {
  border: 0;
  outline: 0;
}

/* .concern {
  background: #FFFFFF;
  border-width: 0.5px;
  border-style: solid;
  border-color: #666666;
  border-radius: 4px;
  padding: 14px 16px 14px 14px;
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  resize: none;
}

.concern:focus,
.concern:focus-visible{
  border-color: #666666;
  outline: none;
} */


.error-message {
  color: red;
  font-size: 12px;
}

.modal-footer {
  padding: 15px;
}

.btn-primary {
  background: #209e49;
  color: #fff;
  border: none;
  border-radius: 32px;
  font-weight: 600;
  font-size: 14px;
  height: 53px;
  cursor: pointer;
}

.pt-80px {
  padding-top: 80px;
}

#why-demat-slider .carousel-indicators {
  bottom: 70%;
  right: 100%;
  left: 0%;
  margin-left: 64px;
  gap: 10px;
}

#why-demat-slider .carousel-indicators button {
  width: 8.84px !important;
  height: 8.84px !important;
  opacity: 1;
  background: #60ADE8;
  border: none;
  outline: none;
  border-radius: 50%;
}

#why-demat-slider .carousel-indicators button.active {
  background: #dbdbdb;
}

.text-balance {
  text-wrap: balance;
}

.where-to-invest-guide {
  margin-top: 80px;
  padding: 48px 66px;
  text-align: center;
  color: #1A1A1A;
  background: url("../images/where-to-invest-guide-bg.png") no-repeat center;
  background-size: 100% 100%;

}


.where-to-invest-guide p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.where-to-invest-guide h4 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.testimonial_section {
  padding-block: 128px 48px;
}

.testimonial-slider .slick-track {
  display: flex;
  gap: 48px;
  margin-bottom: 40px;
  margin-left: 130px;
}

.testimonial-slider .slick-slide {
  transition: all 0.3s ease;
  padding: 0px 24px 24px;
  min-height: 370px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.testimonial-slider .testimonial_card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px #1177BD33;
  position: relative !important;
  z-index: 1;
  transition: all 1s ease;

}

.testimonial-slider .bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(235, 255, 241, 0.8) 0%, rgba(215, 239, 255, 0.8) 100%);
  transition: all 1s ease;
}

.testimonial_card h6 {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1A1A1A;
  transition: all 1s ease;
}

.testimonial_card .tag {
  width: max-content;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #116DBD 0%, #119DBD 100%);
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #fff;
  transition: all 1s ease;
}

.testimonial_card p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 2%;
  line-height: 24px;
  text-align: justify;
  color: #1A1A1A;
  height: 160px;
  overflow-y: scroll;
  transition: all 1s ease;
}

.testimonial_card .user-img, .testimonial_card .quote-symbol {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transition: all 1s ease;
}

.testimonial-slider .slick-slide:not(.slick-current) {
  padding: 0px 24px 16px;
}

.slick-slide:not(.slick-current) .user-img, .slick-slide:not(.slick-current) .quote-symbol {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  /* transition: all 0.5s ease; */
}

.slick-slide:not(.slick-current) h6 {
  font-size: 14px;
}

.slick-slide:not(.slick-current) .tag {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
}

.slick-slide:not(.slick-current) .tag {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
}

.slick-slide:not(.slick-current) p {
  height: 100px;
}

.slick-slide:not(.slick-current) .bg {
  height: 40%;
  width: 98%;
  /* bottom:2% */
}

.slick-slide:not(.slick-current) {
  margin-top: auto;
}

.testimonial_card p::-webkit-scrollbar {
  height: 0px !important;
  width: 8px !important;
  display: block !important;
  overflow-y: scroll;
}

.testimonial_card p::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #116DBD 0%, #119DBD 100%);
  padding: 8px;
  border-radius: 10px !important;
}

.slick-dots li button:before {
  font-size: 19px !important;
  color: #D9F0FF;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  font-size: 19px !important;
  opacity: 1;
  background: linear-gradient(90deg, #116DBD 0%, #119DBD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overflow-x-hidden {
  /* overflow-x: hidden;
  overflow-y: visible; */
}

#dematAccordion .accordion-header {
  line-height: 0 !important;
  margin-bottom: 0px;
}

.e-landing-footer-input {
  /* width: 50%; */
}

#otpModal::-webkit-scrollbar {
  display: none !important;
}

.padding-80px-top {
  padding-top: 80px;
}

.e-cta-wrapper {
  background: #EEFBFF;
  padding: 20px;
  border-radius: 16px;
}

.e-cta-wrapper p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.e-cta-wrapper h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.e-cta-wrapper h4 span {
  background: linear-gradient(90deg, rgba(0, 71, 112, 0.8) 26.44%, #2A9E49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}