@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --navy-deep: #102336;
    --navy: #102336;
    --navy-light: #1c2c58;
    --gold: #9e6e30;
    --gold-light: #e8c878;
    --cream: #f4f1ea;
    --wa-green: #22c55e;
    --wa-green-dark: #0e7a52;
    --ink: #ffffff;
}

.legalPrivacy {
    background: var(--cream);
    color: black;
}

.row {
    margin: 0 !important;
}

/*@font-face {
    font-family: 'ankle';
    src: url('../webfonts/ankle.otf') format('opentype');
}*/
/*@font-face {
    font-family: 'titillium-regular';
    src: url('../webfonts/titillium-regular.otf') format('opentype');
}*/
@font-face {
    font-family: 'notonastaliqurdu-regular';
    src: url('../webfonts/notonastaliqurdu-regular.ttf') format('truetype');
}


/* ============================================================
   Urdu (Nastaliq) Typography & Spacing Fixes (RTL / Urdu mode)
   ============================================================ */

html[lang="ur"] body,
html[lang="ar"] body,
html[dir="rtl"] body {
    font-family: "notonastaliqurdu-regular", sans-serif;
    line-height: 2.1 !important;
}

/* Global Headings for Urdu */
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[lang="ur"] .brand-name,
html[lang="ur"] .btn-hero,
html[lang="ar"] .brand-name,
html[lang="ar"] .btn-hero,
html[dir="rtl"] .brand-name,
html[dir="rtl"] .btn-hero {
    font-family: "notonastaliqurdu-regular", sans-serif !important;
    font-weight: 600;
    line-height: 1.95 !important;
    letter-spacing: normal !important;
}

/* Global paragraph and text spacing for Urdu */
html[lang="ur"] p,
html[lang="ar"] p,
html[dir="rtl"] p {
    line-height: 2.15 !important;
}

/* Remove broken letter-spacing for all Urdu cursive elements */
html[lang="ur"] [class*="eyebrow"],
html[lang="ar"] [class*="eyebrow"],
html[dir="rtl"] [class*="eyebrow"],
html[lang="ur"] .eyebrow,
html[lang="ur"] .about-eyebrow,
html[lang="ur"] .practice-eyebrow,
html[lang="ur"] .faq-eyebrow,
html[lang="ur"] .consult-eyebrow,
html[lang="ur"] .contact-eyebrow,
html[lang="ur"] .page-header-eyebrow,
html[lang="ur"] .ind-eyebrow,
html[lang="ur"] .feat-eyebrow,
html[lang="ur"] .nf-eyebrow,
html[lang="ur"] .years-badge .label,
html[lang="ur"] .brand-sub,
html[lang="ur"] .contact-label,
html[lang="ur"] .lawyer-role,
html[dir="rtl"] [class*="eyebrow"],
html[dir="rtl"] .years-badge .label,
html[dir="rtl"] .brand-sub,
html[dir="rtl"] .contact-label,
html[dir="rtl"] .lawyer-role {
    letter-spacing: normal !important;
}

/* Eyebrows spacing & text */
html[lang="ur"] .eyebrow,
html[lang="ur"] .about-eyebrow,
html[lang="ur"] .practice-eyebrow,
html[lang="ur"] .faq-eyebrow,
html[lang="ur"] .consult-eyebrow,
html[lang="ur"] .contact-eyebrow,
html[lang="ur"] .page-header-eyebrow,
html[lang="ur"] .ind-eyebrow,
html[lang="ur"] .feat-eyebrow,
html[dir="rtl"] .eyebrow,
html[dir="rtl"] .about-eyebrow,
html[dir="rtl"] .practice-eyebrow,
html[dir="rtl"] .faq-eyebrow,
html[dir="rtl"] .consult-eyebrow,
html[dir="rtl"] .contact-eyebrow,
html[dir="rtl"] .page-header-eyebrow,
html[dir="rtl"] .ind-eyebrow,
html[dir="rtl"] .feat-eyebrow {
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.2rem;
}

/* 1. Hero Section */
html[lang="ur"] .hero-heading,
html[dir="rtl"] .hero-heading {
    font-size: 2.3rem !important;
    line-height: 2 !important;
    margin-bottom: 2rem !important;
    padding-bottom: 0.4rem;
}

html[lang="ur"] .hero-lede,
html[dir="rtl"] .hero-lede {
    line-height: 2.1 !important;
    margin-bottom: 2.4rem !important;
}

/* 2. About Us Section & Gold Rule */
html[lang="ur"] .about-heading,
html[dir="rtl"] .about-heading {
    font-size: 2rem !important;
    line-height: 1.95 !important;
    margin-bottom: 1.2rem !important;
    padding-bottom: 0.5rem !important;
}

html[lang="ur"] .about-heading-rule,
html[dir="rtl"] .about-heading-rule {
    margin-top: 0.6rem !important;
    margin-bottom: 1.8rem !important;
}

html[lang="ur"] .about-copy,
html[dir="rtl"] .about-copy {
    line-height: 2.2 !important;
}

html[lang="ur"] .years-badge .label,
html[dir="rtl"] .years-badge .label {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
}

/* 3. Industries We Serve Section */
html[lang="ur"] .ind-heading,
html[dir="rtl"] .ind-heading {
    font-size: 2.2rem !important;
    line-height: 2 !important;
    margin: 1.2rem auto 1.4rem !important;
    padding: 0.3rem 0 !important;
}

html[lang="ur"] .ind-sub,
html[dir="rtl"] .ind-sub {
    line-height: 2.1 !important;
    margin-bottom: 1.6rem !important;
}

html[lang="ur"] .ind-card-content h3,
html[dir="rtl"] .ind-card-content h3 {
    line-height: 1.8 !important;
    margin-bottom: 0.6rem !important;
}

html[lang="ur"] .ind-card-content p,
html[dir="rtl"] .ind-card-content p {
    line-height: 1.9 !important;
}

/* 4. Practice / Legal Services Section */
html[lang="ur"] .practice-heading,
html[dir="rtl"] .practice-heading {
    font-size: 2.1rem !important;
    line-height: 1.95 !important;
    margin-bottom: 1.2rem !important;
    padding-bottom: 0.3rem !important;
}

html[lang="ur"] .practice-sub,
html[dir="rtl"] .practice-sub {
    line-height: 2 !important;
}

html[lang="ur"] .practice-card h3,
html[dir="rtl"] .practice-card h3 {
    font-size: 1.25rem !important;
    line-height: 1.85 !important;
    margin-bottom: 0.9rem !important;
}

