:root {
  --yellow: #f6b400;
  --dark: #111;
  --text: #222;
  --muted: #666;
  --light: #f6f6f6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.navbar {
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  
}

.navbar-brand {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 3px;
}

.navbar-brand:hover {
  color: var(--yellow);
}

.nav-link {
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.nav-link:hover,
.nav-link.active {
  color: #f6b400 !important;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/hero-locksmith.webp") center / cover no-repeat;
}

.hero-car {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/hero-key.webp") center / cover no-repeat;
}

.hero-location {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/back-location.webp") center / cover no-repeat;
}

/* .car-keys {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/hero-car.webp") center / cover no-repeat;
} */

.hero-rekey {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/hero-rekey.webp") center / cover no-repeat;
}

.hero-replacement {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/hero-replacement.webp") center / cover no-repeat;
}

.hero-content {
  max-width: 790px;
  text-align: center;
  margin: auto;
}

.hero h1 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
}

.hero p {
  color: #ddd;
  font-size: 18px;
  line-height: 1.8;
}

.small-title {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-main,
.btn-dark-custom {
  display: inline-block;
  padding: 15px 34px;
  margin-top: 18px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn-main {
  background: var(--yellow);
  color: #111;
}

.btn-main:hover {
  background: #fff;
  color: #111;
}


.hero .btn-main {
  display: inline-block;
  padding: 15px 34px;
  margin-top: 18px;
  text-decoration: none;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.hero .btn-main {
  background: var(--yellow);
  color: #111;
  border-radius: 20px;
}

.hero .btn-main:hover {
  background: #fff;
  color: #111;
}



.btn-dark-custom {
  background: #111;
  color: #fff;
}

.btn-dark-custom:hover {
  background: var(--yellow);
  color: #111;
}

.section-title {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}

.section-text {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

/* One image overlay section only */
.image-overlay-section {
  min-height: 620px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/back-locksmith.webp") center / cover no-repeat;
}

.rekey {
  min-height: 620px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/new.webp") center / cover no-repeat;
}



.replacement {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/back-key-replacement.webp") center / cover no-repeat;
}

.change {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/back-change.webp") center / cover no-repeat;
}

.car-keys {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/back-car-keys.webp") center / cover no-repeat;
}

.hero-contact {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url("../img/back-contact.webp") center / cover no-repeat;
}

.overlay-box {
  max-width: 620px;
  padding: 55px;
  background: rgba(0,0,0,.42);
  border-left: 5px solid var(--yellow);
}

.overlay-box h2 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.overlay-box p {
  color: #ddd;
  font-size: 17px;
  line-height: 1.85;
}

/* offers */
.cont {
  padding: 110px 0;
  background: #fff;
}

.cont a {
  color: #000;
  text-decoration: none;
}

/* About */
.about-section {
  padding: 110px 0;
  background: #fff;
}

.rounded-img {
  border-radius: 6px;
}

.info-row {
  display: flex;
  gap: 35px;
  margin-top: 30px;
}

.info-row strong {
  display: block;
  color: var(--yellow);
  font-size: 42px;
  font-weight: 900;
}

.info-row span {
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

/* Services */
.services-section {
  padding: 110px 0;
  background: var(--light);
}

.service-card {
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  transition: 0.35s;
}

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

.service-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.service-card div {
  padding: 32px;
}

.service-card span {
  color: var(--yellow);
  font-size: 32px;
  font-weight: 900;
}

.service-card h3 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 14px 0;
}

.service-card p {
  color: var(--muted);
  line-height: 1.7;
}

/* Split */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 350px;
}

.split-content {
  padding: 90px 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.split-content h2 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.split-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.split-image img {
  object-fit: cover;
}

/* Projects */
.projects-section {
  padding: 110px 0;
  background: #111;
  color: #fff;
}

.projects-section .section-text {
  color: #bbb;
}

.project-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-areas:
    "big small"
    "big wide";
  gap: 24px;
}

.project-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.project-card.big {
  grid-area: big;
  min-height: 680px;
}

.project-card.small {
  grid-area: small;
}

.project-card.wide {
  grid-area: wide;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

.project-card:hover img {
  transform: scale(1.08);
}

.project-card div {
  position: absolute;
  inset: auto 0 0 0;
  padding: 35px;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
}

.project-card h3 {
  font-weight: 900;
  text-transform: uppercase;
}

.project-card p {
  color: #ddd;
  margin: 0;
}

/* Process */
.process-section {
  padding: 110px 0;
  background: #fff;
}

.process-list {
  display: grid;
  gap: 22px;
}

.process-item {
  display: flex;
  gap: 24px;
  padding: 30px;
  background: var(--light);
  border-left: 5px solid var(--yellow);
}

.process-item span {
  font-size: 38px;
  font-weight: 900;
  color: var(--yellow);
}

.process-item h3 {
  font-weight: 900;
  text-transform: uppercase;
}

.process-item p {
  color: var(--muted);
  margin: 0;
}

/* Stats */
.stats-section {
  padding: 90px 0;
  background: var(--yellow);
  color: #111;
}

.stats-section h3 {
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 900;
}

.stats-section p {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

/* Testimonial */
.testimonial-section {
  padding: 120px 0;
  background:
    linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)),
    url("../img/back-locksmith3.webp") center / cover no-repeat;
}

.car {
  padding: 120px 0;
  background:
    linear-gradient(rgba(255,255,255,.9), rgba(145, 144, 144, 0.9)),
    url("../img/back-car.webp") center / cover no-repeat;
}

.rekey2 {
  padding: 120px 0;
  background:
    linear-gradient(rgba(255,255,255,.9), rgba(145, 144, 144, 0.9)),
    url("../img/back-rekey2.webp") center / cover no-repeat;
}

.testimonial-card {
  max-width: 850px;
  margin: auto;
  padding: 60px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0,0,0,.12);
  text-align: center;
}

.testimonial-card h2 {
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 900;
}

.testimonial-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

/* CTA */
.cta-section {
  padding: 120px 0;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.68)),
    url("../img/back-locksmith2.webp") center / cover no-repeat;
}

