.footer .container .wrapper .logo {
  max-width: 188px;
}
.footer .container .wrapper .g-review {
  width: 136px;
  height: 64.3px;
}
.footer .container .wrapper p {
  padding: 10px 0;
}
.footer .container .wrapper .footer-grid {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  justify-items: end;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 20px;
  gap: 20px;
}
.footer .container .wrapper .footer-grid .logo-info {
  max-width: 300px;
}
.footer .container .wrapper .footer-grid p {
  color: #586272;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.footer .container .wrapper .footer-grid h6 {
  color: #111827;
  margin-bottom: 10px;
  font-size: 20px !important;
}
.footer .container .wrapper .footer-grid div {
  color: #4b5563;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.footer .container .wrapper .footer-grid ul {
  list-style-type: none;
  margin-left: -38px;
  margin-top: 0;
}
.footer .container .wrapper .links {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  margin-top: 32px;
}
.footer .container .wrapper .links div {
  color: #586272;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.footer .container .wrapper .links .d-flex {
  gap: 12px;
}
.footer .container .wrapper .links .d-flex a {
  color: #586272;
}

@media screen and (max-width: 1060px) {
  .footer .links {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 992px) {
  .footer .container .wrapper .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto; /* Two rows, auto height for both */
    justify-items: start;
  }
  .footer .container .wrapper .footer-grid .logo-info {
    max-width: 100%;
    grid-column: span 3;
  }
  .footer .container .wrapper .footer-grid .timing {
    grid-column: 1/2;
  }
  .footer .container .wrapper .footer-grid .locations {
    grid-column: 2/3;
  }
  .footer .container .wrapper .footer-grid .zip-code {
    grid-column: 3/3;
  }
}
@media screen and (max-width: 615px) {
  .footer .container .wrapper {
    padding: 40px 0;
  }
  .footer .container .wrapper .logo {
    max-width: 132px;
    width: 100%;
  }
  .footer .container .wrapper .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .footer .container .wrapper .footer-grid .timing,
  .footer .container .wrapper .footer-grid .locations,
  .footer .container .wrapper .footer-grid .zip-code {
    grid-column: span 3;
  }
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v29-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/montserrat-v29-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v29-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v29-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v29-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat-v29-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v29-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat-v29-latin-600italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v29-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat-v29-latin-700italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v29-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/montserrat-v29-latin-800italic.woff2") format("woff2");
}
body {
  font-family: "Montserrat", "Fira Sans", sans-serif;
}

body,
h1,
h2,
h3,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1440px;
  padding-left: 94px;
  padding-right: 94px;
  margin: auto;
}

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

