@charset "utf-8";
/* CSS Document */

/* =========================================
   GARAGE DOOR LEAGUE CITY
   HEADER + HERO
========================================= */

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111111;
}


/* =========================================
   TOP BAR
========================================= */

.gd-topbar {
  background: #211006;
  color: #ffffff;
  padding: 11px 0;
  font-size: 13px;
}

.gd-social-area {
  display: flex;
  align-items: center;
  gap: 9px;
}

.gd-social-area a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s ease;
}

.gd-social-area a:hover {
  background: #e98b45;
}

.gd-small-link {
  margin-left: 12px;
}

.gd-contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 27px;
}

.gd-contact-info span,
.gd-contact-info a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  white-space: nowrap;
}

.gd-contact-info i {
  color: #e98b45;
  margin-right: 7px;
}


/* =========================================
   NAVBAR
========================================= */

.gd-navbar {
  background: #ffffff;
  min-height: 86px;
  padding: 0;
  position: relative;
  z-index: 20;
}

.gd-brand {
  background: #e98b45;
  min-height: 86px;
  padding: 0px 34px;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  gap: 13px;
}

.gd-brand-icon {
  font-size: 37px;
}

.gd-brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.gd-brand strong {
  font-size: 22px;
}

.gd-brand small {
  font-size: 13px;
  margin-top: 6px;
  letter-spacing: 1px;
}

.gd-navbar .nav-link {
  color: #151515;
  font-weight: 600;
  font-size: 14px;
  padding: 33px 16px !important;
  transition: 0.3s ease;
}

.gd-navbar .nav-link:hover,
.gd-navbar .nav-link.active {
  color: #e98b45;
}

.gd-navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.gd-navbar .dropdown-item {
  padding: 11px 22px;
  font-size: 14px;
}

.gd-navbar .dropdown-item:hover {
  background: #e98b45;
  color: #ffffff;
}

.gd-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.gd-phone {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #151515;
}

.gd-phone > i {
  color: #e98b45;
  font-size: 22px;
}

.gd-phone span {
  display: flex;
  flex-direction: column;
}

.gd-phone small {
  color: #777777;
  font-size: 10px;
}

.gd-phone strong {
  font-size: 14px;
}

.gd-quote-btn {
  background: #e98b45;
  color: #ffffff;
  text-decoration: none;
  padding: 19px 27px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.gd-quote-btn:hover {
  background: #211006;
  color: #ffffff;
}


/* =========================================
   HERO
========================================= */

.gd-hero {
  min-height: 720px;

  background:
    url("../img/garage-door-repair.webp")
    center center / cover no-repeat;

  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.gd-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(65, 37, 16, 0.96) 0%,
      rgba(65, 37, 16, 0.88) 48%,
      rgba(65, 37, 16, 0.58) 100%
    );
}

.gd-hero .container {
  position: relative;
  z-index: 4;
}

.min-vh-75 {
  min-height: 720px;
}


/* =========================================
   HERO TEXT
========================================= */

.gd-hero-content {
  max-width: 760px;
  padding-left: 45px;
}

.gd-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.gd-eyebrow span {
  width: 35px;
  height: 2px;
  background: #e98b45;
}

.gd-hero h1 {
  font-size: 50px;
  line-height: 1.02;
  font-weight: 800;
  margin: 0 0 25px;
  letter-spacing: -2px;
}

.gd-hero h1 span {
  display: block;
  color: #ffffff;
}

.gd-description {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 34px;
}

.gd-hero-buttons {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}

.gd-main-btn {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  background: #ffffff;
  color: #171717;
  padding: 20px 28px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
}

.gd-main-btn:hover {
  background: #e98b45;
  color: #ffffff;
}

.gd-call-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  gap: 11px;
}

.gd-call-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e98b45;
}

.gd-call-btn > span:last-child {
  display: flex;
  flex-direction: column;
}

.gd-call-btn small {
  color: #bcbcbc;
  font-size: 10px;
}

.gd-call-btn strong {
  font-size: 16px;
  margin-top: 3px;
}


/* =========================================
   RIGHT HERO IMAGE
========================================= */

.gd-hero-visual {
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
}

.gd-big-circle {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  top: 36px;
  left: 35px;
}

