:root {

  --green: #0F9964;

  --blue: #003049;

    --yellow: rgb(196, 182, 160);

    --gold: #9D8B63;



    --red: #CA4D4A;

    --color1: #242d3c;

    --color2: #89919c;

    --color3: #fff;

  }



  * {

    box-sizing: border-box;

    margin: 0;

}



body {

  font-family: 'Poppins', sans-serif;

}



/* topbar.css */



.top-bar {

  background-color: #3a3a3a;

  color: #fff;

  font-size: 14px;

  font-family: Arial, sans-serif;

}

.top-bar .container {

  display: flex;

  align-items: center;

  /* justify-content: space-between; */

  flex-wrap: nowrap; /* Prevent wrapping */

  gap: 2rem;

  flex-direction: row;

}

.top-bar-container{

  justify-content: end;

}



.text-orange {

  color: #e2725b;

}



.top-icon {

  width: 40px;

  height: 40px;

  background-color: #ED6623;

  color: white;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  font-size: 18px;

}



.top-content {

  line-height: 1.2;

  margin-left: 10px;

  color: #fff;

}



.top-label {

  font-weight: bold;

  display: block;

}



.top-text {

  font-size: 13px;

  display: block;

}



/* Responsive tweak: force no wrap on smaller screens */

@media (max-width: 576px) {

  .top-bar .container {

    flex-wrap: nowrap !important;

    flex-direction: row;

    justify-content: flex-start;

    overflow-x: auto; /* Optional: scroll on overflow */

    gap: 1.5rem;

  }

}





/* start nav */



.navbar {

  font-family: Arial, sans-serif;

}



.navbar .nav-link {

  color: #333;

  font-weight: bold;

  padding: 8px 12px;

}



.navbar .nav-link.active,

.navbar .nav-link:hover {

  color: #e2725b;

  border-bottom: 2px solid #e2725b;

}



.navbar-brand img {

  height: 100px;

}



.navbar-nav {

  gap: 10px;

}



@media (max-width: 991.98px) {

  .navbar-nav {

    gap: 0;

  }



  .navbar-nav .nav-item {

    margin-bottom: 10px;

  }

}





@media (max-width: 768px) {

  .navbar .nav-link.active,

  .navbar .nav-link:hover {

    border-bottom: 2px solid #e2725b;

    width: fit-content;

    display: inline-block;

    padding-bottom: 4px;

    margin: auto;

  }

}



/* Match dropdown items with navbar links */

.dropdown-menu .dropdown-item {

  color: #333;              /* Same as .nav-link */

  font-weight: bold;

  padding: 8px 16px;

  transition: color 0.3s, border-bottom 0.3s;

  border-bottom: 2px solid transparent;

}



.dropdown-menu .dropdown-item:hover,

.dropdown-menu .dropdown-item:focus {

  color: #e2725b;           /* Match hover color */

  border-bottom: 2px solid #e2725b;

  background-color: transparent; /* Remove default blue background */

}







/* end nav */





/* start hero section */

