.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;
  justify-items: end;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 20px;
  gap: 20px;
}
.footer .container .wrapper .footer-grid .locations {
  display: none;
}
.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-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 {
    justify-items: start;
  }
}
@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 {
    display: flex;
    flex-direction: column !important;
    gap: 32px;
  }
  .footer .container .wrapper .footer-grid .timing,
  .footer .container .wrapper .footer-grid .locations {
    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;
}

.lg-view {
  display: none;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
  align-items: 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 .checked-points {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.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 {
  display: flex;
  gap: 10px;
  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;
  justify-content: center;
  align-items: center;
}
.cta-btn-group a {
  display: flex;
  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;
  justify-content: center;
  align-items: center;
}

.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;
  }
  .cta-btn-group {
    flex-direction: column;
    width: 100%;
  }
  .cta-btn-group .cta-btn {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .container {
    padding: 0 16px;
  }
  .wrapper {
    padding: 40px 0;
  }
  h1 {
    font-size: 22px;
  }
  .main-body h2 {
    font-size: 24px;
    background-color: transparent !important;
  }
  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;
  }
}
.header {
  background-color: white;
  z-index: 1000;
  padding: 24px 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  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 a.mobile-view {
  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;
}

@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;
}
.main-body h2 {
  background-color: white;
  padding: 16px 0;
}
.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;
}
.main-body .cta-container .banner-badge img {
  max-width: 354px;
  position: absolute;
  margin-top: -53px;
}
.main-body .cta-container .container .wrapper {
  padding: 60px 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 .banner-badge img {
    max-width: 227px !important;
    margin-top: -40px !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: 60px;
    height: 60px;
    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 {
  margin-top: -40px;
  color: black;
  background: #f8fafc;
  display: none;
  /* button[disabled] {
      opacity: 0;
    } */
}
.form .address-input-map-loader {
  height: 250px;
}
.form .wrapper {
  padding: 10px 0 40px 0;
}
.form .address-error {
  margin-top: -20px !important;
}
.form .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 #other-input {
  display: none;
  margin-left: 5px;
}
.form .form-container {
  width: 680px;
  margin: auto;
  background-color: white;
  padding: 40px;
  border-radius: 24px;
  background: #fff;
  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 h2 {
  text-align: left;
  margin-bottom: 16px;
}
.form .step .step-container {
  width: 100%;
}
.form .step .step-container .iti {
  display: flex;
  width: 100%;
}
.form .step .step-container .iti .iti__flag-container {
  flex-shrink: 0;
}
.form .step .step-container .iti input {
  padding-left: 76px;
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.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 h2 {
  margin-top: 0;
}
.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 #other-input {
  border: 2px solid #dc2626;
  font-family: Montserrat;
  padding: 4px 10px;
  width: calc(100% - 30px);
}
.form .step.active#step-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .step.active#step-6 .back-to-home {
  margin-top: 40px;
  cursor: pointer;
}
.form h2 {
  margin-top: 12px;
  color: #111827;
  text-align: center;
  font-size: 24px;
}
.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%;
  border-radius: var(--Radius-rounded-md, 8px);
  border: 1px solid var(--Border---border, #e4e4e7);
  background: transparent;
  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: #fff;
  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: -5px;
}
.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;
}

@media screen and (max-width: 1300px) {
  .form .form-container {
    max-width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    background-color: white;
  }
  .form .container {
    padding: 0 50px;
  }
  .form .form-container {
    max-width: calc(100% - 32px);
    border-radius: 0;
    padding: 0 16px;
    box-shadow: none;
  }
}
@media screen and (max-width: 567px) {
  .form,
  .form-container {
    width: calc(100% - 32px) !important;
    margin: auto;
  }
  .form-container .ml-100 {
    margin: auto !important;
    justify-content: center;
  }
  .form {
    padding: 40px 0;
  }
  .form .cta-btn-group .cta-btn {
    width: auto;
  }
  .form .container {
    padding: 0;
  }
  .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;
  }
}
.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: 27px;
    height: 27px;
  }
  .swiper-button-next {
    margin-top: -45px;
    margin-right: 0px;
  }
  .swiper-button-next img {
    width: 27px;
    height: 27px;
  }
}
.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;
}

@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 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 4px;
  background: #f0f3ff;
  padding: 20px;
  gap: 20px;
}

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

.faq-section .questions .question {
  display: flex;
  align-items: flex-start;
  gap: var(--20px, 20px);
  align-self: stretch;
}

.faq-section .questions .question span {
  flex: 1 0 0;
}

@media (max-width: 576px) {
  .faq-section .questions {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #f0f3ff;
    padding: 20px;
    gap: 20px;
  }
  .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;
  }
}
/* 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;
  }
}
.info-bars {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.top-location-bar-section {
  background: #F0F3FF;
}

.info-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 24px;
  padding: 18px 32px;
}

.info-bar .icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.info-bar-text {
  color: #000;
  /* font-family: Montserrat; */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  display: flex;
  gap: 12px;
}

.location-bar {
  display: flex !important;
  flex-direction: row !important;
}

.hours-bar {
  gap: 18px;
  flex-direction: column;
}

.hours-bar .info-bar-text {
  margin-right: 18px;
}

.hours-details {
  display: flex;
  flex: 1;
  gap: 32px;
  flex-wrap: wrap;
  border-left: solid 1px #4b5563;
  padding-left: 14px;
}

.hours-col {
  display: flex;
  flex-direction: column;
  min-width: 140px;
  margin-right: 12px;
}

.hours-label {
  font-size: 0.98rem;
  font-weight: 600;
}

.hours-time {
  font-size: 0.92rem;
  color: #444;
  font-weight: 400;
  margin-top: 2px;
}

@media (max-width: 700px) {
  .info-bars {
    gap: 14px;
    margin: 0;
  }
  .info-bar {
    flex-direction: column;
    padding: 14px 12px;
  }
  .hours-details {
    flex-direction: column;
    gap: 8px;
  }
  .hours-bar .info-bar-text {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .info-bar-text {
    font-size: 18px;
  }
}
.recent-project-section {
  background: var(--color-pallette-neutralWhite, #fff);
  overflow-x: hidden;
}

#recent-work-by-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
}

.recent-project {
  overflow-x: hidden;
  width: 100%;
}

.recent-project .swiper-slide {
  width: 100%;
  max-width: 269px; /* Optional: cap the width on large screens */
  box-sizing: border-box;
}

@media (max-width: 769px) {
  .recent-project .swiper-slide {
    max-width: 100%;
  }
}
.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;
}

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