/* ============================================================
   ULTRA PREMIUM SERVICES PAGE DESIGN — Sixmoons
=============================================================== */

/* HERO CLEAN */
.sm-services-hero2 {
    background: linear-gradient(135deg, #003c99, #0056d1);
    padding: 120px 0 80px;
    text-align: center;
    color: #fff;
}

.sm-services-title2 {
    font-size: 52px;
    font-weight: 800;
}

.sm-services-sub2 {
    font-size: 18px;
    color: #e8eeff;
    margin-top: 10px;
}


/* INTRO BLOCK */
.sm-services-intro {
    padding: 80px 0 40px;
}

.sm-block-title {
    font-size: 36px;
    font-weight: 800;
    color: #003c99;
}

.sm-block-text {
    max-width: 700px;
    margin: 10px auto;
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.8;
}


/* SERVICE GRID */
.sm-service-grid {
    padding: 70px 0;
}

.sm-grid-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.sm-grid-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.18);
}

.sm-grid-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 18px 18px 0 0;
}

.sm-grid-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #003c99;
    margin: 18px 20px 8px;
}

.sm-grid-card p {
    margin: 0 20px 10px;
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}


/* CAPABILITY STRIP */
.sm-capabilities {
    padding: 80px 0;
    background: #f5f8ff;
}

.sm-cap-box {
    text-align: center;
    padding: 30px 10px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
}

.sm-cap-box h4 {
    font-size: 34px;
    font-weight: 800;
    color: #003c99;
}

.sm-cap-box p {
    font-size: 15px;
    color: #555;
    margin-top: -4px;
}


/* RESPONSIVE */
@media (max-width: 575px) {
    .sm-services-title2 { font-size: 34px; }
    .sm-grid-img { height: 180px; }
}
/* SERVICE CARD BUTTON */
.sm-grid-btn {
    display: inline-block;
    margin: 10px 20px 0;
    padding: 10px 22px;
    background: #003c99;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 5px 18px rgba(0,60,153,0.25);
}

.sm-grid-btn:hover {
    background: #0056d1;
    box-shadow: 0 8px 24px rgba(0,86,209,0.35);
    transform: translateY(-3px);
}
/* SERVICE HERO */
.service-hero {
    height: 55vh;
    min-height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.15);
    z-index: -2;
}

.service-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0,30,96,0.85), rgba(0,86,209,0.7));
    z-index: -1;
}

/* INTRO */
.service-intro {
    padding: 80px 0;
}

.service-intro-img {
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

/* EXPERTISE */
.expertise-section .expert-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: 0.25s ease;
}

.expertise-section .expert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 34px rgba(0,0,0,0.15);
}

/* WHY */
.why-section {
    padding: 80px 0;
}

.why-card {
    padding: 25px;
    border-radius: 14px;
    background: #f5f7ff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}
