 /*Arpona Fonts*/
@font-face { font-family: Arpona-Bold; src: url('../fonts/arpona-bold.ttf'); }

/*Sofia Pro Fonts*/
@font-face { font-family: Sofia-Pro-SemiBold; src: url('../fonts/sofia-pro-semibold.otf'); } 
@font-face { font-family: Sofia-Pro-Bold; src: url('../fonts/sofia-pro-bold.otf'); } 
@font-face { font-family: Sofia-Pro-Black; src: url('../fonts/sofia-pro-black.otf'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Sofia-Pro-SemiBold", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    font-size: 25px;
    color: #23356d;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}


.btn:focus{
    box-shadow: none;
}

.container{
    padding-left: 20px;
    padding-right: 20px;
}

:root {
    scroll-padding-top: 210px; /* Adjust to your header height */
}


/*Header*/
.header{
    background: transparent;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
}

/*Main Nav*/
.main-nav{
    padding: 10px 0px;
    position: relative;
    background-color: #FFFFFF;
}
.navbar-nav{
    gap: 60px;
}
.logo{
    width: 250px;
}
.nav-link{
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #23356d;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nav-item .nav-link:hover, 
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show{
    color: #1b9a56;
}
.main-nav .btn-theme{
    padding: 8px 20px;
    border-radius: 0px;
    background-color: #1b9a56;
    color: #FFF;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
    border: 0px !important;
}
.btn-theme:hover, 
.btn:first-child:active{
    background-color: #23356d;
    color: #ffffff;
}

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}          
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

@media all and (min-width: 1200px) {
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    margin-top: 0px;
    vertical-align: 3px;
    content: "";
    border-top: 9px solid #1b9a56;
    border-right: 9px solid transparent;
    border-bottom: 0 !important;
    border-left: 9px solid transparent;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    background: #fffffff2;
    box-shadow: none;
    border-radius: 0px;
    overflow: hidden;
    padding: 10px 0 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 30px;
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    text-align: center;
    color: #23356d;
    font-family: "Sofia-Pro-Black", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    background-color: transparent !important;
}
.dropdown-menu.left-side .dropdown-item{
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    padding: 10px 30px;
}
.dropdown-menu.left-side .small-text{
    font-family: "Sofia-Pro-SemiBold", sans-serif;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}
.drop-title {
    padding: 18px 30px 5px;
    color: #95a1bf;
    font-family: "Sofia-Pro-Black", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 3px;
}
.dropdown-menu.left-side{
    left: auto;
    right: 0px;
}
.dropdown-menu li:last-child .dropdown-item{
    margin-bottom: 10px;
}
.nav-item .nav-link.active.dropdown-toggle::after{  
    border-top: 0.3em solid !important;
    border: solid #0a58ca !important;
    border-width: 0 2px 2px 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    color: #1b9a56;
}
.dropdown .dropdown-menu{
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

@media all and (min-width: 1200px) {
.navbar .dropdown-menu-end{ right:0; left: auto; }
.navbar .nav-item .dropdown-menu{ display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0; }
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%; }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
    display: flex;
}
.menu_toggle{
    width: 28px !important;
    height: 50px;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
    align-items: flex-end;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #009d4f;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}
.menu_toggle span:hover, 
#check1:checked~.menu_toggle span{
    background: #23356d;
}
.menu_toggle span:nth-child(2){
    width: 75%;
}
.menu_toggle span:nth-child(3){
    width: 48%;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 90%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 90%;
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
#check1{
    display: none;
}

/*Marquee Section*/
.marquee-sec{
    padding: 15px 0;
    background-color: #1b9a56;
}
.marquee-box{
    overflow: visible;
}

/* Marquee styles */
.marquee {
    --gap: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    white-space: nowrap;
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: var(--gap);
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    animation: scroll 50s linear infinite;
    transition: all 1s ease-in-out;
}

.marquee__content li{
    color: #FFFFFF;
    font-family: "Sofia-Pro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 3px;
}
.marquee__content li .marquee-link{
    color:  #23356d;
    transition: all 0.3s ease-in-out;
}
.marquee__content li .marquee-link:hover{
    color:  #FFFFFF;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }
    to {
        transform: translateX(0);
    }
}

/* Other page demo styles */
.marquee__content > * {
    flex: 0 0 auto;
    text-align: center;
}


/*Hero Section*/
.hero-sec{
    background-color: #23356d;
    position: relative;
}
.hero-img{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36%;
}
.hero-content{
    padding: 105px 0;
}
.hero-title{
    color: #FFFFFF;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.5px;
    margin-bottom: 0px;
}
.hero-spacer{
    background-color: #1b9a56;
    height: 40px;
}


/*Attorneys at law*/
.sec-pad{
    padding: 80px 0;
}
.title{
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}
.capital-text{
    font-family: "Sofia-Pro-Black", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.text-columns{
    column-count: 2;
    column-gap: 135px;
    text-align: justify;
}

/*Our areas of practice*/
.oap-box{
    width: 100%;
    height: 100%;
    border: 3px solid #1b9a56;
    padding: 0 25px 25px;
}
.area-box{
    padding: 14px 20px 10px;
    background-color: #1b9a56;
    color: #FFFFFF;
    font-family: "Sofia-Pro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    width: fit-content;
    margin: 0 auto 30px;
}
.oap-icon-box{
    text-align: center;
    margin-bottom: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.oap-icon-box.hover-none{
    transitioon: all 0.3s ease-in-out;
}
.oap-icon-box:hover .hover-none{
    display: none;
}
.oap-icon-box .hover-block{
    display: none;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.oap-icon-box:hover .hover-block{
    display: flex;
}
.oap-title{
    color: #FFFFFF;
    font-family: "Sofia-Pro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.oap-title:hover{
    color: #1b9a56;
}
.oap-box.first-box, 
.oap-box.last-box{
    border-left: 0px;
    border-right: 0px;
}
.divorce-dissolution{
    width: 110px;
}
.post-decree-parenting-modifications{
    width: 122px;
}
.contempt-court-orders{
    width: 136px;
}
.domestic-violence{
    width: 87px;
}
.custody-shared-parenting{
    width: 114px;
}
.juvenile-delinquency{
    width: 100px;
}
.oap-box.row-2, 
.oap-box.row-3, 
.oap-box.row-4{
    border-top: 0px;
}
.personal-injury{
    width: 137px;
}
.traffic-related-offence{
    width: 140px;
}
.criminal-defense{
    width: 142px;
}
.estate-planning{
    width: 139px;
}
.administration-of-estates{
    width: 105px;
}
.avoiding-probate{
    width: 81px;
}
.llc-formation{
    width: 156px;
}
.oap-box.row-5{
    border-top: 0px;
    border-bottom: 0px;
}

/*Attorneys & Staff*/
@media (min-width: 992px) {
    .container.right-side,
    .container.left-side {
        max-width: 100% !important;
    }

    .right-side-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }

    .left-side-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .right-side-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }

    .left-side-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .right-side-text {
        padding-right: calc(((100% - 1320px) / 2) + 20px);
    }

    .left-side-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

.right-side .left-pad{
    padding-left: 100px;
}
.left-side .right-pad{
    padding-right: 100px;
}

.right-side .sec-pad{
    padding: 120px 0;
}

.side-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
/* Home — YOU CAN TRUST: wide viewports crop cover from center; anchor to top (e.g. ~2090px). */
@media (min-width: 1920px) {
    .side-img-focus-top {
        background-position: center top;
    }
}
.top-title{
    font-family: "Sofia-Pro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

/*Our Clients Say*/
.testimonial-bg{
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #1a3571;
}
.testimonial-box{
    padding: 30px;
    background-color: #FFFFFF;
    position: relative;
}
.quote {
    position: absolute;
    top: -27px;
    left: -10px;
    width: 55px !important;
}
.client-name{
    color: #1b9a56;
    font-family: "Sofia-Pro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
}
.owl-carousel .owl-item img {
    width: auto;
}
#testimonial .owl-stage{
    padding-top: 50px;
}

/*We take your case personally*/
.sec-pad2{
    padding: 100px 0;
}
.bg-green{
    background-color: #1b9a56;
    position: relative;
}
.take-personally {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 30%;
    display: none;
}
.take-personally1{
    position: absolute;
    top: 50%;
    right: -270px;
    transform: translateY(-50%);
    width: 56%;
}
.top-title1{
    font-family: "Sofia-Pro-Bold", sans-serif;
    text-transform: uppercase;
    color: #002c6f;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 0px;
}
.text-box{
    color: #FFFFFF;
    padding: 15px 25px;
}
.bg-blur-green{
    background-color: #3caf6d;
}

/*Contact us today*/
.input-box{
    position:relative;
}
.input-box label{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    font-family: "Sofia-Pro-Bold", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    pointer-events:none;
    transition:0.35s ease;
}
/* small text */
.input-box label span{
    color: #009d4f;
    font-family: "Sofia-Pro-Bold", sans-serif;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
}
/* hide label when typing */
/*.input-box input:focus + label,*/
.input-box input:valid + label{
    opacity:0;
    transform:translateY(-20px);
}
.form-control, 
.form-select {
    color: #23356d !important;
    font-family: "Sofia-Pro-Bold", sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2px;
    padding: 13px 20px;
    background-color: #d9dde8 !important;
    border-radius: 0px;
    border: 0 !important;
}
.form-control::placeholder, 
.form-select::placeholder{
    text-transform: uppercase;
    color: #23356d;
    opacity: 1;
}
.form-control:focus, 
.form-select:focus{
    box-shadow: none;
}
.form-select{
    cursor: pointer;
    --bs-form-select-bg-img: url(../../img/icons/form-select-arrow.png);
    background-position: right 20px center;
    background-size: 18px 9px;
}
.checkbox-sec{
    width: fit-content;
    margin: 0 auto;
}
.disclaimer-link{
    text-decoration: underline;
}
.disclaimer-link:hover{
    text-decoration: none;
}
.cust-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cust-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cust-check .checkmark {
    position: absolute;
    top: 4px;
    left: -3px;
    height: 25px;
    width: 25px;
    background-color: #d9dde8;
}
.cust-check:hover input ~ .checkmark {
    background-color: #d9dde8;
}
.cust-check input:checked ~ .checkmark {
    background-color: #d9dde8;
}
.cust-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust-check input:checked ~ .checkmark:after {
    display: block;
}
.cust-check .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid #23356d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 40px;
}
.cust-radio {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}
.cust-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cust-radio .checkmark {
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background-color: #d8dde9;
    border-radius: 50%;
    border: 0px;
}
.cust-radio:hover input ~ .checkmark {
    background-color: #d8dde9;
}
.cust-radio input:checked ~ .checkmark {
    background-color: #d8dde9;
}
.cust-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust-radio input:checked ~ .checkmark:after {
    display: block;
}
.cust-radio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #243770;
    transform: translate(-50%, -50%);
}
.btn-green{
    padding: 15px 35px;
    background-color: #1b9a56;
    color: #FFFFFF;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.5px;
    border: 0px;
    border-radius: 0px;
}
.btn.btn-green:hover{
    background-color: #23356d;
    color: #FFFFFF;
}


/*Footer*/
.footer{
    background-color: #23356d;
}
.p-footer{
    height: 89px;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 25px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-ul li a{
    color: #FFFFFF;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
}
.f-ul li a:hover{
    color: #1b9a56;
}
.social{
    display: flex;
}
.social svg{
    transition: all 0.3s ease-in-out;
}
.social:hover svg{
    fill: #FFFFFF;
}
.f-logo-sec{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.f-logo-sec a{
    display: block;
}
.f-logo{
    width: 250px;
    margin-top: -30px;
}
.copyright-text{
    color: #FFFFFF;
    text-align: center;
    font-family: "Sofia-Pro-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.s-footer{
    background-color: #1b9a56;
    padding: 40px 0 50px;
}
.s-left {
    padding: 20px 35px 20px 0px;
    border-right: 3px solid #23356d;
}
.call-text{
    text-align: center;
    color: #FFFFFF;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
}
.btn-footer{
    background-color: #23356d;
    color: #FFFFFF;
    font-family: "Sofia-Pro-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    padding: 10px 20px;
    width: 100%;
    letter-spacing: 8px;
    border: 0px !important;
    border-radius: 0px;
}
.btn.btn-footer:hover{
    background-color: #FFFFFF;
    color: #23356d;
}
.s-right{
    color: #FFFFFF;
    font-family: "Sofia-Pro-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 35px;
}


/*Family Law Page*/
.list-icon-box{
    position: relative;
    margin-top: -15px;
}
.list-icon-box::after{
    content: '';
    width: 100%;
    height: 80%;
    background-color: #1b9a56;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.list-icon{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}
.list-icon li{
    display: flex;
    align-items: center;
    gap: 50px;
    color: #FFFFFF;
    font-family: "Sofia-Pro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 4px;
}
.icon-box{
    min-width: 146px;
    height: 146px;
    background-color: #1b9a56;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-content p{
    margin-bottom: 40px;
} 
.text-content p:last-child{
    margin-bottom: 0px;
}
.link-underline{
    position: relative;
    white-space: nowrap;
}
.link-underline::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1b9a56;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.link-underline:hover::after{
    width: 0;
}
.minus-top-mrgn{
    margin-top: -16px;
}
.bg-blur-blue{
    background-color: #152a61;
}
.text-box2{
    color: #FFFFFF;
    padding: 75px 70px;
}
.area-box.bg-green{
    background-color: #3caf6d;
}
.tl-underline{
    position: relative;
}
.tl-underline::after{
    content: '';
    width: 100%;
    height: 8px;
    background-color: #1b9a56;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.tl-underline:hover::after{
    width: 0;
}
.bg-right-img{
    background-size: cover;
    background-position: right bottom;
}
.cust-table th, 
.cust-table td{
    border-width: 4px;
    border-color: #23356d;
    padding-left: 100px;
    padding-right: 100px;
    color: #23356d;
    vertical-align: middle;
}
.cust-table th{
    color: #FFFFFF !important;
    background-color: #1b9a56;
}
.cust-table tbody>tr:nth-of-type(even) td{
    background-color: #d9dde8;
}
.shape03{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.bg-blur-grey{
    color: #23356d;
    background-color: #d9dde8;
}


/*Our Firm Page*/
.inner-hero-sec{
    position: relative;
    background-size: cover;
    background-position: right center;
    background-color: #23356d;
    overflow: hidden;
}
.inner-hero-sec::after{
    content: '';
    width: 1106px;
    height: 1106px;
    background-color: #23356d;
    border-radius: 50%;
    position: absolute;
    left: -350px;
    top: 55%;
    transform: translateY(-50%);
    bottom: auto;
}
.the-community{
    position: absolute;
    top: -53px;
    right: 0px;
    width: 35%;
}
.team-info-sec{
    padding: 70px;
    padding-top: 0px !important;
    background-color: #23356d;
    color: #FFFFFF;
    position: relative;
}
.team-sec .title{
    margin-bottom: 170px;
}
.member-img{
    width: fit-content;
    margin: 0 auto 50px;
}
.member-img img{
    margin-top: -110px;
    border: 15px solid #23356d;
    border-radius: 50%;
}
.member-name{
    color: #FFFFFF;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-align: center;
}
.team-info-sec .area-box{
    margin-bottom: 40px;
}
.team-info-sec .team-bio p{
    text-align: justify;
}
.team-info-sec .team-bio{
    position: relative;
    z-index: 1;
}
.team-info-sec .team-bio-more p:last-child{
    margin-bottom: 0;
}
.btn-team-bio-toggle{
    margin-top: 1rem;
    font-family: "Arpona-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFFFFF;
    border: 2px solid #1b9a56;
    background: transparent;
    padding: 8px 22px;
    border-radius: 0;
}
.btn-team-bio-toggle:hover,
.btn-team-bio-toggle:focus{
    color: #FFFFFF;
    background-color: #1b9a56;
    border-color: #1b9a56;
}
.team-info-sec::after{
    content: '';
    width: 100%;
    height: 136px;
    background: linear-gradient(-180deg, #23356d00 0%, #23356d 100%);
    position: absolute;
    bottom: 70px;
    left: 0px;
    pointer-events: none;
}
@media (min-width: 992px) {
    .team-sec .row > [class*="col-"] {
        display: flex;
    }
    .team-sec .team-info-sec {
        flex: 1 1 auto;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }
    .team-sec .team-bio {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    .team-info-sec .team-bio-preview p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        line-height: 1.65;
        min-height: calc(6 * 1.65em);
    }
    .team-sec .team-bio.bio-open .team-bio-preview p {
        display: block;
        -webkit-line-clamp: unset;
        overflow: visible;
        text-overflow: clip;
        min-height: 0;
        margin-bottom: 40px;
    }
    .team-sec .btn-team-bio-toggle {
        margin-top: auto;
        align-self: flex-start;
    }
}
/* Only above 1470px: below that, responsive.css positions the circle (e.g. left: -350 at 1440p). */
@media (min-width: 1471px) {
    /* Inner heroes (Our Firm, Contact): strip fills viewport gutter + circle corner gaps (photo shows through otherwise). */
    .inner-hero-sec::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: max(0px, calc((100vw - 1320px) / 2 - 280px + 280px));
        background-color: #23356d;
        z-index: 0;
        pointer-events: none;
    }
    /* Same circle behavior as Contact: vertically centered, shared horizontal math. */
    .inner-hero-sec::after {
        width: 1106px;
        height: 1106px;
        left: calc((100vw - 1320px) / 2 - 280px);
        top: 55%;
        transform: translateY(-50%);
        bottom: auto;
        z-index: 0;
    }
    .inner-hero-sec .hero-spacer {
        position: relative;
        z-index: 1;
    }
}
@media (min-width: 1920px) and (max-width: 2559px) {
    .inner-hero-sec::before {
        width: max(0px, calc((100vw - 1320px) / 2 - 520px + 540px));
    }
    .inner-hero-sec::after {
        left: calc((100vw - 1320px) / 2 - 520px);
    }
}
@media (min-width: 2560px) {
    .inner-hero-sec {
        background-position: center center;
    }
    .inner-hero-sec::before {
        left: -6px;
        width: max(0px, calc((100vw - 1320px) / 2 - 580px + 540px + 6px));
    }
    .inner-hero-sec::after {
        left: calc((100vw - 1320px) / 2 - 580px);
    }
}
.link, 
.link-green{
    transition: all 0.3s ease-in-out;
}
.link:hover{
    color: #23356d;
}
.link-green:hover{
    color: #1b9a56;
}
.blank-spacer{
    height: 70px;
}
textarea{
    resize: none;
}
.area-box.add-file{
    background-color: #1b9a56;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 0px;
}
.area-box.add-file:hover{
    background-color: #23356d;
}
.text-muted{
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.hr-line{
    margin: 35px 0;
    border-width: 5px;
    color: #23356d;
    opacity: 1;
}
.duplicate-btn{
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: normal;
    cursor:pointer;
    transition: all 0.3s ease-in-out;
}
.add-icon-box{
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d8dde9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.add-icon-box::before{
    content: '';
    width: 20px;
    height: 4px;
    background-color: #23356d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.add-icon-box::after{
    content: '';
    width: 4px;
    height: 20px;
    background-color: #23356d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.duplicate-btn:hover{
    color: #1b9a56;
}
.duplicate-btn:hover .add-icon-box{
    background-color: #1b9a56;
}
.duplicate-btn:hover .add-icon-box::before, 
.duplicate-btn:hover .add-icon-box::after{
    background-color: #ffffff;
}
.add-more-sec{
    margin-left: 20px;
    margin-bottom: 35px;
}
.lh-normal{
    line-height: normal;
}
.form-section{
    opacity:0;
    max-height:0;
    overflow:hidden;
    transition:all 0.4s ease-in-out;
}
.form-section.active{
    opacity:1;
    max-height:2000px;
}

/*Modal*/
.modal-body{
    padding: 70px;
}
.modal-content{
    border: 0px;
    border-radius: 0px;
    position: relative;
}
.btn-close{
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    --bs-btn-close-bg: none;
    padding: 0px;
    display: flex;
    width: auto;
    height: auto;
    opacity: 1;
}
.btn-close img{
    width: 25px;
}
.btn-close:focus{
    box-shadow: none;
}
.divorce-dissolution-icon{
    width: 86px;
}
.juvenile-delinquency-icon{
    width: 85px;
}
.post-decree-parenting-modifications-icon, .traffic-related-offence-icon{
    width: 95px;
}
.estate-planning-icon{
    width: 94px;
}
.contempt-court-orders-icon{
    width: 101px;
}
.criminal-defense-icon{
    width: 105px;
}
.domestic-violence-icon{
    width: 81px;
}
.administration-of-estates-icon{
    width: 88px;
}
.avoiding-probate-icon{
    width: 76px;
}
.custody-shared-parenting-icon{
    width: 97px;
}
.personal-injury-icon{
    width: 96px;
}
.llc-formation-icon {
    width: 113px;
}
.shape01-bg{
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #1a3671;
}
.remove-child{
    display:inline-block;
}

.remove-child{
      
        color: #db3545;
    cursor: pointer;
    border: 0px;
    background-color: transparent;
    font-size: 16px;
}
.ci-cust-m{
    margin-top:40px;
}
.bg-blue{
    background-color: #23356d;
}

.text-blue{
    color: #23356d;
}
.text-green{
    color: #1b9a56;
}

.text-justify {
    text-align: justify;
}

.arpona-bold{
    font-family: "Arpona-Bold", sans-serif;
}

.z-1{
    position: relative;
    z-index: 1;
}
.z-2{
    position: relative;
    z-index: 2;
}