﻿:root {
    --navy: #0B1F3A;
    --green: #68AD45;
    --white: #ffffff;
    --off-white: #F9F9F9;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --font: 'Source Sans 3', system-ui, sans-serif;
}

.header-absolute.scrolled {
    position: fixed;
    background: #fff;
}

    .header-absolute.scrolled .estWhite {
        display: none;
    }

    .header-absolute.scrolled .estBlack {
        display: block !important;
    }

.scrolled .navigation-menu.nav-style-one > ul > li > a{
    color: #333;
}

.header-absolute.scrolled ul > li > a {
    color: #333 !important;
}

        .header-absolute.scrolled ul > li > a:hover {
            color: var(--green) !important;
        }


.border-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

body {
    font-weight: 300;
}
.single-hero-slider-one {
    background-size: cover !important;
    position: relative;
}

.hreo-slider-one .slick-dots li button::after {
    background: var(--green);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11,31,58,0.68);
    z-index: 1;
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: 8rem;
}


.scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.4);
    animation: bounce 2s infinite;
    z-index: 3;
}

    .scroll-indicator span {
        font-size: 0.625rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }

.scroll-indicator-line {
    width: 1px;
    height: 2rem;
    background: rgba(255,255,255,0.3);
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(6px);
    }
}



.single-hero-slider-one h1 {
    font-family: var(--font);
    font-size: clamp(2rem, 4vw, 3.75rem);
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}


.hero-slider-content{
    position: relative;
    z-index: 9999;
}

header .logo img {
    max-width: 150px;
}

.navigation-menu.nav-style-one > ul > li > a {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.2s;
    font-weight: normal;
}


.firstNewsSection {
    background: var(--off-white);
}

    .firstNewsSection .about-border-btn {
        padding-left: 120px;
        position: relative;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 500;
        color: var(--navy);
        transition: color 0.2s;
    }

        .firstNewsSection .about-border-btn::after {
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            content: "";
            background: #68AD45;
            height: 1px;
            width: 75px;
        }

.smallGreenTitle {
    color: var(--green);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 1rem;
}

.smallGreenTitle::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60%;
    background: #75ad1c;
}


.smallGreenTitleNoBorder {
    color: var(--green);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 1rem;
}

.firstNewsSection .sectionTitle {
    font-family: var(--font);
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    line-height: 1.35;
    margin-bottom: 2rem;
    font-weight: 400;
}

.firstNewsSection p {
    font-size: 22px;
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--gray-600);
    margin-bottom: 2rem;
}

.aboutWithVideo .textContent h2 {
    font-family: var(--font);
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.2;
    font-weight: 300;
    color: var(--navy);
    margin-bottom: 2rem;
}

.aboutWithVideo .textContent p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--gray-600);
    margin-bottom: 1.5rem;
    padding-right: 5%;
}

.mission-video-bg-01 {
    background: url(../images/home/homevideoposter.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutWithVideo .mission-video a{
    height: 100%;
    width: 100%;
}

.video-placeholder {
    position: relative;
    aspect-ratio: 4/3;
    background: var(--gray-100);
    overflow: hidden;
    /*cursor: pointer;*/
    margin-left: 5%;
}

    .video-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: filter 0.6s, transform 0.6s;
    }

    .video-placeholder:hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
    }

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11,31,58,0.2);
    mix-blend-mode: multiply;
}

.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn-circle {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s;
}

.video-placeholder:hover .play-btn-circle {
    transform: scale(1.1);
}

.video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(11,31,58,0.8), transparent);
}

    .video-caption span {
        font-size: 0.625rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.7);
    }


.ceoMessageHome {
    background: var(--navy);
    color: #fff;
}

.quote-mark {
    width: 3rem;
    height: 3rem;
    color: var(--green);
    opacity: 0.5;
    margin-bottom: 2rem;
}

.ceoMessageHome img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: top;
    opacity: 0.8;
    opacity: 1;
    /*mix-blend-mode: luminosity;*/
    /*mix-blend-mode: luminosity;*/
}

.ceo-portrait-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent, var(--navy));
}

.ceo-portrait {
    position: relative;
    /*background: #111827;
    min-height: 400px;*/
}

.testimonials-text p {
    font-family: var(--font);
    font-size: clamp(1.25rem, 2vw, 1rem);
    line-height: 1.65;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #fff;
}

.testimonials-content-one {
    padding: 0;
}

.ceo-name {
    font-family: var(--font);
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.25rem;
    font-weight: 600;
}


