/*
Theme Name: Ali Advocates
Theme URI: https://example.com
Author: Ali Advocates
Description: Professional WordPress Theme for Law Firms
Version: 1.0
Text Domain: ali-advocates
*/

/*
==================================================
GOOGLE FONTS
==================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

/*
==================================================
RESET
==================================================
*/

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

/*
==================================================
GENERAL STYLES
==================================================
*/

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Inter',sans-serif;

    font-size:16px;

    line-height:1.8;

    color:#555;

    background:#ffffff;

    overflow-x:hidden;

}

.container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

section{

    padding:100px 0;

}

img{

    max-width:100%;

    height:auto;

    display:block;

}

a{

    text-decoration:none;

    transition:.35s ease;

}

ul{

    list-style:none;

}

h1,
h2,
h3,
h4,
h5,
h6{

    font-family:'Playfair Display',serif;

    color:#0B1F3A;

    line-height:1.2;

    font-weight:700;

}

h1{

    font-size:64px;

}

h2{

    font-size:46px;

}

h3{

    font-size:30px;

}

p{

    color:#555;

    margin-bottom:20px;

}

/*
==================================================
GLOBAL BUTTONS
==================================================
*/

.btn-primary{

    display:inline-block;

    background:#B22222;

    color:#ffffff;

    padding:16px 36px;

    border-radius:6px;

    font-weight:600;

    transition:.35s ease;

}

.btn-primary:hover{

    background:#8B0000;

    transform:translateY(-3px);

}

.btn-secondary{

    display:inline-block;

    border:2px solid #ffffff;

    color:#ffffff;

    padding:16px 36px;

    border-radius:6px;

    font-weight:600;

    transition:.35s ease;

}

.btn-secondary:hover{

    background:#B22222;

    color:#ffffff;

    border-color:#B22222;

}

/*
==================================================
GLOBAL SECTION HEADINGS
==================================================
*/

.section-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.section-heading span{

    display:inline-block;

    color:#D4AF37;

    text-transform:uppercase;

    letter-spacing:3px;

    font-weight:700;

    margin-bottom:18px;

}

.section-heading h2{

    margin-bottom:25px;

}

.section-heading p{

    font-size:18px;

}

/*
==================================================
HEADER
==================================================
*/

.site-header{

    position:sticky;

    top:0;

    left:0;

    width:100%;

    z-index:9999;

    background:#ffffff;

    box-shadow:0 2px 15px rgba(0,0,0,.05);

}

/*
========================================
TOP BAR
========================================
*/

.top-bar{

    background:#081528;

    color:#ffffff;

    font-size:14px;

    padding:12px 0;

}

.top-bar .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.top-left{

    display:flex;

    align-items:center;

    gap:30px;

    flex-wrap:wrap;

}

.top-left span,
.top-right span{

    display:flex;

    align-items:center;

    gap:8px;

}

.top-bar a{

    color:#ffffff;

    text-decoration:none;

    transition:.3s;

}

.top-bar a:hover{

    color:#D4AF37;

}

.top-bar i{

    color:#D4AF37;

}

/*
==================================================
MAIN HEADER
==================================================
*/

.main-header{

    background:#ffffff;

    padding:18px 0;

    border-bottom:1px solid #eeeeee;

}

.main-header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

/*
==================================================
LOGO
==================================================
*/

.logo{

    display:flex;

    align-items:center;

}

.logo img{

    height:72px;

    width:auto;

    transition:.35s ease;

}

.logo img:hover{

    transform:scale(1.03);

}

/*
==================================================
NAVIGATION
==================================================
*/

nav ul{

    display:flex;

    align-items:center;

    gap:34px;

    margin:0;

    padding:0;

}

nav ul li{

    list-style:none;

}

nav ul li a{

    color:#0B1F3A;

    font-weight:600;

    position:relative;

    padding:8px 0;

    transition:.35s ease;

}

nav ul li a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:3px;

    background:#D4AF37;

    transition:.35s ease;

}

nav ul li a:hover{

    color:#B22222;

}

nav ul li a:hover::after{

    width:100%;

}

nav ul li.current-menu-item a{

    color:#B22222;

}

nav ul li.current-menu-item a::after{

    width:100%;

}

/*
========================================
ACTIVE MENU
========================================
*/

