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

/*
        General reset and variables
        The design uses a warm, approachable colour palette with golden accents
        and soft off‑white backgrounds.  All values below were chosen to
        approximate the provided PDF while maintaining good contrast and
        accessibility.  Feel free to adjust these variables to fine tune the
        look and feel or swap them out once the client provides the actual
        colours.
      */
:root {
  --color-primary:  #54b947;
  /* golden accent for headings and buttons */
  --color-primary-dark: #54b947;
  /* darker shade for hover states */
  --color-secondary: #72bf44;
  /* green accent used on icons */
  --color-background: #F9F5F2;
  /* off‑white background for the page */
  --color-dark: #0f0f0f;
  /* deep black used for hero and footer sections */
  --color-medium-dark: #2A2D25;
  --color-muted: #6B6B6B;
  /* muted paragraph text */
  --color-card-bg: #ffffff;
  /* white card background */
  --max-width: 1200px;
  /* centralised content width */

  --brand: #54b947;
  /* header + primary */
  --brand-dark: #54b947;
  /* hover/darker tone */
  --text: #0E0E0E;
  /* main text */
  --muted: #737373;
  /* placeholders, labels */
  --input-bg: #FFFFFF;
  --input-bd: #A3A3A3;
  --ring: #CFCFCF;
  --shadow: 0 8px 24px rgba(0, 0, 0, .18);
  --radius: 18px;

}

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

body {
  font-family: "Poppins", sans-serif;
  color: var(--color-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.scrollbox{
    overflow: auto;
    margin-right: 2px;
} 
  .scrollbox::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
    height: 8px;
    border-radius: 200px;
  }
  
  
  .scrollbox:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
  


  @media (hover: none) {
    .scrollbox::-webkit-scrollbar {
      width: 5px;
      height: 8px;
      border-radius: 200px;
    }
    .table-responsive::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
    }
  }


a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/*
        Navigation bar
      */

.mobile-display {
  display: none;
}

header {
  background-color: var(--color-medium-dark);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px;
  position: sticky;
  top: 0;
  z-index: 999;
}

header .logo {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

header nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  transition: 0.2s all;
  align-items: center;
  margin: 0;
  padding: 0;
}

header nav ul li {
  display: flex;
  align-items: center;
}

.phone.header_phone_box {
  display: flex;
  align-items: center;
  /* background:  var(--color-primary); */
  padding: 3px 0px;
  margin-left: 20px;
  position: relative;
  border-radius: 4px;
}

.phone.header_phone_box a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  padding: 0 0px 0px 12px;
  text-decoration: none;
}

.phone.header_phone_box .phone-icon {
  display: flex;
  align-items: center;
  width: 36px;
  height: 36px;
}

.phone.header_phone_box .phone-icon img {
  width: 100%;
  height: auto;
}

.streched_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

header nav a {
  color: #ffffff;
  font-weight: 400;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 0;
}

header nav a:hover {
  color: var(--color-primary);
}

.btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 5px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  justify-content: space-between;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 0px 2px  var(--color-primary);
  min-width: 180px;
  text-align: center;
}

.btn-primary {
  background-color: var(--color-primary);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--color-primary-dark);
}

/*
        Hero section
      */
.hero {
  gap: 40px;
  position: relative;
  background: #F9F5F2;
}

.hero-text {
  width: 50%;
}

.hero-text h1 {
  font-size: 2.625rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 300;
}


.hero-text h1 .accent {
  color: var(--color-primary);
  font-weight: 600;
}

.hero-text p {
  color: #000000;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.hero-image {
  position: relative;
  width: 50%;
}

/* decorative swirl behind hero image */
/* .hero-image::before {
        content: "";
        position: absolute;
        top: 10%;
        left: 50%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle at center, rgba(239, 184, 74, 0.2), rgba(239, 184, 74, 0) 70%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
      } */

.hero-image img {
    border-radius: 8px;
    width: 100%;
    max-width: 664px;
    object-fit: cover;
    margin: 0 auto;
    padding-top: 60px;
}

.claim-item .icon img {
  width: 100%;
  min-width: 79px;
  max-width: 100%;
}

/* bottom banner under hero */
.hero-banner {
  background-color: var(--color-medium-dark);
  color: #ffffff;
  display: flex;
}

