/*
Theme Name: WDWC 
Theme URI: https://wedesignwecode.com/
Author: We Design. We code.
Author URI: https://wedesignwecode.com/
Description: Theme developed by We Design. We code.
Version: 1.0
License: GNU General Public License v2
Text Domain: wdwc
*/
#litigation .services-content{
    border-top: none;
}
@media (min-width: 992px) {
    html[lang="en-US"] {
        .hero .hero-text .title-block .title {
            font-size: 5.8rem;
        }
        .hero .title-block .title .title-line{
            height: 7rem;
        }
    }
}   
@media (max-width: 991px) {
    .accordion.inner_accordion .acc-toggle .acc-title{
        font-size: 0.8rem;
    }
    .accordion.inner_accordion .acc-item .acc-toggle{
        padding-bottom: 0.875rem !important;
        padding-top: 0.875rem !important;
    }
    .accordion.inner_accordion .acc-panel .acc-body{
        padding-left: 0px;
    }
    .accordion.inner_accordion .acc-panel .acc-body p{
        font-size: 0.75rem;
    }
    html[lang="en-US"] {
        .hero .hero-text .title-block .title {
            font-size: 2.2rem;
        }
        .hero .title-block .title .title-line{
            height: 2.4rem;
        }
    }
    .accordion .acc-panel .acc-body{
        padding-left: 2.45rem;
    }
    
    .accordion .mob-acc-toggle .acc-title{
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 350;
        line-height: 112%;
        letter-spacing: -0.0225rem;
    }
    .accordion .mob-acc-toggle{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
        border: 0;
        padding: 1.25rem 0;
        cursor: pointer;
        color: #f6f1eb;
        font-size: 1rem;
        font-style: normal;
        font-weight: 430;
        line-height: 116%;
        letter-spacing: -0.005rem;
        text-align: left;
        position: relative;
    }
    .acc-icon2 {
        position: relative;
        width: 0.68888rem;
        height: 0.68888rem;
        display: inline-block;
    }

    /* Common line style */
    .acc-icon2 .plus,
    .acc-icon2 .minus {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background: currentColor;
        transform-origin: center;
        transition: all 0.3s ease;
    }

    /* PLUS (two lines) */
    .acc-icon2 .plus::before,
    .acc-icon2 .plus::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: currentColor;
        left: 0;
        top: 0;
        transition: all 0.3s ease;
    }

    /* horizontal */
    .acc-icon2 .plus::before {
        transform: rotate(0deg);
    }

    /* vertical */
    .acc-icon2 .plus::after {
        transform: rotate(90deg);
    }

    /* MINUS */
    .acc-icon2 .minus {
        opacity: 0;
        transform: rotate(-90deg);
    }

    /* ACTIVE STATE (controlled by JS) */
    .acc-toggle.is-open .acc-icon2 .plus {
        opacity: 0;
        transform: rotate(-90deg);
    }

    .acc-toggle.is-open .acc-icon2 .minus {
        opacity: 1;
        transform: rotate(0deg);
    }
    .mob_span_10{
        grid-column: span 12 !important;
    }
    .insights-wrapper.fw_mob_text{
        padding-top: 0px !important;
    }
    .insights-wrapper.fw_mob_text .col-span-4{
        grid-column: span 12 !important;
    }
    .insights-wrapper.fw_mob_text .col-span-8{
        grid-column: span 12 !important;
    }
    .insights-wrapper.fw_mob_text .insight-detail-item .left .title{
        font-size: 1.2rem;
        line-height: 110%;
    }
    .insights-wrapper.fw_mob_text .insight-detail-item .right p{
        font-size: 0.9rem;
    }
    .mob_row{
        flex-direction: row !important;
    }
}   