/*!
Theme Name: AJG Law Group
Theme URI: #
Author: AJG Law Group
Author URI: AJG Law Group
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ajg-law-group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AJG Law Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ...Fonts... */

/* ...IBM Font Mono... */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* ...IBM Font Sans... */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* ...Playfair Display... */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-gold: #B2892D;
    --primary-dark: #0C1623;
    --light-gray: #F6F4EE;
    --white: #ffffff;
    --light-yellow: #CFA648;
    --body-text: #7A8A96;
    --border-color: #3D4F60;
    --ibm-font: "IBM Plex Mono", sans-serif;
    --playfair-font: "Playfair Display", serif;
    --micross-font: "miscrosoftss", sans-serif;
    --monospace-font: "Monospace", sans-serif;
    --ibm-sans: "IBM Plex Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}


@font-face {
    font-family: 'miscrosoftss';
    src: url('./fonts/micross.ttf') format('truetype'),
         url('./fonts/micross.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monospace';
    src: url('./fonts/Monospace.ttf') format('truetype'),
         url('./fonts/Monospace.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monospace';
    src: url('./fonts/MonospaceBold.ttf') format('truetype'),
         url('./fonts/MonospaceBold.woff') format('woff');
    font-weight: 700;
}


body {
    font-family: "miscrosoftss", sans-serif;
    background-color: var(--primary-dark);
    color: var(--body-text);
    overflow-x: hidden;
}



.container {
    max-width: 1344px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}




.ibm-font {
  font-family: var(--ibm-font);
}
.ibm-sans {
    font-family: var(--ibm-sans);
}
.playfair-font {
  font-family: var(--playfair-font);
}
.miscrosoftss-font {
    font-family: var(--micross-font);
}
.Monospace-font {
    font-family: var(--monospace-font);
}


.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}


.gold-txt {
    color: var(--primary-gold);
}
.blue-txt {
    color: var(--primary-dark);
}
.white-txt {
    color: var(--white);
}
.body-txt {
    color: var(--body-text);
}
.light-gold-txt {
    color: var(--light-yellow);
}
.light-gold-txt,
.light-gold-txt a[href^="tel"] {
    color: var(--light-yellow) !important;
}

.heading-79 {
    font-size: 78px;
    line-height: 72px;
    letter-spacing: -1px;
}
.heading-59 {
    font-size: 58px;
    line-height: 70px;
    letter-spacing: -1.5px;
}
.heading-42 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.9px;
}
.heading-38 {
    font-size: 38px;
    line-height: 70px;
    letter-spacing: -0.8px;
}
.heading-28 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.7px;
}
.ft-20 {
    font-size: 20px;
    line-height: 28px;
}
.ft-18 {
    font-size: 18px;
    line-height: 26px;
}
.ft-16 {
    font-size: 16px;
    line-height: 24px;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}


.d-flex {
    display: flex;
}




/* ==================== NAVBAR ==================== */
.navbar {
    background-color: var(--primary-dark);
    padding: 12px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--border-color);
}

.navbar-container {
    max-width: 1900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-container .nav-menu{
    width: 100%;
}
.navbar-container .nav-menu > li:nth-of-type(1){
    margin-left: auto;
}
.navbar-container .nav-menu > li:nth-of-type(5){
    margin-right: auto;
}

/* Logo Styling */
.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}
.logo a {
    display: flex;
}
.logo a img {
    max-width: 270px;
    width: 270px;
}
.logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-gold), var(--accent-gold));
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--primary-dark);
    font-size: 1.2rem;
}

.logo-text h1 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-light);
}

.logo-text p {
    font-size: 0.65rem;
    color: var(--text-muted);
    letter-spacing: 1px;
    margin-top: 2px;
}

/* Desktop Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}

.nav-link {
    color: var(--white);
    font-family: var(--ibm-font);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: color 0.3s ease;
    white-space: nowrap;
    line-height: 20px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-gold);
}
.nav-btn {
    font-family: var(--ibm-font);
    padding: 8px 18px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    white-space: nowrap;
    line-height: 20px;
    border: 1px solid var(--primary-gold);
    text-decoration: none;
}
.nav-btn:hover {
    color: var(--primary-gold);
}
.call-btn {
    background-color: transparent;
    border: 1px solid var(--primary-gold);
    color: var(--primary-gold);
}

.call-btn:hover {
    background-color: var(--primary-gold);
    color: var(--primary-dark);
}

.cta-btn {
    background-color: var(--primary-gold);
    color: var(--primary-dark);
}

.cta-btn:hover {
    background-color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.mobile-item {
    display: none;
}
.desktop-item {
    margin-right: -10px;
}
.has-dropdown span {
    width: 10px;
    display: inline-block;
}
.nav-menu .has-dropdown,
.nav-menu .dropdown-menu {
    position: relative;
}
.nav-menu .has-dropdown {
    border-bottom: 6px solid transparent;
}
.nav-menu .sub-menu {
    position: absolute;
    top: 26px;
    left: 0;
    background-color: var(--primary-dark);
    min-width: 300px;
    padding: 10px 0px;
    border: 1px solid rgba(192,154,58,.15);
    border-top: 4px solid var(--primary-gold);
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 48px rgba(11,28,46,.5);
    display: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-menu .menu-item.dropdown-menu:hover .sub-menu {
    opacity: 1;
    display: flex;
}
.nav-menu .sub-menu a,
.nav-dd-link {
    color: var(--body-text);
    text-decoration: none;
    font-family: var(--ibm-font);
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: color .15s, background .15s, padding-left .15s !important;
    display: block;
}
.nav-dd-link {
    padding: 8px 15px !important;
    padding-left: 0px !important;
    display: inline-block;
}
.nav-menu .sub-menu a:hover,
.nav-dd-link:hover {
    color: var(--light-yellow);
    background-color: rgba(192,154,58,.06);
    padding-left: 28px;
}
.nav-dd-link:hover {
    padding-left: 15px !important;
}
.submenu-item.has-child-menu{
    position: relative;
}
.submenu-item.has-child-menu > a + .child-sub-menu{
    position: absolute;
    left: 100%;
    width: 240px;
    display: flex;
    flex-direction: column;
    top: 0;
    background-color: var(--primary-dark);
    padding: 10px 0px;
    border: 1px solid rgba(192,154,58,.15);
    border-top: 4px solid var(--primary-gold);
    box-shadow: 0 16px 48px rgba(11,28,46,.5);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    display: none;
}
.submenu-item.has-child-menu:hover > a + .child-sub-menu{
    display: block;
}
/* .resources-mega-menu {
    left: 50% !important;
    min-width: 520px !important;
    transform: translateX(-50%) translateY(0);
} */
.resources-mega-menu .resources-part {    
    display: flex;
    padding: 15px 8px;
}
.resources-mega-menu .resources-part > div {
    padding: 0px 20px;
    flex: 1;
    border-right: 1px solid rgba(192,154,58,.1);
}
.resources-mega-menu .resources-part > div:last-child {
    border-right: 0px;
}
.nav-dd-col-head {
    font-family: var(--ibm-font);
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--primary-gold);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(192, 154, 58, .18);
}
.nav-dd-all {
    color: var(--primary-gold) !important;
    font-weight: 500;
}
.dropdown-menu .has-dropdown span {
    transition: transform .2s;
}
.dropdown-menu:hover .has-dropdown span {
    transform: rotate(180deg) translateX(50%);
}


