/* _content/JustProtect/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pqqqf570wh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pqqqf570wh] {
    flex: 1;
}

.sidebar[b-pqqqf570wh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pqqqf570wh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pqqqf570wh]  a, .top-row[b-pqqqf570wh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pqqqf570wh]  a:hover, .top-row[b-pqqqf570wh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pqqqf570wh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pqqqf570wh] {
        justify-content: space-between;
    }

    .top-row[b-pqqqf570wh]  a, .top-row[b-pqqqf570wh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pqqqf570wh] {
        flex-direction: row;
    }

    .sidebar[b-pqqqf570wh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pqqqf570wh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pqqqf570wh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pqqqf570wh], article[b-pqqqf570wh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pqqqf570wh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pqqqf570wh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/JustProtect/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o2t5358hlv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-o2t5358hlv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-o2t5358hlv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-o2t5358hlv] {
    font-size: 1.1rem;
}

.bi[b-o2t5358hlv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-o2t5358hlv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-o2t5358hlv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-o2t5358hlv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-o2t5358hlv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o2t5358hlv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o2t5358hlv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o2t5358hlv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-o2t5358hlv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-o2t5358hlv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-o2t5358hlv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-o2t5358hlv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-o2t5358hlv] {
        display: none;
    }

    .nav-scrollable[b-o2t5358hlv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/JustProtect/Components/Pages/AboutUs.razor.rz.scp.css */

.hero[b-0x68qb56mz] {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #e3f6e8 0%, #f3f3f3 100%);
}

.hero-img[b-0x68qb56mz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 1.5s;
}

.hero-content[b-0x68qb56mz] {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}

    .hero-content h1[b-0x68qb56mz] {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.5rem;
        text-shadow: 0 4px 18px rgba(0,0,0,0.18);
    }

    .hero-content p[b-0x68qb56mz] {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 4px 18px rgba(0,0,0,0.14);
    }

.about-section[b-0x68qb56mz] {
    position: relative;
    width: 100%;
/*    height: 300px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

  /*  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    margin: 3rem 0 2rem 0;
    padding: 0 2vw;*/
}

.about-card[b-0x68qb56mz] {
    /*background: var(--card);*/
    /*box-shadow: var(--shadow);*/
    border-radius: 12px;
    flex: 1 1 280px;
    min-width: 260px;
    max-width: 340px;
    padding: 2rem 1.5rem;
    margin: 0.5rem 0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(.4,0,.2,1);
}

    .about-card.visible[b-0x68qb56mz] {
        opacity: 1;
        transform: none;
    }

    .about-card h3[b-0x68qb56mz] {
        font-family: 'Montserrat', sans-serif;
        /*color: var(--primary);*/
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
        font-weight: 700;
    }

    .about-card p[b-0x68qb56mz] {
        color: var(--accent);
        font-size: 1rem;
        line-height:1.5rem;
        text-align:justify;
    }

.brand-section[b-0x68qb56mz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3rem 2vw 1.5rem 2vw;
    gap: 2rem;
    background: var(--background);
}

.brand-logo[b-0x68qb56mz] {
    width: 120px;
    height: 120px;
    background: #e9f9e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary);
    font-weight: 700;
    margin-right: 2rem;
    flex-shrink: 0;
    box-shadow: var(--shadow);
}

.brand-text[b-0x68qb56mz] {
    flex: 1 1 50px;
    font-size: 1.1rem;
    color: var(--accent);
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    color: white;
    padding: 1em;
    font-weight:500;
}

.brand-img[b-0x68qb56mz] {
    width: 340px;
    max-width: 90vw;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: var(--shadow);
    opacity: 0;
    transition: opacity 1.5s;
}

.commitment-section[b-0x68qb56mz] {
    background: var(--card);
    box-shadow: var(--shadow);
    border-radius: var(--border-radius);
    margin: 2.5rem auto 2rem auto;
    padding: 2.5rem 2vw;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    align-items: center;
}

.commitment-item[b-0x68qb56mz] {
    flex: 1 1 180px;
    min-width: 160px;
    text-align: center;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.7s cubic-bezier(.4,0,.2,1);
}

    .commitment-item.visible[b-0x68qb56mz] {
        opacity: 1;
        transform: none;
    }