.hero-banner .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  flex-grow: 1;
  background: var(--color-primary);
  color: var(--color-dark);
  padding: 20px 20px;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.5px;
  min-width: 326px;
}

/*
        Features section
      */
.features {
  padding: 100px 20px;
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
}

.section_heading {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 45px;
}

.features h2 .accent {
  color: var(--color-primary);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 25px;
}

.feature-card {
  background-color: var(--color-card-bg);
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  text-align: left;
  height: 100%;
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--color-dark);
  font-weight: 600;
}

.feature-card p {
  font-size: 18px;
  color: var(--color-muted);
  line-height: 28px;
}

/*
        Claims section
      */
.claims {
  padding: 70px 20px;
  background-color: #F9F5F2;
  text-align: center;
}

.claims h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.claims h2 .accent {
  color: var(--color-primary);
}

.claims-grid {
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1380px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.claim-item {
  background-color: var(--color-card-bg);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 18.6%;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  margin-top: 20px;
  margin-bottom: 20px;
}

.claim-item .icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -57px;
}

.claim-item span {
  font-size: 18px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: capitalize;
}

/*
        Process section
      */
.process {
  color: #ffffff;
  padding: 70px 20px 110px;
  position: relative;
}

.process:before {
  background-color: var(--color-medium-dark);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 364px;
  z-index: -1;
}

.trusted_badge_box img {
    margin-top: 50px;
    box-shadow: 0px 10px 15px 0px #00000029;
    border-radius: 16px;
}

.process .container {
  max-width: 1490px;
  margin: 0 auto;
}

.process h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.process h2 .accent {
  color: var(--color-primary);
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px;
  position: relative;
}

.process-step {
  background-color: var(--color-card-bg);
  color: var(--color-card-bg);
  border-radius: 26px;
  flex: 1 1 calc(25% - 20px);
  padding: 30px 27px 40px;
  position: relative;
  min-width: 240px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
}

.process-step .step-label {
  position: relative;
  left: -27px;
  top: 0;
  background-color: var(--color-primary);
  color: var(--color-card-bg);
  padding: 0px 26px 0 51px;
  font-weight: 700;
  border-radius: 0px 80px 80px 0px;
  display: inline-block;
  min-height: 68px;
  font-size: 44px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.process-step h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 600;
}

.process-step p {
  font-size: 18px;
  color: var(--color-muted);
}

/*
        Testimonials section
      */
.testimonials {
  padding: 60px 20px;
  background-color: #f1eee8;
  position: relative;
}

.testimonials h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.testimonials h2 .accent {
  color: var(--color-primary);
}

.testimonial-slider {
    max-width:1250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 50px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.4s ease;
}

.testimonial-card {
  /* On wider screens show 3 testimonials at once */
  flex: 0 0 33.333%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--color-dark);
}

