﻿
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    background: #f7f7f7;
    color: #2a3a4b;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
a{
    text-decoration: none;
}
.diff-bg {
    background: #e6f2db !important;
}
.diff-bg1 {
    background: #6ba43a !important;
}
    .diff-bg1 h4{
        color: #fff !important;
    }

    .diff-bg1 p {
        color: #fff !important;
    }
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2vw;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .logo img {
        width: auto;
        height: 36px;
        border-radius: 8px;
    }

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #2a3a4b;
    letter-spacing: 1px;
}

nav {
    display: flex;
    gap: 2rem;
    align-items: center;
}

    nav a {
        text-decoration: none;
        color: #2a3a4b;
        font-weight: 500;
        font-size: 1.05rem;
        padding: 6px 14px;
        border-radius: 4px;
        transition: color 0.2s, background 0.2s;
    }

        nav a.active, nav a:hover, nav a:focus {
            color: #6ba43a;
            background: #e6f2db;
            outline: none;
        }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.7rem;
    color: #2a3a4b;
    cursor: pointer;
    margin-left: 16px;
}



main {
    flex: 1 0 auto;
    padding-top: 90px;
}
/* Banner & Video Section */
.banner-video-section {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    background: linear-gradient(90deg, #e6f2db 60%, #fff 100%);
    border-radius: var(--border-radius);
    padding: 2.5rem 2vw;
    min-height: 340px;
    box-sizing: border-box;
}
.product-delivery-video-section {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    background: #e6f2db;
    border-radius: var(--border-radius);
    padding: 2.5rem 2vw;
    min-height: 340px;
    box-sizing: border-box;
}

.sub-title {
    background-color: #6ba43a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
}

.product-delivery-video-section h4 {
    font-size: 1.2rem;
    color: #6ba43a;
    margin-bottom: 14px;
}

.banner-side {
    flex: 1 1 280px;
    min-width: 200px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem 0;
}

    .banner-side h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.1rem;
        color: #6ba43a;
        margin: 0 0 0.5rem 0;
        font-weight: 700;
    }

    .banner-side p {
        font-size: 1.2rem;
        color: #2a3a4b;
        font-weight: 500;
        margin: 0;
    }

.banner-logo {
    width: 180px; /* Increase width for prominence */
    height: auto; /* Maintain aspect ratio */
    max-width: 220px; /* Responsive cap */
    min-width: 140px; /* Prevents being too small on mobile */
    display: block;
}

.tagline.no-wrap {
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: 600;
    color: #23404a;
    /* margin-left: 1.5rem; */
    letter-spacing: 0.01em;
    position: relative;
    z-index: 999;
    /* margin-top: 10rem; */
    left: -70px;
    top: 140px;
}

.video-side {
    flex: 2 1 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    max-width: 520px;
}

.video-player-container {
    position: relative;
    width: 100%;
    max-width: 440px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin: 0 auto;
    user-select: none;
}

.custom-video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: var(--border-radius);
    background: #000;
    object-fit: cover;
    outline: none;
}
    /* Hide native controls and download */
    .custom-video::-webkit-media-controls,
    .custom-video::-webkit-media-controls-enclosure,
    .custom-video::-webkit-media-controls-panel,
    .custom-video::-webkit-media-controls-play-button,
    .custom-video::-webkit-media-controls-timeline,
    .custom-video::-webkit-media-controls-current-time-display,
    .custom-video::-webkit-media-controls-time-remaining-display,
    .custom-video::-webkit-media-controls-volume-slider,
    .custom-video::-webkit-media-controls-mute-button,
    .custom-video::-webkit-media-controls-fullscreen-button,
    .custom-video::-webkit-media-controls-toggle-closed-captions-button {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .custom-video::-moz-media-controls {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

.custom-video {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}
/* Overlay Play Button */
.video-overlay-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(107,164,58,0.95);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(107,164,58,0.12);
    transition: background 0.2s, opacity 0.3s;
    opacity: 1;
}

    .video-overlay-play:focus {
        outline: 2px solid #6ba43a;
    }

    .video-overlay-play.hide {
        opacity: 0;
        pointer-events: none;
    }
/* Custom Controls */
.custom-controls, .custom-controls2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34,46,58,0.7);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    box-sizing: border-box;
    z-index: 3;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    opacity: 1;
    transition: opacity 0.3s;
}

    .custom-controls.hide {
        opacity: 0;
        pointer-events: none;
    }

    .custom-controls2.hide {
        opacity: 0;
        pointer-events: none;
    }

