/* =====================
   HOME PAGE CSS
   Hero, About, Partners, Value, Testimonial, Map, CTA Sections
   ===================== */

/* =====================
   HERO SECTION
   ===================== */
.hm-slider-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
}

.hm-hero-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.85;
}

.hm-hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-text-block {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
}

.text-center-hero {
    margin: 0 auto;
    text-align: center;
}

.text-block-wrap {
    padding-top: 100px;
}

.text-block-wrap h1 {
    font-size: 4rem;
    line-height: 1.15;
    color: var(--color-white);
    margin-bottom: 0px;
    font-style: italic;
}

.text-block-wrap h1 .italic-serif {
    font-style: italic;
}

/* Inner Page Hero Section */
.inner-hero-sec {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.inner-hero-bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.inner-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* =====================
   ABOUT SECTION (HOME)
   ===================== */
.hm-about-sec {
    background-color: var(--color-white);
}

.hm-about-content {
    width: 100%;
    max-width: 855px;
    margin: auto;
    text-align: center;
}

.hm-about-content p {
    font-size: 1.20rem;
    font-weight: 400;
    color: #292929;
    line-height: 1.5;
    margin-top: 1.5rem;
    font-family: var(--font-third);
}

.hm-about-image-left {
    margin-left: 80px;
    display: flex;
    justify-content: flex-start;
}

.hm-about-image-right {
    margin-right: 80px;
    display: flex;
    justify-content: flex-end;
}

.img-circle {
    width: 209px;
    height: 209px;
    border-radius: 0px;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}

/* =====================
   PARTNERS SECTION (HOME)
   ===================== */
.hm-partners-sec {
    background: var(--color-white);
    padding: 50px 0px;
}

.heading-box {
    text-align: center;
    margin-bottom: 60px;
}

.hm-partners-sec .section-title-beige {
    color: #000;
}

.partner-logo {
    width: 288px;
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0px;
    padding: 10px;
}

.partner-logo span {
    font-size: 26px;
    color: #000;
    font-family: var(--font-third);
    font-weight: bold;
}

.slider-right {
    margin-top: -1px;
}

.slider-right .slick-slide {
    float: right;
}

/* =====================
   VALUE SECTION (STICKY SCROLL)
   ===================== */
.hm-value-sec {
    position: relative;
    height: 300vh;
}


.hm-value-sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    background-color: var(--color-dark-brown);
    color: var(--color-white);
    overflow: hidden;
    background: url('../assets/images/bg-1.png') no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: flex-end;
}

.hm-value-container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 60px;
}

.hm-value-right {
    margin-left: auto;
    width: 478px;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.hm-value-cards-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(0);
    will-change: transform;
    transition: transform 0.1s ease-out;
}

.hm-value-left {
    padding-right: 50px;
    padding-bottom: 40px;
}

.hm-value-left h2 {
    font-size: 4rem;
    line-height: 1.35;
    margin-bottom: 3rem;
    color: var(--color-white);
}

.stat-card-stacked {
    background-color: #F2EFE9;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
}

.stat-number {
    font-family: var(--font-primary);
    font-size: 2.5rem;
    color: #A68960;
    font-style: italic;
    line-height: 1;
}

.stat-card-stacked h4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--font-third);
    font-style: normal;
    font-weight: 400;
    color: #483F31;
}

.stat-card-stacked p {
    font-size: 0.95rem;
    font-weight: 400;
    font-family: var(--font-third);
    color: #6C6C6C;
    margin-bottom: 0px;
    line-height: 1.5;
}

/* =====================
   TESTIMONIAL SECTION
   ===================== */
.hm-testimonial-sec {
    background-color: #F6F3EF;
}

.testimonial-wrap {
    max-width: 1070px;
    margin: auto;
}

.testimonial-block {
    padding: 0px 85px;
}

blockquote {
    font-family: var(--font-primary);
    font-size: 1.9rem;
    line-height: 1.5;
    color: #444;
    font-style: italic;
    letter-spacing: 0.1px;
    position: relative;
}

blockquote span {
    color: #A68960;
}

blockquote::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -100px;
    background: url("../assets/images/q-left.png") no-repeat;
    width: 79px;
    height: 46px;
}

blockquote::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: -100px;
    background: url("../assets/images/q-right.png") no-repeat;
    width: 79px;
    height: 46px;
}

.author {
    margin-top: 60px;
}

.author h4 {
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    margin-bottom: 15px;
    color: #807360;
    font-weight: 400;
    font-family: var(--font-third);
}

.author p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-third);
    line-height: 1;
    letter-spacing: 1px;
    color: #888175;
}

/* =====================
   MAP SECTION
   ===================== */
