/*
Theme Name: JmFramework
Theme URI: https://www.jmonline.com/
Author: the jmonline team
Author URI: https://www.jmonline.com/
Description: 
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jmonline

*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Copperplate Gothic Bold';
    src: url('fonts/Copperplate-Gothic-Std-32-BC.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

.my-heading {
    font-family: 'Copperplate Gothic Bold', serif;
}

body .vc_btn3.vc_btn3-color-white {
    font-family: 'Copperplate Gothic Bold', serif;
    color: #0455BF;
    background: #FFFFFF;
    font-weight: 400;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    font-family: 'Copperplate Gothic Bold', serif;
    color: #FFFFFF;
    background: #011C40;
    font-weight: 400;
}

body .vc_btn3.vc_btn3-color-white:hover {
    color: #0455BF;
    background: #a6a6a6;
}

body #gform_1 input#gform_submit_button_1:hover {
    color: #0455BF;
    background: #a6a6a6;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover {
    color: #0455BF;
    background: #FFFFFF;
}

.btn-sec button:hover {
    background: #003071 !important;
}

body * {
    font-family: 'EB Garamond', serif;
}

body h2,
body h2.vc_custom_heading {
    text-transform: unset;
}

body h1,
body h2,
body h3,
body h4,
body h5 body h6 {
    font-weight: 600;
}

section.vc_section.our-result-section.vc_custom_1765088872900.vc_section-has-fill h2 {
    font-weight: 400;
}

body .site-wrapper {
    position: relative;
}

body .custom-header-mobile {
    display: none;
}

.custom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.3s ease;
    padding: 35px 0;
}

.custom-header.hide {
    transform: translateY(-100%);
}

.custom-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
}

ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-main-menu li a {
    font-family: 'Copperplate Gothic Bold', serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 4px;
}

ul#menu-main-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: width 0.3s ease;
}

ul#menu-main-menu li a:hover::after {
    width: 100%;
}

.custom-footer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 45px 0;
}

body .custom-footer .siteContainer {
    width: 100%;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px !important;
}


.footer-col-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 200px;
}

p.footer-menu-title {
    font-family: EB Garamond;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    margin: 0 0 10px;
}

.footer-menu-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-col ul li {
    height: 30px;
}

.footer-menu-col ul li a,
.footer-menu-col ul li a:hover {
    text-decoration: none;
    font-family: EB Garamond;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    color: #FFF !important;
}

.footer-menu-col ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: width 0.3s ease;
}

.footer-menu-col ul li a:hover::after {
    width: 100%;
}

.footer-menu-col ul li.current-menu-item>a::after,
.footer-menu-col ul li.current_page_item>a::after {
    width: 100%;
}


body .site-footer {
    padding: 0 0;
}


body .site-container {
    width: 100%;
    max-width: 1750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px !important;
}

section.vc_section.vc_custom_1765022695981.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex .vc_row.wpb_row.vc_row-fluid.banner-content {
    max-width: 1750px;
}

section.vc_section.vc_custom_1765631082509.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex .vc_row.wpb_row.vc_row-fluid.banner-content {
    width: 100%;
    max-width: 1750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px !important;
}

section.simple-title-wrapper {
    display: none;
}

.banner-sub ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner-sub ul li {
    font-family: 'Copperplate Gothic Bold', serif;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2.2px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
}

.banner-sub ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
    transform: translateY(-50%);
}

.banner-sub ul li:first-child {
    list-style-type: none;
    margin-left: 0;
}

.banner-content {
    width: 100%;
    max-width: 780px;
    margin-left: 0;
}

.banner-content .wpb_wrapper h1 {
    text-transform: capitalize;
}

.banner-content .wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill {
    width: 100%;
    max-width: 800px;
}

.banner-content .wpb_wrapper p {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: left;
}

.banner-btn-wrapper .wpb_wrapper {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    width: 100%;
}

body button {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    color: #0455BF !important;
    background: #FFFFFF;
    padding: 15px 25px;
    border-radius: 10px;
}

.banner-btn-wrapper .vc_col-sm-6 {
    width: 100%;
}

.btn-sec button {
    background: #011C40 !important;
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 10px;
}

.banner-btn-wrapper {
    margin: 32px 0 0;
}

section.vc_section.vc_custom_1765631082509.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex .vc_column-inner.vc_custom_1765026858908 {
    padding: 0 !important;
}

body .counter-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px 45px !important;
    background: #C3DDD833;
    backdrop-filter: blur(4px);
    border-radius: 20px 0 0 0;
}

.counter-wrapper .counter-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.counter-wrapper .counter-box h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
    position: relative;
    margin: 0;
    padding: 0 0 26px 0;
}

.counter-wrapper .counter-box h2::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #0455BF;
}

.counter-wrapper .counter-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Copperplate Gothic Bold', serif;
}

p.our-area-subtitle {
    font-family: 'Copperplate Gothic Bold', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2.5px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}

.our-area-title-wrapper h2 {
    text-transform: capitalize;
}

.area-cart-title .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-area-title-content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    text-align: left;
}

.card-head .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.our-card-box {
    background: #033E8C;
    padding: 25px;
    border-radius: 20px;
}

.card-head h3 {
    margin: 0;
}

.our-area-title-content {
    margin: 0 0 20px !important;
}

.our-card-content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

div#card-row {
    display: flex;
    padding: 0 !important;
}

#card-row .our-card-box:first-child {
    margin-left: 0 !important;
}

#card-row .our-card-box:last-child {
    margin-right: 0 !important;
}

.our-card-box.wpb_column.vc_column_container.vc_col-sm-4 {
    margin: 0 30px;
}

.result-card-wrapper {
    background: #C3DDD833;
    backdrop-filter: blur(4px);
    border-radius: 20px;
    margin: 0 30px;
    padding: 30px 0px !important;
}

.result-title-wrapper {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto 90px !important;
}

.result-title-wrapper .our-result-subtitle p {
    font-family: 'Copperplate Gothic Bold', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    color: #78A8E6;
}

.result-title-wrapper .our-result-title-content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.result-card-box {
    width: 100%;
    max-width: 1650px !important;
    margin: 0 auto !important;
    display: flex;
}

.result-card-wrapper h3 {
    position: relative;
    margin: 0;
    padding-bottom: 30px;
}

.result-card-wrapper h3::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #0455BF;
}

.result-card-wrapper p {
    font-family: 'Copperplate Gothic Bold', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 1px;
}

.cfrow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px;
}

.cfrow p {
    display: flex;
    flex-wrap: wrap;
}

.cfrow .cfCol.cfCol1 {
    width: 48.5%;
}

.cfrow .cfCol {
    width: 100%;
}

.cfrow span {
    padding: 7px 21px;
    border-radius: 10px;
    background: #FFF;
    width: 100%;
}

.cfrow p {
    margin: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 14px 20px;
    background: #FFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0455BF !important;
    transition: all 0.2s ease-in-out;
    font-family: 'Copperplate Gothic Bold', serif;
}

input.wpcf7-form-control.wpcf7-submit {
    opacity: 1;
    /* Always visible default */
}

