@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --dark-blue: #003366;   
    --bright-orange: #FF6600; /* Primary color */
    --light-grey: #D3D3D3;   /* Secondary color */
    --deep-grey: #707070;     /* Secondary color */
    --light-cyan: #99FFFF;    /* Accent color */
    --bright-green: #33CC33;   /* Accent color */
    --white: #FFFFFF;         /* Background color */
}


*{
  margin: 0;
  padding:0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
   
}


html,
body {
  height: 100%;
  width: 100%;
    scrollbar-color: var(--dark-blue) var(--light-grey);
  scrollbar-width: thin;

}



body {
  overflow-x: hidden;
} 



a {
  text-decoration: none !important;
  pointer-events: auto; /* Ensure links remain clickable */


}



/* custom cursor */
.cursor {
  width: 10px;
  height: 10px;
  /* border: 1px solid var(--bright-orange); */

  background-color: var(--bright-orange);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 120ms ease-out;
  z-index: 9999;
}

.cursor::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border: 2px solid var(--bright-orange);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

/* click animation */
.cursor.expand {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.5;
}



/* end of custom cursor */


/* header */



      .bg-brand-orange { background-color: var(--bright-orange) !important; }
      .bg-brand-dark { background-color: var(--dark-blue) !important; }
      .text-brand-orange { color: var(--bright-orange) !important; }
      
      /* Slanted Clip Paths (Desktop Only) */
    

      /* Navigation Styling */
      .nav-link {
        font-size: 0.9rem;
        font-weight: 700;
        color: var(--brand-dark) !important;
        letter-spacing: 0.5px;
        transition: color 0.2s;
      }
      .nav-link:hover {
        color: var(--brand-orange) !important;
      }

      /* Quote Button Styling */
      .btn-quote {
        background-color: var(--white);
        color: var(--dark-blue);
        border: none;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.8rem 1rem;
        border-radius: 50rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        transition: all 0.3s;
      }
      .btn-quote:hover {
        background-color: #FF660099;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(255, 87, 51, 0.3);
      }

      .logo{
        width: 80px;
        height: 80px;
        padding-left: 1px;
      }

/* logo sizing */


/* text style (your italic/weight) */
.brand-text{
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 1;
}

.footer-brand-text{
  font-weight: 900;
  font-style: italic;
  justify-content: center;
  align-items: center;
}


.navbar .dropdown-toggle::after {
  display: none !important;
}


.navbar {
  justify-content: center;
  align-items: center;
}


/* end of header */




/* hero section  */
#hero-section {
  min-height: 95vh;
  color: var(--white);

  background:
    radial-gradient(
      circle,
      rgba(31, 41, 51, 0.7) 0%,
      rgba(22, 53, 99, 0.5) 100%
    ),
    url("../images/replacement-auto-key-los-angeles-ca-mobile-service.webp");

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

.hero-article{
  font-size: 1rem;
  line-height: 1.4;
}


/* about us section */

.about-us-container{
  width: 40%;
}

.about-us-bg{
  top: 0%;
  left: -3%;
  background-color: var(--bright-orange);
  width: 100% !important;
  height: 100% !important;
  transform: skew(-10deg);
  border-radius: 20px;
}


.about-us-img{
  border-radius:  0px 20px 20px 0px;
 transform: skew(-2deg);
}

.about-counter{
  position: absolute;
  right: -160px;
  bottom: 125px;
  rotate: -83deg;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 40px;
}

.about-counter h3{
  font-size: 4rem;
  font-weight: 900;
  color: var(--bright-orange);
}
.about-counter p{
  font-size: 1rem;
  font-weight: 700;
}

.about-shape {
  position: absolute;
  bottom: -28px;
  right: -80px;
}

.about-us-container_txt{
  width: 50%;
  margin-left: 50px;
}



.about-us-container_txt i{
  color: var(--bright-orange);
  font-size: 2rem;
}

.icon-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.icon-list  li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.icon-list  li i {
  margin-right: 10px;
  font-size: 1.2rem !important;
}
/* hero section  */



/* about us section  */



/* end of about us section */

/* why choose us  */

#why-choose-us{

  
  background:
    radial-gradient(
      circle,
      rgba(31, 41, 51, 0.7) 0%,
      rgba(22, 53, 99, 0.5) 100%
    ),
   url(../images/Replacement-Auto-Key.webp);

  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}

