@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

:root {
  --foreground: 0 0% 0%;
  --tw-gradient-stops: rgba(147, 203, 224, 1), rgba(192, 224, 235, 0.1);
}

body {
  background-color: hsl(140, 33%, 98%);
  color: #142638;
  font-family: Inter, sans-serif;
}

/* ================= Scrollbar ================= */
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
  /* match Firefox track for consistency */
}

::-webkit-scrollbar-thumb {
  background: #0cc744;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0e8031;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #0cc744 #fff;
  /* thumb #0cc744, track #fff */
}

/* ================= Typography ================= */
h1 {
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 700;
}
h1 .text_green_gredient {
  background-image: linear-gradient(to right, #0e8031, #0cc744);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
h2 .text_green_gredient {
  background-image: linear-gradient(to right, #0e8031, #0cc744);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.blue_text {
  color: #1eaedb;
}

h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sub-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: hsla(210, 47%, 15%, 0.7);
}

/* ================= header ================= */
header.header.sticky {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: hsla(140, 33%, 98%, 0.9);
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}

/* ================= Hero Section ================= */
.hero-section {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiMxNDI1MzIiIGZpbGwtb3BhY2l0eT0iMC4wMiI+PHBhdGggZD0iTTM2IDM0aDR2MWgtNHYtMXptMC0yaDF2NGgtMXYtNHptMi0yaDF2MWgtMXYtMXptLTIgMmgtMXYtMWgxdjF6TTM0IDMwaDFxMCAxLTEgMXYtMXptMCAydi0xaDF2MWgtMXptMCAydi0xaDF2MWgtMXptMCAwaDF2MWgtMXptLTItNGg0djFoLTR2LTF6Ii8+PC9nPjwvZz48L3N2Zz4=");
  position: relative;
}
.hero-section .hero_bg_color {
  background-image: radial-gradient(rgba(200, 255, 214, 0.4), transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hero-section .hero_blur_1 {
  background-color: rgba(152, 251, 181, 0.3019607843);
  border-radius: 9999px;
  width: 18rem;
  height: 18rem;
  top: 25%;
  left: 2.5rem;
  position: absolute;
  filter: blur(64px);
}
.hero-section .hero_bottom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/...%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  height: 8rem;
  z-index: -10;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.5;
}
.hero-section .hero_section_features_cards {
  display: flex;
  gap: 1rem;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item {
  padding: 0.75rem;
  border-radius: 0.5rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item .icon {
  background-color: #e6ffea;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  border-radius: 9999px;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item .icon svg {
  color: #0cc744;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item .heading {
  font-weight: 500;
  font-size: 0.87rem;
  line-height: 1.25rem;
}
.hero-section .hero_price_range_card {
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #f8fcf9;
  border-radius: 0.54rem;
  position: relative;
}
.hero-section .hero_price_range_card .how-much-you-need-range-value-placer {
  color: #0ba138;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.hero-section .hero_price_range_card .how-much-you-need-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #0cc744;
  border-radius: 5px;
  outline: none;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #0cc744;
  cursor: pointer;
  margin-top: -4px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #1eaedb;
  cursor: pointer;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-range-track {
  height: 8px;
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-range-progress {
  height: 8px;
  background: #1eaedb;
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-track {
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-fill-lower {
  background: #1eaedb;
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-fill-upper {
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #1eaedb;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-focus-outer {
  border: 0;
}
.hero-section .hero_price_range_card .range_slider_bottom_dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 100%;
  width: 100%;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.hero-section .hero_price_range_card .range_slider_bottom_dots li {
  width: 8px;
  height: 8px;
  background-color: #98fbb5;
  border-radius: 50%;
}
.hero-section .hero_price_range_card .range_slider_bottom_dots li:first-child {
  background-color: #0cc744;
  width: 12px;
}
.hero-section .hero_fund_sec_features {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(147, 203, 224, 0.3);
  padding-top: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ================= Built on Trust ================= */
.why-choose-us-section .why_choose_us_cards_item {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid hsl(142, 30%, 92%);
  border-radius: 0.75rem;
  transition: all 0.3s;
  height: 100%;
}
.why-choose-us-section .why_choose_us_cards_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1019607843), 0 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}
.why-choose-us-section .why_choose_us_cards_item .icon {
  background-color: transparent;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}

/* ================= How it Look ================= */
.how-it-look-section {
  background-image: linear-gradient(to bottom, #e6ffea, #fff);
}
.how-it-look-section .how-it-work-tab-btn {
  padding: 1.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  border-radius: 0.75rem;
  margin-bottom: 3rem;
  gap: 1rem;
}
.how-it-look-section .how-it-work-tab-btn .icon {
  background-color: #e6ffea;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 64px;
  position: relative;
  border: 1px solid #0cc744;
}
.how-it-look-section .how-it-work-tab-btn .icon svg {
  color: #0ba138;
  width: 2.5rem;
  height: 2.5rem;
}
.how-it-look-section .how-it-work-tab-btn .icon .vertical-line {
  background-image: linear-gradient(to bottom, #22e463, rgba(152, 251, 181, 0.3));
  width: 0.125rem;
  height: 4rem;
  top: 55px;
  left: 0.5rem;
  position: absolute;
}
.how-it-look-section .how-it-work-tab-btn .content h3 {
  color: #151f41;
}
.how-it-look-section .how-it-work-tab-btn .content p {
  color: #3e52a4;
}
.how-it-look-section .how-it-work-tab-btn.active {
  border-color: #98fbb5;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.how-it-look-section .how-it-work-tab-btn.active .icon {
  color: #fff;
}
.how-it-look-section .how_it_works_tabs {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #98fbb5;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 1rem;
}
.how-it-look-section .how_it_works_tabs .how-it-work-tab-container {
  display: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.9019607843);
  border: 1px solid #98fbb5;
  border-radius: 0.75rem;
  max-width: 28rem;
}
.how-it-look-section .how_it_works_tabs .how-it-work-tab-container .img {
  width: 9rem;
  height: 9rem;
  border-radius: 9999px;
  border: 2px solid #0cc744;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.how-it-look-section .how_it_works_tabs .how-it-work-tab-container .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.how-it-look-section .how_it_works_tabs .how-it-work-tab-container p {
  color: #3e52a4;
}
.how-it-look-section .how_it_works_tabs .how-it-work-tab-container.active {
  display: block;
}

/* ================= What are Prefect ================= */
.whatare-prefect-section {
  display: none !important;
}
.whatare-prefect-section .whatare-prefect-cards-item {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.5rem;
  background-color: #c5e2f6;
  border-radius: 0.75rem;
  border: 1px solid rgba(59, 130, 246, 0.3019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  font-weight: 600;
}
.whatare-prefect-section .whatare-prefect-cards-item .icon {
  background-color: #1eaedb;
  color: #fff;
  padding: 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.whatare-prefect-section .whatare-prefect-cards-item .heading {
  color: #000;
}

/* ================= Footer ================= */
footer {
  position: relative;
  background-color: #0c1326;
}
footer .show_faq_section_in_footer {
  border-radius: 1rem;
}
footer .show_faq_section_in_footer .faq .card-item {
  border-bottom: 1px solid #cbd8ef;
}
footer .show_faq_section_in_footer .faq .card-item .card-item-header {
  color: #0c332b;
}
footer .show_faq_section_in_footer .faq .card-item .card-item-header:hover {
  color: #0cc744;
}
footer .show_faq_section_in_footer .faq .card-item .card-item-header span {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
}
footer .show_faq_section_in_footer .faq .card-item .card-item-header span .faq-icon {
  float: right;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
footer .show_faq_section_in_footer .faq .card-item .card-item-header span[aria-expanded=true] .faq-icon {
  transform: rotate(180deg);
}
footer .show_faq_section_in_footer .faq .card-item .card-item-header:hover .text-ameri-700 {
  color: #0cc744;
}
footer .show_faq_section_in_footer .faq .card-item .card-item-body {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 1rem;
  color: #4863b7;
}
footer .footer-contact {
  margin: 3rem 0;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
footer .footer-contact .footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-contact .footer-item .footer_contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
footer .footer-contact .footer-item .footer_contact_list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
}
footer .footer-contact .footer-item .footer_contact_list li .icon {
  background-color: #e6ffea;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  margin-bottom: 0.75rem;
  color: #0ba138;
}
footer .footer-contact .footer-item .footer_contact_list li h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
footer .footer-contact .footer-item .footer_contact_list li a {
  color: #3e52a4;
}
footer .footer-contact .footer-item .footer_contact_list li a:hover {
  color: #0ba138;
  text-decoration: none;
}

/* ================= Header & Buttons ================= */
header .logo {
  width: 187px;
  height: auto;
}
header .logo img {
  width: 100%;
  height: auto;
}

.dst-btn {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 1.25rem;
  border-radius: calc(0.5rem - 2px);
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
}
.dst-btn:hover {
  text-decoration: none;
}

.dst-btn-1 {
  color: #142638;
  font-size: 1rem;
  text-decoration: none;
}
.dst-btn-1:hover {
  color: #0ba138;
}

.dst-btn-2 {
  color: #fff;
  background-color: #0ba138;
}
.dst-btn-2:hover {
  background-color: #0e8031;
  text-decoration: none;
  color: #fff;
}

.dst-btn-3 {
  color: #142638;
  background-color: #f8fcf9;
  border-color: #e4f1e9;
}
.dst-btn-3:hover {
  background-color: #e5faed;
  text-decoration: none;
  color: #136c34;
}

/* ================= Responsive ================= */
.text-center-from-767 {
  text-align: left;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 100%;
  }
  .text-center-from-767 {
    text-align: center;
  }
  h1 {
    text-align: center;
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hero-section .hero_section_features_cards {
    justify-content: center;
  }
  .hero-section .hero_section_features_cards .hero_section_features_cards_item {
    align-items: center;
    gap: 1rem;
    padding: 1rem;
  }
  .hero-section .hero_section_features_cards .hero_section_features_cards_item .icon {
    width: 50px;
    height: 50px;
  }
  .why-choose-us-section .why_choose_us_cards_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .how-it-look-section .how-it-work-tab-btn {
    margin-bottom: 0;
  }
  header .logo {
    width: 170px;
  }
}
@media (max-width: 450px) {
  header .logo {
    width: 155px;
  }
}/*# sourceMappingURL=main.css.map */