*,
*::before,
*::after{

box-sizing:border-box;

}

html{

overflow-x:hidden;

}

body{

overflow-x:hidden;

width:100%;

}


/* ==========================================
   KEY AUTO - LOCKSMITH PAGE
========================================== */

.locksmith-hero{
    position:relative;
    padding:90px 0;
    overflow:hidden;
    background:
    radial-gradient(circle at top right,#ffd75d 0%,transparent 30%),
    linear-gradient(135deg,#111 0%,#1a1a1a 100%);
}

.locksmith-hero::before{

content:"";

position:absolute;

left:-150px;

top:-150px;

width:350px;

height:350px;

background:rgba(255,204,0,.08);

border-radius:50%;

}

.locksmith-hero::after{

content:"";

position:absolute;

right:-120px;

bottom:-120px;

width:280px;

height:280px;

background:rgba(255,255,255,.05);

border-radius:50%;

}

.hero-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:70px;

align-items:center;

position:relative;

z-index:2;

}

.hero-left{

display:flex;

flex-direction:column;

gap:30px;

}

.hero-badge{

display:inline-flex;

align-items:center;

gap:10px;

background:#ffcc00;

color:#111;

padding:12px 22px;

border-radius:100px;

font-weight:700;

font-size:14px;

width:max-content;

letter-spacing:.5px;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.locksmith-hero h1{

font-size:58px;

line-height:1.1;

font-weight:800;

color:#fff;

margin:0;

max-width:700px;

}

.hero-text{

font-size:19px;

line-height:1.9;

color:#ddd;

max-width:700px;

}

.hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.hero-features div{

background:rgba(255,255,255,.08);

backdrop-filter:blur(15px);

padding:18px 20px;

border-radius:18px;

color:#fff;

font-weight:600;

transition:.35s;

border:1px solid rgba(255,255,255,.06);

}

.hero-features div:hover{

transform:translateY(-6px);

background:rgba(255,204,0,.15);

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

margin-top:10px;

}

.call-btn{

background:#ffcc00;

color:#111;

padding:18px 36px;

border-radius:60px;

font-size:18px;

font-weight:700;

text-decoration:none;

transition:.35s;

box-shadow:0 20px 40px rgba(255,204,0,.30);

}

.call-btn:hover{

transform:translateY(-5px);

box-shadow:0 30px 60px rgba(255,204,0,.45);

}

.secondary-btn{

padding:18px 34px;

border-radius:60px;

border:2px solid rgba(255,255,255,.25);

color:#fff;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.secondary-btn:hover{

background:#fff;

color:#111;

}

.hero-right{

display:flex;

justify-content:center;

align-items:center;

}

.hero-right img{

width:100%;

max-width:520px;

border-radius:28px;

box-shadow:0 40px 70px rgba(0,0,0,.35);

transition:.45s;

}

.hero-right img:hover{

transform:scale(1.02) rotate(-1deg);

}

/* ==========================================
   SERVICES
========================================== */

.locksmith-services{

padding:110px 0;

background:#f7f8fb;

position:relative;

overflow:hidden;

}

.locksmith-services::before{

content:"";

position:absolute;

width:500px;

height:500px;

background:#fff7d6;

border-radius:50%;

right:-220px;

top:-180px;

opacity:.6;

}

.section-heading{

max-width:850px;

margin:0 auto 70px;

text-align:center;

position:relative;

z-index:2;

}

.section-heading span{

display:inline-block;

padding:12px 22px;

background:#fff4c4;

color:#b88600;

font-weight:700;

font-size:14px;

letter-spacing:.6px;

border-radius:50px;

margin-bottom:22px;

text-transform:uppercase;

}

.section-heading h2{

font-size:44px;

line-height:1.2;

color:#111;

margin-bottom:22px;

font-weight:800;

}

.section-heading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

position:relative;

z-index:2;

}

.service-card{

background:#fff;

padding:45px;

border-radius:28px;

transition:.45s;

position:relative;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.06);

border:1px solid #ececec;

}