.gd-inner-circle {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  top: 71px;
  left: 70px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gd-inner-circle img {
  position: relative;
  z-index: 4;
  width: 420px;
  max-height: 400px;
  object-fit: contain;
}


/* =========================================
   HERO LABELS
========================================= */

.gd-feature {
  position: absolute;
  z-index: 8;
  min-width: 175px;
  background: #e98b45;
  color: #ffffff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gd-feature small,
.gd-feature strong {
  display: block;
}

.gd-feature small {
  font-size: 9px;
  opacity: 0.8;
}

.gd-feature strong {
  font-size: 12px;
}

.gd-feature-dot {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.gd-feature-one {
  top: 10px;
  left: -30px;
}

.gd-feature-two {
  bottom: 15px;
  left: -35px;
}

.gd-feature-three {
  right: -48px;
  top: 215px;
}


/* =========================================
   SIDE PHONE
========================================= */

.gd-side-phone {
  position: absolute;
  left: 22px;
  top: 48%;
  z-index: 9;
  transform: translateY(-50%);
  color: #ffffff;
  text-decoration: none;
  writing-mode: vertical-rl;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  letter-spacing: 1px;
}

.gd-side-phone i {
  transform: rotate(90deg);
  color: #e98b45;
}


/* =========================================
   BOTTOM INFO
========================================= */

.gd-bottom-info {
  position: absolute;
  z-index: 8;
  bottom: 25px;
  left: 45px;
  right: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gd-bottom-info > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gd-number {
  color: #e98b45;
  font-size: 24px;
  font-weight: 600;
}

.gd-bottom-line {
  width: 65px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.gd-bottom-text {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.gd-hours {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.gd-hours i {
  color: #e98b45;
}


/* =========================================
   DECORATIVE LINES
========================================= */

.gd-line {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gd-line-one {
  width: 260px;
  height: 540px;
  right: 115px;
  top: 70px;
}

.gd-line-two {
  width: 160px;
  height: 1px;
  right: 0;
  top: 145px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

  .gd-phone {
    display: none;
  }

  .gd-hero h1 {
    font-size: 55px;
  }

  .gd-hero-visual {
    width: 430px;
    height: 430px;
  }

  .gd-big-circle {
    width: 380px;
    height: 380px;
    left: 25px;
  }

  .gd-inner-circle {
    width: 320px;
    height: 320px;
    left: 55px;
  }

  .gd-inner-circle img {
    width: 360px;
  }
}


@media (max-width: 991px) {

  .gd-topbar {
    display: none;
  }

  .gd-navbar {
    padding: 0;
  }

  .gd-brand {
    min-height: 75px;
  }

  .gd-navbar .navbar-collapse {
    padding: 15px 25px 25px;
  }

  .gd-navbar .nav-link {
    padding: 12px 0 !important;
  }

  .gd-nav-actions {
    margin-top: 15px;
  }

  .gd-hero {
    padding: 80px 0 90px;
  }

  .min-vh-75 {
    min-height: auto;
  }

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

  .gd-eyebrow {
    justify-content: center;
  }

  .gd-description {
    margin-left: auto;
    margin-right: auto;
  }

  .gd-hero-buttons {
    justify-content: center;
  }

  .gd-hero-visual {
    margin-top: 65px;
  }

  .gd-side-phone {
    display: none;
  }

  .gd-bottom-info {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 65px;
    padding: 0 25px;
  }
}


@media (max-width: 767px) {

  .gd-brand {
    padding: 13px 18px;
  }

  .gd-brand strong {
    font-size: 17px;
  }

  .gd-brand-icon {
    font-size: 29px;
  }

  .gd-hero {
    padding-top: 65px;
  }

  .gd-hero h1 {
    font-size: 43px;
    letter-spacing: -1px;
  }

  .gd-description {
    font-size: 14px;
  }

  .gd-hero-visual {
    width: 330px;
    height: 350px;
  }

  .gd-big-circle {
    width: 300px;
    height: 300px;
    left: 15px;
    top: 25px;
  }

  .gd-inner-circle {
    width: 260px;
    height: 260px;
    left: 35px;
    top: 45px;
  }

  .gd-inner-circle img {
    width: 295px;
  }

  .gd-feature {
    min-width: auto;
    padding: 9px 11px;
  }

  .gd-feature-one {
    left: 0;
  }

  .gd-feature-two {
    left: 0;
    bottom: 10px;
  }

  .gd-feature-three {
    right: 0;
    top: 150px;
  }

  .gd-feature small {
    display: none;
  }

  .gd-bottom-info {
    display: none;
  }

  .gd-quote-btn {
    padding: 15px 20px;
  }
}


@media (max-width: 480px) {

  .gd-hero h1 {
    font-size: 36px;
  }

  .gd-hero-buttons {
    flex-direction: column;
  }

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

  .gd-hero-visual {
    width: 290px;
    height: 315px;
  }

  .gd-big-circle {
    width: 270px;
    height: 270px;
    left: 10px;
  }

  .gd-inner-circle {
    width: 230px;
    height: 230px;
    left: 30px;
  }

  .gd-inner-circle img {
    width: 260px;
  }
}

/*section 2*/
/* ========================================
   GARAGE DOOR ABOUT SECTION
======================================== */

.garage-about-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: #fbf7f1;
}


/* ========================================
   LEFT IMAGE AREA
======================================== */

.garage-about-visual {
  position: relative;
  margin: auto;
}


/* IMAGE DIAMONDS */

.garage-shape {
  position: absolute;
  overflow: hidden;
  background: #eeeeee;
  border: 8px solid #fbf7f1;
  transform: rotate(45deg);
}

.garage-shape img {
  width: 145%;
  height: 145%;
  object-fit: cover;
  position: absolute;
  top: -22%;
  left: -22%;
  transform: rotate(-45deg);
}



/* ========================================
   TOOLBOX IMAGE
======================================== */

.garage-toolbox {
  position: absolute;
  width: 240px;
  left: -40px;
  bottom: -35px;
  object-fit: contain;
  z-index: 8;
}


/* ========================================
   EXPERIENCE BADGE
======================================== */

.garage-experience {
  position: absolute;
  width: 170px;
  height: 170px;
  right: 0;
  bottom: 30px;
  z-index: 10;
}

.experience-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #30271f;
  background: #fff9f3;

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

  text-align: center;
}

.experience-years {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #ffd3b0;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 38px;
  line-height: 1;
  color: #251206;
  font-weight: 800;
}

.experience-circle small {
  margin-top: 9px;
  max-width: 105px;
  color: #251206;
  font-size: 13px;
  font-weight: 700;
}


/* ========================================
   RIGHT CONTENT
======================================== */

.garage-about-content {
  position: relative;
  z-index: 5;
  padding-left: 25px;
}


/* LABEL */

.garage-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #e98b45;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;

  border-top: 1px solid #e98b45;
  border-bottom: 1px solid #e98b45;

  padding: 6px 0;
  margin-bottom: 27px;
}

.garage-section-label span {
  width: 9px;
  height: 9px;
  background: #e98b45;
  transform: rotate(45deg);
}


/* TITLE */

.garage-about-content h2 {
  max-width: 640px;
  color: #251206;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

.garage-about-content h2 span {
  display: block;
}


/* INTRO */

.garage-about-lead {
  color: #78736e;
  font-size: 16px;
  line-height: 1.8;
  max-width: 650px;
  margin-bottom: 40px;
}


/* ========================================
   FEATURES
======================================== */

.garage-feature-row {
  margin-bottom: 28px;
}

.garage-feature {
  display: flex;
  gap: 17px;
}

.garage-feature-icon {
  min-width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #e98b45;
  color: #e98b45;

  font-size: 27px;
}

.garage-feature h3 {
  color: #251206;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

.garage-feature p {
  margin: 0;
  color: #7c7772;
  line-height: 1.7;
  font-size: 14px;
}


/* ========================================
   DESCRIPTION
======================================== */

.garage-about-text {
  color: #77716d;
  font-size: 15px;
  line-height: 1.8;
  max-width: 650px;
  margin-bottom: 28px;
}


/* ========================================
   BENEFITS
======================================== */

.garage-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px 35px;
  margin-bottom: 36px;
}

.garage-benefit {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #28170c;
  font-size: 15px;
  font-weight: 600;
}

.garage-benefit i {
  color: #e98b45;
  font-size: 18px;
}


/* ========================================
   BUTTON
======================================== */

.garage-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;

  background: #e98b45;
  color: #ffffff;

  padding: 20px 30px;

  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;

  transition: 0.3s ease;
}

.garage-about-btn:hover {
  background: #251206;
  color: #ffffff;
}

.garage-about-btn i {
  transition: 0.3s ease;
}

.garage-about-btn:hover i {
  transform: translateX(5px);
}


/* ========================================
   BACKGROUND DECORATIONS
======================================== */

.garage-about-decoration {
  position: absolute;
  color: rgba(233, 139, 69, 0.16);
  z-index: 1;animation: garageGearSpin 4s linear infinite;
}

.garage-decoration-one {
  font-size: 130px;
  top: 40px;
  left: 45px;
  transform: rotate(-20deg);
}

.garage-decoration-two {
  font-size: 115px;
  right: 55px;
  bottom: 50px;
}


/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1199px) {

  .garage-about-visual {
    transform: scale(0.9);
  }

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

}


@media (max-width: 991px) {

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

  .garage-about-visual {
    margin-bottom: 60px;
  }

  .garage-about-content {
    padding-left: 0;
    text-align: center;
  }

  .garage-section-label {
    justify-content: center;
  }

  .garage-about-content h2,
  .garage-about-lead,
  .garage-about-text {
    margin-left: auto;
    margin-right: auto;
  }

  .garage-feature {
    text-align: left;
  }

  .garage-benefits {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    text-align: left;
  }

}


@media (max-width: 767px) {

  .garage-about-section {
    padding: 65px 0;
  }

  .garage-about-visual {
    width: 420px;
    height: 440px;
    transform: none;
  }

  .garage-shape-one {
    width: 180px;
    height: 180px;
    left: 115px;
    top: 105px;
  }

  .garage-shape-two {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 180px;
  }

  .garage-shape-three {
    width: 120px;
    height: 120px;
    top: 145px;
    left: 20px;
  }

  .garage-shape-four {
    width: 120px;
    height: 120px;
    top: 150px;
    left: 280px;
  }

  .garage-shape-five {
    width: 135px;
    height: 135px;
    top: 275px;
    left: 165px;
  }

  .garage-experience {
    width: 130px;
    height: 130px;
    right: 0;
    bottom: 0;
  }

  .experience-years {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .experience-circle small {
    font-size: 10px;
  }

  .garage-toolbox {
    width: 170px;
    left: -20px;
  }

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

  .garage-feature-row > div {
    margin-bottom: 25px;
  }

}


@media (max-width: 575px) {

  .garage-about-visual {
    width: 310px;
    height: 350px;
  }

  .garage-shape {
    border-width: 5px;
  }

  .garage-shape-one {
    width: 145px;
    height: 145px;
    left: 80px;
    top: 85px;
  }

  .garage-shape-two {
    width: 95px;
    height: 95px;
    left: 130px;
  }

  .garage-shape-three {
    width: 95px;
    height: 95px;
    left: 0;
    top: 115px;
  }

  .garage-shape-four {
    width: 95px;
    height: 95px;
    left: 210px;
    top: 120px;
  }

  .garage-shape-five {
    width: 105px;
    height: 105px;
    left: 120px;
    top: 225px;
  }

  .garage-experience {
    width: 105px;
    height: 105px;
    right: -5px;
  }

  .experience-years {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }

  .experience-circle small {
    font-size: 8px;
    max-width: 75px;
  }

  .garage-toolbox {
    width: 125px;
    bottom: 0;
  }

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

  .garage-about-lead {
    font-size: 14px;
  }

  .garage-benefits {
    grid-template-columns: 1fr;
  }

  .garage-feature {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

}
/*section 2*/
/* =========================================
  section 3
========================================= */

.painting-section {
  position: relative;
  background: #fffaf5;
  padding-top: 30px;
  font-family: Arial, Helvetica, sans-serif;
}


/* =========================================
   CONTAINER
========================================= */

.painting-section .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


/* =========================================
   FEATURE CARDS
========================================= */

.painting-feature-row {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: -128px;
}

.painting-feature-card {
  position: relative;
  min-height: 265px;
  background: #ffffff;
  border: 1px solid #e8d6c8;
  border-radius: 7px;
  padding: 45px 28px 25px 28px;
  overflow: hidden;
}


/* Paint Texture */

.painting-feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 185px;
  height: 200px;

  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(238, 140, 68, 0.20) 0 4px,
      transparent 5px
    );

  opacity: 0.9;
}

.painting-feature-card::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -8px;
  width: 180px;
  height: 150px;

  background: linear-gradient(
    135deg,
    transparent 0 18%,
    rgba(238, 140, 68, 0.11) 18% 21%,
    transparent 21% 29%,
    rgba(238, 140, 68, 0.13) 29% 33%,
    transparent 33% 45%,
    rgba(238, 140, 68, 0.10) 45% 48%,
    transparent 48%
  );

  transform: rotate(-7deg);
}


/* Icon */

.painting-card-icon {
  position: absolute;
  top: 30px;
  left: 29px;

  width: 88px;
  height: 88px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ed8c45;
  border-radius: 50%;

  color: #ffffff;
  font-size: 37px;

  z-index: 2;
}


/* Title */

.painting-card-title {
  position: relative;
  z-index: 2;

  margin-left: 110px;
  min-height: 90px;

  color: #1c0f08;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
}


/* Paragraph */

.painting-feature-card p {
  position: relative;
  z-index: 2;

  margin: 30px 0 0;
  color: #241914;

  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   MAIN SECTION
========================================= */

.painting-main {
  position: relative;
  min-height: 635px;
  display: flex;
  align-items: center;

  padding: 165px 0px 100px;

  background-image:
    linear-gradient(
      rgba(255, 194, 145, 0.76),
      rgba(255, 194, 145, 0.76)
    ),
    url("../img/garage-door-tools.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
}


/* =========================================
   MAIN CONTENT
========================================= */

.painting-main-content {
  display: grid;
  grid-template-columns: 370px 1fr;
  align-items: center;
  gap: 50px;
}


/* =========================================
   IMAGE AREA
========================================= */

.painting-image-area {
  position: relative;
  width: 340px;
  height: 300px;
}


/* Shared Image */

.painting-photo {
  position: absolute;
  background: #ffffff;
  padding: 9px;
}

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


/* Image One */

.painting-photo-one {
  width: 200px;
  height: 230px;

  top: 0;
  left: 0;
}


/* Image Two */

.painting-photo-two {
  width: 200px;
  height: 225px;

  top: 42px;
  left: 135px;
}


/* =========================================
   CONTENT
========================================= */

.painting-copy {
  position: relative;
  z-index: 3;
}

.painting-copy h2 {
  margin: 0 0 38px;

  max-width: 750px;

  color: #1b0c03;

  font-size: 37px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}


/* =========================================
   BUTTON
========================================= */

.painting-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 210px;
  min-height: 64px;

  background: #ffffff;
  border: 1px solid #eb8a44;

  color: #eb8a44;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.painting-btn:hover {
  background: #eb8a44;
  color: #ffffff;
  transform: translateY(-3px);
}


/* =========================================
   SIDE SETTINGS BUTTON
========================================= */

.painting-side-btn {
  position: absolute;

  left: 0;
  top: 0;

  transform: translateY(-42px);

  width: 45px;
  height: 50px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: #ed8c45;
  color: #ffffff;

  text-decoration: none;

  z-index: 9;
}

.painting-side-btn:hover {
  color: #ffffff;
  background: #d97834;
}


/* =========================================
   DECORATIVE DOTS
========================================= */

.painting-dot {
  position: absolute;
  display: block;
  border-radius: 50%;
}

/* Center decorative ball */

.painting-dot-two {
  width: 82px;
  height: 82px;

  left: 63%;
  bottom: 125px;

  background:
    radial-gradient(
      circle at 35% 30%,
      #c99773,
      #a95f35 35%,
      #7b421f 65%,
      #c18d65 100%
    );

  box-shadow:
    inset -10px -10px 18px rgba(0, 0, 0, 0.15),
    inset 7px 7px 15px rgba(255, 255, 255, 0.3);

  animation: paintingFloat 4s ease-in-out infinite;
}


/* =========================================
   BACK TO TOP
========================================= */
/* =========================================
   ANIMATION
========================================= */

@keyframes paintingFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

  .painting-feature-row {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .painting-feature-card {
    min-height: auto;
  }

  .painting-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .painting-main-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .painting-image-area {
    margin: 0 auto;
  }

  .painting-copy {
    text-align: center;
  }

  .painting-copy h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
  }

  .painting-dot-two {
    left: 80%;
    bottom: 70px;
  }
}


@media (max-width: 576px) {

  .painting-section {
    padding-top: 20px;
  }

  .painting-feature-card {
    padding: 25px 20px;
  }

  .painting-card-icon {
    position: relative;

    top: auto;
    left: auto;

    width: 72px;
    height: 72px;

    margin-bottom: 18px;

    font-size: 30px;
  }

  .painting-card-title {
    margin-left: 0;
    min-height: auto;

    font-size: 21px;
  }

  .painting-feature-card p {
    margin-top: 18px;
  }

  .painting-main {
    min-height: auto;
    padding: 55px 0;
  }

  .painting-image-area {
    width: 290px;
    height: 260px;
  }

  .painting-photo-one {
    width: 165px;
    height: 200px;
  }

  .painting-photo-two {
    width: 170px;
    height: 195px;

    left: 115px;
    top: 42px;
  }

  .painting-copy h2 {
    font-size: 35px;
    line-height: 1.18;
  }

  .painting-btn {
    min-width: 185px;
    min-height: 57px;
  }

  .painting-dot-one,
  .painting-dot-two {
    display: none;
  }

}
/*section3*/
/*section4*/
/* =========================================
   Garage Door Services
========================================= */

.garage-services-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 115px;
    background:
        linear-gradient(
            rgba(18, 18, 17, 0.94),
            rgba(18, 18, 17, 0.96)
        ),
        url("images/garage-services-bg.jpg") center center / cover no-repeat;
}


/* Orange Decoration Left */

.garage-services-section::before {
    content: "";
    position: absolute;
    top: 55px;
    left: -70px;

    width: 350px;
    height: 28px;

    background: #e99348;

    opacity: 0.35;

    transform: rotate(31deg);

    pointer-events: none;
}


/* Gray Decoration Right */

.garage-services-section::after {
    content: "";
    position: absolute;
    top: 115px;
    right: -125px;

    width: 440px;
    height: 42px;

    background: #ffffff;

    opacity: 0.23;

    transform: rotate(31deg);

    pointer-events: none;
}


.garage-services-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   Heading
========================================= */

.garage-services-heading {
    margin-bottom: 55px;
}


.services-label {
    display: inline-block;

    color: #e99348;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1.5px;

    border-top: 1px solid #e99348;
    border-bottom: 1px solid #e99348;

    padding: 5px 0;

    margin-bottom: 24px;
}


.services-label span {
    margin-right: 7px;
}


.garage-services-heading h2 {
    color: #ffffff;

    font-size: 52px;
    line-height: 1.1;

    font-weight: 800;

    margin: 0;
}


/* =========================================
   Service Card
========================================= */

.garage-service-card {
    position: relative;

    display: block;

    text-decoration: none;

    overflow: hidden;

    background: #ffffff;

    transition: all 0.35s ease;
}


.garage-service-card:hover {
    transform: translateY(-10px);
}


/* =========================================
   Image
========================================= */

.service-image {
    position: relative;

    height: 405px;

    overflow: hidden;
}


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

    object-fit: cover;

    display: block;

    transition: transform 0.5s ease;
}


.garage-service-card:hover .service-image img {
    transform: scale(1.07);
}


/* =========================================
   Number
========================================= */

.service-number {
    position: absolute;

    left: 4px;
    bottom: 0;

    width: 60px;
    height: 66px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #17120e;

    color: transparent;

    font-size: 39px;
    font-weight: 400;

    -webkit-text-stroke: 1px #e99348;

    border-radius: 0 13px 0 0;
}


/* =========================================
   Bottom Area
========================================= */

.service-bottom {
    position: relative;

    display: flex;

    min-height: 70px;

    background: #ffffff;
}


/* Orange title */

.service-title {
    flex: 1;

    display: flex;
    align-items: center;

    padding: 17px 20px;

    background: #e99348;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.3;

    font-weight: 700;

    transition: all 0.35s ease;
}


/* Arrow */

.service-arrow {
    width: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    color: #17120e;

    font-size: 31px;

    transition: all 0.35s ease;
}


.service-arrow span {
    display: inline-block;

    transition: transform 0.35s ease;
}


/* =========================================
   Hover
========================================= */

.garage-service-card:hover .service-title {
    background: #d98136;
}


.garage-service-card:hover .service-arrow {
    background: #17120e;
    color: #ffffff;
}


.garage-service-card:hover .service-arrow span {
    transform: translate(4px, -4px);
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 1199px) {

    .garage-services-heading h2 {
        font-size: 46px;
    }

    .service-image {
        height: 360px;
    }

    .service-title {
        font-size: 16px;
        padding: 16px;
    }

}


@media (max-width: 991px) {

    .garage-services-section {
        padding: 85px 0;
    }

    .garage-services-heading {
        margin-bottom: 40px;
    }

    .garage-services-heading h2 {
        font-size: 42px;
    }

    .service-image {
        height: 390px;
    }

}


@media (max-width: 767px) {

    .garage-services-section {
        padding: 70px 0;
    }

    .garage-services-heading h2 {
        font-size: 34px;
    }

    .garage-services-heading h2 br {
        display: none;
    }

    .service-image {
        height: 420px;
    }

}


@media (max-width: 575px) {

    .garage-services-section {
        padding: 60px 0;
    }

    .garage-services-heading h2 {
        font-size: 30px;
    }

    .services-label {
        font-size: 12px;
    }

    .service-image {
        height: 380px;
    }

    .service-title {
        font-size: 17px;
    }

}
/*section4*/
/*section5*/
.garage-about-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:#fffaf5;
  min-height: 760px;
}