html[lang="ur"] .practice-card p,
html[dir="rtl"] .practice-card p {
    line-height: 1.95 !important;
}

/* 5. FAQ Section */
html[lang="ur"] .faq-heading,
html[dir="rtl"] .faq-heading {
    font-size: 2.3rem !important;
    line-height: 1.95 !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.4rem !important;
}

html[lang="ur"] .faq-heading-rule,
html[dir="rtl"] .faq-heading-rule {
    margin-top: 0.6rem !important;
    margin-bottom: 2rem !important;
}

html[lang="ur"] .faq-question,
html[dir="rtl"] .faq-question {
    line-height: 1.85 !important;
    padding: 0.3rem 0;
}

html[lang="ur"] .faq-answer,
html[dir="rtl"] .faq-answer {
    line-height: 2.1 !important;
    padding-top: 0.8rem !important;
}

/* 6. Why Choose Us / Features Section */
html[lang="ur"] .feat-heading,
html[dir="rtl"] .feat-heading {
    font-size: 2rem !important;
    line-height: 1.95 !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.4rem !important;
}

html[lang="ur"] .feat-rule,
html[dir="rtl"] .feat-rule {
    margin-top: 0.6rem !important;
    margin-bottom: 1.6rem !important;
}

html[lang="ur"] .feat-desc,
html[dir="rtl"] .feat-desc {
    line-height: 2.15 !important;
}

html[lang="ur"] .feat-point,
html[dir="rtl"] .feat-point {
    line-height: 1.85 !important;
    padding: 1.1rem 1.2rem !important;
}

/* 7. Consultation & Contact Sections */
html[lang="ur"] .consult-heading,
html[dir="rtl"] .consult-heading {
    line-height: 1.85 !important;
    margin-bottom: 1.6rem !important;
    padding-bottom: 0.3rem !important;
}

html[lang="ur"] .contact-heading,
html[dir="rtl"] .contact-heading {
    font-size: 2.2rem !important;
    line-height: 1.95 !important;
    margin: 0 auto 3rem !important;
    padding-bottom: 0.4rem !important;
}

html[lang="ur"] .contact-card .contact-label,
html[dir="rtl"] .contact-card .contact-label {
    font-size: 0.88rem !important;
    line-height: 1.8 !important;
    margin-bottom: 0.5rem !important;
}

html[lang="ur"] .contact-card .contact-value,
html[dir="rtl"] .contact-card .contact-value {
    line-height: 2 !important;
}

/* 8. Subpage Headers (About, Services, Team, Contact) */
html[lang="ur"] .page-header-title,
html[dir="rtl"] .page-header-title,
html[lang="ur"] .page-title,
html[dir="rtl"] .page-title {
    font-size: 2.3rem !important;
    line-height: 1.95 !important;
    margin-bottom: 1.2rem !important;
    padding-bottom: 0.4rem !important;
}

html[lang="ur"] .page-header-sub,
html[dir="rtl"] .page-header-sub {
    line-height: 2.1 !important;
}

/* 9. Team / Lawyer Profiles */
html[lang="ur"] .lawyer-name,
html[dir="rtl"] .lawyer-name {
    line-height: 1.75 !important;
    margin-bottom: 0.6rem !important;
}

html[lang="ur"] .lawyer-role,
html[dir="rtl"] .lawyer-role {
    font-size: 0.88rem !important;
    line-height: 1.8 !important;
    margin-bottom: 0.8rem !important;
}

html[lang="ur"] .lawyer-desc,
html[dir="rtl"] .lawyer-desc {
    line-height: 2 !important;
}

/* 10. CTA Banner */
html[lang="ur"] .cta-heading,
html[dir="rtl"] .cta-heading {
    font-size: 2.1rem !important;
    line-height: 1.95 !important;
    margin: 0 auto 1.4rem !important;
    padding-bottom: 0.4rem !important;
}

html[lang="ur"] .cta-sub,
html[dir="rtl"] .cta-sub {
    line-height: 2.1 !important;
}

/* 11. Navigation, Topbar & Buttons */
html[lang="ur"] .topbar,
html[dir="rtl"] .topbar {
    line-height: 1.8 !important;
}

html[lang="ur"] .navbar-custom .nav-link,
html[dir="rtl"] .navbar-custom .nav-link {
    font-size: 1.02rem !important;
    line-height: 1.8 !important;
}

html[lang="ur"] .brand-name,
html[dir="rtl"] .brand-name {
    line-height: 1.5 !important;
}

