:root {
  --primary: #7a2038;
  --secondary: #2b3640;
  --accent: #c86b3c;
  --accent-hover: #a9522a;
  --highlight: #4e7a9e;
  --bg-light: #f7f4f1;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  /* background: var(--bg-light); */
  overflow-x: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 48, 28, 0.94);
  z-index: 1;
}

.navbar {
  position: relative;
  z-index: 50;
  padding: 22px 0;
}

.navbar-brand img {
  width: 290px;
}

.nav-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  margin-left: 25px;
}

.header-phone span {
  width: 36px;
  height: 36px;
  background: #fff;
  color: #123b27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-phone strong {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.header-phone small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-left h1 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero-left h1 span {
  color: #83b84f;
}

.hero-left p {
  color: #fff;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 22px;
  margin-top: 35px;

}

.btn-call,
.btn-estimate {
  min-height: 52px;
  padding: 0 32px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.btn-call {
  background: #6f963f;
  color: #fff;
}

.btn-estimate {
  background: #fff;
  color: #16251d;
}

.hero-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 39% 39% 48% 48%;
  display: block;
}

.badge {
  position: absolute;
  z-index: 10;
  
}

.emergency-badge strong {
  color: #8b1524;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  display: block;
}

.emergency-badge span {
  color: #222;
  font-size: 14px;
  font-weight: 800;
  margin-top: 10px;
  display: block;
}

.dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.dropdown-item:hover {
  background: var(--primary);
  color: #fff;
}

.hero-section {
  position: relative;
  min-height: 735px;
  overflow: hidden;
  background: url("../img/hero-bg.webp") center/cover no-repeat;
}

.hero-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}

.hero-content h1 {
  color: #fff;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  max-width: 560px;
  margin: 22px 0;
}

.hero-content h1 span {
  color: #8fc34a;
}

.same-day-badge strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}

.same-day-badge span {
  font-size: 15px;
  font-weight: 700;
}

.hero-content {
  position: relative;
  z-index: 5;
  padding-top: 0;
}

.hero-left {
  margin-top: -200px;
}

.hero-wave svg {
  width: 100%;
  height: 350px;
}

.hero-stats {
  position: absolute;
  left: 110px;
  bottom: 42px;
  z-index: 30;
  display: flex;
  gap: 75px;
  width: 50%;
  justify-content: space-evenly;
}

.stat {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #063b25;
}

.stat i {
  font-size: 32px;
  color: #063b25;
}

.stat strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
}

