@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 {
  --primary: #0B1F33;
  --secondary: #2F5D8C;
  --accent: #FFC400;
  --bg-light: #F2F4F7;
  --text-dark: #333333;
  --white: #FFFFFF;
}


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


html,
body {
  height: 100%;
  width: 100%;
}



body {
  overflow-x: hidden;
} 



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

}


#nav .container{
   padding: 0.5% 1%;
   border-radius: 10px;
  background-color: var(--bg-light);  
}
.dropdown-toggle::after {
    display: none !important;
 
}

.navbar-business_name{
  color: var(--primary);
  font-weight: 700;
  font-size:  1.7rem;
   margin-top: 12px;
 
}

.dropdown-menu {
  margin-top: 15px !important;
  font-weight: 700;
  font-size:  0.9rem;

 

}


.navbar-toggler {
  border-color: var(--primary);
  font-size: 0.75rem;
  border-color: #0B1F33;
  border: none;
  font-weight: bold;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230B1F33' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar-image_logo{
  width: 3rem;
  height: 3rem;
}


/* Smooth transition for navbar classes */
.navbar {
    transition: all 0.1s ease;
}

/* Remove padding from container-fluid when scrolled */
.navbar.scrolled.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Optional: Add background when scrolled */
.navbar.scrolled {
    background-color: var(--bg-light);
    padding: 0 !important;
    margin:  0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.01);
}

/* Button  */
.btn{
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem .5rem;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 0.5rem;
  width: auto;
}

.btn:hover{
  background-color: var(--primary);
  color: var(--white);
}

.nav-link{
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 500;
}



/* main style */

#main{
  background-image: url(../images/lost-car-keys-houston-tx-mobile-auto-locksmith.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh !important;
  width: 100%;
  position: relative;
  z-index: 1;
}


/* hero context  */

#hero-txt{
  color: var(--white);
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding-inline-start: 5%;
}

#hero-txt h1{
  
  font-weight: 700;
  margin: 1rem 0;
  color: var(--white);
}


#hero-txt article{
  font-size:0.9rem;
  font-weight: 500;
  margin: 1rem 0;
  color: var(--bg-light);
}


#hero-images-reviews{
  display: flex;
  flex-direction: row;
  gap: 0px;

  color: var(--bg-light);
  flex-direction: row;
  gap: 20px;
}
#hero-images-reviews span{
  margin-top: 5%;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--bg-light);
}

#review-hero-images{
  display: inline-block;
 
}


#review-hero-images img{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 -0.3rem;
  
  
}

#experience-years{
  background-color: var(--secondary);
  color: var(--bg-light);
  padding: 1.5rem 1.5rem;
  float: right !important;
  margin-top: 10% !important;
  border-radius: 0.5rem;
  text-align: center;
  margin: 1rem 0;
  display: inline-block;
}


#experience-years p{
  font-size: 3.5rem;
   font-weight: 700;
}
#experience-years span{

  font-size: 0.9rem;
  
}
/* end of main style  */


/*   Marquee  */

.marquee-title span{
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: var(--secondary);
  text-align: center;
  padding-top: 1rem;
}

.brand-marquee {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 2% 0;
  position: relative;
}

.brand-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.brand-marquee:hover .brand-track {
  animation-play-state: paused;
}

.brand-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 25px;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}

.brand-item img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

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




/* end of Marquee  */




/* About us section  */


.about-us-images{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 2rem 0;

}

.check-mark{
  color: var(--secondary);
  font-size: 1.2rem;
  margin-right: 1rem;
  font-weight: 900;
  margin-top: -0.2rem;
}

.about-us-span{
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--secondary);
}

/* end of about us section */

/* services */

#offers{
   background-color: rgba(47, 93, 140,0.1) ;
  padding: 2%;
}


#services{
  background-color: rgba(47, 93, 140,0.1) ;
  padding: 2%;
}

#services .col-lg-3{
   margin: 1rem 0;
  
   
}

.service-card{
  background-color: var(--white);
   padding-top: 0.5rem;
  /* padding: 1rem 2rem; */
  border-radius: 1rem;
  /* margin: 1rem 0.5rem; */
  height: 100% !important;
  
 
}
.service-card h3{
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.2rem 0rem;
  color: var(--text-dark);
}
.service-card p{
  font-size: 1rem;
  font-weight: 500;
  margin: 1rem 0;
  color: #000000aa;
}
/* services */