/* WHY CHOOSE US IMAGES */
.why-choose-images {
  align-items: stretch;
}

.why-img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transform: skew(-5deg);
}

.icon-items {
  
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  backdrop-filter: blur(0px) saturate(85%);
    -webkit-backdrop-filter: blur(0px) saturate(85%);
    background-color: rgba(0, 51, 102, 0.2);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 10px;
 
}

.icon-items .icon {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 102, 0, 0.1); /* brand-friendly */
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-items .icon i {
  font-size: 32px;
  color: var(--bright-orange);
}

.icon-items .content h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.icon-items .content p {
  margin: 0;
  color: var(--white);
}


/* end of why choose us  */


/* our services */

  #our-services{
    color: var(--dark-blue);
  }

  #our-services .col-lg-4{
    color: var(--dark-blue);
  }

  /* Card outer */
  .service_card{
    height: 100%;
  }

  /* Card inner */
  .service-card_txt{
    border-radius: 20px;
    background-color: #70707033;
    overflow: hidden;              /* keeps clip-path + radius clean */
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,51,102,.12);
  }

  .service-card_txt_head{
    color: var(--dark-blue);
    padding: 1.5rem;
  }

  .service-card_txt_head span{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
  }

  .service-card_txt_head p{
    font-size: 1rem;
    margin: 0;
    opacity: .92;
  }

  .service-card_btm_img{
    margin-top: auto;
  }

  .service-card_btm_img img{
    width: 100%;
    height: 250px;                 /* consistent image height */
    object-fit: cover;
    border-radius: 0 0 20px 20px;

    --p: 40px;                     /* shape control */
    clip-path: polygon(0 0,100% var(--p),100% 100%,0 100%);
  }

  /* Optional hover */
  .service_card{
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .service_card:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(0,0,0,.10);
  }
  .service_card img{
    transition: transform .35s ease;
  }
  .service_card:hover img{
    transform: scale(1.04);
  }

  /* Mobile image height */
  @media (max-width: 576px){
    .service-card_btm_img img{
      height: 200px;
    }
  }









/* end of our services  */
/* =========================
   CONTACT US SECTION (FULL CSS)
   ========================= */

/* Contact section background */
#contact-us{
  background:
    radial-gradient(
      circle,
      rgba(31, 41, 51, 0.7) 0%,
      rgba(22, 53, 99, 0.8) 100%
    ),
    url("../images/contact-replacement-auto-key-los-angeles-ca.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  color: var(--white);
  padding: 0%;
  margin-top: 10%;

  /* stacking context so z-index works correctly */
  position: relative;
  z-index: 10;
}

/* Make container flex layout */
#contact-us .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* keep content above any background layers */
  position: relative;
  z-index: 20;
}

/* Left side */
.left-side-contact-us{
  position: relative;
  z-index: 30;
}

/* Contact info block */
.contact-info-block{
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.icon-info{
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.icon-info .icon{
  width: 48px;
  height: 48px;
  background-color: #707070cc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.icon-info .content h3{
  margin: 0 0 4px;
  font-size: 1.5rem;
  color: var(--p);
}

.icon-info .content p{
  margin: 0;
  font-size: 0.95rem;
}

.icon-info a{
  color: inherit;
  text-decoration: none;
}

/* Right side (FORM CARD)
   IMPORTANT: z-index + position for clickability */
.right-side-contact-us{
  position: absolute;
  top: 15%;
  left: 40%;

  border-radius: 20px;
  padding: 2%;

  background: linear-gradient(134deg, rgba(0, 51, 102, 1) 0%, rgba(255, 102, 0, 1) 34%);

  /* ✅ keeps the form above anything else */
  z-index: 9999;
}

/* Only target THIS form (avoid global form rules) */
#contact-us form.CUS{
  position: relative;     /* ✅ required so z-index works */
  z-index: 10000;         /* ✅ on top */
  pointer-events: auto;   /* ✅ clickable */
}

/* Ensure all input elements are clickable */
#contact-us form.CUS *{
  pointer-events: auto;
}

/* Inputs */
.input{
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 0.5rem;
  background-color: #D3D3D3;
  box-shadow: inset 2px 5px 10px rgba(0,0,0,0.1);
  transition: 300ms ease-in-out;
}

.input::placeholder{
  color: var(--dark-blue);
}

