/* GLOBAL COLORS */
:root {
    --primary: #013893;
    --secondary: #ffde59;
}
html, body{
    overflow-x:hidden;
}
body,p,a,span,li,div{
    font-family: "Montserrat", sans-serif;
}
p {
    font-size: 18px;
}
.page-template-template-masstort-detail {
    padding-top: 88px;
}
.dark-background{
    background-color: #003564!important;
}
.dark-background p, .dark-background span, .dark-background p > a, .dark-background strong, .dark-background b, .dark-background i, .dark-background u,
.dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background h5{
    color: #fff;
}
.dark-background svg path{
    fill: #fff;
}

ol li::marker {
    color: var(--primary);
    font-size: 18px;
    display: block;
}
ol {
    list-style: auto;
}
section p a, section li a {
    color: var(--primary);
    transition: 0.4s;
}
section p a:hover, section li a:hover{
    color: var(--secondary);
}
section ul {
    padding: 0;
    margin-bottom: 10px;
}
section ul li {
    position: relative;
    clear: both;
    align-items: center;
}
section ul li:before {
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #EFB800;
    content: '';
    margin-right: 10px;
    vertical-align: middle;
}
.btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.btn-primary {
    background-color: #ffdd62 !important;
    color: #363535 !important;
    border: 0;
    border: 1px solid #ffdd62;
    border-radius:50px;
    font-weight: 500;
}
.btn-primary:hover {
    background-color: #0056a2;
    border: solid 1px #0056a2;
    color:#fff !important;
}
.mass-tort-banner {
    min-height: 60vh;
    padding: 70px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mass-tort-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-desc p a, .banner-desc ul li a {
    color: #ffde59;
}
.banner-desc p a:hover, .banner-desc ul li a:hover {
    text-decoration: underline;
}
.banner-desc {
    color: #fff;
    margin: 30px 0 15px;
}
.img-text {
    color: #fff;
    font-size: 15px;
}

.steps-section, .recovery-section {
    padding: 80px 0;
}
.step-card {
    background-color: #0056a2;
    color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
}
.steps-section .step-number {
    background-color: var(--secondary);
    color: #0056a2;
    padding: 10px 20px;
    font-size: 30px;
    line-height: 1;
    border-radius: 50%;
}
.step-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

.recovery-text {
    font-size: 24px;
}
.recovery-text span {
    color: var(--primary);
}

.stats-section, .faq-section, .cards-section {
    padding: 80px 0;
}
.icon-cont svg {
    width: 50px;
    height:auto;
}
.stat-cont {
    padding-left: 25px;
}
.stat-title {
    font-weight: 700;
    font-size: 24px;
}
.stat-desc {
    font-size: 15px;
}

.two-col-cta-section .first-col {
    color: #252525;
    padding: 40px;
}
.two-col-cta-section.dark-background .first-col{
    color: #fff;
}
.two-col-cta-section .first-col .text {
    font-size: 24px;
}
.two-col-cta-section .first-col .text span {
    color: var(--secondary);
}
.two-col-cta-section .img {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-section #accordion .card-header .btn:before{
    display: none;
}
.faq-section .btn svg {
    width: 20px;
    transition: 0.4s;
}
.faq-section .btn:not(.collapsed) svg{
    transform: rotate(180deg);
}
.faq-section #accordion .btn {
    background-color: var(--primary);
    color: #fff;
    transition: 0.4s;
}
.faq-section #accordion .btn:hover, .faq-section #accordion .btn:not(.collapsed){
    text-decoration: none;
    background-color: var(--secondary);
    color: #252525;
}
.faq-section #accordion .btn:hover h3, .faq-section #accordion .btn:not(.collapsed) h3{
    color:#252525;
}
.faq-section .card-body *{
    color: #252525;
}
.faq-section #accordion .btn h3:before, .faq-section #accordion .btn h3:after{
    display: none;
}
.faq-section #accordion .btn h3 {
    color: #fff;
    font-size: 22px;
}


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

.two-col-section .image-col {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.two-col-section .content-col {
    font-size: 18px;
    padding: 60px !important;
}
.two-col-section.dark-background li{
    color: #fff;
}

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

.card-item {
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid var(--secondary);
    border-radius:20px;
}
.card-item span p:last-of-type {
    margin-bottom: 0;
}
.linked-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 0;
}
.card-item.no-image:before{
    display: none;
}
.card-item.no-image .cta-button:hover:before{
    background-color: #fff;
}
.card-item.no-image.light-bg span{
    color: var(--secondary);
}
.card-item.hover-active, a.card-item.no-image.light-bg.hover-active *{
    transition: 0.4s;
    color: #fff;
}
.card-item.no-image.light-bg span, .card-item.no-image.light-bg span p {
    color:#000;
}
.card-item.hover-active:hover{
    transform: scale(1.04);
}
.card-item.no-image.hover-active:hover{
    background-color: #fff !important;
}
.card-item.no-image.light-bg.hover-active:hover{
    background-color: var(--secondary) !important;
}
.card-item.no-image.light-bg.hover-active:hover *{
    color: #fff;
}
.card-item.no-image.hover-active:hover *, .card-item.no-image .cta-button:hover{
    color: var(--secondary);
}
.card-item:before, .card-item.has-after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    border-radius:15px;
}
.card-item .card-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
}
.card-item p {
    line-height: 1.2;
}
.card-item.has-after span, .card-item.has-after .cta-btn-cont{
    z-index: 1;
}