@keyframes customZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-btn-hidden {
    opacity: 0 !important;
}

.animate-btn-show {
    opacity: 1 !important;
    animation: customZoomIn 0.8s ease forwards !important;
}


form.wpcf7-form.init {
    text-align: left;
}

.request-consultation-box h2 {
    color: #033E8C;
    margin-bottom: 30px;
}

.request-consultation-box p {
    color: #011C40;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;

}

.consultation-col .sub-title p {
    font-family: 'Copperplate Gothic Bold', serif;
    text-transform: uppercase;
    color: #011C40;
    font-weight: 400;
    line-height: 98%;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
}

.consultation-col .vc_btn3-container.vc_btn3-right {
    text-align: left;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 30px;
}

select.wpcf7-form-control.wpcf7-select:focus-visible {
    outline: none;
}

.cfrow input {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
}

.cfrow textarea {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    height: 157px;
}

.cfrow label {
    font-family: 'Copperplate Gothic Bold', serif;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2.5px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #FFF;
    text-align: left;
}

.our-area-title .vc_column-inner.vc_custom_1765379303012 {
    margin: 0 !important;
}

.our-area-section .site-container {
    padding: 0 !important;
}

body .consultation-col {
    width: 100%;
    max-width: 690px;
    margin: 0 135px 0 auto !important;
    justify-content: flex-start;
}

