/*!
Theme Name: Cross Roads Law
Author: BluShark Digital
Author URI: https://blusharkdigital.com/
Description: 
Version: 3.6.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: cross-roads-law
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */
:root {

    /* Fonts */
    --font-manrope: "Manrope";
    --font-dm-serif: "DM Serif Display";

    /* Default Color */
    --grey: #171717;
    --primary: #2B3E64;
    --oxford-blue:#1C2037;
    --secondary:#B69957;
    --grey-light:#EAECEF;
    --bs-body-color: #171717 !important;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
    font-family: var(--font-manrope);
    line-height: 2;
}
body {
    margin: 0;
    overflow: auto !important;
    padding-right: inherit !important;
}

/* body::-webkit-scrollbar {
    display: none;
  } */

.testimonial-2 {
    overflow: hidden;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 0px !important;
}
.mobile-menu{
    display: none;
}
.navbar-left, .navbar-center, .navbar-right {
    display: flex;
    align-items: center;
}

.navbar-left ul, .navbar-right ul {
    list-style: none;
    display: flex;
    gap: 40px;
    margin-right: 20px;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}
.navbar-right ul{
    gap: 17px;
}
.navbar-left a, .navbar-right a {
    color: var(--oxford-blue);
    text-decoration: none;
    font-size: 18px;
    font-family: var(--font-manrope);
    font-weight: 400;
}
.navbar-left a:hover{
    color: var(--secondary);
}
.navbar .container{
    border-bottom: 1px solid var(--secondary);
    padding-bottom:30px;
}
button.search-area, button.search-area:focus-visible {
    background-color: transparent;
    border: none;
    outline: none;
}
.contact-form .wpcf7-not-valid-tip{
    display: none;
}
.page-banner-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.contact-form input:focus-visible , .contact-form textarea:focus-visible {
    border: none;
    outline: none;
}
[type=search]:focus-visible{
    outline: none;
}
.search-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
.modal.search-modal {
    --bs-modal-padding: 2rem;
}
.search-modal {
    padding-right: 0px !important;
}
/* #searchFormContainer {
    position: relative;
} */
/* .search-modal .btn-close {
    position: absolute;
    right: 0px;
} */
.search-modal .btn-close {
    position: absolute;
    right: 13px;
    top: 11px;
    font-size: 12px !important;
}
.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    margin: auto;
}
.search-form input {
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    color: var(--primary);
    width: 500px;
}
.search-modal .modal-content {
    border-radius: 0px;
    border: none;
}
.search-form .search-submit {
    border: none;
    background-color: #fff;
    margin-left: -36px;
}
.home .header-wrap{
    /* margin-bottom:86px; */
}

#menu-menu ul.dropdown-menu {
    padding: 0px;
    margin: 0px;
    gap: 0px;
    overflow: hidden;
}
#menu-menu ul.dropdown-menu a.dropdown-item {
    padding: 0px 14px;
}

li.menu-item-has-children ul.dropdown-menu
{
    display:none;
}
li.menu-item.menu-item-has-children:hover ul.dropdown-menu {
    display: flex;
    flex-direction: column;
}
.navbar-left .dropdown-item.active, .dropdown-item:active{
    background: #fff;
    color: var(--secondary);
}



/* .page-inner-banner{
   margin-top: 118px;
} */
.search-resuts a{
    color: var(--primary);
}
.search  article{
    padding: 0px;
}
.offcanvas  {
    background-color: var(--primary) !important;
    height: 100% !important;
    width:100% !important;
}
.offcanvas-header{
    display: block;
    filter: invert(1);
    text-align: right;
}
#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 0px !important;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
nav#header .container {
    padding: 15px 0px;
}
/* Middle Logos */
.navbar-center {
    display: flex;
    gap: 35px;
}
.phone-number {
    color: white;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.menu-item-has-children a:after {
    vertical-align: .200em;
}
#menu-menu a.nav-link {
    padding-left: 0px;
    padding-right: 0px;
}
ul#menu-menu {
    gap: 0px 25px;
}

.social-icons{
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.phone-text {
    font-family: var(--font-dm-serif);
    font-weight: 400;
    font-size: 24px;
    color: var(--secondary);
}
.phone{
    font-family: var(--font-manrope);
    font-weight: 700;
    font-size: 20px;
    color: #2B3E64;
    line-height: 1rem;
}
.navbar-right {
    text-align: end;
    gap:20px;
}
.mobile-call, .mobile-menu{
    display: none;
}
.banner-heding {
    font-family: var(--font-dm-serif);
    font-weight: 400;
    font-size: 80px;
    color: var(--primary);
    width: 91%;
    padding-bottom: 10px;
    line-height: normal;
}
.banner-caption {
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 20px;
    color: var(--grey);
    margin-bottom: 30px;
}
.law-bottom-sec{
    position: relative;
    bottom: 4px;
}
.btn-csm {
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 20px;
    color: var(--secondary);
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid var(--secondary);
    border-top: 1px solid var(--secondary);

    display: inline-block
}
.btn-csm a{
    color: var(--secondary);
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    display: inline-block;
}
.btn-csm input:hover{
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.btn-csm::before,
.btn-csm::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    background-color: var(--secondary);
    z-index: -1;
    transition: height 0.6s ease;
}
.btn-csm::before {
    top: 0;
    transform-origin: top;
}
.btn-csm::after {
    bottom: 0;
    transform-origin: bottom;
}
.btn-csm:hover::before,
.btn-csm:hover::after {
    height: 51%;
}
.btn-csm:hover a {
    color: white;
}

/* Home page css  */
.card.law-box {
    border: none !important;
    border-radius: 0 !important;
    padding: 0px 20px !important;
    border-right: 1px solid var(--secondary) !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.law-bottom-sec .col-md-6:last-child .card.law-box{
    border-right: 0px !important;
}
.card-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.card-sub .card-body{
    padding: 0px !important;
}
.law-box-sub img{
    width: 120px;
}
.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.no-gutters{
    box-shadow: 0px 4px 60px 0px #00000014;
    background-color: #FFFFFF;
}
.card-title {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 20px;
    color: #2B3E64 !important;
}
.card-title {
    font-family: var(--font-dm-serif);
    font-weight: 400;
    font-size: 28px;
    color: var(--primary) !important;
}
.col-2.p-2 {
    align-items: center;
    justify-content: center;
    display: flex;
}
.sugar-land .container{
    background-color: var(--primary);
}
.banner-content{
    /* padding-right: 40px; */
    /* padding-bottom: 35px; */

}
.home-page-first-section .banner-content {
    padding-bottom: 12px;
}
.banner-img img {
    position: relative;
    right: -36px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.btn-csm:hover::before, .btn-csm:hover::after {
    z-index: 0;
}
/* body{
    background-image: url(/wp-content/uploads/2025/06/Ellipse.png);
    background-repeat: no-repeat;
    background-size: 134px;
    background-position: -14px 20%;
} */


body:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Ellipse.png);
    background-repeat: no-repeat;
    height: 466px;
    width: 13%;
    position: absolute;
    top: 52%;
    left: 0px;
    z-index: 1;
}
div#breadcrumbs {
    position: relative;
    z-index: 5;
}