.service-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:0;

height:6px;

background:#ffcc00;

transition:.4s;

}

.service-card:hover::before{

width:100%;

}

.service-card:hover{

transform:translateY(-14px);

box-shadow:0 35px 70px rgba(0,0,0,.12);

}

.service-icon{

width:78px;

height:78px;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

background:linear-gradient(135deg,#ffcc00,#ffd84d);

border-radius:22px;

margin-bottom:28px;

transition:.4s;

box-shadow:0 15px 35px rgba(255,204,0,.35);

}

.service-card:hover .service-icon{

transform:rotate(-8deg) scale(1.08);

}

.service-card h3{

font-size:27px;

margin-bottom:18px;

color:#111;

font-weight:700;

}

.service-card p{

font-size:17px;

line-height:1.9;

color:#666;

margin:0;

}

.service-card::after{

content:"→";

position:absolute;

right:35px;

bottom:28px;

font-size:28px;

font-weight:700;

color:#ffcc00;

opacity:0;

transform:translateX(-15px);

transition:.35s;

}

.service-card:hover::after{

opacity:1;

transform:translateX(0);

}
/* ==========================================
   ABOUT
========================================== */

.locksmith-about{

padding:120px 0;

background:#fff;

position:relative;

overflow:hidden;

}

.locksmith-about::before{

content:"";

position:absolute;

width:450px;

height:450px;

background:#fff8dc;

border-radius:50%;

left:-180px;

bottom:-180px;

opacity:.7;

}

.about-content{

max-width:1050px;

margin:auto;

position:relative;

z-index:2;

}

.about-content p{

font-size:18px;

line-height:2;

color:#555;

margin-bottom:28px;

}

.about-content p:last-child{

margin-bottom:0;

}

/* ==========================================
   INFO
========================================== */

.locksmith-info{

padding:120px 0;

background:#f8f9fb;

}

.info-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.info-text h2{

font-size:42px;

font-weight:800;

color:#111;

margin-bottom:30px;

line-height:1.2;

}

.info-text p{

font-size:18px;

line-height:2;

color:#666;

margin-bottom:26px;

}

.info-image{

position:relative;

}

.info-image img{

width:100%;

display:block;

border-radius:30px;

box-shadow:0 40px 70px rgba(0,0,0,.12);

transition:.45s;

}

.info-image:hover img{

transform:scale(1.02);

}

.info-image::before{

content:"";

position:absolute;

width:180px;

height:180px;

background:#ffcc00;

border-radius:30px;

top:-25px;

left:-25px;

z-index:-1;

opacity:.2;

}

.info-image::after{

content:"";

position:absolute;

width:220px;

height:220px;

border:3px dashed #ffcc00;

border-radius:40px;

bottom:-35px;

right:-35px;

z-index:-1;

opacity:.25;

}

/* floating card */

.info-image .floating-card{

position:absolute;

bottom:35px;

left:-45px;

background:#fff;

padding:25px;

border-radius:24px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

max-width:240px;

}

.floating-card h3{

margin:0 0 10px;

font-size:22px;

font-weight:700;

color:#111;

}

.floating-card p{

margin:0;

font-size:15px;

line-height:1.7;

color:#666;

}

/* ==========================================
   ABOUT ANIMATION
========================================== */

.about-content,

.info-text,

.info-image{

transition:.45s;

}

.info-text:hover{

transform:translateY(-4px);

}

.info-image:hover{

transform:translateY(-6px);

}

/* ==========================================
   SITUATIONS
========================================== */

.locksmith-situations{

padding:130px 0;

background:#fff;

position:relative;

overflow:hidden;

}

.locksmith-situations::before{

content:"";

position:absolute;

left:50%;

top:220px;

transform:translateX(-50%);

width:4px;

height:calc(100% - 320px);

background:linear-gradient(to bottom,#ffcc00,#ffe88c);

border-radius:10px;

}

.situations-grid{

max-width:1100px;

margin:80px auto 0;

display:flex;

flex-direction:column;

gap:45px;

position:relative;

}

.situation-card{

width:46%;

background:#fff;

padding:35px;

border-radius:28px;

box-shadow:0 20px 55px rgba(0,0,0,.08);

position:relative;

transition:.45s;

border:1px solid #ececec;

}

.situation-card:hover{

transform:translateY(-8px);

box-shadow:0 35px 70px rgba(0,0,0,.13);

}

.situation-card:nth-child(even){

margin-left:auto;

}

.situation-icon{

position:absolute;

top:50%;

width:76px;

height:76px;

background:linear-gradient(135deg,#ffcc00,#ffd84d);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

border-radius:50%;

box-shadow:0 15px 35px rgba(255,204,0,.35);

transform:translateY(-50%);

transition:.35s;

}

.situation-card:nth-child(odd) .situation-icon{

right:-104px;

}

.situation-card:nth-child(even) .situation-icon{

left:-104px;

}

.situation-card:hover .situation-icon{

transform:translateY(-50%) scale(1.08) rotate(-8deg);

}

.situation-card h3{

font-size:28px;

margin-bottom:16px;

font-weight:700;

color:#111;

}

.situation-card p{

font-size:17px;

line-height:1.9;

color:#666;

margin:0;

}

/* yellow dot */

.situation-card::after{

content:"";

position:absolute;

top:50%;

width:18px;

height:18px;

background:#ffcc00;

border-radius:50%;

transform:translateY(-50%);

box-shadow:0 0 0 8px rgba(255,204,0,.15);

}

.situation-card:nth-child(odd)::after{

right:-60px;

}

.situation-card:nth-child(even)::after{

left:-60px;

}

/* ==========================================
   SECURITY
========================================== */

.locksmith-security{

padding:120px 0;

background:linear-gradient(135deg,#111,#1d1d1d);

color:#fff;

text-align:center;

position:relative;

overflow:hidden;

}

.locksmith-security::before{

content:"";

position:absolute;

width:420px;

height:420px;

border-radius:50%;

background:rgba(255,204,0,.08);

right:-170px;

top:-170px;

}

.security-content{

max-width:900px;

margin:auto;

position:relative;

z-index:2;

}

.security-content h2{

font-size:44px;

margin-bottom:30px;

font-weight:800;

}

.security-content p{

font-size:18px;

line-height:2;

color:#ddd;

margin-bottom:24px;

}

.security-content p:last-child{

margin-bottom:0;

}

/* ==========================================
   LOCK TYPES
========================================== */

.lock-types{

padding:130px 0;

background:#f7f8fb;

position:relative;

overflow:hidden;

}

.lock-types::before{

content:"";

position:absolute;

left:-180px;

top:-180px;

width:420px;

height:420px;

border-radius:50%;

background:#fff4c7;

opacity:.65;

}

.lock-types::after{

content:"";

position:absolute;

right:-160px;

bottom:-160px;

width:360px;

height:360px;

border-radius:50%;

background:#fff9dd;

opacity:.8;

}

.lock-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:70px;

position:relative;

z-index:2;

}

.lock-card{

background:#fff;

padding:40px;

border-radius:28px;

transition:.45s;

position:relative;

overflow:hidden;

box-shadow:0 18px 45px rgba(0,0,0,.06);

border:1px solid #ececec;

display:flex;

flex-direction:column;

justify-content:flex-start;

min-height:250px;

}

.lock-card:nth-child(3n){

min-height:310px;

}

.lock-card:nth-child(5n){

min-height:340px;

}

.lock-card::before{

content:"";

position:absolute;

width:120px;

height:120px;

border-radius:50%;

background:rgba(255,204,0,.08);

right:-40px;

top:-40px;

transition:.4s;

}

.lock-card:hover::before{

transform:scale(1.8);

}

.lock-card:hover{

transform:translateY(-12px);

box-shadow:0 35px 75px rgba(0,0,0,.12);

}

.lock-card h3{

font-size:28px;

font-weight:700;

margin-bottom:22px;

color:#111;

line-height:1.3;

position:relative;

padding-bottom:18px;

}

.lock-card h3::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:65px;

height:4px;

background:#ffcc00;

border-radius:10px;

transition:.35s;

}

.lock-card:hover h3::after{

width:110px;

}

.lock-card p{

font-size:17px;

line-height:1.9;

color:#666;

margin:0;

flex:1;

}

.lock-card:hover p{

color:#444;

}

.lock-text{

max-width:1000px;

margin:90px auto 0;

background:#fff;

padding:60px;

border-radius:35px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

position:relative;

z-index:2;

}

.lock-text::before{

content:"🔒";

position:absolute;

right:40px;

top:35px;

font-size:55px;

opacity:.08;

}

.lock-text p{

font-size:18px;

line-height:2;

color:#555;

margin-bottom:25px;

}

.lock-text p:last-child{

margin-bottom:0;

}

/* ==========================================
   WORK PROCESS
========================================== */

.work-process{

padding:130px 0;

background:#fff;

position:relative;

overflow:hidden;

}

.process-grid{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:30px;

margin-top:90px;

position:relative;

}

.process-grid::before{

content:"";

position:absolute;

left:10%;

right:10%;

top:42px;

height:5px;

background:linear-gradient(to right,#ffcc00,#ffe98d);

border-radius:20px;

z-index:1;

}

.process-card{

position:relative;

text-align:center;

z-index:2;

}

.process-number{

width:84px;

height:84px;

margin:0 auto 35px;

border-radius:50%;

background:linear-gradient(135deg,#ffcc00,#ffd84d);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

font-weight:800;

color:#111;

box-shadow:0 20px 40px rgba(255,204,0,.35);

transition:.4s;

}

.process-card:hover .process-number{

transform:translateY(-10px) rotate(-8deg);

}

.process-card h3{

font-size:24px;

margin-bottom:18px;

font-weight:700;

color:#111;

}

.process-card p{

font-size:16px;

line-height:1.9;

color:#666;

background:#fff;

padding:30px;

border-radius:24px;

box-shadow:0 20px 45px rgba(0,0,0,.06);

transition:.35s;

min-height:210px;

border:1px solid #ececec;

}

.process-card:hover p{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

/* ==========================================
   WHY US
========================================== */

.why-us{

padding:130px 0;

background:#f8f9fb;

position:relative;

}

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

margin-top:70px;

}

.why-card{

background:#fff;

padding:45px;

border-radius:30px;

text-align:center;

transition:.4s;

box-shadow:0 18px 45px rgba(0,0,0,.06);

position:relative;

overflow:hidden;

border:1px solid #ececec;

}

.why-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:#ffcc00;

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.why-card:hover::before{

transform:scaleX(1);

}

.why-card:hover{

transform:translateY(-12px);

box-shadow:0 35px 70px rgba(0,0,0,.12);

}

.why-icon{

width:95px;

height:95px;

margin:0 auto 30px;

border-radius:50%;

background:linear-gradient(135deg,#ffcc00,#ffd84d);

display:flex;

align-items:center;

justify-content:center;

font-size:40px;

box-shadow:0 18px 40px rgba(255,204,0,.35);

transition:.35s;

}

.why-card:hover .why-icon{

transform:scale(1.08) rotate(-10deg);

}

.why-card h3{

font-size:27px;

margin-bottom:20px;

font-weight:700;

color:#111;

}

.why-card p{

font-size:17px;

line-height:1.9;

color:#666;

margin:0;

}

/* ==========================================
   FAQ
========================================== */

.faq-section{

padding:130px 0;

background:#fff;

position:relative;

overflow:hidden;

}

.faq-section::before{

content:"";

position:absolute;

right:-180px;

top:-180px;

width:420px;

height:420px;

background:#fff6cf;

border-radius:50%;

opacity:.8;

}

.faq-list{

max-width:980px;

margin:70px auto 0;

position:relative;

z-index:2;

}

.faq-item{

background:#fff;

border-radius:22px;

margin-bottom:22px;

overflow:hidden;

border:1px solid #ececec;

box-shadow:0 12px 35px rgba(0,0,0,.05);

transition:.35s;

}

.faq-item:hover{

box-shadow:0 22px 55px rgba(0,0,0,.10);

transform:translateY(-3px);

}

.faq-item h3{

position:relative;

margin:0;

padding:28px 80px 28px 30px;

font-size:22px;

font-weight:700;

cursor:pointer;

color:#111;

transition:.3s;

}

.faq-item h3::after{

content:"+";

position:absolute;

right:30px;

top:50%;

transform:translateY(-50%);

width:42px;

height:42px;

border-radius:50%;

background:#ffcc00;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

font-weight:700;

color:#111;

transition:.3s;

}

.faq-item.active h3::after{

content:"−";

transform:translateY(-50%) rotate(180deg);

}

.faq-item p{

max-height:0;

overflow:hidden;

padding:0 30px;

font-size:17px;

line-height:1.9;

color:#666;

transition:

max-height .45s ease,

padding .35s ease;

}

.faq-item.active p{

max-height:400px;

padding:0 30px 30px;

}

/* ==========================================
   BLOG
========================================== */

.blog-links{

padding:120px 0;

background:#f7f8fb;

position:relative;

overflow:hidden;

}

.blog-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(330px,1fr));

gap:35px;

margin-top:70px;

}

.blog-card{

display:flex;

flex-direction:column;

padding:40px;

background:#fff;

border-radius:28px;

text-decoration:none;

color:inherit;

transition:.4s;

border:1px solid #ececec;

box-shadow:0 18px 45px rgba(0,0,0,.06);

position:relative;

overflow:hidden;

}

.blog-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:#ffcc00;

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.blog-card:hover::before{

transform:scaleX(1);

}

.blog-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,0,0,.12);

}

.blog-card h3{

font-size:28px;

margin-bottom:20px;

color:#111;

line-height:1.35;

font-weight:700;

}

.blog-card p{

font-size:17px;

line-height:1.9;

color:#666;

flex:1;

margin-bottom:35px;

}

.blog-card span{

font-size:16px;

font-weight:700;

color:#d39c00;

transition:.3s;

}

.blog-card:hover span{

padding-left:8px;

}



/* ==========================================
   CTA
========================================== */

.locksmith-cta{

padding:140px 0;

background:linear-gradient(135deg,#111,#1d1d1d);

position:relative;

overflow:hidden;

}

.locksmith-cta::before{

content:"";

position:absolute;

right:-120px;

top:-120px;

width:320px;

height:320px;

border-radius:50%;

background:rgba(255,204,0,.08);

}

.locksmith-cta::after{

content:"";

position:absolute;

left:-120px;

bottom:-120px;

width:300px;

height:300px;

border-radius:50%;

background:rgba(255,255,255,.04);

}

.cta-box{

position:relative;

z-index:2;

max-width:980px;

margin:auto;

text-align:center;

}

.cta-badge{

display:inline-block;

padding:14px 26px;

background:#ffcc00;

color:#111;

border-radius:60px;

font-weight:700;

margin-bottom:28px;

letter-spacing:.5px;

}

.cta-box h2{

font-size:52px;

color:#fff;

font-weight:800;

margin-bottom:30px;

line-height:1.2;

}

.cta-box p{

font-size:19px;

line-height:2;

color:#ddd;

max-width:850px;

margin:0 auto 45px;

}

.cta-features{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:18px;

margin-bottom:55px;

}

.cta-features div{

background:rgba(255,255,255,.08);

backdrop-filter:blur(12px);

padding:20px;

border-radius:18px;

font-size:17px;

font-weight:600;

color:#fff;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.cta-features div:hover{

background:rgba(255,204,0,.18);

transform:translateY(-5px);

}

.cta-buttons{

display:flex;

justify-content:center;

gap:25px;

flex-wrap:wrap;

}

.cta-call{

background:#ffcc00;

color:#111;

padding:20px 42px;

border-radius:60px;

text-decoration:none;

font-size:20px;

font-weight:700;

transition:.35s;

box-shadow:0 20px 45px rgba(255,204,0,.30);

}

.cta-call:hover{

transform:translateY(-6px);

box-shadow:0 35px 70px rgba(255,204,0,.45);

}

.cta-contact{

padding:20px 40px;

border-radius:60px;

border:2px solid rgba(255,255,255,.25);

text-decoration:none;

color:#fff;

font-size:19px;

font-weight:700;

transition:.35s;

}

.cta-contact:hover{

background:#fff;

color:#111;

}


/* ==========================================
   BRANDS
========================================== */

.lock-brands{

padding:140px 0;

background:#ffffff;

position:relative;

overflow:hidden;

}

.lock-brands::before{

content:"";

position:absolute;

width:480px;

height:480px;

background:#fff7d8;

border-radius:50%;

left:-220px;

top:-220px;

opacity:.7;

}

.lock-brands::after{

content:"";

position:absolute;

width:380px;

height:380px;

background:#fff9ea;

border-radius:50%;

right:-180px;

bottom:-180px;

opacity:.8;

}

.brands-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(290px,1fr));

gap:32px;

margin-top:70px;

position:relative;

z-index:2;

}