body .request-from-wrapper {
    width: 100%;
    max-width: 621px;
    margin: 0 auto 0 139px !important;
    justify-content: flex-start;
}

body .request-consultation-box {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    align-items: center;
}

.attorney-slider {
    position: relative;
}

body .attorney-slide .attorney-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attorney-image {
    width: 39%;
}

.attorney-image img {
    width: 95%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.attorney-content {
    width: 59%;
    text-align: left;
}

.attorney-small-title {
    font-family: 'Copperplate Gothic Bold', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2.5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #011C40;
    margin: 0;
}

.attorney-name {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    color: #033E8C;
    margin: 0;
}

.attorney-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.attorney-info-box h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
    color: #033E8C;
    margin: 0px 0 10px;
}

.attorney-info-box ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.attorney-info-box ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #011C40;
    margin: 0px 0 5px;
}



p.attorney-desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #011C40;
    margin: 20px 0 30px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #0a2b4c;
}

.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots li button:before {
    font-size: 12px;
    opacity: 0.4;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

body .slick-next {
    right: -35px;
}

body .slick-prev {
    left: -55px;
}

body .slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    top: 25px;
}

section.vc_section.our-result-section.vc_custom_1765088872900.vc_section-has-fill {
    background-position: center;
}

section.vc_section.vc_custom_1765631082509.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex {
    background-position: center;
}

.cfrow input:focus-visible,
.cfrow textarea:focus-visible {
    outline: none
}

h2.gform_title {
    display: none;
}


body .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    font-family: 'Copperplate Gothic Bold', serif;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #FFF;
    text-align: left;
}

body label.gform-field-label.gform-field-label--type-sub {
    display: none;
}

body span.gfield_required.gfield_required_text {
    display: none;
}

#gform_1 input {
    padding: 7px 21px !important;
    border-radius: 10px !important;
    background: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    height: 45px;
}

#gform_1 select#input_1_8 {
    border-radius: 10px !important;
    background-color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    height: 45px;
    padding: 7px 60px 7px 21px !important;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-position:
        calc(100% - 25px) center,
        calc(100% - 18px) center;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

#gform_1 textarea#input_1_9 {
    padding: 7px 21px !important;
    border-radius: 10px !important;
    min-block-size: 100%;
}

#gform_1 .ginput_container.ginput_container_textarea {
    height: 170px;
}

body #gform_1 input#gform_submit_button_1 {
    padding: 7px 20px !important;
    background: #FFF;
    border-radius: 5px !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0455BF !important;
    transition: all 0.2s ease-in-out;
    font-family: 'Copperplate Gothic Bold', serif;
}

body #gform_1 div#field_1_6 {
    width: 48%;
}

body #gform_1 div#field_1_5 {
    width: 48%;
}

body #gform_1 div#field_1_8 {
    width: 100%;
}

body #gform_1 div#field_1_9 {
    width: 100%;
}

body div#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
    padding: 0;
}

body fieldset#field_1_3 {
    width: 100%;
}

body .gform-theme--foundation .gform-grid-row {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

body div#gform_confirmation_message_1 {
    color: #FFF;
}