html[lang="ur"] .btn,
html[dir="rtl"] .btn {
    line-height: 1.8 !important;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

/* 12. Footer */
html[lang="ur"] .footer-col-title,
html[dir="rtl"] .footer-col-title {
    line-height: 1.8 !important;
    margin-bottom: 1.2rem !important;
}

html[lang="ur"] .footer-links a,
html[dir="rtl"] .footer-links a,
html[lang="ur"] .footer-about,
html[dir="rtl"] .footer-about {
    line-height: 2.1 !important;
}

/* English / LTR language typography */
html[lang="en"] body,
html[dir="ltr"] body,
body {
    font-family: 'Alexandria', 'Roboto', sans-serif;
    background: var(--navy-deep);
    color: var(--ink);
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6,
html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6,
html[lang="en"] .brand-name,
html[lang="en"] .btn-hero,
html[dir="ltr"] .brand-name,
html[dir="ltr"] .btn-hero {
    font-family: 'Alexandria', 'Roboto', sans-serif !important;
}




/* ---------- Top utility bar ---------- */
.topbar {
    background: #102336;
    font-size: .82rem;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.topbar a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.topbar .fa-clock,
.topbar .fa-location-dot {
    color: var(--gold);
}

.topbar .fa-envelope,
.topbar .fa-phone {
    color: var(--gold);
    margin-right: .35rem;
}

.topbar .divider {
    color: rgba(255, 255, 255, .25);
}

/* ---------- Navbar ---------- */
.site-header.scrolled {
    backdrop-filter: saturate(160%) blur(14px);
    box-shadow: rgba(10, 24, 54, 0.06) 0px 10px 30px;
    background: rgba(255, 255, 255, 0.92);
    inset: 0px 0px auto;
    padding: 12px 0px;
    border-bottom: 1px solid var(--line);
}

.navbar-custom {
    background: transparent;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.logoColored {
    display: none !important;
}

.site-header.scrolled .nav-link,
.site-header.scrolled .navbar-brand {
    color: var(--navy-deep) !important;
}

.site-header.scrolled .icon-circle {
    background: rgb(179 132 65);
    color: #ffffff;
}

.site-header.scrolled .logoWhite {
    display: none !important;
}

.site-header.scrolled .logoColored {
    display: block !important;
}

.site-header.scrolled .navbar-toggler i {
    color: #b48542 !important;
}

.navbar-toggler:focus {
    box-shadow: none
}

.logo-box {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 4px;
    flex: 0 0 auto;
}

.brand-name {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .3px;
}

.brand-sub {
    font-size: .62rem;
    letter-spacing: 2px;
    color: var(--gold-light);
    font-weight: 500;
}

.navbar-custom .nav-link {
    color: rgba(255, 255, 255, .85);
    font-size: .95rem;
    font-weight: 400;
    margin: 0 .65rem;
    position: relative;
}

.navbar-custom .nav-link.active {
    color: #fff;
}

.navbar-custom .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 2px;
    background: var(--gold);
}

.navbar-custom .nav-link:hover {
    color: var(--gold-light);
}

@media (min-width:300px) and (max-width:1030px) {
    .navbar-custom {
        background: var(--navy-deep)
    }
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255 255 255 / 46%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: .85rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
}

.icon-circle:hover {
    background: rgb(179 132 65);
    color: #ffffff;
}

.btn-gold {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .6rem 1.35rem;
    border-radius: 50px;
    font-size: .92rem;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-gold:hover {
    color: #1a1305;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(213, 169, 79, .35);
}

.btn-outline-gold {
    border: 1.5px solid var(--gold);
    color: var(--gold-light);
    background: transparent;
    font-weight: 500;
    padding: .6rem 1.35rem;
    border-radius: 50px;
    font-size: .92rem;
    transition: all .2s ease;
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: #1a1305;
}

/* ---------- Hero ---------- */
.hero-section {
    background-image: radial-gradient(ellipse 900px 500px at 15% 15%, rgba(40, 60, 110, .55), transparent 60%), linear-gradient(135deg, rgb(16 35 54) 0%, rgb(16 35 54 / 66%) 45%, rgba(20, 45, 70, 0.88) 100%), url(../../Content/images/Courtroom.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0rem 0 4rem;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
}

.eyebrow .rule {
    width: 38px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.hero-heading {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.12;
    color: #fdfdfd;
    margin-bottom: 1.6rem;
}

.hero-heading em {
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-lede {
    color: white;
    font-size: 1.05rem;
    line-height: 1.75;
    /*    max-width: 520px;*/
    margin-bottom: 2.3rem;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ---------- Hero image ---------- */
.hero-media {
    position: relative;
}

.hero-media .frame {
    border-radius: 18px;
    /* overflow: hidden; */
    box-shadow: 0 30px 60px rgba(0, 0, 0, .45);
    border-left: 7px solid #9e6e30;
    /* aspect-ratio: 4 / 5; */
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.floating-badge {
    position: absolute;
    background: rgba(15, 23, 50, .85);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .35);
}

.floating-badge .fa-scale-balanced,
.floating-badge .fa-chevron-left {
    color: var(--gold);
    font-size: 1.1rem;
}

.badge-left {
    left: -1.2rem;
    bottom: 2.2rem;
}

.badge-right {
    right: -1rem;
    top: 42%;
    padding: .9rem;
}

@media (max-width: 991.98px) {
    .hero-heading {
        font-size: 2.6rem;
    }

    .hero-media {
        margin-top: 0rem;
    }

    .badge-left {
        left: 1rem;
    }

    .badge-right {
        right: 1rem;
    }

    .navbar-brand img {
        height: 50px;
    }
}

@media (max-width: 767.98px) {
    .hero-heading {
        font-size: 2.1rem;
    }

    .hero-section {
        padding: 0rem 0 3rem;
        text-align: left;
    }
}

/* ---------- Hero image ---------- */


/* ---------- About Section ---------- */
.about-section {
    background: var(--cream);
    padding: 0rem 0 3rem 0;
}

.about-media {
    position: relative;
}

.about-media .frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(20, 25, 50, .18);
    aspect-ratio: 4/3;
}

.about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.years-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--navy);
    color: #fff;
    padding: 1.6rem 2rem;
    border-bottom-right-radius: 16px;
    min-width: 230px;
}

.years-badge .num {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--gold-light);
    line-height: 1;
}

.years-badge .label {
    font-size: .72rem;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .75);
    margin-top: .4rem;
}

.about-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.3rem;
}

.about-eyebrow .rule {
    width: 34px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.about-heading {
    /*   font-size: 2rem;*/
    font-weight: 600;
    line-height: 1.25;
    color: var(--navy);
    margin-bottom: 1.4rem;
}

.about-heading-rule {
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 1.6rem;
}

.about-copy {
    color: #000000;
    font-size: 1.02rem;
    line-height: 1.85;
    /*    max-width: 620px;*/
    margin-bottom: 2.2rem;
}

.about-copy strong {
    color: var(--navy);
    font-weight: 600;
}

.value-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid #eae7e0;
}

.value-row:first-of-type {
    border-top: 1px solid #eae7e0;
}

.value-diamond {
    width: 12px;
    height: 12px;
    background: var(--gold);
    transform: rotate(45deg);
    margin-top: .35rem;
    flex: 0 0 auto;
}

.value-row .value-text {
    color: #010101;
    font-size: 1rem;
}

.value-row .value-text strong {
    color: var(--navy);
    font-weight: 600;
}

.btn-navy-outline {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    background: transparent;
    font-weight: 500;
    padding: .65rem 1.5rem;
    border-radius: 50px;
    font-size: .92rem;
    transition: all .2s ease;
    margin-top: 2rem;
}

.btn-navy-outline:hover {
    background: var(--navy);
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-heading {
        font-size: 2.1rem;
    }

    .about-media {
        margin-bottom: 2.5rem;
    }

    .about-media .frame {
        border-radius: 0
    }
}

@media (max-width: 575.98px) {
    .years-badge {
        position: static;
        border-radius: 0 0 16px 16px;
        width: 100%;
    }

    .about-heading {
        font-size: 1.75rem;
    }
}


/* ---------- Practice Areas Section ---------- */
.practice-section {
    background: var(--cream);
    padding: 2rem 0;
}

.practice-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.practice-eyebrow .rule {
    width: 34px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.practice-heading {
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: .5rem;
}

.practice-sub {
    color: #333333;
    font-size: 1.02rem;
    margin-bottom: 0;
}

.btn-view-all {
    border: 1.5px solid #d8d3c8;
    color: var(--navy);
    background: #fff;
    font-weight: 500;
    padding: .7rem 1.4rem;
    border-radius: 8px;
    font-size: .92rem;
    white-space: nowrap;
    transition: all .2s ease;
}

.btn-view-all:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

/* ---------- Practice Card with background image + gradient overlay ---------- */
.practice-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 2.2rem 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(20, 25, 50, .04);
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
    isolation: isolate;
    /* keeps ::before overlay contained */
}

/* Gradient overlay sits between the image and the content */
.practice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .88;
    transition: opacity .25s ease;
}

.practice-card:hover::before {
    opacity: .93;
}

.practice-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(20, 25, 50, .18);
}