.control-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.2s;
}

    .control-btn:focus {
        outline: 2px solid #6ba43a;
        background: #e6f2db;
        color: #2a3a4b;
    }

.progress-bar-wrap, .progress-bar-wrap2 {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    position: relative;
    height: 18px;
    margin: 0 8px;
    cursor: pointer;
}

.progress-bar-bg {
    width: 100%;
    height: 6px;
    background: #c9e6b8;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.progress-bar-fill {
    width: 0;
    height: 100%;
    background: #6ba43a;
    border-radius: 4px;
    transition: width 0.1s linear;
}

.progress-bar-hover {
    position: absolute;
    top: -28px;
    left: 0;
    background: #222e3a;
    color: #fff;
    padding: 2px 7px;
    font-size: 0.95rem;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    z-index: 10;
    transition: opacity 0.2s;
}

.progress-bar-wrap:hover .progress-bar-hover,
.progress-bar-wrap:focus .progress-bar-hover {
    opacity: 1;
}


.progress-bar-wrap2:hover .progress-bar-hover,
.progress-bar-wrap2:focus .progress-bar-hover {
    opacity: 1;
}

.time-label {
    color: #fff;
    font-size: 1rem;
    min-width: 48px;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
}
/* Prevent right click on video */
.custom-video {
    pointer-events: auto;
}
/* Features, Products, About, etc. (for brevity, only key styles) */
.features, .products-section, .services-section, .about-section, .about-us-section, .faq-section, .right-loan-section, .itp-section, .other-products-section {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    background: #fff;
    border-radius: var(--border-radius);
    padding: 2rem 2vw;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    background: #fff;
}

.feature-card {
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 300px;
    background: #e6f2db;
    border-radius: 12px;
    padding: 1.2rem 1rem;
    margin: 0.5rem 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(107,164,58,0.08);
}

.feature-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.feature-desc {
    font-size: 0.97rem;
    color: #444;
}

.about-section {
    background: #6ba43a;
    color: #fff;
    text-align: center;
}




    .about-section h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }

    .about-section p {
        font-size: 1.08rem;
        max-width: 860px;
        margin: auto;
        line-height: 1.6;
    }

.section-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: #2a3a4b;
}

.products-list, .other-products-list, .services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.product-card, .other-product-card, .services-card {
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 350px;
    background: #e6f2db;
    border-radius: 12px;
    padding: 1.2rem 1rem;
    margin: 0.7rem 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(107,164,58,0.08);
    transition: .5s !important;
}
.other-product-card, .services-card {
    padding: 2rem 1.8rem;
}
    .services-card a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-card h3, .other-product-card h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.08rem;
        margin-bottom: 0.5rem;
        color: #6ba43a;
    }

.services-card h2 {
    font-family: 'Montserrat', sans-serif;
    color: #6ba43a;
    font-size: 1.4rem;
    line-height: 30px;
}

.services-card ul {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
    padding: 0;
    align-items: center;
}
    .services-card ul li {
        color: #6ba43a;
        font-size: 1.4rem;
        line-height: 30px;
        text-align: left;
        width: 50%;
    }
    .services-card:hover {
        background: #6ba43a;
    }
    .services-card:hover ul li {
        color: #fff;
    }

    .services-card:hover h2 {
        color: #fff;
    }
    .product-card p, .other-product-card p, .services-card p {
        font-size: 0.97rem;
        color: #444;
    }
    .itp-section {
        background: #e6f2db;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 2rem;
        justify-content: space-between;
    }