.service-card figure{
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}


.Btn-plus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  margin-top: 0.6rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: var(--secondary);
}

/* plus sign */
.sign {
  width: 100%;
  transition-duration: .1s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
  width: 15px;
}

.sign svg path {
  fill: white;
}
/* text */
.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1em;
  font-weight: 600;
  transition-duration: .1s;
}
/* hover effect on button width */
.Btn-plus:hover {
  width: 120px;
  border-radius: 40px;
  transition-duration: .3s;
}

.Btn-plus:hover .sign {
  display:none;
  transition-duration: .3s;
  /* padding-left: 20px; */
}
/* hover effect button's text */
.Btn-plus:hover .text {
  opacity: 1;
  width: 100%;
  text-align: center;
  transition-duration: .1s;

 
}
/* button click effect*/
.Btn-plus:active {
  transform: translate(2px ,2px);
}



/* stats */

.stats {
  background-color: var(--primary);
  color: var(--white);
}



/* why choose us  */

#why-choose-us{
  padding: 3%;
}

.choose-us_card span{
  font-size: 1.3rem;
  color: #0B1F33;
  font-weight: 500;
}

.choose-us_card p{
    margin-top: 5%;
}


#lefted-img{
  width: 250px; height: 250px; 
           object-fit: cover; 
           margin-left: 15%;
}

/* faqs  */

.faq-caret {
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion-button{

  padding-left: 1.5% !important;
  margin-left: 0 !important;
   text-align: start;
}

.accordion-header{
  border-bottom: 1px solid #999;
}

.accordion-body{
  color: #777;
  text-align: left ;
  padding-left: 0 !important;
}

/* Rotate caret when open */
.accordion-button:not(.collapsed) .faq-caret {
  transform: rotate(180deg);
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  display: none !important;
}

/* end of faqs */

/* form */


#contact-form{
  padding-top: 5%;
  padding-bottom: 5%;
}
.form-head{
  display: flex;
  flex-direction: column;
  justify-content:left;
  align-items: start;
  gap: 1rem;
  margin: 1rem 0rem;

}

.form-envelope{

  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: start;
  gap: 1rem;
}
.form-head .form-envelope i{
  color: var(--secondary);
  font-size: 2rem;
  padding-inline:  1rem;
}


.form-envelope span{

  font-size:2rem;
  font-weight: 700;
}

.form-head article{
   padding-inline:  1rem;
   line-height: 1.6;
}


.input {
  width: 100%;
 width: 195px;
  height: 45px;
  padding: 7px;
  margin: 6px;
  color: black !important;              /* typing color */
  caret-color: black;                   /* cursor color */
  border-radius: 12px;
  border: 1.5px solid lightgrey;
  background-color: rgb(47, 93, 140 ,0.4) ;
  outline: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 0px 20px -18px;
}


label{
  color: var(--secondary);
}
.input:hover {
  border: 2px solid lightgrey;
  box-shadow: 0px 0px 20px -17px;
}

.input:active {
  transform: scale(0.95);
}

.input:focus {
  border: 2px solid grey;
} 

input::placeholder  , textarea::placeholder , select::placeholder{
  color: black !important;
}


option{
  color: black !important;
}
textarea{
  width: 100% ;
}


.input-textarea{
  height: 120px;
  padding: 20px;
  width: 100%;
  color: black;
  border-radius: 12px;
  border: 1.5px solid lightgrey;
 background-color: rgb(47, 93, 140 ,0.4) ;
  outline: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 0px 20px -18px;
}


select.input {
  color: #bfbfbf;
}

select.input:focus,
select.input:not([value=""]) {
  color: var(--bg-light);
}

#service_year::placeholder{
  color: lightgrey !important;
}

#service_year {
  color: #fff;
}

#service_year::placeholder {
  color: rgba(255,255,255,0.7);
}


#form-image {
  position: relative; /* anchor for absolute child */
}

.form-working_hours {
  position: absolute;
  bottom: 5%;
  left: 15%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 20px 14px;
  border-radius: 14px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(1px);
}

.form-working_hours i {
  font-size: 50px;
  padding-inline: 10px;
}

.form-working_hours span {


  font-size: 20px;
  line-height: 1.5;


}





/* end of form */



/* testiomonials */

