

.header-area .menu-btns .phone-call .icon {
    margin-right: 12px;
}

.header-area .menu-btns .phone-call .number h5 a {
    margin-right: 12px;
    font-size: 16px !important;
    font-weight: 600;
}

/*#region Style Overrides*/

.header__main .main-menu ul li .sub-menu {
    width: auto !important;
}

    .header__main .main-menu ul li .sub-menu li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.header__main .main-menu ul li a {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-body) !important;
}

.header__main .main-menu ul li .sub-menu li a {
    font-size: 14px;
}




.banner-thirteen__content {
    z-index: 10 !important;
}

    .banner-thirteen__content .title {
        text-transform: uppercase;
    }

.header__main .main-menu {
    margin-right: 2rem;
}


    .service-fourteen__item:hover .service-image::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 40px;
        background: var(--dark3);
        clip-path: polygon(0% 24%, 0 100%, 100% 100%);
        transition: all 0.5s ease;
        z-index: 1;
        background-color: #fff;
        border-radius: 0px;
    }
    .service-fourteen__item:hover{
        border-radius: 15px 18px 15px 0px !important;
    }

.feature-twelve-area:before {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(6.33%, rgba(31, 61, 58, 0.98)), to(rgba(31, 61, 58, 0.95)) ) !important;
}


.consult-left {
    background-color: var(--grey-bg) !important;
}

.team-six__item .image img {
    height: 320px;
    object-fit: contain;
}

.team-six__item, .team-six__item .image {
    border-radius: 15px;
}
.team-six__item .image::after {
    border-radius: 15px;
}

.testimonial-twelve__item {
    background-color: var(--accent-gold-light-bg) !important;
    padding: 30px 20px !important;
    border-left: 5px solid var(--accent-gold);
    border-radius: 20px 10px 10px 20px;
}

    .testimonial-twelve__item .text {
        line-height: 28px !important;
        min-height:150px;
        max-height: 150px;
        overflow-y: auto;
    }
/*#endregion Style Overrides*/

/*#region Home Banner*/
.banner__wrp {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner__image {
    position: absolute;
    inset: 0;
    z-index: 1;
}

    .banner__image img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

.banner__wrp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(31, 61, 58, 0.92) 0%, rgba(31, 61, 58, 0.88) 35%, rgba(31, 61, 58, 0.55) 55%, rgba(31, 61, 58, 0.2) 70%, rgba(31, 61, 58, 0) 100% );
    z-index: 2;
}

.banner__wrp-secondary::before {
    background: linear-gradient( to right, rgba(180, 180, 180, 0.9) 0%, rgba(180, 180, 180, 0.7) 35%, rgba(180, 180, 180, 0.45) 55%, rgba(180, 180, 180, 0.2) 70%, rgba(180, 180, 180, 0) 100% );
}


.banner__content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 650px;
    color: #fff;
    z-index: 2;
}

@media (max-width: 991px) {
    .banner__content {
        padding: 80px 30px;
        max-width: 100%;
    }

    .banner__wrp::before {
        background: rgba(31, 61, 58, 0.9);
    }
}

/*#endregion Home Banner*/





/*#region Home Practice Area*/


.practice-single .header {
    padding: 25px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    gap: 20px;
    background: var(--accent-gold-light-bg);
    transition: all 0.5s ease-out 0s;
    border: 1px solid var(--accent-gold);
    border-bottom: none;
}

    .practice-single .header a.eg-btn {
        font-size: 14px;
        font-weight: 600;
        padding: 6px 18px;
        border-radius: 30px;
        border: 1px solid var(--deep-teal);
        color: var(--deep-teal);
    }

    .practice-single .header a.eg-btn {
        border: 1px solid var(--deep-teal);
        color: var(--deep-teal);
    }

.practice-single.sibling1 .header a.eg-btn {
    border: 1px solid var(--accent-gold);
    color: var(--accent-gold);
}

.practice-single .header h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-gold);
    margin-bottom: 0px;
    transition: all 0.5s ease-out 0s;
}

.practice-single.sibling1 .header h4 {
    color: var(--accent-gold);
}

.practice-single .header h4 a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.practice-single .header .icon-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .practice-single .header .icon-area svg {
        fill: var(--deep-teal);
        transition: all 0.5s ease-out 0s;
    }

.practice-single .body {
    padding: 30px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    transition: all 0.5s ease-out 0s;
    border: 1px solid var(--accent-gold);
    border-top: none;
}

    .practice-single .body p {
        font-size: 16px;
        font-weight: 400;
        color: var(--deep-teal);
        line-height: 1.8;
        transition: all 0.5s ease-out 0s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .practice-single .body .details-btn {
        font-size: 16px;
        font-weight: 600;
        color: var(--deep-teal);
        position: relative;
        z-index: 1;
        display: inline-block;
        padding-bottom: 5px;
    }

        .practice-single .body .details-btn::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            border-radius: 4px;
            background: var(--accent-gold);
            transition: all 0.4s ease;
        }

        .practice-single .body .details-btn::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 1px;
            width: 73px;
            height: 1px;
            border-radius: 4px;
            background: var(--dark-bg);
            z-index: -1;
        }

.practice-single.sibling1 .header {
    background: var(--accent-gold-light-bg);
    transition: all 0.5s ease-out 0s;
}

.practice-single.sibling1 .body {
    background: #ffffff;
    transition: all 0.5s ease-out 0s;
}

.practice-single:hover {
    transition: all .25s;
    box-shadow: 0 0 20px #888;
    border-radius: 10px;
}


/*#endregion Home Practice Area*/
