:root {
  --primary: #ffb703;
  --primary-dark: #f4a300;
  --dark: #0f1115;
  --dark-2: #171b22;
  --text: #6c757d;
  --light: #f8f9fb;
  --white: #ffffff;
  --border: #e9ecef;
  --shadow: 0 18px 60px rgba(13, 18, 30, 0.08);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.25);
  --radius: 1.25rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #1d232f;
  background: #fff;
  overflow-x: hidden;
}

h1{font-size:calc(1.375rem + 1.5vw)}

.sm h1  {font-size:calc(1.650rem + 1.5vw)}

h2{
    font-size: 30px;
    color: #000;
    font-weight: 400;
}

h5{

color: #fff;
}

.section-space {
  padding: 100px 0;
}

.section-space2 {
  padding: 0 0 50px 0;
}

.locations-space {
  padding: 50px 0 0 0;
}

.custom-navbar {
  background: rgba(10, 12, 16, 0.45);
  backdrop-filter: blur(6px);
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

.custom-navbar.scrolled {
  background: rgba(10, 12, 16, 0.82);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.navbar-brand,
.footer-brand {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.navbar-brand span,
.footer-brand span {
  color: #ffb703;
}


.nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 600;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0e1218;
}

.hero-bg {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-repair {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-repair.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}


.hero-bg-installation {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-installation.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-maintenence {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-maintenence.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-residential {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-residential.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}


.hero-bg-opener {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-opener.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-spring {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-spring.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-track {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-track.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-cable {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-cable.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-roller {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-roller.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}


.hero-bg-contact {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-contact.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-locations {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-locations.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-bg-faq {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero-faq.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 14, 20, 0.92) 0%,
    rgba(11, 14, 20, 0.70) 45%,
    rgba(11, 14, 20, 0.20) 100%
  );
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.45), transparent 85%);
  opacity: 0.4;
}

.hero-badge {
  background: rgba(255, 183, 3, 0.12);
  color: var(--primary);
  border: 1px solid rgba(255, 183, 3, 0.3);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  max-width: 650px;
}

.stats-row .stat-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.2rem 1rem;
  color: #fff;
  backdrop-filter: blur(12px);
  height: 100%;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.stats-row .stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 183, 3, 0.4);
}

.stat-card span {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.7rem;
  color:  rgba(255, 255, 255, 0.7);
}

.stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.hero-floating-wrap {
  position: relative;
  min-height: 460px;
}

.hero-floating-card {
  position: absolute;
  top: 60px;
  right: 0;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 1.5rem;
  padding: 1.75rem;
  box-shadow: var(--shadow-lg);
  max-width: 380px;
  animation: floatY 4s ease-in-out infinite;
}

.hero-floating-card span{
font-size: 30px;
font-weight: 700;
line-height: normal;
}

.mini-card {
  position: absolute;
  bottom: 70px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  animation: floatY 5s ease-in-out infinite 0.6s;
}

.mini-card i {
  color: var(--primary);
  font-size: 1.5rem;
}

.mini-card span {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

.hero-floating-card .small-label {
  color: #ffc107;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll-indicator span {
  display: block;
  width: 28px;
  height: 46px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 20px;
  position: relative;
}

.hero-scroll-indicator span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 5px;
  height: 8px;
  background: var(--primary);
  border-radius: 999px;
  transform: translateX(-50%);
  animation: scrollDot 1.6s infinite;
}

.section-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: rgb(255, 193, 7);
  font-weight: 800;
  margin-bottom: 0.75rem;
}


.section-kicker-coupon {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 2.85rem;
  color: rgb(255, 193, 7);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.section-title {
  margin-inline: auto;
}

.section-title p {
  max-width: 950px;
}

.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-style: preserve-3d;
}

.service-card:hover,
.project-card:hover,
.step-card:hover {
  transform: translateY(-10px);
}

.icon-wrap {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  border-radius: 1rem;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  transition: transform 0.35s ease;
}

.service-card:hover .icon-wrap {
  transform: rotate(-8deg) scale(1.08);
}

.service-card h4 {
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--text);
  margin-bottom: 1rem;
}

.service-card a,
.project-content a {
  color: #111;
  text-decoration: none;
  font-weight: 700;
}

.service-card a:hover,
.project-content a:hover {
  color: var(--primary-dark);
}

.image-stack {
  position: relative;
}

.img-main {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: var(--shadow-lg);
  transition: transform 0.6s ease;
}

.parallax-box:hover .img-main,
.parallax-box:hover img {
  transform: scale(1.03);
}

.experience-box {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #111;
  color: #fff;
  border-radius: 1.2rem;
  padding: 1.25rem 1.4rem;
  max-width: 220px;
  box-shadow: var(--shadow-lg);
}

.experience-box h3 {
  color: var(--primary);
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.experience-box p {
  margin: 0;
  color: rgba(255,255,255,0.78);
}

.floating-soft {
  animation: floatY 4s ease-in-out infinite;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #f7f8fa;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease;
}

.check-item:hover {
  transform: translateY(-4px);
  background: #fff;
}

.check-item i {
  color: var(--primary-dark);
}

.project-card {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.project-image-wrap {
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.project-card:hover img {
  transform: scale(1.08);
}

.project-content {
  padding: 1.35rem;
}

.project-content span {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.65rem;
}

.project-content p {
  color: var(--text);
  margin-bottom: 0.9rem;
}

.coupon-box {
  background: linear-gradient(135deg, #10141b, #1c2430);
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.coupon-box::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,183,3,0.26), transparent 70%);
  top: -80px;
  right: -40px;
}

.custom-input {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.92);
  border-radius: 999px;
  padding-inline: 1.2rem;
}

.custom-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 183, 3, 0.18);
  border-color: rgba(255,183,3,0.4);
}

.process-pills .nav-link2 {
  background: #f4f6f8;
  border: 1px solid #f4f6f8;
  color: #111 !important;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease;
}

.process-pills .nav-link2:hover {
  transform: translateY(-2px);
}

.process-pills .nav-link2.active {
  background: var(--primary);
  color: #111 !important;
}

.process-content .tab-pane {
  animation: tabFade 0.45s ease;
}

.step-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  padding: 2rem;
  height: 100%;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.step-card span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: var(--primary);
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 1rem;
  transition: transform 0.35s ease;
}

.step-card:hover span {
  transform: scale(1.08) rotate(-8deg);
}

.step-card h4 {
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.step-card p {
  color: var(--text);
  margin-bottom: 0;
}

.job-list {
  display: grid;
  gap: 1rem;
}

.job-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow);
  align-items: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.job-item:hover {
  transform: translateX(6px);
  border-color: rgba(255,183,3,0.35);
}

.job-item strong {
  font-weight: 700;
}

.job-item span {
  color: var(--text);
  font-size: 0.95rem;
}

.career-image-wrap {
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: var(--shadow-lg);
}

.career-image-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.career-image-wrap:hover img {
  transform: scale(1.05);
}

.video-cta {
  background:
    linear-gradient(rgba(8, 11, 17, 0.72), rgba(8, 11, 17, 0.72)),
    url("../img/back-repair.webp") center/cover no-repeat;
  background-attachment: fixed;
}

.video-box {
  max-width: 900px;
  margin: auto;
}

.video-box p {
  max-width: 900px;
}

.video-box h5 {
  font-size: 35px;
}

.play-btn {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #111;
  border-radius: 50%;
  text-decoration: none;
  font-size: 2rem;
  box-shadow: 0 12px 40px rgba(255, 183, 3, 0.35);
  position: relative;
  z-index: 1;
}

.pulse-ring::before,
.pulse-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,183,3,0.5);
  animation: pulseRing 2s infinite;
  z-index: -1;
}