.static-page-details.list-style {
    /*   width: 100%;*/
}
.privacy-policy .col-lg-4.col-md-12 {
    display: none;
}

header.page-header.fullwidth h2.page-title.ll {
    word-wrap: break-word;
}

.header-banner {
    border-bottom-right-radius: 80px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.home-page-first-section .card-sub .card-body p.card-text {
    line-height: 22px;
}
.home-page-first-section .card-body h5.card-title {
    margin-bottom: 0px;
}
.home-page-first-section .card.law-box {
    margin: 18px 0px;
}
.home-page-first-section .card-sub .col-2.p-2 {
    width: 62px;
}
.img-box {
    width: calc(100% - -500px);
}
.phone-number span {
    line-height: 100%;
}
.sugar-land {
    overflow: hidden;
}
/* About section  */
.breadcrumb-container {
    background: #1C203710;
}
.common-space{
    padding: 80px 0px;
}
.sugar-land .common-space{
    padding-top: 165px;
    padding-left: 5%;
    padding-bottom: 70px;
}

.sugar-land .heading-2 h5{
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 38px;
    color: #FFFFFF;
}
.csm-title{
    font-family: var(--font-dm-serif);
    color: var(--primary);
    font-size: 55px;
}
.sugar-land .para-2{
    color: #FFFFFF;
    margin-bottom: 10px;
}
.sugar-land{
    background: linear-gradient(to right, #fff 60%, var(--primary) 80%);
    margin-top: -75px;
}
section.sect-2 {
    padding: 0 0 0 85px;
}
.btn-learn {
    width: 104px;
    padding: 0;
}
/* img overlap */
img{
    max-width: 100%;
}
.img-over{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}
.img-ov2 {
    grid-column: 8 / 12;
    grid-row: 1;
    z-index: 1;
    width: 32vw;
    margin-left: -40px;
    margin-top: -31px;
}
.img-ov1 {
    grid-column: 4 / -1;
    grid-column: 1 / span 8;
    grid-row: 1;
    width: 59vw;
    margin-top: 38px;
}
.lawyers-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    vertical-align: middle;
    column-gap: 20px;
    overflow: hidden;
}

.lawyers-logo .img-grid.col-2 {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lawyers-logo .img-grid img{
max-width: 200px;
}


.img-grid {
    margin: 0 15px;
}
.slider1, .slider1.active {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 80px;
    border-radius: 7px;
    position: relative;
    cursor: pointer;
    transition: 0.6s ease-in-out;

}
.practice1-sub1 {
    padding-left: 0px;
}
.practice1 .practice1-sub1 h5{
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 40px;
    color: var(--primary);
    line-height: 0.7;
}
.practice1-sub1 .practice-caption {
    padding-bottom: 30px;
}

.practice1-sub1-btn .btn-prnt{
    display: none;
}
.slider1 .practice-head {
    font-family: var(--font-dm-serif);
    font-weight: 400;
    font-size: 28px;
    color: var(--primary);
}

.slider1 .slid-img, .slider1 .slid-img-h {
    margin: auto 18px;
    width: 25px;
}
.slider1.active {
    background-color: var(--primary);
}
.slider1 .slid-img-h{
    display: none;
}
.slider1.active .slid-img{
    display: none;
}
.slider1.active .slid-img-h{
    display: block;
}
.slider1.active .practice-head{
    color: #fff;
}
.slider1::after {
    position: absolute;
    top: 56%;
    width: 35px;
    height: 16px;
    right: 16px;
    transform: translate(0, -56%);
    background-image: url(/wp-content/uploads/2025/06/arrow.png);
    content: "";
    background-repeat: no-repeat;
    background-size: 26px;
}
.slider1.active::after {
    position: absolute;
    top: 42%;
    width: 35px;
    height: 18px;
    right: 16px;
    background-image: url(/wp-content/uploads/2025/06/arrow.png);
    content: "";
    background-repeat: no-repeat;
    background-size: 31px;
    transform: translate(0, -43%);
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.practice1-sub3{
    position:relative;
    height: 100%;
    transition: 0.6s ease-in-out;

}

.practice1-sub3 .btn-view {
    position: absolute;
    right: 0;
}
.slid-img-h img{
    filter: brightness(26.5);
}
.practice1-sub3 .sub3-part2{
    position: absolute;
    bottom: 25px;
    left: 10px;
}
.sub3-part2 h5 {
    font-family: var(--font-dm-serif);
    font-size: 34px;
    color: var(--primary);
}
.practice1-sub3.active {
    display: block;
}
.practice1-sub2, .practice1-sub3 {
    display: none;
}
.practice-all{
    position: relative;
    transition: 0.6s ease-in-out;

}
.practice1-sub2 {
    position: absolute;
    bottom: 20px;
    transition: 0.6s ease-in-out;

}
.active {
    display: block;
}
.texa-estate .Planning1{
    background-color: #EAECEF;
}
.sect-4 .Planning1{
    padding: 0 0 0 85px;
    background-color: rgba(43, 62, 100, 10%);
}
.sect-4 .Planning1 .Planning-sub1{
    padding-left: 0;
}
.Planning-sub1 {
    padding-right: 20px;
    padding-left: 0;
}
.row.gutter-x{
    --bs-gutter-x: 2.5rem;
}
.csm-title.recent-blog{
    font-size: 48px;
}
.texa-estate{
    background: linear-gradient(to right, #eaecef 60%, #fff 80%);
}
.Planning-sub1 h5{
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 40px;
    color: #2B3E64;
}
.sect-4 .Planning-sub1 .Planning-sub1-part{
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 12px;
    color: #171717;
    line-height: 28px;
    padding-bottom: 18px;
}
.Planning-sub1-img {
    padding-right: 0px;
    padding-left: 35px;
}
section.sect-5{
    padding: 100px 0;
}
.img-content {
    position: absolute;
    bottom: 0px;
    /* background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(360deg, #000000b0 43%, rgba(0, 0, 0, 0) 100%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.img-content h5 {
    font-family: var(--font-dm-serif);
    font-size: 22px;
}

.img-content a {
    font-weight: 700;
    font-size: 16px;
    color: var(--secondary);
    text-decoration: none;
}
.sect-5-all{
    display: flex;
    justify-content: space-between;
}
.custom-carousel .owl-stage {
    transition-timing-function: ease-in-out !important;
    transition-duration: 800ms !important;
    width: max-content !important;
}
.carousel-container {
    width: 50%;
    position: relative;
}
#leftCarousel {
    /* padding-right: 30px; */
}
.slider-img.item {
    height: 360px;
}
.slider-img.item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#rightCarousel .owl-stage-outer{
    /* padding-right: 32%; */
}
.img-content {
    width: 100%;
}
.recent-bg{
    width:50%;
    height: 362px;
    text-align: center;
    position: absolute;
    background-color: #FFFFFF;
    top: -1px;
    left: 0px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 30px;
    /* border-top: 1px solid #e7e5e4;
    border-left: 1px solid #e7e5e4;
    border-right: 1px solid #e7e5e4; */
}
.carousel-container.right-carousel.custom-carousel.carausel-rr {
    width: 18%;
}
.left-carousel .owl-stage-outer {
    padding-left: 200px;
    overflow: hidden;
    margin-left: -40px;
}
.recent-bg h5{
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 34px;
    color: #2B3E64;
    padding-bottom: 8px;
}
.sect-5-content-top{
    font-size: 20px;
}
.sect-6{
    padding: 0 0 100px 85px;
}

.atrny-bg-1{
    position: relative;
    color: #F5F5F3;
    padding-bottom: 15px;
}
.atrny-text {
    /*position: absolute;*/
}
.atrny-text-box{
    padding-bottom: 20px;
}
.atrny-bg-1 > div.atrny-text-box:nth-child(2) {
    padding-top: 0;
}
.page-id-7 .atrny-bg-1 > div.atrny-text-box:nth-child(5) {
    margin-top: 0;
}
.atrny-bg{
    padding-left: 15% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.charles-1{
    position: absolute;
    right: 0;
    bottom: 175px;
    padding-left: 22px;
}
.atrny-text{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
}
.atrny-text h5 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 40px;
    padding-bottom: 5px;
}
.atrny-text-sub {
    font-size: 20px;
    /* padding-bottom: 50px; */
}
.atrny-text-parter {
    width: 345px;
    margin-bottom: 15px;
}

.atrny-text-2 .Paul-ti, .atrny-text-3 h5, .charles-1 h5 {
    font-family: var(--font-dm-serif);
    font-size: 25px;
}
h5.Paul-ti{
    font-size: 36px;
    font-family: var(--font-dm-serif);
}
.atrny-text-part, .atrny-text-share {
    color: var(--secondary);
    font-size: 20px;
}
.atrny-text-part, .atrny-text-share {
    font-family: var(--font-manrope);
    font-weight: 400;
    color: #B69957;
    font-size: 20px;
}
.atrny-text-2 {
    padding-right: 0px;
    padding-left: 22px;
}
.atrny-text {
    padding-right: 30px;
}
.hiring {
    padding: 0 85px 100px 85px;
}
.hiring-img {
    padding-left: 0px;
    padding-right: 22px;
}
.hiring-sub {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-right: 55px;
}
/* .testimonial-sec {
    padding: 0 85px 0 0;
} */
.testimonial-sec{
    overflow: hidden;
}
.testimonial-1 {
    background-color: #2B3E64;
    color: #FFFFFF;
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 26px;
}
.testimonial-1, .testimonial-3{
    width: 36%;
}
.testimonial-1, .testimonial-2{
    height: 374px;
}
.testimonial-2 {
    display: flex;
    flex-direction: column;
    padding: 0px;
    padding-left: 0px !important;
}
.testimonial-2, .testimonial-4{
    width: 64%;
}
.testimonial-4{
    background-color: #2B3E64;
    padding: 15px;
}
.monail-all {
    margin: auto;
    width: 45%;
    padding: 30px 0px;
}
.monail-all .monial-name:not(:last-child) {
    padding-bottom: 0px;
}

.testimonial-4 .btn-csm {
    margin-left: 18px;
}
.testimonial-2-sub-text {
    margin-left: 9px;
}

/* temp  -------------------------------------------------------*/
.monial-list {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.monial-name {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.6s ease;
    color: #444;
    font-family: var(--font-dm-serif);
    font-weight: 400;
    font-size: 36px;
    pointer-events: none;
}

/* Top visible */
.monial-name.prev {
    transform: translateY(0);
    opacity: 0.3;
    z-index: 1;
    color: #F5F5F3;
}

.monial-name.active {
    transform: translateY(100px);
    opacity: 1;
    color: #F5F5F3;
    z-index: 2;
    font-weight: 400;
}

/* Bottom visible */
.monial-name.next {
    transform: translateY(200px);
    opacity: 0.3;
    z-index: 1;
    color: #F5F5F3;
}

/* Hide others */
.monial-name:not(.prev):not(.active):not(.next) {
    opacity: 1;
    transform: translateY(0);
    pointer-events: none;
    color: #ffffff8c;
}

.monial-name.swiper-slide.swiper-slide-active {
    color: #FFFFFF !important;
}

/* .vertical-swiper .swiper-slide {
    opacity: 0;
}
.vertical-swiper .swiper-slide-active {
    opacity: 1;
    
} */
/* Non-active states (hidden but keep transition smooth) */
.monial-name.inactive-up {
    transform: translateY(-100px); /* above view */
    opacity: 0;
}

.monial-name.inactive-down {
    transform: translateY(300px); /* below view */
    opacity: 0;
}

.testimonial-2-sub {
    display: none;
    opacity: 0;
    position: absolute;
    padding-left: 35px;
    padding-right: 110px;
}

.testimonial-2-sub.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    position: relative;
}
.testimonial-2-sub-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    transform: translateY(10px);
    transition: opacity 3s ease, transform 3s ease;
    overflow: hidden;
}
/* .testimonial-2 .swiper-slide{
    height:80px !important;
} */
.testimonial-2 .testimonial-2-sub:nth-child(1) {
    background-color: #eaecf0;
}
.testimonial-2 .testimonial-2-sub:nth-child(2) {
    background-color: #f8f5ef;
}
.testimonial-2 .testimonial-2-sub:nth-child(3) {
    background-color: #f1f9f7;
}
.testimonial-2 .testimonial-2-sub:nth-child(4) {
    background-color: #eaecf0;
}
.testimonial-2 .swiper-slide:nth-child(3n + 1){
    background: #2b3e6410 !important;
}

/* div:nth-child(3n + 2) {
  background-color: green;
}

div:nth-child(3n) {
  background-color: blue;
} */

.star-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.testimonial-five-star{
    width: 185px;
    height: auto;
}
.sect-8 h5 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: var(--primary);
    line-height: 70px;
}
.star-text {
    font-size: 20px;
    line-height: 1.8;
}
.board-legal-all .last-box.col-2 {
    width: 6% !important;
}
.BoardAll-sub{
    background-image: url("/wp-content/uploads/2025/06/texas-board-certified.png");
    background-color: white;
}
.board-2 {
    display: flex;
    margin-right: 85px;
    justify-content: space-between;
}
.last-box{
    width: 85px;
    background-color: red;
}
.board-box{
    background-color: var(--primary);
}
.board-legal-all{
    justify-content: space-between;
}
.board-emp{
    background-color: white;
    padding-left: 85px;
}
.board-legal-sub {
    padding-right: 0px;
    padding-left: 0px;
}
.board-cert {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.board-cert-sub {
    font-family: var(--font-dm-serif);
    font-size: 32px;
    color: var(--secondary);
    padding-bottom: 20px;
    margin-top: -13px;
}

.form-details .form-valid input, .form-details .form-valid textarea{
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
}
.form-details .form-valid input::placeholder, .form-details .form-valid textarea::placeholder{
    color: white;
}
label.error {
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    right: 0px;
    bottom: -34px;
    background: #b30000;
    line-height: normal;
    padding: 0px 5px;
}
.wpcf7 form.spam .wpcf7-response-output {
    font-size: 12px;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 12px;
}
.message label.error{
    bottom: -11px;
}
.wpcf7-not-valid-tip{
    display: none;
}
textarea{
    resize: none !important;
}
.message p{
    margin-bottom: 0px;
}
.contact-form .btn-csm{
    margin-top: 20px;
}
.our-practice {
    color: white;
    background-color: var(--primary);
    display:flex;
}
.form-details {
    margin-bottom: 28px;
    padding-left: 0px;
    padding-right: 20px;
}
/* .our-practice label.error {
    bottom: -28px;
} */

.page-template-practice-area .preactice-info .overlay h3.csm-title.text-white {
    position: relative;
    top: 6px;
}



.contact-form input, .contact-form textarea{
    padding: 12px 0px;
    border-bottom: 1px solid #FFFFFF !important;
    color: white;
    font-family: var(--font-manrope);
    font-size: 12px;
    width: inherit;
    border: none;
    position: relative ;
}
textarea{
    height: 100px;
    resize: none;
}
.form-area h5{
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 40px;
}
.form-area {
    padding: 51px;
}
.map-area {
    padding-left: 0px;
    padding-right: 0px;
}
.map-area img{
    width: 100%;
    height: -webkit-fill-available;
    height: 100%;
}
.form-out {
    padding-right: 25%;
}
.form-submit {
    padding-left: 0px;
}
.form-area-sub {
    padding-right: 75px;
}
.form-area-sub textarea {
    height: 180px;
}
.form-fill {
    padding-top: 15px;
}
.form-submit, .newsletter-submit{
    padding: 8px 29px 9px 29px;
    background: transparent;
    border: none;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    color: var(--primary);
    cursor: pointer;
}
.footer-details{
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
}
#footer .menu-item a[aria-current=page] {
    color: var(--secondary) !important;
    font-weight: 800;
}
.footer-menu{
    color: #fff;
    padding-left: 0px;
}
.footer-menu li{
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 100;
}
.footer-main{
    padding: 70px 0px;
}
.f-links{
    justify-content: space-evenly;
    padding: 0px 0px 0 100px;
}
.footer-details .footer-crossroads{
    color: #FFFFFF;
}
.footer-para {
    font-weight: 100;
    color: #FFFFFF;
}
#footer .menu-item a:hover {
    /* color: var(--secondary) !important; */
    color: var(--secondary) !important;
    transition: 0.3s ease;
}
#footer li.menu-item.menu-item-type-custom a.nav-link {
    transition: 0.3s ease;
}
.copyright {
    background-color: var(--primary);
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 7px;
}
.links-heading {
    font-family: var(--font-dm-serif);
    font-size: 22px;
    color: var(--secondary);
    padding-bottom: 10px;
}
.links-data a {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}
.links-heading-sub{
    padding-left: 0px;
}
.footer-logo{
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.footer-img{
    width: 120px;
    padding-left: 0px;
}
.mobile-newslatter{
    display:none !important;
}
.footer-form-inp{
    padding: 10px 12px;
    color: white;
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    outline: none;
    border: 1px solid #FFFFFF;
    width: 100%;
    background-color: transparent;
}
.form-valid input.footer-form-inp::placeholder{
    color: #FFFFFF;
}
.newsletter-email{
    padding-bottom: 70px;
}
.footer-main{
    background-color: var(--oxford-blue) !important;
}
.footer-details .nav-logo{
    padding-bottom: 20px;
}
.links-data{
    margin-bottom: 8px;
}
input, select, textarea{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 13px 15px;
    color: #fff;
    font-size: 18px !important;
}
input::placeholder{
    color: #fff;
}
.newslater{
    display: flex;
    column-gap: 15px;
    margin-top: 10px;
}
.newslater p{
    margin: 0px !important;
}
.btn-csm p{
    margin:0px !important;
    text-align: center;
    position: relative;
    height: 100%;
}
.btn-csm p .wpcf7-spinner{
    position: absolute;
}
.btn-csm input{
    border: none;
    padding: 0px;
    color: var(--secondary);
    width: 85px;
    height: 100%;
}
.mobile-logo-footer{
    display:none;
}
.newslater .wpcf7-form-control-wrap input{
    width: 300px;
}
.practice-all {
    overflow: hidden;
}
.practice1-sub1.col-md-5{
    width: 40.5%;
}
.practice-details.col-md-3 {
    width: 22.5%;
}

.slider1 .slid-img {
    width: 32px;
}
.slider1 .slid-img-h{
    width: 32px;
}
/* .slider1.border:nth-child(5) .slid-img {
    width: 27px;
}
.slider1.border:nth-child(3) .slid-img {
    width: 40px;
}
.slider1.border:nth-child(3) .slid-img-h {
    width: 40px;
}
.slider1.border:nth-child(2) .slid-img {
    width: 30px;
} */
.slider1 .slid-img img {
    object-fit: cover;
}
.practice-details{
    position: relative;
}
.btn-csm.btn-view{
    position: absolute;
    right: 0;
}
#menu-menu ul.dropdown-menu.show {
    padding: 0px;
}
.board-legal-sub
{
    width: 90%;
}
.contact-form .btn-csm {
    padding: 12px 0px;
    width: 129px;
}
.sliderall1 .slider1:hover .slid-img-h img{
    filter: brightness(22.5);
}
/* .board-legal-all {
    background-image: url(/wp-content/uploads/2025/06/board-of-legal.png);
    background-repeat: no-repeat;
    background-size: contain;
        margin-right: 0px !important;
    margin-left: 0px !important;
} */
.board-legal-all {
    background-image: url(/wp-content/uploads/2025/06/board-of-legal.png);
    background-repeat: no-repeat;
    background-size: 16%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    background-position: 0px 100%;
}
.our-atrny-team{
    background: linear-gradient(to right, #fff 6%, transparent 6%), url(/wp-content/uploads/2025/06/our-attorneys.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.board-cert-sub2{
    padding-bottom: 20px;
}
.board-cert {
    padding: 90px 0px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: -webkit-fill-available;
}
.contact-form input.wpcf7-submit {
    border-bottom:none !important;
}
textarea::placeholder{
    color: #fff;
}
.phone-icon{
    display: none;
}
.phone a{
    font-weight: 700;
    color: var(--primary);
    font-size: 20px;

}
.lawyers-logo {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollRightToLeft 15s linear infinite;
}
.img-grid {
    flex: 0 0 auto;
    margin-right: 40px;
    margin-left: 40px;
}

/* @keyframes scrollRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%)); 
  }
} */

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.mobile-member, .mobile-blog{
    display: none;
}
.page-inner-banner .col-md-7 {
    background-color: var(--primary);
    display: flex;
    align-items: center;
}
.page-inner-banner .inner-caption{
    color: #fff;
    padding: 0px 30px 10px;
}
.page-inner-banner .row{
    --bs-gutter-x: 0px;
}
.page-inner-banner .container{
    padding: 0px;
}
.page-inner-banner .inner-caption .csm-title {
    font-size: 80px;
}
.page-inner-banner .inner-caption p{
    font-size: 20px;
    margin-bottom: 0px;
}
.breadcrumb{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-transform: uppercase;
    font-size: 25px;
    color: var(--primary);
    margin-bottom: 0px !important;
}
.breadcrumb a{
    color: var(--primary);
}
.breadcrumb_last{
    font-weight: 700;
}
span.breadcrumb_last:before {
    content: "";
    width: 16px;
    height: 15px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/06/back-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 0px 0px 0px;
    margin: 0px 5px 0px 6px;
}

section.our-missing ul.cross-list li {
    font-size: 20px;
}
section.our-missing ul.cross-list li::before{
    top: 10px;
}


.inner-container .container{
    padding: 0px;
}
.cross-list li {
    position: relative;
    padding-left: 28px;
    list-style: none;
    padding-bottom: 15px;
}

.cross-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/06/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.cross-list{
    padding-left: 0px;
}
.row.gutter-x{
    --bs-gutter-x: 2.0rem;
}
.bg-grey-csm{
    background-color: var(--grey-light);
}
.our-value-info h5{
    font-family: var(--font-dm-serif);
    color: var(--primary);
    font-size: 22px;
    padding-top: 15px;
}
.about-attrny .atrny-bg{
    padding-left: 0% !important;
}
.our-value-info{
    font-size: 20px;
    padding-bottom: 10px;
}
.our-value{
    background: linear-gradient(to right, var(--grey-light) 50%, #fff 28%);
}
.about-attrny{
    margin: 80px 0px;
}
.about-attrny .atrny-bg-1 > div.atrny-text-box:nth-child(2) {
    padding-top: 0px;
}
.atrny-text-box.about .atrny-text-parter{
    width: 30%;
    margin-bottom: 15px;
}
.atrny-text-box.about{
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.attrny-caption .des{
    width: 88%;
    padding-top: 15px;
}

.page-id-204 .atrny-text-parter {
    margin-bottom: 0px !important;
}

.page-id-204 h5.Paul-ti {
    margin-bottom: 0px;
}
.page-id-204 .attrny-caption .des {
    padding-top: 1px;
    line-height: 2;
}

.page-template-about-us .atrny-text-box.about .atrny-text-parter img {
    width: 100%;
}

/* .about-attrny .atrny-bg-1 > div.atrny-text-box:nth-child(5) {
    margin-top: 0%;
    margin-bottom: 0px;
    padding-bottom: 0px;
} */
.consultation-sec{
    background-image: url(/wp-content/uploads/2025/06/law-bg-footer.jpg);
    background-image: url(/wp-content/uploads/2025/06/Group-24.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.call-to-action{
    width: 1000px !important;
    margin: auto;
    background: #fff;
    padding: 30px;
}
.call-to-action p{
    font-size: 16px;
    color: var(--primary);
    margin: 1.2rem 0px;
}
.testimonial-list{
    display: grid;
    grid-template-columns: 2fr 2fr;
    column-gap: 45px;
    row-gap: 45px;
}
.testimonial-list .testimonial-2-sub-text{
    background-color: #EAECF0;
    padding: 45px;
    overflow: inherit;
}
.open-qt {
    position: absolute;
    top: -10px;
    left: -12px;
    width: 50px;
    height: 50px;
}
.star-icon{
    margin-bottom: 15px;
}
.close-qt {
    position: absolute;
    bottom: -10px;
    right: -12px;
    width: 50px;
    height: 50px;
}
.testimonial-list .csm-title{
    font-size: 36px;
}

.searchFormContainer-mobile {
    display: none;
}

.blog-detail-list{
    background-color: #EAECF0;
    padding: 30px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 20px;
}
.blog-media img{
    width: 382px;
    height: 215px;
    object-fit: cover;
}
.blog-caption .csm-title{
    font-size: 28px;
}
.sidebar-form{
    background-color: var(--primary);
    padding: 20px;
}
.sidebar .search-form input {
    border-bottom: 2px solid #2B3E64;
    width: 98%;
}

.page-template-blog .sidebar .search-form input {
    border-bottom: 2px solid #2B3E64;
}
.blog-list .row{
    --bs-gutter-x: 3.5rem;
}
.blog-content h3{
    font-family: var(--font-dm-serif);
    color: var(--primary);
    font-size: 36px;
    text-transform: capitalize;
}
.search-form input::placeholder{
    color: var(--primary);
}
.sidebar .search-form{
    width: auto;
    display: block;
}
.sidebar-form .contact-form .col-md-6, .sidebar-form .contact-form .btn-csm{
    width: 100%;
}
.sidebar #searchFormContainer {
    margin-bottom: 15px;
}
.blog-detail-list .blog-media{
    width: 45%;
}
.blog-detail-list .blog-caption{
    width: 55%;
}
.blog-content .post-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-wrap{
    padding: 40px;
}
.contact-wrap .contact-form input, .contact-wrap .contact-form textarea {
    border-bottom: 1px solid #171717!important;
    color: #171717;
}

.contact-wrap .contact-form input.wpcf7-submit{
    border-bottom: none !important;
    color: var(--secondary) !important;
}
.contact-wrap input::placeholder, .contact-wrap textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
    color: #171717 !important;
}
.contact-wrap .contact-form{
    text-align: center;
}
.contact-wrap .contact-form .row {
    margin: 30px 0px;
}
.preactice-info {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.1);
    cursor: pointer;
    text-align: center;
}

.preactice-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.preactice-info .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: rgb(43 62 100 / 80%);
    color: #fff;
    padding: 12px;
    transition: height 0.4s ease;
    overflow: hidden;
    box-sizing: border-box;
}

.preactice-info .csm-title {
    margin: 0;
    font-size: 32px;
}
.practice-page-sec .row{
    justify-content: center;
    --bs-gutter-y: 1.5rem;
}

.preactice-info .focus-content {
    opacity: 0;
    transition: opacity 0.4s ease;
    margin-top: 10px;
}

.preactice-info:hover img {
    transform: scale(1.05); /* optional zoom effect */
}

.preactice-info:hover .overlay {
    height: 100%;
    background: rgb(43 62 100 / 80%);
    display: grid;
    align-items: center;
    align-content: center;
}

.preactice-info:hover .focus-content {
    opacity: 1;
}

.static-page-details h2, .static-page-details h3{
    font-family: var(--font-dm-serif);
    color: var(--primary);
    font-size: 80px;
    text-wrap: balance;
}
.static-page-details h3{
    font-size: 55px;
}
.testimonial-sec .vertical-swiper {
    height: 100%;
}
.testimonial-sec .swiper-slide {
    height: auto;
    padding: 20px;

}
.monial-name {
    cursor: pointer;
    padding: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.monial-name.active-pagination {
    background-color: transparent;
    font-weight: 400;
    border-radius: 4px;
    color: #fff !important;
}
.achievement{
    background-color: var(--primary);
}
.achivmt-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.achivmt-logo .logo {
    background-color: #ffffff45;
    padding: 25px;
    width: 250px;
    height: 220px;
    display: grid;
    align-items: center;
}
.achivmt-logo .logo img{
    width: 80%;
    margin: auto;
}
.navbar-nav .nav-link.active{
    color: var(--secondary) !important;
}
.contact-form .btn-csm:hover input.wpcf7-submit{
    color: #fff !important;
    z-index: 9;
}
.thankyou-content {
    text-wrap: balance;
}
.thankyou-content a{
    color: var(--primary);
}
.newslater .wpcf7-form-control-wrap input:focus-visible{
    outline: none;
}
.newslater .btn-csm:hover input {
    opacity: 1;
    color: #fff !important;
    position: relative;
    z-index: 9;
}
.newslater .btn-csm input {
    position: relative;
}
.search_result  .blog-listing-row > div {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.7);
    margin-bottom: 30px;
    padding: 15px 25px;
}
.blog-loop-full a, .page-title span{
    font-family: var(--font-dm-serif);
    color: var(--primary);
}
.blog-loop-full .btn-csm a{
    font-family: var(--font-manrope);
    color: var(--secondary);
}
.blog-loop-full .btn-csm:hover a{
    color: #fff;
}
.page-title.gg{
    padding-bottom: 20px;
}
a.click-here{
    color: var(--primary);
}
/* pagination */
.page-numbers {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #999;
    position: relative;
    font-weight: 400;
    font-family: var(--font-manrope);
    text-align: center;
    min-width: 30px;
}

.page-numbers.current {
    color: var(--secondary);
    position: relative;
}

.page-numbers.current::after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    background: var(--secondary);
    margin: auto;
    width: 35px;
}
.page-numbers.current::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    height: 1px;
    background: var(--secondary);
    margin: auto;
    width: 35px;
}
.next.page-numbers span.arrow,
.prev.page-numbers span.arrow
{
    position: relative;
    top: -4px;
}
.page-numbers.prev,
.page-numbers.next {
    color: var(--secondary);
    font-size: 18px;
}

