/* =========================
   SERVICE HERO
========================= */
.service-hero{
    position: relative;
    height: 200px;
    background: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.service-hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,.8), rgba(0,0,0,.55));
}

.service-hero-content{
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 20px;
}

.service-hero-content span{
    color: #10b981;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 700;
}

.service-hero-content h1{
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin: 15px 0;
    line-height: 1.1;
}

.service-hero-content h1 span{
    color: #10b981;
    font-size: inherit;
}

.service-hero-content p{
    color: #ddd;
    font-size: 17px;
    line-height: 1.8;
}

/* =========================
   WRAPPER
========================= */
.service-fees-wrapper{
    background: #0d0d1a;
    padding: 80px 5%;
}

.service-fees-card{
    max-width: 1250px;
    margin: auto;
    background: #111122;
    border-radius: 24px;
    padding: 50px;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 10px 40px rgba(0,0,0,.4);
}

/* =========================
   TITLE
========================= */
.service-title{
    text-align: center;
    margin-bottom: 40px;
}

.service-title h2{
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.service-title p{
    color: #9ca3af;
    font-size: 15px;
}

/* =========================
   TABLE
========================= */
.service-table-wrap{
    overflow-x: auto;
    margin-bottom: 40px;
}

.service-table{
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.service-table thead{
    background: #10b981;
}

.service-table th{
    color: #fff;
    padding: 18px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
}

.service-table td{
    padding: 22px 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #d1d5db;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.7;
}

.service-table tr:hover{
    background: rgba(255,255,255,.03);
}

.service-table td small{
    display: block;
    color: #9ca3af;
    margin-top: 5px;
    font-size: 13px;
}

/* =========================
   NOTE
========================= */
.service-note{
    background: rgba(255,255,255,.03);
    border-left: 4px solid #10b981;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 35px;
}

.service-note p{
    color: #cbd5e1;
    line-height: 1.9;
    margin-bottom: 12px;
    font-size: 15px;
}

/* =========================
   EXTRA SECTION
========================= */
.service-extra{
    margin-top: 45px;
}

.service-extra h2{
    color: #fff;
    font-size: 28px;
    margin-bottom: 22px;
    font-weight: 700;
}

.service-extra p{
    color: #cbd5e1;
    line-height: 1.9;
    font-size: 15px;
}

/* =========================
   LIST
========================= */
.service-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li{
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: #d1d5db;
    margin-bottom: 18px;
    line-height: 1.8;
    font-size: 15px;
}

.service-list li i{
    color: #10b981;
    margin-top: 4px;
    font-size: 16px;
}

/* =========================
   WARNING
========================= */
.service-warning{
    margin-top: 50px;
    background: rgba(239,68,68,.08);
    border: 1px solid rgba(239,68,68,.25);
    padding: 35px;
    border-radius: 18px;
}

.service-warning h2{
    color: #fff;
    margin-bottom: 18px;
    font-size: 28px;
}

.service-warning p{
    color: #fecaca;
    line-height: 1.9;
    margin-bottom: 12px;
    font-size: 15px;
}

.service-warning a{
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
}

/* =========================
   CONTACT
========================= */
.service-contact{
    margin-top: 55px;
    background: linear-gradient(135deg,#10b981,#059669);
    padding: 40px;
    border-radius: 24px;
    text-align: center;
}

.service-contact h2{
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
}

.service-contact p{
    color: rgba(255,255,255,.92);
    line-height: 1.9;
    margin-bottom: 25px;
}

.service-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    background: #fff;
    color: #111827;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin: 8px;
    transition: .3s;
}

.service-btn:hover{
    transform: translateY(-3px);
}

/* =========================
   IMPORTANT LINKS
========================= */
.service-links{
    margin-top: 50px;
}

.service-links h2{
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
}

.service-links ul{
    list-style: none;
    padding: 0;
}

.service-links ul li{
    margin-bottom: 14px;
}

.service-links ul li a{
    color: #10b981;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

.service-links ul li a:hover{
    color: #fff;
    padding-left: 5px;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:992px){

    .service-hero-content h1{
        font-size: 46px;
    }

    .service-fees-card{
        padding: 35px;
    }

}

@media(max-width:768px){

    .service-hero{
        height: 200px;
    }

    .service-hero-content h1{
        font-size: 34px;
    }

    .service-title h2{
        font-size: 30px;
    }

    .service-extra h2,
    .service-warning h2,
    .service-links h2{
        font-size: 24px;
    }

    .service-contact h2{
        font-size: 28px;
    }

    .service-fees-card{
        padding: 25px;
    }

}

@media(max-width:500px){

    .service-hero-content h1{
        font-size: 28px;
    }

    .service-btn{
        width: 100%;
        justify-content: center;
    }

}