.garage-about-section .container {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  padding: 0 25px;
  position: relative;
  z-index: 5;
}


/* ========================================
   GRID
======================================== */

.garage-about-grid {
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: center;
  gap: 25px;
}


/* ========================================
   LEFT CONTENT
======================================== */

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

.garage-small-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #e99348;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  padding: 8px 0;
  margin-bottom: 23px;

  border-top: 1px solid #e99348;
  border-bottom: 1px solid #e99348;
}

.garage-diamond {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #e99348;
  transform: rotate(45deg);
}


.garage-about-content h2 {
  max-width: 690px;

  margin: 0 0 25px;

  color: #0a1d3d;
  font-size: 37px;
  line-height: 1.07;
  font-weight: 800;
  letter-spacing: -1.5px;
}


.garage-description {
  max-width: 700px;

  margin: 0 0 31px;

  color: #6a6d72;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}


/* ========================================
   FEATURE LIST
======================================== */

.garage-features {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.garage-feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.garage-feature p {
  margin: 0;

  color: #17233a;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.garage-check {
  width: 22px;
  height: 22px;
  min-width: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 1px;

  background: #e99348;
  color: #ffffff;

  border-radius: 50%;

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


/* ========================================
   RIGHT IMAGE AREA
======================================== */

.garage-specialists-visual {
  position: relative;
  min-height:600px;
}

.garage-image-shape {
  position: absolute;
  top: 15px;
  right: -150px;
  width: 94%;
}




/* TECHNICIAN IS SEPARATE */

.garage-technician {
  position: absolute;
  z-index: 4;
  left: 0px;
  bottom: -120px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

  .garage-technician {
display: none
  }
}


@media (max-width: 991px) {

  .garage-specialists-visual {
    min-height: 580px;
    max-width: 760px;
    width: 100%;
    margin: 20px auto 0;
  }

  .garage-image-shape {
    width: 90%;
    height: 510px;
  }

  .garage-technician {
    right: 0;
    bottom: -60px;
    width: 420px;
  }
}


@media (max-width: 767px) {

  .garage-specialists-visual {
    min-height: 505px;
  }

  .garage-image-shape {
    left: 0;
    right: auto;
    width: 100%;
    height: 420px;
  }

  .garage-technician {
    right: -15px;
    bottom: -35px;
    width: 340px;
  }
}


@media (max-width: 575px) {

  .garage-specialists-visual {
    min-height: 420px;
  }

  .garage-image-shape {
    height: 350px;
  }

  .garage-technician {
    right: -30px;
    width: 285px;
  }
}


/* ========================================
   BACKGROUND GARAGE PARTS
======================================== */

.garage-bg-parts-top {
  width: 400px;

  top: -30px;
  left: -130px;

  transform: rotate(-10deg);
	position: absolute;
  pointer-events: none;

  object-fit: contain;

  opacity: 0.12;

  z-index: 1;
}


.garage-bg-parts-bottom {
  width: 360px;

  bottom: -50px;
  left: -80px;

  opacity: 0.19;
	position: absolute;
  pointer-events: none;

  object-fit: contain;


  z-index: 1;
}


/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1199px) {

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

  .garage-about-grid {
    grid-template-columns: 52% 48%;
  }

  .garage-technician {
    width: 330px;
    left: 30px;
  }

}


@media (max-width: 991px) {

  .garage-about-section {
    padding: 75px 0 40px;
  }

  .garage-about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .garage-about-content {
    max-width: 750px;
  }

  .garage-about-content h2 {
    max-width: 720px;
    font-size: 47px;
  }

  .garage-description {
    max-width: 750px;
  }

  .garage-about-images {
    width: 100%;
    max-width: 720px;

    min-height: 620px;

    margin: auto;
  }

  .garage-collage {
    right: 0;
  }

  .garage-technician {
    left: 14%;
  }

}


@media (max-width: 767px) {

  .garage-about-section {
    padding: 60px 0 35px;
  }

  .garage-about-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .garage-small-title {
    font-size: 13px;
  }

  .garage-about-content h2 {
    font-size: 39px;
    line-height: 1.1;
  }

  .garage-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .garage-feature p {
    font-size: 14px;
  }

  .garage-about-images {
    min-height: 520px;
  }

  .garage-photo-1 {
    height: 135px;
  }

  .garage-photo-2 {
    height: 130px;
    top: 127px;
  }

  .garage-photo-3 {
    height: 130px;
    top: 252px;
  }

  .garage-photo-4 {
    height: 130px;
    top: 377px;
  }

  .garage-technician {
    width: 290px;

    left: 12%;
    bottom: -5px;
  }

  .garage-side-icon {
    display: none;
  }

}


@media (max-width: 575px) {

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

  .garage-about-images {
    min-height: 440px;
  }

  .garage-photo {
    border-width: 4px;
  }

  .garage-photo-1 {
    width: 96%;
    height: 112px;
  }

  .garage-photo-2 {
    width: 95%;
    height: 110px;
    top: 106px;
  }

  .garage-photo-3 {
    width: 94%;
    height: 110px;
    top: 212px;
  }

  .garage-photo-4 {
    width: 95%;
    height: 110px;
    top: 318px;
  }

  .garage-technician {
    width: 245px;

    left: 10%;
    bottom: 0;
  }

  .garage-bg-parts-top {
    width: 260px;
  }

  .garage-bg-parts-bottom {
    width: 250px;
  }

}
/*section5*/
/*section6*/
/* =========================================================
   GARAGE DOOR TESTIMONIAL SECTION
========================================================= */

.garage-testimonials-section {
    position: relative;
    overflow: hidden;
    padding: 85px 0 125px;
    background: #fff1e2;
    font-family: Arial, Helvetica, sans-serif;
    isolation: isolate;
}


/* ==================================================
   HEADING
================================================== */

.garage-testimonials-heading {
    position: relative;
    z-index: 5;
    margin-bottom: 48px;
}

.testimonial-small-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #e98b47;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-small-title::before {
    content: "◆";
    font-size: 10px;
}

.testimonial-small-title span {
    width: 42px;
    height: 1px;
    background: #e98b47;
}

.garage-testimonials-heading h2 {
    max-width: 850px;
    margin: auto;
    color: #1d0900;
    font-size: 55px;
    line-height: 1.05;
    font-weight: 800;
}


/* ==================================================
   CAROUSEL
================================================== */

.garage-testimonial-carousel {
    position: relative;
    z-index: 5;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 65px;
}


/* ==================================================
   TESTIMONIAL CARD
================================================== */

.garage-testimonial-card {
    position: relative;
    min-height: 385px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(86, 45, 15, 0.06);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.garage-testimonial-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 55px rgba(86, 45, 15, 0.12);
}


/* ==================================================
   TOP
================================================== */

.testimonial-top {
    position: relative;
    min-height: 123px;
    padding: 31px 65px 25px 195px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efdbca;
}

.testimonial-profile-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 130px;
    background: #e9904b;
    overflow: hidden;
    border-radius: 18px 0 18px 0;
}