/* Content needs to sit above the overlay */
.practice-card .icon-wrap,
.practice-card h3,
.practice-card p {
    position: relative;
    z-index: 1;
}

.practice-card .icon-wrap {
    font-size: 1.9rem;
    color: #fff;
    margin-bottom: 1.3rem;
}

.practice-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .7rem;
}

.practice-card p {
    color: rgba(255, 255, 255, .85);
    font-size: .95rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ---------- Gradient themes per practice area (overlay on image) ---------- */
.practice-card.theme-corporate::before,
.practice-card.theme-commercial::before,
.practice-card.theme-civil::before,
.practice-card.theme-employment::before,
.practice-card.theme-realestate::before,
.practice-card.theme-ip::before {
    background: linear-gradient(271deg, rgb(35 35 35) 0%, rgb(16 35 54) 100%);
}

@media (max-width: 767.98px) {
    .practice-heading {
        font-size: 1.8rem;
    }

    .btn-view-all {
        margin-top: 1.2rem;
    }

    .navbar-collapse {
        margin-top: 1rem;
    }
}

/* ---------- FAQ + Consultation Section ---------- */
.faq-section {
    background: white;
    padding: 0rem 0;
}

.faq-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.faq-eyebrow .rule {
    width: 34px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.faq-heading {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--navy);
    /*    margin-bottom: 1.4rem;*/
}

.faq-heading-rule {
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 2.2rem;
}

.faq-item {
    border-bottom: 1px solid #e4ded2;
    padding: 1.5rem 0;
}

.faq-item:first-child {
    border-top: 1px solid #e4ded2;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1.2rem;
    color: #b5893a;
    font-weight: 500;
}

.faq-item.active .faq-question {
    color: var(--gold);
}

.faq-toggle-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    flex: 0 0 auto;
    font-size: .8rem;
    transition: transform .25s ease;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    color: #010101;
    font-size: .98rem;
    line-height: 1.75;
    max-width: 640px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, margin-top .3s ease;
    margin-top: 0;
}

.faq-item.active .faq-answer {
    max-height: 220px;
    margin-top: 1rem;
}

/* Consultation form card */
.consult-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.8rem;
    box-shadow: 0 30px 60px rgba(20, 25, 50, .12);
}