.cta-section-auto {
  padding: 120px 0;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.68)),
    url("../img/back-auto.webp") center / cover no-repeat;
}

.cta-section-rekey {
  padding: 120px 0;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.68)),
    url("../img/back-rekey3.webp") center / cover no-repeat;
}

.cta-section-replacement {
  padding: 120px 0;
  background:
    linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.68)),
    url("../img/back-replacement.webp") center / cover no-repeat;
}

.cta-section-change {
  padding: 120px 0;
  background:
    linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.68)),
    url("../img/back-change2.webp") center / cover no-repeat;
}

.cta-section-car {
  padding: 120px 0;
  background:
    linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.68)),
    url("../img/back-car-keys2.webp") center / cover no-repeat;
}

.cta-section h3 {
  font-size: 35px;
  font-weight: 900;
  margin: 10px auto;
  text-transform: uppercase;
}

.cta-section p {
  max-width: 720px;
  margin:  auto;
  color: #ddd;
  line-height: 1.8;
  font-size: 18px;
}

footer {
  padding: 28px 0;
  background: #080808;
  color: #aaa;
}

footer p {
  margin: 0;
}

/* Animation */
.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: 0.85s ease;
}

.reveal-up {
  transform: translateY(50px);
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

.reveal-up.active,
.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translate(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

.delay-3 {
  transition-delay: 0.36s;
}

/* Responsive */
@media (max-width: 991px) {
  .nav-link {
    margin-left: 0;
    padding: 12px 0;
  }

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

  .split-image {
    min-height: 420px;
  }

  .project-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "big"
      "small"
      "wide";
  }

  .project-card.big {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .hero,
  .image-overlay-section {
    min-height: 760px;
  }

  .overlay-box,
  .testimonial-card {
    padding: 35px 25px;
  }

  .about-section,
  .cont,
  .services-section,
  .projects-section,
  .process-section {
    padding: 80px 0;
  }

  .info-row {
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 42px;
  }

  .service-card img {
    height: 220px;
  }

  .project-card,
  .project-card.big {
    min-height: 360px;
  }

  .process-item {
    flex-direction: column;
  }
}

/* form */
.CUS{
  
  padding: 0;
  border-radius: 30px;
}

.CUS p{
  padding: 0;
 }

form.CUS input.subject {
    display: none;
}

.CUS .form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.CUS .form-row p {
    flex: 1;
    margin: 0;
}

.CUS textarea {
    width: 100%;
    font-size: 15px;
    border: 1px solid #020202;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    background-color: #f0f0f0;
}

.CUS .submit {
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    background-color: #f6b400;
    color: #161515;
}

.CUS input,
.CUS select {
    width: 100%;
    font-size: 15px;
     border: 1px solid #d4d4d4;
    box-sizing: border-box;
    font-weight: normal;
    padding: 10px;
    margin: 5px 0;
    background-color: #f0f0f0;

}

.CUS label {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    color: #3b3b3b;
}


form.CUS,
.CUS fieldset {
    border: none;
}


@media only screen and (max-width:500px){
    .CUS .form-row {
        flex-direction: column;  
        align-items: stretch;    
    }

    .CUS .form-row p {
        flex: 1 0 100%;
        width: 100%;
    }
 } 

 .icons{
  color: #f6b400;
 }

 /* locations */
 .locations-wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.location-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  color: #222;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.location-item:hover {
  background: #f6b400;
  color: #050505;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.location-item:active {
  transform: scale(0.98);
}

.car-marquee{
    background:#f8f9fa;
    overflow:hidden;
}

.marquee-wrapper{
    overflow:hidden;
    position:relative;
}

.marquee-content{
    display:flex;
    width:max-content;
    gap:25px;
    animation:scroll 25s linear infinite;
}

.marquee-wrapper:hover .marquee-content{
    animation-play-state: paused;
}

.brand-card{
    width:180px;
    height:110px;
    /* background:#f1f1f1; */
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    flex-shrink:0;
    transition:.3s;
}

.brand-card:hover{
    transform:translateY(-6px);
}

.brand-card img{
    max-width:100%;
    max-height:70px;
    object-fit:contain;
    filter:grayscale(100%);
    transition:.3s;
}

.brand-card:hover img{
    filter:grayscale(0);
}

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