.cta-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0;
    margin-top: 0 !important;
}
.cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-title {
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
}
.cta-section a {
    color: #fff;
    text-decoration: underline;
    transition: 0.4s;
}
.cta-section a:hover {
    color: var(--color-3);
}
.cta-section .cta-button:hover {
    border: solid 1px var(--color-3) !important;
    color: var(--color-9) !important;
    background-color: var(--color-3) !important;
}
/* Minner Vines Law CUSTOM STYLES */
h2{
    position: relative;
    line-height: 5rem;
    font-size: 4rem;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: capitalize;
}
.banner-title{
    font-family: "Poppins",sans-serif;
    margin-bottom: 15px;
    color: #fff;
}
.hr-logo {
    height: 35px;
    margin-bottom: 30px;
}
.grecaptcha-badge, #callnowbutton.cnb-single {
    display: none;
}

.start-claim-btn {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: #363535;
    font-weight: 700;
    font-size: 20px;
    position: fixed;
    bottom: 16px;
    right: 1px;
    z-index: 1000;
    width: fit-content;
    height: fit-content;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: .4s all linear;
    text-decoration:none;
}
.start-claim-btn:hover {
    background-color: var(--primary);
    color: #fff;
    transform: scale(1.2) translateX(-11px);
}
.mass-tort-banner .landbot-cont {
    background-color: #fff;
    display: flex;
}

.landbot-cont {
    background-color: #fff;
}

.recovery-text{
    position: relative;
}
.recovery-text:before {
    content: "";
    border-bottom: 10px solid #0056a2;
    transform: skew(-30deg, 0deg);
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
}
.recovery-section .cta-button:hover:before {
    background-color: #fff;
}
.recovery-section .cta-button:hover {
    color: var(--primary);
}

/* Locations Section ----------------*/
.location-section .toggle-icon {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 17.5px;
    height: 20px;
    fill: #0056a2;
    transition: transform var(--transition-speed) ease;
}

/* Base styles for all nav-links */
.location-section .nav-link .plus-icon {
    display: inline;
}
.location-section .nav-link .minus-icon {
    display: none;
}
/* Show the minus icon and hide the plus icon when active */
.location-section .nav-link:focus .plus-icon,
.location-section .nav-link:active .plus-icon {
    display: none;
}

.location-section .nav-link:focus .minus-icon,
.location-section .nav-link:active .minus-icon {
    display: inline;
}

.location-section {
    padding: 80px;
}
.location-section .nav-pills .nav-link {
    color: #333;
    padding: 1rem;
    transition: all 0.3s ease;
    text-align: start;
    border-top: 1px solid #36353533;
    border-radius: 0;
}
.location-section .nav-pills .nav-link.active {
    background-color: transparent;
    color: #0056a2;
    margin-bottom: 5px;
}
.location-section .nav-pills .nav-link.active .location-title {
    margin-bottom: 20px;
}
.location-section .location-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}
.location-section .location-info {
    font-size: 0.9rem;
}
.location-section .nav-pills .nav-link.active .address-block {
    margin-bottom: 20px;
}
.location-section .address-block {
    display: flex;
}
.location-section .location-address  {
    color: #343a40;
    flex: 0 0 60%;
}
.location-section .location-phone  {
    flex: 0 0 40%;
    text-align: right;
}
.location-section .phone-number {
    color: #0056a2;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s ease;
}
.location-section .phone-number:hover {
    text-decoration: underline;
}

.location-section .map-container {
    height: 100%;
    position: sticky;
    top: 20px;
}
.location-section  .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease;
}
.location-section .tab-content {
    height: 100%;
}
.location-section .tab-pane {
    height: 100%;
}
/* New styles for location title display */
.location-section .location-content {
    display: none;
}
.location-section .nav-link.active .location-content {
    display: block;
}
.location-footer {
    margin-top: 29px;
    margin-bottom:49px;
}

.location-footer__texas {
    display: none;
}

.location-footer .container > .row {
    margin: 0;
}

.location-footer .office-heading {
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
}

.location-footer select {
    height: 44px;
    border: 1px solid #8F8F8F;
    border-radius: 8px;
    width: 100%;
    margin-top: 18px;
    -webkit-appearance: none;
    background: url(../../../assets/img/select-dropdown.svg) #fff no-repeat 100%;
    padding: 10px;
    max-width: 328px;
    color: #000000 !important;
}

.location-footer address {
    margin-bottom: 0;
    color: #4d4d4d;
}

.location-footer .office-holder a,
.location-footer .office-holder span {
    color: #4d4d4d;
}

.location-footer [class^="office-info"] {
    margin-top: 17px;
}

.location-footer [class^="map-image"] {
    border-radius: 5px;
}