.emergency-badge {
  left: -20px;
  bottom: 15px;
  width: 180px;
  background: #fff;
  padding: 24px 22px;
  border-radius: 26px;
box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.same-day-badge {
  right: 0;
  bottom: 15px;
  background: #7a2038;
  color: #fff;
  padding: 24px 30px;
  border-radius:  22px;
  position: absolute;
  width: 230px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.hero-image-box {
  position: relative;
  width: 600px;
  height: 600px;
  margin-left: auto;
  border: 16px solid #fff;
  border-radius: 42% 42% 50% 50%;
  box-shadow: none;
  transform: translateY(15px);
}

.oval-frame {
  box-shadow: none;
}

.stats-section {
  background: #ffffff;
  padding: 10px 0 80px;
}

.stat-item {
  padding: 20px;
}

.stat-icon {
  display: block;
  font-size: 52px;
  color: var(--primary);
  margin-bottom: 15px;
  line-height: 1;
}

.stat-item svg {
  width: 72px;
  height: 72px;
  stroke: var(--primary);
  stroke-width: 0.8;
  margin-bottom: 18px;
}

.stats-section h3 {
  color: var(--primary);
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 8px;
}

.stats-section p {
  color: #000;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}


/* =========================
   HEADER RESPONSIVE FIXES
========================= */

@media (max-width: 1399px) {
  .navbar-brand img {
    width: 250px;
  }

  .nav-link {
    font-size: 14px;
    margin: 0 7px;
  }

  .hero-image-box {
    width: 520px;
    height: 520px;
  }

  .hero-left {
    margin-top: -140px;
  }
}

@media (max-width: 1200px) {
  .btn-call,
  .btn-estimate {
    font-size: 15px;
    padding: 0 24px;
    min-height: 48px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand img {
    width: 220px;
  }

  .nav-link {
    font-size: 13px;
    margin: 0 5px;
  }

  .hero-section {
    min-height: 700px;
  }

  .hero-image-box {
    width: 460px;
    height: 460px;
  }

  .hero-left {
    margin-top: -90px;
  }

  .hero-stats {
    left: 60px;
    width: 58%;
    gap: 35px;
  }

  .same-day-badge {
    width: 200px;
    height: 85px;
  }
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding-bottom: 250px;
  }

  .navbar {
    padding: 18px 0;
  }

  .navbar-brand img {
    width: 230px;
  }

  .navbar-collapse {
    background: rgba(3, 48, 28, 0.98);
    padding: 20px;
    border-radius: 14px;
    margin-top: 15px;
  }

  .nav-link {
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
  }

  .dropdown-menu {
    background: #fff;
    margin-top: 8px;
  }

  .hero-content {
    text-align: center;
    padding-top: 30px;
  }

  .hero-left {
    margin-top: 0;
  }

  .hero-content h1,
  .hero-left h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-image-box {
  
    width: 500px !important;
    height: 560px !important;
    max-width: none !important;
  
  }

  .emergency-badge {
    left: -12px;
    bottom: -18px;
    width: 135px;
    padding: 16px;
  }

  .emergency-badge strong {
    font-size: 32px;
  }

  .emergency-badge span {
    font-size: 11px;
  }

  .same-day-badge {
    right: -10px;
    bottom: -18px;
    width: 145px;
    height: 75px;
    padding: 14px;
  }

  .same-day-badge strong {
    font-size: 21px;
  }

  .same-day-badge span {
    font-size: 11px;
  }

  .hero-wave svg {
    height: 230px;
  }

  .hero-stats {
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    width: 92%;
    justify-content: center;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-bottom: 190px;
  }

  .hero-content h1,
  .hero-left h1 {
    font-size: 38px;
  }

  .hero-left p {
    font-size: 16px;
  }

  .btn-call,
  .btn-estimate {
    width: 100%;
    max-width: 330px;
    font-size: 15px;
  }

  .hero-buttons {
    gap: 14px;
  }

  .hero-wave {
    display: block;
  }

  .hero-wave svg {
    height: 230px;
  }

.hero-stats {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);

  width: 94%;
  padding: 0;
  margin: 0;

  background: transparent !important;
  box-shadow: none !important;
  border: none !important;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;

  z-index: 30;
}

  .stat {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .stat i {
    font-size: 24px;
  }

  .stat strong {
    font-size: 18px;
  }

  .stat span {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .hero-section {
    overflow: hidden;
     padding-bottom: 230px;
  }

  .hero-content {
    padding-top: 20px;
  }

  .hero-image-box {
    width: 310px !important;
    height: 370px !important;
    margin: 45px auto 0 !important;
    border-width: 9px;
    transform: none !important;
  }

  .hero-right {
    display: flex;
    justify-content: center;
  }

  .emergency-badge {
    left: -5px;
    bottom: -18px;
    width: 112px;
    padding: 12px 10px;
    border-radius: 18px;
  }

  .emergency-badge strong {
    font-size: 28px;
  }

  .emergency-badge span {
    font-size: 9px;
    line-height: 1.2;
  }

  .same-day-badge {
    right: -5px;
    bottom: -18px;
    width: 125px;
    height: 64px;
    padding: 10px;
  }

  .same-day-badge strong {
    font-size: 18px;
  }

  .same-day-badge span {
    font-size: 10px;
  }

  .hero-wave svg {
    height: 210px;
  }

  .hero-stats {
    bottom: 15px;
    width: 96%;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
        bottom: 35px !important;
    align-items: start;

  }
  .stat {
    transform: translateY(22px);
  }
  .stat i {
    font-size: 22px;
  }

  .stat strong {
    font-size: 17px;
  }

  .stat span {
    font-size: 9px;
  }

  
}

@media (max-width: 380px) {
  .hero-image-box {
    width: 270px;
    height: 335px;
  }

  .btn-call,
  .btn-estimate {
    font-size: 13px;
    padding: 0 20px;
  }
}

/* end header */



/* start about */
.about-premium-section {
  position: relative;
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
}

.about-visual {
  position: relative;
  min-height: 620px;
  z-index: 2;
}

.about-floating-card span {
  display: block;
  color: var(--primary);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.about-floating-card p {
  margin: 10px 0 0;
  color: var(--secondary);
  font-weight: 700;
}

.about-experience-card h4 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.about-experience-card p {
  margin: 5px 0 0;
  font-weight: 600;
}

.about-content {
  position: relative;
  z-index: 2;
}

.section-kicker {
  display: inline-block;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  margin-bottom: 18px;
}

.about-content h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.about-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.about-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 34px 0;
}

.about-check-grid div {
  background: var(--bg-light);
  padding: 18px 20px;
  border-radius: 14px;
  color: var(--secondary);
  font-weight: 800;
}

.about-check-grid span {
  color: var(--primary);
  margin-right: 10px;
  font-weight: 900;
}

.about-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.about-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 18px 35px;

  background: #0F3F2B;
  color: #fff;

  font-size: 20px;
  font-weight: 800;

  text-decoration: none;

  border-radius: 50px;

  animation: offerPulse 2s infinite;

  transition: all .3s ease;
}

.about-link:hover {
  background: var(--accent-hover);
  color: #fff;
  transform: scale(1.08);
}




.about-bg-card {
  position: absolute;
  width: 72%;
  height: 78%;
  background: #0f3f2b;
  border-radius: 45% 55% 45% 55% / 55% 45% 55% 45%;
  left: 0;
  top: 55px;
}

.about-main-img {
  position: absolute;
  width: 78%;
  height: 520px;
  object-fit: cover;
  border-radius: 42% 58% 45% 55% / 48% 42% 58% 52%;
  right: 25px;
  top: 0;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.about-floating-card {
  position: absolute;
  left: 20px;
  bottom: 65px;
  width: 230px;
  background: #fff;
  padding: 26px;
  border-radius: 35% 65% 35% 65% / 55% 40% 60% 45%;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.14);
}

.about-experience-card {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: var(--accent);
  color: #fff;
  padding: 26px 36px;
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}


.about-experience-card {
  animation: floatPulse 3s ease-in-out infinite;
}

@keyframes floatPulse {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.06);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}


@media (max-width: 991px) {
  .about-premium-section {
    padding: 70px 0;
  }

  .about-visual {
    min-height: 560px;
    max-width: 620px;
    margin: 0 auto;
  }

  .about-bg-card {
    width: 70%;
    height: 75%;
    left: 20px;
    top: 55px;
  }

  .about-main-img {
    width: 78%;
    height: 470px;
    right: 20px;
  }

  .about-content {
    text-align: center;
  }

  .about-content p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-check-grid {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-cta {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .about-visual {
    min-height: 500px;
  }

  .about-main-img {
    width: 82%;
    height: 410px;
    right: 0;
  }

  .about-bg-card {
    width: 72%;
    height: 72%;
    left: 0;
  }

  .about-floating-card {
    width: 180px;
    padding: 20px;
    left: 5px;
    bottom: 55px;
  }

  .about-floating-card span {
    font-size: 30px;
  }

  .about-experience-card {
    right: 0;
    bottom: 20px;
    padding: 20px 26px;
  }

  .about-experience-card h4 {
    font-size: 22px;
  }

  .about-check-grid {
    grid-template-columns: 1fr;
  }

  .about-cta .btn-main,
  .about-link {
    width: 100%;
    max-width: 360px;
    font-size: 16px;
    padding: 16px 24px;
  }
}

@media (max-width: 575px) {
  .about-premium-section {
    padding: 55px 0;
  }

  .about-visual {
    min-height: 430px;
  }

  .about-main-img {
    width: 84%;
    height: 345px;
    right: 0;
    border-radius: 38% 62% 45% 55% / 48% 42% 58% 52%;
  }

  .about-bg-card {
    width: 76%;
    height: 72%;
    top: 45px;
  }

  .about-floating-card {
    width: 145px;
    padding: 16px;
    bottom: 42px;
  }

  .about-floating-card span {
    font-size: 24px;
  }

  .about-floating-card p {
    font-size: 12px;
  }

  .about-experience-card {
    padding: 15px 20px;
    bottom: 10px;
  }

  .about-experience-card h4 {
    font-size: 18px;
  }

  .about-experience-card p {
    font-size: 12px;
  }

  .section-kicker {
    font-size: 12px;
  }

  .about-content h2 {
    font-size: 30px;
  }

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


  
}

@media (max-width: 575px) {

  .about-premium-section {
    overflow: hidden;
  }

  .about-visual {
    min-height: 620px !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  /* Green Blob */
  .about-bg-card {
    position: absolute !important;
    display: block !important;

    width: 290px !important;
    height: 390px !important;

    left: -10px !important;
    top: 110px !important;

    background: #0f3f2b !important;

    border-radius: 60% 40% 55% 45% /
                   50% 60% 40% 50% !important;

    z-index: 1 !important;
  }

  .about-image-frame {
    position: relative !important;
    z-index: 2 !important;
  }

  /* Main Image */
  .about-main-img {
    position: absolute !important;

    width: 340px !important;
    height: 400px !important;

    top: 70px !important;
    right: 0 !important;

    object-fit: cover !important;

    border-radius: 50% !important;

    z-index: 2 !important;
  }

  /* Coupon */
  .about-floating-card {
    position: absolute !important;

    width: 180px !important;

    left: 5px !important;
    bottom: 55px !important;

    padding: 18px !important;

    background: #fff !important;

    z-index: 4 !important;
  }

  .about-floating-card span {
    font-size: 24px !important;
  }

  .about-floating-card p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-top: 8px !important;
  }

  /* Link wrapper */
  .about-visual > a {
    position: absolute !important;
    right: 5px !important;
    bottom: 30px !important;
    text-decoration: none !important;
    z-index: 5 !important;
  }

  /* Orange Badge */
  .about-experience-card {
    position: relative !important;

    width: 170px !important;
    height: 95px !important;

    background: #d1783f !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;

    border-radius: 50% !important;

    padding: 0 !important;

    z-index: 5 !important;
  }

  .about-experience-card h4 {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #fff !important;
  }

  .about-experience-card p {
    margin: 5px 0 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    color: #fff !important;
  }

  /* Content */
  .about-content {
    text-align: center;
    margin-top: 20px;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-check-grid {
    grid-template-columns: 1fr;
  }

  .about-cta {
    justify-content: center;
  }

  .about-cta .btn-main,
  .about-link {
    width: 100%;
    max-width: 320px;
  }
}







/* end about section */

/* start service section */
.services-section {
  background: #ffffff;
  padding: 42px 0 60px;
}

.services-section .container {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
}

.title-shape {
  width: 18px;
  height: auto;
  margin-top: 4px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.service-card h3 {
  color: #202020;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 10px;
  margin-bottom: 12px;
}

.service-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  max-width: 180px;
  margin: 0 auto;
}

.service-card a {
  color: #8aa35c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  margin-top: auto;
}

.service-icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(18%) saturate(1048%)
    hue-rotate(78deg) brightness(89%) contrast(89%);
}

.service-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  height: 260px;
  padding: 25px 18px;
  text-align: center;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.04),
    0 8px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.1);
}



@media (max-width: 1199px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .service-card {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding: 40px 0 50px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-card {
    height: auto;
    min-height: 250px;
    padding: 24px 16px;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
/* end service section */

/* start choose us */

.choose-section {
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 60%
    ),
    linear-gradient(to right, #571425, #7a2038, #8d2945, #7a2038, #571425);
  box-shadow: 0 10px 30px rgba(122, 32, 56, 0.25);
  padding: 22px 0 28px;
  position: relative;
}

.choose-section .container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

.choose-section h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.choose-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  min-height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.choose-item:last-child {
  border-right: none;
}

.choose-item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.choose-item h3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}


@media (max-width: 1199px) {
  .choose-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 22px;
  }

  .choose-item {
    border-right: none;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .choose-section {
    padding: 30px 0;
  }

  .choose-section h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 12px;
  }

  .choose-item {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    min-height: 120px;
  }

  .choose-item img {
    width: 46px;
    height: 46px;
  }

  .choose-item h3 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .choose-grid {
    grid-template-columns: 1fr;
  }

  .choose-item {
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    width: 230px;
    margin: 0 auto;
  }
}





/* end choose section */

.spring-cable-section {
  padding: 10px 0;
  background: var(--bg-light);
  overflow: hidden;
}

.spring-cable-section .container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}

.spring-wrapper {
  display: grid;
  grid-template-columns: 1fr 570px;
  gap: 70px;
  align-items: center;
}

.section-tag {
  display: inline-block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.spring-content h2 {
  color: var(--secondary);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
  margin: 0 0 25px;
  font-weight: 800;
}

.spring-content p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 620px;
}

.service-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 35px;
}