.pulse-ring::after {
  animation-delay: 0.8s;
}

.progress-mini {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1rem;
  padding: 1rem;
  color: #fff;
  backdrop-filter: blur(10px);
}

.progress-mini h4 {
  margin-bottom: 0.2rem;
  color: var(--primary);
  font-weight: 900;
}

.progress-mini p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.75);
}

.footer-section {
  background: #0d1016;
  color: #fff;
  padding: 90px 0 40px;
}

.footer-title {
  font-weight: 800;
  margin-bottom: 1rem;
}

.footer-text,
.footer-list li,
.footer-links a,
.text-secondary {
  color: rgba(255,255,255,0.68) !important;
}

.footer-list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li,
.footer-links li {
  margin-bottom: 0.85rem;
}

.footer-list li i {
  color: var(--primary);
  margin-right: 0.6rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover,
.social-links a:hover {
  color: var(--primary) !important;
}

.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin: 2rem 0;
}

.social-links {
  display: flex;
  gap: 0.85rem;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.social-links a:hover {
  transform: translateY(-4px);
}

/* reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}

.reveal.active {
  opacity: 1;
  transform: none;
}

.fade-left {
  transform: translateX(40px);
}

.fade-right {
  transform: translateX(-40px);
}

.zoom-in {
  transform: scale(0.92);
}

.reveal.zoom-in.active {
  transform: scale(1);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

/* motion helpers */
.magnetic-btn {
  transition: transform 0.18s ease, box-shadow 0.25s ease;
  font-size: 30px;
}


.btn-dark{
  font-size: 20px;
  background-color: #000;
}

.btn-dark :hover{
  background-color: #ffcd39;
}

.tilt-card {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

/* keyframes */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulseRing {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.8); opacity: 0; }
}

