.elementor-2463 .elementor-element.elementor-element-0159176{--display:flex;}.elementor-2463 .elementor-element.elementor-element-8f572a9{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-8f572a9 *//*=========================================
HERO SECTION
=========================================*/

.sa-civil-hero{
    background:linear-gradient(135deg,#0B1F46 0%,#123B75 100%);
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

.sa-civil-hero::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-180px;
    right:-180px;
}

.sa-civil-hero::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    bottom:-140px;
    left:-140px;
}

.sa-container{
    width:1200px;
    max-width:92%;
    margin:0 auto;
    position:relative;
    z-index:2;
}

/*=========================================
GRID
=========================================*/

.sa-civil-hero-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:50px;
    align-items:center;
}

/*=========================================
LEFT CONTENT
=========================================*/

.sa-civil-badge{
    display:inline-block;
    padding:10px 18px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    border-radius:50px;
    color:#fff;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.sa-civil-content h1{
    color:#fff;
    font-size:54px;
    line-height:1.15;
    margin:0 0 25px;
}

.sa-civil-content p{
    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

/*=========================================
BUTTONS
=========================================*/

.sa-hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:35px;
}

.sa-btn-primary{
    display:inline-block;
    padding:15px 28px;
    border-radius:50px;
    background:#C89B3C;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.sa-btn-primary:hover{
    background:#ddb45b;
    transform:translateY(-3px);
}

/*=========================================
FEATURES
=========================================*/

.sa-features{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.sa-features span{
    background:rgba(255,255,255,.08);
    color:#fff;
    padding:10px 18px;
    border-radius:40px;
    font-size:14px;
}

/*=========================================
RIGHT CARD
=========================================*/

.firm-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.firm-card-badge{
    display:inline-block;
    background:#EEF4FF;
    color:#123B75;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.firm-card h3{
    margin:0 0 20px;
    color:#0B1F46;
    font-size:28px;
}

.firm-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.firm-card li{
    position:relative;
    padding-left:28px;
    margin-bottom:14px;
    line-height:1.7;
}

.firm-card li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#0B1F46;
    font-weight:bold;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.sa-civil-hero-grid{
    grid-template-columns:1fr;
}

.firm-card{
    margin-top:20px;
}

.sa-civil-content h1{
    font-size:42px;
}

}

@media(max-width:767px){

.sa-civil-hero{
    padding:70px 0;
}

.sa-hero-buttons{
    flex-direction:column;
}

.sa-btn-primary{
    width:100%;
    text-align:center;
}

.sa-features{
    flex-direction:column;
}

.sa-civil-content h1{
    font-size:34px;
}

.sa-civil-content p{
    font-size:16px;
}

.firm-card{
    padding:25px;
}

}
/*==================================================
ABOUT SECTION
==================================================*/

.about-spark{
    padding:90px 0;
    background:#fff;
}

.about-content{
    max-width:950px;
    margin:0 auto;
}

.section-heading{
    text-align:center;
    max-width:780px;
    margin:0 auto 50px;
}

.section-heading span{
    display:inline-block;
    padding:8px 18px;
    background:#EEF4FF;
    color:#123B75;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:42px;
    color:#0B1F46;
    line-height:1.2;
    margin-bottom:20px;
}

.section-heading p{
    color:#6B7280;
    max-width:760px;
    margin:0 auto;
}

.about-content p{
    font-size:17px;
    line-height:1.9;
    color:#4B5563;
    margin-bottom:22px;
    text-align:justify;
}


/*==================================================
PRACTICE AREAS
==================================================*/

.practice-areas{
    padding:100px 0;
    background:#F8FAFC;
}

.practice-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:50px;
}

.sa-practice-card{
    display:block;
    background:#fff;
    border-radius:20px;
    padding:35px 28px;
    text-decoration:none;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
    border:1px solid #E5E7EB;
    transition:.35s;
}

.sa-practice-card:hover{
    transform:translateY(-8px);
    border-color:#C89B3C;
    box-shadow:0 20px 45px rgba(15,23,42,.12);
}

.practice-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF4FF;
    color:#123B75;
    font-size:34px;
    border-radius:18px;
    margin-bottom:25px;
}