/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 5px;
    z-index: 110;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--primary-gold);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ==================== MOBILE MENU ==================== */
.mobile-menu {
    position: fixed;
    right: -350px;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: var(--primary-dark);
    border-left: 1px solid var(--border-color);
    overflow-y: auto;
        z-index: 999;

    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-content {
    padding: 2rem 1.5rem;
}

.mobile-menu-content .mobile-submenu-item:nth-of-type(2) .mobile-submenu-toggle > img,
.mobile-menu-content .mobile-submenu-item:nth-of-type(6) .mobile-submenu-toggle > img,
.mobile-menu-content .mobile-submenu-item:nth-of-type(7) .mobile-submenu-toggle > img,
.mobile-menu-content .mobile-submenu-item:nth-of-type(8) .mobile-submenu-toggle > img{
    display: none !important;
}
.mobile-menu-content .mobile-submenu-item:nth-of-type(2) .mobile-child-menu,
.mobile-menu-content .mobile-submenu-item:nth-of-type(6) .mobile-child-menu,
.mobile-menu-content .mobile-submenu-item:nth-of-type(7) .mobile-child-menu,
.mobile-menu-content .mobile-submenu-item:nth-of-type(8) .mobile-child-menu{
    display: none;
}
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(2) .mobile-child-menu,
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(6) .mobile-child-menu,
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(7) .mobile-child-menu,
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(8) .mobile-child-menu{
    display: block;
}
.mobile-menu-content .mobile-submenu-item:nth-of-type(2) .mobile-submenu-toggle > img + span,
.mobile-menu-content .mobile-submenu-item:nth-of-type(6) .mobile-submenu-toggle > img + span,
.mobile-menu-content .mobile-submenu-item:nth-of-type(7) .mobile-submenu-toggle > img + span,
.mobile-menu-content .mobile-submenu-item:nth-of-type(8) .mobile-submenu-toggle > img + span{
    transition: transform .2s;
}
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(2) .mobile-submenu-toggle > img + span,
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(6) .mobile-submenu-toggle > img + span,
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(7) .mobile-submenu-toggle > img + span,
.mobile-menu-content .mobile-submenu-item.open:nth-of-type(8) .mobile-submenu-toggle > img + span{
    transform: rotate(180deg) translateX(50%);
}

.close-btn {
    background: none;
    border: none;
    color: var(--primary-gold);
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.close-btn:hover {
    transform: rotate(90deg);
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.logo-icon-mobile {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-gold), var(--accent-gold));
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--primary-dark);
    font-size: 1rem;
}

.mobile-logo h2 {
    font-size: 1.1rem;
    color: var(--text-light);
}

.mobile-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
}

.mobile-nav-link {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
    display: block;
}

.mobile-nav-link:hover {
    color: var(--primary-gold);
    padding-left: 0.5rem;
}

.mobile-cta-btn {
    width: 100%;
    padding: 0.8rem;
    background-color: var(--primary-gold);
    color: var(--primary-dark);
    border: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.mobile-cta-btn:hover {
    background-color: var(--accent-gold);
    transform: translateY(-2px);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
        z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: all;
}
.mnav-call {
    display: none;
}


/* ==========================Footer=========================== */
.footer {
    background-color: #050B0F;
    border-top: 1px solid #3D4F60;
    padding: 30px 20px 12px;
}
.footer-top-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;
}
.footer-top-part .footer-logo img {
    max-width: 166px;
    object-fit: contain;
}
.footer-top-part .footer-nav {
    display: flex;
    gap: 25px;
}
.footer-top-part .footer-nav a {
    color: #F8F6F180;
    font-family: var(--ibm-font);
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-top-part .footer-nav a:hover,
.footer-top-part .footer-nav a.active {
    color: var(--primary-gold);
}
.footer-text p {
    color: #F8F6F138;
    font-family: var(--ibm-font);
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-decoration: none;
    text-align: right;
}
.footer-copyright p {
    text-align: center;
    color: #F8F6F138;
    font-family: var(--ibm-font);
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
}

/* ...............Bottom Sticky bar................ */
body {
    padding-bottom: 0px;
}
.bottom-call-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-dark);
    border-top: 2px solid var(--primary-gold);
    z-index: 490;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .4);
    padding: 24px 20px;
    border-top: 2px solid var(--primary-gold);
    display: none;
}
.bottom-btns a {
    display: inline-block;
}
.bottom-call-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-btns {
    display: flex;
    gap: 15px;
}
.mobile-sticky-bottom {
    display: none;
}



/* .........................Hero Section........................... */
.home-hero-section {
    padding: 30px 20px 70px;
}
.home-hero-section .hero-columns {
    display: flex;
    gap: 50px;
}
.home-hero-section .hero-columns > div {
    width: 50%;
}
.max-600 {
    max-width: 600px;
}
.pt-12 {
    padding-top: 12px;
    display: inline-block;
}
.hero-counter {
    display: flex;
    gap: 54px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.hero-counter h2 {
    white-space: nowrap;
}
.hero-counter p {
    color: #F8F6F173;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 1px;
    padding-top: 5px;
}
.counter-box {
    position: relative;
}
.counter-box::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 54px;
    background-color: #333426;
}
.counter-box:last-child::after {
    display: none;
}