@keyframes scrollDot {
  0% { transform: translate(-50%, 0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translate(-50%, 16px); opacity: 0; }
}

@keyframes tabFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991.98px) {
  .section-space {
    padding: 80px 0;
  }
  .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-section {
    min-height: auto;
  }

  .hero-section .min-vh-100 {
    min-height: 100vh !important;
  }

  .career-image-wrap img,
  .img-main {
    min-height: auto;
    height: 420px;
  }

  .coupon-box {
    padding: 2rem;
  }

  .job-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-cta {
    background-attachment: scroll;
  }
}

@media (max-width: 767.98px) {

  .hero-bg {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(rgba(8, 11, 17, 0.25), rgba(8, 11, 17, 0.52)),
    url("../img/hero.webp") center/cover no-repeat;
  transform: scale(1.08);
  will-change: transform;
}

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

.col-lg-7{
  margin-top: 80px;
}

.stats-row .stat-card {
  display: none;
}

  .section-space {
    padding: 65px 0;
  }

  .display-3 {
    font-size: 2.4rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .stats-row .stat-card {
    padding: 1rem;
  }

  .service-card,
  .step-card {
    padding: 1.5rem;
  }

  .project-card img {
    height: 220px;
  }

  .coupon-box {
    padding: 1.5rem;
  }

  .play-btn {
    width: 74px;
    height: 74px;
    font-size: 1.6rem;
  }

  .footer-section {
    padding-top: 70px;
  }

  .hero-scroll-indicator {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .custom-navbar .btn {
    width: 100%;
  }
  .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-badge {
    font-size: 0.78rem;
  }

  .display-3 {
    font-size: 2rem;
  }

  .experience-box {
    position: static;
    margin-top: 1rem;
    max-width: 100%;
  }

  .coupon-box,
  .service-card,
  .step-card,
  .job-item,
  .project-card {
    border-radius: 1rem;
  }

  .hero-floating-card,
  .mini-card {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}




.garage-installation-section {
  padding: 80px 20px;
  background: #f8f9fb;
}

.garage-installation-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.garage-installation-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

.text-content .section-tag {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #ffc107;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-content h2 {
  font-size: 35px;
  font-weight: 700;
  
  color: #000000;
  margin: 0 0 20px;
}

.text-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 18px;
}

.cta-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 28px;
  background: #000;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #ffc107;
  transform: translateY(-2px);
}

.cta-btn-coupon {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 28px;
  background: #ffc107;
  color: #000000;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.cta-btn-coupon:hover {
  background: #ffc107;
  transform: translateY(-2px);
}

.image-content img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

@media (max-width: 991px) {
  .garage-installation-content {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .text-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .garage-installation-section {
    padding: 60px 15px;
  }

  .text-content h2 {
    font-size: 28px;
  }

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

  .cta-btn {
    padding: 12px 22px;
    font-size: 15px;
  }
}


/* section3 */
.gd-maint-section{
  padding:90px 20px;
  background:#ffffff;
  text-align:center;
}

.gd-maint-container{
  max-width:1100px;
  margin:auto;
}

.gd-maint-container h5{
  color: #000;
}

.gd-maint-pretitle{
  display:inline-block;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:600;
  color:rgb(255, 193, 7);
  margin-bottom:12px;
}

.gd-maint-title{
  font-size:40px;
  color:#1d2736;
  margin-bottom:20px;
  line-height:1.2;
}

.gd-maint-text{
  font-size:17px;
  color:#5f6b7a;
  max-width:900px;
  margin:0 auto 50px;
  line-height:1.7;
}

.gd-maint-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
  margin-bottom:40px;
}

.gd-maint-card{
  padding:30px 22px;
  background:#f6f8fb;
  border-radius:10px;
  transition:0.3s;
}

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

.gd-maint-card h3{
  font-size:18px;
  margin-bottom:10px;
  color:#000;
}

.gd-maint-card p{
  font-size:15px;
  color:#6b7280;
  line-height:1.6;
}

.gd-maint-bottom{
  font-size:16px;
  color:#000;
  max-width:720px;
  margin:0 auto 30px;
  line-height:1.7;
}

.gd-maint-btn{
  display:inline-block;
  padding:14px 28px;
  background:#000;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  border-radius:25px;
  transition:0.3s;
}

.gd-maint-btn:hover{
  background:#ffc107;
}

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

  .gd-maint-title{
    font-size:32px;
  }
}

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

  .gd-maint-title{
    font-size:26px;
  }
}


.map {
  width: 100%;
  height: 60vh;
  border: 0;
  border-radius: 15px;
  background-color: #fff;
}

/* form */
.CUS {

  padding: 0;
  border-radius: 30px;
}

.half {
  width:48%;
  display:inline-block;
  margin:1%;
}