.review-card {
  padding: 15%;
}

.review-card-header-left-icon{
  color: var(--secondary);
  font-size: 5rem;

}

.review-card-header-left-name span{
  color: #777;
}


.review-card-body p{
  font-weight: 600;
  
}

/* end of testiomonials */
/* cta */

#cta{
  height: auto;
  padding: 4rem !important;
  background-color: var(--primary);
}

#cta .container-fluid{
  height: 100%;
}

#cta .row{
  height: 100%;
}


#cta .container-fluid .row .col-lg-8 span{
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent) !important;
}

#cta .container-fluid .row .col-lg-8 p{
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.6rem;
  width: 65%;
  color: var(--bg-light);
}

#cta .container-fluid .row .col-lg-4 a{
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.8rem 1rem;
  background-color: var(--secondary);
  margin-top: 2rem;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

 


/* end of cta */


/* footer */


.footer{
  background-color: #2F5D8Caa;
  padding-inline: 10%;
}



.main-button {
  padding: 1px 2px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--primary);
  font-weight: 500;
  transition: all 0.2s ease;
  font-size: 1rem;
}



.footer i {
  color: var(--primary);
}
  
.email{
  color: var(--text-dark) ;
}


.main-button {
  padding: 1px 2px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--primary);
  font-weight: 500;
  transition: all 0.2s ease;
}



.flex-item {
  min-width: 60px;
  border: 1px solid var(--text-dark);
  flex: 1 1  calc(30% - 0.5rem); /* 4 per row on large screens */
}



/* offers  */
.service-card {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  /* height: 100%; */
  background: #fff;
}

.offer-box {
  /* background: linear-gradient(135deg, #dc3545, #ff6b6b); */
  color: var(--primary);
  padding: 18px 12px;
  border-radius: 12px;
  margin-bottom: 18px;
}

.offer-price {
  font-size: 42px;          /* BIG number */
  font-weight: 900;
  line-height: 1;
}

.offer-label {
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.95;
  margin-bottom: 6px;
}

.offer-box hr {
  margin: 10px 0;
  border-color: rgba(255,255,255,0.4);
}




.sub-context{
  padding: 10%;
}


.sub-context_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10%;
}
.sub-context_txt h2{
  
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary)
}


.sub-context_txt article{
  margin-top: 5%;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-dark)
}




@media (max-width: 992px) {
  .flex-item {
    flex: 1 1 calc(33.333% - 0.5rem); /* 3 per row */
  }
}

@media (max-width: 576px) {
  .flex-item {
    flex: 1 1 calc(25% - 0.1rem); /* 2 per row */
  }
}


/* end of footer  */




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


#main{
  height: 105vh !important;
}



  .navbar-business_name{
   margin-top: 6px;
  font-size:  1rem;
}
  

#experience-years{
  display: none;
}

.navbar-nav{
  padding-inline-start: 4%;
}


#hero-txt{
  
  left: 1%;
  padding-inline-start: 2%;
}



#lefted-img{
      width: 130px; height: 130px; 
           object-fit: cover; 
           
}

.form-envelope span{

  font-size:1.4rem;
  font-weight: 700;
}




.input {
  width: 100%;
  max-width: 160px;
  height: 40px;
  padding: 3px;
  margin: 2px;
  color: black !important;              /* typing color */
  caret-color: black;                   /* cursor color */
  border-radius: 12px;
  border: 1.5px solid lightgrey;
  background-color: rgb(47, 93, 140 ,0.4) ;
  outline: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 0px 20px -18px;
}



#form-image {
 display: none !important;
  
}


.sub-context{
  padding: 3%;
} 

#cta{
  height: auto;
  padding: 1.5rem !important;
  background-color: var(--primary);
}


.footer{
  
  padding-inline: 1.5%;
}



.review-card {
  padding: 5% 5%;
}

.swiper-pagination{
  display: none;
}


#cta .container-fluid .row .col-lg-4 a{
  font-size: 1rem;
  
}


#cta .container-fluid .row .col-lg-8 span{
  font-size: 1.2rem;

}

#cta .container-fluid .row .col-lg-8 p{
  font-size: 0.7rem;
  
}

.sub-context article{
  
  font-size: 0.7rem !important;
 
  
}




#cta .container-fluid .row .col-lg-8 p{
 
  width: 90%;
 
}

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
 
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  
}

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

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