

.text-secondary {
    color: var(--accent-gold) !important;
}

.text-primary {
    color: var(--deep-teal) !important;
}

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


/*#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 !important;
}


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

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

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

.about-eleven-area {
    overflow: hidden;
    background-color: var(--grey-bg);
}


.service-fourteen__item {
    border-radius: 15px;
}

    .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;
    background: linear-gradient( 360deg, rgba(31, 61, 58, 0.98) 6.33%, rgba(31, 61, 58, 0.95) 100% ) !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(--grey-bg) !important;
    padding: 10px 20px !important;
}

    .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(194, 164, 77, 0.92) 0%,   /* #C2A44D */
  rgba(194, 164, 77, 0.85) 35%,
  rgba(194, 164, 77, 0.55) 55%,
  rgba(194, 164, 77, 0.25) 70%,
  rgba(194, 164, 77, 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*/




