/* body {
  overflow-x: hidden;
} */

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 5px; /* Thinner scrollbar */
  background-color: transparent; /* Optional: make background transparent */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar handle */
  border-radius: 10px; /* Optional: rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker color on hover */
}

/* Remove the default up/down buttons */
::-webkit-scrollbar-button {
  display: none; /* Hides the scroll buttons */
}

.homepage.testimonial .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: white 1px solid;
}

.homepage.testimonial .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

header .search-box {
  width: 343px;
  display: none;
}

header .search-box input {
  height: 44px;
}

#form-section {
  display: block !important;
}

.form-section-header {
  padding: 12px 80px;
}

.pb-4 {
  padding-bottom: 24px;
}

@media screen and (max-width: 576px) {
  header .wrapper {
    align-items: center;
    gap: 36px;
  }
  header .search-box {
    width: 100%;
  }

  .form-section-header {
    padding: 12px 16px;
    background: #f8fafc;
  }
}

.find-pros-link {
  cursor: pointer;
}

.hero-section .hero-img {
  background: url(../img/hero.webp);
  background-size: cover;
  padding: 68px 40px 40px 40px;
}

.zip-code-form {
  border-radius: var(--Radius-rounded-xl, 12px);
  border: 0.5px solid rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 32px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.zip-code-error {
  color: red;
  font-size: 14px;
  margin-top: -10px;
  display: none;
}

.zip-code-form h2 {
  color: white;
  font-size: 40px;
}
.zip-code-form .input-text {
  height: 44px;
}
@media screen and (max-width: 576px) {
  .hero-section .hero-img {
    background: url(../img/hero-mobile.webp);
    background-size: cover;
    padding: 80px 20px 20px 20px !important;
    /* margin-bottom: 100px; */
  }

  .zip-code-form {
    margin-bottom: -100px;
  }

  .hero-section .hero-img .zip-code-form h2 {
    font-size: 32px;
  }

  .certified {
    display: none;
  }
}

button.next,
a.call-rocky,
button.submit {
  min-width: 312px !important;
}

.step4 {
  max-width: 1200px;
  margin: auto;
}

.separator-line {
  border: 1px solid #62626f33;
}

.animatedText {
  font-size: 22px;
  overflow-wrap: anywhere;
  white-space: normal;

  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  letter-spacing: -0.11px;
}

.m-auto {
  margin: auto;
}

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

.font-italic {
  font-style: italic;
}

span.error {
  margin-top: -15px;
}

div.error {
  margin-top: -15px;
}

.md-justify-start {
  justify-content: start;
}

.sticky-quote-bar {
  display: none;
  position: sticky;
  bottom: 0;
  background: white;
  padding: 0 16px 1px 16px;
}

.py-4 {
  padding: 16px 0;
}

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

.p-32px {
  padding: 32px;
}

.pb-2 {
  padding-bottom: 4px;
}

.rocky-logo {
  width: 74px;
}

.text-blue {
  color: #058beb;
}

.text-base {
  font-size: 16px !important;
}

.mx-auto {
  margin: 0 auto;
}

.text-sm {
  font-size: 12px;
}

.text-14px {
  font-size: 14px;
}

.text-xs {
  font-size: 10px;
}

.pricing-text {
  font-size: 24px;
}

.news-h2 {
  font-size: 22px !important;
}

.hero-img {
  border-radius: 24px;
}

.hero-img img {
  width: 100%;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  .hero-img {
    border-radius: 0;
  }
}

.certified {
  /* margin-top: -60px; */
}

.certified img {
  width: 120px;
}

.certified-text {
  color: #058beb;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.logo {
  width: 120px;
}

h1 {
  color: #09090b;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 50px */
  margin-top: 16px;
}

.main {
  background-color: #f4f4f5;
}

header {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e4e4e7;
}

header .wrapper {
  max-width: 1440px;
}

.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;
  }
}

