@font-face {
  font-family: Rajd;
  src: url(Rajdhani-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: RajdMed;
  src: url(Rajdhani-Medium.ttf);
  font-weight: normal;
}
@font-face {
  font-family: RajdBold;
  src: url(Rajdhani-Bold.ttf);
  font-weight: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-family: Rajd;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  font-size: 1.1em;
}
header {
  background-color: rgba(221, 232, 241, 0.5);
  width: 100%;
  height: auto;
  padding: 0 3%;
}
.header-div {
  min-height: 170px;
  max-width: 1440px;
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.logo {
  width: 140px;
  height: auto;
}
.title-container {
  width: auto;
  height: auto;
  
  color: rgb(31, 31, 31);
  text-align: center;
}
header h2 {
  font-family: Rajd;
  /* font-weight: normal; */
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #2d5a78;
  margin-bottom: 10px;
}
h1 {
  font-family: Rajd;
  font-size: 1.4em;
  /* margin: 10px; */
  margin-bottom: 7px; 
  padding: 0;
  font-weight: 500;
  max-width: 920px;
}
.btn {
  width: 160px;
  /* background-color: rgb(255, 255, 255); */
  /* background-color: #2d5a78; */
  background-color: #a8bc6c;
  /* color: #ffffff; */
  border: none;
  padding: 10px;
  font-size: 1.1em;
  margin: 10px;
  margin-inline: 20px;
  cursor: pointer;
  border-radius: 500px;
  font-family: Rajd;
  transition: background-color 250ms, color 250ms, scale 250ms;
}
.btn:hover {
  background-color: #2d5a78;
  color: rgb(255, 255, 255);
}
.locally-owned {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  gap: 12px;

}
.hamburger-menu {
  width: 40px;
  cursor: pointer;
  display: none;
}
.mobile-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  background-color: #e6eff5;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 500ms;
}
.mobile-menu.show {
  transform: translateX(0);
}
.close-menu {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.phone-div {
  display: flex;
  justify-content: end;
  width: 100%;
  gap: 10px;
  transform: translateX(2px);
}
.phone-div p {
  /* margin-top: 20px; */
  position: relative;
}
.phone-icon {
  /* position: absolute; */
  width: 37px;
  height: 37px;
  top: 80px;
  right: 0px;
  filter: invert(31%) sepia(16%) saturate(1683%) hue-rotate(161deg) brightness(95%) contrast(88%);
  transition: transform 250ms;
  z-index: 1;
}
.phone-icon:hover {
  transform: scale(0.9);
}
.text-icon {
  /* position: absolute; */
  width: 37px;
  height: 37px;
  top: 80px;
  right: 50px;
  filter: invert(31%) sepia(16%) saturate(1683%) hue-rotate(161deg) brightness(95%) contrast(88%);
  transition: transform 250ms;
  z-index: 1;
}
.text-icon:hover {
  transform: scale(0.9);
}
.book-icon {
  width: 37px;
  height: 37px;
  top: 80px;
  right: 0px;
  filter: invert(31%) sepia(16%) saturate(1683%) hue-rotate(161deg) brightness(95%) contrast(88%);
  transition: transform 250ms;
  z-index: 1;
  transform: translateY(-3px);
}
.book-icon:hover {
  transform: scale(0.9);
}
.phone-text {
  font-size: 1.3em;
  letter-spacing: 1.5px;
  color: #2a5a7c;
    font-weight: bold;
  
}
.phone-text-call {
  font-size: 1.3em;
}
.flatirons-img {
  width: 200px;
  height: auto;
  opacity: 0.8;
  display: none;
}


/* ------------------------------------------- */
/* Quote Overlay */
/* ------------------------------------------- */
.quote-overlay {
  position: fixed;
  display: grid;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}
.quote-overlay-inner {
  width: 50%;
  height: min-content;
  /* max-height: 700px; */
  background-color: #ffffff;
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 30px;
}
.close-x {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.quote-overlay-inner h2 {
  font-size: 5em;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 0.1rem;
  line-height: 1em;
  /* margin-top: 0.5em; */
}
.quote-overlay-inner h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
  
}
.quote-overlay-inner p {
  font-size: 1.2em;
  /* margin-bottom: 0.5em; */
}
.quote-overlay-inner span {
  font-size: 1.2em;
}

/* ------------------------------------------- */
/* Contact Form */
.contact-container {
  width: auto;
  height: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.input-box {
  width: 75%;
  height: 50%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 12px;
  justify-content: center;
}

.input-box input {
  background-color: rgb(250, 250, 250);
  border-radius: 2px;
  border-style: none;
  font-family: Rajd;
  border: 1px solid black;
}
.input-box input:focus {
  background-color: rgb(250, 250, 250);
  
}
#comments {
  width: 100%;
  grid-column: span 2;
  margin-left: 0;
}
.input-box button {
  margin: auto;
  /* margin-right: 0; */
  grid-column: span 2;
}
input,
select {
  margin: auto;
  height: 40px;
  font-size: 1em;
  width: 100%;
  padding-left: 5px;
}
input:focus {
  background-color: rgb(255, 255, 255);
}
.contact-container .btn {
  width: 100%;
  height: 45px;
  font-size: 1em;
}

/* ------------------------------------------- */
/* Hero Main Section */
/* ------------------------------------------- */
.main-section {
  background-color: #dde8f180;
  background: linear-gradient(180deg, #dde8f180, transparent);
  /* background: linear-gradient(#dde8f180, #ffffff); */
  padding: 0 3%;
}
.hero-div {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  gap: 40px;
  background-image: url(./flatirons2.svg);
  background-size: 50%;
  background-position: 30% bottom;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  margin: 0 auto;
  padding: 80px 0;
}
.title-counter-div {
  display: flex;
  flex-direction: column;
 justify-content: center;
 align-self: center;
}
.main-section h1 {
  color: #3e5c6b;
  /* font-size: 5em; */
  font-size: clamp(4rem, 6vw, 5em);
  font-family: RajdBold;
  line-height: 1.05em;
  /* text-align: end; */
  margin-bottom: 20px;
}
.hero-subtitle {
  max-width: 800px;
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 35px;
}
.hero-btns .btn {
  margin: 0;
  width: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn img {
  width: 20px;
  height: 20px;
  transition: filter 250ms;
}
.hero-btns .btn:hover img {
  filter: invert();

}
.count-container {
  max-width: 720px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2em;
  color: white;
  margin-top: 10px;
  flex-wrap: wrap;
  /* text-transform: uppercase; */
  /* gap: 40px; */
  /* margin-bottom: 3em; */
}
.count-container span {
  font-size: 2.4em;
  /* font-family: RajdMed; */
  letter-spacing: -2px;
  color: rgb(45 90 120);
  /* font-family: RajdBold; */
}
.count-container div {
  width: 200px;
  height: auto;
  aspect-ratio: 1;
  text-align: center;
  border: solid 2px #2d5a78;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: rgb(22, 22, 22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-family: RajdMed;
  flex-direction: column;
}
.count-container div p {
  line-height: 1.1em;
}
.count-container .counter-img {
  background-image: url(./repair-bridge.png);
  background-position: center;
  background-size: contain;
  display: none;
}
.years {
  transform: translateX(+100px);
  opacity: 0;
  animation: logoSlide 700ms ease-out forwards 0.5s;
}
.repairs {
  transform: translateX(+100px);
  opacity: 0;
  animation: logoSlide 700ms ease-out forwards 0.7s;
}
.customers {
  transform: translateX(+100px);
  opacity: 0;
  animation: logoSlide 700ms ease-out forwards 0.9s;
}
@keyframes logoSlide {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.img-repair-bridge {
  width: 27vw;
  max-width: 470px;
  height: 27vw;
  max-height: 470px;
  aspect-ratio: 1;
  align-self: center;
  justify-self: center;
  box-shadow: 4px 10px 10px 0px #54545435;
  border-radius: 50%;
}


/* ------------------------------------------- */
/* Suppliers Logos Section */
/* ------------------------------------------- */
.suppliers-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.suppliers-logos-mbl {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.suppliers-logos-mbl img {
  width: 80%;
}
/* ------------------------------------------- */
/* Services Section */
/* ------------------------------------------- */
.services-sec {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-color: #f0f5f9;
  text-align: center;
  padding: 100px 3%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.svg-line {
  position: absolute;
  width: 100%;
    max-width: 755px;
    z-index: 0;
    opacity: 0.05;
    top: 0;
    transform: rotateY(29deg);
    fill: #333;

    clip-path: inset(0 0 100% 0); 
    transition: clip-path 1.5s ease-out;
}
.svg-line.revealed {
  clip-path: inset(0 0 0 0); /* Fully visible */
}
.services-sec h2 {
  font-family: RajdBold;
  font-size: 3em;
  color: #2d5a78;
  line-height: 1em;
  margin-bottom: 20px;
}
.services-subtitle {
  margin-bottom: 50px;
  font-size: 1.2em;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4em;
  
}
.services-div {
  width: 100%;
  z-index: 1;
}
.icons-div {
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-inline: auto;
}
.service-card {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  border: 1px solid #00000026;
  gap: 15px;
  padding: 25px;
  border-radius: 20px;
  background-color: #ffffff52;
  transition: scale 250ms;
}
.service-card:hover {
  scale: 1.05;
}
.icons-div img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* border: 2px solid #2d5a78; */
}
.icons-div .card {
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: #333;
  border-radius: 50%;
  align-items: center;
  border: 2px solid #2d5a78b0;
  background: #f0f5f9;
  /* box-shadow: 8px 8px 15px 0px #3333335a; */
  position: relative;
}
.service-card h3 {
  font-size: 1.8em;
  color: #2d5a78;
  font-family: 'RajdMed';
}
.service-description {
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
  
}
.price-text {
  text-align: center;
  font-size: 1.2em;
}
.price-text span {
  font-size: 1.4em;
  color: #2a5a7c;
  font-family: 'RajdMed';
}
/* ------------------------------------------- */
/* Testimonials Section */
/* ------------------------------------------- */
.testimonials-sec {
display: flex;
justify-content: center;
background-color: #f0f5f9;
padding: 100px 3%;
padding-top: 0px;
flex-direction: column;
align-items: center;
/* background-image: url(./flatirons2.svg); */
background-repeat: no-repeat;
background-position:  center bottom;
}
.testimonials-sec h2 {
  font-family: RajdBold;
  font-size: 3em;
  color: #2d5a78;
  margin-bottom: 20px;
  line-height: 1em;
}
.test-subtitle {
  margin-bottom: 50px;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.4em;
}
.test-subtitle a {
  color: #2d5a78;
}
.testimonials-div {
display: flex;
gap: 40px;
justify-content: center;
align-items: center;
flex-wrap: wrap;
max-width: 1170px;

/* background-color: burlywood; */
}
.test-card {
  width: 350px;
  /* height: 340px; */
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 30px 20px;
  padding-top: 40px;
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  box-shadow: 5px 5px 12px 0px #3333334b;
}
.test-text {
  position: relative;
  /* color: #2d5a78; */
  line-height: 1.4em;
  font-size: 1.1em;
}
.test-text::before {
  content: "";
  position: absolute;
  background-image: url(./q-mark-open.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -45px;
  left: -45px;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}
.five-stars {
  width: 150px;
}
/* .test-text::after {
  content: "";
  position: absolute;
  background-image: url(./q-mark-close.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -40px;
  right: -50px;
  width: 50px;
  height: 50px;
} */
.test-card .name {
  font-weight: bold;
  font-size: 1.25em;
  color: #2d5a78;
}
/* ------------------------------------------- */
/* FAQ Section */
/* ------------------------------------------- */
.faq-sec {
  /* background-color: #aabdca; */
  padding: 100px 3%;
 
}
.faq-container {
   display: flex;
   justify-content: center;
   align-items: center;
}
.img-faqs {
  max-width: 600px;
  width: 40%;
  height: 570px;
  object-fit: cover;
  border-radius: 30px;
  transform: translate(-30px, 100px);
  opacity: 85%;
}

.faq-div {
  width: 90%;
  max-width: 800px;
  min-height: 400px;
  z-index: 1;
}
.faq-div h2 {
  font-family: RajdBold;
  font-size: 3em;
  color: #2d5a78;
  line-height: 1em;
  margin-bottom: 30px;
}
details {
  border: 1px solid #2d5a785c;
  padding: 10px 15px;
  margin-top: 25px;
  border-radius: 5px;
  /* box-shadow: 5px 5px 10px 0px #33333344; */
  background-color: #f0f5f9ab;
}
details > summary {
  list-style: none;
  font-family: RajdMed;
  font-size: 1.2em;
  cursor: pointer;
}
details p {
  font-size: 1.2em;
  margin-top: 7px;
}
.faq-div .hero-btns {
  margin-top: 30px;
  margin-bottom: 0;
}
/* ------------------------------------------- */
/* Square Booking Section */
/* ------------------------------------------- */
.square-booking {
  max-width: 1500px;
  margin: 0 auto;
  padding: 110px 3%;
}
.square-booking h2 {
  font-family: RajdBold;
    font-size: 3em;
    color: #2d5a78;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: center;
}
.square-booking p {
  margin-bottom: 30px;
  font-size: 1.1em;
  text-align: center;
}
.square-booking iframe {
  min-height: 1300px !important;
}
/* ------------------------------------------- */
/* Footer Section */
/* ------------------------------------------- */
footer {
  padding: 30px 3%;
  background-color: rgb(45 90 120);
}
.footer-div {
  width: 100%;
  height: 200px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  
}
.to-top {
  width: 30px;
  filter: invert();
}
.copyrights-text {
  text-align: center;
}

/* ========================================
          RESPONSIVE MEDIA QUERY
   ======================================== */

   @media only screen and (max-width: 1200px) {
    .img-repair-bridge {
      display: none;
    }
    .count-container {
      max-width: none;
    }
    .count-container .counter-img {
      display: block;
    }
    .suppliers-logos {
      transform: scale(0.9);
    }
   }
   @media only screen and (max-width: 1000px) {
    .logo {
      width: 130px;
    }
    /* .locally-owned {
      width: 100px;
    } */
    .header-div {
      min-height: 150px;
    }
    .hamburger-menu {
      display: flex;
    }
    .phone-div {
      margin-top: 7px;
    }
    .phone-text {
      display: none;
    }
    .phone-text-call {
      display: none;
    }
    .phone-icon {
      width: 35px;
    }
    .text-icon {
      width: 35px;
    }
    .book-icon {
      width: 35px;
    }
    .title-container {
      display: none;
    }
    .title-counter-div h1 {
      font-size: 4em;
    }
    .count-container {
      width: auto;
      gap: 20px;
      justify-content: flex-start;
    }
    .quote-overlay-inner {
      width: auto;
    }
    .suppliers-logos {
      transform: scale(0.7);
    }
    .icons-div {
      gap: 50px;
    }
    .service-card {
      width: auto;
    }
    .icons-div .card {
      padding: 15px 15px;
    }
    .icons-div img {
      width: 180px;
      height: 180px;
    }
    .faq-container {
      flex-direction: column;
    }
    .faq-div {
      width: 100%;
    }
    .img-faqs {
      width: 100%;
      transform: translate(0px, 80px);
      height: 400px;
    }
   }
   @media only screen and (max-width: 700px) {
    .logo {
      width: 80px;
    }
    /* header {
      position: fixed;
    } */
    .header-div {
      min-height: 100px;
    }
    header .btn {
      width: 130px;
      height: 35px;
      font-size: 1em;
      padding: 0;
    }
    .phone-div {
      gap: 7px;
    }
    .text-icon {
      width: 25px;
      height: 25px;
    }
    .phone-icon {
      width: 25px;
      height: 25px;
    }
    .book-icon {
      width: 25px;
      height: 25px;
    }
    .title-container .btn {
      margin-inline: 10px;
      
      /* margin: 7px 5px; */
      display: block;
    }
    .title-container h2 {
      display: none;
    }
    .title-counter-div h1 {
      font-size: 2.8em;
      text-align: left;
      line-height: 1em;
      
    }
    .title-counter-div h1 span {
      font-size: 1em;
    }
    .hero-div {
      padding: 50px 0;
      padding-top: 40px;
    }
    .count-container {
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      padding: 0px 10px;
    }
    .count-container div {
     width: 160px;
     height: 160px;
     font-size: 0.85em;
      /* flex-direction: column; */
    }
    .count-container .counter-img {
      display: flex;
    }
    .quote-overlay-inner h2 {
      font-size: 3.5em;
    }
    .suppliers-logos {
      display: none;
    }
    .suppliers-logos-mbl {
      display: flex;
    }
    .services-sec {
      padding-block: 50px;
    }
    
    .services-div, .testimonials-sec, .square-booking, .faq-sec{
      font-size: 0.9em;
    }
    .testimonials-sec {
      padding-bottom: 50px;
    }
    .faq-sec {
      padding-block: 50px;
    }
    .img-faqs {
      transform: translate(0px, 50px);
    }
    .square-booking {
      padding-block: 50px;
    }
    .square-booking iframe {
      min-height: 1600px !important;
    }
    .icons-div .card h3 {
      font-size: 1.5em;
      top: -50px;
    }
    .footer-div {
      flex-direction: column;
    }
   }
   @media only screen and (max-width: 390px) {
    .header-div {
      min-height: 80px;
    }
    .logo {
      width: 70px;
    }
    .title-container .btn {
      width: 100px;
      height: 30px;
      font-size: 15px;
    }
    .hamburger-menu {
      width: 35px;
    }
    .main-section {
      min-height: auto;
    }

    .title-counter-div h1 {
      
      font-size: 2.5em;
    }
    .count-container div {
      width: 140px;
      height: 140px;
    }
    .test-card {
      width: auto;
    }
    .test-text {
      font-size: 1em;
    }
    .test-text::before {
      top: -35px;
      left: -15px;
      width: 30px;
      height: 30px;
    }
    .copyrights-text {
      font-size: 0.9em;
    }
   }