.brand-card{

background:#fff;

padding:38px;

border-radius:28px;

transition:.45s;

position:relative;

overflow:hidden;

border:1px solid #ececec;

box-shadow:0 18px 45px rgba(0,0,0,.05);

}

.brand-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:0;

height:5px;

background:#ffcc00;

transition:.4s;

}

.brand-card:hover::before{

width:100%;

}

.brand-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 75px rgba(0,0,0,.12);

}

.brand-card h3{

font-size:30px;

font-weight:800;

letter-spacing:1px;

margin-bottom:18px;

color:#111;

}

.brand-card p{

font-size:17px;

line-height:1.9;

color:#666;

margin:0;

}

.brands-bottom{

margin-top:90px;

padding:70px;

background:linear-gradient(135deg,#111,#202020);

border-radius:35px;

position:relative;

overflow:hidden;

box-shadow:0 35px 80px rgba(0,0,0,.18);

}

.brands-bottom::before{

content:"🔐";

position:absolute;

right:50px;

top:40px;

font-size:90px;

opacity:.08;

}

.brands-bottom h2{

font-size:42px;

color:#fff;

margin-bottom:28px;

font-weight:800;

line-height:1.25;

}

.brands-bottom p{

font-size:18px;

line-height:2;

color:#ddd;

margin:0;

max-width:900px;

}

/* ==========================================
   GLOBAL UI POLISH
========================================== */

html{

scroll-behavior:smooth;

}

::selection{

background:#ffcc00;

color:#111;

}

::-webkit-scrollbar{

width:12px;

}

::-webkit-scrollbar-track{

background:#f4f4f4;

}

::-webkit-scrollbar-thumb{

background:#ffcc00;

border-radius:30px;

border:3px solid #f4f4f4;

}

::-webkit-scrollbar-thumb:hover{

background:#e5b800;

}

.locksmith-hero,
.locksmith-services,
.locksmith-about,
.locksmith-info,
.locksmith-situations,
.locksmith-security,
.lock-types,
.work-process,
.why-us,
.faq-section,
.blog-links,
.locksmith-cta,
.lock-brands{

position:relative;

}

img{

max-width:100%;

height:auto;

display:block;

}

img{

transition:transform .45s ease;

}

img:hover{

transform:scale(1.015);

}

a{

transition:.35s ease;

}

button{

transition:.35s ease;

}

.service-card,
.lock-card,
.brand-card,
.blog-card,
.why-card,
.process-card p,
.faq-item{

transition:

transform .35s ease,

box-shadow .35s ease,

border-color .35s ease,

background .35s ease;

}

.service-card:hover,
.lock-card:hover,
.brand-card:hover,
.blog-card:hover,
.why-card:hover{

border-color:#ffcc00;

}

.call-btn,
.cta-call{

position:relative;

overflow:hidden;

}

.call-btn::before,
.cta-call::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:100%;

height:100%;

background:rgba(255,255,255,.35);

transform:skewX(-25deg);

transition:.6s;

}

