/* ========================================
   LexNova - Premium Style
======================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Inter,Arial,sans-serif;
    background:#f5f7fb;
    color:#1f2937;
    line-height:1.7;
}

/* =========================
   Containers
========================= */

.container{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

section{
    padding:80px 0;
}

h1,h2,h3,h4,h5{
    font-weight:700;
    line-height:1.2;
}
/* ========================================
   HERO
======================================== */

.hero{
    background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);
    color:#fff;
    padding:90px 0;
}

.hero h1{
    color:#fff;
    font-size:58px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:30px;
}

.hero p{
    color:#dbeafe;
    font-size:22px;
    line-height:1.7;
    margin-bottom:35px;
}

.hero img{
    width:100%;
    border-radius:18px;
    box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.hero .btn{
    margin-right:15px;
}
h1{
    font-size:56px;
}

h2{
    font-size:42px;
    margin-bottom:20px;
}

h3{
    font-size:30px;
}

p{
    font-size:18px;
    color:#4b5563;
}

/* =========================
   Navbar
========================= */

.navbar{
    background:#0f172a !important;
    padding:18px 0;
}

.navbar-brand{
    color:#fff !important;
    font-size:28px;
    font-weight:700;
}

.navbar-brand:hover{
    color:#d4af37 !important;
}

.nav-link{
    color:#fff !important;
    margin-left:18px;
    font-weight:500;
}

.nav-link:hover{
    color:#d4af37 !important;
}

/* =========================
   Buttons
========================= */

.btn{
    border-radius:10px;
    padding:12px 26px;
    font-weight:600;
    transition:.3s;
}

.btn-primary{
    background:#1d4ed8;
    border:none;
}

.btn-primary:hover{
    background:#1e40af;
}

.btn-warning{
    background:#d4af37;
    color:#111827;
    border:none;
}

.btn-warning:hover{
    background:#c49d24;
}

.btn-outline-light:hover{
    color:#111827;
}
/* =====================================
   SERVICES
===================================== */

.services{
    padding:100px 0;
    background:#ffffff;
}

.services h2{
    font-size:46px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.services .lead{
    color:#64748b;
    margin-bottom:60px;
}

.card-service{
    background:#fff;
    border-radius:18px;
    padding:35px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

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

.card-service h3{
    font-size:30px;
    margin-bottom:20px;
    color:#0f172a;
}

.card-service p{
    color:#475569;
    line-height:1.8;
}

.card-service::before{
    content:"";
    display:block;
    width:55px;
    height:4px;
    background:#d4af37;
    border-radius:20px;
    margin-bottom:25px;
}
.btn-outline-light:hover{
    color:#111827;
}
/* ===== Service cards ===== */

.card-service ul{
    padding-left:22px;
}

.card-service li{
    margin-bottom:10px;
}

.card-service{
    transition:.3s ease;
}

.card-service:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
/* ===== Premium service cards ===== */

.service-card{
    background:#fff;
    border-radius:18px;
    border:1px solid #e5e7eb;
    overflow:hidden;
    transition:all .30s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(15,23,42,.15);
    border-color:#2563eb;
}
/* ===== Service card content ===== */

.service-card h3{
    min-height:90px;
    display:flex;
    align-items:center;
    font-size:2rem;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.service-card ul{
    flex-grow:1;
}

.service-card .card-body{
    display:flex;
    flex-direction:column;
    height:100%;
}
.service-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.service-card .card-body{
    display:flex;
    flex-direction:column;
    flex:1;
}

.service-card ul{
    flex:1;
}

.service-card .btn{
    margin-top:auto;
}
.service-card{
    transition:.3s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12)!important;
}
.service-card .btn{
    border-radius:10px;
    font-weight:600;
}

/* ===== Testimonials ===== */

.testimonial-card{
    background:#fff;
    border-radius:16px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
    text-align:center;
}

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

.stars{
    color:#f5b301;
    font-size:24px;
    margin-bottom:18px;
}

.testimonial-card p{
    color:#555;
    font-style:italic;
    min-height:110px;
}

.testimonial-card h5{
    margin-top:20px;
    margin-bottom:5px;
    font-weight:700;
}

.testimonial-card small{
    color:#777;
}
.stars{
    color:#f5b301;
    font-size:24px;
    margin-bottom:25px;
}
.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.18);
}

/* FAQ */

.accordion-item{
    border-radius:12px;
    overflow:hidden;
    margin-bottom:15px;
    border:1px solid #e5e7eb;
}

.accordion-button{
    font-weight:600;
    padding:18px;
}

.accordion-button:not(.collapsed){
    background:#1e40af;
    color:#fff;
}

.accordion-body{
    line-height:1.8;
}
footer ul{
    list-style:none;
    padding-left:0;
    margin:0;
}

footer li{
    margin-bottom:10px;
}

footer a,
footer a:visited{
    color:#ced4da !important;
    text-decoration:none !important;
}

footer a:hover{
    color:#ffffff !important;
}
}
footer ul{
    list-style:none;
    padding-left:0;
    margin:0;
}

footer li{
    margin-bottom:10px;
}
footer{
    margin-top:80px;
}

footer h5{
    margin-bottom:20px;
}

footer ul{
    padding-left:0;
}

footer ul li{
    margin-bottom:10px;
}

footer a{
    color:#adb5bd;
    text-decoration:none;
    transition:.3s;
}

footer a:hover{
    color:#fff;
    padding-left:5px;
}