.testimonial-card .review-box {
    background-color: var(--color-card-bg);
    border-radius: 12px;
    padding: 30px 20px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card .review-box h4 {
  font-size: 1rem;
  margin-bottom: 12px;
}

.testimonial-card .review-box p {
  font-size: 0.9rem;
  color: var(--color-muted);
  margin-bottom: 16px;
  flex-grow: 1;
}

.stars {
  color: var(--color-primary);
  margin-bottom: 8px;
}

.testimonial-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.testimonial-arrows button {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.testimonial-arrows button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/*
        About section
      */
.about {
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}

.about .rectangle_img {
  position: absolute;
  right: -4px;
  bottom: 70px;
  transform: rotate(180deg);
}

.about .container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.about-image {
  flex: 1 1 500px;
  position: relative;
}

.about-image img {
  border-radius: 0;
  width: 100%;
}

.about-image .vertical-label {
  position: absolute;
  right: -75px;
  top: 75px;
  transform: rotate(-270deg);
  background-color: var(--color-primary);
  color: #ffff;
  padding: 11px 25px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 20px;
  letter-spacing: 6px;
}

.about-content {
  flex: 1 1 400px;
  padding-top: 60px;
}

.about-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-content h2 .accent {
  color: var(--color-primary);
}

.about-content p {
  color: #111827;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
}

/* decorative shape on bottom right of about section */
/* .about::after {
        content: "";
        position: absolute;
        right: -100px;
        bottom: -60px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle at center, rgba(239, 184, 74, 0.25), rgba(239, 184, 74, 0));
        z-index: -1;
      } */

/*
        FAQ section
      */
.faq {
  padding: 80px 20px;
  background-color: #F9F5F2;
}

.faq .container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.faq h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.faq h2 .accent {
  color: var(--color-primary);
}

.accordion {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #0000000f;
  padding: 25px 40px;
}

.faq-item {
  background-color: var(--color-card-bg);
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #D0D0D0;
}

.faq-question {
  padding: 28px 70px 28px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}


.faq-question span {
  font-size: 20px;
  font-weight: 500;
}

.faq-answer {
  padding: 0 50px 0px 0px;
  font-size: 18px;
  color: var(--color-muted);
  font-weight: 300;
  color: #111827;
  max-height: 0;
  transition: 0.2s all;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.faq-item.active .faq-answer {
  max-height: 800px;
  transition: 0.2s all;
  padding: 0 50px 40px;
  visibility: visible;
  opacity: 1;
  padding: 0 50px 40px 0px;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

/* arrow icon for faq */
.faq-question svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  fill: var(--color-dark);
}

/*
        Trusted section
      */
.trusted {
  padding: 80px 20px;
  background-color: var(--color-card-bg);
  text-align: center;
}

.trusted .container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.trusted h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.trusted h2 .accent {
  color: var(--color-primary);
}

.trusted p.tagline {
  color: #4B5563;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
}

.logo-grid {
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.metrics {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.metric {
  text-align: center;
  width: 33.33%;
}

.metric h3 {
  font-size: 36px;
  color: var(--color-primary);
}

.metric span {
  font-size: 16px;
  color: #4B5563;
  max-width: 180px;
  font-weight: 400;
}

/*
        CTA section
      */
.cta {
  background: url('../images/call_to_action_section_background_img.png') no-repeat center / cover;
  padding: 80px 20px;
  position: relative;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.cta .container {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.cta-content {
    max-width: 1060px;
    text-align: center;
    margin: 0 auto;
}

.cta-content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 300;
}

.cta-content h2 .accent {
  color: var(--color-primary);
  font-weight: 600;
}

.cta-image {
  display: none;
}

/*
        Footer section
      */
footer {
  background-color: var(--color-medium-dark);
  padding: 20px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.footer-logo {
  flex: 0 0 auto;
}

.footer-logo img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-copyright {
  flex: 1;
  text-align: center;
}

.footer-copyright p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.footer-button {
  flex: 0 0 auto;
}

.footer-button .btn {
    min-width: 160px;
    padding: 4px 5px 4px 12px;
    font-size: 14px;
    border-color: #2a2d25;
}

.footer-button .btn .flex-grow-1 {
  font-weight: 500;
}

.footer-button .btn .icon img {
    width: 30px;
    height: 30px;
}


header nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
  transition: 0.2s all;
}

.flex-grow-1 {
  flex-grow: 1;
}

header .btn {
  border: 2px solid #2a2d25;
}

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

.container-fluid {
  padding: 0 15px;
  max-width: 1920px;
}

header nav .active {
  color: var(--color-primary);
}

.banner_wrapper .hero-text .content {
  max-width: 660px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.hero .rectangle_img {
  position: absolute;
  bottom: 50px;
  z-index: 1;
}

.hero .btn-primary {
  min-width: 254px;
  margin-top: 30px;
}

/* Hero CTA Button with Right-Pointing Arrow */
.hero-cta-button .arrow-right img {
  transform: rotate(45deg);
}

/* Hero Form Styles */
.hero-form {
  position: static;
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 0px;
}

.form-container {
  width: 100%;
  max-width: 580px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.form-head {
  display: flex;
  gap: 15px;
  background: var(--brand);
  padding: 16px 20px;
  border-radius: 18px 18px 0px 0px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}

.form-head h2 {
  margin: 0;
  line-height: 1.1;
  color: var(--color-card-bg);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0;
}
.head-icon img, .close img {
    filter: brightness(0) invert(1);
}
.form-head p {
  margin: 0;
  color: var(--color-card-bg);
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
}

.form-head .head-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-body {
  padding: 18px 22px 18px;
}

.form-body .field {
  margin-bottom: 10px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 8px;
}

.form-body .field-row {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.form-body .field-half {
  flex: 1;
  margin: 0;
  padding-bottom: 0;
}

.form-body .label {
  display: block;
  font-size: 15px;
  color: #191919;
  font-weight: 500;
  margin-bottom: 6px;
}

.form-body .control {
  position: relative;
}

.form-body .control input,
.form-body .control select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 45px;
  padding: 0 14px 0 40px;
  border: 1px solid var(--input-bd);
  background-color: var(--input-bg);
  border-radius: 8px;
  font-size: 14px;
  color: #1a1a1a;
  outline: none;
}

.form-body .control select {
  background: url(../images/select-arrow.svg) no-repeat right 14px center / 18px;
}

.form-body .control input::placeholder {
  color: var(--muted);
}

.form-body .control:focus-within input,
.form-body .control:focus-within select {
  border-color: var(--ring);
  box-shadow: 0 0 0 3px #00000008;
}

.form-body .control .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #8a8a8a;
}

.form-body .radio-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.form-body .radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  color: #1b1b1b;
}

.form-body .radio input {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #B9B9B9;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: #fff;
  transition: .15s border-color ease;
  padding: 0;
}

.form-body .radio input:checked {
  border-color: var(--brand);
  background: linear-gradient(#fff, #fff);
}

.form-body .radio input:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--brand);
  border-radius: 2px;
}

.form-body .d-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-body .btn-primary {
  background-color: var(--color-primary);
  color: var(--color-card-bg);
  min-width: 256px;
}



.testimonials {
  background: url('../images/testimonial_background_img.png') no-repeat center / cover;
}

.testimonials .section_heading {
  color: #fff;
}

.gogle_trusted_badge img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

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

.cta .btn-primary {
    min-width: 244px;
    margin-top: 20px;
}

.max-hero-width {
  max-width: 980px;
  margin-left: auto;
}

.banner-text {
  font-size: 24px;
  padding: 22px 20px;
  font-weight: 600;
}

.section_heading span {
  display: block;
  font-weight: 600;
}

.bg-white {
  background: #fff;
}

.d-inline-block {
  display: inline-block !important;
}

.float_text {
  transform: rotate(-90deg);
  position: absolute;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  top: 26px;
  line-height: 18px;
  left: 12px;
}

.process-steps .rectangle_img {
    position: absolute;
    top: -68px;
    transform: rotate(-133deg);
    left: -46px;
    max-width: 118px;
}

.about_image_cover {
  position: relative;
  max-width: 520px;
}

.about_image_cover .dollar_img {
  position: absolute;
  left: 20px;
  top: 20px;
  box-shadow: 0 0 20px 0 #00000038;
  border-radius: 100%;
}

.about_image_cover:before {
  position: absolute;
  content: "";
  left: 0;
  height: 30px;
  background:  var(--color-primary);
  width: 100%;
  transform: translate(-100%, -80px);
  bottom: 0;
  height: 268px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question:before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  border-radius: 100%;
  content: "";
  transform: translate(0%, -50%);
  transition: 0.2s all;
  transform-origin: 0 0;
}

.faq-question:after {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-left: 2px solid #000;
  border-radius: 0;
  content: "";
  transform: rotate(-48deg) translate(-49%, -77%);
  border-bottom: 2px solid #000;
  transition: 0.2s all;
  transform-origin: 0 0;
}


.faq-item.active .faq-question:after {
  border-left-color: #fff;
  border-bottom-color: #fff;
  transition: 0.2s all;
  transform: rotate(132deg) translate(-18%, -52%);
}

.faq-item.active .faq-question:before {
  border: 2px solid  var(--color-primary);
  background:  var(--color-primary);
  transition: 0.2s all;
}

.metric h6 {
  font-size: 20px;
  font-weight: 500;
}



/* Demo trigger */
.page {
  min-height: 100svh;
  display: grid;
  place-items: center;
}

.open-btn {
  border: 0;
  background: var(--brand);
  color: #111;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: var(--shadow);
}

/* Overlay */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, .8);
  padding: 20px;
  z-index: 1000;
  overflow-y: auto;
}

.modal[aria-hidden="false"] {
  display: grid;
}

/* Card */
.card {
  width: min(690px, 100%);
  max-width: 90vw;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  position: relative;
  margin: auto;
}

/* Scroll indicator for modal */
.card::-webkit-scrollbar {
  width: 6px;
}

.card::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.card::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.card::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Add a subtle shadow at bottom when scrollable */
.card::after {
  content: '';
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: 1;
}

.modal .btn-primary {
  background-color: var(--color-primary);
  color: var(--color-card-bg);
  min-width: 256px;
}

/* Header */
.card-head {
    display: flex;
    gap: 19px;
    background: var(--brand);
    padding: 24px 80px 24px 33px;
    position: inherit;
    border-radius: 22px 22px 0px 0px;
    justify-content: flex-start;
}

.card-head h2 {
    margin: 0;
    line-height: 1.15;
    color: var(--color-card-bg);
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 1px;
}

.card-head p {
    margin: 2px 0 0;
    color: var(--color-card-bg);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}
 
.close {
    position: absolute;
    top: 50%;
    right: 26px;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    box-shadow: none !important;
    outline: none !important;
    border-radius: 100%;
    cursor: pointer;
}

.close svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2;
}
 
/* Body */
.card-body {
    padding: 32px 22px 32px;
    overflow-y: auto;
    max-height: calc(calc(100vh * .9999) - 150px);
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 14px;
}

.field {
    margin-bottom: 18px;
    max-width: 536px;
    margin: 0 auto;
    padding-bottom: 28px;
}

.label {
  display: block;
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  margin-bottom: 10px;
}

.control {
  position: relative;
}

.control input,
.control select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 54px;
  padding: 0 14px 0 46px;
  border: 1px solid var(--input-bd);
  background-color: var(--input-bg);
  border-radius: 12px;
  font-size: 14px;
  color: #1a1a1a;
  outline: none;
}

.control select {
    background: url(../images/select-arrow.svg) no-repeat right 14px center / 18px;
}


.control input::placeholder {
  color: var(--muted);
}

.control:focus-within input,
.control:focus-within select {
  border-color: var(--ring);
  box-shadow: 0 0 0 3px #00000008;
}

.control .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #8a8a8a;
}