.testimonial-profile-box::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 32px;
    height: 32px;
    background: #a9582b;
    transform: rotate(45deg) translateY(-16px);
}


/* orange geometric pattern */

.profile-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(45deg, transparent 45%, #b95f2d 46%, #b95f2d 52%, transparent 53%),
        linear-gradient(-45deg, transparent 45%, #b95f2d 46%, #b95f2d 52%, transparent 53%);
    background-size: 50px 50px;
}


/* customer image */

.testimonial-avatar {
    position: absolute;
    z-index: 3;
    top: 28px;
    left: 50%;
    width: 88px;
    height: 88px;
    transform: translateX(-50%);
    border: 4px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(39, 14, 0, 0.12);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* customer information */

.testimonial-person h3 {
    margin: 0 0 7px;
    color: #1d0900;
    font-size: 21px;
    font-weight: 800;
}

.testimonial-person p {
    margin: 0;
    color: #45403d;
    font-size: 14px;
}


/* quote */

.testimonial-quote {
    position: absolute;
    right: 34px;
    top: 27px;
    color: #1d0900;
    font-family: Georgia, serif;
    font-size: 69px;
    line-height: 1;
    font-weight: 900;
}


/* folded corner */

.testimonial-top::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    background:
        linear-gradient(
            135deg,
            transparent 49%,
            #fff8f1 50%
        );
}


/* ==================================================
   BODY
================================================== */

.testimonial-body {
    padding: 42px 33px 34px;
}

.testimonial-body p {
    min-height: 118px;
    margin: 0;
    color: #5b5856;
    font-size: 15px;
    line-height: 2;
}

.testimonial-stars {
    margin-top: 24px;
    color: #f39655;
    font-size: 21px;
    letter-spacing: 2px;
}


/* ==================================================
   INDICATORS
================================================== */

.garage-testimonial-indicators {
    position: absolute;
    right: auto;
    bottom: 2px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.garage-testimonial-indicators [data-bs-target] {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1d0900;
    opacity: 1;
}

.garage-testimonial-indicators [data-bs-target].active {
    background: #e98b47;
}

.garage-testimonial-indicators [data-bs-target].active::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 2px solid #e98b47;
    border-radius: 50%;
}


/* ==================================================
   GARAGE DOOR DECORATIONS
================================================== */

/* -------------------------
   TORSION SPRING
------------------------- */

.garage-spring {
    position: absolute;
    top: 78px;
    left: 4%;
    width: 125px;
    height: 55px;
    transform: rotate(-12deg);
    opacity: 0.45;
	animation: paintingFloat 4s ease-in-out infinite;
}

.garage-spring span {
    position: absolute;
    top: 5px;
    width: 25px;
    height: 45px;
    border: 4px solid #e7a873;
    border-radius: 50%;
}

.garage-spring span:nth-child(1) {
    left: 0;
}

.garage-spring span:nth-child(2) {
    left: 18px;
}

.garage-spring span:nth-child(3) {
    left: 36px;
}

.garage-spring span:nth-child(4) {
    left: 54px;
}

.garage-spring span:nth-child(5) {
    left: 72px;
}

.garage-spring span:nth-child(6) {
    left: 90px;
}


/* -------------------------
   GARAGE DOOR PANEL
------------------------- */

.garage-panel-decoration {
    position: absolute;
    right: 6%;
    top: 75px;
    width: 145px;
    height: 100px;
    padding: 10px;
    transform: rotate(8deg);
    background: #d9966d;
    opacity: 0.5;
    box-shadow: 8px 10px 0 rgba(152, 87, 49, 0.18);
	animation: paintingFloat 4s ease-in-out infinite;
}

.garage-panel-decoration span {
    display: block;
    height: 22px;
    margin-bottom: 6px;
    border: 2px solid rgba(135, 73, 37, 0.25);
    background: rgba(255, 255, 255, 0.08);
}


/* -------------------------
   GEAR
------------------------- */
.garage-gear-decoration {
    position: absolute;
    left: 4%;
    top: 48%;
    width: 65px;
    height: 65px;
    border: 9px dotted #e9904b;
    border-radius: 50%;
    opacity: 0.45;
    animation: garageGearSpin 14s linear infinite;
}

.gear-center {
    position: absolute;
    inset: 13px;
    border: 5px solid #e9904b;
    border-radius: 50%;
}

@keyframes garageGearSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* -------------------------
   ROLLER
------------------------- */

.garage-roller-decoration {
    position: absolute;
    top: 44%;
    right: 5%;
    width: 85px;
    height: 45px;
    opacity: 0.45;
    transform: rotate(-15deg);
	animation: garageGearSpin 4s linear infinite;
}

.roller-wheel {
    position: absolute;
    left: 0;
    top: 2px;
    width: 42px;
    height: 42px;
    border: 8px solid #d98249;
    border-radius: 50%;
}

.roller-stem {
    position: absolute;
    left: 35px;
    top: 18px;
    width: 52px;
    height: 8px;
    border-radius: 10px;
    background: #d98249;
}

/* -------------------------
   WRENCH
------------------------- */

.garage-wrench-decoration {
    position: absolute;
    right: 6%;
    bottom: 80px;
    width: 120px;
    height: 60px;
    transform: rotate(-32deg);
    opacity: 0.28;
}

.wrench-handle {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 88px;
    height: 13px;
    border-radius: 10px;
    background: #cf7540;
}

.wrench-head {
    position: absolute;
    left: 0;
    top: 11px;
    width: 45px;
    height: 45px;
    border: 12px solid #cf7540;
    border-right-color: transparent;
    border-radius: 50%;
}


/* texture effect */

.garage-testimonials-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image:
        radial-gradient(
            circle at 15% 80%,
            #f2cda8 0,
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 88%,
            #f0c79d 0,
            transparent 30%
        );
}


