.services-page{
    padding:45px 0 70px;
    background:#fff;
}

.services-title{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#111947;
    margin-bottom:25px;
}

.services-banner{
    width:100%;
    margin-bottom:70px;
}

.services-banner img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:4px;
}

.services-grid{
    max-width:1060px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
}

.service-box{
    min-height:250px;
    border-radius:6px;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
}

.service-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(8,13,43,0.05),
        rgba(8,13,43,0.88)
    );
}

.service-content{
    position:relative;
    z-index:2;
    color:#fff;
    padding:18px;
    width:100%;
    text-align:center;
}

.service-content h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:5px;
}

.service-content p{
    font-size:12px;
    line-height:1.4;
    margin-bottom:10px;
}

.service-content a{
    display:inline-block;
    color:#f39c12;
    border:1px solid #f39c12;
    padding:6px 18px;
    border-radius:4px;
    font-size:12px;
    text-decoration:none;
}

/* Tablet */
@media(max-width:992px){
    .services-grid{
        grid-template-columns:repeat(2, 1fr);
        max-width:720px;
    }

    .services-banner img{
        height:260px;
    }
}

/* Mobile */
@media(max-width:576px){

    .services-page{
        padding:30px 0 50px;
    }

    .services-page .container{
        padding:0 18px;
    }

    .services-title{
        font-size:26px;
        margin-bottom:18px;
    }

    .services-banner{
        margin-bottom:35px;
    }

    .services-banner img{
        height:190px;
        border-radius:6px;
    }

    .services-grid{
        grid-template-columns:1fr;
        gap:18px;
        max-width:100%;
    }

    .service-box{
        min-height:230px;
        border-radius:8px;
    }

    .service-content{
        padding:18px 14px;
    }

    .service-content h3{
        font-size:22px;
    }

    .service-content p{
        font-size:12px;
    }
}




.testimonial-title{
font-size:36px;
font-weight:700;
}

.testimonial-card{
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
padding:40px;
position:relative;
}

.testimonial-header{
background:#0b1235;
color:#fff;
padding:40px 30px;
border-radius:0 40px 0 0;
display:flex;
justify-content:space-between;
align-items:center;
margin-top:-70px;
position:relative;
}

.testimonial-header h4{
margin:0;
font-weight:700;
}

.testimonial-header span{
font-size:14px;
}

.testimonial-img{
width:120px;
height:120px;
border-radius:50%;
overflow:hidden;
border:6px solid #fff;
}

.testimonial-img img{
width:100%;
height:100%;
object-fit:cover;
}

.testimonial-content{
margin-top:30px;
font-size:15px;
color:#333;
}


.footer-section{
background:#0a0f3c;
color:#fff;
padding:70px 0 20px;
position:relative;
}

/* dotted background */

.footer-section::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image: radial-gradient(rgba(255,255,255,0.2) 1px, transparent 1px);
background-size:25px 25px;
opacity:0.2;
pointer-events:none;
}

/* logo */

.footer-logo img{
width:200px;
margin-bottom:20px;
}

.footer-text{
color:#c7c7c7;
font-size:14px;
line-height:1.7;
}

/* titles */

.footer-title{
font-size:18px;
font-weight:600;
margin-bottom:20px;
}

/* links */

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#c7c7c7;
text-decoration:none;
}

.footer-links a:hover{
color:#fff;
}

/* contact */

.footer-contact{
list-style:none;
padding:0;
}

.footer-contact li{
margin-bottom:8px;
color:#c7c7c7;
}

/* divider */

.footer-divider{
border-top:1px dashed rgba(255,255,255,0.4);
margin:40px 0 20px;
}

/* copyright */

.footer-copy{
font-size:14px;
color:#c7c7c7;
}