.commitment-icon[b-0x68qb56mz] {
    font-size: 2.5rem;
    margin-bottom: 0.7rem;
}

.commitment-title[b-0x68qb56mz] {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    /*color: var(--accent);*/
    margin-bottom: 0.3rem;
}

.commitment-desc[b-0x68qb56mz] {
    font-size: 0.97rem;
    color: #5a5a5a;
}

 span[b-0x68qb56mz] {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}


.about-us-section[b-0x68qb56mz] {
    background: #e6f2db;
    color: #444;
    text-align: center;
}

    .about-us-section h2[b-0x68qb56mz] {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .about-us-section p[b-0x68qb56mz] {
        font-size: 1.08rem;
        max-width: 860px;
        margin: auto;
        line-height: 1.6;
    }
/* Responsive Styles */
@media (max-width: 900px) {
    .about-section[b-0x68qb56mz], .commitment-section[b-0x68qb56mz] {
        flex-direction: column;
        gap: 1.6rem;
    }

    .brand-section[b-0x68qb56mz] {
        flex-direction: column;
        gap: 1.2rem;
    }

    .brand-logo[b-0x68qb56mz] {
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 600px) {
    .main-title[b-0x68qb56mz] {
        font-size: 1.2rem;
    }

    .hero[b-0x68qb56mz] {
        height: 180px;
    }

    .hero-content h1[b-0x68qb56mz] {
        font-size: 1.3rem;
    }

    .about-section[b-0x68qb56mz] {
        gap: 1.1rem;
    }

    .about-card[b-0x68qb56mz] {
        padding: 1.2rem 0.7rem;
    }

    .brand-logo[b-0x68qb56mz] {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .brand-img[b-0x68qb56mz] {
        width: 96vw;
    }

    .commitment-section[b-0x68qb56mz] {
        padding: 1.2rem 1vw;
    }
}

/* _content/JustProtect/Components/Pages/AutoComms.razor.rz.scp.css */

/* Just Auto Comms Landing Page Styles */

/* === Hero Section === */
.hero[b-90213eg3r9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #6ba43a;
    color: #fff;
    padding: 3rem 2vw;
    border-radius: var(--border-radius);
    max-width: 1200px;
    margin: 2rem auto;
}

.hero-content[b-90213eg3r9] {
    flex: 1 1 300px;
}

    .hero-content h1[b-90213eg3r9] {
        font-size: 2rem;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 1rem;
    }

    .hero-content p[b-90213eg3r9] {
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

.cta-buttons[b-90213eg3r9] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

    .cta-buttons .btn-primary[b-90213eg3r9],
    .cta-buttons .btn-secondary[b-90213eg3r9] {
        padding: 0.8rem 1.6rem;
        font-weight: 600;
        border-radius: 32px;
        text-align: center;
        transition: var(--transition);
        font-family: 'Montserrat', sans-serif;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-buttons .btn-primary[b-90213eg3r9] {
        background-color: #fff;
        color: #6ba43a;
    }

    .cta-buttons .btn-secondary[b-90213eg3r9] {
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

.hero-image[b-90213eg3r9] {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

    .hero-image img[b-90213eg3r9] {
        max-width: 100%;
        border-radius: var(--border-radius);
    }

/* === Steps Section === */
.steps-section[b-90213eg3r9] {
    max-width: 1200px;
    margin: 2rem auto;
    background: #e6f2db;
    border-radius: var(--border-radius);
    padding: 2rem 2vw;
}

    .steps-section h2[b-90213eg3r9] {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5rem;
        margin-bottom: 2rem;
        color: #2a3a4b;
    }

.steps[b-90213eg3r9] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step[b-90213eg3r9] {
    flex: 1 1 280px;
    background: #6ba43a;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(107, 164, 58, 0.08);
}

    .step h3[b-90213eg3r9] {
        color: #fff;
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    .step p[b-90213eg3r9] {
        font-size: 1rem;
        color: #fff;
    }

/* === Retailers Section === */
.retailers-section[b-90213eg3r9] {
    max-width: 1200px;
    margin: 2rem auto;
    background: #fff;
    border-radius: var(--border-radius);
    padding: 2rem 2vw;
}

    .retailers-section h2[b-90213eg3r9] {
        text-align: center;
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 1.5rem;
        color: #2a3a4b;
    }

.retailer-benefits[b-90213eg3r9] {
    list-style: none;
    padding-left: 1.2rem;
}

    .retailer-benefits li[b-90213eg3r9] {
        margin-bottom: 1rem;
        position: relative;
        padding-left: 1.2rem;
        color: #2a3a4b;
    }

        .retailer-benefits li[b-90213eg3r9]::before {
            content: '✔';
            position: absolute;
            left: 0;
            color: #6ba43a;
        }

/* === Logos Section === */
.logos-section[b-90213eg3r9] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem 2vw;
    background: #fff;
    border-radius: var(--border-radius);
    text-align: center;
}

    .logos-section h2[b-90213eg3r9] {
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
        color: #2a3a4b;
        margin-bottom: 2rem;
    }

.logos[b-90213eg3r9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

    .logos img[b-90213eg3r9] {
        height: 100px;
        object-fit: contain;
    }

    .logos span[b-90213eg3r9] {
        font-weight: bold;
        font-size: 1rem;
        color: #555;
    }

/* === Customers Section === */
.customers-section[b-90213eg3r9] {
    max-width: 1200px;
    margin: 2rem auto;
    background: #e6f2db;
    border-radius: var(--border-radius);
    padding: 2rem 2vw;
}

    .customers-section h2[b-90213eg3r9] {
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
        color: #2a3a4b;
        margin-bottom: 1.5rem;
        text-align: center;
    }

.customer-benefits[b-90213eg3r9] {
    list-style: none;
    padding-left: 1.2rem;
}

    .customer-benefits li[b-90213eg3r9] {
        margin-bottom: 1rem;
        position: relative;
        padding-left: 1.2rem;
        color: #2a3a4b;
    }

        .customer-benefits li[b-90213eg3r9]::before {
            content: '✔';
            position: absolute;
            left: 0;
            color: #6ba43a;
        }

/* === Responsive === */
@media (max-width: 1024px) {
    .hero[b-90213eg3r9] {
        flex-direction: column;
        text-align: center;
    }

    .hero-image[b-90213eg3r9] {
        margin-top: 2rem;
    }

    .steps[b-90213eg3r9] {
        flex-direction: column;
        align-items: center;
    }

    .step[b-90213eg3r9] {
        width: 100%;
        max-width: 90%;
        flex: 1 1 140px;
        text-align: center;
    }

    .cta-buttons[b-90213eg3r9] {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .hero-content h1[b-90213eg3r9] {
        font-size: 1.6rem;
    }

    .hero-content p[b-90213eg3r9] {
        font-size: 1rem;
    }

    .cta-buttons a[b-90213eg3r9] {
        width: 100%;
        text-align: center;
    }

    .logos img[b-90213eg3r9] {
        height: 30px;
    }

    .logos-section h2[b-90213eg3r9],
    .steps-section h2[b-90213eg3r9],
    .retailers-section h2[b-90213eg3r9],
    .customers-section h2[b-90213eg3r9] {
        font-size: 1.3rem;
    }
}
/* _content/JustProtect/Components/Pages/ComplaintsPolicy.razor.rz.scp.css */

body[b-moly8jzxdv] {
    font-family: 'Segoe UI', Roboto, sans-serif;
    background-color: #f4f7fa;
    margin: 0;
    padding: 0;
    color: #333;
}

.container[b-moly8jzxdv] {
    max-width: 1100px;
    margin: 40px auto;
    padding: 30px 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

h1[b-moly8jzxdv] {
    color: #6ba43a;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

h2[b-moly8jzxdv] {
    color: #6ba43a;
    margin-top: 40px;
    font-size: 24px;
    border-left: 4px solid #6ba43a;
    padding-left: 10px;
}

h3[b-moly8jzxdv] {
    margin-top: 40px;
    font-size: 18px;
}

p[b-moly8jzxdv], li[b-moly8jzxdv] {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

ul[b-moly8jzxdv] {
    padding-left: 20px;
    margin-bottom: 20px;
}

address[b-moly8jzxdv] {
    font-style: normal;
    line-height: 1.7;
    background: #e6f2db;
    padding: 10px 20px;
    border-left: 3px solid #6ba43a;
    margin: 20px 0;
    border-radius: 6px;
}

a[b-moly8jzxdv] {
    color: #6ba43a;
    text-decoration: underline;
}

span[b-moly8jzxdv] {
    font-style: italic;
}
/* _content/JustProtect/Components/Pages/ContactUs.razor.rz.scp.css */
body[b-pjc229b9q3] {
}
.main-container[b-pjc229b9q3] {
    padding: 40px 0;
}
.col h1[b-pjc229b9q3]{
    outline: none;
}

section[b-pjc229b9q3] {
    max-width: 1100px;
    margin: 8rem auto;
    padding: 2rem 1rem;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    transition: opacity var(--transition), transform var(--transition);
    opacity: 1;
    transform: none;
}

.contact-form[b-pjc229b9q3] {
    margin-top: 30px;
}

.form-group[b-pjc229b9q3] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

    .form-group label[b-pjc229b9q3] {
        font-weight: 600;
        margin-bottom: 6px;
        color: #333;
    }

    .form-group input[b-pjc229b9q3],
    .form-group textarea[b-pjc229b9q3] {
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 1rem;
        transition: border-color 0.3s ease;
    }

        .form-group input:focus[b-pjc229b9q3],
        .form-group textarea:focus[b-pjc229b9q3] {
            border-color: #1165A7;
            outline: none;
        }

.required[b-pjc229b9q3] {
    color: red;
    margin-left: 4px;
}

.cta-btn[b-pjc229b9q3]{
    background: var(--button);
    color: #fff;
    font-weight: 700;
    padding: 1rem 2.2rem;
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.1rem;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
    box-shadow: 0 2px 8px rgba(92, 140, 30, 0.08);
    margin-top: 1rem;
}

/* _content/JustProtect/Components/Pages/InsuranceTopUpProtection.razor.rz.scp.css */
.hero[b-u4ovbcfghk] {
    background: linear-gradient(90deg, #e7f4c3 60%, #fff 100%);
    padding: 3rem 1rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 350px;
}

    .hero .hero-img[b-u4ovbcfghk] {
        margin-bottom: 1rem;
   /*     background: #e7f4c3;*/
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
       /* box-shadow: 0 2px 16px rgba(179,210,53,0.07);*/
    }

    .hero h1[b-u4ovbcfghk] {
        font-size: 2.3rem;
        font-weight: 700;
        color: #555;
        margin-bottom: 0.5rem;
    }

    .hero h2[b-u4ovbcfghk] {
        font-size: 1.2rem;
        color: var(--primary);
        font-weight: 700;
        margin-bottom: 1.2rem;
    }

    .hero p[b-u4ovbcfghk] {
        max-width: 600px;
        margin: 0 auto 1.5rem auto;
        color: #444;
    }

.cta-btn[b-u4ovbcfghk] {
    background: var(--button);
    color: #fff;
    font-weight: 700;
    padding: 1rem 2.2rem;
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.1rem;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
    box-shadow: 0 2px 8px rgba(92,140,30,0.08);
    margin-top: 1rem;
}

    .cta-btn:hover[b-u4ovbcfghk], .cta-btn:focus[b-u4ovbcfghk] {
        background: var(--button-hover);
        transform: translateY(-2px) scale(1.03);
        outline: none;
    }

section[b-u4ovbcfghk] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 2rem 1rem;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    transition: opacity var(--transition), transform var(--transition);
    opacity: 1;
    transform: none;
}

    section.animated[b-u4ovbcfghk] {
        opacity: 0;
        transform: translateY(40px);
    }

    section.visible[b-u4ovbcfghk] {
        opacity: 1;
        transform: none;
    }

.section-title[b-u4ovbcfghk] {
    font-size: 1.6rem;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-align: center;
}

.challenges[b-u4ovbcfghk] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.challenge-card[b-u4ovbcfghk] {
    background: #f6f9ee;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 8px rgba(179,210,53,0.05);
    flex: 1 1 270px;
    min-width: 260px;
    max-width: 420px;
    padding: 1.5rem;
    text-align: left;
    margin-bottom: 1rem;
}

    .challenge-card h3[b-u4ovbcfghk] {
        color: #555;
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 0.7rem;
    }

    .challenge-card p[b-u4ovbcfghk] {
        color: #555;
        font-size: 1rem;
    }

.info-section[b-u4ovbcfghk] {
    margin-bottom: 2rem;
    text-align: center;
}

    .info-section p[b-u4ovbcfghk] {
        color: #444;
        font-size: 1.08rem;
    }

.highlight[b-u4ovbcfghk] {
    /*background: var(--primary);
    color: #fff;
    border-radius: var(--border-radius);
    padding: 1rem 1.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(179,210,53,0.08);*/
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1.5rem 0;
    color: #555;
}

.features-list[b-u4ovbcfghk] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0;
}

.feature[b-u4ovbcfghk] {
    background: #6ba43a;
    color: #fff;
    border-radius: var(--border-radius);
    flex: 1 1 270px;
    min-width: 260px;
    max-width: 400px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(179,210,53,0.05);
}

    .feature h4[b-u4ovbcfghk] {
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .feature p[b-u4ovbcfghk] {
        color: #fff;
    }

.promo-img[b-u4ovbcfghk] {
    width: 100%;
    max-width: 420px;
    margin: 2rem auto;
    display: block;
    opacity: 0;
    transition: opacity 0.6s;
}

.promo-img-2[b-u4ovbcfghk] {
    width: 100%;
    margin: 2rem auto;
    display: block;
    transition: opacity 0.6s;
}

    .promo-img-2.loaded[b-u4ovbcfghk] {
        opacity: 1;
    }

    .promo-img.loaded[b-u4ovbcfghk] {
        opacity: 1;
    }



@media (max-width: 900px) {
    .challenges[b-u4ovbcfghk], .features-list[b-u4ovbcfghk] {
        flex-direction: column;
        gap: 1rem;
    }

    section[b-u4ovbcfghk] {
        padding: 1.2rem 0.5rem;
    }
}

@media (max-width: 600px) {
    .hero h1[b-u4ovbcfghk] {
        font-size: 1.5rem;
    }

    .section-title[b-u4ovbcfghk] {
        font-size: 1.2rem;
    }

    .challenge-card[b-u4ovbcfghk], .feature[b-u4ovbcfghk] {
        min-width: 90vw;
        max-width: 100vw;
    }

    .promo-img[b-u4ovbcfghk] {
        max-width: 100vw;
    }
}

.jp-banner[b-u4ovbcfghk]{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    max-width: 900px;
    /* margin: 2rem auto; */
    position: relative;
    overflow: hidden;
}

.jp-banner-logo-text[b-u4ovbcfghk] {
    display: flex;
    flex-direction: column;
    max-width: 60%;
    z-index: 2;
}

.jp-logo[b-u4ovbcfghk] {
    font-size: 4rem;
    color: #b8cc68;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.jp-banner .jp-logo svg[b-u4ovbcfghk] {
    width: 64px;
    height: 64px;
    margin-right: 0.5rem;
}

.jp-title[b-u4ovbcfghk] {
    font-size: 2rem;
    font-weight: 600;
    color: #6d7c38;
    margin-bottom: 0.2rem;
    letter-spacing: -1px;
}

.jp-subtitle[b-u4ovbcfghk] {
    font-size: 1.1rem;
    color: #a6b97a;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.jp-highlight[b-u4ovbcfghk] {
    font-size: 1.2rem;
    color: #b8cc68;
    font-weight: bold;
}

.jp-banner-car[b-u4ovbcfghk] {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 120px;
    height: 100px;
}

.jp-arrow[b-u4ovbcfghk] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 60px;
    z-index: 1;
}

.jp-car-img[b-u4ovbcfghk] {
    position: relative;
    right: 0;
    width: 90px;
    z-index: 2;
}

@media (max-width: 700px) {
    .jp-banner[b-u4ovbcfghk] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem 0.5rem;
    }

    .jp-banner-logo-text[b-u4ovbcfghk] {
        max-width: 100%;
    }

    .jp-banner-car[b-u4ovbcfghk] {
        width: 100%;
        justify-content: flex-end;
        margin-top: 1rem;
        height: 70px;
    }

    .jp-arrow[b-u4ovbcfghk] {
        width: 120px;
        height: 40px;
    }

    .jp-car-img[b-u4ovbcfghk] {
        width: 60px;
    }
}

.car-bg[b-u4ovbcfghk] {
    width: 95vw;
    max-width: 1100px;
    min-width: 320px;
    aspect-ratio: 2.1/1;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Decorative circles */
.circle-green[b-u4ovbcfghk] {
    position: absolute;
    top: -8%;
    left: -12%;
    width: 40%;
    height: 40%;
    background: #a4d87c;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.8;
}

.circle-pink[b-u4ovbcfghk] {
    position: absolute;
    bottom: -10%;
    right: -8%;
    width: 25%;
    height: 25%;
    background: #f8bfc7;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
}

.car-svg[b-u4ovbcfghk] {
    width: 90%;
    height: auto;
    max-width: 900px;
    z-index: 2;
    display: block;
}

@media (max-width: 700px) {
    .car-bg[b-u4ovbcfghk] {
        width: 100vw;
        min-width: unset;
        aspect-ratio: 2.1/1;
    }

    .car-svg[b-u4ovbcfghk] {
        width: 100%;
        max-width: 100vw;
    }

    .circle-green[b-u4ovbcfghk] {
        width: 60%;
        height: 60%;
        top: -18%;
        left: -20%;
    }

    .circle-pink[b-u4ovbcfghk] {
        width: 40%;
        height: 40%;
        bottom: -18%;
        right: -20%;
    }
}
/* _content/JustProtect/Components/Pages/PersonalMotorLoans.razor.rz.scp.css */

.hero[b-7i69tz7ftc] {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #e3f6e8 0%, #f3f3f3 100%);
}

.hero-img[b-7i69tz7ftc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 1.5s;
}

.hero-content[b-7i69tz7ftc] {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}

    .hero-content h1[b-7i69tz7ftc] {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.5rem;
        text-shadow: 0 4px 18px rgba(0,0,0,0.18);
    }

    .hero-content p[b-7i69tz7ftc] {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 4px 18px rgba(0,0,0,0.14);
    }

.about-cards[b-7i69tz7ftc] {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    gap: 2.5rem;
    /*      display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 3rem 0 2rem 0;
    padding: 0 2vw;*/
}
.about-card[b-7i69tz7ftc] {
/*    background: var(--card);
    box-shadow: var(--shadow);*/
    border-radius: 12px;
    flex: 1 1 280px;
    min-width: 260px;
    max-width: 500px;
    padding: 2rem 1.5rem;
    margin: 0.5rem 0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(.4,0,.2,1);
}

    .about-card.visible[b-7i69tz7ftc] {
        opacity: 1;
        transform: none;
    }

    .about-card h3[b-7i69tz7ftc] {
        font-family: 'Montserrat', sans-serif;
        /*color: var(--primary);*/
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
        font-weight: 700;
    }

    .about-card p[b-7i69tz7ftc] {
        color: var(--accent);
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: justify;
    }
.about-section span[b-7i69tz7ftc] {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
}

.brand-section[b-7i69tz7ftc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3rem 2vw 1.5rem 2vw;
    gap: 2rem;
    background: var(--background);
}

.brand-logo[b-7i69tz7ftc] {
    width: 120px;
    height: 120px;
    background: #e9f9e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary);
    font-weight: 700;
    margin-right: 2rem;
    flex-shrink: 0;
    box-shadow: var(--shadow);
}

.brand-text[b-7i69tz7ftc] {
    flex: 1 1 50px;
    font-size: 1.1rem;
    color: var(--accent);
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    color: white;
    padding: 1em;
    font-weight:500;
}

.brand-img[b-7i69tz7ftc] {
    width: 340px;
    max-width: 90vw;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: var(--shadow);
    opacity: 0;
    transition: opacity 1.5s;
}


.right-loan-section[b-7i69tz7ftc] {
    background: #e6f2db;
    color: #444;
    text-align: center;
}




    .right-loan-section h2[b-7i69tz7ftc] {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }

    .right-loan-section p[b-7i69tz7ftc] {
        font-size: 1.08rem;
        max-width: 860px;
        margin: auto;
        line-height: 1.6;
    }
.other-product-card[b-7i69tz7ftc] {
    min-width: auto;
    max-width: none;
    width: 48%;
    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 ul[b-7i69tz7ftc] {
        text-align: left;
        font-size: 0.97rem 15.52px;
    }
    .other-product-card ul li[b-7i69tz7ftc]{
        margin-bottom: 10px;
    }
.faq-section[b-7i69tz7ftc] {
    background: #6ba43a;
    padding: 2rem;
    font-family: 'Montserrat', sans-serif;
}
    .faq-section h2[b-7i69tz7ftc] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffff;
    }
.faq-item[b-7i69tz7ftc] {
    background-color: #e6f2db;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.faq-question[b-7i69tz7ftc] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 1rem !important;
    font-weight: bold;
    font-size: 1rem;
    padding: 0;
    cursor: pointer;
}
.faq-answer[b-7i69tz7ftc] {
    padding: 1rem;
    border-top: 1px solid;
}
/* Responsive Styles */
@media (max-width: 900px) {
    .about-section[b-7i69tz7ftc], .commitment-section[b-7i69tz7ftc] {
        flex-direction: column;
        gap: 1.6rem;
    }


    .about-cards[b-7i69tz7ftc], .commitment-section[b-7i69tz7ftc] {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .brand-section[b-7i69tz7ftc] {
        flex-direction: column;
        gap: 1.2rem;
    }

    .brand-logo[b-7i69tz7ftc] {
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
    .other-product-card[b-7i69tz7ftc] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .main-title[b-7i69tz7ftc] {
        font-size: 1.2rem;
    }

    .hero[b-7i69tz7ftc] {
        height: 180px;
    }

    .hero-content h1[b-7i69tz7ftc] {
        font-size: 1.3rem;
    }

    .about-cards[b-7i69tz7ftc] {
        gap: 1.1rem;
    }

    .about-card[b-7i69tz7ftc] {
        padding: 1.2rem 0.7rem;
    }

    .brand-logo[b-7i69tz7ftc] {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .brand-img[b-7i69tz7ftc] {
        width: 96vw;
    }
}

.product-card[b-7i69tz7ftc]{
    min-width: 265px;
}
/* _content/JustProtect/Components/Pages/PrivacyPolicy.razor.rz.scp.css */

body[b-w66nzv0fa5] {
    font-family: 'Segoe UI', Roboto, sans-serif;
    background-color: #f4f7fa;
    margin: 0;
    padding: 0;
    color: #333;
}

.container[b-w66nzv0fa5] {
    max-width: 1100px;
    margin: 40px auto;
    padding: 30px 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

h1[b-w66nzv0fa5] {
    color: #6ba43a;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

h2[b-w66nzv0fa5] {
    color: #6ba43a;
    margin-top: 40px;
    font-size: 24px;
    border-left: 4px solid #6ba43a;
    padding-left: 10px;
}

p[b-w66nzv0fa5], li[b-w66nzv0fa5] {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

ul[b-w66nzv0fa5] {
    padding-left: 20px;
    margin-bottom: 20px;
}

address[b-w66nzv0fa5] {
    font-style: normal;
    line-height: 1.7;
    background: #e6f2db;
    padding: 10px 20px;
    border-left: 3px solid #6ba43a;
    margin: 20px 0;
    border-radius: 6px;
}

a[b-w66nzv0fa5] {
    color: #6ba43a;
    text-decoration: underline;
}

span[b-w66nzv0fa5] {
    color: #0462c0;
}
/* _content/JustProtect/Components/Pages/TermsConditions.razor.rz.scp.css */

body[b-29qakxf2sk] {
    font-family: 'Segoe UI', Roboto, sans-serif;
    background-color: #f4f7fa;
    margin: 0;
    padding: 0;
    color: #333;
}

.container[b-29qakxf2sk] {
    max-width: 1100px;
    margin: 40px auto;
    padding: 30px 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

h1[b-29qakxf2sk] {
    color: #6ba43a;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

h2[b-29qakxf2sk] {
    color: #6ba43a;
    margin-top: 40px;
    font-size: 24px;
    border-left: 4px solid #6ba43a;
    padding-left: 10px;
}

p[b-29qakxf2sk], li[b-29qakxf2sk] {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

ul[b-29qakxf2sk] {
    padding-left: 20px;
    margin-bottom: 20px;
}

address[b-29qakxf2sk] {
    font-style: normal;
    line-height: 1.7;
    background: #e6f2db;
    padding: 10px 20px;
    border-left: 3px solid #6ba43a;
    margin: 20px 0;
    border-radius: 6px;
}

a[b-29qakxf2sk] {
    color: #6ba43a;
    text-decoration: underline;
}

span[b-29qakxf2sk] {
    color: #0462c0;
}
/* _content/JustProtect/Components/Pages/VehicleAddedValueProducts.razor.rz.scp.css */

.hero[b-06aox0e9gw] {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #e3f6e8 0%, #f3f3f3 100%);
}

.hero-img[b-06aox0e9gw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 1.5s;
}

.hero-content[b-06aox0e9gw] {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}

    .hero-content h1[b-06aox0e9gw] {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.5rem;
        text-shadow: 0 4px 18px rgba(0,0,0,0.18);
    }

    .hero-content p[b-06aox0e9gw] {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 4px 18px rgba(0,0,0,0.14);
    }


.brand-section[b-06aox0e9gw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3rem 2vw 1.5rem 2vw;
    gap: 2rem;
    background: var(--background);
}

.brand-logo[b-06aox0e9gw] {
    width: 120px;
    height: 120px;
    background: #e9f9e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary);
    font-weight: 700;
    margin-right: 2rem;
    flex-shrink: 0;
    box-shadow: var(--shadow);
}

.brand-text[b-06aox0e9gw] {
    flex: 1 1 50px;
    font-size: 1.1rem;
    color: var(--accent);
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    color: white;
    padding: 1em;
    font-weight: 500;
}

.brand-img[b-06aox0e9gw] {
    width: 340px;
    max-width: 90vw;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: var(--shadow);
    opacity: 0;
    transition: opacity 1.5s;
}


/* Responsive Styles */
@media (max-width: 900px) {
    .about-section[b-06aox0e9gw], .commitment-section[b-06aox0e9gw] {
        flex-direction: column;
        gap: 1.6rem;
    }

    .brand-section[b-06aox0e9gw] {
        flex-direction: column;
        gap: 1.2rem;
    }

    .brand-logo[b-06aox0e9gw] {
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 600px) {
    .main-title[b-06aox0e9gw] {
        font-size: 1.2rem;
    }

    .hero[b-06aox0e9gw] {
        height: 180px;
    }

    .hero-content h1[b-06aox0e9gw] {
        font-size: 1.3rem;
    }

    .about-section[b-06aox0e9gw] {
        gap: 1.1rem;
    }

    .about-card[b-06aox0e9gw] {
        padding: 1.2rem 0.7rem;
    }

    .brand-logo[b-06aox0e9gw] {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .brand-img[b-06aox0e9gw] {
        width: 96vw;
    }
}

.product-card[b-06aox0e9gw] {
    min-width: 265px;
}
/* _content/JustProtect/VishubAi.razor.rz.scp.css */
body[b-oy0kl5k695] {
}

.main-container[b-oy0kl5k695] {
    padding-top: 7rem;
    padding-bottom: 4rem;
}


.cta-btn[b-oy0kl5k695] {
    background: var(--button);
    color: #fff;
    font-weight: 700;
    padding: 1rem 2.2rem;
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.1rem;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
    box-shadow: 0 2px 8px rgba(92, 140, 30, 0.08);
    margin-top: 1rem;
    text-transform:uppercase;
}


.row[b-oy0kl5k695] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.col[b-oy0kl5k695] {
    flex: 1;
    min-width: 300px;
}

.left[b-oy0kl5k695] {
    flex: 2;
}

.right[b-oy0kl5k695] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1[b-oy0kl5k695] {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1165A7;
    outline: none;
}

.subtitle[b-oy0kl5k695] {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 500;
    color: #555;
}

.feature-image[b-oy0kl5k695] {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .row[b-oy0kl5k695] {
        flex-direction: column;
    }
}