/* ==================================================
   CAROUSEL ANIMATION
================================================== */

.garage-testimonial-carousel .carousel-item {
    transition: transform 0.8s ease-in-out;
}

.garage-testimonial-carousel .carousel-item.active
.garage-testimonial-card {
    animation: garageCardIn 0.75s ease both;
}

.garage-testimonial-carousel .carousel-item.active
.col-lg-6:nth-child(2)
.garage-testimonial-card {
    animation-delay: 0.12s;
}

@keyframes garageCardIn {

    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .garage-testimonials-section {
        padding: 70px 0 100px;
    }

    .garage-testimonials-heading h2 {
        font-size: 44px;
    }

    .garage-testimonial-card {
        max-width: 650px;
        margin: auto;
    }

    .garage-panel-decoration {
        right: 1%;
        opacity: 0.22;
    }

    .garage-spring {
        left: 1%;
        opacity: 0.25;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 575px) {

    .garage-testimonials-section {
        padding: 55px 0 90px;
    }

    .garage-testimonials-heading {
        margin-bottom: 35px;
    }

    .testimonial-small-title {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .testimonial-small-title span {
        width: 25px;
    }

    .garage-testimonials-heading h2 {
        font-size: 34px;
        line-height: 1.12;
    }

    .garage-testimonials-heading h2 br {
        display: none;
    }

    .testimonial-top {
        min-height: 125px;
        padding: 25px 48px 22px 120px;
    }

    .testimonial-profile-box {
        width: 100px;
        height: 125px;
    }

    .testimonial-avatar {
        width: 70px;
        height: 70px;
        top: 27px;
    }

    .testimonial-person h3 {
        font-size: 17px;
    }

    .testimonial-person p {
        font-size: 12px;
        line-height: 1.45;
    }

    .testimonial-quote {
        right: 17px;
        top: 25px;
        font-size: 50px;
    }

    .testimonial-body {
        padding: 30px 25px;
    }

    .testimonial-body p {
        min-height: auto;
        font-size: 14px;
        line-height: 1.8;
    }

    .testimonial-stars {
        margin-top: 20px;
        font-size: 18px;
    }

    .garage-spring,
    .garage-panel-decoration,
    .garage-roller-decoration {
        opacity: 0.13;
    }

}
/*section6*/
/*section7*/
/* ===================================
   GARAGE DOOR CONTACT SECTION
=================================== */

.garage-contact-section {
  position: relative;
  width: 100%;
  min-height: 780px;

  display: grid;
  grid-template-columns:
    minmax(250px, 18%)
    minmax(420px, 31%)
    minmax(520px, 36%)
    minmax(240px, 15%);

  background: #17100c;

  overflow: hidden;
}


/* ===================================
   PHOTOS
=================================== */

.garage-photo {
  position: relative;
  min-height: 780px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.garage-photo-left {
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0.08)
    ),
    url("images/garage-door-repair-contact.jpg");
}


.garage-photo-right {
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.06),
      rgba(0, 0, 0, 0.06)
    ),
    url("images/garage-door-service-tools.jpg");
}