.itp-info {
    flex: 2 1 350px;
}

    .itp-info h2 {
        font-size: 1.2rem;
        color: #2a3a4b;
        margin-bottom: 0.7rem;
    }

    .itp-info p {
        font-size: 1.05rem;
        color: #333;
    }

.itp-cta {
    flex: 1 1 240px;
    text-align: center;
}

    .itp-cta button {
        background: #6ba43a;
        color: #fff;
        border: none;
        border-radius: 32px;
        padding: 1rem 2.2rem;
        font-size: 1.08rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(107,164,58,0.12);
        transition: background 0.2s;
        margin-bottom: 1rem;
    }

        .itp-cta button:hover, .itp-cta button:focus {
            background: #557b2f;
            outline: 2px solid #2a3a4b;
        }

    .itp-cta img {
        margin-top: 1rem;
        border-radius: 8px;
    }
/* Footer */
.site-footer {
    width: 100%;
    background: #222e3a;
    color: #fff;
    text-align: center;
    padding: 2rem 0 1.2rem 0;
    font-size: 0.97rem;
    margin-top: 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2vw;
}


footer {
    background: var(--accent);
    color: #fff;
    padding: 2rem 2vw 1.5rem 2vw;
    text-align: center;
    font-size: 0.97rem;
    margin-top: 2rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem;
    font-size: 0.97rem;
    margin-bottom: 0.7rem;
}

    .footer-links a {
        color: #fff;
        text-decoration: none!important;
        opacity: 0.85;
        transition: opacity 0.2s;
    }

        .footer-links a:hover, .footer-links a:focus {
            opacity: 1;
            outline: none;
        }

.footer-address {
    margin: 1.1rem 0 0.6rem 0;
    font-size: 0.97rem;
    color: #e0e0e0;
}

.footer-disclaimer {
    font-size: 0.91rem;
    color: #b8b8b8;
    margin-top: 1.2rem;
    line-height: 1.5;
    text-align:justify;
}

/* Animations */
.animate-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}

    .animate-fade.in-view {
        opacity: 1;
        transform: none;
    }

.animate-slide-left {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}

    .animate-slide-left.in-view {
        opacity: 1;
        transform: none;
    }

.animate-slide-right {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}

    .animate-slide-right.in-view {
        opacity: 1;
        transform: none;
    }