.consult-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold);
    letter-spacing: 2.5px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.consult-eyebrow .rule {
    width: 30px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.consult-heading {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1.6rem;
}

.consult-card .form-control {
    background: #f6f5f2;
    border: 1px solid #e8e5dd;
    border-radius: 10px;
    padding: .8rem 1rem;
    font-size: .95rem;
    color: var(--navy);
}

.consult-card .form-control:focus {
    background: #fff;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(213, 169, 79, .15);
}

.consult-card .form-control::placeholder {
    color: #8b8f9a;
}

.btn-request {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .9rem 1.5rem;
    border-radius: 50px;
    font-size: 1rem;
    width: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-request:hover {
    color: #1a1305;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(213, 169, 79, .35);
}

.consult-note {
    color: #8b8f9a;
    font-size: .85rem;
    margin-top: 1.1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.consult-note i {
    color: #b5893a;
}

@media (max-width: 991.98px) {
    .faq-heading {
        font-size: 2rem;
    }

    .consult-card {
        margin-top: 3rem;
        padding: 2.2rem;
    }
}


/* ---------- Contact Section ---------- */
.contact-section {
    background: var(--cream);
    padding: 2rem 0;
}

.contact-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.contact-eyebrow .rule {
    width: 34px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.contact-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--navy);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3.2rem;
    line-height: 1.3;
}

.contact-card {
    background: #fff;
    border: 1px solid #ebe8e1;
    border-radius: 12px;
    padding: 1.7rem 1.5rem;
    height: 100%;
}

.contact-card .contact-icon {
    color: var(--gold);
    font-size: 1.3rem;
    margin-bottom: .9rem;
}

.contact-card .contact-label {
    font-size: .72rem;
    letter-spacing: 1.5px;
    color: #9a9da5;
    font-weight: 600;
    margin-bottom: .5rem;
}

.contact-card .contact-value {
    color: var(--navy);
    font-size: .95rem;
    line-height: 1.6;
}

.contact-card .contact-value a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-card .contact-value a:hover {
    color: var(--gold);
    text-decoration: underline;
}

.map-wrap {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0 -10px 0 rgba(0, 0, 0, 0);
}

.map-wrap iframe {
    width: 100%;
    height: 520px;
    border: 0;
    display: block;
    filter: saturate(.9);
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .contact-heading {
        font-size: 1.9rem;
    }

    .contact-section {
        padding: 4rem 0 0;
    }
}


/* ---------- Footer ---------- */
.site-footer {
    background: var(--navy-deep);
    padding: 0rem 0 1.5rem 0;

}

.footer-logo-box {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 4px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    color: var(--navy);
    overflow: hidden;
}

.footer-logo-box .nh-mono {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
}

.footer-logo-box .nh-sub {
    font-size: .32rem;
    letter-spacing: .5px;
    color: #8a8f9a;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-brand-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.footer-brand-sub {
    font-size: .68rem;
    letter-spacing: 2px;
    color: var(--gold-light);
    font-weight: 500;
}

.footer-desc {
    color: white;
    font-size: .95rem;
    line-height: 1.75;
    max-width: 340px;
    margin-top: 1.5rem;
}

.footer-col-title {
    color: var(--gold-light);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: .8rem;
}

.footer-col-rule {
    width: 36px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 1.6rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: .9rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: .95rem;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: var(--gold-light);
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin-bottom: 1rem;
    color: white;
    font-size: .95rem;
    line-height: 1.5;
}

.footer-contact-list i {
    color: var(--gold);
    font-size: .95rem;
    margin-top: .15rem;
    flex: 0 0 auto;
}

.socialicons li {
    list-style: none;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    width: fit-content;
    padding: 12px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 1rem;
}

.socialicons li a {
    color: white
}

.socialicons li:hover {
    background: #9e6e30;
    color: white;
    cursor: pointer;
    border: 0;
}

@media (max-width: 767.98px) {
    .footer-contact-list li {
        word-break: break-word;
    }
}


/* ---------- Page Header Banner ---------- */
.page-header {
    padding: 6rem 0 2rem;
    background-image: linear-gradient(135deg, rgb(0 0 0 / 91%) 0%, rgb(86 86 86 / 41%) 100%), url(../images/HeaderBgIamge.png);
    background-size: cover;
    background-position: center;
}

.page-header-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.page-header-eyebrow .rule {
    width: 38px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.page-header-title {
    /*   font-size: 2.9rem;*/
    font-weight: 600;
    color: #fdfdfd;
    margin-bottom: .9rem;
}

.page-header-sub {
    color: white;
    font-size: 1.05rem;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 3.5rem 0;
    }

    .page-header-title {
        font-size: 2.1rem;
    }
}



.lawyers-section {
    padding: 2rem 0;
    background: var(--cream);
}

.lawyer-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.4rem 1.4rem 1.8rem;
    height: 100%;
    box-shadow: 0 15px 35px rgba(20, 25, 50, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.lawyer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(20, 25, 50, .12);
}

.lawyer-photo {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-radius: 10px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
}

.lawyer-initials {

    font-size: 2.4rem;
    letter-spacing: 2px;
    color: var(--gold-light);
}

.lawyer-name {

    font-size: 1.2rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: .4rem;
}

.lawyer-role {
    color: #b5893a;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: .9rem;
    line-height: 1.5;
}

.lawyer-desc {
    color: #010101;
    font-size: .92rem;
    line-height: 1.65;
    margin-bottom: 0;
}




a {
    text-decoration: none;
}

/* ---------- Page Header ---------- */
/*.page-header {
    padding: 6rem 0 2rem;
    background-image: linear-gradient(135deg, rgb(0 0 0 / 91%) 0%, rgb(86 86 86 / 88%) 100%), url(../images/HeaderBgIamge.png);
    background-size: cover;
    background-position: center;
}
*/
.eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.eyebrow .rule {
    width: 38px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.page-title {
    font-size: 2.9rem;
    font-weight: 600;
    color: #fdfdfd;
    margin-bottom: .9rem;
}

.page-sub {
    color: rgba(255, 255, 255, .65);
    font-size: 1.05rem;
    /*    max-width: 600px;*/
    margin-bottom: 0;
}

/* ---------- Filter Bar ---------- */
.filter-bar {
    background: var(--cream);
    border-bottom: 1px solid #eae5d8;
    padding: 1.4rem 0;
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.filter-pill {
    border: 1.5px solid #ddd6c4;
    background: #fff;
    color: var(--navy);
    font-size: .85rem;
    font-weight: 500;
    padding: .45rem 1.1rem;
    border-radius: 50px;
    transition: all .2s ease;
    cursor: pointer;
}

.filter-pill.active,
.filter-pill:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.search-box {
    position: relative;
    max-width: 280px;
    margin-left: auto;
}

.search-box input {
    border: 1.5px solid #ddd6c4;
    border-radius: 50px;
    padding: .5rem 1rem .5rem 2.4rem;
    font-size: .88rem;
    width: 100%;
    background: #fff;
}

.search-box input:focus {
    outline: none;
    border-color: var(--gold);
}

.search-box i {
    position: absolute;
    left: .95rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9da5;
    font-size: .85rem;
}

/* ---------- Blog Section ---------- */
.blog-section {
    background: var(--cream);
    padding: 2rem 0;
}

/* Featured post */
.featured-post {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(20, 25, 50, .08);
    display: flex;
    flex-wrap: wrap;
}

.featured-img {
    flex: 1 1 45%;
    min-height: 320px;
    background-size: cover;
    background-position: center;
}

.featured-body {
    flex: 1 1 50%;
    padding: 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-tag {
    display: inline-block;
    background: rgba(213, 169, 79, .12);
    color: #b5893a;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding: .35rem .8rem;
    border-radius: 50px;
    margin-bottom: 1rem;
    width: fit-content;
}

.featured-body h2 {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.35;
    margin-bottom: .9rem;
}

.featured-body p {
    color: #010101;
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    color: #9a9da5;
    font-size: .85rem;
}

.post-meta i {
    color: var(--gold);
    margin-right: .35rem;
}

.read-more {
    color: var(--navy);
    font-weight: 600;
    font-size: .92rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.6rem;
    transition: gap .2s ease;
}

.read-more:hover {
    color: var(--gold);
    gap: .8rem;
}

/* Blog grid cards */
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 18px rgba(20, 25, 50, .05);
    border: 1px solid #f0eee8;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(20, 25, 50, .1);
}

.blog-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-card-img .post-tag {
    position: absolute;
    left: 1.1rem;
    top: 1.1rem;
    background: rgba(11, 21, 48, .85);
    color: var(--gold-light);
    backdrop-filter: blur(4px);
    margin: 0;
}

.blog-card-body {
    padding: 1.5rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.blog-card-body h3 {
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.4;
    margin-bottom: .7rem;
}

.blog-card-body h3 a {
    color: inherit;
}

.blog-card-body h3 a:hover {
    color: #b5893a;
}

.blog-card-body p {
    color: #333333;
    font-size: .9rem;
    line-height: 1.65;
    margin-bottom: 1.2rem;
    flex: 1 1 auto;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
    color: #9a9da5;
    border-top: 1px solid #f0eee8;
    padding-top: 1rem;
}

.blog-card-meta i {
    color: var(--gold);
    margin-right: .3rem;
}

/* Sidebar */
.sidebar-card {
    background: var(--cream);
    border-radius: 14px;
    padding: 1.7rem;
    margin-bottom: 1.6rem;
}

.sidebar-title {
    /*    font-family: 'Playfair Display', serif;*/
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1.3rem;
}

.cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-list li {
    display: flex;
    justify-content: space-between;
    padding: .7rem 0;
    border-bottom: 1px solid #e9e4d7;
    font-size: .92rem;
}

.cat-list li:last-child {
    border-bottom: none;
}

.cat-list a {
    color: #3f4657;
    transition: color .2s ease;
}

.cat-list a:hover {
    color: #b5893a;
}

.cat-list span {
    color: #9a9da5;
    font-size: .82rem;
}

.recent-post {
    display: flex;
    gap: .9rem;
    padding: .85rem 0;
    border-bottom: 1px solid #e9e4d7;
}

.recent-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post:first-child {
    padding-top: 0;
}

.recent-post-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
}

.recent-post-title {
    font-size: .9rem;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.4;
    margin-bottom: .3rem;
}

.recent-post-title:hover {
    color: #b5893a;
}

.recent-post-date {
    font-size: .78rem;
    color: #9a9da5;
}

.newsletter-side {
    background: linear-gradient(160deg, var(--navy-light), var(--navy-deep));
    border-radius: 14px;
    padding: 2rem 1.7rem;
    color: #fff;
}

.newsletter-side h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .6rem;
}

.newsletter-side p {
    color: rgba(255, 255, 255, .6);
    font-size: .88rem;
    line-height: 1.6;
    margin-bottom: 1.3rem;
}

.newsletter-side input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .07);
    border-radius: 8px;
    padding: .65rem .9rem;
    color: #fff;
    font-size: .88rem;
    margin-bottom: .8rem;
}

.newsletter-side input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.btn-gold-full {
    width: 100%;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .7rem;
    border-radius: 8px;
    font-size: .9rem;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.tag-cloud a {
    border: 1px solid #ddd6c4;
    background: #fff;
    color: var(--navy);
    font-size: .8rem;
    padding: .4rem .9rem;
    border-radius: 50px;
    transition: all .2s ease;
}

.tag-cloud a:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: .6rem;
    margin-top: 3rem;
}

.blog-pagination a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #e2ddd0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: .9rem;
    transition: all .2s ease;
}