/* ===================================
   LEFT ORANGE AREA
=================================== */

.garage-orange-shape {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 52%;

  background: #e99348;
}


.garage-tools-box {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 30px;

  z-index: 3;

  display: flex;
  justify-content: center;
}


.garage-tools-box img {
  width: 95%;
  max-width: 340px;

  height: auto;

  object-fit: contain;
}


/* ===================================
   CONTACT DETAILS
=================================== */

.garage-contact-details {
  position: relative;

  color: #ffffff;

  padding: 65px 50px 120px;

  background:
    linear-gradient(
      rgba(23, 16, 12, 0.94),
      rgba(23, 16, 12, 0.94)
    ),
    url("images/garage-door-tools-bg.jpg");

  background-size: cover;
  background-position: center;
}


.garage-contact-details::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 95px;

  background: #e99348;
}


.garage-contact-inner {
  position: relative;
  z-index: 3;
}


.garage-eyebrow {
  margin: 0 0 10px;

  color: #e99348;

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

  letter-spacing: 2px;
}


.garage-contact-details h2 {
  margin: 0 0 36px;

  color: #ffffff;

  font-size: 42px;
  line-height: 1.13;

  font-weight: 800;
}


/* ===================================
   CONTACT ITEM
=================================== */

.garage-contact-item {
  display: flex;

  align-items: center;

  gap: 20px;

  margin-bottom: 20px;
}


.garage-contact-icon {
  flex: 0 0 70px;

  width: 70px;
  height: 70px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #ffffff;

  background: #e99348;

  color: #ffffff;

  font-size: 28px;
}


.garage-contact-text h3 {
  margin: 0 0 3px;

  color: #e99348;

  font-size: 19px;
  font-weight: 800;
}


.garage-contact-text p,
.garage-contact-text a {
  margin: 0;

  color: #ffffff;

  font-size: 15px;

  line-height: 1.6;

  text-decoration: none;
}


.garage-contact-text a:hover {
  color: #e99348;
}


.garage-hours {
  margin-bottom: 0;
}


/* ===================================
   FORM AREA
=================================== */

.garage-form-wrapper {
  position: relative;

  z-index: 10;

  align-self: center;

  padding: 45px 45px;

  background: #ffffff;

  box-shadow:
    0 20px 55px
    rgba(0, 0, 0, 0.25);
}


/* small top line */

.garage-form-eyebrow {
  margin: 0 0 8px;

  color: #e99348;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 1.8px;
}


/* form title */

.garage-form-heading h2 {
  margin: 0 0 14px;

  color: #1b120d;

  font-size: 31px;

  line-height: 1.22;

  font-weight: 800;
}


/* form intro */

.garage-form-heading > p:last-child {
  margin: 0 0 24px;


  color: #756e68;

  font-size: 14px;

  line-height: 1.65;
}


/* ===================================
   FORM RESET
=================================== */

.CUS.contact-form fieldset {
  margin: 0;
  padding: 0;

  border: 0;
}


.CUS.contact-form label {
  display: block;

  margin: 0;
}


/* ===================================
   MAIN FORM GRID
=================================== */

.CUS.contact-form .form-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 13px;

  margin-bottom: 13px;
}


/* ===================================
   DATE GRID
=================================== */

.CUS.contact-form .date-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 13px;

  margin-bottom: 13px;
}


/* ===================================
   FORM FIELDS
=================================== */

.CUS.contact-form input,
.CUS.contact-form select,
.CUS.contact-form textarea {
  width: 100%;

  border: 1px solid #e7d9d0;

  border-radius: 0;

  background: #ffffff;

  color: #24201d;

  font-family: inherit;

  font-size: 14px;

  outline: none;

  transition:
    border-color .25s ease,
    box-shadow .25s ease;
}


.CUS.contact-form input,
.CUS.contact-form select {
  height: 54px;

  padding: 0 16px;
}


.CUS.contact-form textarea {
  min-height: 118px;

  padding: 16px;

  resize: vertical;

  margin-bottom: 13px;
}


.CUS.contact-form input::placeholder,
.CUS.contact-form textarea::placeholder {
  color: #89817b;
}


.CUS.contact-form input:focus,
.CUS.contact-form select:focus,
.CUS.contact-form textarea:focus {
  border-color: #e99348;

  box-shadow:
    0 0 0 3px
    rgba(242, 139, 34, 0.12);
}


/* ===================================
   SUBMIT BUTTON
=================================== */

.CUS.contact-form .submit {
  width: 100%;

  min-height: 58px;

  border: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  background: #f27612;

  color: #ffffff;

  font-size: 14px;

  font-weight: 800;

  text-transform: uppercase;

  cursor: pointer;

  transition:
    background .3s ease,
    transform .3s ease;
}


.CUS.contact-form .submit:hover {
  background: #17100c;

  transform: translateY(-2px);
}


/* ===================================
   RIGHT TOOLS
=================================== */

.garage-right-tools {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 15px;

  display: flex;

  justify-content: center;

  z-index: 2;
}


.garage-right-tools img {
  width: 95%;

  max-width: 310px;

  height: auto;

  object-fit: contain;
}


/* ===================================
   ACCESSIBILITY
=================================== */