.hero-section {

  background: linear-gradient(to right, rgb(255, 255, 255, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),

              url('../images/hero-img.webp') no-repeat center center;

  background-size: cover;

  background-attachment: fixed;

  height: 700px;

  padding: 100px 0;

  color: white;

}



.hero-section h1 {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 3rem;

  color: #2C2C2C;

  text-transform: uppercase;

  letter-spacing: 2px;

}

h1 .letter{

  color:#ED6623 ;

  font-size: 80px;

}



h1 .san{

  font-weight: 100;

  margin-left: 1%;

  margin-top: -1%;

}





.header-span{

  color: #4e4e4e;

  font-family: 'Poppins', sans-serif;

 font-size: 25px;

}



.hero-section p {

  font-size: 1.25rem;

  font-weight: 500;

  margin-top: 1rem;

}



.call-btn {

  background-color: #008080;

  color: white;

  border: none;

  border-radius: 50px;

  padding: 10px 25px;

  font-size: 1.1rem;

  font-weight: 600;

  transition: background-color 0.3s ease;

  text-decoration: none;

}



.call-btn:hover {

  background-color: #d85c1f;

  color: white;

}

/* end hero section */





/* start choose */

.why-choose {

  background-color: #3A3A3A;

  color: #fff;

}



.icon {

  color: #ED6623;

  transition: transform 0.3s ease;

}



.icon:hover {

  transform: scale(1.1);

}



h6 {

  font-weight: 600;

  margin-top: 10px;

  font-size: 0.95rem;

}



/* Add right white border */

.why-choose .item {

  border-right: 1px solid #797979;

}



/* Remove right border for last column in each row (on large screens) */

.why-choose .item:last-child {

  border-right: none;

}



/* On small screens, make border bottom instead of right for vertical stacking */

@media (max-width: 1200px) {

  .hero-section {

    background: linear-gradient(to right, rgb(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0)), url('../images/hero-img.webp') no-repeat center center;

      

  }

}

@media (max-width: 991px) {

  .why-choose .item {

    border-right: none;

    border-bottom: 1px solid #797979;

 

 

  }

  .hero-section {

    background: linear-gradient(to right, rgb(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0)), url('../images/hero-img.webp') no-repeat center center;

      

  }





  .why-choose .icon {

    font-size: 1.75rem;

  }



  .why-choose h6 {

    font-size: 0.85rem;

  }

}













/* end choose */



/* start hero text */

.hero-section-txt {



  background-color: #fff8f0;

  position: relative;

  padding: 10px 20px;

}



.section-title {

  font-size: 2.5rem;

  font-weight: bold;

  color: #333;

}



.section-title .highlight {

  color: #f47321; /* Orange accent */

}



.section-text {

  max-width: 900px;

  margin: 20px auto 0;

  color: #666;

  font-size: 1.1rem;

  line-height: 1.8;

}



.vertical-text {

  position: absolute;

  right: 10%;

  top: 50%;

  transform: translateY(-50%);

  writing-mode: vertical-rl;

  text-orientation: mixed;

  color: #f47321;

  font-weight: bold;

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 1rem;

}



.vertical-text i {

  font-size: 1.2rem;

}



/* Responsive Tweak */

@media (max-width: 768px) {

  .vertical-text {

    display: none;

  }



  .section-title {

    font-size: 2rem;

  }



  .section-text {

    font-size: 1rem;

  }

}





/* end hero text */





/* start offers  */



.offers-section {

  background-color: #fff8f0;

}



.text-highlight {

  color: #f47321;

}



.offer-card {

  background-color: #ffffff;

  transition: transform 0.3s ease;

}



.offer-card:hover {

  transform: translateY(-5px);

}





/* Pulse keyframes */

@keyframes pulse {

  0%   { transform: scale(1); }

  50%  { transform: scale(1.05); }

  100% { transform: scale(1); }

}



.btn-see-more {

  background-color: #008080;

  color: #ffffff;

  padding: 10px 30px;

  font-weight: bold;

  border: none;

margin-top: 2%;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  text-decoration: none;



  /* Animation */

  animation: pulse 2.5s ease-in-out infinite;

}



/* Hover effect to speed up the pulse and deepen color */

.btn-see-more:hover {

  background-color: #F47321;

  animation-duration: 1.5s;

  color: white;

}



@media (max-width: 768px) {

  .offers-section h2 {

    font-size: 1.8rem;

  }



  .offer-card h5 {

    font-size: 1rem;

  }

}











/* end offers  */





/* start residential */

.locksmith-section {

  background: 

    radial-gradient(circle at 20% 30%, rgba(0, 128, 128, 0.05) 0%, transparent 50%),

    radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 35%),

    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 30%),

    linear-gradient(to bottom, #3A3A3A 80%, #ffffff 80%);

  padding: 30px 0 20px;

  width: 100%;



 

}







.locksmith-section .container {

  position: relative;

  z-index: 2;

}



.image-wrapper img {

  display: block;

  width: 100%;

  max-height: 700px;

  /* object-fit: cover; */

  border-radius: 20px;

}



.left-column {

  position: relative;

  padding-top: 2rem;

}



.left-column::after {

  content: "";

  position: absolute;

  top: 25%;

  right: 0;

  width: 1px;

  height: 50%;

  background-color: rgba(255, 255, 255, 0.2);

}



.left-column h2 {

  font-family: 'Outfit', sans-serif;

  font-weight: 400;

  font-size: 2.5rem;

  letter-spacing: 4px;

  text-transform: capitalize;

}



.san-antonio {

  display: block;

  letter-spacing: 6px;

  margin-left: 30%;

  margin-top: 10px;

}



.resi {

  color: #F47321;

}



.right-column {

  padding-top: 1rem;

  padding-left: 1.5rem;

}