.ceo-title {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--green);
}

.testimonials-content-one .testimonials-author .author-name {
    width: auto;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}

.whoWeAreHome h2 {
    font-family: var(--font);
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.2;
    font-weight: 300;
    color: var(--navy);
    margin-top: 2rem;
}

.whoWeAreHome p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--gray-600);
    margin-bottom: 2rem;
    font-weight: 300;
}

.whoWeAreHome .about-border-btn {
    padding-left: 120px;
    position: relative;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--navy);
    transition: color 0.2s;
}

    .whoWeAreHome .about-border-btn::after {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        content: "";
        background: #68AD45;
        height: 1px;
        width: 75px;
    }

.whatWeDoHome {
    background: var(--off-white);
}

    .whatWeDoHome .section-title {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 5rem;
    }

    .whatWeDoHome h2 {
        font-family: var(--font);
        font-size: clamp(1.75rem, 3vw, 3rem);
        line-height: 1.2;
        font-weight: 300;
        color: var(--navy);
        margin: 1rem 0 2rem;
    }

    .whatWeDoHome p {
        font-size: 1.125rem;
        line-height: 1.8;
        color: var(--gray-600);
    }

.service-image {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(11,31,58,0.05);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transition: background 0.3s;
}

.single-service--three:hover .service-image {
    background: var(--navy);
}

.service-image svg {
    color: var(--navy);
    transition: color 0.3s;
}

.single-service--three:hover .service-image svg {
    color: var(--green);
}

.single-service--three .service-title {
    font-family: var(--font);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--navy);
    font-weight: 500;
}

.single-service--three p {
    font-size: 0.9375rem;
    color: var(--gray-600);
    line-height: 1.7;
}

.sectors {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid var(--gray-200);
    text-align: center;
}

    .sectors .label {
        margin-bottom: 2rem;
    }

.sectors-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.sector-tag {
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--gray-200);
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    color: var(--navy);
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

    .sector-tag:hover {
        border-color: var(--green);
        color: var(--green);
    }

.whatWeDoHome .label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 1rem;
}

.latest-news-area .blog-element-active img {
    /*max-width: 90%;*/
}

.latest-news-area .section-heading {
    font-family: var(--font);
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.2;
    font-weight: 300;
    color: var(--navy);
}

.blog-element-active .slick-slide {
    margin: 0 20px; /* space between slides */
}

.blog-element-active .slick-list {
    margin: 0 -20px; /* fix outer overflow */
}

/*.blog-element-active .slick-slide:nth-child(odd) {
    text-align: left;
}

.blog-element-active .slick-slide:nth-child(even) {
    text-align: right;
}*/

.blog-item {
    display: flex;
}

.blog-element-active .slick-slide:nth-child(odd) .blog-item {
    justify-content: flex-start;
}

.blog-element-active .slick-slide:nth-child(even) .blog-item {
    justify-content: flex-end;
}

.post-title {
    font-family: var(--font);
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 1rem;
    line-height: 1.35;
    font-weight: 400;
    transition: color 0.2s;
}

.post-excerpt {
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer-area-wrapper {
    background: var(--navy);
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    border-top: 4px solid var(--green);
}

.footer-widget__list-real_estate li {
    color: var(--green);
}

    .footer-widget__list-real_estate li a {
        color: rgba(255, 255, 255, 0.6);
    }

.footer-area-wrapper p {
    color: rgba(255, 255, 255, 0.6);
}

.copyright-text {
    color: rgba(255, 255, 255, 0.6);
}

.footer-social-white a {
    color: rgba(255, 255, 255, 0.6);
}

.header-col__right a {
    color: #000;
}

@media only screen and (max-width: 767px) {
    .header-absolute.scrolled {
       position: absolute !important;
    }
    .blog-element-active .slick-arrow.slick-next {
        top: 24%;
    }

    .blog-element-active .slick-arrow {
        top: 24%;
    }

    .video-placeholder {
        margin-left: 0;
    }

    .whoWeAreHome h2 {
        margin-bottom: 2rem;
    }
    .blog-element-active .slick-slide {
        margin: auto;
    }

    .blog-element-active .slick-list {
        margin: auto;
    }

    .latest-news-area .post-title {
        height: auto !important;
        font-size: 1.1rem;
    }

    .footer-social-white.text-right {
        text-align: left !important;
    }
    .homeHeader .header-col__right a {
        color: #fff;
    }
    
}