.page-numbers.prev::before,
.page-numbers.next::before,
.page-numbers::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background: var(--secondary);
    margin: 6px auto;
}

.page-numbers.prev::after,
.page-numbers.next::after,
.page-numbers::after {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background: var(--secondary);
    margin: 6px auto;
}
.page-numbers::after, .page-numbers::before{
    background: #ddd;
}
.pagination .nav-links{
    width: 100%;
}
.next.page-numbers{
    float: right;
}
.prev.page-numbers{
    float: left;
}
.pagination {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.mobile-toggle:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cline x1='1' y1='1' x2='15' y2='15' stroke='black' stroke-width='2'/%3E%3Cline x1='15' y1='1' x2='1' y2='15' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
.btn:first-child:active, header .btn:hover{
    background-color: var(--primary) !important;
}
.social-icons a:hover img{
    /* filter: invert(1); */
}
a.social-icons-style:hover svg path {
    fill: var(--secondary);

}
.search-area img:hover{
    filter: invert(57%) sepia(9%) saturate(2009%) hue-rotate(4deg) brightness(88%) contrast(87%);
}
.phone-number .phone:hover a{
    color: var(--secondary);
}
.Planning-sub1-img img{
    width: 100%;
}


.slider-img.item .img-content a:hover {
    text-decoration: underline;
}

/* .page-id-288 .col-5.desk-newform {
    display: none;
} */


.map-wrapper {
    padding: 0px;
}
section.map-wrapper iframe {
    margin-bottom: -12px;
}


.map-wrapper p{
    margin: 0px;
}
button.search-submit:hover img {
    filter: invert(1);
}
/*

.page-id-316 div#searchFormContainer {
    display: none !important;
}
.page-id-290 div#searchFormContainer {
    display: none !important;
}
.page-id-320 div#searchFormContainer {
    display: none !important;
}
.page-id-316 div#searchFormContainer {
    display: none !important;
}
.page-id-321 div#searchFormContainer {
    display: none !important;
}
.page-id-322 div#searchFormContainer {
    display: none !important;
}
*/

.navbar-expand-md .offcanvas {
    display: none;
}

#myModal{
    transition: 0.6s ease-in-out;
}