@media (max-width: 991.98px) {

  .left-column::after {

    display: none;

  }



  .san-antonio {

    margin-left: 0;

    text-align: left;

  }



  .right-column {

    padding-left: 0;

    padding-top: 0.5rem;

  }

}



/* end residential */



/* start second residential */

.secure-home-section {

  background-color: #fff;

}



.text-col h2 {

  color: #000;

  font-size: 1.8rem;

}



.text-col p {

  color: #333;

  font-size: 0.95rem;

  line-height: 1.6;

}



.card {

  border: none;

  border-radius: 0;

  overflow: hidden;

}



/* Shared height and alignment */

.text-col {

  display: flex;

  flex-direction: column;

  justify-content: center;

}



/* Background image on last card */

.locksmith-card {

  background-image: url('../images/residential-locksmith-home2.webp');

  background-size: cover;

  background-position: center;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  height: 100%;

  position: relative;

}

.locksmith-card,

.img-fluid.object-fit-cover {

  min-height: 400px;

}

/* Top half: Solid background text */

.locksmith-card .top-section {

  background-color: #F1F1F1;

  z-index: 2;

  position: relative;

}



/* Bottom half: Transparent white overlay */

.locksmith-card .bottom-overlay {

  flex-grow: 1;

  background-color: rgba(255, 255, 255, 0.6);

  width: 100%;

  z-index: 1;

}

/* end second residential */



/* start commercial */

.commercial-section {

  background-color: #3E3E3E;

  color: #ffffff;

  

}

.commercial-section h2{

  color: white;

  font-family: 'Poppins', sans-serif;

}

.section-title {

  font-size: 2.5rem;

  font-weight: 200;

  position: relative;

  z-index: 2;

  line-height: 1.4;

  margin-top: 2%;

}



.comm-san{

  margin-top: -4%;

  font-size: 2.5rem;

  font-weight: 200;

}

.background-word {

  position: absolute;

  top: -60px;

  left: 0;

  font-size: 5rem;

  color: rgba(255, 255, 255, 0.05);

  z-index: 1;

  pointer-events: none;

  user-select: none;

}



.image-slices {

  height: 400px;

  overflow: hidden;

  background-image: url(../images/commercial-locksmith-home.webp);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}



/* Mobile responsive adjustments */

@media (max-width: 767.98px) {

  .section-title {

    font-size: 1.8rem;

  }

  .background-word {

    font-size: 3.5rem;

    top: -20px;

  }



  

}