.CUS p {
  padding: 0;
}

form.CUS input.subject {
  display: none;
}

.CUS .form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.CUS .form-row p {
  flex: 1;
  margin: 0;
}

.CUS textarea {
  width: 100%;
  height: 120px;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #020202;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #9e9d9d;
  background-color: #ffffff;
}

.CUS .submit {
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  background-color: rgb(255, 193, 7);
  color: #161515;
}

.CUS input,
.CUS select {
  width: 50%;
  font-size: 15px;
  border: 1px solid rgb(255, 193, 7);
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: normal;
  padding: 10px;
  margin: 5px 0;
  background-color: #ffffff;

}

.CUS label {
  font-size: 15px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  text-align: left;
  color: #3b3b3b;
}

.CUS legend {
  font-size: 20px;
  text-align: left;
  color: #3b3b3b;
}

form.CUS,
.CUS fieldset {
  border: none;
}

.CUS input.half,
.CUS select.half {
  width: 48% !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 1%;
  box-sizing: border-box;
}

.CUS input.half,
.CUS select.half {
  float: left;
  width: 48% !important;
}

.CUS p::after {
  content: "";
  display: block;
  clear: both;
}


@media only screen and (max-width:500px) {
  .CUS .form-row {
    flex-direction: column;
    align-items: stretch;
  }

  .CUS .form-row p {
    flex: 1 0 100%;
    width: 100%;
  }
}


.arrow{
  display:inline-block;
  width:6px;
  height:6px;
  border-top:2px solid #9e9d9d;
  border-right:2px solid #9e9d9d;
  transform: rotate(45deg);
  margin-left:5px;
  margin-bottom: 3px;
}

.moving-arrow{
  display:inline-block;
  animation: arrowMove 1s infinite ease-in-out;
}

@keyframes arrowMove{
  0%{ transform: translateX(0); opacity:0.5; }
  50%{ transform: translateX(8px); opacity:1; }
  100%{ transform: translateX(0); opacity:0.5; }
}


/* brands */
:root{
  --brand-bg: #0b0b0c;
  --brand-card: rgba(255,255,255,.06);
  --brand-stroke: rgba(255,255,255,.12);
  --brand-speed: 22s;  
  --brand-gap: 24px;
  --brand-logo-h: 44px;
  --brand-radius: 18px;
}

/* Section wrapper */
.brand-strip{
  position: relative;
  overflow: hidden;
  border: 1px solid var(--brand-stroke);
  border-radius: var(--brand-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.932), rgba(255, 255, 255, 0.986));
  padding: 18px 0;
}

/* edge fade */
.brand-strip::before,
.brand-strip::after{
  width: 60px;
}

.brand-strip::before{
  background: linear-gradient(to right, transparent, rgba(0,0,0,.15));
}

.brand-strip::after{
  background: linear-gradient(to left, transparent, rgba(0,0,0,.15));
}

/* Moving track */
.brand-track{
  display: flex;
  gap: var(--brand-gap);
  width: max-content;
  padding-inline: 24px;
  will-change: transform;
  animation: brandScroll var(--brand-speed) linear infinite;
}

/* Pause on hover */
.brand-strip:hover .brand-track{
  animation-play-state: paused;
}

/* Each group is a row of logos; duplicated to make infinite loop */
.brand-group{
  display: flex;
  align-items: center;
  gap: var(--brand-gap);
}

/* Logo card */
.brand-logo{
  display: grid;
  place-items: center;
  height: 72px;
  padding: 0 18px;
  border-radius: 14px;
  background: var(--brand-card);
  border: 1px solid rgba(255,255,255,.10);
  flex: 0 0 auto;
  opacity: .9;
  transition: .25s ease;
}
.brand-logo:hover{
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.20);
}

.brand-logo img{
  height: var(--brand-logo-h);
  width: auto;
  display: block;
  object-fit: contain;
}

/* Infinite loop animation (because content is duplicated) */
@keyframes brandScroll{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .brand-track{ animation: none; }
}



.locations-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

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

.location-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  color: #222;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.location-item:hover {
  background: #ffc107;
  color: #050505;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.location-item:active {
  transform: scale(0.98);
}


/* faq */
.faq {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 30px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.faq-item input {
  display: none;
}

.faq-question {
  display: block;
  position: relative;
  padding: 20px 55px 20px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.faq-question:hover {
  background: #f9fafb;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #080808;
  color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  background: #ffffff;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item input:checked + .faq-question {
  background: #f8faff;
  color: #000000;
}

.faq-item input:checked + .faq-question::after {
  content: "–";
  background: #ffc107;
  color: #ffffff;
}

.faq-item input:checked + .faq-question + .faq-answer {
  max-height: 220px;
  padding: 0 20px 20px;
}