.sa-practice-card h3{
    font-size:24px;
    color:#0B1F46;
    margin:0 0 16px;
    line-height:1.3;
}

.sa-practice-card p{
    color:#4B5563;
    font-size:15px;
    line-height:1.8;
    margin:0;
}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1100px){

.practice-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.about-spark,
.practice-areas{
    padding:70px 0;
}

.section-heading h2{
    font-size:32px;
}

.practice-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.sa-practice-card{
    padding:28px;
}

.practice-icon{
    width:60px;
    height:60px;
    font-size:28px;
}

.sa-practice-card h3{
    font-size:21px;
}

}
/*=========================================
UNDERSTANDING CIVIL LITIGATION
=========================================*/

.why-spark{
    padding:100px 0;
    background:#F8FAFC;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.why-card{
    background:#fff;
    padding:35px 30px;
    border-radius:20px;
    border:1px solid #E5E7EB;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-8px);
    border-color:#C89B3C;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.why-icon{
    width:72px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF4FF;
    border-radius:18px;
    font-size:34px;
    margin-bottom:22px;
}

.why-card h3{
    font-size:24px;
    color:#0B1F46;
    margin-bottom:16px;
}

.why-card p{
    font-size:15px;
    line-height:1.8;
    color:#4B5563;
    margin:0;
}


/*=========================================
MISSION & VISION
=========================================*/

.mission-vision{
    padding:100px 0;
    background:#fff;
}

.mission-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.mission-box,
.vision-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    border:1px solid #E5E7EB;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.mission-box::before,
.vision-box::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#C89B3C;
}

.mission-box span,
.vision-box span{
    display:inline-block;
    background:#EEF4FF;
    color:#123B75;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.mission-box h3,
.vision-box h3{
    color:#0B1F46;
    font-size:28px;
    margin-bottom:18px;
    line-height:1.3;
}

.mission-box p,
.vision-box p{
    color:#4B5563;
    line-height:1.9;
    margin:0;
    text-align:justify;
}


/*=========================================
LITIGATION CAPABILITIES
=========================================*/

.core-values{
    padding:100px 0;
    background:#F8FAFC;
}

.values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.value-card{
    background:#fff;
    padding:35px 30px;
    border-radius:20px;
    border:1px solid #E5E7EB;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.value-card:hover{
    transform:translateY(-8px);
    border-color:#C89B3C;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.value-card h3{
    color:#0B1F46;
    font-size:24px;
    margin-bottom:16px;
    position:relative;
    padding-bottom:14px;
}

.value-card h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:55px;
    height:3px;
    background:#C89B3C;
    border-radius:10px;
}

.value-card p{
    margin:0;
    color:#4B5563;
    line-height:1.8;
}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.why-grid{
    grid-template-columns:1fr;
}

.mission-grid{
    grid-template-columns:1fr;
}

.values-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.why-spark,
.mission-vision,
.core-values{
    padding:70px 0;
}

.values-grid{
    grid-template-columns:1fr;
}

.why-card,
.value-card,
.mission-box,
.vision-box{
    padding:28px;
}

.why-icon{
    width:60px;
    height:60px;
    font-size:28px;
}

.mission-box h3,
.vision-box h3,
.value-card h3,
.why-card h3{
    font-size:22px;
}

}
/*=========================================
COURT REPRESENTATION
=========================================*/

.legal-approach{
    padding:100px 0;
    background:#ffffff;
}

.approach-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.approach-box{
    position:relative;
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:20px;
    padding:35px 30px;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
    transition:.35s;
    overflow:hidden;
}

.approach-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#C89B3C;
}

.approach-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(15,23,42,.12);
}

.approach-box h3{
    margin:0 0 18px;
    font-size:23px;
    color:#0B1F46;
    line-height:1.35;
}

.approach-box p{
    margin:0;
    color:#4B5563;
    line-height:1.8;
}


/*=========================================
LITIGATION PROCESS
=========================================*/

.legal-process{
    padding:100px 0;
    background:#F8FAFC;
}