/* end commercial */















  /* start brand */

  .marquee {width:100%;

    background-color: #F1F1F1;

    margin: 0 auto;

    overflow: hidden;

    white-space: nowrap;

    box-sizing: border-box;

    animation: marquee 50s linear infinite;

    color:#fff;}

  

  .marquee:hover {animation-play-state: paused}

  

  

  .brands{

    background-color: #F1F1F1;

  padding:  0 ;

  margin-bottom: 1%;

  

  }

  @keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}

    /* brands */

  .info-item a{

    color: black;

  }

  

  .brands-section{

    background-color:white;

    margin-bottom: 1%;

    padding:  0;

  }

  .brand-img{

    padding: 1%;

  }

  .brand-img img{

    filter: grayscale(100%);

    margin-right: 5%;

    width: 75px;

  }

  /* end brand */





  /* start second commercial */

  .locksmith-consulting {

    background-color: white;

  }

  

  .img-wrapper img {

    width: 550px;

  

    border-radius: 20px;

    object-fit: cover;

  }

  

  h2 {

    font-weight: 200;



    font-family: 'Poppins', sans-serif;

  }

  





  /* end second commercial */



  /* start auto */

  .automotive-locksmith-section {

    background-color: #F1F1F1;

    padding: 5%;

  }

  

  .bg-rounded-box {

    background-color: #3E3E3E;

    border-radius: 30px;

    position: relative;

    z-index: 1;

    padding: 20px 40px;

  }

  

  /* Float image visually outside the container */

  .image-float {

    margin-top: -60px;

    margin-bottom: -60px;

  }

  

  .image-float img {

    max-height: 550px;

    width: 70%;

    border-radius: 30px;

    object-fit: cover;

  }

  



  /* end auto */



  /* start second auto */



  .automotive-support-section {

    background-color: #F1F1F1;

  }

  

  .tall-img {

    max-height: 550px;

    object-fit: cover;

    border-radius: 24px;

    width: 100%;

  }



  /* end second auto */



  /* start services */



  .services-section {

    background-color: #fdfdfb;

  }

  

  .service-cards {

    border: none;

    transition: all 0.3s ease;

    border-radius: 20px;

  }

  

  .service-cards:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

  }

  

  /* Dark card hover minor brightness */

  .bg-dark:hover {

    filter: brightness(1.1);

  }

  /* Responsive adjustments */

  @media (max-width: 767.98px) {

    .featured-card {

      transform: none;

    }

  }

  /* end services */



  /* start emeregency */



  

  .emergency-locksmith-section {

    background-color: #f8f9fa;



    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

  }

  

  .dark-box {

    background-color: #3D3D3D;

    padding: 2rem 2rem;

    margin-left: 25%;

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

    position: relative;

    overflow: visible;

    border-top-left-radius: 30px;

    border-bottom-left-radius: 30px;

}

  

  /* Floating image style */

  .img-floating {

    position: absolute;



    right: 50px;

    transform: translateY(-20%);

    max-width: 400px;

    width: 100%;

    

}

  

  .img-floating img {



    width: 100%;

    object-fit: cover;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

  }

  

  /* Responsive adjustments */

  @media (max-width: 991.98px) {

    .dark-box {

      margin-left: 0;

      padding: 2rem 1rem;

    }

  

    .img-floating {

      position: static;

      transform: none;

      margin-top: 2rem;

      right: 0;

    }

  }

  

  





  /* end emeregency */







  



  /* start second emergency */

   

  .emergency-locksmith-section-sec {

    background-color: transparent;

  



  }

  

  .dark-box-sec {

    background-color: #3D3D3D;

    padding: 2rem 2rem;

    margin-right: 30%;

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

    position: relative;

    overflow: visible;

    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

}

  

  /* Floating image style */

  .img-floating-sec {

    position: absolute;



    left: 20px;

    transform: translateY(-85%);

    max-width: 400px;

    width: 100%;

    

}

  

  .img-floating-sec img {



    width: 100%;

    object-fit: cover;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

  }

  

  /* Responsive adjustments */

  @media (max-width: 991.98px) {

    .dark-box-sec {

      margin-left: 0;

      padding: 2rem 1rem;

      margin-right: 0;

    }

  

    .img-floating-sec {

      position: static;

      transform: none;

      margin-top: 2rem;

      right: 0;

    }

  }



  /* end second emergency */



  /* start contact form */

  .contact-section {

    background-color: #ffffff;

    padding-top: 100px;

    padding-bottom: 100px;

  }

  

  .contact-info-card {

    background-color: #F9F9F9;

  }

  

  .contact-info-card h6 {

    font-size: 1rem;

  }

  

  .contact-info-card p {

    margin-bottom: 0.25rem;

  }

  

  .form-control {

    display: block;

    width: 100%;

    padding: 1rem 1rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #212529;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #ced4da;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border-radius: .25rem;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}



form .btn{

  padding: 2%;

}

  .map-container {

    flex-grow: 1;

  }

  

  .map-container iframe {

    width: 100%;

    height: 100%;

    border: 0;

    display: block;

  }

  





  

  /* Responsive adjustments */

  @media (max-width: 991.98px) {

    .contact-info-card .col-md-4 {

      margin-bottom: 1.5rem;

    }

  }

  



  /* end contact form */





  /* start footer */



  .footer-section {

    background-color: #3D3D3D;

  }

  

  .footer-btn {

    border: 1px solid #ffffff;

    background: transparent;

    color: #ffffff;

    padding: 6px 14px;

    border-radius: 30px;

    font-size: 0.9rem;

    transition: all 0.3s ease;

  }

  

  .footer-btn:hover {

    background-color: #ffffff;

    color: #3D3D3D;

  }

  

  /* Social icons */

  .social-icon {

    color: #ffffff;

    font-size: 1.2rem;

    transition: color 0.3s ease;

  }

  

  .social-icon:hover {

    color: #28a745;

  }

  

  /* Responsive */

  @media (max-width: 767.98px) {

    .footer-btn {

      font-size: 0.8rem;

      padding: 5px 12px;

    }

  }

  

















  /* end footer */


  	.obfuscatedEmail a{
		color: white ;
		text-decoration: none ;
	}



.grey-mail a {
  color: #6c757d;
}








