/* ========== Global Styles ========== */

/* Font Imports already included in index.html */

/* ========== Reset & Base ========== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #504E4A;
    line-height: 1.6;
    /* padding: 20px; */
}

/* ========== Layout ========== */
.layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.section {
    margin-bottom: 30px;
}

/* ========== Typography ========== */
.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #000;
}

.body-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #504E4A;
}

.footer-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #504E4A;
}

.table-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: left;
    padding: 10px;
}

.styled-table td {
    padding: 10px;
}

/* banner */
.banner-component {
    background-color: #00992B;
    width: 100%;
    text-align: center;
    padding: 80px 16px 40px;
    /* Top padding increased to account for navbar */
    margin: 0;
}

.banner-title {
    color: white;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* ========= Hero Section ========= */
/* .hero {
    width: 100%;
    min-height: 100vh;
    background: url('/images/REALTPO.mp4') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
    color: #fff;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
    max-width: 1200px;
    width: 100%;
}

.hero-block {
    max-width: 500px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #eee;
}

.hero-button {
    background-color: #00992B;
    padding: 14px 32px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: none;
    font-size: 18px;
    border-radius: 0;
    display: inline-block;
    transition: background 0.3s ease;
}

.hero-button:hover {
    background-color: #007a22;
} */

.hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
    max-width: 1200px;
    width: 100%;
}


.hero-block {
    max-width: 500px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #eee;
}

.hero-button {
    background-color: #00992B;
    padding: 14px 32px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: none;
    font-size: 18px;
    border-radius: 0;
    display: inline-block;
    transition: background 0.3s ease;
}

.hero-button:hover {
    background-color: #007a22;
}


/* about */
.about-section {
    padding: 80px 20px;
    background: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

.about-container {
    max-width: 74rem;
    margin: 0 auto;
}

.about-paragraphs p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 74px;
    color: #333;
}

.about-cta {
    margin-top: 64px;
}

.about-cta h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

.about-cta p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #444;
}

.about-cta .btn-primary {
    display: inline-block;
    padding: 14px 28px;
    background: #00992B;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    border-radius: 0;
    transition: background 0.3s ease;
}

.about-cta .btn-primary:hover {
    background: #007a22;
}


.vendor-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 50px;
    margin-bottom: 10px;

    color: black;
}

.vendor-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px;
    margin-bottom: 5rem;
}

.vendor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    justify-items: center;

}

.vendor-cell {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: transform 0.3s ease;
}

.vendor-cell:hover {
    transform: scale(1.03);
}

.vendor-cell img {
    max-width: 100%;
    /* max-height: 60px; */
    object-fit: contain;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .vendor-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .about-section {
        padding: 60px 16px;
    }

    .about-paragraphs p,
    .about-cta p {
        font-size: 16px;
    }

    .about-cta h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {

    .about-paragraphs p,
    .about-cta p {
        font-size: 15px;
    }

    .about-cta h2 {
        font-size: 24px;
    }

    .about-cta .btn-primary {
        font-size: 14px;
        padding: 12px 20px;
    }

    .banner-title {
        font-size: 24px;
    }
}


/* ===== Responsive ===== */
@media (max-width: 768px) {
    .hero {
        padding: 40px 16px;
    }

    .hero-content {
        gap: 60px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtext {
        font-size: 16px;
    }

    .hero-button {
        font-size: 16px;
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
    }

    .hero-subtext {
        font-size: 14px;
    }

    .hero-button {
        font-size: 15px;
        padding: 10px 20px;
    }
}


/* ========== Responsive Typography ========== */
@media (max-width: 1024px) {
    .title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 28px;
    }

    .body-text,
    .table-title {
        font-size: 15px;
    }

    .footer-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 22px;
    }

    .body-text,
    .table-title {
        font-size: 14px;
    }

    .footer-text {
        font-size: 12px;
    }
}

.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.fade-in-section.visible {
    opacity: 1;
    transform: none;
}