.timeline{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.timeline-item{
    position:relative;
    background:#fff;
    border-radius:20px;
    border:1px solid #E5E7EB;
    padding:35px;
    text-align:center;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
    transition:.35s;
}

.timeline-item:hover{
    transform:translateY(-8px);
}

.timeline-number{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#0B1F46,#123B75);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:700;
}

.timeline-item h3{
    margin-bottom:18px;
    font-size:23px;
    color:#0B1F46;
}

.timeline-item p{
    margin:0;
    color:#4B5563;
    line-height:1.8;
}


/*=========================================
WHY CHOOSE
=========================================*/

.why-spark{
    padding:100px 0;
    background:#ffffff;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.why-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:20px;
    padding:35px 30px;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-8px);
    border-color:#C89B3C;
}

.why-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#EEF4FF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:22px;
}

.why-card h3{
    margin:0 0 16px;
    color:#0B1F46;
    font-size:24px;
}

.why-card p{
    margin:0;
    color:#4B5563;
    line-height:1.8;
}


/*=========================================
RESPONSIVE
=========================================*/

@media (max-width:1024px){

.approach-grid{
    grid-template-columns:repeat(2,1fr);
}

.timeline{
    grid-template-columns:1fr;
}

.why-grid{
    grid-template-columns:1fr;
}

}

@media (max-width:767px){

.legal-approach,
.legal-process,
.why-spark{
    padding:70px 0;
}

.approach-grid{
    grid-template-columns:1fr;
}

.approach-box,
.timeline-item,
.why-card{
    padding:28px;
}

.timeline-number{
    width:65px;
    height:65px;
    font-size:24px;
}

.approach-box h3,
.timeline-item h3,
.why-card h3{
    font-size:21px;
}

}
/*=========================================
COURT PRACTICE
=========================================*/

.office-locations{

    padding:100px 0;

    background:#F8FAFC;

}

.office-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    margin-top:55px;

}

.sa-office-card{

    background:#fff;

    border-radius:22px;

    padding:40px;

    border:1px solid #E5E7EB;

    box-shadow:0 15px 40px rgba(15,23,42,.08);

    transition:.35s;

}

.sa-office-card:hover{

    transform:translateY(-8px);

    border-color:#C89B3C;

    box-shadow:0 20px 50px rgba(15,23,42,.12);

}

.office-icon{

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:#EEF4FF;

    font-size:34px;

    margin-bottom:25px;

}

.sa-office-card h3{

    font-size:25px;

    color:#0B1F46;

    margin-bottom:18px;

}

.sa-office-card p{

    color:#4B5563;

    line-height:1.9;

    margin-bottom:22px;

}

.sa-office-card ul{

    margin:0;

    padding-left:20px;

}

.sa-office-card li{

    margin-bottom:10px;

    color:#374151;

}



/*=========================================
SERVICE AREAS
=========================================*/

.service-areas{

    padding:100px 0;

    background:#ffffff;

}

.service-area-list{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:18px;

    margin-top:45px;

}

.service-area-list a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 26px;

    background:#EEF4FF;

    color:#123B75;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.service-area-list a:hover{

    background:#0B1F46;

    color:#fff;

}

.service-area-text{

    max-width:900px;

    margin:40px auto 0;

    text-align:center;

}

.service-area-text p{

    color:#4B5563;

    line-height:1.9;

}



/*=========================================
FAQ
=========================================*/

.spark-faq{

    padding:100px 0;

    background:#F8FAFC;

}

.faq-wrapper{

    max-width:900px;

    margin:50px auto 0;

}

.faq-wrapper details{

    background:#fff;

    border-radius:18px;

    border:1px solid #E5E7EB;

    margin-bottom:18px;

    overflow:hidden;

    transition:.35s;

}

.faq-wrapper details:hover{

    border-color:#C89B3C;

}

.faq-wrapper summary{

    list-style:none;

    cursor:pointer;

    padding:22px 28px;

    font-size:19px;

    font-weight:600;

    color:#0B1F46;

    position:relative;

}

.faq-wrapper summary::-webkit-details-marker{

    display:none;

}

.faq-wrapper summary::after{

    content:"+";

    position:absolute;

    right:28px;

    top:50%;

    transform:translateY(-50%);

    font-size:28px;

    color:#123B75;

    font-weight:700;

}