.hm-map-sec {
    background-color: var(--color-white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hm-map-sec>.container {
    position: relative;
}

.map-area-block {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.map-bg-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Heading Overlay */
.hm-map-header {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    padding-left: 15px;
    width: 40%;
}

.hm-map-header h2 {
    text-align: left;
    font-size: 3.5rem;
    line-height: 1.3;
    color: var(--color-dark-brown);
    margin-bottom: 0;
}

.map-section {
    height: 850px;
    opacity: 0.9;
}

.map-section-wrap {
    background-color: #000;
}

/* =====================
   CTA SECTION
   ===================== */
.hm-cta-sec {
    background: url('../assets/images/cta-bg.png') no-repeat;
    background-size: cover;
}

.hm-cta-sec h3 {
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.hm-cta-sec p {
    color: #000000;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    font-family: var(--font-third);
    margin-bottom: 30px;
}

.hm-cta-sec .btn,
.contact-form-col .btn {
    background: linear-gradient(to right, #483F31 50%, #fff 50%) left;
    background-size: 200%;
    color: #fff;
}

.hm-cta-sec .btn i,
.contact-form-col .btn i {
    color: #000;
}

.hm-cta-sec .btn:hover,
.contact-form-col .btn:hover {
    background-position: right;
    color: #000;
}

/* =====================
   HOME PAGE RESPONSIVE
   ===================== */
@media (max-width: 1400px) {
    .hm-map-sec {
        padding: 60px 0;
    }

    .hm-map-header h2 {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {

    /* Hero Section */
    .text-block-wrap h1 {
        font-size: 3.4rem;
    }

    /* About Section */
    .hm-about-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .hm-about-content {
        flex: auto;
        order: -1;
    }

    .hm-about-image-left {
        width: 50%;
        margin-left: 0;
        justify-content: flex-start;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .hm-about-image-right {
        margin-right: 0;
        justify-content: flex-end;
        padding-right: 20px;
        padding-top: 20px;
    }

    .img-circle {
        width: 150px;
        height: 150px;
    }

    /* Value Section - Disable sticky scroll effect */
    .hm-value-sec {
        height: auto;
    }

    .hm-value-sticky-wrapper {
        position: relative;
        height: auto;
        padding: 60px 0;
    }

    .hm-value-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-bottom: 0;
        text-align: center;
    }

    .hm-value-left {
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
    }

    .hm-value-left h2 {
        font-size: 2.5rem;
    }

    .hm-value-right {
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: visible;
    }

    .hm-value-cards-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 700px;
        margin: 0 auto;
        transform: none !important;
    }

    .stat-card-stacked {
        padding: 25px 20px;
        text-align: center;
    }

    /* Map Section */
    .hm-map-sec {
        padding: 50px 0;
    }

    .hm-map-header {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .hm-map-header h2 {
        font-size: 2.5rem;
        text-align: center;
    }

    /* Testimonial */
    blockquote {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .author h4 {
        font-size: 20px;
    }

    .author p {
        font-size: 16px;
    }

    /* CTA */
    .hm-cta-sec h3 {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .hm-cta-sec p {
        font-size: 18px;
        line-height: 23px;
        font-weight: 300;
    }

    .partner-logo {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {

    /* Hero Section */
    .text-block-wrap h1 {
        font-size: 1.9rem;
    }

    .video-text-block {
        bottom: 70px;
    }

    /* About Section */
    .hm-about-content p {
        font-size: 1rem;
    }

    .hm-about-sec>.container {
        padding: 0px !important;
    }

    .hm-partners-sec {
        padding: 25px 0px 50px 0px;
    }

    .hm-partners-sec>.container>.heading-box {
        padding: 0px 30px;
    }

    /* Map */
    .hm-map-sec {
        padding: 50px 0px;
    }
    .hm-map-header{
        padding: 0px 30px;
    }
    .hm-map-header h2 {
        font-size: 2rem;
    }

    .map-image {
        width: 80%;
        margin: 0 auto;
        margin-left: 10px;
    }

    /* Testimonial */
    blockquote {
        font-size: 1rem;
        line-height: 1.5;
    }

    .author h4 {
        font-size: 16px;
    }

    .author p {
        font-size: 10px;
    }

    /* CTA */
    .hm-cta-sec h3 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .hm-cta-sec p {
        font-size: 16px;
        line-height: 23px;
        font-weight: 300;
    }

    .partner-logo {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {

    /* Map Section */
    /* .hm-map-sec {
        padding: 30px 0;
    } */

    .hm-map-header h2 {
        font-size: 1.75rem;
    }

    /* Value Section */
    .hm-value-sticky-wrapper {
        padding: 40px 30px;
    }

    .hm-value-left h2 {
        font-size: 2rem;
    }

    .hm-value-container {
        gap: 30px;
    }

    .hm-value-right {
        gap: 15px;
    }

    .hm-value-cards-inner {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .stat-card-stacked {
        padding: 20px 15px;
        gap: 10px;
        text-align: center;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-card-stacked h4 {
        font-size: 16px;
    }

    .stat-card-stacked p {
        font-size: 0.875rem;
    }

    /* Testimonial */
    blockquote {
        font-size: 1rem;
        line-height: 1.5;
    }

    .author h4 {
        font-size: 16px;
    }

    .author p {
        font-size: 10px;
    }

    /* CTA */
    .hm-cta-sec h3 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .hm-cta-sec p {
        font-size: 16px;
        line-height: 23px;
        font-weight: 300;
    }
}