.sr-only {
  position: absolute;

  width: 1px;
  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  border: 0;
}


/* ===================================
   LARGE SCREEN
=================================== */

@media (max-width: 1500px) {

  .garage-contact-section {
    grid-template-columns:
      15%
      31%
      39%
      15%;
  }


  .garage-contact-details {
    padding-left: 35px;
    padding-right: 35px;
  }


  .garage-contact-details h2 {
    font-size: 36px;
  }


  .garage-form-wrapper {
    padding: 38px 35px;
  }


  .garage-form-heading h2 {
    font-size: 28px;
  }

}


/* ===================================
   LAPTOP
=================================== */

@media (max-width: 1199px) {

  .garage-contact-section {
    grid-template-columns:
      1fr
      1fr;
  }


  .garage-photo-left {
    min-height: 520px;
  }


  .garage-contact-details {
    min-height: 520px;
  }


  .garage-form-wrapper {
    margin: 0;

    min-height: 680px;

    display: flex;
    flex-direction: column;
    justify-content: center;

  }


  .garage-photo-right {
    min-height: 680px;
  }


  .garage-contact-details::after {
    display: none;
  }

}


/* ===================================
   TABLET
=================================== */

@media (max-width: 767px) {

  .garage-contact-section {
    display: block;
  }


  .garage-photo-left {
    min-height: 430px;
  }


  .garage-orange-shape {
    height: 45%;
  }


  .garage-tools-box img {
    max-width: 280px;
  }


  .garage-contact-details {
    padding: 50px 22px;
  }


  .garage-contact-details h2 {
    font-size: 31px;
  }


  .garage-contact-item {
    align-items: flex-start;

    gap: 15px;
  }


  .garage-contact-icon {
    flex: 0 0 60px;

    width: 60px;
    height: 60px;

    font-size: 24px;
  }


  .garage-contact-text h3 {
    font-size: 17px;
  }


  .garage-contact-text p,
  .garage-contact-text a {
    font-size: 14px;
  }


  .garage-form-wrapper {
    padding: 38px 20px;

    min-height: auto;
  }


  .garage-form-heading h2 {
    font-size: 26px;
  }


  .CUS.contact-form .form-grid,
  .CUS.contact-form .date-grid {
    grid-template-columns: 1fr;
  }


  .garage-photo-right {
    min-height: 480px;
  }

}


/* ===================================
   MOBILE
=================================== */

@media (max-width: 480px) {

  .garage-photo-left {
    min-height: 380px;
  }


  .garage-contact-details h2 {
    font-size: 27px;
  }


  .garage-contact-icon {
    flex: 0 0 54px;

    width: 54px;
    height: 54px;

    font-size: 21px;
  }


  .garage-contact-text a {
    overflow-wrap: anywhere;
  }


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


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


  .garage-photo-right {
    min-height: 400px;
  }

}
/*section7*/
/*section8*/
/* ==============================
   GARAGE DOOR FAQ SECTION
================================ */

.garage-faq-section {
    position: relative;
    overflow: hidden;
    padding: 85px 20px 100px;
    background-image:
        linear-gradient(
            rgba(12, 10, 8, 0.88),
            rgba(18, 14, 10, 0.90)
        ),
        url("images/garage-door-tools-bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}

.garage-faq-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(224, 125, 38, 0.05),
            transparent 55%
        );

    pointer-events: none;
}

.garage-faq-container {
    width: 100%;
    max-width: 1220px;
    margin: auto;
    position: relative;
    z-index: 5;
}


/* ==============================
   TOP
================================ */

.faq-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 45px;
}


/* Eyebrow */

.faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 6px 0;

    border-top: 1px solid #eb8a39;
    border-bottom: 1px solid #eb8a39;

    color: #eb8a39;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.faq-diamond {
    width: 9px;
    height: 9px;
    display: inline-block;

    background: #eb8a39;

    transform: rotate(45deg);
}


/* Heading */

.faq-heading h2 {
    margin: 24px 0 0;

    color: #ffffff;

    font-size: 56px;
    line-height: 1.08;
    font-weight: 800;
}


/* Intro */

.faq-intro p {
    color: #d5d2ce;

    font-size: 17px;
    line-height: 1.8;

    margin: 0 0 25px;
}


/* Button */

.faq-view-btn {
    width: 100%;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #eb8a39;

    color: #eb8a39;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;

    transition: 0.3s ease;
}

.faq-view-btn:hover {
    background: #eb8a39;
    color: #ffffff;
}


/* ==============================
   FAQ GRID
================================ */

.garage-faq-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 25px;
}


/* ==============================
   FAQ CARD
================================ */

.garage-faq-card {
    position: relative;

    min-height: 330px;

    background:
        linear-gradient(
            120deg,
            #fff8f0 0%,
            #f8e5d3 100%
        );

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.garage-faq-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 18px 35px
        rgba(0, 0, 0, 0.28);
}


/* Pattern */

.faq-pattern {
    position: absolute;

    width: 150px;
    height: 100%;

    left: 0;
    top: 0;

    opacity: 0.07;

    background-image:
        repeating-linear-gradient(
            45deg,
            #9f6944 0,
            #9f6944 1px,
            transparent 1px,
            transparent 16px
        );
}


/* Orange Corners */

.faq-corner {
    position: absolute;

    width: 18px;
    height: 18px;

    background: #ec8c3a;
}

.faq-corner-top {
    right: 0;
    top: 0;
}

.faq-corner-side {
    right: 0;
    bottom: 0;

    height: 48%;
    width: 7px;
}


/* Inner */

.faq-card-inner {
    position: relative;

    display: flex;

    gap: 25px;

    padding: 35px 38px 38px;

    z-index: 2;
}


/* Question Circle */

.faq-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #e2781c,
            #ef963f
        );

    color: #ffffff;

    font-size: 28px;
    font-weight: 700;
}


/* Text */

.faq-card-content {
    width: 100%;
}

.faq-card-content h3 {
    margin: 0;

    color: #17120e;

    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.faq-card-content p {
    margin: 0;

    color: #554b43;

    font-size: 15px;
    line-height: 1.65;
}


/* Orange Divider */

.faq-line {
    position: relative;

    height: 1px;

    margin: 25px 0 20px;

    background: #e78a3d;
}

.faq-line span {
    position: absolute;

    width: 10px;
    height: 10px;

    right: -2px;
    top: 50%;

    border-radius: 50%;

    background: #e78a3d;

    transform: translateY(-50%);
}


/* ==============================
   DECORATIVE GARAGE TOOLS
================================ */

.faq-tool {
    position: absolute;

    pointer-events: none;

    user-select: none;

    opacity: 0.3;

    z-index: 1;
}

.faq-tool-left {
    left: -100px;
    bottom: -60px;

    width: 350px;

    transform: rotate(-15deg);
}

.faq-tool-right {
    right: -70px;
    top: 20px;

    width: 330px;

    transform: rotate(12deg);
}


/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .garage-faq-section {
        padding:
            70px 20px
            80px;
    }

    .faq-top {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .faq-heading h2 {
        font-size: 46px;
    }

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

    .garage-faq-card {
        min-height: auto;
    }

}


/* ==============================
   MOBILE
================================ */

@media (max-width: 575px) {

    .garage-faq-section {
        padding:
            55px 15px
            65px;
    }

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

    .faq-intro p {
        font-size: 15px;
    }

    .faq-card-inner {
        padding:
            27px 22px
            30px;

        gap: 15px;
    }

    .faq-icon {
        flex-basis: 44px;

        width: 44px;
        height: 44px;

        font-size: 23px;
    }

    .faq-card-content h3 {
        font-size: 19px;
    }

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

    .faq-line {
        margin:
            19px 0
            17px;
    }

    .faq-tool-left,
    .faq-tool-right {
        width: 220px;

        opacity: 0.16;
    }

}
/*section8*/
/*section9*/
/* ==============================
   GARAGE DOOR LEAGUE CITY FOOTER
================================ */

.garage-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  background:#1f1f1e;
}