.input:focus{
  background-color: #fff;
  transform: scale(1.05);
}

/* Make labels readable on gradient */
#contact-us .form-label{
  color: #fff;
}

/* Submit button hover (optional) */
#contact-us .CUS .btn:hover{
  opacity: 0.95;
}

/* =========================
   MARQUEE (FULL CSS)
   ========================= */

.car-brands-marquee {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
}

.marquee-holder {
  display: flex;
  width: max-content;
  animation: carMarquee 35s linear infinite;
}

.car-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
}

.car-img {
  height: 45px;
  width: auto;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.car-brand:hover .car-img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Pause on hover */
.car-brands-marquee:hover .marquee-holder {
  animation-play-state: paused;
}

@keyframes carMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .car-img {
    height: 34px;
  }
}






.keyword-marquee{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;

  /* keep it behind the form */
  position: relative;
  z-index: 1;

  /* ✅ so it NEVER blocks clicks */
  pointer-events: none;
}

/* optional: fade edges */
.keyword-marquee:before,
.keyword-marquee:after{
  content:"";
  position:absolute;
  top:0;
  width:70px;
  height:100%;
  z-index:2;
  pointer-events:none;
}

.keyword-marquee:before{
  left:0;
  background: linear-gradient(to right, #fff, transparent);
}

.keyword-marquee:after{
  right:0;
  background: linear-gradient(to left, #fff, transparent);
}

.marquee-track{
  display: inline-flex;
  align-items: center;
  gap: 20px;
  animation: marquee 35s linear infinite;


}

.kw{
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}

.sep-logo{
  width:40px;
  height:40px;
  object-fit: contain;
  display: inline-block;
  opacity: 0.95;
}

.style-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Text-Primary, #000E12);
  color: transparent;
}


@keyframes marquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}



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


.cta{
  margin: 5% 0%;
  padding: 5% 1%;
    background-color: var(--dark-blue);
   color: var(--white);
}


/* faqs */

#faqs{
  margin-top: 10%;
} 



/* end of faqs */




/* offer section */
#offers{
  position: relative;
   margin-top: 1%;
}

.swiper{
  margin: 5% !important;
 
}



.offerSwiper .swiper-slide {
  border-radius: 30px;
  border: 1px solid var(--bright-orange);
  overflow: hidden; /* Important: clips the image to the rounded container */
}

.offerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* end of offer section */


/* process steps */

#process-steps{
 margin-top: 10%;
} 


.work-process-box-items {
  position: relative;
  z-index: 5;
  margin-top: 40px;
  padding: 20px 15px;
}

/* Background shape */
.work-process-box-items .shape {
  position: absolute;
  z-index: -1;
  top: 18%;
  left: 12%;
  opacity: 0.8;
}


/* Icon wrapper */
.work-process-box-items .icon {
  width: 90px;
  height: 90px;
  background-color: var(--white);
  border-radius: 50%;
  border: 6px solid var(--light-grey);
  margin: 0 auto;

  /* perfect centering for Bootstrap icons */
  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

/* Bootstrap icon inside */
.work-process-box-items .icon i {
  font-size: 36px;
  color: var(--bright-orange);
}

/* Hover effect */
.work-process-box-items:hover .icon {
  transform: translateY(-3px);
  background-color: var(--bright-orange);
}

.work-process-box-items:hover .icon i {
  color: var(--white);
}

/* Content */
.work-process-box-items .content {
  text-align: center;
  margin-top: 35px;
}

.work-process-box-items .content span:first-child {
  color: var(--dark-blue);
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.work-process-box-items .content span:last-child {
  margin-bottom: 10px;
   font-size: 1.2rem;
  font-weight: 600;
}

.work-process-box-items .content p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  
}

/* end of process steps  */


/* sub context */

.sub-context{
  background-image: url(../images/sub-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 2%;
  filter: grayscale(0.05);
}

.sub-context_txt h2{
  color: var(--dark-blue);
  font-weight: 900;
  margin-bottom: 2%;
}

.sub-context_txt article{
  font-size: 0.9rem;
  line-height: 1.5;
}


.sub-context img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

/* end of sub context */

/* status */
#status{
  background-color: var(--dark-blue);
  color: var(--light-grey);
  padding: 0% 2%;
  margin-top: 14%;
}

.counter-item {
  border: 1px solid #707070;
  text-align: center;
  padding: 30px 12px;
}

.count{
  font-size: 3rem;
}




/* faqs */
.accordion-item{
  border: none !important;
   border-radius: 15px;
    background-color: #ddd;
}

.accordion{
    margin: 5%;
    border-radius: 15px;
}
.accordion-header{
  margin-top: 2%;
}
.accordion-button{
  background-color: #ddd;
  color: var(--dark-blue);
  font-weight: 500;

}



/* end of faqs */

/* footer */



#footer{
  background-color: var(--dark-blue);
}

