/*==============================
Contact Hero
==============================*/

.contact-hero{
background:linear-gradient(135deg,#0b3d91,#1565c0);
padding:90px 0;
color:#fff;
}

.contact-hero .container{
display:grid;
grid-template-columns:1.3fr .7fr;
gap:50px;
align-items:center;
}

.hero-tag{
display:inline-flex;
align-items:center;
gap:8px;
background:rgba(255,255,255,.15);
padding:10px 18px;
border-radius:50px;
font-size:14px;
margin-bottom:20px;
}

.contact-hero h1{
font-size:48px;
font-weight:700;
margin-bottom:20px;
line-height:1.2;
}

.contact-hero p{
font-size:17px;
line-height:30px;
margin-bottom:30px;
opacity:.95;
}

.hero-btns{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-bottom:35px;
}

.call-btn,
.whatsapp-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:15px 28px;
border-radius:8px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.call-btn{
background:#ff9800;
color:#fff;
}

.call-btn:hover{
background:#fb8c00;
transform:translateY(-3px);
}

.whatsapp-btn{
background:#25D366;
color:#fff;
}

.whatsapp-btn:hover{
background:#1ebe5d;
transform:translateY(-3px);
}

.hero-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.hero-feature{
display:flex;
align-items:center;
gap:12px;
background:rgba(255,255,255,.12);
padding:15px;
border-radius:10px;
}

.hero-feature i{
font-size:22px;
color:#ffd54f;
}

.hero-feature span{
font-weight:600;
}

.quick-contact{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 20px 40px rgba(0,0,0,.12);
color:#333;
}

.quick-contact h3{
margin-bottom:25px;
font-size:28px;
}

.quick-item{
display:flex;
gap:18px;
margin-bottom:25px;
align-items:flex-start;
}

.quick-item:last-child{
margin-bottom:0;
}

.quick-item i{
width:55px;
height:55px;
background:#0b3d91;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:20px;
}

.quick-item h4{
margin-bottom:6px;
font-size:18px;
}

.quick-item p{
margin:0;
line-height:26px;
color:#666;
}

/*==============================
Contact Info Cards
==============================*/

.contact-page{
padding:80px 0;
}

.contact-info{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-bottom:70px;
}

.contact-card{
background:#fff;
padding:35px 25px;
border-radius:15px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.35s;
}

.contact-card:hover{
transform:translateY(-8px);
}

.contact-card i{
width:75px;
height:75px;
background:#0b3d91;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
border-radius:50%;
font-size:28px;
margin-bottom:20px;
}

.contact-card h3{
margin-bottom:12px;
font-size:22px;
}

.contact-card p{
color:#666;
line-height:28px;
margin-bottom:15px;
}

.contact-card a{
display:block;
color:#0b3d91;
font-weight:600;
text-decoration:none;
margin-top:8px;
}

.contact-card a:hover{
color:#ff9800;
}
















/*==============================
Contact Form & Map
==============================*/

.contact-section{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-bottom:80px;
align-items:start;
}

.contact-form-box,
.contact-map{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form-box h2,
.contact-map h2{
font-size:30px;
margin-bottom:15px;
color:#0b3d91;
}

.contact-form-box p{
color:#666;
margin-bottom:25px;
line-height:28px;
}

.form-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin-bottom:18px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea{
width:100%;
padding:15px 18px;
border:1px solid #ddd;
border-radius:10px;
font-size:15px;
outline:none;
transition:.3s;
font-family:inherit;
background:#fafafa;
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus{
border-color:#0b3d91;
background:#fff;
box-shadow:0 0 0 3px rgba(11,61,145,.08);
}

.contact-form-box textarea{
resize:vertical;
margin-top:18px;
}

.contact-form-box button{
margin-top:20px;
background:#0b3d91;
color:#fff;
border:none;
padding:16px 35px;
font-size:16px;
font-weight:600;
border-radius:10px;
cursor:pointer;
display:inline-flex;
align-items:center;
gap:10px;
transition:.3s;
}

.contact-form-box button:hover{
background:#ff9800;
transform:translateY(-3px);
}

.contact-map iframe{
width:100%;
height:450px;
border:0;
border-radius:15px;
margin-top:20px;
}

.business-hours{
margin-top:30px;
padding:25px;
background:#f8f9fc;
border-radius:15px;
}

.business-hours h3{
font-size:24px;
margin-bottom:20px;
color:#0b3d91;
display:flex;
align-items:center;
gap:10px;
}

.business-hours ul{
list-style:none;
padding:0;
margin:0;
}

.business-hours li{
display:flex;
justify-content:space-between;
padding:12px 0;
border-bottom:1px solid #e5e5e5;
font-size:15px;
}

.business-hours li:last-child{
border:none;
}

.business-hours span{
font-weight:600;
color:#333;
}

.business-hours strong{
color:#0b3d91;
}















/*==============================
Section Title
==============================*/

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title span{
display:inline-block;
background:#eaf3ff;
color:#0b3d91;
padding:8px 20px;
border-radius:30px;
font-size:14px;
font-weight:700;
letter-spacing:1px;
margin-bottom:15px;
}

.section-title h2{
font-size:38px;
color:#222;
margin-bottom:15px;
}

.section-title p{
max-width:700px;
margin:auto;
color:#666;
line-height:28px;
}

/*==============================
Why Choose Us
==============================*/

.why-us{
padding:90px 0;
background:#f8f9fc;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.why-box{
background:#fff;
padding:35px 30px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
text-align:center;
}

.why-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.why-box i{
width:75px;
height:75px;
background:#0b3d91;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
margin:0 auto 20px;
}

.why-box h3{
font-size:22px;
margin-bottom:15px;
color:#222;
}

.why-box p{
color:#666;
line-height:28px;
}

/*==============================
Services
==============================*/

.services-section{
padding:90px 0;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.service-card{
background:#fff;
padding:35px 25px;
border-radius:16px;
text-align:center;
text-decoration:none;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.35s;
color:#222;
}

.service-card:hover{
transform:translateY(-8px);
color:#0b3d91;
}

.service-card i{
width:70px;
height:70px;
background:#0b3d91;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 18px;
font-size:28px;
transition:.3s;
}

.service-card:hover i{
background:#ff9800;
}

.service-card h3{
font-size:21px;
margin-bottom:12px;
}

.service-card p{
color:#666;
line-height:26px;
}

/*==============================
Counter
==============================*/

.company-counter{
padding:90px 0;
background:linear-gradient(135deg,#0b3d91,#1565c0);
}

.counter-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.counter-box{
background:rgba(255,255,255,.12);
padding:40px 25px;
border-radius:16px;
text-align:center;
color:#fff;
}

.counter-box h2{
font-size:46px;
margin-bottom:10px;
font-weight:700;
}

.counter-box p{
font-size:17px;
}

/*==============================
Emergency Banner
==============================*/

.emergency-contact{
padding:90px 0;
background:#fff8ef;
}

.emergency-box{
display:flex;
justify-content:space-between;
align-items:center;
gap:30px;
background:#fff;
padding:45px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.emergency-box h2{
font-size:36px;
margin-bottom:15px;
color:#222;
}

.emergency-box p{
color:#666;
line-height:28px;
}

.emergency-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}














/*==============================
Testimonials
==============================*/

.testimonial-section{
padding:90px 0;
background:#f8f9fc;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.testimonial-card{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
}

.testimonial-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.stars{
color:#ffc107;
font-size:18px;
margin-bottom:20px;
}

.testimonial-card p{
color:#666;
line-height:28px;
margin-bottom:20px;
}

.testimonial-card h4{
font-size:20px;
margin-bottom:5px;
color:#222;
}

.testimonial-card span{
color:#0b3d91;
font-weight:600;
}

/*==============================
Trust Section
==============================*/

.trust-section{
padding:90px 0;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.trust-box{
background:#fff;
padding:35px 25px;
text-align:center;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
}

.trust-box:hover{
transform:translateY(-8px);
}

.trust-box i{
width:70px;
height:70px;
margin:0 auto 18px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#0b3d91;
color:#fff;
font-size:28px;
}

.trust-box h3{
font-size:22px;
margin-bottom:12px;
color:#222;
}

.trust-box p{
color:#666;
line-height:27px;
}

/*==============================
FAQ
==============================*/

.faq-section{
padding:90px 0;
background:#f8f9fc;
}

.faq-box{
max-width:950px;
margin:auto;
}

.faq-item{
background:#fff;
padding:25px 30px;
border-radius:15px;
margin-bottom:20px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.faq-item h3{
display:flex;
align-items:center;
gap:12px;
font-size:22px;
margin-bottom:15px;
color:#0b3d91;
}

.faq-item p{
color:#666;
line-height:28px;
margin:0;
}

/*==============================
Areas We Serve
==============================*/

.service-area{
padding:90px 0;
}

.city-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.city-grid a{
display:block;
background:#fff;
padding:18px;
text-align:center;
border-radius:12px;
text-decoration:none;
font-weight:600;
color:#333;
box-shadow:0 8px 20px rgba(0,0,0,.08);
transition:.3s;
}

.city-grid a:hover{
background:#0b3d91;
color:#fff;
transform:translateY(-5px);
}



















/*==============================
Final CTA
==============================*/

.contact-cta{
padding:90px 0;
background:linear-gradient(135deg,#0b3d91,#1565c0);
text-align:center;
color:#fff;
}

.cta-content h2{
font-size:42px;
margin-bottom:20px;
}

.cta-content p{
max-width:700px;
margin:0 auto 35px;
line-height:30px;
font-size:17px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

/*==============================
Bottom Contact
==============================*/

.bottom-contact{
padding:70px 0;
background:#f8f9fc;
}

.bottom-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.bottom-box{
background:#fff;
padding:30px 25px;
border-radius:15px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.bottom-box i{
width:70px;
height:70px;
margin:auto auto 18px;
display:flex;
align-items:center;
justify-content:center;
background:#0b3d91;
color:#fff;
border-radius:50%;
font-size:28px;
}

.bottom-box h4{
margin-bottom:12px;
font-size:22px;
}

.bottom-box p{
margin:5px 0;
line-height:26px;
color:#666;
}

/*==============================
Floating Buttons
==============================*/

.floating-buttons{
position:fixed;
right:20px;
bottom:20px;
display:flex;
flex-direction:column;
gap:15px;
z-index:9999;
}

.float-call,
.float-whatsapp{
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
text-decoration:none;
box-shadow:0 10px 25px rgba(0,0,0,.25);
transition:.3s;
}

.float-call{
background:#0b3d91;
}

.float-whatsapp{
background:#25D366;
}

.float-call:hover,
.float-whatsapp:hover{
transform:scale(1.1);
}

/*==============================
Responsive
==============================*/

@media(max-width:992px){

.contact-hero .container,
.contact-section{
grid-template-columns:1fr;
}

.contact-info,
.why-grid,
.services-grid,
.counter-grid,
.testimonial-grid,
.trust-grid,
.bottom-grid,
.city-grid{
grid-template-columns:repeat(2,1fr);
}

.emergency-box{
flex-direction:column;
text-align:center;
}

.hero-features{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.contact-hero{
padding:60px 0;
}

.contact-hero h1{
font-size:34px;
}

.contact-hero p{
font-size:16px;
line-height:28px;
}

.form-row{
grid-template-columns:1fr;
}

.contact-info,
.why-grid,
.services-grid,
.counter-grid,
.testimonial-grid,
.trust-grid,
.bottom-grid,
.city-grid,
.hero-features{
grid-template-columns:1fr;
}

.section-title h2{
font-size:30px;
}

.cta-content h2{
font-size:32px;
}

.hero-btns,
.cta-buttons,
.emergency-buttons{
flex-direction:column;
width:100%;
}

.call-btn,
.whatsapp-btn{
justify-content:center;
width:100%;
}

.quick-contact{
margin-top:20px;
}

.contact-map iframe{
height:320px;
}

.floating-buttons{
right:15px;
bottom:15px;
}

.float-call,
.float-whatsapp{
width:55px;
height:55px;
font-size:22px;
}

}