.call-btn:hover::before,
.cta-call:hover::before{

left:140%;

}

.secondary-btn,
.cta-contact{

overflow:hidden;

position:relative;

}

.secondary-btn::before,
.cta-contact::before{

content:"";

position:absolute;

left:0;

bottom:0;

width:100%;

height:0;

background:#fff;

z-index:-1;

transition:.35s;

}

.secondary-btn:hover::before,
.cta-contact:hover::before{

height:100%;

}

.section-heading h2{

position:relative;

display:inline-block;

}

.section-heading h2::after{

content:"";

position:absolute;

left:50%;

bottom:-16px;

transform:translateX(-50%);

width:90px;

height:5px;

background:#ffcc00;

border-radius:20px;

}

.section-heading{

padding-bottom:20px;

}

.service-icon,
.why-icon,
.process-number{

user-select:none;

}

.service-card,
.lock-card,
.brand-card,
.blog-card{

cursor:default;

}

.faq-item h3{

user-select:none;

}

input:focus,
textarea:focus,
select:focus{

outline:none;

box-shadow:0 0 0 4px rgba(255,204,0,.18);

border-color:#ffcc00;

}

.call-btn:focus,
.secondary-btn:focus,
.cta-call:focus,
.cta-contact:focus{

outline:none;

box-shadow:0 0 0 5px rgba(255,204,0,.28);

}

