body{

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

margin:0;

background:#f8fafc;

}

.navbar{

background:#0f172a !important;

}

.navbar-brand{

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

font-size:30px;

font-weight:bold;

color:#ffffff !important;

}

.hero{

background:linear-gradient(135deg,#b5551F,#0f172a);

color:white;

text-align:center;

padding:140px 20px;

}

.hero h1{

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

font-size:56px;

font-weight:700;

margin-bottom:20px;

}

.hero h2{

font-size:32px;

margin-bottom:25px;

color:#fca5a5;

}

.hero p{

font-size:22px;

max-width:900px;

margin:auto;

margin-bottom:40px;

}
.hero-light{
    background:#fff;
    padding:80px 0;
}
.hero-badge{
    display:inline-block;
    background:#fdece0;
    color:#B5551F;
    font-size:14px;
    font-weight:600;
    padding:8px 18px;
    border-radius:50px;
    margin-bottom:24px;
}
.hero-heading{
    font-size:clamp(2rem, 5vw, 3.2rem);
    font-weight:800;
    line-height:1.15;
    color:#1B2E47;
    margin-bottom:20px;
}
.hero-heading .accent{
    color:#B5551F;
}
.hero-sub{
    font-size:18px;
    color:#4b5563;
    max-width:700px;
    margin-bottom:30px;
}
.hero-checklist{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    max-width:650px;
    margin-bottom:36px;
    font-weight:500;
    color:#1B2E47;
}
@media (max-width:576px){
    .hero-checklist{ grid-template-columns:1fr; }
}
.hero-ctas{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}
.hero-graphic-card{
    background:#f8fafc;
    border-radius:24px;
    padding:40px;
    box-shadow:0 4px 24px rgba(0,0,0,.06);
}
.hero-graphic-card svg{
    width:100%;
    height:auto;
}
.btn-danger{

background:#dc2626;

border:none;

padding:15px 40px;

border-radius:50px;

}
.btn-brand{
    background:#B5551F;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    color:#fff;
}
.btn-brand:hover{
    background:#8f441a;
    color:#fff;
}
.section-title{
    font-family:'Montserrat',sans-serif;
    font-weight:700;
    margin-top: 0;
    margin-bottom:30px;
}

.service-card{
    transition:.3s;
    border:none;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.service-card h4{
    color:#B5551F;
    font-weight:700;
}

.service-card p{
    color:#555;
}
.services-title{
    font-size:clamp(1.8rem, 4vw, 2.4rem);
    font-weight:800;
    color:#1B2E47;
    margin-bottom:14px;
}
.services-sub{
    color:#6b7280;
    font-size:18px;
    max-width:700px;
    margin-bottom:40px;
}
.svc-card{
    background:#fff;
    border-radius:16px;
    padding:32px;
    height:100%;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}
.svc-icon{
    width:52px;
    height:52px;
    border-radius:12px;
    background:#fdece0;
    color:#B5551F;
    font-size:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}
.svc-card h4{
    font-weight:700;
    color:#1B2E47;
    margin-bottom:10px;
}
.svc-card p{
    color:#6b7280;
    margin:0;
}

.view-all-link{
    display:inline-block;
    padding:12px 28px;
    border:1px solid #d1d5db;
    border-radius:50px;
    color:#1B2E47;
    font-weight:600;
    text-decoration:none;
}
.view-all-link:hover{
    background:#f3f4f6;
}
.navbar-brand img {
  height: 68px;
  width: auto;
  display: block;
}
.why-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800;color:#1B2E47;margin-bottom:14px;}
.why-sub{color:#6b7280;font-size:17px;margin-bottom:32px;max-width:520px;}
.why-item{display:flex;gap:16px;margin-bottom:28px;}
.why-check{width:32px;height:32px;border-radius:50%;background:#fdece0;color:#B5551F;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;}
.why-item h4{font-weight:700;color:#1B2E47;margin-bottom:6px;font-size:17px;}
.why-item p{color:#6b7280;margin:0;font-size:15px;}
.why-card{background:#f8fafc;border-radius:20px;padding:36px;}
.why-card-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #e5e7eb;}
.why-card-item:last-child{border-bottom:none;}
.why-card-icon{width:44px;height:44px;border-radius:12px;background:#fdece0;color:#B5551F;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
.why-card-item h4{font-weight:700;color:#1B2E47;margin-bottom:4px;font-size:16px;}
.why-card-item p{color:#6b7280;margin:0;font-size:14px;}

.cta-banner-2{background:#f8fafc;padding:70px 0;}
.cta-banner-2 h2{font-size:clamp(1.6rem,3.5vw,2.3rem);font-weight:800;color:#1B2E47;margin-bottom:16px;}
.cta-banner-2 p{color:#6b7280;max-width:600px;margin:0 auto 32px;font-size:17px;}
.cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

.site-footer-2{background:#0F172A;color:#cbd5e1;padding:60px 0 24px;}
.site-footer-2 p{color:#94a3b8;font-size:15px;margin-top:16px;max-width:320px;}
.site-footer-2 h5{color:#fff;font-weight:700;margin-bottom:18px;font-size:15px;text-transform:uppercase;letter-spacing:.04em;}
.site-footer-2 ul{list-style:none;padding:0;margin:0;}
.site-footer-2 ul li{margin-bottom:12px;}
.site-footer-2 ul a{color:#94a3b8;text-decoration:none;font-size:15px;}
.site-footer-2 ul a:hover{color:#fff;}
.svc-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}
@media (max-width:700px){
    .svc-grid{ grid-template-columns:1fr; }
}
.footer-bottom-2{border-top:1px solid #1e293b;margin-top:40px;padding-top:24px;text-align:center;color:#64748b;font-size:14px;}