.blog-pagination a.active,
.blog-pagination a:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

@media (max-width: 767.98px) {
    .page-title {
        font-size: 2.1rem;
    }

    .page-header {
        padding: 3.5rem 0;
    }

    .featured-img {
        min-height: 220px;
        flex-basis: 100%;
    }

    .featured-body {
        flex-basis: 100%;
        padding: 1.8rem;
    }

    .search-box {
        margin-left: 0;
        max-width: 100%;
        margin-top: 1rem;
    }
}

.policy-wrap {
    padding: 2rem;
    background: var(--cream);
}

.policy-card {
    background: #fff;
    border-radius: 14px;
    padding: 3.2rem 3rem;
    box-shadow: 0 20px 50px rgba(20, 25, 50, .06);
    margin: 0 auto;
    color: black;
}

.policy-card h2 {

    font-size: 1.55rem;
    font-weight: 600;
    color: var(--navy);
    margin-top: 2.4rem;
    margin-bottom: 1rem;
}

.policy-card h2:first-child {
    margin-top: 0;
}

.policy-card h3 {

    font-size: 1.02rem;
    font-weight: 600;
    font-style: italic;
    color: var(--navy);
    margin-top: 1.4rem;
    margin-bottom: .7rem;
}

.policy-card p {
    font-size: .98rem;
    line-height: 1.85;
    margin-bottom: 1rem;
}

.policy-card ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.policy-card ul li {
    font-size: .98rem;
    line-height: 1.85;
    margin-bottom: .4rem;
}

.policy-card a {
    color: var(--navy);
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 3px;
}

.policy-card a:hover {
    color: #b5893a;
}

.policy-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee9dc;
    text-align: center;
}

.policy-footer a {
    color: var(--navy);
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.policy-footer a:hover {
    color: #b5893a;
}

@media (max-width: 767.98px) {
    .policy-card {
        padding: 2.2rem 1.6rem;
    }

    .policy-wrap {
        padding: 3rem 0 4rem;
    }
}



/* chabbot - whatsapp - topbutton */


.demo-spacer {
    padding: 6rem 0;
}

.demo-spacer h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.demo-spacer p {
    max-width: 640px;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* ================= Floating Stack ================= */
.fab-stack {
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .9rem;
    z-index: 1000;
}

.fab-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    box-shadow: 0 10px 25px rgba(15, 25, 55, .25);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .25s ease;
    position: relative;
}

.fab-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 16px 30px rgba(15, 25, 55, .32);
}

.fab-top {
    background: var(--navy-deep);
    width: 44px;
    height: 44px;
    font-size: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

.fab-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fab-assistant {
    background: linear-gradient(160deg, var(--navy-deep), var(--navy));
    border: 2px solid var(--gold);
    color: var(--gold-light);
}

.fab-whatsapp {
    background: var(--wa-green);
}

.fab-pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(213, 169, 79, .5);
    animation: pulseRing 2.4s ease-out infinite;
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* ================= Shared Popup Panel ================= */
.fab-panel {
    position: fixed;
    right: 1.6rem;
    bottom: 6.4rem;
    width: 340px;
    max-width: calc(100vw - 2.2rem);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(15, 25, 55, .28);
    overflow: hidden;
    z-index: 1001;
    opacity: 0;
    transform: translateY(16px) scale(.97);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
}

.fab-panel.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.fab-panel-header {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1.1rem 1.2rem;
    color: #fff;
}

.fab-panel-header .fab-panel-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex: 0 0 auto;
}

.fab-panel-header .title-block {
    flex: 1 1 auto;
    line-height: 1.3;
}

.fab-panel-header .title-block strong {
    display: block;
    font-size: .95rem;
    font-weight: 600;
}

.fab-panel-header .title-block span {
    font-size: .68rem;
    letter-spacing: 1px;
    opacity: .8;
    font-weight: 500;
}

.fab-panel-close {
    background: none;
    border: none;
    color: #fff;
    opacity: .85;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.fab-panel-close:hover {
    opacity: 1;
}

.fab-panel-body {
    padding: 1.2rem;
}

.chat-bubble {
    background: #f3f2ee;
    border-radius: 14px;
    padding: .9rem 1.1rem;
    font-size: .9rem;
    color: #3f4657;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.chat-thread {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: .8rem;
    padding-right: .2rem;
}

.chat-thread::-webkit-scrollbar {
    width: 5px;
}

.chat-thread::-webkit-scrollbar-thumb {
    background: #e2ddd0;
    border-radius: 10px;
}

.msg-row {
    display: flex;
    margin-bottom: .8rem;
}

.msg-row.user {
    justify-content: flex-end;
}

.msg-row.bot {
    justify-content: flex-start;
}

.msg-bubble {
    max-width: 85%;
    padding: .75rem 1rem;
    border-radius: 14px;
    font-size: .88rem;
    line-height: 1.6;
}

.msg-row.bot .msg-bubble {
    background: #f3f2ee;
    color: #3f4657;
    border-bottom-left-radius: 4px;
}

.msg-row.user .msg-bubble {
    background: var(--navy);
    color: #fff;
    border-bottom-right-radius: 4px;
}

.msg-bubble a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 2px;
}