.faq-wrapper details[open] summary::after{

    content:"−";

}

.faq-wrapper details p{

    padding:0 28px 24px;

    margin:0;

    line-height:1.9;

    color:#4B5563;

}



/*=========================================
RELATED PRACTICE
=========================================*/

.related-practice{

    padding:100px 0;

    background:#ffffff;

}

.practice-links{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:20px;

    margin-top:45px;

}

.practice-links a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 30px;

    border-radius:50px;

    background:#fff;

    border:1px solid #E5E7EB;

    text-decoration:none;

    color:#0B1F46;

    font-weight:600;

    box-shadow:0 10px 25px rgba(15,23,42,.08);

    transition:.35s;

}

.practice-links a:hover{

    background:#0B1F46;

    color:#fff;

    border-color:#0B1F46;

    transform:translateY(-5px);

}



/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.office-grid{

grid-template-columns:1fr;

}

}

@media(max-width:767px){

.office-locations,

.service-areas,

.spark-faq,

.related-practice{

padding:70px 0;

}

.sa-office-card{

padding:28px;

}

.service-area-list{

flex-direction:column;

align-items:center;

}

.service-area-list a{

width:100%;

max-width:320px;

}

.practice-links{

flex-direction:column;

align-items:center;

}

.practice-links a{

width:100%;

max-width:320px;

}

.faq-wrapper summary{

font-size:17px;

padding:20px;

}

.faq-wrapper details p{

padding:0 20px 20px;

}

}
/*=========================================
RELATED ARTICLES
=========================================*/

.related-articles{

    padding:100px 0;

    background:#F8FAFC;

}

.article-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:55px;

}

.article-card{

    display:block;

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:22px;

    padding:35px;

    text-decoration:none;

    color:inherit;

    transition:.35s;

    box-shadow:0 12px 35px rgba(15,23,42,.08);

}

.article-card:hover{

    transform:translateY(-8px);

    border-color:#C89B3C;

    box-shadow:0 20px 50px rgba(15,23,42,.12);

}

.article-card h3{

    font-size:24px;

    color:#0B1F46;

    margin:0 0 18px;

    line-height:1.35;

}

.article-card p{

    margin:0;

    color:#4B5563;

    line-height:1.8;

}



/*=========================================
FINAL CTA
=========================================*/

.spark-final-cta{

    padding:110px 0;

    background:linear-gradient(135deg,#071B3A,#123B75);

    position:relative;

    overflow:hidden;

}

.spark-final-cta::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-180px;

    right:-180px;

}

.spark-final-cta::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    left:-140px;

    bottom:-140px;

}

.sa-cta-box{

    max-width:900px;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;

}

.sa-cta-box span{

    display:inline-block;

    padding:10px 18px;

    background:rgba(255,255,255,.12);

    color:#fff;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

    margin-bottom:22px;

}

.sa-cta-box h2{

    color:#fff;

    font-size:44px;

    margin-bottom:22px;

    line-height:1.2;

}

.sa-cta-box p{

    color:rgba(255,255,255,.9);

    max-width:760px;

    margin:0 auto 35px;

    line-height:1.9;

    font-size:17px;

}

.spark-final-cta .sa-hero-buttons{

    justify-content:center;

}

.spark-final-cta .sa-btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 28px;

    border:2px solid rgba(255,255,255,.35);

    color:#fff;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

    text-decoration:none;

}

.spark-final-cta .sa-btn-outline:hover{

    background:#fff;

    color:#0B1F46;

}



/*=========================================
COMPARISON TABLE
=========================================*/

.litigation-comparison{

    padding:100px 0;

    background:#fff;

}

.comparison-table{

    margin-top:55px;

    overflow-x:auto;

}

.comparison-table table{

    width:100%;

    border-collapse:collapse;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(15,23,42,.08);

}

