@media (min-width: 768px) {}

@media (min-width: 992px) {
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .15rem;
        display: none;
        position: absolute;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu>a.dropdown-toggle::after {
        content: "›";
        float: right;
        border: 0;
        /* margin-top: 2px; */
        font-size: 30px;
        line-height: 14px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 15rem;
    }

    .box {
        display: flex;
        gap: 20px;
    }

    .text_wrapper {
        text-align: left;
    }

    /* .about-icon-wrap {
        height: 70px;
    } */
    .about-icon-wrap {
        width: 55px;
        height: 55px;
        padding: 39px;
    }
}

@media (min-width: 1200px) {
    .image-height {
        height: 500px;
    }

    .display-5 {
        font-size: 2.5rem;
    }

    .main-navbar {
        padding: 0;
    }

    .complainant .hero-section-custom,
    .about-hero-sec {
        padding: 270px 0 150px;
    }
}

@media (min-width: 1500px) {

    .complainant .hero-section-custom,
    .about-hero-sec {
        padding: 270px 0 150px;
    }

    .main-navbar {
        padding: 0.75rem 0;
    }
}

@media (min-width: 1800px) {}

@media (max-width: 1199.99px) {}

@media (max-width: 991.99px) {
    .dropdown-submenu>.dropdown-menu {
        position: static;
        display: none;
        /* margin: .25rem 0 0 0; */
        padding-left: 14px;
    }

    .dropdown-submenu.show>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu>a.dropdown-toggle::after {
        content: "▾";
        float: right;
        border: 0;
        margin-top: 2px;
    }

    .serviceSwiper .swiper-button-prev {
        top: 7%;
        left: 86%;
    }

    .lc-footer-logo {
        max-width: 130px;
        margin-bottom: 50px;
    }

    .main-navbar {
        padding: 0;
    }

    .blog-detail-body {
        padding: 20px 18px 22px 18px;
    }

    .blog-detail-meta {
        gap: 6px 12px;
    }

    .practice-page .info-first-divider .v-divider-sm {
        display: none;
    }

    .about-law-sec {
        padding: 60px 0 70px;
    }

    .about-heading {
        font-size: 28px;
    }

    .case-section {
        padding: 80px 0;
    }

    .case-heading {
        font-size: 30px;
    }

    .service-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .service-card {
        padding: 50px 30px 40px;
    }

    .bl-card-content {
        padding: 40px 25px;
    }

    .business-law-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .personal-section {
        background-position: center top;
    }

    /* mobile/tablet par pure light bg, image subtle */
    .personal-section::before {
        background: rgba(245, 245, 245, 0.96);
    }

    .personal-section .row {
        min-height: 0;
    }

    .personal-content {
        padding-top: 1.5rem;
    }

    .personal-content h2 {
        font-size: 28px;
    }

    .lc-blog-card {
        flex: 0 0 60%;
        min-width: 60%;
    }

    .practice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lc-hero {
        padding: 120px 20px 140px;
        background-position: center;
    }

    .lc-hero-title {
        font-size: 2.2rem;
    }

    .lc-hero-desc {
        font-size: 0.98rem;
    }

    .lc-attorney-card {
        flex: 0 0 40%;
        min-width: 240px;
    }

    .lc-attorney-photo img {
        height: 320px;
    }

    .lc-attorneys-head h2 {
        font-size: 2rem;
    }

    .topbar {
        text-align: center;
    }

    .navbar-brand {
        width: 30%;
    }

    .hero-banner {
        min-height: 80vh;
        background-position: 70% center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .about-icon-wrap {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .serviceSwiper .swiper-button-prev {
        top: 7%;
        left: 78%;
    }

    .lc-footer {
        padding: 60px 0 30px;
        background-position: center top;
    }

    .lc-footer-text {
        max-width: none;
    }

    .lc-footer-bottom {
        text-align: center;
    }

    .practice-section {
        padding: 60px 16px;
    }

    .practice-grid {
        /* grid-template-columns: 1fr; */
        gap: 24px;
    }

    .practice-title {
        font-size: 26px;
    }

    .lc-attorneys-head h2 {
        font-size: 1.9rem;
    }

    .lc-attorneys-head p {
        font-size: 0.95rem;
    }

    .lc-hero {
        padding: 100px 20px;
        background-position: right center;
    }

    .lc-hero-title {
        font-size: 2rem;
    }

    .lc-hero-desc {
        font-size: 0.95rem;
    }

    .main-navbar {
        background: rgba(10, 10, 10, 0.75);
        backdrop-filter: blur(4px);
        padding: 0;
    }

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(10, 10, 10, 0.55);
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        padding: 3.5rem 0;
    }

    .hero-banner {
        min-height: 75vh;
        background-position: 60% center;
    }

    .hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {

    .serviceSwiper .swiper-button-prev {
        top: 7%;
        left: 76%;
    }

    .hero-title {
        font-size: 26px;
    }

    .about-card {
        padding-top: 10px;
    }

    .service-heading {
        font-size: 26px;
    }

    .personal-content h2 {
        font-size: 24px;
    }

    .personal-content h2 {
        font-size: 24px;
    }

    .lc-blog-card {
        flex: 0 0 85%;
        min-width: 85%;
    }

    .lc-blog-heading {
        font-size: 28px;
    }

    .about-heading {
        font-size: 24px;
    }

    .lc-hero {
        padding: 110px 20px 130px;
    }

    .lc-hero-title {
        font-size: 1.8rem;
    }

    .lc-hero-desc {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }

    .lc-attorneys {
        padding-top: 60px;
    }

    .lc-attorney-card {
        flex: 0 0 75%;
        min-width: 230px;
    }

    .lc-attorney-photo img {
        height: 300px;
    }

    .lc-attorneys-head h2 {
        font-size: 1.7rem;
    }

    .lc-attorneys-head p {
        font-size: 0.9rem;
    }

    .hero-banner {
        background-position: 55% center;
    }
}