.msg-row.bot .msg-bubble a {
    color: var(--navy);
    font-weight: 600;
}

/* --- WhatsApp panel specifics --- */
.wa-header {
    background: linear-gradient(135deg, var(--wa-green-dark), #0f8f5f);
}

.btn-wa-start {
    width: 100%;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .85rem 1rem;
    border-radius: 50px;
    font-size: .92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-wa-start:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(213, 169, 79, .35);
    color: #1a1305;
}

.wa-meta {
    text-align: center;
    font-size: .75rem;
    color: #9a9da5;
    margin-top: .8rem;
}

/* --- Assistant panel specifics --- */
.ai-header {
    background: linear-gradient(135deg, var(--navy-deep), var(--navy));
}

.ai-header .fab-panel-icon {
    background: var(--gold);
    color: var(--navy-deep);
}

.quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 1rem;
}

.quick-reply {
    border: 1.5px solid #e2ddd0;
    background: #fff;
    color: var(--navy);
    font-size: .82rem;
    padding: .5rem .95rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s ease;
}

.quick-reply:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.ai-input-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    border: 1px solid #e2ddd0;
    border-radius: 50px;
    padding: .4rem .5rem .4rem 1.1rem;
}

.ai-input-row input {
    flex: 1 1 auto;
    border: none;
    outline: none;
    font-size: .88rem;
    background: transparent;
    min-width: 0;
}

.ai-send-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: var(--navy);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    transition: background .2s ease;
}

.ai-send-btn:hover {
    background: var(--navy-deep);
}

@media (max-width: 480px) {
    .fab-panel {
        right: 1rem;
        bottom: 5.6rem;
        width: calc(100vw - 2rem);
    }

    .fab-stack {
        right: 1rem;
        bottom: 1rem;
    }
}


/* chabbot - whatsapp - topbutton */


.notfound-wrap {
    padding: 4rem 0;
    text-align: center;
}

.nf-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.nf-eyebrow .rule {
    width: 38px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.nf-code {
    font-style: italic;
    font-weight: 600;
    font-size: 9rem;
    line-height: 1;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: .5rem;
}

.nf-scale {
    font-size: 1.4rem;
    color: var(--gold);
    margin-bottom: 1.2rem;
    opacity: .8;
}

.nf-title {

    font-size: 2.1rem;
    font-weight: 600;
    color: #fdfdfd;
    margin-bottom: 1rem;
}

.nf-sub {
    color: rgba(255, 255, 255, .65);
    font-size: 1.02rem;
    max-width: 520px;
    margin: 0 auto 2.4rem;
    line-height: 1.75;
}

.nf-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-gold {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .75rem 1.7rem;
    border-radius: 50px;
    font-size: .95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-gold:hover {
    color: #1a1305;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(213, 169, 79, .35);
}

.btn-outline-gold {
    border: 1.5px solid var(--gold);
    color: var(--gold-light);
    background: transparent;
    font-weight: 500;
    padding: .75rem 1.7rem;
    border-radius: 50px;
    font-size: .95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: all .2s ease;
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: #1a1305;
}

.nf-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.nf-links a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    font-size: .9rem;
    transition: color .2s ease;
}

.nf-links a:hover {
    color: var(--gold-light);
}

@media (max-width: 575.98px) {
    .nf-code {
        font-size: 5.5rem;
    }

    .nf-title {
        font-size: 1.6rem;
    }

    .nf-actions {
        flex-direction: column;
        align-items: center;
    }

    .nf-actions a {
        width: 220px;
        justify-content: center;
    }
}


/* Initial State */
.animate-left,
.animate-up,
.animate-zoom {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
    animation-timing-function: ease;
}

/* Animations */
.animate-left {
    transform: translateX(-40px);
    animation-name: fadeLeft;
}

.animate-up {
    transform: translateY(40px);
    animation-name: fadeUp;
}

.animate-zoom {
    transform: scale(.8);
    animation-name: zoomIn;
}

/* Delays */
.delay-1 {
    animation-delay: .2s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .8s;
}

.delay-4 {
    animation-delay: 1.1s;
}

/* Keyframes */
@keyframes fadeLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Container Start*/
@media (min-width: 320px) and (max-width:600px) {
    .container {
        max-width: 600px !important;
    }
}

@media (min-width: 601px) and (max-width:900px) {
    .container {
        max-width: 780px !important;
    }
}

@media (min-width: 901px) and (max-width:1000px) {
    .container {
        max-width: 880px !important;
    }
}

@media (min-width: 1001px) and (max-width:1100px) {
    .container {
        max-width: 980px !important;
    }
}

@media (min-width: 1101px) and (max-width:1200px) {
    .container {
        max-width: 1050px !important;
    }
}

@media (min-width: 1201px) and (max-width:1300px) {
    .container {
        max-width: 1150px !important;
    }
}

@media (min-width:1301px) and (max-width:1400px) {
    .container {
        max-width: 1250px !important;
    }
}

@media (min-width:1401px) and (min-width:1500px) {
    .container {
        max-width: 1350px !important;
    }
}

@media (min-width:1501px) {
    .container {
        /*max-width: 1563px !important;*/
        max-width: 1450px !important;
    }
}

/* Container End*/




.feature-section {
    padding: 2rem 0;
    /*    background-image: radial-gradient(ellipse 900px 500px at 15% 15%, rgba(40, 60, 110, .55), transparent 60%), linear-gradient(135deg, rgb(16 35 54) 0%, rgb(16 35 54 / 88%) 45%, rgba(20, 45, 70, 0.88) 100%), url(../../Content/images/lawfirmbg.png); background-position: center;
    background-repeat: no-repeat;*/
}

/* ---------- Right text ---------- */
.feat-eyebrow {
    color: #b5893a;
    letter-spacing: 2px;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .9rem;
}

.feat-heading {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
    line-height: 1.3;
}

.feat-rule {
    width: 56px;
    height: 3px;
    background: var(--gold);
    margin-bottom: 1.5rem;
    border-radius: 2px;
}

.feat-desc {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 2rem;

}

.Feat-media .Feat-frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(20, 25, 50, .18);
    aspect-ratio: 3/3;
}

.Feat-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feat-points {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.feat-point {
    background: #fff;
    border-left: 3px solid var(--gold);
    border-radius: 8px;
    padding: 1rem 1.2rem;
    font-size: .95rem;
    font-weight: 500;
    color: var(--navy);
    box-shadow: 0 4px 14px rgba(20, 25, 50, .05);
}

@media (max-width: 991.98px) {
    .feat-heading {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .feat-points {
        grid-template-columns: 1fr;
    }
}



.industries-section {
    background: var(--cream);
    padding: 2rem 0;
}

.ind-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
}

.ind-eyebrow .rule {
    width: 34px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.ind-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--navy);
    text-align: center;
    margin: 0.5rem auto
}