/* Radios (Yes/No) */
.radio-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  color: #1b1b1b;
}

.radio input {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #B9B9B9;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: #fff;
  transition: .15s border-color ease;
}

.radio input:checked {
  border-color: var(--brand);
  background: linear-gradient(#fff, #fff);
}

.radio input:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--brand);
  border-radius: 2px;
}

/* Select chevron */
.select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  color: #6c6c6c;
}

/* CTA */
.cta {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* .btn{
    display:inline-flex; align-items:center; gap:12px;
    padding:14px 22px; background:var(--brand); color:#111;
    border:none; border-radius:999px; font-weight:600; cursor:pointer;
    box-shadow:var(--shadow);
  } */
.btn:hover {
  background: var(--brand-dark);
}

.btn .arrow {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #111;
  border: 1px solid #0000001f;
}

/* Helper */
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}



.modal svg {
  stroke: white;
}

.ocm-google-badge_fixed {
    left: 25px;
    right: auto !important;
    bottom: 25px !important;
}



.testimonials .review {
    padding: 2.625rem 2.625rem 0 2.625rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonials .slick_spacing {
    padding: 6px;
    height: 100%;
}

.testimonials .review__body p {
    font-size: 16px;
    text-align: center;
}

.testimonials .review__body {
    flex-grow: 1;
}

.testimonials .slick-track {
    display: flex !important;
}

.testimonials .slick-slide {
    height: auto !important;
    padding-bottom: 30px;
}

.testimonials .reviews-carousel__slide {
    height: 100%;
}

.testimonials p.review__name {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #0a0a0a;
    margin-top: 38px;
}

.testimonials ul.rating {
    list-style: none;
    background: #515151;
    border-radius: 200px;
    position: relative;
    bottom: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: 0 auto;
    min-height: 53px;
    gap: 5px;
}
.testimonials .review__logo {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .slick-prev.slick-arrow {
    font-size: 0;
    left: -40px;
    width: 35px;
    height: 35px;
    border-left: 2px solid #fefefe;
    border-bottom: 2px solid #fefefe;
    transform: rotate(45deg);
}

.testimonials .slick-next.slick-arrow {
    font-size: 0;
    right: -40px;
    width: 35px;
    height: 35px;
    border-right: 2px solid #fefefe;
    border-bottom: 2px solid #fefefe;
    transform: rotate(-45deg);
}

.testimonials .slick-prev.slick-arrow:before,
.testimonials .slick-next.slick-arrow:before {
    font-size: 0;
}

.testimonials .review svg {
    height: 23px;
    width: 25px;
}

.testimonials .review svg path {
    fill: #f6ef25;
}
.testimonials .review .grey_color_icon path {
    fill: #DBDBDB !important;
}

.testimonials ul.rating svg {
    position: relative;
    top: 3px;
}


.testimonials .slick-dots li button {
    width: 6px;
    height: 6px;
    margin: 0;
    border: 2px #cecece solid;
    border-radius: 100px;
    padding: 3px;
}

.testimonials .slick-dots .slick-active button {
   border-color: #f5bb41;
}

.testimonials .slick-dots li {
    margin: 0;
}

.testimonials .slick-dots li button:before {
    font-size: 0;
}
.testimonials .slick-dots {
    bottom: -29px;
}














































/*
        Responsive adjustments
      */

@media (max-width: 1390px) {
    header nav ul {
        gap: 16px;
    }

  header nav a {
    font-size: 14px;
    letter-spacing: 1px;
  }

}

@media (max-width: 1280px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .max-hero-width {
    max-width: 870px;
  }

  .banner-text {
    font-size: 20px;
  }

  .hero-banner .phone {
    min-width: 286px;
  }

  .section_heading {
    font-size: 34px;
    line-height: 40px;
  }

  .about {
    padding: 90px 20px;
  }

  .about_image_cover {
    max-width: 70%;
    margin: 0 auto;
  }

  .process-step .step-label {
    min-height: 60px;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 60px;
  }

  .logo-grid {
    gap: 30px;
  }

  .float_text {
    font-size: 16px;
    top: 20px;
  }

  .process-step p {
    font-size: 16px;
  }

  .about-content {
    flex: 1 1 500px;
  }

  .about-content p {
    font-size: 18px;
  }

  .cta .cta-content h2 {
    font-size: 38px;
    line-height: 1.3;
  }

  .cta-content {
    max-width: 100%;
  }

}


@media (max-width: 1130px) {
  .overlay_menu {
    position: fixed;
    top: 89px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    transform: translate(100%, 0%);
    z-index: 200;
    transition: 0.2s all;
  }

  .open_menu .overlay_menu {
    transform: translate(0%, 0%);
    transition: 0.2s all;
  }

  .open_menu header nav {
    transform: translate(0%, 0%);
    transition: 0.2s all;
  }

  .open_menu {
    overflow: hidden;
    transition: 0.2s all;
  }

  header {
    padding-right: 90px;
  }

  .menu_hamberger {
    position: absolute;
    right: 20px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .menu_hamberger span {
    height: 2px;
    background: #fff;
    width: 40px;
    display: inline-block;
    margin: 5px 0;
  }

  .menu_hamberger .top_bar {
    width: 22px;
  }

  .menu_hamberger .bottom_bar {
    width: 30px;
  }


  .open_menu .menu_hamberger .top_bar {
    width: 40px;
    transition: 0.2s all;
    transform: rotate(45deg);
    top: 12px;
    position: relative;
    right: -5px;
  }

  .open_menu .menu_hamberger .bottom_bar {
    width: 40px;
    transition: 0.2s all;
    transform: rotate(135deg);
    top: -12px;
    position: relative;
    right: -4px;
  }

  .open_menu .menu_hamberger span {
    width: 0;
    transition: 0.2s all;
  }

  header nav {
    position: fixed;
    left: 0;
    top: 90px;
    bottom: 0;
    background: #ffffff;
    padding: 0;
    transform: translate(-100%, 0%);
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s all;
  }

  header nav ul {
    gap: 20px;
    flex-direction: column;
  }

  header nav a {
    font-size: 18px;
    color: #000;
  }

  header nav ul {
    list-style: none;
    display: flex;
    gap: 32px;
    transition: 0.2s all;
    align-items: flex-start;
    padding: 40px;
    margin-bottom: 0px;
    overflow-y: auto;
  }

  header .btn {
    border: 2px solid #ffffff;
  }

}


@media (max-width: 1199px) {
  .banner_wrapper .hero-text .content {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }

  .cta {
    padding: 60px 20px;
  }
  .testimonial-slider {
    padding-left: 0px;
    padding-right: 0px;
  }
  .testimonials {
    padding: 60px 6px;
}
}



@media (max-width: 1120px) {
    header nav ul {
        gap: 10px;
    }

  header nav a {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .claim-item {
    width: 31.99999%;
  }
      header nav a {
        font-size: 16px;
    }

    /* Modal responsive adjustments */
    .modal {
        padding: 15px;
    }
    
 
    .close svg {
        width: 16px;
        height: 16px;
    }
    
    .card-head {
        padding: 16px 18px;
    }
    
    .card-head h2 {
        font-size: 22px;
    }
    
    .card-body {
        padding: 20px 18px 22px;
    }
    
    .field {
        padding-bottom: 16px;
    }
    
    .control input,
    .control select {
        height: 48px;
        font-size: 16px; /* Prevents zoom on iOS */
    }

}

@media (max-width: 1079px) {
  .about_image_cover {
    max-width: 400px;
  }
.about .container {
    gap: 0px;
}
  .process-step {
    min-width: 500px;
  }
  .about-content {
    flex: 1 1 400px;
    padding-top: 0px;
}
}

@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        padding: 40px 20px 0px;
    }
    .hero-image img {
    max-width: 589px;
    padding-top: 10px;
}
  .hero .btn-primary {
    position: relative;
    z-index: 10;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .hero-banner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .process-steps {
    flex-direction: column;
  }

  .process-step {
    flex: 1 1 100%;
  }

  .testimonial-arrows {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 100%;
  }

  .cta .container {
    text-align: left;
    justify-content: flex-start;
  }
.head-icon img {
    max-width: 35px;
}
  .about .container {
    flex-direction: column;
    text-align: center;
  }

  .footer-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .footer-upper .btn-primary {
    position: relative;
    z-index: 10;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .footer-lower .container {
    flex-direction: column;
    text-align: center;
  }
  .footer-logo, .footer-button {
    order: 2;
  }
  
  .footer-copyright {
    order: 1;
  }



  .banner_wrapper {
    flex-direction: column;
  }

  .hero-text, .banner_wrapper .hero-text .content {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }

  .hero-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-body .field-row {
    flex-direction: column;
    gap: 0;
  }

  .hero .btn-primary {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .trusted_badge_box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .max-hero-width {
    position: relative;
    z-index: 2;
  }

  .claim-item {
    width: 31.8%;
  }

  .about-content {
    flex: 1 1 auto;
  }

  /* Additional modal styles for mobile */
  .modal {
    padding: 10px;
  }
  
  .card {
    max-width: 98vw;
    max-height: 95vh;
    border-radius: 24px;
  }
  
    .close {
        right: 14px;
        width: 30px;
        height: 30px;
    }
  .close svg {
    width: 14px;
    height: 14px;
  }
  
  .card-head {
    padding: 14px 16px;
  }
  
  .card-head h2 {
    font-size: 20px;
  }
  
  .card-body {
    padding: 18px 16px 20px;
    /* padding-top: 0px; */
  }

  .faq-question:before {
    width: 30px;
    height: 30px;
  }

  .faq-question:after {
    width: 9px;
    height: 9px;
  }

  .cta-image {
    flex: 1 1 auto;
  }

  .cta .btn-primary {
    margin: 20px 0 0 0;
  }


  .mobile-display {
    display: inline-block;
  }
 
.google_floating_badge img {
    bottom: 10px;
    right: 30px;
}

}



@media (max-width: 768px) {
  .claim-item {
    width: 48%;
    margin-bottom: 30px;
  }
  
  .claims-grid {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 30px 15px 0px;
  }
  
  .banner_wrapper .hero-text .content {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .hero-form {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-container {
    max-width: 100%;
    margin: 0 10px;
  }

  .form-head {
    padding: 18px;
  }

  .form-head h2 {
    font-size: 22px;
  }

  .form-body {
    padding: 24px 18px;
  }
  
    .hero .btn-primary {
        min-height: 50px;
        padding: 5px 6px;
        font-size: 16px;
        /* border: none; */
       outline: none;
        -webkit-tap-highlight-color: transparent;
    }
  
  .trusted_badge_box img {
    margin-top: 20px;
  }
  
    .footer-upper .btn-primary {
        min-height: 50px;
        padding: 6px 6px;
        font-size: 16px;
         outline: none; 
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 15;
        margin: 0px auto;
    }
  
  .claim-item {
    width: 100%;
    margin-bottom: 24px;
    padding: 24px 20px;
  }
  
  .claim-item span {
    font-size: 16px;
  }
  
  .claim-item .icon {
    width: 70px;
    height: 70px;
    margin-top: -50px;
  }
  
  .claims-grid {
    gap: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 580px) {
  .section_heading, .claims h2 {
    font-size: 30px;
  }

  .section_heading br {
    display: none;
  }

  .hero-text h1 {
    font-size: 1.2rem;
  }

  .hero-text p {
    font-size: 14px;
    line-height: 1.4;
  }

  header {
    padding-right: 78px;
  }

  .hero-banner {
    gap: 0;
  }

  .banner-text {
    font-size: 18px;
    padding: 14px 20px;
  }

  .feature-card h3, .process-step h3 {
    font-size: 20px;
  }

  .feature-card p {
    font-size: 16px;
  }

  .metrics {
    flex-direction: column;
    align-items: center;
  }

  .metric span {
    max-width: 100%;
  }

  .metric {
    text-align: center;
    width: 100%;
  }

  .cta {
    background-position: center;
  }

  .accordion {
    padding: 25px 24px;
  }

  .cta .cta-content h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  
  .cta .container {
    text-align: center;
    justify-content: center;
  }
  
  .cta .btn-primary {
    margin: 20px auto 0;
  }

  .process-step {
    min-width: 100%;
  }

  .hero-image {
    width: 100%;
  }

  .card-head h2 {
    font-size: 22px;
  }
      .about, .trusted,  .faq, .claims, .features, .testimonials {
        padding: 50px 20px;
    }
 .process {
    padding: 60px 20px 70px;
}
.cta {
        padding: 70px 20px;
    }

.testimonials {
    padding: 60px 6px;
}

}



@media (max-width: 480px) {
  .btn {
    min-width: 130px;
    font-size: 14px;
  }
  
  .footer-container {
    padding: 0 15px;
  }
  
  .footer-copyright p {
    font-size: 14px;
  }

    header {
        padding-right: 70px;
        min-height: 90px;
    }

  header .btn .icon img {
    width: 100%;
    max-width: 30px;
  }

  .banner-text {
    font-size: 16px;
    padding: 10px 15px;
  }

  .section_heading, .claims h2 {
    font-size: 26px;
  }

  .features-grid {
    grid-template-columns: auto;
  }

  header .logo {
    padding-right: 9px;
  }


  .faq-item.active .faq-answer {
    padding: 0 0px 40px 0px;
  }

  .phone.header_phone_box a {
    font-size: 16px;
    padding: 0 0px 0px 5px;
  }

  .phone.header_phone_box {
    padding: 6px 8px;
    margin-left: 10px;
  }

  .phone.header_phone_box .phone-icon img {
    width: 100%;
    max-width: 26px;
  }
  /* Small mobile devices */
  .modal {
    padding: 8px;
  }
  
  .card {
    max-width: 100vw;
    max-height: 99vh;
  }
  
 
  .close svg {
    width: 12px;
    height: 12px;
  }
  
.card-head {
        padding: 12px 57px 12px 14px;
    }
  
  .card-head h2 {
    font-size: 18px;
  }
  
  .card-head p {
    font-size: 12px;
  }
  
.card-body {
        padding: 25px 20px 25px;
    }
  
  .field {
    padding-bottom: 14px;
  }
  
  .label {
    font-size: 14px;
  }
  
  .control input,
  .control select {
    height: 46px;
    padding: 0 12px 0 40px;
    font-size: 16px;
  }

      .cta {
        padding: 60px 20px;
    }
        .cta .cta-content h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .about-image {
    flex: auto;
    margin-bottom: 30px;
}
}
