/* =========================
   GLOBAL
========================= */

body{
    font-family: 'Segoe UI', sans-serif;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

.btn{
    border-radius:50px;
    padding:12px 25px;
    font-weight:600;
}

/* =========================
   HERO
========================= */

.hero-section{
    background:linear-gradient(
        135deg,
        #0f172a,
        #1e293b
    );
    color:white;
}

.hero-section h1{
    font-weight:800;
}

.hero-section p{
    opacity:.9;
}

/* =========================
   CARDS
========================= */

.card{
    border:none;
    transition:.4s;
    border-radius:15px;
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

/* =========================
   SERVICES
========================= */

.service-card{
    height:100%;
}

.service-card h4{
    font-weight:700;
}

/* =========================
   FOOTER
========================= */

.footer{
    background:#0f172a;
    color:white;
}

.footer a{
    color:#d1d5db;
}

.footer a:hover{
    color:#facc15;
}

.footer-title{
    font-weight:700;
    margin-bottom:15px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:30px;
    padding-top:20px;
}

/* =========================
   FAQ
========================= */

.accordion-button:not(.collapsed){
    background:#111827;
    color:white;
}

/* =========================
   WHATSAPP
========================= */

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:65px;
    height:65px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    z-index:9999;
    box-shadow:0 10px 20px rgba(0,0,0,.25);
}

/* =========================
   CALL BUTTON
========================= */

.call-btn{
    position:fixed;
    left:20px;
    bottom:20px;
    width:65px;
    height:65px;
    background:#111827;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    z-index:9999;
    box-shadow:0 10px 20px rgba(0,0,0,.25);
}

.call-btn:hover,
.whatsapp-btn:hover{
    transform:scale(1.08);
    color:white;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .hero-section{
        text-align:center;
    }

    .hero-section h1{
        font-size:2.2rem;
    }

}
.hero-section{
    background: linear-gradient(
        135deg,
        #0f172a,
        #1e293b
    );
    color: white;
}

.hero-section h1{
    font-weight: 700;
}

.card{
    border: none;
    transition: .3s;
}

.card:hover{
    transform: translateY(-8px);
}

.btn{
    border-radius: 50px;
}

.shadow-lg{
    box-shadow: 0 15px 40px rgba(0,0,0,.15) !important;
}
.hero-section{

background:linear-gradient(
135deg,
#0f172a,
#1e293b
);

position:relative;
overflow:hidden;

}

.hero-section::before{

content:'';

position:absolute;

width:500px;
height:500px;

background:rgba(255,255,255,.05);

border-radius:50%;

top:-200px;
right:-150px;

}

.service-card{
border-radius:20px;
transition:.4s;
}

.service-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.card{
border-radius:18px;
}

.btn{
border-radius:50px;
padding:12px 30px;
}
.feature-card{

    background:#fff;

    padding:25px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

    transition:.4s;

}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.feature-card i{

    font-size:40px;

    color:#f59e0b;

    margin-bottom:15px;

    display:block;

}

.feature-card h5{

    font-weight:700;

    margin-bottom:10px;

}

.feature-card p{

    color:#6b7280;

    margin:0;

}
.card{
    transition: all 0.3s ease;
}

.card:hover{
    transform: translateY(-8px);
}

.rounded-4{
    border-radius: 20px;
}

.shadow-lg{
    box-shadow: 0 15px 40px rgba(0,0,0,.15)!important;
}

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:15px;
    overflow:hidden;
}

.accordion-button{
    font-weight:600;
}

.btn-warning{
    font-weight:600;
}

.badge{
    font-size:14px;
}
.card{
    transition:all .3s ease;
}

.card:hover{
    transform:translateY(-8px);
}

.rounded-4{
    border-radius:20px;
}

.shadow-lg{
    box-shadow:0 15px 40px rgba(0,0,0,.12)!important;
}

.card-img-top{
    transition:0.4s;
}

.card:hover .card-img-top{
    transform:scale(1.05);
}
/* NAVBAR */

.custom-navbar{
    background:#0f172a;
    padding:12px 0;
    box-shadow:0 5px 25px rgba(0,0,0,.15);
}

.custom-navbar .navbar-brand{
    color:white;
}

.custom-navbar .nav-link{
    color:#fff !important;
    margin:0 8px;
    font-weight:500;
    transition:.3s;
}

.custom-navbar .nav-link:hover{
    color:#fbbf24 !important;
}

.custom-navbar .btn-warning{
    border-radius:50px;
    padding:10px 22px;
}

.custom-navbar .btn-success{
    border-radius:50%;
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.review-feature{

    background:#f8f9fa;

    padding:20px;

    border-radius:15px;

    transition:.3s;

    border:1px solid #eee;
}

.review-feature:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.card.shadow-lg{

    box-shadow:0 25px 60px rgba(0,0,0,.1)!important;
}

.form-control,
.form-select{

    border-radius:12px;
    padding:12px 15px;
}

.form-control:focus,
.form-select:focus{

    border-color:#ffc107;

    box-shadow:0 0 15px rgba(255,193,7,.25);
}
.call-btn{
    position: fixed !important;
    left: 20px !important;
    bottom: 20px !important;
    width: 65px;
    height: 65px;
    background: #111827;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    z-index: 999999 !important;
    pointer-events: auto !important;
}
@media (max-width: 768px) {

    .custom-navbar .nav-link{
        margin: 10px 0;
        text-align: center;
    }

    .navbar-collapse{
        background: #0f172a;
        padding: 10px;
    }

    .hero-section{
        text-align: center;
    }

}