
@media (max-width: 1400px) {
    .container-fluid {
        padding-left: 48px;
        padding-right: 48px;
    }

    .dl-hero-content {
        max-width: 680px;
    }
}

/* ── 1200px Desktop ───────────────────────────────── */
@media (max-width: 1200px) {
    .container-fluid {
        padding-left: 36px;
        padding-right: 36px;
    }

    .dl-nav-list>li>a {
        padding: 8px 10px;
    }

    .dl-attorney-photo-wrap img {
        height: 340px;
    }

    .dl-about-img-wrap img {
        height: 420px;
    }
}

@media screen and (max-width: 1146px) {
    .footer-middle-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }
}

/* ── 1024px Tablet Landscape ──────────────────────── */
@media (max-width: 1024px) {
    .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .dl-header-inner {
        gap: 16px;
    }

    .dl-logo-main {
        height: 44px;
    }

    .dl-header-icon-btn .dl-header-icon-label {
        display: none !important;
    }
}

/* ── 991px Tablet / Mobile Breakpoint ─────────────── */
@media (max-width: 991px) {

    /* Header: hide desktop nav, show mobile actions */
    .dl-header-nav {
        display: none !important;
    }

    .dl-header-actions .dl-header-cta {
        display: none !important;
    }

    /* Hero */
    .dl-hero {
        min-height: 80vh;
    }

    .dl-hero-content {
        padding: 100px 0 60px;
    }

    .dl-hero-actions {
        flex-wrap: wrap;
    }

    /* .dl-hero-actions .dl-btn {
        width: 100%;
        justify-content: center;
    } */

    /* Inner banner */
    .dl-inner-banner {
        padding: 90px 0 56px;
    }

    /* Attorneys */
    .dl-attorney-photo-wrap img {
        height: 450px;
    }

    /* About */
    .dl-about-img-wrap {
        margin-bottom: 40px;
    }

    .dl-about-img-wrap img {
        height: auto;
    }

    .dl-about-content {
        padding: 0;
    }

    /* Practice detail */
    .dl-practice-detail-img {
        margin-bottom: 32px;
    }

    .dl-practice-detail-img img {
        height: 380px;
    }

    /* Contact */
    .dl-contact-form-col {
        padding: 28px;
    }

    .dl-contact-info-col {
        padding-right: 0;
        margin-bottom: 36px;
    }

    /* Case results */
    .dl-result-amount {
        font-size: 30px;
    }

    /* Footer */
    .dl-footer-brand {
        margin-bottom: 36px;
    }
}

/* ── 768px Tablet Portrait ────────────────────────── */
@media (max-width: 768px) {
    /* .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    } */

    .dl-section-header {
        margin-bottom: 40px;
    }

    /* Topbar */
    .dl-topbar-phone {
        display: none;
    }

    .dl-topbar-content {
        flex-direction: column;
        gap: 6px;
    }

    /* Header */
    .dl-logo-main {
        height: 60px;
    }

    .dl-header-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Hero */
    .dl-hero {
        min-height: 75vh;
    }

    .dl-hero-content {
        padding: 80px 0 50px;
    }

    .dl-hero-title {
        margin-bottom: 16px;
    }

    .dl-hero-subtitle {
        font-size: 15px;
        margin-bottom: 28px;
    }

    /* About stats */
    .dl-about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .dl-about-stat-num {
        font-size: 28px;
    }

    /* Process steps */
    .dl-process-step {
        padding: 20px 12px;
    }

    /* Blog */
    .dl-blog-img img {
        height: 200px;
    }

    /* Two col */
    .dl-two-col-wide .row {
        --bs-gutter-x: 24px;
    }

    /* Map */
    .dl-map-section-embed iframe {
        height: 300px;
    }

    /* Side menu */
    /* .dl-side-menu {
        width: 290px;
    } */

    /* Chatbot */
    .dl-chatbot-window {
        width: calc(100vw - 8px);
    }
}

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