/* Dynamic Services Dropdown */
.frontend-main-navbar{position:relative;z-index:9999}.service-mega-dropdown:hover>.dropdown-menu{display:block}.services-dropdown-menu{min-width:260px;border:0;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:10px}.dropdown-submenu{position:relative}.dropdown-submenu:hover>.sub-services-dropdown-menu{display:block}.sub-services-dropdown-menu{top:0;left:100%;margin-left:6px;min-width:250px;border:0;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:10px}.services-dropdown-menu .dropdown-item{padding:10px 14px;border-radius:8px;font-weight:500}.services-dropdown-menu .dropdown-item:hover{background:#eef4ff;color:#0b2e64}@media(max-width:991px){.service-mega-dropdown:hover>.dropdown-menu,.dropdown-submenu:hover>.sub-services-dropdown-menu{display:none}.service-mega-dropdown .dropdown-menu.show{display:block}.sub-services-dropdown-menu{position:static;margin-left:15px;box-shadow:none;border-left:2px solid #e5e7eb;border-radius:0}}

/* Screenshot style service detail page */
.dynamic-service-page{background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}.service-hero-banner{min-height:340px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.service-hero-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(4,10,43,.85))}.service-hero-content{position:relative;z-index:1;padding:30px}.service-hero-content h1{font-size:56px;font-weight:800;margin-bottom:10px}.service-hero-content p{font-size:15px;letter-spacing:.3px}.service-intro-text{max-width:900px;margin:30px auto 10px;text-align:center;font-size:14px;line-height:1.6}.what-offer-title{text-align:center;font-size:28px;font-weight:800;margin:28px 0}.service-detail-section{padding:20px 0 35px}.service-detail-image{width:100%;border-radius:4px;object-fit:cover;max-height:420px}.service-rich-content h1,.service-rich-content h2,.service-rich-content h3,.service-rich-content h4{font-weight:800;margin-bottom:10px}.service-rich-content p{font-size:14px;line-height:1.55;margin-bottom:10px}.service-rich-content ul,.service-rich-content ol{padding-left:20px;margin-bottom:14px}.service-rich-content li{margin-bottom:7px;font-size:14px}.service-rich-content strong,.service-rich-content b{font-weight:800}.sub-services-heading{color:#ff1616;font-size:30px;margin:20px 0}.sub-service-list-card{display:block;text-decoration:none;color:#111;border-bottom:1px solid #eee;padding:12px 0}.sub-service-list-card:hover{color:#0b2e64}.tax-simple-title{text-align:center;font-weight:800;font-size:28px;margin-bottom:8px}.tax-simple-sub{text-align:center;font-size:13px;margin-bottom:35px}.service-form-section{background:#031331;padding:55px 0;background-size:cover;background-position:center}.growth-image-box img{width:100%;border-radius:4px;max-height:360px;object-fit:cover}.service-contact-card{background:rgba(78,86,103,.9);border-radius:10px;padding:35px;max-width:420px;margin:0 auto;color:#fff}.service-contact-card h4{text-align:center;font-weight:800;margin-bottom:28px}.service-contact-card input,.service-contact-card textarea{width:100%;background:transparent;border:1px solid rgba(255,255,255,.75);height:34px;color:#fff;padding:8px 12px;margin-bottom:10px;font-size:13px}.service-contact-card textarea{height:auto}.service-contact-card input::placeholder,.service-contact-card textarea::placeholder{color:#e7e7e7}.service-contact-card button{display:block;margin:18px auto 0;background:#f6a11a;color:#fff;border:0;border-radius:4px;padding:9px 30px;font-weight:700}@media(max-width:767px){.service-hero-content h1{font-size:38px}.service-hero-banner{min-height:260px}.what-offer-title,.tax-simple-title{font-size:24px}.service-contact-card{margin-top:25px;padding:25px}.sub-services-heading{font-size:24px}}


/* ===== 3 Level Services Mega Menu ===== */
.va-main-navbar .service-mega-dropdown:hover > .va-mega-menu{display:block;}
.va-main-navbar .va-mega-menu{
    width:min(1120px, calc(100vw - 40px));
    left:50%;
    transform:translateX(-50%);
    top:100%;
    border:0;
    border-radius:16px;
    padding:28px 32px;
    box-shadow:0 18px 50px rgba(6,29,69,.18);
}
.va-mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 42px;}
.va-mega-column{min-width:0;}
.va-mega-heading{display:block;color:var(--va-blue);font-weight:900;font-size:17px;margin-bottom:14px;text-decoration:none;}
.va-mega-heading:hover{color:var(--va-gold);}
.va-mega-list,.va-mega-child-list{list-style:none;padding:0;margin:0;}
.va-mega-list>li{margin-bottom:12px;}
.va-mega-sub{display:block;color:#5f6b7a;font-size:15px;font-weight:700;text-decoration:none;margin-bottom:6px;}
.va-mega-sub:hover{color:var(--va-gold);}
.va-mega-child-list{margin-left:13px;border-left:2px solid #eef2f7;padding-left:12px;}
.va-mega-child-list li{margin:6px 0;}
.va-mega-child-list a{color:#7a8493;font-size:14px;text-decoration:none;}
.va-mega-child-list a:hover{color:var(--va-gold);}
.va-customer-login-btn{border-color:var(--va-blue);color:var(--va-blue)!important;background:#fff;}
.va-customer-login-btn:hover{background:var(--va-blue);color:#fff!important;}
@media(max-width:991px){
    .va-main-navbar .service-mega-dropdown:hover > .va-mega-menu{display:none;}
    .va-main-navbar .service-mega-dropdown .va-mega-menu.show{display:block;}
    .va-main-navbar .va-mega-menu{position:static;width:100%;transform:none;padding:16px;box-shadow:none;border:1px solid #eef2f7;}
    .va-mega-grid{grid-template-columns:1fr;gap:16px;}
    .va-customer-login-btn{color:#061d45!important;border-color:#061d45;}
}

/* ===== Services Listing Page Fix ===== */
.va-inner-page{background:#fff;overflow-x:hidden;}
.va-inner-hero{
    padding:95px 0 80px;
    background:linear-gradient(120deg,rgba(6,29,69,.92),rgba(6,29,69,.78)),url('../images/Services/our sucess.jpg') center/cover no-repeat;
    color:#fff;
    position:relative;
}
.va-inner-hero h1{font-family:Georgia,serif;font-size:52px;font-weight:900;margin:8px 0 12px;color:#fff;}
.va-inner-hero p{max-width:720px;margin:0 auto;color:#edf4ff;font-size:18px;line-height:1.7;}
.va-inner-tag{display:inline-block;color:#f4a300;text-transform:uppercase;font-size:13px;letter-spacing:1.5px;font-weight:900;}
.services-page{padding:70px 0;background:#fff;}
.services-heading-block{margin-bottom:38px;}
.services-small-title{display:block;color:#f4a300;text-transform:uppercase;font-size:13px;letter-spacing:1.5px;font-weight:900;margin-bottom:8px;}
.services-title{font-family:Georgia,serif;text-align:center;font-size:42px;font-weight:900;color:#061d45;margin-bottom:12px;}
.services-title-line{width:78px;height:3px;background:#f4a300;margin:0 auto;border-radius:10px;}
.services-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.service-box{min-height:285px;border-radius:14px;background-size:cover;background-position:center;position:relative;overflow:hidden;display:flex;align-items:flex-end;box-shadow:0 16px 40px rgba(6,29,69,.12);transition:.3s ease;}
.service-box:hover{transform:translateY(-6px);}
.service-box::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,29,69,.06),rgba(6,29,69,.92));}
.service-content{position:relative;z-index:2;color:#fff;padding:26px;text-align:left;width:100%;}
.service-content h3{font-size:24px;font-weight:900;margin-bottom:9px;color:#fff;}
.service-content p{font-size:14px;line-height:1.6;margin-bottom:16px;color:#eef4ff;}
.service-content a{display:inline-block;background:#f4a300;color:#07152e!important;border:1px solid #f4a300;padding:9px 20px;border-radius:6px;font-size:13px;font-weight:800;text-decoration:none;}
.service-content a:hover{background:#fff;border-color:#fff;color:#061d45!important;}
@media(max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr);}.va-inner-hero h1{font-size:42px;}}
@media(max-width:576px){.va-inner-hero{padding:70px 0 56px;}.va-inner-hero h1{font-size:34px;}.va-inner-hero p{font-size:15px;}.services-page{padding:48px 0;}.services-title{font-size:31px;}.services-grid{grid-template-columns:1fr;gap:18px;}.service-box{min-height:245px;}.service-content{padding:22px;}}