@keyframes floatIcon{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0);

}

}

.service-icon,
.why-icon{

animation:floatIcon 4s ease-in-out infinite;

}

.hero-badge{

animation:floatIcon 5s ease-in-out infinite;

}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:1200px){

.hero-grid,
.info-grid{

grid-template-columns:1fr;

gap:60px;

}

.hero-right{

order:-1;

}

.locksmith-hero h1{

font-size:50px;

text-align:center;

margin:auto;

}

.hero-text{

text-align:center;

margin:auto;

}

.hero-left{

align-items:center;

}

.hero-features{

width:100%;

}

.process-grid{

grid-template-columns:repeat(3,1fr);

row-gap:45px;

}

.process-grid::before{

display:none;

}

.process-card{

margin-bottom:20px;

}

.situation-card{

width:100%;

margin-left:0!important;

}

.locksmith-situations::before{

display:none;

}

.situation-card .situation-icon{

position:relative!important;

left:auto!important;

right:auto!important;

top:auto!important;

transform:none!important;

margin-bottom:25px;

}

.situation-card::after{

display:none;

}

}



@media (max-width:992px){

.section-heading h2{

font-size:38px;

}

.locksmith-hero{

padding:70px 0;

}

.locksmith-hero h1{

font-size:42px;

}

.hero-features{

grid-template-columns:1fr;

}

.services-grid{

grid-template-columns:repeat(2,1fr);

}

.lock-grid{

grid-template-columns:repeat(2,1fr);

}

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.blog-grid{

grid-template-columns:1fr;

}

.cta-features{

grid-template-columns:1fr 1fr;

}

.process-grid{

grid-template-columns:1fr 1fr;

}

.info-image .floating-card{

position:relative;

left:auto;

bottom:auto;

margin-top:25px;

max-width:100%;

}

.brands-bottom{

padding:50px;

}

.brands-bottom h2{

font-size:34px;

}

}