.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a{

    color:#B22222;

}

.current-menu-item > a::after,
.current_page_item > a::after,
.current-menu-ancestor > a::after{

    width:100%;

}

/*
==================================================
HEADER BUTTON
==================================================
*/

.consult-btn{

    display:inline-block;

    background:#B22222;

    color:#ffffff;

    padding:14px 28px;

    border-radius:6px;

    font-weight:600;

    transition:.35s ease;

}

.consult-btn:hover{

    background:#8B0000;

    transform:translateY(-2px);

}

/*
==================================================
HEADER RESPONSIVE
==================================================
*/

@media(max-width:992px){

    .top-bar{

        display:none;

    }

}

/*
========================================
HERO SECTION
========================================
*/

.hero{

    background:
        linear-gradient(rgba(8,20,45,.42), rgba(8,20,45,.42)),
        url('assets/images/law.jpg');

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    color:#ffffff;

    min-height:700px;

    display:flex;

    align-items:center;

}

.hero-content{

    width:90%;

    max-width:1200px;

    margin:auto;

    max-width:720px;

}

.hero-subtitle{

    display:inline-block;

    color:#d4af37;

    text-transform:uppercase;

    letter-spacing:4px;

    font-weight:700;

    font-size:15px;

    margin-bottom:20px;

    position:relative;

}

.hero-subtitle::after{

    content:"";

    display:block;

    width:70px;

    height:3px;

    background:#d4af37;

    margin-top:12px;

}

.hero h1{

    font-size:68px;

    line-height:1.1;

    font-weight:700;

    margin:30px 0;

    color:#ffffff;

}

.hero p{

    font-size:20px;

    line-height:1.9;

    color:#f5f5f5;

    margin-bottom:25px;

}

.hero-tagline{

    color:#d4af37;

    font-size:22px;

    font-weight:600;

    margin-bottom:45px;

    letter-spacing:1px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.btn-primary{

    background:#B22222;

    color:#ffffff;

    padding:16px 36px;

    border-radius:5px;

    display:inline-block;

    font-weight:600;

    transition:.35s;

}

.btn-primary:hover{

    background:#8B0000;

    transform:translateY(-3px);

}

.btn-secondary{

    border:2px solid #ffffff;

    color:#ffffff;

    padding:16px 36px;

    border-radius:5px;

    display:inline-block;

    font-weight:600;

    transition:.35s;

}

.btn-secondary:hover{

    background:#ffffff;

    color:#0b1f3a;

}

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px 35px;

    margin-top:15px;

}

.hero-features div{

    display:flex;

    align-items:center;

    color:#ffffff;

    font-size:17px;

    font-weight:500;

}

.hero-features i{

    color:#d4af37;

    margin-right:12px;

    font-size:18px;

}

/*
========================================
HERO RESPONSIVE
========================================
*/

@media(max-width:768px){

    .hero{

        min-height:auto;

        padding:120px 0 80px;

    }

    .hero h1{

        font-size:42px;

    }

    .hero p{

        font-size:17px;

    }

    .hero-tagline{

        font-size:18px;

    }

    .hero-buttons{

        flex-direction:column;

    }

    .hero-features{

        grid-template-columns:1fr;

    }

}

/*
========================================
HOME HIGHLIGHTS
========================================
*/

.highlights-section{

    margin-top:-70px;

    position:relative;

    z-index:100;

}

.highlights-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.highlight-card{

    background:#ffffff;

    padding:40px 30px;

    border-radius:12px;

    box-shadow:0 15px 35px rgba(0,0,0,.10);

    text-align:center;

    transition:.35s;

}

.highlight-card:hover{

    transform:translateY(-10px);

}

.highlight-card i{

    font-size:42px;

    color:#D4AF37;

    margin-bottom:20px;

}

.highlight-card h3{

    font-size:24px;

    margin-bottom:18px;

    color:#0B1F3A;

}

.highlight-card p{

    margin:0;

    color:#666;

    line-height:1.8;

}

@media(max-width:992px){

    .highlights-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .highlights-section{

        margin-top:40px;

    }

    .highlights-grid{

        grid-template-columns:1fr;

    }

}

/*
========================================
ABOUT SECTION
========================================
*/

.about-section{
    background:#ffffff;
}