.flex-item{
  color: var(--white);
  font-size: 0.8rem;
  line-height: 1.5; 
  border: 0.5px solid var(--light-grey);
  padding: 1.5%;
  border-radius: 10px;
}

.flex-item:hover{
  color: var(--dark-blue);
  background-color: var(--light-grey);
}

iframe{
  border-radius: 10px;
  border: 0.5px solid var(--light-grey);
  height: 500px;
  width: 100%;

} 

.footer-logo{
  background-color: var(--bright-orange);
}


.main-loc{
  color: var(--white);
  background-color: var(--dark-blue);
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 2%;
  margin: 0.5%;
  border-radius: 15px;
}

/* end of footer */







/* testimonials */
.testimonial-section{
  margin-top:7%;
  margin-bottom: 7%;

}

.testimonial-card {

  padding: 30px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  position: relative;
}



.testi-shape-class{
  width:100px;
  height:100px;
  position: absolute;
  top: 3%;
  left: 0%;
  z-index: -1;
}

.testimonial-text {
  font-size: 1.22rem;
  color: #444;
  line-height: 1.7;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.testimonial-name {
  font-weight: 700;
  margin-bottom: 4px;
  color: #003366;
}

.testimonial-city {
  font-size: 0.9rem;

}

.review-img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5%;
}




/* end of testimonials */


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {


.navbar-toggler{
  background-color: var(--dark-blue);
}
 .clip-slanted-left,
  .clip-slanted-right {
    clip-path: none;
  }

  header .navbar {
    justify-content: flex-end;
  }

.brand-text{
  font-size: 0.7rem;
  color: var(--dark-blue);
}

.bg-brand-orange{
  background-color: var(--white) !important;
}
.hero-article{
  font-size: 0.8rem;
  line-height: 1.4;
}

.about-counter , .about-shape {
  display: none;
}

.about-us-container{
  width: 100%;
}


.about-us-container_txt{
  width: 100%;
  margin-left: 10px;
}



.right-side-contact-us{
  position: absolute;
  top: 100%;
  left: 0%;
  padding: 2%;
}


.icon-items {
margin-inline: 2%;

}

.right-side-contact-us{
  
  top: 95%;
 
}
#process-steps{
  margin-top: 150%;
}




.testi-shape-class{
  width:100px;
  height:100px;
  position: absolute;
  top: 0%;
  left: -5%;
  z-index: -1;
}

.footer-brand-text{
  
  margin-top: 0% !important;
 
}


.work-process-box-items .shape {
 
  left: 5%;
}

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
 .navbar-toggler{
  background-color: var(--dark-blue);
}

header{
  padding: 0 !important;
  margin: 0 !important;
}
 
.logo{
  width: 100px;
  height: auto;
}
  .brand-text{
    /* font-size: 1.25rem; */
    display: none !important;
  }

.about-counter , .about-shape {
  display: none;
}
.about-us-container{
  width: 100%;
}




iframe{
  
  height: 200px;
 

} 

.footer-logo{
  margin-bottom: -10%;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  align-self: center;
}





.margin-top{

margin-top: 220% !important;
}



}

  @media (min-width: 992px) {
        .clip-slanted-left {
          clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
        }
        .clip-slanted-right {
          clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
        }


        .navbar-toggler{
  background-color: var(--dark-blue);
}

 .navbar .dropdown-menu {
 
    margin-top: 0;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }

      }


      @media (max-width: 991.98px){
  .clip-slanted-left,
  .clip-slanted-right{
    clip-path: none;
  }

  .logo{
    width: 56px;
  }

  .brand-text{
    /* font-size: 1.25rem; */
    display: none !important;
  }

    .navbar-toggler{
  background-color: var(--dark-blue);
}


.footer-logo{
  background-color: var(--dark-blue);
}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  
}

/* XXL devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
  
}