@media screen and (max-width: 1750px) {

    section.vc_section.vc_custom_1765022695981.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex .vc_column-inner.vc_custom_1765026858908 {
        padding: 0 !important;
    }

    body .request-consultation-box .vc_column-inner.vc_custom_1765646377484 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section.vc_section.our-area-section.vc_custom_1765083505348.vc_section-has-fill {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .our-card-box.wpb_column.vc_column_container.vc_col-sm-4 {
        margin: 0 10px !important;
    }

    div#card-row {
        display: flex;
        padding: 0 !important;
        margin: 20px 0 !important;
    }

    body .request-from-wrapper {
        margin: 0px auto 0 20px !important;
        padding-right: 20px !important;
    }

    section.vc_section.request-form-section.vc_custom_1765098879630.vc_section-has-fill {
        padding: 0 0 0 20px !important;
    }

    .result-card-wrapper {
        margin: 0 10px;
        padding: 30px 0px !important;
    }

    .vc_custom_1765091808459.result-card-box {
        margin-top: 20px !important;
    }

    section.vc_section.our-result-section.vc_custom_1765088872900.vc_section-has-fill {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section#areas-of-practice {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section#firm-results {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

/* Mobile Header */
@media screen and (max-width: 767px) {

    /* Hide desktop header on mobile */
    .custom-header-desktop {
        display: none;
    }

    /* Show mobile header */
    body .custom-header-mobile {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 15px 20px;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .custom-header-mobile .header-logo img {
        max-height: 50px;
    }

    .custom-header-mobile .burger-icon {
        display: block;
        width: 30px;
        cursor: pointer;
    }

    .custom-header-mobile .close-icon {
        display: none;
        width: 30px;
        cursor: pointer;
    }

    .custom-header-mobile .header-menu-wrapper {
        position: fixed;
        top: 73px;
        right: -100%;
        width: 100%;
        height: 100vh;
        transition: right 0.3s ease;
        padding: 30px 20px;
        z-index: 9998;
        background-color: #fffdf629;
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
    }

    .custom-header-mobile .header-menu-wrapper.active {
        right: 0;
    }

    .custom-header-mobile .header-menu-wrapper .mainMenu {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .custom-header-mobile .header-menu-wrapper ul li a {
        font-family: 'Copperplate Gothic Bold', serif;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        position: relative;
        padding-bottom: 4px;
    }

    .custom-header-mobile .header-menu-wrapper ul li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0%;
        background: #fff;
        transition: width 0.3s ease;
    }

    .custom-header-mobile .header-menu-wrapper ul li a:hover::after,
    .custom-header-mobile .header-menu-wrapper ul li.current-menu-item>a::after {
        width: 100%;
    }

    ul#menu-main-menu-1 {
        margin: 0;
        padding: 0 0px;
        list-style: none;
    }

    ul#menu-main-menu-1 li {
        margin-bottom: 8px;
    }

    .custom-footer-wrapper {
        flex-direction: column;
    }

    .footer-col.footer-logo {
        text-align: center;
        margin: 0 auto;
    }

    .footer-col.footer-logo img {
        width: 60%;
    }

    p.footer-menu-title {
        font-size: 22px;
    }

    .footer-menu-col ul li a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .footer-col.footer-jm-wrapper {
        text-align: center;
        margin: 0 auto;
    }

    .footer-col.footer-jm-wrapper img {
        width: 60%;
    }

    .footer-col-2 {
        gap: 35px;
        margin-top: 20px;
    }

    .footer-menu-col {
        width: 50%;
    }

    .custom-footer-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        padding: 30px 0 0px;
    }

    .banner-content .wpb_wrapper h1 {
        font-size: 35px !important;
    }

    .banner-content .wpb_wrapper p {
        line-height: 22px !important;
    }

    section.vc_section.vc_custom_1765631082509.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex {
        background-position: center !important;
        min-height: 870px !important;
    }

    section.vc_section.vc_custom_1765631082509.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex .vc_column-inner.vc_custom_1765026858908 {
        padding: 0 !important;
    }

    .banner-btn-wrapper {
        margin: 20px 0 0 !important;
        padding-bottom: 190px !important;
    }

    .banner-btn-wrapper .wpb_wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }

    .counter-wrapper .counter-box h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        padding: 0 0 10px 0;
        width: 100%;
    }

    .counter-wrapper .counter-box {
        flex-direction: column;
        align-items: center;
    }

    body .counter-wrapper {
        padding: 20px 20px !important;
        border-radius: 10px 0 0 0;
    }

    .counter-wrapper .counter-box p {
        font-size: 12px !important;
    }

    .counter-wrapper .counter-box h2::after {
        bottom: 8px;
        height: 1px;
    }

    section.vc_section.vc_custom_1765022695981.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex {
        min-height: 850px !important;
        padding-top: 150px !important;
    }

    .banner-sub ul li {
        font-size: 12px !important;
    }

    .vc_btn3.vc_btn3-size-md {
        font-size: 11px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .banner-btn-wrapper .vc_column-inner {
        padding: 0 !important;
    }

    section.vc_section.vc_custom_1765030940892.vc_section-has-fill h2 {
        font-size: 18px !important;
    }

    body .attorney-slide .attorney-inner {
        flex-direction: column;
    }

    .attorney-image {
        width: 100%;
    }

    .attorney-image img {
        width: 100%;
    }

    .attorney-content {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }

    .attorney-small-title {
        font-size: 12px;
    }

    .attorney-name {
        font-size: 28px;
        line-height: 50px;
    }

    p.attorney-desc {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 15px;
    }

    .attorney-info-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .attorney-info-box h3 {
        font-size: 22px;
    }

    .attorney-info-box ul li {
        line-height: 22px;
    }

    section.vc_section.vc_custom_1765100084916.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex {
        padding: 40px 20px !important;
    }

    body section.vc_section.vc_custom_1765100084916.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex button.slick-arrow img {
        width: 100%;
    }

    body .slick-prev {
        left: -35px;
    }

    body .slick-next {
        right: -35px;
    }

    section.vc_section.vc_custom_1765100084916.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex .vc_column-inner {
        padding: 0 !important;
    }

    body .slick-dots li button:before {
        font-size: 10px;
        line-height: 10px;
        top: 20px;
    }

    section.vc_section.our-area-section.vc_custom_1765083505348.vc_section-has-fill {
        padding: 40px 20px !important;
    }

    p.our-area-subtitle {
        font-size: 12px !important;
    }

    body h2,
    body h2.vc_custom_heading {
        font-size: 28px !important;
    }

    .our-area-title-content p {
        line-height: 24px !important;
    }

    body .counter-wrapper {
        width: 100%;
    }

    div#card-row {
        flex-direction: column;
        margin: 0 !important;
        /* gap: 15px; */
    }

    #card-row .our-card-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .our-area-section .site-container {
        padding: 0 !important;
        margin: 0 0 30px !important;
    }

    /* .our-card-box.wpb_column.vc_column_container.vc_col-sm-4 {
        margin: 12px 0 0;
    } */

    .card-head .vc_column-inner.vc_custom_1765086476416 {
        margin-bottom: 10px !important;
    }

    .card-head h3 {
        font-size: 24px !important;
    }

    .card-head img {
        width: 35px !important;
        height: 35px !important;
        object-fit: contain;

    }

    .our-card-content p {
        line-height: 22px;
    }

    section.vc_section.our-result-section.vc_custom_1765088872900.vc_section-has-fill {
        padding: 40px 20px !important;
        background-position: center;
    }

    .result-title-wrapper .our-result-subtitle p {
        font-size: 12px;
    }

    .result-title-wrapper .our-result-title-content p {
        line-height: 22px;
    }

    .result-card-box {
        flex-direction: column;
        margin: 0 0 12px !important;
    }

    .result-card-wrapper {
        border-radius: 10px;
        margin: 0 !important;
        padding: 20px 0px !important;
    }

    .result-card-wrapper h3 {
        font-size: 30px !important;
        padding-bottom: 15px;
    }

    .result-card-wrapper p {
        font-size: 12px;
    }

    .result-card-wrapper h3::after {
        bottom: 8px;
        height: 1px;
    }

    .vc_row.wpb_row.vc_row-fluid.result-card-box.vc_custom_1765091808459 {
        margin-top: 0 !important;
    }

    .result-card-wrapper.wpb_column.vc_column_container.vc_col-sm-1\/5 {
        margin-bottom: 12px !important;
    }

    .vc_row.wpb_row.vc_row-fluid.result-title-wrapper {
        margin-bottom: 30px !important;
    }

    .request-consultation-box .vc_column-inner.vc_custom_1765098065673 {
        padding: 40px 20px !important;
    }

    .consultation-col .sub-title p {
        font-size: 12px;
    }

    body .consultation-col {
        margin: 0 0px 0 auto !important;
        justify-content: flex-start;
    }

    body .consultation-col h2 {
        margin-bottom: 20px !important;
        margin-top: 5px !important;
    }

    body .consultation-col p {
        line-height: 22px !important;
    }

    body .request-from-wrapper {
        margin: 0 auto 0 0px !important;
    }

    .request-consultation-box .vc_column-inner.vc_custom_1765092825628 {
        padding: 40px 20px !important;
    }

    .request-from-wrapper h3 {
        font-size: 28px !important;
    }

    .cfrow {
        flex-direction: column;
        margin: 0 0 20px;
    }

    .cfrow .cfCol.cfCol1 {
        width: 100%;
    }

    .cfrow label {
        font-size: 12px;
        margin: 0px 0 6px;
    }

    .cfColEmail {
        margin: 20px 0 0;
    }

    input.wpcf7-form-control.wpcf7-submit {
        padding: 10px 10px;
        font-size: 11px;
    }

    .our-card-box .vc_column-inner.vc_custom_1765087441532 {
        padding-left: 10px !important;
        padding-right: 11px !important;
    }

    .cfrow input {
        font-size: 16px;
        line-height: 22px;
    }

    .cfrow span {
        padding: 4px 15px 7px;
    }

    section.vc_section.vc_custom_1765022695981.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex .vc_column-inner.vc_custom_1765026858908 {
        padding: 0 !important;
    }

    section.vc_section.request-form-section.vc_custom_1765098879630.vc_section-has-fill {
        padding: 0 0 0 0px !important;
    }

    body .consultation-col {
        width: 100%;
        max-width: 100%;
        padding: 40px 0px !important;
    }

    body .request-from-wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 0 15px !important;
        align-content
    }

    body .request-from-wrapper {
        /* margin: 0px auto 0 20px !important; */
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    section#our-attorneys {
        padding: 40px 20px !important;
    }

    section#our-attorneys .vc_column-inner {
        padding: 0 !important;
    }

    body .slick-prev img,
    body .slick-next img {
        Width: 16px;
        height: 25px;
    }

    section#areas-of-practice {
        padding: 40px 20px !important;
    }

    section#firm-results {
        padding: 40px 20px !important;
    }

    .request-consultation-box .vc_column-inner.vc_custom_1765646377484 {
        padding: 0 !important;
    }

    #request-from-wrapper .vc_column-inner.vc_custom_1765649517809 {
        padding: 40px 20px !important;
    }


    body .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }

    body.menu-open {
        overflow: hidden !important;
        height: 100vh;
    }
	
    body section.vc_section.privacy-policy-banner.vc_custom_1766332963405.vc_section-has-fill{
		min-height: 330px !important;
		padding-top: 170px !important;
	}
	
	body .policy-content p {
    	font-weight: 600;
    	font-size: 16px;
		line-height: 21px;
	}
	
	body section.vc_section.policy-content.vc_custom_1766336208646.vc_section-has-fill{
		margin-top: 35px !important;
		padding-bottom: 35px !important;
	}
}

.policy-content h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.1;
    margin-left: 0;
    margin-right: 0;
}

.policy-content h2:not(:first-of-type) {
    margin-top: 25px;
}

.policy-content p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 10px 0 !important;
}