.about_details_text table tr td{
    font-size: 12px;
    line-height: 18px;
    padding: 7px;
}

    .footer-middle-wrapper{
        grid-template-columns: 1fr;
    }
    .dl-footer-dis .container-fluid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dl-ff-text{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .dl-ff-text p{
        display: flex;
        gap: 5px;
    }
    .dl-hero {
        min-height: 70vh;
    }

    .dl-hero-content {
        padding: 70px 0 44px;
    }

    /* CTA actions */
    /* .dl-hero-actions,
    .dl-cta-actions {
        flex-direction: column;
        align-items: stretch;
    } */

    /* .dl-hero-actions .dl-btn,
    .dl-cta-actions .dl-btn {
        width: 100%;
        justify-content: center;
    } */

    /* About stats — single column */
    .dl-about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 20px;
    }

    /* Stats counter */
    .dl-stat-number {
        font-size: 40px;
    }

    /* Practice card */
    /* .dl-practice-card {
        padding: 24px 20px;
    } */

    /* FAQ */
    .dl-faq-question {
        padding: 16px 18px;
    }

    /* Contact form */
    .dl-contact-form-col {
        padding: 20px 16px;
    }

    /* Attorney card */
    .dl-attorney-photo-wrap img {
        height: 280px;
    }

    /* Footer */
    .dl-footer-main {
        padding: 48px 0 32px;
    }

    .dl-footer-bottom {
        padding: 20px 0;
    }

    .dl-footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .dl-footer-disclaimer {
        text-align: center;
    }

    /* Chatbot */
    .dl-chatbot-launcher {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
}

/* ── 480px Small Mobile ───────────────────────────── */
@media (max-width: 480px) {

    .dl-topbar-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 8px 0;
    gap: 6px;
    flex-direction: column;
    }

    .dl-header-icon-btn {
        font-size: 11px;
    }

    .dl-header-actions {
    gap: 6px;
    }

    .dl-hamburger {
        padding: 8px 7px;
    }

    .dl-header-icon-btn {
        padding: 7px 9px;
    }

    .dl-hamburger {
        padding: 8px 10px;
    }

    .dl-hamburger-bar {
        width: 18px;
    }

    .dl-about-stats {
        grid-template-columns: 1fr 1fr;
    }

    .dl-testimonial-card {
        padding: 24px 18px;
    }

    .dl-result-amount {
        font-size: 26px;
    }

    .dl-chatbot-window {
        max-height: 420px;
    }

    .dl-side-menu{
        width: 100%;
    }
    /* .dl-side-menu{
        right: -600px;
    } */

    .dl-btn{
        font-size: 14px;
        padding: 11px 14px;
    }
}

/* ── Footer layout fixes ──────────────────────────── */
@media (min-width: 769px) and (max-width: 991px) {
    .dl-footer-brand {
        text-align: center;
        margin-bottom: 40px;
    }

    .dl-footer-social {
        justify-content: center;
    }
}

@media (max-width: 991px){
    .dl-footer-bottom{
        padding-bottom: 86px;
    }
    .footer-top-bar{
        padding-bottom: 30px !important;
    }
}

@media (max-width: 767px){
    .dl-footer-main .col-lg-2{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
} 

@media (max-width: 768px) {
    .dl-footer-main {
        padding: 48px 0 32px;
    }

    .dl-footer-logo {
        height: 44px;
    }

    .dl-footer-heading {
        margin-bottom: 14px;
    }

    .dl-footer-brand {
        margin-bottom: 32px;
    }
}

@media (max-width: 576px) {


    .dl-footer-main {
        padding: 40px 0 28px;
    }

    .dl-footer-bottom {
        padding-top: 20px ;
        padding-bottom: 86px;
    }

    .dl-footer-bottom-inner {
        gap: 6px;
    }

    .dl-footer-disclaimer {
        text-align: center;
    }

    .dl-footer-copy {
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dl-footer-social {
        justify-content: flex-start;
    }
}

/* ── Print ────────────────────────────────────────── */
@media print {

    .dl-topbar,
    .dl-header,
    .dl-footer,
    .dl-mobile-cta-bar,
    .dl-chatbot-launcher,
    .dl-chatbot-window {
        display: none !important;
    }

    body {
        font-size: 12pt;
        color: #000;
    }

    a {
        color: #000;
        text-decoration: underline;
    }
}


@media screen and (max-width: 768px) {
    /* .dl-topbar-inner {
        display: flex;
        flex-direction: column;
    } */

    .dl-topbar-text {
        font-size: 12px;
        /* text-align: center; */
    }

    .dl-topbar-right a i,
    .dl-topbar-right a {
        font-size: 12px;
    }
    .dl-inner-banner-content{
        min-height: 250px;
    }
}