@media (max-width:768px){

.section-heading{

margin-bottom:50px;

}

.section-heading h2{

font-size:32px;

}

.section-heading p{

font-size:17px;

}

.locksmith-hero h1{

font-size:36px;

}

.hero-text{

font-size:17px;

}

.hero-buttons{

flex-direction:column;

width:100%;

}

.call-btn,
.secondary-btn{

width:100%;

text-align:center;

}

.services-grid{

grid-template-columns:1fr;

}

.lock-grid{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:1fr;

}

.brands-grid{

grid-template-columns:1fr;

}

.process-grid{

grid-template-columns:1fr;

}

.cta-features{

grid-template-columns:1fr;

}

.info-grid{

gap:40px;

}

.lock-text{

padding:35px;

}

.brands-bottom{

padding:40px;

}

.cta-box h2{

font-size:36px;

}

.cta-box p{

font-size:17px;

}

.hero-badge{

font-size:13px;

padding:10px 18px;

}

}



@media (max-width:576px){

.locksmith-hero{

padding:60px 0;

}

.container{

padding-left:18px;

padding-right:18px;

overflow:hidden;

}

.service-card,
.lock-card,
.brand-card,
.blog-card,
.why-card,
.process-card p,
.lock-text,
.brands-bottom{

padding:28px;

}

.floating-card{

left:0!important;

right:0!important;

width:100%;

max-width:100%;

}

.hero-features div{

width:100%;

}

.hero-buttons a{

width:100%;

}

img{

max-width:100%;

height:auto;

}





.locksmith-services,
.locksmith-about,
.locksmith-info,
.locksmith-situations,
.locksmith-security,
.lock-types,
.work-process,
.why-us,
.faq-section,
.blog-links,
.locksmith-cta,
.lock-brands{

padding:80px 0;

}

.section-heading span{

font-size:12px;

padding:10px 18px;

}

.section-heading h2{

font-size:28px;

}

.locksmith-hero h1{

font-size:31px;

}

.hero-text{

font-size:16px;

}

.service-card,
.lock-card,
.brand-card,
.blog-card,
.why-card{

padding:30px;

}

.process-card p{

padding:25px;

min-height:auto;

}

.faq-item h3{

padding:24px 70px 24px 22px;

font-size:20px;

}

.faq-item h3::after{

right:18px;

width:36px;

height:36px;

font-size:24px;

}

.lock-text{

padding:28px;

}

.brands-bottom{

padding:30px;

border-radius:24px;

}

.brands-bottom h2{

font-size:28px;

}

.cta-box h2{

font-size:30px;

}

.cta-buttons{

flex-direction:column;

}

.cta-call,
.cta-contact{

width:100%;

text-align:center;

}

.info-image::before,
.info-image::after{

display:none;

}

.hero-right img{

border-radius:20px;

}

}