.garage-footer::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 70px;
  width: 300px;
  height: 300px;
  background: url("garage-door-tools-left.png") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.garage-footer::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 40px;
  width: 320px;
  height: 320px;
  background: url("garage-door-tools-right.png") center / contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.garage-footer-main {
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
}

.garage-footer .container {
  width: min(1170px, calc(100% - 40px));
  margin: auto;
}

.garage-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1.15fr 0.9fr 1.15fr;
  gap: 50px;
}

.garage-footer-column h3 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.garage-footer-about p,
.garage-footer-hours > p {
  margin: 24px 0;
  color: #c7cbd0;
  font-size: 15px;
  line-height: 1.8;
}


/* LOGO */

.garage-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
}

.garage-footer-logo strong {
  color: #f28c38;
}

.garage-logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  color: #f28c38;
  border: 2px solid #f28c38;
  transform: rotate(45deg);
  font-size: 16px;
}


/* SERVICE LIST */

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

.garage-footer-service-list li,
.garage-footer-links li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.garage-footer-service-list span,
.garage-footer-links span {
  color: #f28c38;
  font-size: 9px;
}

.garage-footer-service-list a,
.garage-footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}

.garage-footer-service-list a:hover,
.garage-footer-links a:hover {
  color: #f28c38;
  padding-left: 4px;
}


/* CONTACT */

.garage-contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 23px;
}

.garage-contact-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(242, 140, 56, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.garage-contact-item small {
  display: block;
  margin-bottom: 5px;
  color: #8f969d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.garage-contact-item a,
.garage-contact-item p {
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}

.garage-contact-item a:hover {
  color: #f28c38;
}


/* HOURS */

.garage-hours-box {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 7px 20px;
  margin: 20px 0;
}

.garage-hours-box > div {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.garage-hours-box > div:last-child {
  border-bottom: 0;
}

.garage-hours-box span {
  display: block;
  color: #f28c38;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 700;
}

.garage-hours-box strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}


/* BUTTON */

.garage-footer-btn {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: #f28c38;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease;
}

.garage-footer-btn:hover {
  background: #ffffff;
  color: #101820;
}


/* BOTTOM FOOTER */

.garage-footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.garage-footer-bottom-inner {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.garage-footer-bottom p {
  margin: 0;
  color: #d3d6d9;
  font-size: 13px;
}

.garage-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.garage-footer-bottom-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}

.garage-footer-bottom-links span {
  color: #646b72;
}

.garage-footer-bottom-links a:hover {
  color: #f28c38;
}


/* BACK TO TOP */

.garage-back-top {
  position: absolute;
  z-index: 5;
  left: 30px;
  bottom: 25px;
  width: 38px;
  height: 38px;
  border: 1px solid #f28c38;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f28c38;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.garage-back-top:hover {
  background: #f28c38;
  color: #ffffff;
}


/* RESPONSIVE */

@media (max-width: 1100px) {

  .garage-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	.garage-image-grid img{max-width: 100%;height: auto}

}


@media (max-width: 767px) {

  .garage-footer-main {
    padding: 60px 0 45px;
  }

  .garage-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .garage-footer-bottom-inner {
    padding: 25px 0;
    flex-direction: column;
    text-align: center;
    min-height: auto;
  }

  .garage-footer-bottom-links {
    justify-content: center;
  }

  .garage-back-top {
    right: 15px;
    bottom: 15px;
  }

}


@media (max-width: 480px) {

  .garage-footer .container {
    width: calc(100% - 30px);
  }

  .garage-footer-logo {
    font-size: 20px;
  }

  .garage-contact-item a {
    word-break: break-word;
  }

}
/*section9*/
/*brands*/
/* =========================================
   GARAGE DOOR BRANDS
========================================= */
.garage-brands-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 20%, rgba(233, 147, 72, 0.13), transparent 25%),
    radial-gradient(circle at 95% 80%, rgba(233, 147, 72, 0.10), transparent 25%),
    #fbf7f2;
}


/* HEADING */

.garage-brands-heading {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.garage-brands-subtitle {
  display: inline-block;
  margin-bottom: 12px;
  color: #e99348;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}

.garage-brands-heading h2 {
  margin: 0 0 16px;
  color: #1b0c03;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
}

.garage-brands-heading p {
  max-width: 650px;
  margin: auto;
  color: #685d57;
  font-size: 16px;
  line-height: 1.8;
}


/* GRID */

.garage-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}


/* BRAND CARD */

.garage-brand-card {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid #eee5de;
  border-radius: 12px;

  text-align: center;
  overflow: hidden;

  box-shadow: 0 10px 35px rgba(27, 12, 3, 0.07);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}


/* TOP ACCENT */

.garage-brand-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #e99348;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.garage-brand-card:hover::before {
  width: 100%;
}


/* BRAND NAME */

.garage-brand-card span {
  position: relative;
  z-index: 2;
  color: #1b0c03;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  transition: color 0.3s ease;
}

.garage-brand-card small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 5px;
  color: #e99348;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
}


/* HOVER */

.garage-brand-card:hover {
  transform: translateY(-7px);
  border-color: #e99348;
  box-shadow: 0 18px 40px rgba(27, 12, 3, 0.13);
}

.garage-brand-card:hover span {
  color: #e99348;
}


/* BOTTOM */

.garage-brands-bottom {
  margin-top: 45px;
  text-align: center;
}

.garage-brands-bottom p {
  margin-bottom: 18px;
  color: #685d57;
  font-size: 15px;
}


/* BUTTON */

.garage-brands-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 15px 28px;

  background: #e99348;
  color: #1b0c03;

  border-radius: 6px;

  font-size: 15px;
  font-weight: 800;
  text-decoration: none;

  box-shadow: 0 8px 20px rgba(233, 147, 72, 0.25);

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.garage-brands-btn:hover {
  background: #1b0c03;
  color: #ffffff;
  transform: translateY(-3px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

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

}


@media (max-width: 767px) {

  .garage-brands-section {
    padding: 65px 0;
  }

  .garage-brands-heading {
    margin-bottom: 35px;
  }

  .garage-brands-heading h2 {
    font-size: 34px;
  }

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

  .garage-brand-card {
    min-height: 100px;
    padding: 15px 10px;
  }

  .garage-brand-card span {
    font-size: 17px;
  }

}


@media (max-width: 420px) {

  .garage-brands-heading h2 {
    font-size: 29px;
  }

  .garage-brands-grid {
    grid-template-columns: 1fr;
  }

  .garage-brand-card {
    min-height: 90px;
  }

}
/*brands*/
@font-face{font-display:block;font-family:bootstrap-icons;src:url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff")}
.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.bi-arrow-right::before{content:"\f138"}.bi-check-circle::before{content:"\f26b"}.bi-clock-history::before{content:"\f292"}.bi-clock::before{content:"\f293"}.bi-door-open::before{content:"\f308"}.bi-envelope::before{content:"\f32f"}.bi-facebook::before{content:"\f344"}.bi-gear-fill::before{content:"\f3e2"}.bi-gear-wide-connected::before{content:"\f3e3"}.bi-geo-alt::before{content:"\f3e8"}.bi-globe2::before{content:"\f3ef"}.bi-instagram::before{content:"\f437"}.bi-layers::before{content:"\f45b"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone::before{content:"\f5c1"}.bi-tools::before{content:"\f5db"}.bi-twitter-x::before{content:"\f8db"} .bi-arrow-repeat::before{content:"\f130"}.bi-door-open-fill::before{content:"\f307"}.bi-exclamation-triangle-fill::before{content:"\f33a"}.bi-gear-fill::before{content:"\f3e2"}.bi-house-door-fill::before{content:"\f422"}.bi-house-fill::before{content:"\f424"}.bi-nut-fill::before{content:"\f4a8"}.bi-tools::before{content:"\f5db"}.bi-wifi::before{content:"\f61c"}.bi-building-fill-gear::before{content:"\f871"}