.bold {
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

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

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

h1 {
  color: #161c24;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  text-align: center;
  max-width: 800px;
}

h2 {
  color: #111827;
  font-family: "Montserrat";
  font-size: 34.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.1px;
}

h3 {
  color: #161c24;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}

h5 {
  color: #4b5563;
  text-align: left;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}

h6 {
  color: #4b5563;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

p {
  color: #586272;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.mobile-view {
  display: none !important;
}

.mobile-view-flex {
  display: none !important;
}

.lg-view {
  display: none;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
  text-align: center;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}
.quote .quote-btn {
  border-radius: 4px;
  background: #0866ff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  padding: 8px 125px;
  cursor: pointer;
}
.quote a {
  border-radius: 4px;
  border: 1px solid #0866ff;
  color: #0866ff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
  max-width: 457px;
  margin-top: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.quote .checked-points {
  display: flex;
  gap: 16px;
}
.quote .checked-points div {
  display: flex;
}
.quote .checked-points div p {
  font-size: 14px;
}

.cta-btn-group {
  display: flex;
  gap: 16px;
}
.cta-btn-group .cta-btn {
  border-radius: 4px;
  background: #0866ff;
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  border: none;
  cursor: pointer;
}
.cta-btn-group a {
  border-radius: 4px;
  border: 1px solid #0866ff;
  color: #0866ff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  padding: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-12 {
  gap: 12px;
}

.justify-content-between {
  justify-content: space-between;
}

.map-section {
  background-color: #f8fafc;
}
.map-section #map {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 992px) {
  .lg-view {
    display: block;
  }
  .xl-view {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .mobile-view-flex {
    display: flex !important;
  }
  .cta-btn-group {
    flex-direction: column;
    width: 100%;
  }
  .cta-btn-group .cta-btn {
    width: 100%;
  }
  .cta-btn-group a {
    width: calc(100% - 33px);
  }
}
@media screen and (max-width: 567px) {
  .container {
    padding: 0 16px;
  }
  .wrapper {
    padding: 40px 0;
  }
  h1 {
    font-size: 22px;
  }
  .main-body h2 {
    font-size: 20px;
    background-color: transparent !important;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 22px;
  }
  .main-body h3 {
    font-size: 16px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 636px) {
  .quote .quote-btn {
    width: 100%;
    padding: 8px 0;
    margin: auto;
  }
}
.sleep-mode {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.clarifications {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 28px;
  display: flex;
  justify-content: center;
}
.clarifications ul {
  max-width: 500px;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.clarifications ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .clarifications {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.header {
  background-color: white;
  z-index: 1000;
  padding: 24px 0;
}
.header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 1440px;
}
.header .container .logo {
  max-width: 188px;
  width: 100%;
}
.header .container .g-review {
  max-width: 136px;
  width: 100%;
  max-height: 64px;
  height: 100%;
}
.header .container .d-flex {
  gap: 35px;
  align-items: center;
}
.header .container .d-flex p {
  text-align: center;
  padding-bottom: 10px;
}
.header .container .d-flex a {
  color: #0866ff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  text-decoration: none;
}
.header .container .d-flex span.top-cta-btn {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0866ff;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .header .container {
    padding: 24px 50px;
  }
}
@media screen and (max-width: 768px) {
  .header .container .ctn-instant {
    display: none;
  }
  .header .container .logo {
    max-width: 132px;
  }
}
@media screen and (max-width: 567px) {
  .header {
    position: relative;
    padding: 0;
  }
  .header .container {
    padding: 21px 16px;
  }
}
.main-body {
  background: #f8fafc;
}
.main-body .top-title {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 15px;
}
.main-body .top-content {
  background-color: white;
  padding: 16px 0;
  position: relative;
}
.main-body .top-content .d-flex {
  justify-content: end;
  text-align: center;
  margin-right: 10px;
}
.main-body .top-content .d-flex a {
  color: #0866ff;
  font-size: 34.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.main-body img {
  width: 100%;
}
.main-body .cta-container {
  margin: -120px auto 0 auto;
  position: relative;
  max-width: 1000px;
  border-radius: 24px;
  background-color: white;
  box-shadow: 0px 156px 44px 0px rgba(0, 0, 0, 0), 0px 100px 40px 0px rgba(0, 0, 0, 0.01), 0px 56px 34px 0px rgba(0, 0, 0, 0.03), 0px 25px 25px 0px rgba(0, 0, 0, 0.04), 0px 6px 14px 0px rgba(0, 0, 0, 0.05);
}
.main-body .cta-container .banner-badge {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-body .cta-container .banner-badge .banner-logo {
  width: 115px;
  height: auto;
  margin-right: -50px;
  z-index: 1;
  margin-top: -53px;
}
.main-body .cta-container .banner-badge .google-review-banner {
  width: 285px;
  height: auto;
  margin-top: -53px;
}
.main-body .cta-container .container .wrapper {
  padding: 10px 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}
.main-body .cta-container .container .wrapper div {
  display: flex;
  gap: 10px;
}
.main-body .cta-container .container .wrapper div img {
  width: 24px;
  height: 24px;
}

.voolt-pro-logo {
  margin-top: 32px;
  max-width: 130px;
}

@media screen and (max-width: 1300px) {
  .main-body .cta-container {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .main-body .top-title {
    position: relative;
  }
  .main-body .top-content {
    background-color: transparent;
    padding: 0 0 16px 0;
  }
  .main-body .banner-badge .banner-logo {
    width: 72px !important;
    height: auto;
    margin-right: -35px !important;
    margin-top: -45px !important;
  }
  .main-body .banner-badge .google-review-banner {
    width: 185px !important;
    height: auto;
    margin-top: -45px !important;
  }
  .main-body .cta-container {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
  }
  .main-body .cta-container .container {
    padding: 0;
  }
  .main-body .cta-container .container .wrapper {
    align-items: start;
  }
  .main-body .cta-container .container .wrapper h5 {
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .main-body .container {
    padding: 0;
  }
  .main-body .container .wrapper {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .swiper-tile-nav {
    display: flex !important;
    gap: 8px;
    margin-top: 12px;
    overflow-x: hidden;
    padding-bottom: 8px;
  }
  .swiper-tile-nav .tile {
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    width: 22.5%;
    height: auto;
    flex: 0 0 auto;
    opacity: 0.6;
    cursor: pointer;
    transition: border 0.2s, opacity 0.2s;
  }
  .swiper-tile-nav .tile.active {
    border: 2px solid #0866ff;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .swiper-tile-nav {
    display: none;
  }
}
.form {
  padding-top: 40px;
  color: black;
  background: #f8fafc;
  /* button[disabled] {
      opacity: 0;
    } */
}
.form .form-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.form .form-header h2 {
  margin: 0;
  color: #1f2937;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.form .form-header .form-sub-title {
  color: #4b5563;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.form .wrapper {
  padding: 10px 0 40px 0;
}
.form .address-error {
  margin-top: -20px !important;
}
.form p.error {
  color: #dc2626 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  display: none;
}
.form .close-btn {
  float: right;
  background-color: rgba(211, 211, 211, 0.5607843137);
  margin-bottom: 10px;
  font-weight: 500;
  padding: 0 3.5px;
  cursor: pointer;
}
.form .form-container {
  width: 680px;
  margin: auto;
  background-color: #eff7ff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 156px 44px 0px rgba(0, 0, 0, 0), 0px 100px 40px 0px rgba(0, 0, 0, 0.01), 0px 56px 34px 0px rgba(0, 0, 0, 0.03), 0px 25px 25px 0px rgba(0, 0, 0, 0.04), 0px 6px 14px 0px rgba(0, 0, 0, 0.05);
}
.form .progress-bar {
  width: 100%;
  background: #dfdfdf;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.form .progress-bar-inner {
  height: 100%;
  width: 0%;
  background: #0866ff;
  transition: width 0.3s ease;
  border-radius: 4px;
}
.form .step {
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  /* Styling selected option (Not all browsers support this) */
}
.form .step .step-container {
  width: 100%;
}
.form .step p.w-full {
  margin-bottom: 8px;
}
.form .step option {
  padding: 20px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.form .step option:checked {
  background-color: #0866ff;
  /* Background color for selected option */
  color: white;
}
.form .step-success {
  align-items: center;
}
.form .step-success p {
  color: #4b5563 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}
.form .step-success img {
  margin-bottom: -2px;
}
.form .step.active {
  display: flex;
}
.form .radio-group {
  width: 100%;
  margin-bottom: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto;
}
.form .radio-group label {
  font-weight: 500;
}
.form .radio-group .custom-radio div {
  border-radius: var(--8px, 8px);
  background: #dc2626;
  color: white;
  padding: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked),
.form .radio-group .custom-radio:has(input[type=radio]:checked) {
  border: 2px solid #dc2626;
  padding: 3px;
  border-radius: 12px;
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked) div,
.form .radio-group .custom-radio:has(input[type=radio]:checked) div {
  color: #3d424a;
}
.form .radio-group input[type=checkbox],
.form .radio-group input[type=radio] {
  display: none;
}
.form .radio-group input[type=text],
.form .radio-group input[type=tel],
.form .radio-group input[type=email],
.form .radio-group textarea,
.form .radio-group select {
  color: #4b5563;
  border-radius: 12px;
  border: 1px solid #ced0d4;
  background: #fff;
  padding: 20px;
  font-size: 16px;
  font-family: Montserrat;
}
.form .radio-group textarea {
  min-height: 124px;
}
.form .radio-group select {
  appearance: none;
}
.form .radio-group select::after {
  content: "";
  /* Custom arrow symbol */
  position: absolute;
  right: 10px;
  /* Space for arrow */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form .input-field {
  display: flex;
  justify-content: center;
  flex-direction: row;
  column-gap: 10px;
}
.form .input-field input {
  height: 90px;
  width: calc(16.6666666667% - 10px);
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  padding: 0;
  text-align: center;
  border: 1px solid #ddd;
  flex: 1 0 0;
}
.form .input-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .input-field input::-webkit-inner-spin-button,
.form .input-field input::-webkit-outer-spin-button {
  display: none;
}
.form .verification-code-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Spacing-3, 12px);
  align-self: stretch;
  margin-top: 24px;
}
.form .verification-code-buttons .btn-white-block {
  display: flex;
  padding: var(--Spacing-3, 12px) var(--Spacing-8, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-nano, 8px);
  min-height: 56px;
  align-self: stretch;
  border-radius: var(--Radius-rounded-md, 6px);
  border: 1px solid var(--Border---border, #e4e4e7);
  background: var(--Background---secondary, #fff);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: var(--Foreground---primary-foreground, #27272a);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
}
.form .verification-code-buttons .btn-white-block[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.form .verification-code-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.form .verification-code-progress img {
  width: 20px;
}
.form .verification-code-progress p {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.form .verification-code-error {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.form .verification-code-error p {
  color: #dc2626 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.form .step p {
  color: #111827;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}
.form .buttons {
  display: flex;
  align-items: left;
  gap: 20px;
  margin: auto;
  margin-top: 24px;
}
.form .no-photos {
  display: none;
  margin-left: 2px;
  width: 100%;
  color: #000;
  border-radius: var(--Radius-rounded-md, 8px);
  border: 1px solid var(--Border---border, #e4e4e7);
  background: white;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  line-height: 120%;
  /* 19.2px */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.form button#prev {
  margin-top: 11.54px;
  background: transparent;
  border: none;
  color: rgba(68, 68, 68, 0.6588235294);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.form button#next {
  border-radius: var(--8px, 8px);
  background: #0866ff;
  color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  border: none;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.form button#next svg {
  margin-bottom: 0;
}
.form .back-to-home {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin-top: 40px;
}
.form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form .custom-radio img {
  width: 100px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s ease;
  border: 1.5px solid lightgray;
}
.form .privacy-policy {
  margin-top: 16.64px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}
.form .privacy-policy a {
  text-decoration: none;
  color: dodgerblue;
}
.form .custom-radio-group {
  margin-top: 24px;
}
.form .custom-radio-group .radio-item {
  position: relative;
  margin-bottom: 12px;
}
.form .custom-radio-group .radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .custom-radio-group .radio-item .radio-option {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  position: relative;
  user-select: none;
}
.form .custom-radio-group .radio-item .radio-option::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  margin-right: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.form .custom-radio-group .radio-item .radio-option::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.form .custom-radio-group .radio-item .radio-option:hover {
  border-color: #3b82f6;
  background: #f8fafc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.form .custom-radio-group .radio-item.active-field-wrapper .radio-option {
  border-color: #3b82f6;
  background: #eff6ff;
  color: #1e40af;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form .custom-radio-group .radio-item.active-field-wrapper .radio-option::before {
  border-color: #3b82f6;
  background: #3b82f6;
}
.form .custom-radio-group .radio-item.active-field-wrapper .radio-option::after {
  transform: translateY(-50%) scale(1);
}
.form .custom-radio-group .radio-item.inactive-field-wrapper .radio-option:hover {
  border-color: rgba(107, 114, 128, 0.3843137255);
}
.form .custom-radio-group .radio-item input[type=radio]:focus + .radio-option {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
.form .custom-radio-group .radio-item input[type=radio]:disabled + .radio-option {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f9fafb;
}
.form .custom-radio-group .radio-item input[type=radio]:disabled + .radio-option:hover {
  transform: none;
  box-shadow: none;
  border-color: #e5e7eb;
}
.form .step-success,
.form .verification-success {
  align-items: center;
  justify-content: center;
}
.form .step-success .success-content,
.form .verification-success .success-content {
  text-align: center;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.form .step-success .success-content .success-icon,
.form .verification-success .success-content .success-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .step-success .success-content h3,
.form .verification-success .success-content h3 {
  color: #1f2937;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.form .step-success .verification-success-content,
.form .verification-success .verification-success-content {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.form .step-success .verification-success-content img,
.form .verification-success .verification-success-content img {
  width: 20px;
  height: 20px;
}
.form .progress-notification {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  text-align: left;
}
.form .progress-notification .notification-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.form .progress-notification .notification-content {
  flex: 1;
}
.form .progress-notification .notification-content .notification-title {
  color: #92400e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}
.form .progress-notification .notification-content .notification-subtitle {
  color: #92400e;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 5px;
}
.form .progress-notification .notification-content .notification-subtitle strong {
  font-weight: 700;
}
.form .success-benefits {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .success-benefits .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.5;
}
.form .success-benefits .benefit-item:last-child {
  margin-bottom: 0;
}
.form .success-benefits .benefit-item .bullet {
  color: #6b7280;
  font-weight: 600;
  margin-top: -2px;
  flex-shrink: 0;
}
.form .success-benefits .benefit-item span:not(.bullet) {
  flex: 1;
}

@media screen and (max-width: 1300px) {
  .form .form-container {
    max-width: 620px;
  }
}
.iti {
  display: flex;
  width: 100%;
  position: relative;
}
.iti ul {
  width: auto !important;
  overflow: hidden !important;
}
.iti .iti__flag-container {
  flex-shrink: 0;
}
.iti input {
  padding-left: 76px;
  position: relative;
  width: 100%;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .form {
    background-color: white;
  }
  .form .container {
    padding: 0 50px;
  }
  .form .form .form-container {
    width: calc(100% - 64px) !important;
    border: 2px solid #cfcfe0;
    margin: 0 16px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 65px 18px 0 rgba(0, 0, 0, 0), 0 42px 17px 0 rgba(0, 0, 0, 0.01), 0 23px 14px 0 rgba(0, 0, 0, 0.03), 0 10px 10px 0 rgba(0, 0, 0, 0.04), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  }
  .form .progress-notification {
    text-align: center;
  }
  .form .success-benefits {
    align-items: start;
  }
}
@media screen and (max-width: 567px) {
  .form .input-field {
    gap: 4px;
  }
  .form .input-field input {
    height: 64px;
    width: calc(13.33% - 4px);
  }
  .form .form-container {
    width: calc(100% - 64px) !important;
    border: 2px solid #cfcfe0;
    margin: 0 16px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 65px 18px 0 rgba(0, 0, 0, 0), 0 42px 17px 0 rgba(0, 0, 0, 0.01), 0 23px 14px 0 rgba(0, 0, 0, 0.03), 0 10px 10px 0 rgba(0, 0, 0, 0.04), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  }
  .form-container .ml-100 {
    margin: auto !important;
    justify-content: center;
  }
  .form {
    padding: 0;
  }
  .form .cta-btn-group .cta-btn {
    width: auto;
  }
  .form .container {
    padding: 0;
    width: 100%;
  }
  .form .progress-bar {
    margin: 0;
    width: 100%;
  }
  .form h2 {
    font-size: 24px;
    text-align: left;
  }
  .form .step p {
    text-align: left;
  }
  .form .mobile-view.buttons {
    margin: 0;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .form .iti.iti-cointainer {
    max-width: 400px;
  }
}
.services {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services .service-items {
  display: grid;
  padding: 0px 66.667px;
  gap: 16.667px;
  align-self: stretch;
  grid-template-rows: 213px 235px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.services .service-items .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #081A04;
}
.services .service-items .service-item .service-img {
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.services .service-items .service-item .service-title {
  color: var(--color-pallette-neutralBlack, #111);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  align-self: stretch;
}
.services .service-items .service-item .service-content {
  overflow: hidden;
  color: var(--color-pallette-neutralBlack, #111);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
  align-self: stretch;
  min-height: 90px;
}

@media (max-width: 576px) {
  .quote {
    margin-bottom: 32px;
  }
  .services .service-items {
    display: flex;
    padding: 0px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16.667px;
  }
}
.swiper-container {
  overflow-x: hidden;
}

.swiper-slide {
  margin-bottom: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  margin-left: 50px;
}

.swiper-button-next {
  margin-right: 45px;
}

.swiper-pagination {
  position: absolute;
  /* margin-bottom: -100px;
  height: 100px; */
}

.swiper-slide {
  z-index: -1; /* Lower z-index of slides */
}

.swiper-slide img {
  width: 100%;
}

.swiper-container {
  position: relative; /* Proper positioning */
}

@media screen and (max-width: 500px) {
  /* .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% + 10px) !important;
  } */
  #reviews {
    padding-bottom: 50px !important;
  }
  .swiper-container {
    padding: 0;
  }
  .swiper-slide {
    margin-bottom: 40px;
  }
  .swiper-button-prev {
    margin-top: -45px;
    margin-left: 0px;
  }
  .swiper-button-prev img {
    width: 32px;
    height: 32px;
  }
  .swiper-button-next {
    margin-top: -45px;
    margin-right: 0px;
  }
  .swiper-button-next img {
    width: 32px;
    height: 32px;
  }
}
.testimonial {
  background: #f0f3ff;
}
.testimonial .polygon {
  background: url("../img/Polygon.webp");
  background-size: 100% 80px;
  width: 100%;
  height: 80px;
}
.testimonial .testimonial-card {
  padding: 20px 16px;
  border-radius: 4px;
  background-color: white;
  font-size: 16px;
}
.testimonial .testimonial-card p {
  color: #111111;
}
.testimonial .testimonial-card .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.testimonial .testimonial-card .g-icon {
  width: 24px;
  height: 24px;
}
.testimonial .testimonial-card .stars {
  width: 108px;
}
.testimonial .testimonial-card .review-img-list {
  display: flex;
  gap: 10px;
}
.testimonial .testimonial-card .review-img-list img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 567px) {
  .testimonial .polygon {
    height: 50px;
    background-size: 100% 50px;
  }
  .testimonial .swiper-container {
    padding: 0px 16px;
  }
}
.faq-section .still-have-question {
  text-align: center;
  margin-top: 50px;
  color: #71717a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.faq-section .still-have-question a {
  text-decoration: none;
}

.faq-section h2 {
  text-align: center;
}

.faq-section .questions {
  width: calc(100% - 40px);
  max-width: 840px;
  margin: 0 auto;
  border-radius: 4px;
  background: #f0f3ff;
  padding: 20px 20px;
}

.faq-section .questions .qa-item {
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.15;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 16px;
  border-radius: 4px;
}

@media (max-width: 576px) {
  .faq-section .questions .qa-item {
    padding: 15px 0;
  }
}
.faq-section .questions .qa-item:last-of-type {
  margin-bottom: 0;
}

.faq-section .questions .qa-item.opened .chevron {
  transform: rotate(180deg);
  transition: all 0.15s ease-in;
}

.faq-section .questions .qa-item .question {
  color: #09090b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.faq-section .questions .qa-item .question .chevron {
  transition: all 0.15s ease-in;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  float: right;
}

.faq-section .questions .qa-item .answer {
  display: none;
  padding: 28px 0;
  color: #71717a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.faq-section .questions .qa-item .answer p {
  margin-bottom: 10px;
}

.faq-section .questions .qa-item .answer p span {
  font-weight: 600;
}

.faq-section .questions .qa-item .answer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .faq-section .wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .faq-section .questions .qa-item {
    padding: 10px;
  }
  .faq-section .questions .qa-item .question {
    font-size: 16px;
  }
  .faq-section .questions .qa-item .question .chevron {
    min-width: 25px;
    margin-left: 10px;
  }
  .faq-section .questions .qa-item .answer {
    font-size: 14px;
  }
  .faq-section .still-have-question {
    font-size: 14px;
  }
}
.sticky-quote-btn {
  display: none;
  position: sticky;
  bottom: 0px;
  z-index: 1000;
  padding: 0 16px 0px 16px;
  background-color: white;
}
.sticky-quote-btn .cta-btn-group {
  flex-direction: row;
  gap: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sticky-quote-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 567px) {
  .sticky-quote-btn {
    display: block;
  }
}
.map-section {
  background: var(--Background---muted, #f4f4f5);
  padding: 80px 16px;
  display: none;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}

.map-container {
  border-radius: var(--Radius-rounded-3xl, 24px);
  background: var(--Background---background, #fff);
  box-shadow: 0px 34px 9px 0px rgba(0, 0, 0, 0), 0px 21px 9px 0px rgba(0, 0, 0, 0.01), 0px 12px 7px 0px rgba(0, 0, 0, 0.03), 0px 5px 5px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  width: 808px;
  height: 770px;
}

#map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .map-section {
    padding: 24px 16px;
    align-items: start;
    gap: 24px;
  }
  .map-container {
    width: 100%;
    height: 600px;
  }
  .map-section h2 {
    font-size: 22px;
  }
}
.new-map-section #new-map {
  width: 100%;
  height: 500px;
}

.my-8 {
  margin: 32px 0;
}

.map-title {
  text-align: center;
}

.img-uploading-container {
  width: 100%;
}
.img-uploading-container .text-gray {
  color: #4b5563 !important;
  position: relative;
  top: 5px;
}
.img-uploading-container .photo-upload-area {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
.img-uploading-container .photo-preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
}
.img-uploading-container .photo-thumb {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
  flex-shrink: 0;
}
.img-uploading-container .photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-uploading-container .remove-photo {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #787e87;
  border: none;
  border-radius: 50%;
  width: 20px;
  color: white;
  height: 20px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.img-uploading-container .upload-placeholder {
  border: 2px dashed #ccc;
  border-radius: 8px;
  background: #fafbfc;
  color: #888;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: width 0.2s, height 0.2s;
  flex-shrink: 0;
  font-size: 15px;
  gap: 4px;
}
.img-uploading-container .upload-placeholder.full-width {
  width: 100%;
  height: 180px;
  margin-top: 20px;
}
.img-uploading-container .upload-placeholder:not(.full-width) {
  width: 64px;
  height: 64px;
  min-height: unset;
  max-width: unset;
}
.img-uploading-container .upload-placeholder:not(.full-width) div {
  font-size: 12px;
  text-align: center;
}
.img-uploading-container .upload-placeholder .plus-icon {
  font-size: 1.5em;
  top: 5px;
  position: relative;
}
.img-uploading-container .image-upload-step {
  display: none;
}
.img-uploading-container .image-upload-step .buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.img-uploading-container .image-upload-step .next {
  min-width: fit-content !important;
}
.img-uploading-container .photo-error {
  margin-top: 7px !important;
}
.img-uploading-container .photo-thumb-wrapper {
  position: relative;
}

.address-input-map-loader {
  height: 300px;
}

.bg-orange {
  background: var(--Background---primary, #fcc82c);
  border: 1px solid var(--Border---border, #e4e4e7);
}

.call-popup {
  margin: 16px;
  position: sticky;
  bottom: 16px;
  z-index: 1000;
  display: none;
}

.call-popup .popup-close {
  position: absolute;
  float: right;
  top: -40px;
  right: -15px;
  padding: 20px 15px 10px 20px;
}

.popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--Radius-rounded-full, 9999px);
  background: #0866ff;
  box-shadow: 0px 84px 24px 0px rgba(0, 0, 0, 0), 0px 54px 21px 0px rgba(0, 0, 0, 0.01), 0px 30px 18px 0px rgba(0, 0, 0, 0.05), 0px 13px 13px 0px rgba(0, 0, 0, 0.09), 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.popup-content img {
  width: 60px;
}

.popup-content-text-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0 16px 8px;
}

.popup-content-text-group svg {
  width: 6px;
}

.popup-content-text-group .popup-content-text {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}

.popup-content-text-group .popup-content-text p {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.popup-content-text a {
  text-decoration: underline;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.direct-call-btn {
  border-radius: var(--Radius-rounded-full, 9999px);
  background: #0866ff;
  box-shadow: 0px 84px 24px 0px rgba(0, 0, 0, 0), 0px 54px 21px 0px rgba(0, 0, 0, 0.01), 0px 30px 18px 0px rgba(0, 0, 0, 0.05), 0px 13px 13px 0px rgba(0, 0, 0, 0.09), 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  position: sticky;
  bottom: 16px;
  margin-right: 16px;
  width: 74px;
  height: 74px;
  display: none;
  justify-content: center;
  align-items: center;
  float: right;
  z-index: 1000;
}

/* Why Choose Pine Tree Tree Service Section Styles */
.why-choose-us-section {
  width: 100%;
}
.why-choose-us-section .title {
  text-align: center;
}
.why-choose-us-section .why-choose-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  justify-content: center;
}
.why-choose-us-section .why-choose-flex .why-choose-content {
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.why-choose-us-section .why-choose-flex .why-choose-content .why-choose-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1 1 auto;
  justify-content: stretch;
}
.why-choose-us-section .why-choose-flex .why-choose-content .why-choose-features .feature-box {
  background: #f0f3ff;
  border-radius: 4px;
  padding: 18px 20px;
  display: flex;
  gap: 16px;
}
.why-choose-us-section .why-choose-flex .why-choose-content .why-choose-features .feature-box .feature-icon {
  font-size: 2rem;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.why-choose-us-section .why-choose-flex .why-choose-content .why-choose-features .feature-box .feature-icon .icon-img {
  width: 44px;
  height: 44px;
  max-width: fit-content;
}
.why-choose-us-section .why-choose-flex .why-choose-content .why-choose-features .feature-box .feature-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.why-choose-us-section .why-choose-flex .why-choose-content .why-choose-features .feature-box .feature-text .feature-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.why-choose-us-section .why-choose-flex .why-choose-content .why-choose-features .feature-box .feature-text .feature-content {
  color: var(--Foreground---muted-foreground, #4b5563);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.why-choose-us-section .why-choose-flex .why-choose-image {
  width: 50%;
  display: flex;
  align-items: stretch;
  height: auto;
}
.why-choose-us-section .why-choose-flex .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  max-height: 644px;
  display: block;
}

@media (max-width: 600px) {
  .why-choose-us-section {
    padding: 40px 0;
  }
  .why-choose-us-section .why-choose-flex {
    flex-direction: column;
    gap: 18px;
  }
  .why-choose-us-section .why-choose-flex .why-choose-content,
  .why-choose-us-section .why-choose-flex .why-choose-image {
    min-width: 0;
    max-width: 98vw;
    width: 100%;
  }
  .why-choose-us-section .why-choose-flex .why-choose-image img {
    max-width: 98vw;
  }
}
.comparison-table {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.comparison-table .comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.comparison-table .comparison-row:last-child {
  border-bottom: none;
}
.comparison-table .comparison-row.comparison-header {
  background: #f8f9fa;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.comparison-table .comparison-row.comparison-header .comparison-category,
.comparison-table .comparison-row.comparison-header .comparison-business,
.comparison-table .comparison-row.comparison-header .comparison-others {
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #202122;
  text-align: center;
}
.comparison-table .comparison-category {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.comparison-table .comparison-category .category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.comparison-table .comparison-category .category-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffd700;
  fill: none;
}
.comparison-table .comparison-category .category-text {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  line-height: 1.4;
}
.comparison-table .comparison-business {
  padding: 20px 24px;
  background: #f0f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.comparison-table .comparison-business span {
  font-size: 16px;
  font-weight: 500;
  color: #202122;
  line-height: 1.4;
}
.comparison-table .comparison-others {
  padding: 20px 24px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.comparison-table .comparison-others span {
  font-size: 16px;
  font-weight: 500;
  color: #202122;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .comparison-table .comparison-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .comparison-table .comparison-row.comparison-header .comparison-category,
  .comparison-table .comparison-row.comparison-header .comparison-business,
  .comparison-table .comparison-row.comparison-header .comparison-others {
    padding: 8px 4px;
    font-size: 12px;
  }
  .comparison-table .comparison-category {
    padding: 8px 4px;
    gap: 8px;
  }
  .comparison-table .comparison-category .category-icon svg {
    width: 18px;
    height: 18px;
  }
  .comparison-table .comparison-category .category-text {
    font-size: 12px;
  }
  .comparison-table .comparison-business,
  .comparison-table .comparison-others {
    padding: 8px 4px;
  }
  .comparison-table .comparison-business span,
  .comparison-table .comparison-others span {
    font-size: 12px;
    line-height: 1.3;
  }
}
.location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}

.location-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: fit-content;
}
.location-btn:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
}
.location-btn .location-pin-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.location-btn span {
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .location-list {
    gap: 12px;
  }
  .location-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .location-list {
    flex-direction: row;
  }
  .location-btn {
    width: 48%;
    padding: 10px 8px;
    justify-content: center;
  }
}

/*# sourceMappingURL=main.css.map */