/* ==========================================
   REVEAL ANIMATION
========================================== */

.reveal{

opacity:0;

transform:translateY(70px);

transition:all .9s ease;

}

.reveal.active{

opacity:1;

transform:translateY(0);

}




.service-card:hover,
.lock-card:hover,
.brand-card:hover,
.blog-card:hover,
.why-card:hover{

box-shadow:
0 25px 70px rgba(0,0,0,.12),
0 0 35px rgba(255,204,0,.18);

}


@keyframes floating{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-8px);

}

100%{

transform:translateY(0px);

}

}

.hero-right img{

animation:floating 7s ease-in-out infinite;

}


@keyframes pulse{

0%{

box-shadow:0 0 0 0 rgba(255,204,0,.55);

}

70%{

box-shadow:0 0 0 20px rgba(255,204,0,0);

}

100%{

box-shadow:0 0 0 0 rgba(255,204,0,0);

}

}

.call-btn{

animation:pulse 3s infinite;

}


h2{

text-wrap:balance;

}

p{

text-wrap:pretty;

}


.service-card:hover .service-icon,
.why-card:hover .why-icon{

animation:rotateIcon .6s ease;

}

@keyframes rotateIcon{

0%{

transform:rotate(0deg);

}

25%{

transform:rotate(-10deg);

}

50%{

transform:rotate(10deg);

}

75%{

transform:rotate(-8deg);

}

100%{

transform:rotate(0deg);

}

}