.feature-item {
  background: #fff;
  padding: 17px 20px;
  border-radius: 18px;
  font-weight: 600;
  color: var(--secondary);
  box-shadow: 0 8px 24px rgba(43, 54, 64, 0.08);
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 16px 35px;
  border-radius: 50px;
  transition: 0.3s ease;
}

.btn-main:hover {
  background: var(--accent-hover);
}

.spring-visual {
  position: relative;
  width: 570px;
  height: 560px;
}

.shape {
  position: absolute;
  z-index: 1;
}

.shape-primary {
  left: 0;
  top: 45px;
  width: 380px;
  height: 470px;
  background: #0f3f2b;
  border-radius: 80px 220px 120px 220px;
  transform: rotate(-8deg);
}

.shape-accent {
  right: 10px;
  bottom: 25px;
  width: 220px;
  height: 220px;
  background: var(--accent);
  border-radius: 220px 60px 220px 80px;
  transform: rotate(14deg);
  opacity: 0.95;
}

.main-photo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 455px;
  height: 500px;
  overflow: hidden;
  z-index: 2;
  border: 12px solid #fff;
  border-radius: 70px 230px 70px 230px;
  box-shadow: 0 24px 60px rgba(43, 54, 64, 0.18);
}

.main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* start process */
.how-it-works-section {

  background: #fff;
}

.how-it-works-section .container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}

.steps-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.step {
  width: 210px;
  text-align: center;
}

.step-icon-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.step-number {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  z-index: 5;
}

.step-icon {
  width: 86px;
  height: 86px;
  border: 2px solid #dfe5df;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.step-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(900%)
    hue-rotate(88deg) brightness(90%) contrast(95%);
}

.step h3 {
  color: var(--secondary);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.step-line {
  flex: 1;
  margin: 42px 20px 0;
  position: relative;
}

.step-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 14px;
  top: 50%;
  border-top: 2px dashed #8a948a;
}

.step-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #6b9647;
  border-right: 2px solid #6b9647;
  transform: rotate(45deg);
}


@media (max-width: 1199px) {
  .steps-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
  }

  .step {
    width: 40%;
  }

  .step-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .how-it-works-section {
    padding: 50px 0;
  }

  .steps-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }

  .step {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .steps-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .step-icon {
    width: 78px;
    height: 78px;
  }

  .step-icon img {
    width: 38px;
    height: 38px;
  }

  .step h3 {
    font-size: 16px;
  }

  .step p {
    font-size: 13px;
  }
}

/* end process */

/* start service area  */
.areas-section {
  padding: 80px 0 0;
  background: #fff;
}

.areas-section .container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 45px;
}

.line {
  width: 120px;
  height: 1px;
  background: #e4e4e4;
}

.heading-center {
  text-align: center;
}