a.footer-privacy-policy {
    color: #fff;
}
a.footer-privacy-policy:hover {
    text-decoration: underline;
}
body.search.search-results .sidebar div#searchFormContainer {
    display: none;
}
body.search.search-no-results .aside-sidebar div#searchFormContainer {
    display: none;
}
.slider-img.item {
    height: 505px;
}
.recent-blogs .owl-carousel .owl-item {
    height: 505px !important;
    /* width: 619px !important; */
}
/* .recent-bg{
    margin-left: -3px;
       height: 505px;
       width: 619px;
} */
.recent-bg {
    margin-left: -3px;
    height: 505px;
    width: 619px;
    height: 100%;
    background: #fff;
    height: calc(100% - -2px);
}
.banner_none {
    padding-top: 75px;
}
.recent-bg2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 30px;
    width: 32%;
}
.carousel-container.right-carousel.custom-carousel.carausel-rr .slider-img.item .img-content {
    width: calc(100% - -100px);
}
.desk-newform {
    display: flex;
    justify-content: end;
}
.links-heading-sub-2 {
    display: flex;
    justify-content: center;
}
.map-area iframe {
    width: 100%;
    height: 100%;
}
.prac-img {
    max-height: 500px;
    object-fit: cover;
}

/* Responsive Media Queries */
@media screen and (max-width: 1366px){
    /* .testimonial-2 .swiper-slide {
        height: 35px !important;
    } */
}
@media screen and (max-width: 1599px){
    .achivmt-logo .logo {
        width: 220px;
        height: 195px;
    }
    .static-page-details h3 {
        font-size: 40px;
    }
    .static-page-details h2{
        font-size: 60px;
    }
    .preactice-info{
        height: 350px;
    }
    .preactice-info .csm-title {
        font-size: 25px;
        text-align: center;
    }
    .blog-content h3{
        font-size: 26px;
    }
    .blog-caption .csm-title {
        font-size: 24px;
    }
    .testimonial-list .csm-title {
        font-size: 27px;
    }
    .page-inner-banner .inner-caption {
        padding-left: 7%;
    }
    .call-to-action{
        width: 800px !important;
    }
    h5.Paul-ti{
        font-size: 25px;
    }
    .our-atrny-team {
        background: linear-gradient(to right, #fff 4%, transparent 4%), url(/wp-content/uploads/2025/06/our-attorneys.png);
    }
    .inner-container{
        max-width: 1130px !important;
        margin:auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-inner-banner .inner-caption p{
        font-size: 16px;
    }
    .page-inner-banner .inner-caption .csm-title {
        font-size: 55px;
    }
    .footer-menu li{
        font-size: 14px;
    }
    .social-icons a img{
        width: 20px;
    }
    .search-area img{
        width: 20px;
    }
    .navbar-right {
        gap: 6px;
    }
    .star-text{
        font-size: 15px;
    }
    .monial-name{
        font-size: 30px;
    }
    .board-cert-sub {
        font-size: 25px;
        padding-bottom: 13px;
        margin-top: -10px;
    }
    .sect-5-content-top, .atrny-text-sub{
        font-size: 16px;
    }
    .atrny-text .Paul-ti{
        font-size: 26px;
    }
    .atrny-text-part, .atrny-text-share {
        font-size: 16px;
    }
    .img-content a{
        font-size: 14px;
    }
    .img-content h5 {
        font-size: 18px;
    }
    .csm-title.recent-blog {
        font-size: 30px;
    }
    .slider1, .slider1.active{
        height: 55px;
    }
    .sub3-part2 h5{
        font-size: 25px;
    }
    .slider1 .practice-head{
        font-size: 20px;
    }
    .newslater .wpcf7-form-control-wrap input{
        width: 250px;
    }
    .csm-title {
        font-size: 38px;
    }
    h3.csm-title {
        font-size: 30px;
    }
    p,li, .footer-para, .links-data a, .copyright{
        font-size: 14px;
        line-height: 28px;
    }
    input, select, textarea{
        font-size: 15px !important;
        padding: 11px 15px;
    }
    .logo-two-footer img{
        width: 200px;
    }
    .footer-img {
        width: 100px;
    }
    .links-heading{
        font-size: 20px;
    }
    .card-title{
        font-size: 24px;
    }
    .banner-caption, .btn-csm{
        font-size: 15px;
    }
    .btn-csm{
        padding: 4px 15px;
    }
    .banner-heding{
        font-size: 60px;
        width: 83%;
    }
    .container{
        max-width: 1196px !important;
    }
    .navbar-left a, .navbar-right a {
        font-size: 14px;
    }
    .phone-text {
        font-size: 18px;
        line-height: 1rem;
    }
    .nav-logo{
        width: 234px;
    }
    .phone a{
        font-size: 16px;
        line-height: 1rem;
    }
    .logo3 {
        width: 142px;
    }
    .navbar-left ul, .navbar-right ul {
        gap: 7px;
    }
    .social-icons li a img {
        width: 18px;
        height: auto;
    }
    .search-icon a img {
        width: 18px;
    }
    .navbar-center {
        gap: 28px;
    }
    .navbar-right {
        gap: 12px;
    }
    /* .header-banner {
            background-size: 117px;
            background-position: 0px 217px;
    } */
}
@media screen and (min-width: 1600px) {
    .banner-heding{
        padding-bottom: 15px;
    }
    .page-inner-banner .inner-caption {
        padding-left: 10%;
    }
    .call-to-action{
        padding: 55px;
    }
    .container{
        max-width: 1546px !important;
    }
    .nav-logo{
        width: 300px;
    }
    .inner-container{
        max-width: 1366px !important;
        margin:auto;
    }
    .board-legal-all .last-box.col-2 {
        width: 6.5% !important;
    }
}
@media screen and (min-width: 1900px) {

    .home .header-wrap {

    }
    .testimonial-list{
        column-gap: 50px;
        row-gap: 50px;
    }
    /* .testimonial-2 .swiper-slide {
        height: 50px !important;
    } */
    .board-legal-all .last-box.col-2 {
        width: 5.5% !important;
    }
    .page-inner-banner .inner-caption{
        padding-left: 15%;
    }
    .inner-container{
        max-width:1366px !important;
        margin: auto;
    }
    .practice1-sub1 {
        padding-right: 30px;
    }
    .atrny-text-parter {
        width: auto;
    }
    .slider1 .slid-img, .slider1 .slid-img-h{
        width: 35px;
    }
    .sugar-land .common-space {
        padding-top: 230px;
    }
    .lawyers-logo{
        column-gap: 30px;
    }
    .sugar-land {
        margin-top: -143px;
    }
    .header-banner{
        border-bottom-right-radius: 150px;

    }
    .common-space{
        padding: 100px 0px;
    }
    .container{
        max-width: 1680px !important;
    }
    .law-box-sub img {
        width: 100%;
    }
    .card-sub {
        column-gap: 18px;
    }
    .card.law-box {
        padding: 0px 40px !important;
    }


}

.owl-item .sect-5-content p {
    line-height: 1.4;
    margin-bottom: .1rem;
}
.owl-item .img-content h5{
    margin-bottom: .1rem;
}

nav.widget.widget_parent_child_menu {
    padding: 20px;
    margin-top: 15px;
    border: 1px solid;
    border-color: var(--primary);
    background: #efefef;
}
nav.widget.widget_parent_child_menu ul.parent-child-menu {
    list-style: none;
    padding: 0px;
}
nav.widget.widget_parent_child_menu ul.parent-child-menu li.page_item:before {
    content: "";
    width: 16px;
    height: 15px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/06/back-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 0px 0px 0px;
    margin: 6px 5px 0px 0px;
}
nav.widget.widget_parent_child_menu ul.parent-child-menu li {
    display: flex;
}
nav.widget.widget_parent_child_menu ul.parent-child-menu li a{
    color: #000;
}
nav.widget.widget_parent_child_menu ul.parent-child-menu li a:hover{
    color: var(--primary);
}

nav.widget.widget_parent_child_menu ul.parent-child-menu li.current_page_item a {
    color: var(--primary);
    font-weight: 600;
}

.page-template-default .inner-container h2 {
    font-size: 40px;
}
.page-id-204 section.our-missing.common-space {
    display: none;
}
.page-id-288 .desk-newform .links-heading {
    display: none;
}
.page-id-288 .desk-newform .newsletter-email {
    display: none;
}
.page-id-288 .newsletter-email.row.mobile-newslatter {
    display: none !important;
}
section.recent-blogs.common-space {
    display: none;
}
.estate-lawyer-image-style {
    padding-right: 2rem !important;
}
.texa-estate-content {
    padding: 2rem 0;
}



.footer-smallNote p {
    color: #fff;
    font-size: 14px;
}


.awards-disclaimer {
    padding: 25px;
    background: var(--primary);
    color: #fff;
    text-align: center;
}