.location-footer [class^="map-image"] figure {
    margin-bottom: 0;
}

.location-footer [class^="map-image"] figure img {
    border-radius: 8px;
}

.location-footer .office-info__buttons {
    margin-top: 0;
}

.location-footer .office-info__buttons a,
.location-footer .office-info__buttons button {
    color: #013893;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-decoration: underline;
}

.location-footer .office-info__buttons a:hover,
.location-footer .office-info__buttons button:hover {
    text-decoration: none;
}

.location-footer .office-info__buttons button {
    padding: 20px;
}

.location-footer__wrap {
    border-top: 5px solid #9a2035;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 0 0 12px 12px;
    box-shadow: 8px 7px 15px 0px;
}

.location-footer__selector {
    display: flex;
    padding: 0;
    max-width: 380px;
}

.location-footer__selector > button {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #4d4d4d;
    background-color: #F5F5F5;
    cursor: pointer;
    text-transform: uppercase;
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin: 0;
    padding: 0;
}

.location-footer__selector > button.active {
    background-color: #9a2035;
    color: #fff;
}

.location-footer__selector > button:first-child {
    border-radius: 12px 0 0 0;
}

.location-footer__selector > button:last-child {
    border-radius: 0 12px 0 0;
}
.office-holder .social-icon-list li:before{
    display:none;
}
#hoursModal .modal-content .modal-body .opening-hours table tr:nth-child(2n), #hoursModalLocation .modal-content .modal-body .opening-hours table tr:nth-child(2n){
    background-color:transparent!important;
}

.faq-section .card-body a {
    color: #013893;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .location-footer {
        margin-top: 45px;
        margin-bottom:85px;
    }
    .location-footer .office-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .location-footer__wrap {
        padding: 22px 30px 35px;
        border-radius: 0 12px 12px 12px;
    }

    .location-footer__selector > button {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0.2em;
    }
    .location-footer__selector > button:first-child {
        width: 210px;
    }
    .location-footer__selector > button:last-child {
        width: 169px;
    }
}
@media (min-width: 992px) {
    section h1 {
        font-size: 50px;
        line-height: 5rem;
        font-family: "Poppins",sans-serif;
        margin-bottom: 10px;
    }
    section h2, section .title {
        font-size: 42px;
        line-height: 1.2;
    }
    section h3 {
        font-size: 28px;
        font-family: "Poppins",sans-serif;
    }
    .location-section h2, .location-section .title {
        line-height: .95;
        width: 60%;
        color: #0056a2;
        font-weight: 300;
    }
}

@media (min-width: 1200px) {
    .hr-logo {
        height: 45px;
    }
    .location-footer [class^="map-image"] figure {
        text-align: right;
    }
    .location-footer__wrap {
        padding: 45px 40px 50px 70px;
    }
    .location-footer__selector {
        max-width: 451px;
    }

    .location-footer__selector > button:first-child {
        width: 250px;
    }
    .location-footer__selector > button:last-child {
        width: 201px;
    }
}
@media (min-width: 1600px) {
    .page-template-template-masstort-detail {
        padding-top: 94px;
    }
}
@media (min-width: 1800px) {
    .page-template-template-masstort-detail {
        padding-top: 118px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .location-footer {
        margin-left: -10px;
        margin-right: -10px;
    }
    .location-footer__wrap {
        border: 2px solid #9a2035;
    }
}

@media (max-width: 1199px) {
    .page-template-template-masstort-detail {
        padding-top: 78px;
    }
    .location-footer [class^="map-image"] {
        margin-top: 12px;
    }
    .two-col-section .content-col {
        padding: 30px 35px !important;
    }
    .process-section {
        padding: 80px 13px;
    }
    footer#footer #contact-info.multiple-locations {
        padding: 50px 30px 50px 30px;
    }
    .cards-section .container > span {
        padding: 0 15px;
    }
}

@media (max-width: 991px){
    h2{
        font-size:3rem!important;
        line-height:3rem!important;
    }

    .landbot-cont:before, .landbot-cont:after{
        display: none;
    }
    .recovery-text, .two-col-cta-section .first-col .text {
        font-size: 25px;
    }
    .two-col-cta-section .img {
        height: 250px;
    }
    .faq-section #accordion .btn{
        padding: 20px 10px;
    }
    .faq-section #accordion .btn span {
        font-size: 14px;
        line-height: 1.2;
    }
    .bg-mobile-col {
        min-height:300px;
        order:2;
    }
    .mass-tort-banner {
        height: auto;
        padding: 50px 0 40px;
    }
    .mass-tort-banner .landbot-cont {
        background-color: #fff;
        display: flex;
        height: 450px !important;
    }
}

@media (max-width: 767px) {
    .location-footer [class^="map-image"] {
        margin-top: 22px;
    }
    .breadcrumbs-block .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .faq-section #accordion .btn h3 {
        font-size: 16px
    }
    .faq-section .card-body * {
        font-size: 1rem;
    }
}

@media (max-width: 460px){
    h2{
        font-size: 1.8rem
    }
}