.heading-center h2 {
  color: var(--secondary);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.heading-icon {
  color: #7da34b;
  font-size: 13px;
  margin-top: 2px;
}

.areas-wrapper {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 35px;
  align-items: start;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.area-card {
  min-height: 68px;
  background: #fffdf9;
  border: 1px solid #ece8e2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.area-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.area-card i {
  color: #2f6b38;
  font-size: 18px;
}

.areas-btn {
  width: fit-content;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.areas-btn:hover {
  background: var(--accent-hover);
  color: #fff;
}

.areas-btn i {
  font-size: 18px;
}

.areas-map {
  height: 230px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.areas-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.address-box {
  margin-top: 55px;
  background: var(--bg-light);
  padding: 35px 40px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.address-icon {
  width: 75px;
  height: 75px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-icon i {
  font-size: 32px;
}

.address-content h3 {
  margin: 0 0 5px;
  color: var(--primary);
  font-size: 30px;
  font-weight: 500;
}

.address-content p {
  margin: 0;
  color: var(--secondary);
  font-size: 24px;
}


@media (max-width: 1199px) {
  .areas-wrapper {
    grid-template-columns: 1fr;
  }

  .areas-map {
    height: 320px;
  }

  .areas-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 991px) {
  .areas-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .address-content h3 {
    font-size: 24px;
  }

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

@media (max-width: 767px) {
  .areas-section {
    padding-top: 55px;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 30px;
  }

  .line {
    width: 55px;
  }

  .heading-center h2 {
    font-size: 24px;
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .area-card {
    min-height: 60px;
    font-size: 14px;
  }

  .areas-map {
    height: 280px;
  }

  .address-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .area-card {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }

  .areas-btn {
    width: 100%;
    justify-content: center;
  }

  .address-content h3 {
    font-size: 21px;
  }

  .address-content p {
    font-size: 16px;
  }
}





/* end service area  */






.emergency-cta-section {
  background: linear-gradient(
    90deg,
    #5a1628 0%,
    var(--primary) 45%,
    #8b2844 70%,
    #5a1628 100%
  );
  padding: 22px 0;
}

.emergency-cta-section .container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

.emergency-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.cta-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cta-icon {
  width: 78px;
  height: 78px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 38px;
  flex-shrink: 0;
}

.cta-text h2 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 8px;
}

.cta-text p {
  color: #fff;
  font-size: 17px;
  margin: 0;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-btn {
  min-width: 300px;
  height: 60px;
  padding: 0 28px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
}

.cta-call {
  background: #fff;
  color: #111;
  min-width: 300px;
  height: 60px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.cta-call i {
  color: #0f4a2f;
  font-size: 18px;
}

.cta-estimate {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-estimate i {
  color: #fff;
  font-size: 18px;
}

.cta-call:hover {
  background: var(--accent);
  color: #fff;
}

.cta-call:hover i {
  color: #fff;
}

.cta-estimate:hover {
  background: #fff;
  color: var(--primary);
}

.cta-estimate:hover i {
  color: var(--primary);
}


/* start proof */

.proof-section .container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

.proof-column:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}

.proof-heading h2 {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.proof-heading span {
  color: #7da34b;
  font-size: 12px;
}

.ba-card span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: #0f3f27;
  color: #fff;
  padding: 7px 18px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.before-after .ba-images {
  margin-bottom: 0;
}

.proof-btn {
  width: fit-content;
  margin: 20px auto 0;
  min-width: 205px;
  height: 44px;
  border: 1.5px solid var(--primary);
  border-radius: 50px;
  color: var(--primary);
  background: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

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

.brand-card img {
  max-width: 95%;
  max-height: 34px;
  object-fit: contain;
}

.quote-mark {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #e6e6e6;
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
}

.testimonial-card h4 {
  color: var(--secondary);
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 15px;
}

.dots span:first-child {
  opacity: 1;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dots span {
  width: 12px;
  height: 12px;
  background: #d5d5d5;
  border-radius: 50%;
  opacity: 0.35;
  cursor: pointer;
  transition: 0.3s;
}

.dots span.active {
  background: #0f3f2b;
  transform: scale(1.2);
}

.testimonials-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stars,
.testimonial-card h4,
.dots {
  margin-top: auto;
}

#testimonial-text {
  flex: 1;
  line-height: 1.8;
  font-size: 16px;
}

.proof-section {
  background: #fff;
  padding: 25px 0;
}

.proof-column {
  padding: 0 22px;
}

.proof-heading {
  text-align: center;
  margin-bottom: 14px;
}



.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.brand-card {
  height: 55px;
  border-radius: 7px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.testimonial-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  min-height: 0;
  padding: 28px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: auto;
}

.testimonial-card p {
  color: var(--secondary);
  font-size: 15px;
  line-height: 1.65;
  margin: 10px 0 18px;
  flex-grow: 1;
}

.stars {
  color: #f5b52e;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 10px 0;
  margin-top: 20px;
  margin-bottom: 8px;
}

.proof-bottom-line {
  margin-top: 22px;
  height: 1px;
  background: #e5e5e5;
}

.ba-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  width: 100%;
}

.ba-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proof-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.ba-card {
  position: relative;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .proof-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .proof-column {
    padding: 0 0 35px;
  }

  .proof-column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }

  .ba-card {
    height: 280px;
  }

  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .testimonial-card {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .proof-section {
    padding: 40px 0;
  }

  .proof-heading h2 {
    font-size: 17px;
  }

  .ba-images {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ba-card {
    height: 260px;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-card {
    height: 65px;
  }

  .testimonial-card {
    padding: 34px 22px 24px;
  }
}

@media (max-width: 480px) {
  .proof-section .container {
    width: 92%;
  }

  .ba-card {
    height: 220px;
  }

  .brands-grid {
    gap: 8px;
  }

  .brand-card {
    height: 58px;
    padding: 8px;
  }

  .brand-card img {
    max-height: 28px;
  }

  #testimonial-text {
    font-size: 14px;
  }
}

/* end proof */



/* start faq */

.faq-estimate-section {
  background: #fff;
  padding: 45px 0;
}

.faq-estimate-section .container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

.faq-column,
.estimate-column {
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
}

.faq-column h2,
.estimate-column h2 {
  color: var(--secondary);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-item span {
  font-size: 18px;
  font-weight: 900;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.estimate-form input,
.estimate-form select {
  height: 52px;
}

.estimate-form button:hover {
  background: var(--primary);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 7px 7px;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding: 14px 16px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 160px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.estimate-column {
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  color: var(--secondary);
  font-size: 14px;
  padding: 0 16px;
  outline: none;
  height: 52px;
  box-sizing: border-box;
}

.estimate-form .full {
  grid-column: span 2;
}

.estimate-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.estimate-form textarea {
  height: 110px;
  padding-top: 15px;
  resize: none;
  grid-column: span 2;
  width: 100%;
  padding: 15px;
}

.estimate-form button {
  width: 240px;
  height: 52px;
  border: none;
  border-radius: 50px;
  background: #0F3F2B;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  grid-column: span 2;
}

.faq-estimate-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 35px;
  align-items: stretch;
}

.faq-column,
.estimate-column,
.map-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.faq-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.faq-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq-item button {
  width: 100%;
  min-height: 68px;
  background: #fffdf9;
  border: 1px solid #eee9e3;
  border-radius: 7px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.06);
  padding: 15px 18px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.map-column {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.map-logo img {
  width: 170px;
  max-width: 100%;
  margin-bottom: 15px;
}

.map-info-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map-info-card li:last-child {
  margin-bottom: 0;
}

.map-info-card i {
  font-size: 18px;
  margin-top: 5px;
}

.map-info-card li:last-child i {
  color: var(--primary);
}

.map-info-card strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary);
}

.map-column iframe {
  width: 100%;
  height: 100%;
  border: 0;
  transform: scale(1.2) translateY(-80px);
  transform-origin: center center;
  min-height: 100%;
  flex: 1;
}

.map-info-card {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 5;
  width: 85%;
  max-width: 380px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.map-info-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.3;
  color: var(--secondary);
  margin-bottom: 10px;
}

.map-info-card li span {
  line-height: 1.25;
}

.hours-text {
  line-height: 1.2;
}

.email-text {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  line-height: 1.2;
}


/* end faq */
.site-footer .container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-right a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.footer-right a:hover {
  color: #d8d8d8;
}

.footer-right span {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer {
  background: linear-gradient(
    90deg,
    #5f1024 0%,
    #7d1d39 35%,
    #982947 65%,
    #6a1428 100%
  );
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.copyright {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #fff;
  color: #7a2038;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding-bottom: 185px;
  }

  .navbar-collapse {
    background: rgba(3, 48, 28, 0.98);
    padding: 20px;
    border-radius: 12px;
    margin-top: 15px;
  }

  .nav-link {
    margin: 0;
    padding: 10px 0;
  }

  .header-phone {
    margin: 15px 0 0;
  }

  .hero-content {
    text-align: center;
  }

  .hero-left p {
    margin: auto;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-image-box {
    width: 330px;
    height: 390px;
    margin: 55px auto 0;
    border-width: 10px;
  }

  .emergency-badge {
    left: -15px;
    bottom: -20px;
    width: 135px;
    padding: 16px;
  }

  .emergency-badge strong {
    font-size: 32px;
  }

  .same-day-badge {
    right: -10px;
    bottom: -20px;
    padding: 16px 18px;
  }

  .same-day-badge strong {
    font-size: 23px;
  }

  .hero-stats {
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    width: 92%;
    justify-content: center;
    gap: 22px;
    text-align: left;
  }

  .stat strong {
    font-size: 20px;
  }

  .stat span {
    font-size: 10px;
  }

  .stat i {
    font-size: 24px;
  }

  .about-premium-section {
    padding: 80px 0;
  }

  .about-visual {
    min-height: 560px;
  }

  .about-main-img {
    width: 82%;
    right: 0;
  }

  .about-content {
    text-align: center;
  }

  .about-check-grid {
    grid-template-columns: 1fr;
  }

  .about-cta {
    justify-content: center;
  }



  /* start spring repair */
 
.spring-cable-section {
  padding: 90px 0;
  background: var(--bg-light);
  overflow: hidden;
}

.spring-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.spring-content {
  position: relative;
  z-index: 2;
}

.spring-content h2 {
  color: var(--secondary);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.1;
  font-weight: 800;
}

.spring-content p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
  max-width: 560px;
}

.service-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.feature-item {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  font-weight: 700;
  color: var(--secondary);
  box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

.spring-visual {
  position: relative;
  width: 570px;
  height: 560px;
  margin-left: auto;
}

.shape {
  position: absolute;
  z-index: 1;
}

.shape-primary {
  left: 0;
  top: 45px;
  width: 380px;
  height: 470px;
  background: #0f3f2b;
  border-radius: 80px 220px 120px 220px;
}

.shape-accent {
  right: 10px;
  bottom: 25px;
  width: 220px;
  height: 220px;
  background: var(--accent);
  border-radius: 220px 60px 220px 80px;
}

.main-photo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 455px;
  height: 500px;
  overflow: hidden;
  z-index: 2;
  border: 12px solid #fff;
  border-radius: 70px 230px 70px 230px;
}

.main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 1199px) {
  .spring-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .spring-content {
    order: 2;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
  }

  .spring-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .service-features {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .spring-visual {
    order: 1;
    width: 520px;
    height: 520px;
    margin: 0 auto;
  }

  .shape-primary {
    width: 360px;
    height: 420px;
    top: 55px;
    left: 10px;
  }

  .shape-accent {
    width: 180px;
    height: 180px;
    right: 0;
    bottom: 35px;
  }

  .main-photo {
    width: 430px;
    height: 470px;
    right: 10px;
    top: 15px;
  }
}

@media (max-width: 575px) {
  .spring-cable-section {
    padding: 60px 0;
  }

  .spring-content h2 {
    font-size: 32px;
  }

  .spring-content p {
    font-size: 15px;
  }

  .service-features {
    grid-template-columns: 1fr;
  }

  .spring-visual {
    width: 320px;
    height: 350px;
  }

  .shape-primary {
    width: 230px;
    height: 290px;
    top: 35px;
    left: 0;
  }

  .shape-accent {
    width: 125px;
    height: 125px;
    right: 0;
    bottom: 20px;
  }

  .main-photo {
    width: 270px;
    height: 315px;
    right: 0;
    top: 10px;
    border-width: 8px;
  }

  .spring-content .btn-main {
    width: 100%;
  }
}
    /* end spring repair */

  .steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .step {
    width: 100%;
    max-width: 300px;
  }

  .step-line {
    width: 2px;
    height: 50px;
    border-top: none;
    border-left: 2px dashed #9aa39a;
    margin: 0;
  }

  .step-line::after {
    content: "↓";
    right: -8px;
    top: auto;
    bottom: -14px;
  }

  .emergency-cta {
    flex-direction: column;
    text-align: center;
  }

  .cta-left {
    flex-direction: column;
  }

  .cta-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .map-column {
    min-height: 480px;
  }

  .map-info-card {
    top: 20px;
    width: 86%;
  }

  .map-column iframe {
    transform: translateY(80px) scale(1.15);
  }
}

@media (max-width: 575px) {
  .about-visual {
    min-height: auto;
    padding-bottom: 30px;
  }

  .about-bg-card,
  .about-main-img,
  .about-floating-card,
  .about-experience-card {
    position: relative;
  }

  .about-bg-card {
    display: none;
  }

  .about-main-img {
    width: 100%;
    height: 360px;
    top: auto;
    right: auto;
  }

  .about-floating-card,
  .about-experience-card {
    left: auto;
    right: auto;
    bottom: auto;
    margin: -35px auto 20px;
    width: 90%;
  }

  .cta-icon {
    width: 66px;
    height: 66px;
    font-size: 30px;
  }

  .cta-text h2 {
    font-size: 24px;
  }

  .cta-text p {
    font-size: 15px;
  }

  .cta-buttons {
    width: 100%;
    gap: 14px;
  }

  .cta-btn {
    width: 100%;
  }

  .proof-section {
    padding: 40px 0 45px;
  }

  .ba-images {
    grid-template-columns: 1fr;
  }

  .ba-card {
    height: 210px;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-card {
    padding: 35px 22px 20px;
  }

  .proof-heading h2 {
    font-size: 16px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .estimate-form button {
    width: 100%;
  }

  .faq-column h2,
  .estimate-column h2 {
    font-size: 19px;
  }

  .estimate-form {
    grid-template-columns: 1fr;
  }

  .estimate-form textarea,
  .estimate-form .full,
  .estimate-form button {
    grid-column: span 1;
    width: 100%;
  }

  .map-column {
    min-height: 520px;
  }

  .map-info-card {
    width: 90%;
    padding: 18px;
  }
}

@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-card {
    height: 220px;
  }

  .areas-wrapper {
    grid-template-columns: 1fr;
  }

  .areas-map {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 40px 0 50px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .line {
    width: 55px;
  }

  .heading-center h2 {
    font-size: 24px;
  }

  .service-card {
    height: 215px;
  }

  .cta-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cta-btn {
    width: 100%;
    min-width: unset;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-right {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    height: 210px;
  }
}

@media (max-width: 576px) {
  .service-features {
    grid-template-columns: 1fr;
  }

  .btn-main {
    width: 100%;
  }

  .areas-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 12px;
  }

  .line {
    width: 50px;
  }

  .heading-center h2 {
    font-size: 22px;
  }

  .areas-map {
    height: 280px;
  }

  .address-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .address-content h3 {
    font-size: 22px;
  }

  .address-content p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .areas-wrapper {
    grid-template-columns: 1fr;
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .areas-map {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .proof-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .proof-column {
    padding: 0;
  }

  .proof-column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 40px;
  }

  .ba-card {
    height: 220px;
  }

  .map-column {
    height: 330px;
  }

  .faq-estimate-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-column,
  .estimate-column {
    padding-right: 0;
    border-right: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
}

/* start opener */
.opener-repair-section {
  background: #fff;
  
  overflow: hidden;
}

.opener-repair-section .container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}

.opener-repair-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.opener-image {
  position: relative;
  min-height: 520px;
}

.opener-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 520px;
  object-fit: cover;

  border: 12px solid var(--bg-light);

  border-radius: 60% 40% 55% 45% / 40% 60% 40% 60%;
}

.opener-shape {
  position: absolute;
  width: 78%;
  height: 78%;

  left: -35px;
  bottom: -35px;

  background: var(--primary);

  border-radius: 220px 80px 220px 80px;

  z-index: 1;
}

.opener-content {
  background: var(--bg-light);
  padding: 55px;
  border-radius: 36px;
  box-shadow: 0 14px 40px rgba(43, 54, 64, 0.08);
}

.section-tag {
  display: inline-block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.opener-content h2 {
  color: var(--secondary);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 22px;
}

.opener-content p {
  color: #555;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 25px;
}

.opener-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.opener-features div {
  background: #fff;
  color: var(--secondary);
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(43, 54, 64, 0.06);
}

.opener-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.opener-btn:hover {
  background: var(--accent-hover);
  color: #fff;
}

/* start roller */
.track-roller-section {
  position: relative;
  background: #fff;
  padding: 120px 0;
  overflow: hidden;
}

.track-roller-section .container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.track-bg-shape {
  position: absolute;
  left: 6%;
  top: 55px;
  width: 58%;
  height: 610px;
  background: var(--bg-light);
  border-radius: 50% / 45%;
  z-index: 1;
}

.track-roller-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.track-content {
  position: relative;
  z-index: 4;
  max-width: 720px;
  padding-left: 35px;
}

.track-content .section-tag {
  display: inline-block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.track-content h2 {
  color: var(--secondary);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 24px;
}

.track-content p {
  color: #333;
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 22px;
}

.track-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.track-points span {
  background: #fff;
  color: var(--secondary);
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(43, 54, 64, 0.07);
}

.track-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.track-btn:hover {
  background: var(--accent-hover);
  color: #fff;
}

.track-image {
  position: relative;
  z-index: 4;
}

.track-image::before {
  content: "";
  position: absolute;
  left: -55px;
  bottom: -45px;
  width: 75%;
  height: 75%;
  background: var(--primary);
  border-radius: 42% 58% 65% 35% / 55% 35% 65% 45%;
  z-index: 1;
}

.track-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 540px;
  object-fit: cover;
  border: 12px solid #fff;
  border-radius: 58% 42% 45% 55% / 35% 55% 45% 65%;
  box-shadow: 0 18px 45px rgba(43, 54, 64, 0.14);
}

@media (max-width: 991px) {
  .track-roller-section {
    padding: 80px 0;
  }

  .track-bg-shape {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 92%;
    height: 70%;
  }

  .track-roller-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .track-content {
    text-align: center;
    padding-left: 0;
    margin: auto;
  }

  .track-points {
    justify-content: center;
  }

  .track-image {
    max-width: 520px;
    margin: auto;
  }

  .track-image img {
    height: 390px;
  }
}

@media (max-width: 1199px) {
  .track-roller-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .track-content {
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
    max-width: 760px;
  }

  .track-list {
    max-width: 720px;
    margin: 0 auto;
  }

  .track-points {
    justify-content: center;
  }

  .track-image {
    max-width: 560px;
    margin: 0 auto;
  }

  .track-bg-shape {
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    width: 90%;
    height: 62%;
  }
}

@media (max-width: 767px) {
  .track-roller-section {
    padding: 70px 0;
  }

  .track-content h2 {
    font-size: 38px;
  }

  .track-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .track-list div {
    text-align: center;
  }

  .track-image {
    max-width: 430px;
  }

  .track-image img {
    height: 430px;
  }

  .track-image::before {
    left: -25px;
    bottom: -25px;
    width: 70%;
    height: 70%;
  }
}

@media (max-width: 575px) {
  .track-roller-section {
    padding: 60px 0;
  }

  .track-bg-shape {
    width: 96%;
    height: 68%;
    top: 20px;
  }

  .track-content h2 {
    font-size: 32px;
  }

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

  .track-points span {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .track-image {
    max-width: 320px;
    margin: 0 auto;
  }

  .track-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;

    border: 8px solid #fff;

    /* SAME SHAPE AS DESKTOP */
    border-radius: 58% 42% 45% 55% / 35% 55% 45% 65%;
  }

  .track-image::before {
    width: 75%;
    height: 75%;

    left: -20px;
    bottom: -20px;

    border-radius: 42% 58% 65% 35% / 55% 35% 65% 45%;
  }
}

/* start panel */


.panel-repair-section {
    padding: 120px 0;
    background: var(--bg-light);
    overflow: hidden;
}

.panel-wrapper {
    position: relative;

    background: #fff;

    border-radius: 50px;

    padding: 80px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);

    min-height: 520px;
}

.panel-content {
    width: 100%;
}

.panel-tag {
    color: var(--primary);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.panel-content h2 {
    font-size: clamp(38px,5vw,62px);

    color: var(--secondary);

    margin: 15px 0 25px;

    line-height: 1.1;
}

.panel-content p {
    font-size: 18px;

    line-height: 1.9;

    color: #555;

    margin-bottom: 20px;
}

.panel-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 35px;
}

.panel-features span {
    background: var(--bg-light);

    color: var(--secondary);

    padding: 12px 18px;

    border-radius: 50px;

    font-weight: 700;
}

.panel-btn {
    display: inline-block;

    margin-top: 35px;

    background: var(--primary);

    color: #fff;

    padding: 15px 35px;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 800;
}

.panel-image {
    position: absolute;

    right: -60px;
    top: 50%;

    transform: translateY(-50%);
}

.panel-image img {
    width: 520px;
    height: 520px;

    object-fit: cover;

    border: 12px solid #fff;

    border-radius:
    60px 220px 60px 220px;

    box-shadow:
    0 25px 50px rgba(0,0,0,.15);
}

.service-image-wrap {
    position: relative;
    width: 520px;
    height: 580px;
    margin: auto;
}

/* Green Shape */

.blob-green {
    position: absolute;
    width: 420px;
    height: 420px;

    background: #0c4b34;

    top: -20px;
    left: -40px;

    border-radius:
    60% 40% 55% 45% /
    45% 60% 40% 55%;

    z-index: 1;
}

/* Burgundy Shape */

.blob-burgundy {
    position: absolute;

    width: 380px;
    height: 380px;

    background: #7A2038;

    right: -30px;
    bottom: 10px;

    border-radius:
    40% 60% 35% 65% /
    55% 35% 65% 45%;

    z-index: 1;
}

/* Cream Shape */

.blob-cream {
    position: absolute;

    width: 480px;
    height: 500px;

  

    top: 40px;
    left: 30px;

    border-radius:
    58% 42% 60% 40% /
    45% 55% 45% 55%;

    z-index: 2;
}

.service-image {
    position: absolute;

    inset: 0;

    z-index: 3;

    padding: 18px;
}

.service-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius:
    58% 42% 60% 40% /
    45% 55% 45% 55%;

    border: 10px solid white;
}

.panel-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  padding: 70px 80px;
}

.panel-content {
  max-width: 560px;
}

.panel-content h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  margin-bottom: 22px;
}

.panel-content p {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.75;
}

.service-image-wrap {
  width: 500px;
  height: 560px;
}

.service-image {
  width: 530px;
  height: 500px;
  top: 35px;
  left: 45px;
}

.blob-green {
  width: 370px;
  height: 390px;
}

.blob-burgundy {
  width: 340px;
  height: 360px;
}

.panel-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 430px;
}


@media (max-width: 1199px) {
  .panel-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 40px;
    text-align: center;
  }

  .panel-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .panel-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .panel-features {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .service-image-wrap {
    width: 520px;
    height: 560px;
  }
}

@media (max-width: 767px) {
  .panel-repair-section {
    padding: 70px 0;
  }

  .panel-wrapper {
    padding: 45px 25px;
    border-radius: 32px;
  }

  .panel-content h2 {
    font-size: 38px;
  }

  .service-image-wrap {
    width: 420px;
    height: 480px;
  }

  .service-image {
    width: 390px;
    height: 430px;
    top: 30px;
    left: 25px;
  }

  .blob-green {
    width: 310px;
    height: 330px;
    left: -20px;
    top: 5px;
  }

  .blob-burgundy {
    width: 280px;
    height: 300px;
    right: -15px;
    bottom: 15px;
  }
}

@media (max-width: 575px) {
  .panel-repair-section {
    padding: 55px 0;
  }

  .panel-wrapper {
    padding: 35px 18px;
  }

  .panel-content h2 {
    font-size: 32px;
  }

  .panel-content p {
    font-size: 15px;
  }

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

  .panel-features span {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .panel-btn {
    width: 100%;
    max-width: 300px;
  }

  .service-image-wrap {
    width: 320px;
    height: 380px;
  }

  .service-image {
    width: 300px;
    height: 340px;
    top: 25px;
    left: 15px;
    padding: 10px;
  }

  .service-image img {
    border-width: 8px;
  }

  .blob-green {
    width: 235px;
    height: 255px;
    left: -10px;
    top: 15px;
  }

  .blob-burgundy {
    width: 210px;
    height: 230px;
    right: -8px;
    bottom: 10px;
  }
}


/* end panel */
/* spring repair responsive */

@media (max-width: 1199px) {
  .spring-cable-section .spring-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 50px !important;
  }

  .spring-cable-section .spring-content {
    order: 2 !important;
    text-align: center !important;
    max-width: 720px !important;
    margin: 0 auto !important;
  }

  .spring-cable-section .spring-visual {
    order: 1 !important;
    width: 520px !important;
    height: 520px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 575px) {
  .spring-cable-section .spring-visual {
    width: 320px !important;
    height: 350px !important;
  }
}

/* spring repair responsive */


/* track repair responsive */
@media (max-width: 991px) {

  .track-image {
    width: 520px !important;
    max-width: 100% !important;
    height: 450px !important;
    margin: 0 auto !important;
  }

  .track-image img {
    width: 520px !important;
    max-width: 100% !important;
    height: 450px !important;

    border-radius: 58% 42% 45% 55% /
                   35% 55% 45% 65% !important;
  }

  .track-image::before {
    width: 340px !important;
    height: 340px !important;

    left: -40px !important;
    bottom: -35px !important;
  }
}
@media (max-width: 767px) {

  .track-image {
    width: 460px !important;
    max-width: 100% !important;
    height: 400px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  .track-image img {
    width: 460px !important;
    max-width: 100% !important;
    height: 400px !important;

    object-fit: cover !important;

    border: 10px solid #fff !important;

    border-radius: 58% 42% 45% 55% /
                   35% 55% 45% 65% !important;
  }

  .track-image::before {
    width: 300px !important;
    height: 300px !important;

    left: -30px !important;
    bottom: -30px !important;

    border-radius: 42% 58% 65% 35% /
                   55% 35% 65% 45% !important;
  }

  .track-content h2 {
    font-size: 38px;
  }

  .track-content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .track-image {
    width: 360px !important;
    max-width: 100% !important;
    height: 330px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  .track-image img {
    width: 360px !important;
    max-width: 100% !important;
    height: 330px !important;

    object-fit: cover !important;
    border: 8px solid #fff !important;

    border-radius: 58% 42% 45% 55% / 35% 55% 45% 65% !important;
  }

  .track-image::before {
    width: 250px !important;
    height: 250px !important;

    left: -25px !important;
    bottom: -25px !important;

    border-radius: 42% 58% 65% 35% / 55% 35% 65% 45% !important;
  }
}


/* track repair responsive */


/* opener repair responsive */

@media (max-width: 1199px) {
  .opener-repair-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .opener-image {
    max-width: 620px;
    min-height: 520px;
    margin: 0 auto;
  }

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

   .opener-image{
    width: 600px;
    max-width: 100%;
    height: 520px;
    margin: 0 auto;
  }

  .opener-image img{
    width: 500px;
    height: 480px;

    object-fit: cover;

    border: 12px solid var(--bg-light);

    border-radius: 42% 58% 45% 55% /
                   48% 42% 58% 52%;

    margin: 0 auto;
    display: block;
  }

  .opener-shape{
    width: 280px;
    height: 360px;

    left: 40px;
    bottom: 20px;

    background: var(--primary);

    border-radius: 45% 55% 35% 65% /
                   60% 40% 60% 40%;
  }
}
@media (max-width: 991px) {
  .opener-repair-section {
    padding: 70px 0;
  }

  .opener-repair-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .opener-image {
    min-height: auto;
  }

  .opener-image img {
    height: 390px;
  }

  .opener-content {
    padding: 35px 25px;
    text-align: center;
  }

  .opener-features {
    grid-template-columns: 1fr;
  }
}




@media (max-width: 767px) {
  .opener-repair-section {
    padding: 60px 0;
  }

  .opener-image{
    width: 440px;
    height: 500px;
    margin: 0 auto;
    position: relative;
  }

  .opener-image img{
    width: 400px;
    height: 460px;

    object-fit: cover;

    border: 10px solid var(--bg-light);

    border-radius: 42% 58% 45% 55% /
                   48% 42% 58% 52%;

    display: block;
    margin: 0 auto;
  }

  .opener-shape{
    width: 240px;
    height: 320px;

    left: 15px;
    bottom: 15px;

    border-radius: 45% 55% 35% 65% /
                   60% 40% 60% 40%;

    z-index: 1;
  }

  .opener-content{
    padding: 35px 25px;
    text-align: center;
  }

  .opener-content h2{
    font-size: 38px;
  }

  .opener-features{
    grid-template-columns: 1fr;
  }

  .opener-btn{
    width: 100%;
    max-width: 320px;
  }

  .opener-content p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
.opener-image{
    width: 320px;
    height: 420px;
    margin: 0 auto;
    position: relative;
  }

  .opener-image img{
    width: 300px;
    height: 380px;

    object-fit: cover;

    border: 8px solid var(--bg-light);

    border-radius: 42% 58% 45% 55% /
                   48% 42% 58% 52%;

    display: block;
    margin: 0 auto;
  }

  .opener-shape{
    width: 180px;
    height: 260px;

    left: 5px;
    bottom: 10px;

    border-radius: 45% 55% 35% 65% /
                   60% 40% 60% 40%;

    z-index: 1;
  }

  .opener-content {
    padding: 30px 20px;
  }

  .opener-features {
    grid-template-columns: 1fr;
  }

  .opener-btn {
    width: 100%;
  }
}

/* opener repair responsive */


/* start iframe responsive */

.map-column {
  height: 560px !important;
  min-height: 560px !important;
  overflow: hidden !important;
}

.map-column iframe {
  width: 100% !important;
  height: 900px !important;
  min-height: 900px !important;
  transform: translateY(-260px) scale(1.25) !important;
  transform-origin: center center !important;
  border: 0 !important;
}

.map-info-card {
 top: 202px;
  width: 86%;
  
  max-height: 360px !important;
  overflow: hidden !important;
}

/* end iframe responsive */

/* start faq */


/* FAQ SECTION */
.faq-section{
    padding:80px 20px;
    background:linear-gradient(135deg,#f8f8f8,#ffffff);
    font-family:'Poppins',sans-serif;
}

.faq-container{
    max-width:1000px;
    margin:auto;
}

.faq-header{
    text-align:center;
    margin-bottom:50px;
}

.faq-header span{
    display:inline-block;
    color:#7A2038;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.faq-header h2{
    font-size:48px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.faq-header p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

/* FAQ ITEMS */
.faq-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-list details{
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(12px);
    border:1px solid rgba(122,32,56,.08);
    border-radius:18px;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.faq-list details:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 40px rgba(122,32,56,.12);
}

.faq-list details[open]{
    border-color:#7A2038;
}

/* QUESTION */
.faq-list summary{
    padding:24px 70px 24px 25px;
    cursor:pointer;
    list-style:none;
    font-size:18px;
    font-weight:600;
    color:#222;
    position:relative;
}

.faq-list summary::-webkit-details-marker{
    display:none;
}

/* PLUS ICON */
.faq-list summary::before{
    content:"+";
    position:absolute;
    right:25px;
    top:50%;
    transform:translateY(-50%);
    width:38px;
    height:38px;
    border-radius:50%;
    background:#7A2038;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:300;
    transition:.3s ease;
}

.faq-list details[open] summary::before{
    content:"−";
    background:#111;
    transform:translateY(-50%) rotate(180deg);
}

/* ANSWER */
.faq-list p{
    padding:0 25px 25px;
    margin:0;
    color:#555;
    font-size:16px;
    line-height:1.9;
    animation:fadeIn .4s ease;
}

/* ANIMATION */
@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(-10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* TABLET */
@media (max-width:768px){

    .faq-section{
        padding:60px 15px;
    }

    .faq-header h2{
        font-size:36px;
    }

    .faq-header p{
        font-size:16px;
    }

    .faq-list summary{
        font-size:16px;
        padding:20px 65px 20px 20px;
    }

    .faq-list p{
        font-size:15px;
        padding:0 20px 20px;
    }
}

/* MOBILE */
@media (max-width:480px){

    .faq-header h2{
        font-size:30px;
    }

    .faq-list summary{
        font-size:15px;
        line-height:1.6;
    }

    .faq-list summary::before{
        width:34px;
        height:34px;
        font-size:22px;
        right:15px;
    }

    .faq-list p{
        font-size:14px;
        line-height:1.8;
    }
}

/* start locations */


.service-locations{
    padding:80px 20px;
    background:#fff;
}

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

.locations-header{
    text-align:center;
    margin-bottom:45px;
}

.locations-header span{
    display:inline-block;
    color:#7A2038;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.locations-header h2{
    font-size:42px;
    color:#111;
    margin-bottom:15px;
    font-weight:800;
}

.locations-header p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

/* BUTTON GRID */
.locations-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.locations-grid a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 24px;
    text-decoration:none;
    background:#f8f8f8;
    color:#222;
    border:2px solid #ececec;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s ease;
}

.locations-grid a:hover{
    background:#7A2038;
    border-color:#7A2038;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(122,32,56,.25);
}

/* TABLET */
@media(max-width:768px){

    .service-locations{
        padding:60px 15px;
    }

    .locations-header h2{
        font-size:32px;
    }

    .locations-grid{
        gap:12px;
    }

    .locations-grid a{
        padding:12px 20px;
        font-size:15px;
    }
}

/* MOBILE */
@media(max-width:480px){

    .locations-header h2{
        font-size:28px;
    }

    .locations-header p{
        font-size:15px;
    }

    .locations-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
    }

    .locations-grid a{
        width:100%;
        text-align:center;
        padding:12px;
        font-size:14px;
    }
}


#obfuscatedEmail a{
  color: black;
  text-decoration: none;
}