.ind-sub {
    color: #333333;
    font-size: 1.02rem;
    line-height: 1.85;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 1rem;
}

/* ---------- Industry Card (static, image background) ---------- */
.ind-card {
    position: relative;
    height: 260px;
    border-radius: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 22px rgba(20, 25, 50, .12);
    transition: transform .3s ease, box-shadow .3s ease, background-size .5s ease;
}

.ind-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(20, 25, 50, .2);
    background-size: 112%;
}

.ind-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(11 21 48 / 47%) 0%, rgb(0 0 0) 100%);
}

.ind-card-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.6rem 1.3rem;
}

.ind-card .ind-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--gold-light);
    margin-bottom: 1rem;
    border: 1px solid rgba(213, 169, 79, .5);
    flex: 0 0 auto;
}

.ind-card h3 {
    font-size: 1.08rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .6rem;
}

.ind-card p {
    font-size: .85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, .8);
    margin: 0;
}

@media (max-width: 767.98px) {
    .ind-heading {
        font-size: 1.9rem;
    }

    .ind-card {
        height: 220px;
    }
}



.cta-section {
    background: radial-gradient(ellipse 800px 400px at 15% 20%, rgba(213, 169, 79, .12), transparent 60%), radial-gradient(ellipse 700px 400px at 90% 90%, rgba(40, 60, 110, .5), transparent 60%), linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 50%, var(--navy-light) 100%);
    padding: 2rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(213, 169, 79, .12);
    border: 1.5px solid rgba(213, 169, 79, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--gold-light);
    margin: 0 auto 1.6rem;
}

.cta-heading {
    /*    font-size: 2.4rem;*/
    font-weight: 600;
    color: #fdfdfd;
    /*    max-width: 720px;*/
    margin: 0 auto 1.3rem;
    line-height: 1.35;
}

.cta-sub {
    color: white;
    font-size: 1.05rem;
    line-height: 1.85;
    /*    max-width: 620px;*/
    margin: 0 auto 1rem;
}

.btn-gold-lg {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .95rem 2.2rem;
    border-radius: 50px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-gold-lg:hover {
    color: #1a1305;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(213, 169, 79, .4);
}

@media (max-width: 767.98px) {
    .cta-heading {
        font-size: 1.85rem;
    }

    .cta-section {
        padding: 4rem 0;
    }
}



.empty-wrap {
    width: 100%;
}

.empty-card {
    background: #fff;
    border-radius: 16px;
    padding: 3.2rem 2.5rem;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 20px 45px rgba(20, 25, 50, .07);
    border: 1px solid #f0eee8;
}

.empty-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
    border: 1.5px solid rgba(213, 169, 79, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    color: var(--gold-light);
    margin: 0 auto 1.6rem;
}

.empty-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: .8rem;
}

.empty-text {
    color: #333333;
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 1.8rem;
}

.btn-empty {
    border: 1.5px solid var(--gold);
    color: #b5893a;
    background: transparent;
    font-weight: 500;
    padding: .65rem 1.5rem;
    border-radius: 50px;
    font-size: .9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: all .2s ease;
}

.btn-empty:hover {
    background: var(--gold);
    color: #1a1305;
}

@media (max-width: 480px) {
    .empty-card {
        padding: 2.4rem 1.6rem;
    }
}


/* ==========================================================================
   Vision & Mission Section (Navy & Gold Dual Cards - Exact Match)
   ========================================================================== */
.vm-card-section {
    background: #f8fafc;
    padding: 4.5rem 0;
    position: relative;
}

.vm-card-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 2.75rem 2.25rem 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vm-card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28);
}

/* Left Card: Dark Navy with Legal Background Image */
.vm-card-navy {
    background-image: radial-gradient(ellipse 900px 500px at 15% 15%, rgba(40, 60, 110, .55), transparent 60%), linear-gradient(135deg, rgb(16 35 54) 0%, rgb(16 35 54 / 66%) 45%, rgba(20, 45, 70, 0.88) 100%), url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?q=80&w=800&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

/* Right Card: Rich Legal Gold with Legal Background Image (No people) */
.vm-card-gold {
    background-image: linear-gradient(135deg, rgba(164, 120, 52, 0.91) 0%, rgba(140, 98, 37, 0.88) 100%), url('https://images.unsplash.com/photo-1505664194779-8beaceb93744?q=80&w=800&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

/* Top-Right Accent Tabs */
.vm-card-accent-tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 9px;
    border-bottom-left-radius: 6px;
}

.vm-card-accent-tr.accent-gold {
    background: #b5893a;
}

.vm-card-accent-tr.accent-navy {
    background: #0b1a2a;
}

/* Bottom-Left Accent Corners */
.vm-card-accent-bl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-bottom-left-radius: 12px;
    pointer-events: none;
}

.vm-card-accent-bl.accent-navy {
    border-bottom: 5px solid #0b1a2a;
    border-left: 5px solid #0b1a2a;
}

/* Header Row inside Card */
.vm-card-header-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.vm-card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
    white-space: nowrap;
    line-height: 1.2;
}

html[lang="ur"] .vm-card-title,
html[lang="ar"] .vm-card-title,
[dir="rtl"] .vm-card-title {
    font-family: 'Noto Kufi Arabic', system-ui, sans-serif;
    letter-spacing: 0;
}

.vm-card-header-line {
    flex: 1;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.45);
}

/* Paragraph Body inside Card */
.vm-card-body-box {
    flex: 1;
}

.vm-card-p {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.75;
    margin: 0;
    opacity: 0.95;
}

html[lang="ur"] .vm-card-p,
html[lang="ar"] .vm-card-p,
[dir="rtl"] .vm-card-p {
    font-family: 'Noto Kufi Arabic', system-ui, sans-serif;
    text-align: right;
    direction: rtl;
    font-size: 1.02rem;
    line-height: 1.85;
}

html[lang="en"] .vm-card-p,
[dir="ltr"] .vm-card-p {
    font-family: system-ui, -apple-system, Roboto, sans-serif;
    text-align: left;
    direction: ltr;
}

/* Responsive Layout */
@media (max-width: 767.98px) {
    .vm-card-box {
        padding: 2rem 1.5rem;
    }

    .vm-card-title {
        font-size: 1.2rem;
    }

    .vm-card-p {
        font-size: 0.92rem;
    }
}