.button{
    margin-top: 30px;
    background-color: #6ba43a;
    color: #fff;
    padding: 8px 26px;
    border-radius: 30px;
}
/* Responsive */
@media (max-width: 900px) {
    .header-inner, .features, .about-section, .about-us-section, .right-loan-section, .faq-section, .products-section, .services-section, .itp-section, .other-products-section, .footer-content, .banner-video-section {
        max-width: 98vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .banner-video-section, .product-delivery-video-section {
        flex-direction: column;
        gap: 1.5rem;
        min-height: unset;
        padding: 2rem 2vw;
    }
        .product-delivery-video-section .banner-side {
            flex: auto;
        }

        .banner-side, .video-side {
            max-width: 100%;
            width: 100%;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0.5rem 0;
        }

    .banner-side {
        align-items: center;
    }

    .itp-section {
        flex-direction: column;
        gap: 1.2rem;
        align-items: flex-start;
    }

    .itp-cta {
        text-align: left;
    }
}
@media (max-width: 768px) {
    nav {
        display: none;
        flex-direction: column;
        gap: 0;
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 60px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        z-index: 1001;
    }

        nav.open {
            display: flex;
        }
    .nav-toggle {
        display: block;
    }
}

    @media (max-width: 700px) {
        nav {
            display: none;
            flex-direction: column;
            gap: 0;
            width: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 60px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            z-index: 1001;
        }

            nav.open {
                display: flex;
            }

        .nav-toggle {
            display: block;
        }

        .header-inner {
            flex-direction: row;
            align-items: center;
            padding: 1rem 2vw;
        }

        .logo-text {
            font-size: 1.1rem;
        }

        .banner-side h2 {
            font-size: 1.2rem;
        }

        .banner-side p {
            font-size: 1rem;
        }

        .video-player-container {
            max-width: 100vw;
            aspect-ratio: 16 / 9;
        }

        .feature-card, .product-card, .other-product-card, .services-card {
            min-width: 90vw;
            max-width: 98vw;
        }
    }

    @media (max-width: 500px) {
        .site-header {
            padding: 0.5rem 0;
        }

        .header-inner {
            padding: 0.5rem 1vw;
        }

        main {
            padding-top: 70px;
        }

        .site-footer {
            font-size: 0.9rem;
            padding: 1rem 0 0.7rem 0;
        }
    }
    /* Progressive image loading */
    .progressive-img {
        filter: blur(12px);
        transition: filter 0.5s;
    }

        .progressive-img.loaded {
            filter: blur(0);
        }

    .arrow-container {
        width: 100%;
        max-width: 100%;
        margin: 40px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow {
        display: flex;
        align-items: center;
        height: 70px;
        min-width: 320px;
        position: relative;
        font-family: Arial, sans-serif;
        font-size: 1.1rem;
        /* box-shadow: 0 2px 8px rgba(0,0,0,0.08);*/
    }

    .arrow-left {
        background: #ffa726;
        color: #fff;
        padding: 0 30px;
        height: 70px;
        display: flex;
        align-items: center;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        white-space: nowrap;
        font-weight: 600;
        flex: 1 1 50%;
        min-width: 180px;
        text-align: center;
        justify-content: center;
    }

    .arrow-right {
        background: #cddc39;
        color: #388e3c;
        padding: 0 32px 0 24px;
        height: 70px;
        display: flex;
        align-items: center;
        font-weight: 600;
        flex: 1 1 40%;
        min-width: 120px;
        text-align: center;
        justify-content: center;
        position: relative;
        clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    }
    /* Responsive adjustments */
    @media (max-width: 600px) {
        .arrow {
            height: 50px;
            font-size: 0.95rem;
        }

        .arrow-left, .arrow-right {
            padding: 0 10px;
            min-width: 80px;
        }
    }


    .div-cta {
        margin: 40px auto;
    }


    .logo-container {
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-bg {
        width: 200px;
        height: 200px;
        background: linear-gradient(to bottom, #a6ceec 0 50%, #bada55 50% 100%);
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    }

    .logo-circle {
        width: 120px;
        height: 120px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }

    .logo-svg {
        width: 80px;
        height: 80px;
        display: block;
    }

    @media (max-width: 600px) {
        .logo-bg {
            width: 120px;
            height: 120px;
        }

        .logo-circle {
            width: 70px;
            height: 70px;
        }

        .logo-svg {
            width: 50px;
            height: 50px;
        }
    }



    @media (max-width: 600px) {

        .footer-links {
            gap: 0.7rem;
        }

        .footer-address, .footer-disclaimer {
            font-size: 0.83rem;
        }
    }


    .social-links {
        margin: 1rem 0 0 0;
        display: flex;
        justify-content: center;
        gap: 1.2rem;
    }

        .social-links a {
            color: var(--accent);
            font-size: 1.5rem;
            transition: color var(--transition);
        }

            .social-links a:focus, .social-links a:hover {
                color: var(--primary);
                outline: none;
            }


    :root {
        --primary: #7bbd42;
        --secondary: #f4f4f4;
        --accent: #fff;
        --text: #232323;
        --card-bg: #fff;
        --shadow: 0 2px 16px rgba(0,0,0,0.08);
        --button: #5c8c1e;
        --button-hover: #3e5e13;
        --border-radius: 8px;
        --transition: 0.3s cubic-bezier(.4,0,.2,1);
        --card: #fff;
    }

    span.products-icon {
        font-size: 5rem;
    }