.search-result-section {
  background: var(--Background---muted, #f4f4f5);
  /* grid-template-columns: 1fr 1fr; */
}

.search-result-section .content {
  padding: 40px;
  width: 50%;
}

.search-result-section .content p.text-gray {
  margin: 40px 0;
}

.search-result-section .content h2 {
  text-align: left;
}

.search-result-section .map-wrapper {
  width: 50%;
}

.border-blue {
  border: 1px solid #058beb;
}

.best-match-badge {
  border-radius: var(--Radius-rounded-lg, 8px) var(--Radius-rounded-lg, 8px) 0px
    0px;
  border: 1px solid var(--Border---ring, #058beb);
  background: var(--Foreground---blue-foreground, #058beb);
  color: var(--Color-Black-and-White-white, #fff);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.12px;
  padding: 2px 8px;
  width: fit-content;
  margin-bottom: -20px;
  margin-left: 20px;
}

.result-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 450px;
  overflow-y: scroll;
  padding-right: 6px;
}

#map1,
#map2 {
  width: 100%;
  height: 100%;
}

.result-item {
  background-color: #fff;
  color: #09090b;
}

.result-item .cta-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media screen and (max-width: 1068px) {
  .search-result-section .map-wrapper {
    display: none;
  }

  .search-result-section .content {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .search-result-section .content {
    padding: 22px 16px;
  }
  .search-result-section .content h2 {
    font-size: 22px;
  }
  .search-result-section .content p.text-gray {
    margin: 20px 0;
  }
  .result-item .cta-group {
    display: flex;
  }
  .result-item .cta-group a {
    flex-grow: 1;
  }
}

.result-item .cta-group a,
.result-item .cta-group button {
  min-width: fit-content !important;
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .search-result-section .map-wrapper {
    display: none;
  }
  .search-result-section .result-list {
    padding-right: 0;
  }
}

.read-more {
  color: var(--Foreground---blue-foreground, #058beb);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
  text-decoration-line: underline;
}

.go-to-form {
  border-radius: 6px;
  background: #fcc82c;
  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);
  color: #27272a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  padding: 12px 16px;
}

.p-2 {
  padding: 20px;
}

.loading-section {
  min-height: 576px;
  background: var(--Background---muted, #f4f4f5);
  padding: var(--Spacing-20, 80px) var(--Spacing-10, 40px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  display: none;
}

#modal {
  border-radius: 20px 20px 0 0;
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  background: white;

  border-radius: 24px 24px 0px 0px;
}

#map3 {
  height: 500px;
}

.mobile-map-btn {
  padding: 11px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  width: 72px;
}

.mobile-map-btn svg {
  margin-top: 3px;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .search-result-section .result-list {
    height: fit-content;
  }

  .loading-section {
    justify-content: start;
    gap: 20px;
  }

  .mobile-map-btn {
    display: flex;
  }
}

.loader {
  width: 24px;
  height: 24px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.mobile-view {
  display: none;
}

.md-max-w-400px {
  max-width: 400px;
}

.read-more-detail-section {
  padding: 80px 16px;
  background: #f4f4f5;
}

.read-more-detail-section .testimonial .testimonial-swiper {
  padding-bottom: 32px;
}

.z-1000 {
  z-index: 1000;
}

@media screen and (max-width: 576px) {
  .read-more-detail-section {
    padding: 16px;
  }

  .read-more-detail-section .testimonial .testimonial-swiper {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
  }
}

.read-more-detail-section .container {
  max-width: 1200px;
  margin: auto;
}

.read-more-detail-section .container .content {
  margin-top: 20px;
}

.read-more-detail-section .rocky-gallery {
  margin: 0px 0 20px 0;
}
/* 
.read-more-detail-section .cta-group {
  margin-top: 20px;
} */

.shadow-xl {
  box-shadow: 0px 250px 70px 0px rgba(0, 0, 0, 0),
    0px 160px 64px 0px rgba(0, 0, 0, 0), 0px 90px 54px 0px rgba(0, 0, 0, 0.01),
    0px 40px 40px 0px rgba(0, 0, 0, 0.02), 0px 10px 22px 0px rgba(0, 0, 0, 0.02);
}

.read-more-detail-section .rocky-logo {
  width: 112px;
}

.read-more-detail-section .testimonial {
  background: white;
  padding: 40px 0 0 0;
}

.read-more-detail-section .detail-nav {
  border-bottom: 1px solid var(--Border---border, #e4e4e7);
  display: flex;
  padding-bottom: var(--Spacing-2, 8px);
  align-items: center;
  align-self: stretch;
  color: var(--Foreground---muted-foreground, #71717a);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

.read-more-detail-section .detail-nav a {
  padding: 0 12px;
}

.read-more-detail-section .testimonial .card {
  border: 1px solid var(--Border---border, #e4e4e7);
  box-shadow: none !important;
}

.detail-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.detail-about .detail-about-clients,
.detail-about .detail-about-highlights {
  border-radius: var(--Radius-rounded-3xl, 24px);
  background: var(--Background---background, #fff);
  box-shadow: 0px 250px 70px 0px rgba(0, 0, 0, 0),
    0px 160px 64px 0px rgba(0, 0, 0, 0), 0px 90px 54px 0px rgba(0, 0, 0, 0.01),
    0px 40px 40px 0px rgba(0, 0, 0, 0.02), 0px 10px 22px 0px rgba(0, 0, 0, 0.02);
  padding: var(--Spacing-8, 32px);
  display: flex;
  flex-direction: column;
  gap: 16.5px;
}

.read-more-detail-section .testimonial {
  border-radius: var(--Radius-rounded-3xl, 24px);
  background: var(--Background---background, #fff);
  box-shadow: 0px 250px 70px 0px rgba(0, 0, 0, 0),
    0px 160px 64px 0px rgba(0, 0, 0, 0), 0px 90px 54px 0px rgba(0, 0, 0, 0.01),
    0px 40px 40px 0px rgba(0, 0, 0, 0.02), 0px 10px 22px 0px rgba(0, 0, 0, 0.02);
  padding: 32px 32px 32px 32px;
  margin: 40px 0;
}

.read-more-detail-section .testimonial .g-review-img {
  max-width: 249px;
}

.read-more-detail-section .testimonial .header .text-gray strong {
  color: black;
}

.read-more-detail-section .testimonial-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

@media screen and (max-width: 576px) {
  .read-more-detail-section .testimonial {
    background: white;
    padding: 20px 0;
  }

  .read-more-detail-section .detail-about {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .detail-about .detail-about-clients,
  .detail-about .detail-about-highlights,
  .read-more-detail-section .content .p-32px {
    padding: 24px;
  }

  .read-more-detail-section .rocky-wrapper .p-32px {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }

  .read-more-detail-section .testimonial .header {
    flex-direction: column;
    gap: 22px;
  }

  .read-more-detail-section .testimonial {
    padding: 16px 16px 16px 16px;
  }

  .read-more-detail-section .testimonial .g-review-img {
    max-width: 100%;
  }

  .read-more-detail-section .testimonial-list {
    grid-template-columns: 1fr;
  }
}

.step5 .call-rocky {
  margin-top: 40px;
  max-width: 312px;
}

img.g-review {
  max-width: 144px;
  width: 100%;
}

.news-title {
  text-align: left !important;
  margin: 0 !important;
}

.step .label {
  max-width: 400px;
  margin-right: auto;
  font-weight: 500;
  margin-bottom: -8px;
}

.input-text {
  text-align: left !important;
  padding: 12px 9.5px;
  z-index: 1000;
  min-width: 100%;
}

.rocky-gallery .swiper {
  width: 100%;
}

.rocky-gallery {
  border-radius: var(--Radius-rounded-3xl, 24px);
  background: var(--Background---background, #fff);
  padding: var(--Spacing-8, 32px);
}

.button-bar {
  position: relative;
}

.intro-pro {
  padding: 80px 16px 40px 16px;
  max-width: 1000px;
  margin: auto;
  display: flex;
  gap: 111px;
  justify-content: center;
  align-items: center;
}

.intro-pro .content {
  max-width: 407px;
}
/*
.intro-pro .pro-list-wrapper {
  height: 500px;
  overflow: hidden;
  border-radius: var(--Radius-rounded-2xl, 16px);
  background: var(--Background---lightblue-background, #eff7ff);
  min-width: 482px;
  padding: 20px;
  position: relative;
}

.pro-list-group {
  display: flex;
  flex-direction: column;
  animation: scrollUp 10s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.pro-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

*/

.pro-list-wrapper {
  height: 500px; /* Adjust to your visible area */
  overflow: hidden;
  position: relative;
  border-radius: var(--Radius-rounded-2xl, 16px);
  background: var(--Background---lightblue-background, #eff7ff);
  padding: 16px;
  min-width: 482px;
}

.pro-list-group {
  display: flex;
  flex-direction: column;
  will-change: transform;
  gap: 16px;
}

.pro-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.intro-pro .pro-list .pro-item {
  padding: 12px;
  border-radius: 16px;
  background-color: white;
  display: flex;
  justify-content: space-between;
}

.intro-pro .pro-list .pro-item div {
  display: flex;
}

.intro-pro .pro-list .pro-item .info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  gap: 12px;
}

.intro-pro .pro-list .pro-item p {
  color: var(--Foreground---muted-foreground, #71717a);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.intro-pro .pro-list .pro-item .verified-badge {
  width: 16px;
  height: 16px;
}

.intro-pro .pro-list .pro-item .pro-logo {
  width: 52px;
  height: 52px;
}

.intro-pro .content {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.intro-pro .content p {
  color: var(--Foreground---muted-foreground, #71717a);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin-top: 16px;
}

.intro-pro .content h2 {
  text-align: left;
}

.intro-pro .content .check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.intro-pro .content .check-list .check-item {
  display: flex;
  gap: 6px;
  align-items: start;
}

.intro-pro .content .check-list .check-item p {
  margin-top: 12px;
}

.intro-pro .content a {
  display: flex;
  padding: var(--Spacing-3, 12px) var(--spacing-mini, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-nano, 8px);
  align-self: stretch;
  border-radius: var(--Radius-rounded-md, 6px);
  background: var(--Background---primary, #fcc82c);
  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);
}

.hire-pro img {
  max-width: 482px;
}
.hire-pro .check-item img {
  margin-top: 3px;
}
.search-box {
  display: flex;
  align-items: start;
  gap: var(--spacing-nano, 8px);
  align-self: stretch;
}
.search-btn {
  display: flex;
  padding: var(--Spacing-3, 12px) var(--spacing-mini, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-nano, 8px);
  border-radius: var(--Radius-rounded-md, 6px);
  background: var(--Background---primary, #fcc82c);
  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);
}

.search-btn svg {
  width: 16px;
  height: 16px;
}

.search-btn span {
  color: var(--Foreground---primary-foreground, #27272a);

  /* Base M/Semibold */
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}
.search-info {
  display: flex;
  align-items: flex-start;
  gap: var(--Spacing-4, 16px);
}

.search-info .info {
  display: flex;
  align-items: center;
  gap: var(--Spacing-1, 4px);
}

.search-info span {
  color: var(--Color-Black-and-White-white, #fff);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.flex-grow {
  flex: 1 0 0;
}
@media screen and (max-width: 1300px) {
  .rocky-gallery {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 1024px) {
  .zip-code-form {
    width: 100%;
  }
  .search-info {
    flex-direction: column;
    align-items: center;
  }
  .hero-section {
    padding: 0px;
  }

  .hero-img img {
    border-radius: 0;
  }

  .hero-section .hero-img {
    padding: var(--Spacing-6, 24px) var(--Spacing-4, 16px);
    gap: -50px;
  }
  .hero-title {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      url(../img/hero-mobile.png) lightgray -0.146px 0px / 104.652% 100% no-repeat;
    background-size: cover;
    border-radius: 10px;
  }

  .step.welcome {
    flex-direction: column;
    padding: 40px 20px;
    gap: 50px;
    p {
      width: 100%;
    }
    button.start {
      width: 100%;
    }
  }

  .intro-pro {
    flex-direction: column;
    gap: 40px;
  }

  .intro-pro .pro-list-wrapper {
    min-width: 100%;
  }

  .intro-pro .content {
    max-width: 100%;
    width: 100%;
  }

  .hire-pro {
    flex-direction: column !important;
  }

  .hire-pro .hire-pro-img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  a.call-rocky {
    width: 100%;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  header .wrapper {
    padding: 20px 16px;
  }
}

@media screen and (max-width: 576px) {
  a.call-rocky,
  button.get-quote-btn {
    min-width: fit-content !important;
    padding: 16px;
  }

  .certified-text {
    margin-bottom: 20px;
    padding: 0 25px;
  }

  .button-bar {
    position: sticky;
    bottom: 0;
    /* width: calc(100% + 50px); */
    background-color: white;
    padding-bottom: 5px;

    z-index: 1000;
    width: calc(100% + 63px);
    margin-left: -31px;
    padding: 10px 30px;
  }

  h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
  }

  .news-h2 {
    font-size: 20px !important;
  }

  .rocky-gallery .news-h2 {
    font-size: 24px !important;
  }

  .testimonial .news-h2 {
    margin-bottom: 5px;
  }

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

  .pick-span {
    margin-right: auto;
  }

  img.g-review {
    margin: auto;
  }

  .pricing-text {
    font-size: 16px;
  }

  .text-base {
    font-size: 14px !important;
  }

  .text-xs {
    font-size: 16px !important;
  }

  .step h2,
  .step h4 {
    font-size: 22px;
    margin-top: 8px;
  }

  .step4 h4 {
    margin-bottom: 12px;
  }

  .animatedText {
    font-size: 16px;
    line-height: 135%; /* 21.6px */
    letter-spacing: -0.08px;
  }

  .news-title {
    margin: auto;
    font-size: 22px !important;
  }

  button.next,
  a.call-rocky,
  button.submit {
    width: 100%;
  }

  .rocky-gallery {
    width: 100%;
    overflow-x: hidden;
    img {
      height: auto;
    }
  }

  .rocky-gallery h2 {
    font-size: 24px !important;
    text-align: left;
  }

  .step5 {
    padding: 40px 0 0 0;
  }

  .mobile-h1 {
    padding: 30px 20px;
    height: auto;
  }

  .mobile-h1 span {
    font-size: 24px;
  }

  .rocky-logo {
    width: 60px;
  }

  .rocky-wrapper {
    gap: 20px;
  }

  .sm-gap-2 {
    gap: 12px;
  }

  .intro-pro {
    gap: 24px;
    flex-direction: column-reverse;
    padding: 110px 16px 20px 16px;
  }

  .hire-pro.intro-pro {
    padding: 40px 16px 20px 16px;
  }

  .intro-pro .pro-list-wrapper {
    height: 316px;
  }

  .intro-pro .pro-list-wrapper .pro-list {
    grid-template-columns: 1fr;
  }

  .intro-pro .content h2 {
    font-size: 24px;
  }

  .intro-pro .content {
    gap: 24px;
  }
}

.faq-section {
  margin: 40px 0;
  background: white;
  padding: 32px;
  border-radius: var(--Radius-rounded-3xl, 24px);
  background: var(--Background---background, #fff);
  box-shadow: 0px 250px 70px 0px rgba(0, 0, 0, 0),
    0px 160px 64px 0px rgba(0, 0, 0, 0), 0px 90px 54px 0px rgba(0, 0, 0, 0.01),
    0px 40px 40px 0px rgba(0, 0, 0, 0.02), 0px 10px 22px 0px rgba(0, 0, 0, 0.02);
}

.faq-section .questions {
  margin-top: 20px;
  border-radius: 4px;
}

.faq-section .questions .qa-item {
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.15;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 16px 0;
  border-radius: 4px;
  border-bottom: 1px solid var(--Border---border, #e4e4e7);
  background: var(--Background---background, #fff);
}

.faq-section .questions .qa-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

  .faq-section {
    padding: 16px;
  }
}
.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 0;
  }
  .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: 16px;
  }
  .faq-section .still-have-question {
    font-size: 14px;
  }
}

.lead-form {
  position: relative;
  z-index: 1;
}
.lead-form .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}
.lead-form .modal-overlay.active {
  display: block;
}
.lead-form .modal {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
  width: 90vw;
  max-width: 400px;
  max-height: 80vh;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s;
  z-index: 1000;
  display: none;
  overflow: hidden; /* important! */
  display: none;
}
.lead-form .modal.active {
  display: block;
}
@media (max-width: 640px) {
  .lead-form .modal {
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translate(-50%, 100%) scale(1);
    width: 100vw;
    height: 80vh;
    max-width: 100vw;
    max-height: 80vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .lead-form .modal.active {
    transform: translate(-50%, 0) scale(1);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
@media (min-width: 641px) {
  .lead-form .modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 678px;
    max-width: 90vw;
    height: auto;
    max-height: 80vh;
  }
  .lead-form .modal.active {
    transform: translate(-50%, -50%) scale(1);
  }
}
.lead-form .modal-header {
  padding: 1em 3em 0.5em 1em;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 2;
  background: #fff;
}
.lead-form .modal-body {
  overflow-y: auto;
  height: 100%;
  max-height: calc(80vh - 64px); /* Adjust if header is larger/smaller */
  box-sizing: border-box;
}
.lead-form .modal-close {
  position: absolute;
  right: 1em;
  top: 1em;
  background: none;
  border: none;
  font-size: 1.3em;
  cursor: pointer;
  color: #888;
  z-index: 3;
}
.lead-form .modal-close:hover {
  color: #222;
}
/* Keep modal body scrollable and header/close fixed */
.lead-form .modal {
  display: none;
  flex-direction: column;
}
.lead-form .modal.active {
  display: flex;
  flex-direction: column;
}
.lead-form .modal-header {
  flex-shrink: 0;
}
.lead-form .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
}

@media (max-width: 576px) {
  .read-more-detail-section .cta-group {
    position: sticky;
    bottom: 0;
    flex-direction: row;
    width: 100%;
  }
}

.z-1000 {
  z-index: 1000;
}

.detail-nav a.active {
  color: dodgerblue;
  font-weight: bold;
}

.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;
}
.quote .checked-points div {
  display: flex;
}
.quote .checked-points div p {
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  .quote .quote-btn {
    padding: 8px 0;
    width: 100%;
  }
}

.services {
  border-radius: var(--Radius-rounded-3xl, 24px);
  background: var(--Background---background, #fff);
  box-shadow: 0px 250px 70px 0px rgba(0, 0, 0, 0),
    0px 160px 64px 0px rgba(0, 0, 0, 0), 0px 90px 54px 0px rgba(0, 0, 0, 0.01),
    0px 40px 40px 0px rgba(0, 0, 0, 0.02), 0px 10px 22px 0px rgba(0, 0, 0, 0.02);
  padding: 60px 35px;
  margin: 40px 0;
}

.services .service-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services .service-item p {
  color: #111111;
}
.services .service-item .service-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.services .service-item .service-img img {
  width: 100%;
  height: 100%;
}

.swiper-container {
  overflow-x: hidden;
}

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

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

.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) {
  .rocky-gallery .swiper-slide {
    margin-bottom: 50px;
  }

  .top-title {
    color: var(--Foreground---foreground, #09090b);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 29.7px */
    letter-spacing: -0.11px;
  }
  /* .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% + 10px) !important;
  } */

  .services {
    padding: 40px 0;
  }

  .swiper-container {
    padding: 0 20px;
  }
  .swiper-slide {
    margin-bottom: 40px;
  }
  .swiper-button-prev {
    margin-top: -45px;
    margin-left: 0px;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next {
    margin-top: -45px;
    margin-right: 0px;
  }
}

.services h3 {
  color: #161c24;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.title-line {
  margin-top: 16px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer {
  padding: 80px 94px;
  background-color: white;
  max-width: 1360px;
  margin: auto;
}

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

.footer .voolt-pro-logo {
  width: 150px;
  margin-top: 32px;
}

@media screen and (max-width: 1060px) {
  .footer .links {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto; /* Two rows, auto height for both */
    justify-items: start;
  }
  .footer .footer-grid .logo-info {
    max-width: 100%;
    grid-column: span 3;
  }
  .footer .footer-grid .timing {
    grid-column: 1/2;
  }
  .footer .footer-grid .locations {
    grid-column: 2/3;
  }
  .footer .footer-grid .zip-code {
    grid-column: 3/3;
  }
}
@media screen and (max-width: 615px) {
  .footer {
    padding: 40px 16px;
  }
  .footer .logo {
    max-width: 188px;
    width: 100%;
  }
  .footer .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .footer .footer-grid .timing,
  .footer .footer-grid .locations,
  .footer .footer-grid .zip-code {
    grid-column: span 3;
  }

  .footer .voolt-pro-logo {
    width: 79px;
  }
}

.new-map-section {
  margin-top: 40px;
}

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