.web-btn {
    padding: 16px 58px;
    background-color: var(--primary-gold);
    border: 2px solid var(--primary-gold);
    color: var(--primary-dark);
    font-family: var(--ibm-font);
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.web-btn:hover {
    background-color: var(--primary-dark);
    color: var(--primary-gold);
}

.hero-cont-info {
    padding-top: 32px;
}
.hero-cont-info p {
    color: #F8F6F173;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
}
.hero-cont-info h3 {
    font-size: 68px;
    line-height: 80px;
    padding-bottom: 10px;
}

.hero-contact-form {
    max-width: 424px;
    margin: 0px auto;
    background-color: #F6F4EE;
    box-shadow: 0px 0px 1px 0px #FFFFFF;
}
.hero-contact-form .form-head {
    padding: 15px 20px;
    background-color: var(--primary-dark);
    border-bottom: 2px solid var(--primary-gold);
}
.hero-contact-form .contact-form {
    padding: 10px 18px;
}
.gfield_label.gform-field-label{
	font-size: 12px !important;
    margin-bottom: 3px !important;
}
.hero-contact-form .contact-form .gform-field-label a:hover{
    color: var(--primary-dark);
}
/* WRAPPER */
.marquee-wrapper{
    width:100%;
    overflow:hidden;
    background: var(--primary-gold);
    padding: 15px 0;
    position:relative;
}

/* TRACK */
.marquee-track{
    display:flex;
    width:max-content;
    animation:marquee 22s linear infinite;
}

/* CONTENT */
.marquee-content{
    display:flex;
    align-items:center;
    gap:90px;
    white-space:nowrap;
}

.marquee-content span{
    color:#111;
    font-size:11px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

/* ANIMATION */
@keyframes marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* HOVER PAUSE */
.marquee-wrapper:hover .marquee-track{
    animation-play-state:paused;
}

.padding-global {
    padding: 90px 20px;
}

.fancy-small-heading {
    padding-left: 38px;
    position: relative;
    margin-bottom: 24px;
}
.fancy-small-heading p {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.fancy-small-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 1px;
    background-color: var(--light-yellow);
}
.info-txt {
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.7px;
    color: #636B73;
    margin-bottom: 30px;
}

.info-btn-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 26px;
}
.info-btn-list a {
    display: inline-block;
    width: fit-content;
}
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-details li {
    list-style: none;
    display: flex;
    gap: 45px;
}
.contact-details .info-value {
    min-width: 70px;
    color: #CFA648 !important;
    font-family: var(--ibm-font);
    font-weight: 400;
    font-size: 10px  !important;
    line-height: 28px !important;
    letter-spacing: 2px;
}
.info-property {
    color: #92979B;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
}




/* ===================Practice-area=============== */
.practice-area-section {
    background-color: #F6F4EE;
}
.practce-area-list {
    padding-top: 36px;
}
.practice-box img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    display: flex;
}
.practce-area-list .practice-box:nth-child(1) h3,
.practce-area-list .practice-box:nth-child(2) h3,
.practce-area-list .practice-box:nth-child(3) h3 {
    font-size: 28px;
    line-height: 36px;
}
.practice-box{
    display: flex;
    flex-direction: column;
}
.practice-box h3 {
    padding-bottom: 6px;
    padding-top: 8px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
.practice-box .feature-list {
    background-color: #E1E5DC;
    color: #24623A;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 8px;
}
.practice-box .practice-info {
    padding: 10px 0px 8px;
    color: #7A8A96;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}
.practice-box .practice-single-btn {
    padding: 10px 20px;
    display: block;
    border: 1px solid #D3BD83;
    color: #B2892D;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-align: center;
    margin-top: auto;
}
.practice-box .practice-single-btn:hover {
    background-color: var(--primary-gold);
    color: var(--white);
}


.practce-area-list {
    display: flex;
    flex-wrap: wrap;
}
.practce-area-list .practice-box {
    padding: 20px 28px;
    width: 20%;
    border-right: 1px solid #E8DEC1;
}
.practce-area-list .practice-box:nth-child(1),
.practce-area-list .practice-box:nth-child(2),
.practce-area-list .practice-box:nth-child(3) {
    padding: 48px 36px;
    width: 33.33%;
    border-right: 1px solid #E8DEC1;
}

.practce-area-list .practice-box:nth-child(3),
.practce-area-list .practice-box:last-child {
    border-right: 0px;
}


.about-sec {
    background-color: #E8E5DB;
}
.about-columns {
    gap: 90px;
}
.about-info {
    padding-top: 20px;
}
.about-info p {
    color: #3D4F60;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 15.52px;
    line-height: 28px;
    padding-bottom: 24px;
}
.about-columns  .info-property {
    color: #3D4F60;
}
.consumer-list {
    display: flex;
    flex-direction: column;
}
.consumer-list .consumer-box {
    padding: 24px 36px;
    background-color: var(--primary-dark);
    border-bottom: 1px solid #DDD2B3;
}
.consumer-list .consumer-box:last-child {
    border-bottom: 0px;
}
.consumer-box .small-head {
    color: var(--light-yellow);
    font-family: var(--ibm-font);
    font-weight: 400;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 2px;
}
.consumer-box .con-title {
    font-family: var(--playfair-font);
    font-weight: 500;
    font-size: 39px;
    line-height: 72px;
    letter-spacing: -2px;
    color: var(--light-yellow);
    margin-top: -10px;
}
.consumer-box .main-info {
    color: #F8F6F173;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 13.52px;
    line-height: 22px;
    margin-top: -5px;
}

.about-sec .consumer-list + .hero-contact-form{
    display: none;
}

.our-process-section {
    background-color: #F6F4EE;
}
.process-step-list {
    display: flex;
    gap: 44px;
    padding-top: 46px;
    position: relative;    
}
.process-step-list::after {
    content: '';
    position: absolute;
    top: 71px;
    left: 100px;
    width: 62%;
    height: 1px;
    background-color: var(--light-yellow);
}
.process-step-box .num-step {
    width: 50px;
    height: 50px;
    border: 1px solid #CFA648;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-yellow);
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 11.52px;
    line-height: 23px;
    letter-spacing: -0.5px;
    background-color: #F6F4EE;
    z-index: 2;
    position: relative;
}
.process-step-box h2 {
    line-height: 24px;
    letter-spacing: -0.2px;
    padding: 20px 0px 6px;
}
.process-step-box p {
    color: #3D4F60;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.1px;
}





.resources-section {
    background-color: #E8E5DB;
}
.reciew-list {
    padding-top: 40px;
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}
.reciew-list .review-box {
    padding: 36px 32px;
    background-color: #F6F4EE;
    border-top: 2px solid #E8DEC1;
    width: calc(33.33% - 18px);
    display: flex;
    flex-direction: column;
}
.review-box img {
    max-width: 65px;
    object-fit: contain;
    display: flex;
}
.review-quote {
    padding: 17px 0px 14px;
    color: var(--primary-dark);
    font-family: var(--playfair-font);
    font-weight: 600;
    font-style: Italic;
    font-size: 16px;
    line-height: 27px;
}
.review-box .client-name {
    color: #3D4F60;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.review-box .client-post {
    color: var(--light-yellow);
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}
.review-box .personal-info {
    margin-top: auto;
}


.consume-right-section {
    background-color: #E8E5DB;
}
.head-txt {
    color: #3D4F60;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    padding-top: 12px;
    max-width: 710px;
}
.right-box-list {
    padding-top: 48px;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}
.right-box-list .right-con-box {
    width: calc(33.33% - 32px);
    padding: 40px 35px;
    background-color: #F6F4EE;
    border-top: 2px solid var(--primary-gold);
}
.right-box-list .right-con-box:nth-of-type(1),
.right-box-list .right-con-box:nth-of-type(2){
    display: none;
}
.right-box-list .right-con-box{
    width: 100% !important;
}
.con-right-title {
    color: var(--primary-dark);
    font-family: var(--playfair-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.8px;
}
.con-right-txt {
    padding: 12px 0px 18px;
    color: #7A8A96;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
.con-right-link {
    display: inline-block;
    font-family: IBM Plex Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 9.2px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: var(--light-yellow);
    text-underline-offset: 6px;
}
.con-right-btn {
    display: inline-block;
    padding: 10px 16px;
    background-color: var(--primary-gold);
    color: var(--primary-dark);
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 2px;
    text-decoration: none;
}
.con-right-link:hover {
    color: var(--primary-dark);
}
.con-right-btn:hover {
    background-color: var(--primary-dark);
    color: var(--white);
}


/* ...............POPUP.................... */


/* ==================== MODAL STYLES ==================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.qualify-modal.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.qualify-modal.modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* Modal Header */
.qualify-modal .modal-header {
    background: linear-gradient(135deg, var(--primary-dark), #0f1a2e);
    padding: 20px 34px;
    color: white;
    position: relative;
    border: 0px;
}
.qualify-modal .modal-header h2 {
    color: #F6F4EE;
    font-family: var(--playfair-font);
    font-weight: 700;
    font-size: 27px;
    line-height: 72px;
    letter-spacing: -0.5px;
}
.qualify-modal .modal-header p {
    color: #CFA648;
    font-family: var(--ibm-font);
    font-weight: 400;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: -16px;
}
.qualify-modal .close-modal {
    position: absolute;
    top: 28px;
    right: 1.5rem;
    background: none;
    border: none;
    color: #F6F4EE;
    font-size: 1.8rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.4px;
    background: #1B2533;
    border-radius: 50%;
}
.close-modal:hover {
    color: var(--primary-gold);
    transform: rotate(90deg);
}

/* Tab Navigation */
.qualify-modal .tab-navigation {
    display: flex;
    background-color: #E8E5DB;
    border-bottom: 1px solid #B2892D;
    overflow-x: auto;
    flex-wrap: wrap;
    min-height: 45px;
}
.qualify-modal .tab-btn {
    padding: 6px 18px;
    background: #E8E5DB;
    border: none;
    cursor: pointer;
    font-family: var(--ibm-font);
    font-weight: 700;
    font-size: 10px;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}
.qualify-modal .tab-btn:hover {
    color: var(--primary-dark);
    background-color: #F6F4EE;
    border-bottom-color: var(--primary-gold);
}
.qualify-modal .tab-btn.active {
    color: var(--primary-dark);
    background-color: #F6F4EE;
    border-bottom-color: var(--primary-gold);
}
.qualify-modal .tab-icon {
    font-size: 12px;
    line-height: 12px;
}
/* Tab Content */
.qualify-modal .tab-content {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
    background-color: #F6F4EE;
}
.qualify-modal .tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}
.qualify-modal .tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Content Styling */ 
.qualify-modal .tab-pane h3 {
    font-size: 20px;
    font-family: var(--playfair-font);
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.qualify-modal .case-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 24px;
}
.qualify-modal .case-column h4 {
    color: #174B28;
    font-size: 10px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: var(--ibm-font);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.qualify-modal .case-column:nth-child(2) h4 {
    color: #651014;
}
.qualify-modal .case-list {
    list-style: none;
}
.qualify-modal .case-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1rem;
    color: #636B73;
    font-size: 12px;
    line-height: 14px;
    font-family: var(--micross-font);
}
.qualify-modal .case-list li::before {
    content: '✓';
    color: #174B28;
    font-weight: 700;
    font-size: 15px;
    min-width: 20px;
    flex-shrink: 0;
}
.qualify-modal .case-list.cannot-help li::before {
    content: '✗';
    font-family: var(--micross-font);
    color: #651014;
}

/* Recovery Box */
.qualify-modal .recovery-box {
    background-color: #F1EBDC;
    border-left: 4px solid var(--primary-gold);
    padding: 12px 20px;
}

.recovery-box p {
    color: #636B73;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 13px;
    leading-trim: NONE;
    letter-spacing: 0.3px;
}
.recovery-box p span {
    color: var(--primary-dark);
    font-weight: 600 !important;
}
.recovery-amount {
    font-weight: 700;
    color: var(--primary-dark);
    font-size: 1.1rem;
}

.recovery-note {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
}

/* CTA Button */
.modal-cta-btn {
    background-color: var(--primary-gold);
    color: var(--primary-dark);
    border: none;
    padding: 14px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1.5rem;
    width: 100%;
    font-family: var(--ibm-font);
    display: block;
    text-align: center;
    text-decoration: none;
}

.modal-cta-btn:hover {
    background-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

/* Open Button */
.qualify-btn {
    padding: 1rem 2rem;
    background-color: var(--primary-gold);
    color: var(--primary-dark);
    border: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Monospace', sans-serif;
    margin: 2rem auto;
    display: block;
}

.qualify-btn:hover {
    background-color: var(--accent-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}


.sub-banner {
    padding: 80px 20px 65px;
}
.sub-banner .fancy-small-heading {
    margin-bottom: 10px;
}
.sub-text {
    max-width: 718px;
    color: #F8F6F173;
    font-family: Microsoft Sans Serif;
    font-weight: 400;
    font-size: 16.8px;
    line-height: 30px;
    padding-top: 10px;
}

.contact-section {
    background-color: #F6F4EE;
    padding-bottom: 40px;
}
.contact-columns{
    gap: 60px;
}
.contact-columns .contact-txt {
    width: 64%;
}
.contact-columns .contact-form-part {
    width: 36%;
}
.contact-txt p {
    color: #3D4F60;
    font-family: var(--ibm-sans);
    font-weight: 400;
    font-size: 15.52px;
    line-height: 29px;
    letter-spacing: 0;
    padding-bottom: 16px;
}

.contact-txt h3,
.contact-txt h2 {
    color: var(--primary-dark);
    font-family: var(--playfair-font);
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 1%;
    padding-bottom: 12px;
    padding-top: 22px;
}
.contact-txt h2{
    font-size: 30px;
    line-height: 32px;
}
.how-reach-box {
    margin-top: 8px;
    margin-bottom: 30px;
    background-color: #F1ECE2;
    border-top: 3px solid #B2892D;
    padding: 24px;
}
.how-reach-box p {
    padding-bottom: 0px; 
    line-height: 18px !important;
}
.how-reach-box p.info-property {
    padding-bottom: 0px;
    line-height: 18px !important;
    font-size: 13px !important;
}

.contact-txt ul li {
    list-style: none;
    color: #3D4F60;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding-left: 22px;
    position: relative;
    margin-bottom: 5px;
}
.contact-txt ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #C09A3A;
}
.form-head-part {
    width: 100%;
    background-color: var(--primary-gold);
    padding: 16px 12px;
    color: var(--primary-dark);
    box-shadow: 0px 0px 1px 0px #FFFFFF;
    font-family: var(--playfair-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
}
.get-form-contact {
    padding: 20px;
    background-color: var(--primary-dark);
}
.contact-text-line {
    padding: 0px 20px 22px;
    background-color: #F6F4EE;
}
.contact-text-line p {
    border-top: 2px solid #DFDFDB;
    padding-top: 22px;
    font-family: var(--ibm-sans);
    font-style: italic;
}


.privacy-tab-section {
    background-color: #F6F4EE;
}
.privacy-tab-section .tab-wrapper{

}

/* TAB BUTTONS */
.privacy-tab-section .tab-buttons {
    display:flex;
    gap:40px;
    background-color: #F1ECE2;
}
.privacy-tab-section .privacy-tab-btn {
    position:relative;
    background:none;
    border:none;
    padding: 18px 32px;
    cursor:pointer;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#8a8a8a;
    font-weight:600;
    transition:0.3s;
    font-family: var(--ibm-font);
}
.privacy-tab-section .privacy-tab-btn.active{
    color:#1d1d1d;
}
.privacy-tab-section .privacy-tab-btn.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width: 100%;
    height:2px;
    background:#b58a2f;
}

/* TAB CONTENT */
.privacy-tab-section .tab-content{
    display:none;
    max-width: 855px;
    margin: 0px auto;
}
.privacy-tab-section .tab-content.active{
    display:block;
}

.privacy-tab-section .tab-content h2{
    font-size:52px;
    color:#14233b;
    margin-bottom:10px;
}

.privacy-tab-section .tab-content p{
    font-size: 15.50px;
    line-height: 28px;
    color:#3D4F60;
    padding-bottom: 25px;
    font-family: var(--ibm-sans);
}
.privacy-tab-section .tab-content .location-txt {
    color: #636B73;
    font-family: var(--ibm-font);
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 40px;
}
.privacy-tab-section .tab-content h2 {
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}
.privacy-tab-section .tab-content .info-details h3,
.contact-txt h4 {
    color: var(--primary-dark);
    font-family: var(--ibm-font);
    font-weight: 700;
    font-size: 12.48px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 3px solid #EBEAE5;
}
.contact-txt h4 {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.tab-content .detail-box p {
    padding-bottom: 0px !important;
}
.tab-content .detail-box .info-value {
    font-weight: 600 !important;
    min-width: 100px;
}

.sub-banner .web-btn {
    margin-top: 30px;
}
.feature-section{
    display: none;
}
.feature-section img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.free-case-box {
    padding: 32px;
    background-color: var(--primary-dark);
}
.accessibility-section .contact-txt {
    width: 72%;
}
.accessibility-section .contact-form-part {
    width: 28%;
}
.accessibility-section .contact-columns {
    gap: 100px;
}

.free-case-box .small-cap-heading {
    color: #C09A3A;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.free-case-box h4 {
    font-family: var(--playfair-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #F8F6F1;
    padding-bottom: 14px;
}
.free-case-box .web-btn {
    text-align: center;
    padding: 16px 40px;
    width: 100%;
    margin-bottom: 18px;
}
.free-case-box .phone-head {
    font-family: var(--playfair-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #D9B45A;
    text-align: center;
    padding-bottom: 9px;
}
.free-case-box .massive-info {
    color: #F8F6F14D;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 9px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
}



.why-grp-box {
    padding: 30px 25px;
    background-color: #F1ECE2;
    border-top: 3px solid #C09A3A;
    margin: 24px 0px;
    width: 100% !important;
}
.why-grp-box .small-head {
    color: var(--primary-dark);
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 1px;
    padding-bottom: 16px;
}
.our-area-box {
    padding: 24px;
    background-color: var(--primary-dark);
}
.our-area-box .our-small-head {
    color: #C09A3A;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px;
    padding-bottom: 16px;
}
.our-area-box .area-list {
    color: #F8F6F180;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFFFFF0D;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}
.free-case-box,
.why-grp-box.contact-txt,
.our-area-box{
    display: none;
}
.contact-form-part .hero-contact-form{
    background-color: #F1ECE2;
    position: sticky;
    top: 70px;
}

.acc-con-info-sec .acc-con-columns {
    display: flex;
    gap: 90px;
}
.acc-con-info-sec .acc-col-first {
    width: 65%;
}
.acc-con-info-sec .acc-col-second {
    width: 35%;
}

.article-breadchrum a,
.article-breadchrum p {
    color: #C09A3A;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 9.6px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}
.article-breadchrum p {
    color: #8A9BAA;
    position: relative;
}
.article-breadchrum {
    display: flex;
    padding: 20px 15px;
    gap: 40px;
}
.article-breadchrum p::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 2px;
    height: 100%;
    background-color: #8A9BAA;
}
.article-content p {
    font-family: var(--micross-font) !important;
    padding-bottom: 18px !important;
}
.article-single.privacy-tab-section .tab-buttons {
    border-bottom: 1px solid #ECDFC6;
}
.article-single.privacy-tab-section .tab-content .location-txt {
    color: var(--primary-gold);
    padding-bottom: 12px;
    letter-spacing: 2px;
}

.article-single .tab-content h2 {
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 30px;
}
.article-single .tab-content h3 {
    font-family: var(--playfair-font) !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 0px !important;
    padding-bottom: 18px !important;
    border-bottom: 0px !important;
    padding-top: 16px !important;
}

.quote-box {
    padding: 20px 24px;
    border-left: 4px solid #C09A3A;
    background-color: #F4F0E8;
}
.quote-box p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-family: var(--playfair-font);
    font-size: 17px !important;
    line-height: 30px;
}
.article-free-box {
    padding: 20px;
    background-color: var(--primary-dark);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.article-free-box .title {
    color: #F6F4EE;
    font-family: var(--playfair-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    max-width: 375px;
}
.article-free-box .btns p {
    color: #F8F6F173;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 0px !important;
}

.article-listing-section {
    background-color: #F6F4EE;
}

.blog-listing {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.blog-listing .article-box {
    padding: 32px;
    background-color: #F6F4EE;
    border-top: 3px solid #B2892D;
    box-shadow: 0px 4px 15px 0px #0000000D;
    width: calc(33.33% - 17px);
}
.blog-listing .article-box .blog-cat {
    color: #C09A3A;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-listing .article-box h2 {
    padding: 14px 0px 16px;
    color: var(--primary-dark);
    font-family: var(--playfair-font);
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
}
.blog-listing .article-box a.read-more-article {
    color: #B2892D;
    font-family: var(--ibm-font);
    font-weight: 500;
    font-size: 9.6px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-underline-offset: 4px;
    text-decoration-color: #E1D2AC;
}
.blog-listing .article-box a.read-more-article:hover {
    color: var(--primary-dark);
    text-decoration-color: var(--primary-dark);
}

.accessibility-section h4 {
    padding-top: 18px !important;
}
.accessibility-section p {
    font-family: var(--micross-font) !important;
    letter-spacing: 0.5px;
}

.remedies-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.remedies-list .remedies-box {
    padding-left: 20px;
    border-left: 3px solid #B2892D;
    display: flex;
    gap: 15px;
}
.remedies-list .remedies-box .remedies-left {
    width: 20%;
    color: #3D4F60;
    font-family: var(--ibm-font) !important;
    font-weight: 600;
    font-size: 14.52px;
    line-height: 28px;
    text-transform: uppercase;
}
.remedies-list .remedies-box .remedies-rigth {
    width: calc(100% - 21%);
    color: #3D4F60;
    font-family: var(--micross-font);
    font-weight: 400;
    font-size: 15.52px;
    line-height: 28px;
    letter-spacing: 0.3px;
}


.gform_heading {
    display: none !important;
}
.hero-contact-form .contact-form .gform_wrapper input,
.hero-contact-form .contact-form .gform_wrapper textarea,
.hero-contact-form .contact-form .gform_wrapper select {
    background-color: #FFFFFF !important;
    border: 1px solid #C3C9CE !important; 
    height: 40px;
    font-family: "IBM Plex Sans", sans-serif;;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.2px;
    color: #0B1C2E;
    outline: none;
    border-radius: 0px !important;
}
.hero-contact-form .contact-form .gform_wrapper select {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #0B1C2E73;
}
.hero-contact-form .contact-form .gform_wrapper textarea,
.get-form-contact .gform_fields textarea {
    height: 70px !important;
    min-height: 70px !important;
}
.hero-contact-form .contact-form .gform_wrapper input::placeholder,
.hero-contact-form .contact-form .gform_wrapper textarea::placeholder {
    color: #0B1C2E73;
}
.hero-contact-form .contact-form .gform_wrapper .gform_fields {
    gap: 10px !important;
}
.hero-contact-form .contact-form .gform_wrapper .gfield_checkbox input,
.get-form-contact .gform_fields .gfield_checkbox input {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #868686 !important;
    cursor: pointer !important;
    margin-left: 5px;
}
.hero-contact-form .contact-form .gform_wrapper .gfield_checkbox input::before,
.get-form-contact .gform_wrapper .gfield_checkbox input::before {
    font-size: 10px !important;
    color: var(--primary-gold) !important;
}
.get-form-contact .gform_wrapper .gfield_checkbox .gform-field-label {
    color: #F8F6F16B !important;
    font-size: 11px !important;
    line-height: 14px !important;
    letter-spacing: 0.5px !important;
    outline: none !important;
}
.hero-contact-form .contact-form .gform_wrapper .gfield_checkbox .gform-field-label {
    margin-left: 2px;
    color: #0B1C2E73;
    font-family: var(--ibm-sans);
    font-size: 10px;
}   
.hero-contact-form .contact-form .gform_footer input,
.get-form-contact .gform_footer input {
    height: 42px !important;
    background-color: var(--primary-gold) !important;
    color: var(--primary-dark) !important;
    font-family: var(--ibm-font) !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    border: 2px solid var(--primary-gold) !important;
    outline: none !important;
    border-radius: 0px !important;
}
.hero-contact-form .contact-form .gform_footer input:hover {
    background-color: var(--primary-dark) !important;
    color: var(--white) !important;
    border: 2px solid var(--primary-dark) !important;
}
.get-form-contact .gform_footer input:hover {
    background-color: var(--primary-dark) !important;
    color: var(--white) !important;
    border: 2px solid var(--primary-gold) !important;
}


.get-form-contact .gfield_label {
    color: #F8F6F180 !important;
    font-family: var(--ibm-font) !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 3px !important;
}
.get-form-contact .gform_fields {
    gap: 11px !important;
}
.get-form-contact .gform_fields input,
.get-form-contact .gform_fields textarea,
.get-form-contact .gform_fields select {
    background-color: #16212E !important;
    border: 1px solid #C09A3A40 !important;
    height: 40px !important;
    color: var(--white) !important;
    font-family: var(--ibm-sans) !important; 
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0.5px !important;
    border-radius: 0px !important;
    outline: none !important;
}
.get-form-contact .gform_fields select {
    padding-top: 7px;
    padding-bottom: 6px;
    color: #F8F6F180;
}
.get-form-contact .gform_fields input::placeholder,
.get-form-contact .gform_fields textarea::placeholder {
    color: #F8F6F180 !important;
}
.gfield_required span {
    opacity: 0 !important;
}


.hero-contact-form .form-head p {
    font-family: var(--ibm-sans) !important;
font-size:12px !important
}


.practice-box:hover {
    background-color: var(--primary-dark);
}
.practice-box:hover h3 {
    color: var(--white);
}
.practice-box:hover .feature-list {
    background-color: rgba(36, 98, 58, .22);
    color: #6fcf87;
}
.practice-box:hover .practice-single-btn {
    background-color: rgba(192,154,58,.15) !important;
}
.practice-single-btn:hover {
    background-color: var(--primary-gold) !important;
    color: var(--white);
}
.gform_wrapper a {
    color: var(--primary-gold);
}
.gform_wrapper a:hover {
    color: var(--white);
}


.page-id-113 .sub-banner {
    background-color: #E8E5DB;
}
.page-id-113 .sub-banner h1 {
    color: var(--primary-dark);
}
.page-id-113 .sub-banner .sub-text {
    color: var(--primary-dark);
}
.page-id-113 .article-listing-section {
    background-color: #e8e5db;
    padding-top: 0px;
}
.page-id-113 .contact-text-line {
    background-color: #e8e5db;
}

.recovery-period-section {
    background-color: #c09a3a;
}
.recovery-period-section h2 {
    font-family: var(--playfair-font);
    font-weight: 600;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: -1.5px;
    color: var(--primary-dark);
    max-width: 29%;
}
.recovery-period-section P {
    font-family: var(--ibm-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0c1623;
    padding-top: 20px;
    max-width: 50%;
}



.gtranslate_wrapper .glink.nturl {
    font-family: var(--ibm-font);
    padding: 8px 18px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    white-space: nowrap;
    line-height: 20px;
    border: 1px solid var(--primary-gold);
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--primary-gold);
    color: var(--primary-gold);
    margin-right: -10px;
}
.gtranslate_wrapper .glink.nturl:hover {
    background-color: var(--primary-gold);
    color: var(--primary-dark);
}
.gtranslate_wrapper .glink.nturl.glink[data-gt-lang="es"]{
    font-size: 0;
    line-height: 0;
    display: inline-block;
}
.gtranslate_wrapper .glink.nturl.glink[data-gt-lang="es"]:after{
    content: 'ESPAÑOL';
    line-height: 20px;
    font-size: 15px;

}
.gt-current-lang {
    display: none !important;
} 
.navbar .gtranslate_wrapper {
    display: none;
}
.navbar .nav-menu .gtranslate_wrapper {
    display: block;
}

.practice-box .feature-list,
.sub-banner .web-btn{
    display: none;
}
#reort-error,
#check-errors{
    padding-top: 100px;
    margin-top: -100px;
}

.desable-link{
    cursor: pointer;
}

@media(max-width: 1500px) {
    .logo a img {
        max-width: 200px;
        width: 200px;
    }
}

@media(max-width: 1400px) {
    .nav-menu {
        gap: 20px;
    }
}

@media(max-width: 1366px) {
    .heading-79 {
        font-size: 60px;
        line-height: 66px;
    }
    .heading-42 {
        font-size: 32px;
        line-height: 42px;
    }
    .heading-59,
    .recovery-period-section h2 {
        font-size: 46px;
        line-height: 60px;
    }

    .home-hero-section,
    .padding-global {
        padding: 70px 20px 70px;
    }
    .hero-counter {
        gap: 40px;
    }
    .counter-box::after {
        right: -20px;
    }
    .hero-counter {
        padding-bottom: 40px;
    }
    .web-btn {
        padding: 15px 40px;
    }
    .fancy-small-heading {
        margin-bottom: 12px;
    }
    .practce-area-list {
        padding-top: 24px;
    }
    .practce-area-list .practice-box {
        padding: 15px;
    }
    .practce-area-list .practice-box:nth-child(1), .practce-area-list .practice-box:nth-child(2), .practce-area-list .practice-box:nth-child(3) {
        padding: 36px 20px;
    }
    .practice-box h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .about-columns {
        gap: 80px;
    }
    .about-info p {
        padding-bottom: 16px;
        font-size: 14px;
    }
    .info-property {
        line-height: 24px;
    }
    .process-step-list {
        gap: 30px;
    }
    .reciew-list .review-box {
        padding: 26px 20px;
    }
    .review-quote {
        line-height: 22px;
        font-size: 15px;
    }
    .right-box-list {
        padding-top: 30px;
        gap: 20px;
    }
    .right-box-list .right-con-box {
        width: calc(33.33% - 14px);
    }
    .contact-section {
        padding-bottom: 20px !important;
    }
    .contact-columns {
        gap: 40px;
    }
    .contact-txt h3,
    .contact-txt h2 {
        padding-top: 10px;
    }
    .contact-txt p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 12px;
    }
    .how-reach-box {
        padding: 16px;
    }
    .how-reach-box p {
        padding-bottom: 0px;
    }
    .contact-txt ul li {
        padding-left: 18px;
        font-size: 14px;
    }
    .info-btn-list {
        gap: 10px;
    }
    .form-head-part {
        font-size: 16px;
    }
    .contact-columns .contact-txt { 
        width: 60%;
    }
    .contact-columns .contact-form-part { 
        width: 40%;
    }

    .accessibility-section .contact-columns {
        gap: 50px;
    }

    .article-single .tab-content h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .blog-listing .article-box {
        padding: 24px;
    }
    .practce-area-list .practice-box:nth-child(1) h3,
    .practce-area-list .practice-box:nth-child(2) h3,
    .practce-area-list .practice-box:nth-child(3) h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .recovery-period-section h2 {
        max-width: 300px;
    }

}

@media(max-width: 1300px) {
    .logo a img {
        max-width: 150px;
        width: 150px;
    }
    .nav-link {
        font-size: 12px;
    }
}

@media(max-width: 1200px) {
    .logo a img {
        max-width: 120px;
        width: 120px;
    }
    .nav-btn {
        font-size: 12px;
        padding: 6px 15px;
    }
}

@media(max-width: 1100px) {
    .navbar {
        padding: 12px 15px;
    }
    .nav-menu {
        gap: 15px;
    }
    .desktop-item {
        margin-right: -5px;
    }
    .nav-link {
        font-size: 10px;
    }
    .nav-btn {
        padding: 5px 14px;
    }
}

@media(max-width: 1024px) {
    .mnav-call,
    .hamburger {
        display: block;
    }
    .mnav-call {
        font-family: var(--ibm-font);
        font-size: .6rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: 700;
        background: var(--primary-gold);
        color: var(--primary-dark);
        padding: 8px 12px;
        border-radius: 2px;
        text-decoration: none;
/*         margin-left: auto; */
    }
    .navbar-container {
        gap: 8px;
    }
    .hamburger {
        width: 30px;
        height: 28px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .hamburger > span {
        width: 22px;
        height: 2px;
        background: var(--white);
        display: block;
        transition: all .25s;
    }
    .nav-menu {
        display: none;
    }
    .mobile-menu-head {
        padding: 0px 20px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        border-bottom: 1px solid rgba(192,154,58,.15);
    }
    .mobile-menu-head .mobile-logo {
        margin-bottom: 0px;
margin-top: 7px;
    }
    .mobile-menu-head .mobile-logo a img {
                max-width: 153px;
        display: flex;
    }
    .mobile-menu-content {
        padding: 20px 0px 90px;
    }
    .mobile-nav-menu li {
        list-style: none;
    }
    .mobile-child-menu .mobile-child-link{
        padding-left: 44px !important;
    }
    .sub-menu {
        display: none;
    }
    .mobile-menu-content .mobile-nav-menu .menu-item a,
    .mobile-menu-content .sub-menu a {
        display: flex;
        padding: 12px 20px;
        font-size: 12px;
        border-bottom: 1px solid rgba(192,154,58,.15);
        justify-content: space-between;
        text-decoration: none;
        color: var(--body-text);
        font-weight: 500;
        letter-spacing: 2px;
        transition: color 0.3s ease;
        line-height: 20px;
    }
    .mobile-cta-btn {
        width: calc(100% - 30px);
        margin-left: 15px;
        text-decoration: none;
        font-size: 10px;
        letter-spacing: 0.7px;
    }
    .menu-item.dropdown-menu.open .sub-menu {
        display: block;
    }
    
    .footer-top-part {
        flex-wrap: wrap;
        padding-bottom: 4px;
        align-items: center;
    }
    .footer-text {
        width: 100%;
        padding-top: 20px;
    }
    .footer-text p {
        text-align: center;
        padding-bottom: 4px;
    }


    .home-hero-section, .padding-global {
        padding: 60px 20px;
    }
    .home-hero-section .hero-columns {
        gap: 40px;
    }
    .heading-79 {
        font-size: 50px;
        line-height: 56px;
    }
    .heading-42 {
        font-size: 22px;
        line-height: 36px;
    }
    .form-head h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .form-head p {
        font-size: 10px;
    }
    .hero-counter{
        padding-top: 20px;
        gap: 20px;
    }
    .counter-box::after {
        right: -10px;
    }
    .web-btn {
        padding: 12px 30px;
        font-size: 12px;
    }
    .hero-cont-info h3 {
        font-size: 46px;
        line-height: 62px;
    }
    .heading-38 {
        font-size: 32px;
        line-height: 40px;
    }
    .info-txt {
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .practce-area-list {
        padding-top: 20px;
    } 
    .practce-area-list .practice-box,
    .practce-area-list .practice-box:nth-child(3) {
        width: 33.33%;
        padding: 12px;
    }
    .practce-area-list .practice-box:nth-child(1), .practce-area-list .practice-box:nth-child(2) {
        width: 50%;
    }
    .consumer-list .consumer-box {
        padding: 20px 24px;
    }
    .consumer-box .con-title {
        margin-top: -20px;
    }
    .about-info p {
        line-height: 22px;
    }
    .about-columns {
        gap: 40px;
    }
    .process-step-list {
        padding-top: 30px;
    }
    .process-step-box .num-step {
        width: 40px;
        height: 40px;
    }
    .process-step-list::after {
        top: 50px;
        left: 60px;
        width: 68%;
    }
    .process-step-box h2 {
        padding: 10px 0px 6px;
    }
    .reciew-list {
        padding-top: 20px;
        gap: 20px;
    }
    .reciew-list .review-box {
        width: calc(33.33% - 14px);
    }
    .right-box-list .right-con-box {
        padding: 20px;
    }
    .con-right-title {
        font-size: 16px;
    }
    .review-box .client-name,
    .review-box .client-post {
        letter-spacing: 0.5px;
    }

    .qualify-modal .tab-navigation {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .sub-banner {
        padding: 70px 20px 50px;
    }
    .article-free-box .btns {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .blog-listing .article-box {
        width: calc(50% - 13px);
    }

    .remedies-list .remedies-box {
        padding-left: 12px;
    }
    .remedies-list .remedies-box .remedies-left {
        font-size: 12px;
        line-height: 18px;
    }
    .remedies-list .remedies-box .remedies-rigth {
        font-size: 14px;
        line-height: 20px;
    }
    .remedies-list {
        margin-bottom: 15px;
    }

    .recovery-period-section P {
        max-width: 80%;
    }

    .navbar .gtranslate_wrapper {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }
    .navbar .nav-menu .gtranslate_wrapper {
        display: none;
    }

}

@media(max-width: 767px) {
    body {
        padding-bottom: 54px;
    }
    .bottom-info-part,
    .bottom-btns {
        display: none;
    }
    .mobile-sticky-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .bottom-call-bar {
        padding: 0px;
        display: block;
    }
    .navfoot-btn {
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.33%;
        color: var(--primary-gold);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        font-family: var(--ibm-font);
    }
    .navfoot-btn.dark-footbtn {
        background-color: var(--light-yellow);
        color: var(--primary-dark);
    }
    /*.logo a img{
        content: url(https://ajglawgroupstg.wpenginepowered.com/wp-content/uploads/2026/05/AJG-mobile-logo.png);
        max-width: 210px;
        object-fit: contain;
        height: 36px;
    }*/
    .logo a img {
        max-width: 180px;
        width: 180px;
    }
    
    .mnav-call{
        display: none;
    }
    .heading-79 {
        font-size: 42px;
        line-height: 46px;
    }
    .home-hero-section, .padding-global {
        padding: 40px 20px;
    }
    .home-hero-section .hero-columns { 
        flex-direction: column;
    }
    .home-hero-section .hero-columns > div{
        width: 100%;
    }
    .hero-contact-form {
        max-width: 100%;
    }
    .hero-counter {
        justify-content: space-between;
    }
    .counter-box::after {
        display: none;
    }
    .counter-box {
        width: 33.33%;
        text-align: center;
    }
    .hero-counter {
        padding-top: 30px;
    }
    .web-btn {
        width: 100%;
        text-align: center;
    }
    .hero-cont-info{
        border: 1px solid #232825;
        padding: 15px;
        margin-top: 20px;
        text-align: center;
    }   
    .hero-cont-info h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .heading-59 {
        font-size: 30px;
        line-height: 40px;
    }

    .practce-area-list .practice-box:nth-child(1),
    .practce-area-list .practice-box:nth-child(2),
    .practce-area-list .practice-box:nth-child(3),
    .practce-area-list .practice-box {
        padding: 0px;
        width: 100%;
    }
    .practce-area-list {
        padding-top: 30px;
        gap: 28px;
    }
    .practice-box .practice-info {
        padding: 8px 0px;
    }
    .about-columns {
        flex-direction: column;
        gap: 20px;
    }
    .w-50,
    .reciew-list .review-box,
    .right-box-list .right-con-box {
        width: 100%;
    }
    .process-step-list,
    .reciew-list,
    .right-box-list {
        flex-direction: column;
        gap: 20px;
    }
    .process-step-list::after {
        display: none;
    }
    .consumer-box .con-title {
        font-size: 28px;
        line-height: 64px;
    }



    .qualify-modal.modal {
        width: 95%;
        max-height: 95vh;
    }
    .qualify-modal .modal-header {
        padding: 20px 15px;
    }
    .qualify-modal .modal-header h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .qualify-modal .close-modal {
        top: 1rem;
        right: 1rem;
    }
    .qualify-modal .tab-navigation {
        gap: 0.5rem;
    }
    .qualify-modal .tab-btn {
        
    }
    .qualify-modal .tab-icon {
        display: none;
    }
    .qualify-modal .tab-content {
        padding: 1.5rem;
    }
    .qualify-modal .case-info {
        grid-template-columns: 1fr;
        gap: 1px;
        margin-bottom: 12px;
    }
    .qualify-modal .tab-pane h3 {
        margin-bottom: 8px;
    }
    .qualify-modal .modal-header p {
        margin-top: 0px;
        line-height: 25px;
    }
    .qualify-modal .case-list li {
        margin-bottom: 12px;
    }
    .modal-cta-btn {
        margin-top: 20px;
    }
    .head-txt {
        max-width: 100%;
    }
    .contact-columns {
        flex-direction: column;
    }
    .contact-columns .contact-txt,
    .contact-columns .contact-form-part {
        width: 100%;
    }
    .contact-columns {
        gap: 20px;
    }
    .page-id-250 .contact-section .contact-columns{
        flex-direction: column-reverse;
    }
    .contact-text-line p {
        padding-top: 16px;
        font-size: 14px;
        text-align: center;
    }
    .contact-text-line {
        padding: 0px 20px 18px;
    }
    .sub-banner {
        padding: 45px 20px 40px;
    }
    .privacy-tab-section .privacy-tab-btn {
        padding: 18px 20px;
    }
    .privacy-tab-section .tab-content .location-txt {
        padding-bottom: 20px;
    }
    .privacy-tab-section .tab-content p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 16px;
    }
    .privacy-tab-section .tab-content h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .contact-details li {
        gap: 30px;
    }

    .accessibility-section .contact-columns {
        gap: 5px;
    }
    .why-grp-box {
        margin: 15px 0px;
    }
    .acc-con-info-sec .acc-con-columns {
        gap: 20px;
        flex-direction: column;
    }
    .acc-con-info-sec .acc-col-first,
    .acc-con-info-sec .acc-col-second {
        width: 100%;
    }
    .contact-txt h3,
    .contact-txt h2 {
        font-size: 22px;
        line-height: 26px;
        padding-top: 2px;
    }
    .privacy-tab-section .tab-content .info-details h4 {
        padding-top: 4px;
    }
    .contact-txt ul {
        padding-bottom: 10px;
    }

    .article-single .tab-content h2 {
        padding-bottom: 20px;
    }
    .article-single .tab-content h3 {
        font-size: 17px !important;
        line-height: 26px !important;
        padding-bottom: 6px !important;
    }
    .quote-box p {
        font-size: 14px !important;
    }
    .quote-box {
        padding: 15px;
        margin-bottom: 15px;
    }

    .article-free-box {
        flex-direction: column;
        margin-bottom: -15px;
    }
    .article-free-box .title,
    .article-free-box .btns p {
        text-align: center;
    }
    .article-free-box .btns p {
        font-size: 10px !important;
        line-height: 18px !important;
    }
    .contact-txt ul li {
        line-height: 20px;
    }

    .blog-listing .article-box {
        width: 100%;
    }
    .blog-listing {
        gap: 15px;
    }
    .blog-listing .article-box {
        padding: 20px;
    }
    .blog-listing .article-box h2 {
        font-size: 14px;
        padding: 10px 0px;
    }

    .remedies-list .remedies-box {
        padding-left: 6px;
        align-items: center;
    }
    .recovery-period-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .recovery-period-section h2 {
        max-width: 190px;
    }
    .recovery-period-section P {
        max-width: 100%;
        padding-top: 10px;
    }

    .gtranslate_wrapper .glink.nturl {
        padding: 5px 14px;
        border-radius: 0;
        font-size: 13px;
    }
    .gtranslate_wrapper .glink.nturl.glink[data-gt-lang="es"]:after{
        font-size: 13px;        
    }

}

@media(max-width: 600px) {
    .footer-top-part {
        flex-direction: column;
        gap: 12px;
    }
    .footer-text {
        padding-top: 8px;
    }
    .navfoot-btn {
        font-size: 10px;
    }

    .remedies-list .remedies-box .remedies-left {
        width: 22%;
    }
    .remedies-list .remedies-box .remedies-rigth {
        width: calc(100% - 23%);
    }
}



@media (max-width: 480px) {
    .qualify-modal.modal {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: translate(0, 0) scale(1);
    }

    .qualify-modal.modal.active {
        transform: translate(0, 0) scale(1);
    }
    .modal-cta-btn {
        padding: 1rem;
        font-size: 12px;
    }
}