.about-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:60px;
    align-items:center;
}

.about-text h5{
    color:#d4af37;
    letter-spacing:2px;
    margin-bottom:15px;
}

.about-text h2{
    font-size:42px;
    margin-bottom:25px;
}

.about-text p{
    font-size:18px;
    margin-bottom:20px;
}

.about-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.stat-box{
    background:#f5f5f5;
    padding:30px;
    text-align:center;
    border-radius:8px;
}

.stat-box h3{
    font-size:36px;
    color:#c62828;
    margin-bottom:10px;
}

.stat-box p{
    margin:0;
    color:#333;
}

.about-text .btn-primary{

    margin-top:15px;

}

.about-text{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.about-section .stat-box{

    transition:.35s ease;

}

.about-section .stat-box:hover{

    transform:translateY(-6px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

/*
========================================
PRACTICE AREAS
========================================
*/

.practice-section{
    background:#f8f9fb;
    text-align:center;
}

.practice-section h5{
    color:#d4af37;
    letter-spacing:2px;
    margin-bottom:10px;
}

.practice-section h2{
    font-size:42px;
    margin-bottom:50px;
}

.practice-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.practice-card{
    background:#ffffff;
    padding:40px 30px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.practice-card:hover{
    transform:translateY(-8px);
}

.practice-card .icon{
    font-size:45px;
    margin-bottom:20px;
}

.practice-card h3{
    margin-bottom:15px;
}

.practice-card p{
    color:#555;
}

/*
========================================
WHY CHOOSE US
========================================
*/

.why-section{
    background:#ffffff;
}

.why-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.why-header h5{
    color:#d4af37;
    letter-spacing:2px;
    margin-bottom:10px;
}

.why-header h2{
    font-size:42px;
    margin-bottom:20px;
}

.why-header p{
    color:#555;
    font-size:18px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.why-card{

    background:#ffffff;

    padding:40px;

    border-radius:12px;

    border-top:5px solid #D4AF37;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s ease;

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.why-card h3{

    color:#0B1F3A;

    margin-bottom:18px;

    font-size:24px;

}

.why-card p{

    color:#555;

    line-height:1.9;

    margin-bottom:0;

}

/*
========================================
FOOTER
========================================
*/

.site-footer{
    background:#0b1f3a;
    color:#ffffff;
    text-align:center;
    padding:40px;
    margin-top:60px;
}

/*
========================================
OUR TRACK RECORD
========================================
*/

.stats-section{
    background:#0b1f3a;
    color:#ffffff;
    text-align:center;
}

.stats-header{
    max-width:700px;
    margin:0 auto 60px;
}

.stats-header h5{
    color:#d4af37;
    letter-spacing:2px;
    margin-bottom:10px;
}

.stats-header h2{
    color:#ffffff;
    font-size:42px;
    margin-bottom:20px;
}

.stats-header p{
    color:#dddddd;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stat-card{

    background:rgba(255,255,255,.08);

    padding:45px 25px;

    border-radius:12px;

    border-top:4px solid #D4AF37;

    transition:.35s ease;

}

.stat-card:hover{

    transform:translateY(-10px);

    background:rgba(255,255,255,.15);

}

.stat-card h3{

    color:#D4AF37;

    font-size:42px;

    margin-bottom:18px;

    line-height:1.2;

}

.stat-card p{

    color:#ffffff;

    font-size:17px;

    line-height:1.7;

    margin:0;

}

/*
========================================
MEET OUR TEAM
========================================
*/

.team-section{
    background:#ffffff;
}

.team-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
}

.team-header h5{
    color:#d4af37;
    letter-spacing:2px;
    margin-bottom:10px;
}

.team-header h2{
    font-size:42px;
    margin-bottom:20px;
}

.team-header p{
    color:#555;
}

.team-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.team-card{

    background:#fff;

    border-radius:10px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.team-card:hover{

    transform:translateY(-10px);

}

.team-card img{

    width:100%;

    height:380px;

    object-fit:cover;

}

.team-content{

    padding:30px;

    text-align:center;

}

.team-content h3{

    margin-bottom:8px;

}

.team-content span{

    display:block;

    color:#B22222;

    font-weight:600;

    margin-bottom:18px;

}

.team-content p{

    color:#555;

    margin-bottom:25px;

}

/*
========================================
CLIENT TESTIMONIALS
========================================
*/

.testimonial-section{
    background:#f8f9fb;
}

.testimonial-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
}

.testimonial-header h5{
    color:#d4af37;
    letter-spacing:2px;
    margin-bottom:10px;
}

.testimonial-header h2{
    font-size:42px;
    margin-bottom:20px;
}

.testimonial-header p{
    color:#555;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{

    background:#ffffff;

    padding:40px;

    border-radius:12px;

    border-top:5px solid #D4AF37;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s ease;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.quote{

    font-style:italic;

    color:#555;

    line-height:1.9;

    margin-bottom:30px;

    position:relative;

}

.quote::before{

    content:"“";

    font-size:60px;

    color:#D4AF37;

    line-height:0;

    display:block;

    margin-bottom:18px;

}

.testimonial-card h4{

    color:#0B1F3A;

    margin-bottom:6px;

}

.testimonial-card span{

    color:#B22222;

    font-weight:600;

    font-size:15px;

}

/*
========================================
CALL TO ACTION
========================================
*/

.cta-section{

    background:
        linear-gradient(rgba(11,31,58,.92), rgba(11,31,58,.92)),
        url('assets/images/law-office.jpg');

    background-size:cover;

    background-position:center;

    color:#ffffff;

    text-align:center;

}

.cta-content{

    max-width:800px;

    margin:auto;

}

.cta-content h2{

    color:#ffffff;

    font-size:48px;

    margin-bottom:25px;

}

.cta-content p{

    font-size:20px;

    color:#dddddd;

    margin-bottom:40px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/*
========================================
ABOUT PAGE
========================================
*/

.about-page{
    padding:100px 0;
    background:#ffffff;
}

.about-page .about-grid{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:70px;
    align-items:center;
}

.about-image img{
    width:100%;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.about-text h5{
    color:#d4af37;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
    font-size:15px;
}

.about-text h2{
    font-size:46px;
    color:#0b1f3a;
    margin-bottom:25px;
    line-height:1.3;
}

.about-text p{
    color:#555;
    font-size:18px;
    line-height:1.9;
    margin-bottom:20px;
}

.about-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:40px;
}

.about-stats .stat-box{
    background:#f8f9fb;
    padding:30px;
    border-radius:10px;
    border-left:5px solid #B22222;
    transition:0.3s ease;
}

.about-stats .stat-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,.10);
}

.about-stats .stat-box h3{
    color:#0b1f3a;
    font-size:24px;
    margin-bottom:10px;
}

.about-stats .stat-box p{
    color:#666;
    margin:0;
    font-size:16px;
}

/*
========================================
PAGE BANNER
========================================
*/

.page-banner{
    background:linear-gradient(rgba(11,31,58,.35),rgba(11,31,58,.35)),
    url('assets/images/law.jpg');
    background-size:cover;
    background-position:center;
    color:#fff;
    text-align:center;
    padding:120px 0;
}

.page-banner h1{

    font-size:56px;

    margin-bottom:15px;

    color:#ffffff;

    text-shadow:0 2px 8px rgba(0,0,0,.35);

}

.page-banner p{

    color:#F5E6A9;

    font-size:20px;

    font-weight:500;

    text-shadow:0 1px 4px rgba(0,0,0,.30);

}

/*
========================================
GENERAL PAGE CONTENT
========================================
*/

.page-content{
    padding:0;
}

/*
========================================
RESPONSIVE
========================================
*/

@media(max-width:992px){

    .about-page .about-grid{

        grid-template-columns:1fr;

    }

    .about-image{

        order:-1;

    }

    .about-text{

        text-align:center;

    }

    .about-stats{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .page-banner{

        padding:90px 0;

    }

    .page-banner h1{

        font-size:38px;

    }

    .about-text h2{

        font-size:34px;

    }

    .about-text p{

        font-size:17px;

    }

}

@media (max-width:768px){

    .contact-grid{

        grid-template-columns:1fr;

    }

}

/*
========================================
MISSION & VISION
========================================
*/

.mission-section{
    padding:90px 0;
    background:#f8f9fb;
}

.mission-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.mission-card{
    background:#fff;
    padding:40px;
    border-radius:10px;
    border-top:5px solid #B22222;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.mission-card{

    background:#ffffff;

    padding:45px;

    border-radius:12px;

    border-top:5px solid #B22222;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s ease;

}

.mission-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

/*
========================================
OUR STORY
========================================
*/

.story-section{

    background:#ffffff;

    padding:100px 0;

}

.story-content{

    max-width:900px;

    margin:auto;

}

.story-content p{

    font-size:18px;

    line-height:2;

    color:#555;

    margin-bottom:28px;

    text-align:justify;

}

.story-content strong{

    color:#0B1F3A;

    font-weight:700;

}

.story-section .section-heading{

    margin-bottom:60px;

}

/*
========================================
VALUES
========================================
*/

.values-section{
    padding:100px 0;
    background:#ffffff;
}

.section-small{
    color:#d4af37;
    text-align:center;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title{
    text-align:center;
    color:#0b1f3a;
    font-size:42px;
    margin-bottom:60px;
}

.values-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.value-card{

    background:#ffffff;

    padding:35px;

    border-radius:12px;

    border-top:5px solid #D4AF37;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s ease;

}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.value-card h3{

    color:#0B1F3A;

    margin-bottom:18px;

}

.value-card p{

    color:#555;

    line-height:1.8;

}

/*
========================================
WHY US
========================================
*/

.why-about{
    padding:100px 0;
    background:#f8f9fb;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.why-item{
    background:#fff;
    padding:25px;
    border-left:5px solid #B22222;
    border-radius:8px;
    font-weight:600;
}

/*
========================================
PRACTICE PAGE
========================================
*/

.practice-page{

    padding:100px 0;

    background:#ffffff;

}

.section-heading span{

    color:#d4af37;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:700;

}

.section-heading h2{

    color:#0b1f3a;

    font-size:44px;

    margin:15px 0;

}

.section-heading p{

    color:#666;

    line-height:1.9;

    font-size:18px;

}

.practice-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.practice-card{

    background:#fff;

    border-radius:12px;

    padding:40px 35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.practice-card:hover{

    transform:translateY(-10px);

}

.practice-card .icon{

    width:80px;

    height:80px;

    background:#0b1f3a;

    color:#d4af37;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:0 auto 25px;

    font-size:34px;

    transition:.35s;

}

.practice-card:hover .icon{

    background:#B22222;

    transform:rotate(8deg);

}

.practice-card h3{

    color:#0b1f3a;

    margin-bottom:18px;

}

.practice-card p{

    color:#666;

    line-height:1.8;

}

.read-more{

    display:inline-block;

    margin-top:25px;

    color:#B22222;

    font-weight:700;

}

.read-more:hover{

    color:#0b1f3a;

}

/*
========================================
TEAM PAGE
========================================
*/

.team-page{

    padding:100px 0;

    background:#f8f9fb;

}

.team-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.team-card{

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.team-card:hover{

    transform:translateY(-10px);

}

.team-card{

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.3s;

    display:flex;

    flex-direction:column;

}

.team-info{

    padding:30px;

}

.team-info h3{

    color:#0b1f3a;

    margin-bottom:8px;

}

.team-info h4{

    color:#B22222;

    margin-bottom:18px;

    font-size:16px;

}

.team-info p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.profile-btn{

    display:inline-block;

    background:#0b1f3a;

    color:#fff;

    padding:12px 24px;

    border-radius:5px;

    transition:.3s;

}

.profile-btn:hover{

    background:#B22222;

}

.team-content p{

    flex-grow:1;

}

.team-content .btn-primary{

    margin-top:auto;

    align-self:flex-start;

}

/*
========================================
FOOTER SECTION
========================================
*/

.site-footer{

    background:#081528;

    color:#ffffff;

    margin-top:100px;

    border-top:4px solid #d4af37;

}

.site-footer .container{

    max-width:1200px;

    margin:auto;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 2fr;

    gap:50px;

    padding:80px 0;

}

.footer-column h3{

    color:#d4af37;

    margin-bottom:25px;

    font-size:22px;

}

.footer-column h4{

    color:#d4af37;

    margin:20px 0;

}

.footer-column p{

    color:#d8d8d8;

    line-height:1.9;

}

.footer-column ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-column ul li{

    margin-bottom:15px;

    color:#d8d8d8;

    line-height:1.8;

}

.footer-column ul li a{

    color:#d8d8d8;

    text-decoration:none;

    transition:.3s;

}

.footer-column ul li a:hover{

    color:#d4af37;

    padding-left:8px;

}

.contact-list i{

    color:#d4af37;

    width:22px;

    margin-right:8px;

}

.footer-column .custom-logo{

    width:220px;

    height:auto;

    display:block;

    margin-bottom:25px;

}

.footer-column .custom-logo-link{

    display:inline-block;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding:25px 0;

}

.footer-bottom .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

}

.footer-bottom p{

    margin:0;

    color:#bdbdbd;

    font-size:14px;

}

@media (max-width:992px){

    .footer-grid{

        grid-template-columns:1fr 1fr;

        gap:40px;

    }

}

@media (max-width:768px){

    .footer-grid{

        grid-template-columns:1fr;

        text-align:center;

    }

    .footer-bottom .container{

        flex-direction:column;

        gap:15px;

        text-align:center;

    }

}

/*
========================================
CONTACT PAGE
========================================
*/

.contact-page{

    padding:100px 0;

    background:#f8f9fc;

}

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    margin-top:60px;

}

.contact-card{

    display:flex;

    gap:20px;

    background:#fff;

    padding:25px;

    margin-bottom:25px;

    border-radius:12px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.contact-card i{

    width:60px;

    height:60px;

    background:#0b1f3a;

    color:#d4af37;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    flex-shrink:0;

}

.contact-card h3{

    margin-bottom:10px;

    color:#0b1f3a;

}

.contact-card p{

    margin:0;

    color:#666;

    line-height:1.8;

}

.contact-form{

    background:#fff;

    padding:40px;

    border-radius:12px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

/* Contact Form 7 */

.wpcf7 input,
.wpcf7 textarea{

    width:100%;

    padding:15px;

    border:1px solid #ddd;

    border-radius:8px;

    margin-top:8px;

    margin-bottom:20px;

    font-size:16px;

}

.wpcf7 textarea{

    min-height:180px;

}

.wpcf7 input[type="submit"]{

    background:#B22222;

    color:#fff;

    border:none;

    cursor:pointer;

    font-weight:600;

    transition:.3s;

}

.wpcf7 input[type="submit"]:hover{

    background:#0b1f3a;

}

/*
========================================
ABOUT PAGE CTA
========================================
*/

.about-cta{

    background:
        linear-gradient(rgba(11,31,58,.93), rgba(11,31,58,.93)),
        url('assets/images/law-office.jpg');

    background-size:cover;

    background-position:center;

    padding:110px 0;

    text-align:center;

    color:#ffffff;

}

.about-cta-content{

    max-width:850px;

    margin:auto;

}

.about-cta-content h2{

    color:#ffffff;

    font-size:46px;

    margin-bottom:25px;

}

.about-cta-content p{

    color:#dddddd;

    font-size:20px;

    line-height:1.9;

    margin-bottom:45px;

}

.about-cta .cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.about-cta .btn-secondary{

    border:2px solid #ffffff;

}

.about-cta .btn-secondary:hover{

    background:#ffffff;

    color:#0B1F3A;

}

/*
========================================
PRACTICE PAGE IMPROVEMENTS
========================================
*/

/* Equal Height Cards */

.practice-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

    margin-top:50px;

}

.practice-card{

    display:flex;

    flex-direction:column;

    background:#ffffff;

    border-radius:12px;

    padding:40px 35px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s ease;

}

.practice-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.practice-card p{

    color:#666;

    line-height:1.9;

    margin-bottom:30px;

    flex-grow:1;

}

.practice-card .icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    background:#0B1F3A;

    color:#D4AF37;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:38px;

    transition:.35s;

}

.practice-card:hover .icon{

    background:#B22222;

    transform:rotate(8deg);

}

.read-more{

    margin-top:auto;

    display:inline-block;

    color:#B22222;

    font-weight:700;

    transition:.3s;

}

.read-more:hover{

    color:#0B1F3A;

}

/*
========================================
WHY OUR LEGAL SERVICES
========================================
*/

.services-why{

    background:#f8f9fb;

    padding:100px 0;

}

.services-why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.services-why-card{

    background:#ffffff;

    padding:35px;

    border-top:5px solid #D4AF37;

    border-radius:12px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.services-why-card:hover{

    transform:translateY(-10px);

}

.services-why-card i{

    font-size:42px;

    color:#B22222;

    margin-bottom:20px;

}

.services-why-card h3{

    margin-bottom:15px;

    color:#0B1F3A;

}

.services-why-card p{

    color:#666;

    line-height:1.8;

}

/*
========================================
RESPONSIVE
========================================
*/

@media(max-width:992px){

    .practice-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .services-why-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .practice-grid{

        grid-template-columns:1fr;

    }

    .services-why-grid{

        grid-template-columns:1fr;

    }

}

/*
========================================
FEATURED MANAGING PARTNER
========================================
*/

.featured-partner{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:60px;

    align-items:center;

    margin:80px 0;

}

.featured-image img{

    width:100%;

    border-radius:15px;

    box-shadow:0 18px 45px rgba(0,0,0,.15);

}

.featured-title{

    display:inline-block;

    background:#B22222;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}

.featured-content h2{

    font-size:46px;

    margin-bottom:20px;

    color:#0B1F3A;

}

.featured-content p{

    color:#555;

    line-height:1.9;

    margin-bottom:22px;

    font-size:17px;

}

.practice-tags{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin:35px 0;

}

.practice-tags span{

    background:#D4AF37;

    color:#0B1F3A;

    padding:10px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

/*
========================================
TEAM PRACTICE TAGS
========================================
*/

.team-tags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:25px 0 30px;

}

.team-tags span{

    background:#F5F5F5;

    color:#0B1F3A;

    border:1px solid #D4AF37;

    padding:8px 14px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    transition:.3s;

}

.team-tags span:hover{

    background:#D4AF37;

}

/*
========================================
TEAM CTA
========================================
*/

.team-cta{

    background:#f8f9fb;

    padding:100px 0;

}

.why-team-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.why-team-card{

    background:#ffffff;

    padding:35px;

    text-align:center;

    border-radius:12px;

    border-top:5px solid #D4AF37;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.why-team-card:hover{

    transform:translateY(-10px);

}

.why-team-card i{

    font-size:40px;

    color:#B22222;

    margin-bottom:20px;

}

.why-team-card h3{

    margin-bottom:15px;

}

.why-team-card p{

    color:#666;

    line-height:1.8;

}

@media(max-width:992px){

    .featured-partner{

        grid-template-columns:1fr;

    }

    .why-team-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .why-team-grid{

        grid-template-columns:1fr;

    }

}

/*
========================================
CONTACT PAGE IMPROVEMENTS
========================================
*/

.contact-information{

    display:flex;

    flex-direction:column;

    gap:25px;

}

.contact-card a{

    color:#555;

    transition:.3s;

}

.contact-card a:hover{

    color:#B22222;

}

.contact-form h3{

    font-size:32px;

    margin-bottom:15px;

    color:#0B1F3A;

}

.contact-form p{

    margin-bottom:30px;

    color:#666;

}

/*
========================================
GOOGLE MAP
========================================
*/

.map-section{

    padding:100px 0;

    background:#ffffff;

}

.map-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:50px;

    margin-top:60px;

    align-items:center;

}

.map-frame iframe{

    border-radius:12px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.map-info{

    background:#f8f9fb;

    padding:40px;

    border-radius:12px;

}

.map-info h3{

    margin-bottom:30px;

}

.map-info ul{

    list-style:none;

    padding:0;

}

.map-info li{

    margin-bottom:25px;

    line-height:1.8;

    color:#555;

}

.map-info i{

    color:#B22222;

    width:28px;

}

.map-buttons{

    display:flex;

    flex-direction:column;

    gap:15px;

    margin-top:35px;

}

.map-buttons a{

    text-align:center;

}

@media(max-width:992px){

    .map-grid{

        grid-template-columns:1fr;

    }

}

.contact-card a,
.map-info a{

    color:#555;

    text-decoration:none;

    transition:.3s;

}

.contact-card a:hover,
.map-info a:hover{

    color:#B22222;

}

@media(max-width:768px){

    .top-bar .container{

        flex-direction:column;

        text-align:center;

    }

    .top-left{

        justify-content:center;

        gap:15px;

    }

}

/*
========================================
FLOATING WHATSAPP
========================================
*/

.floating-whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    background:#25D366;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    box-shadow:0 12px 30px rgba(0,0,0,.25);

    z-index:9999;

    transition:.35s;

}

.floating-whatsapp:hover{

    transform:scale(1.1);

    color:#fff;

}

@media(max-width:768px){

    .floating-whatsapp{

        width:58px;

        height:58px;

        font-size:30px;

        right:18px;

        bottom:18px;

    }

}

/*
========================================
SCROLL TO TOP
========================================
*/

#scrollTopBtn{

    position:fixed;

    right:25px;

    bottom:105px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#0B1F3A;

    color:#fff;

    font-size:20px;

    cursor:pointer;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:9998;

}

#scrollTopBtn.show{

    opacity:1;

    visibility:visible;

}

#scrollTopBtn:hover{

    background:#B22222;

}

@media(max-width:768px){

    #scrollTopBtn{

        right:18px;

        bottom:88px;

    }

}

/*
========================================
TRUST SECTION
========================================
*/

.trust-section{

    background:#f8f9fb;

}

.trust-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.trust-card{

    background:#ffffff;

    padding:40px 30px;

    border-radius:12px;

    text-align:center;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.trust-card:hover{

    transform:translateY(-8px);

}

.trust-card i{

    font-size:42px;

    color:#B22222;

    margin-bottom:25px;

}

.trust-card h3{

    margin-bottom:18px;

    color:#0B1F3A;

}

.trust-card p{

    color:#666;

    line-height:1.8;

}

@media(max-width:992px){

    .trust-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .trust-grid{

        grid-template-columns:1fr;

    }

}

/*
========================================
LEGAL INSIGHTS
========================================
*/

.insights-section{

    background:#f8f9fb;

}

.insights-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.insight-card{

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.insight-card:hover{

    transform:translateY(-8px);

}

.insight-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.insight-content{

    padding:30px;

}

.insight-content span{

    color:#B22222;

    font-size:14px;

    font-weight:600;

}

.insight-content h3{

    margin:18px 0;

    line-height:1.4;

}

.insight-content h3 a{

    color:#0B1F3A;

}

.insight-content h3 a:hover{

    color:#B22222;

}

.insight-content p{

    color:#666;

    margin-bottom:25px;

}

@media(max-width:992px){

    .insights-grid{

        grid-template-columns:1fr;

    }

}

/*
========================================
FOOTER CTA
========================================
*/

.footer-cta{

    border-top:1px solid rgba(255,255,255,.08);

    border-bottom:1px solid rgba(255,255,255,.08);

    padding:70px 0;

    text-align:center;

}

.footer-cta h2{

    color:#ffffff;

    font-size:42px;

    margin-bottom:20px;

}

.footer-cta p{

    color:#cfcfcf;

    max-width:720px;

    margin:0 auto 35px;

    line-height:1.9;

}

.footer-bottom a{

    color:#D4AF37;

    text-decoration:none;

    transition:.3s;

}

.footer-bottom a:hover{

    color:#ffffff;

}

/* ===== Mobile Fixes ===== */

html,
body{
    width:100%;
    overflow-x:hidden;
}

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

iframe{
    max-width:100%;
}

@media (max-width:768px){

    .container{
        width:92%;
    }

    .about-grid,
    .mission-grid,
    .values-grid,
    .why-grid,
    .practice-grid,
    .team-grid{

        grid-template-columns:1fr;

    }

    .hero-content h1{
        font-size:36px;
    }

    .hero-content p{
        font-size:16px;
    }

    .main-header .container{

        flex-direction:column;

        gap:20px;

    }

}

/* ======================================
MOBILE NAVIGATION FIX
====================================== */

@media (max-width:768px){

    .main-header .container{

        flex-direction:column;

        gap:15px;

    }

    nav{

        width:100%;

        overflow-x:auto;

        -webkit-overflow-scrolling:touch;

    }

    nav ul{

        display:flex;

        justify-content:flex-start;

        gap:18px;

        flex-wrap:nowrap;

        padding:0 15px;

        min-width:max-content;

    }

    nav ul li a{

        font-size:15px;

        white-space:nowrap;

    }

    .consult-btn{

        display:none;

    }

}