.comparison-table thead{

    background:linear-gradient(135deg,#0B1F46,#123B75);

}

.comparison-table th{

    color:#fff;

    padding:20px;

    text-align:left;

    font-size:17px;

}

.comparison-table td{

    padding:18px 20px;

    border-bottom:1px solid #E5E7EB;

    color:#4B5563;

}

.comparison-table tbody tr{

    transition:.3s;

}

.comparison-table tbody tr:hover{

    background:#F8FAFC;

}

.comparison-table tbody tr:last-child td{

    border-bottom:none;

}



/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.article-grid{

grid-template-columns:repeat(2,1fr);

}

.sa-cta-box h2{

font-size:36px;

}

}

@media(max-width:767px){

.related-articles,

.spark-final-cta,

.litigation-comparison{

padding:70px 0;

}

.article-grid{

grid-template-columns:1fr;

}

.article-card{

padding:28px;

}

.sa-cta-box h2{

font-size:30px;

}

.sa-hero-buttons{

flex-direction:column;

}

.spark-final-cta .sa-btn-primary,

.spark-final-cta .sa-btn-outline{

width:100%;

}

.comparison-table th,

.comparison-table td{

padding:14px;

font-size:15px;

}

}
/*==================================================
OFFICE MAP
==================================================*/

/*==================================================
OFFICE MAP
==================================================*/

.office-map{

    padding:100px 0;

    background:#F8FAFC;

}

.map-grid{

    display:grid;

    grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);

    gap:40px;

    align-items:start;

    margin-top:55px;

}

.map-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.map-card iframe{

    display:block;

    width:100%;

    height:100%;

    min-height:520px;

    border:0;

}

.office-buttons{

    display:flex;

    gap:15px;

    margin-top:30px;

}

.office-buttons a{

    flex:1;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

}



/*=========================================
TABLET
=========================================*/

@media (max-width:991px){

.office-map{

    padding:80px 0;

}

.map-grid{

    grid-template-columns:1fr;

    gap:30px;

}

.map-card{

    order:1;

}

.sa-office-card{

    order:2;

}

.map-card iframe{

    min-height:420px;

}

.office-buttons{

    flex-wrap:wrap;

}

.office-buttons a{

    min-width:200px;

}

}



/*=========================================
MOBILE
=========================================*/

@media (max-width:767px){

.office-map{

    padding:70px 0;

}

.map-grid{

    gap:25px;

}

.map-card{

    border-radius:18px;

}

.map-card iframe{

    min-height:280px;

}

.sa-office-card{

    padding:25px;

}

.office-icon{

    width:60px;

    height:60px;

    font-size:28px;

    margin-bottom:18px;

}

.sa-office-card h3{

    font-size:24px;

}

.sa-office-card ul{

    padding-left:18px;

}

.sa-office-card li{

    margin-bottom:8px;

}

.office-buttons{

    flex-direction:column;

}

.office-buttons a{

    width:100%;

    min-width:100%;

}

}
@media (max-width:767px){

.sa-office-card{

    order:1;

}

.map-card{

    order:2;

}

}

/*==================================================
SERVICE COVERAGE
==================================================*/

.service-coverage{

    padding:100px 0;

    background:#ffffff;

}

.coverage-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-top:55px;

}

.coverage-card{

    display:flex;

    align-items:center;

    gap:18px;

    padding:30px;

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(15,23,42,.08);

    transition:all .35s ease;

    cursor:default;

    height:100%;

}

.coverage-card:hover{

    transform:translateY(-6px);

    border-color:#C89B3C;

    box-shadow:0 18px 45px rgba(15,23,42,.12);

}

.coverage-card span{

    width:56px;

    height:56px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    border-radius:16px;

    background:#EEF4FF;

    color:#123B75;

    font-size:28px;

}

.coverage-card h3{

    margin:0;

    color:#0B1F46;

    font-size:20px;

    font-weight:700;

    line-height:1.45;

}


/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:991px){

    .coverage-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media (max-width:767px){

    .service-coverage{

        padding:70px 0;

    }

    .coverage-grid{

        grid-template-columns:1fr;

        gap:18px;

    }

    .coverage-card{

        padding:24px;

    }

    .coverage-card h3{

        font-size:18px;

    }

    .coverage-card span{

        width:50px;

        height:50px;

        font-size:24px;

    }

}/* End custom CSS */