:root {
    --primary-green: #0B6E4F;
    --cta-green: #22C55E;
    --bg-light: #F9FAFB;
    --text-dark: #111827;
    --text-secondary: #6B7280;
    --white: #FFFFFF;
    --primary-color: #0B6E4F;
    --secondary-color: #22C55E;
    --background-color: #F9FAFB;
    --text-color: #111827;
    --light-blue: #F0FDF4;
    /* soft green tint instead */
    --orange-color: #22C55E;
    /* replaced with CTA green */
}

body {
    font-family: 'Inter', Aptos, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--bg-light);
}

/* Headings */


/* p {
    color: var(--text-secondary);
} */

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    letter-spacing: -0.3px;
    color: var(--text-dark);
}

.text-center p {
    margin-left: auto;
    margin-right: auto;
}

section {
    padding: 64px 0;
}

@media (max-width: 768px) {
    section {
        padding: 56px 0;
    }
}



.section-bg {
    background: var(--bg-light);
}

/* HERO */

.hero {
    background: linear-gradient(174deg, #081b15, #065F46);
    color: #fff;
    padding: 120px 0;
}

.hero h1 {
    font-size: 40px;
    line-height: 1.2;
    max-width: 520px;
}
/* HERO TEXT IMPROVEMENT */

.hero h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 20px;
}

.hero p {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 480px;
    margin-bottom: 28px;
}

/* Optional: Highlight keyword */
.hero-highlight {
    color: var(--cta-green);
}

/* Add subtle text shadow for readability */
.hero h1,
.hero p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.hero p {
    font-size: 16px;
    max-width: 480px;
}

.hero-image {
    background: #fff;
    border-radius: 16px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    color: #aaa;
}

/* BUTTON */

.btn-primary-custom {
    background: var(--cta-green);
    border: none;
    font-size: 15px;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    transition: 0.25s;
}

.btn-primary-custom:hover {
    background: #16A34A;
}

/* CARDS */

.card-style {
    background: var(--white);
    color: var(--text-dark);
    border-radius: 12px;
    padding: 35px;
    border: none;
    transition: 0.25s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.card-style {
    padding: 28px;
    border-radius: 14px;
}

.card-style h5 {
    margin-top: 10px;
    margin-bottom: 8px;
}

.card-style:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ICON CIRCLE */

.icon-box {
    width: 70px;
    height: 70px;
    background: rgba(34, 197, 94, 0.1);
    /* CTA green light */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 18px;
}



.icon-box i {
    font-size: 28px;
    color: var(--cta-green);
}

/* SERVICE GRID */


.service-card {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

/* IMAGE PLACEHOLDER */

.illustration-placeholder {
    height: 260px;
    background: #e9ecef;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

/* COMPLIANCE */

.compliance-box {
    max-width: 680px;
    padding: 32px;
    line-height: 1.6;
    margin: auto;
    background: #fff;

    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}


/* FOOTER */

footer {
    background: var(--primary-green);
    color: #fff;
    padding: 35px 0;
    text-align: center;
}

/* HEADER */
.big-header-wrap {
    padding: 20px 0;
    background-color: var(--bg-light);
}

.big-logo-text {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-green);
}

.big-logo-text span {
    color: #000;
    font-weight: 600;
}

.agent-info-box {
    text-align: right;
}

.agent-info-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
}

.agent-name {
    font-size: 1.2rem;
}

/* MAIN SECTION */
.quote-main-wrap {
    padding: 60px 0;
}

.image-panel-wrap {
    border-radius: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-panel-wrap img {
    /* max-width: 550px;
    height: 550px; */
    max-width: 100%;
}

.quote-form-wrap2 {
   background: var(--white);
    color: var(--text-dark);
    border-radius: 6px;
    padding: 45px 40px;
    max-width: 800px;
    margin: 0 auto;
}

.quote-form-wrap {
    background: #000;
    color: #fff;
    border-radius: 6px;
    padding: 45px 40px;
}

.quote-form-wrap h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.quote-label {
    font-size: 14px;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.quote-label span {
    color: #ff4d4d;
}

.quote-input {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    padding: 12px 14px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}


.quote-input:focus {
    border-color: var(--cta-green);
    box-shadow: 0 0 0 2px rgba(34,197,94,0.2);
}
.quote-next-btn-home {
    background: var(--cta-green);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
}

.w-30 {
    width: 30% !important;
}

.quote-next-btn-home:hover {
    background: var(--primary-green);
    color: #fff;
}

.quote-next-btn {
    background: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
}



.quote-next-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .agent-info-box {
        text-align: left;
        margin-top: 15px;
    }

    .quote-main-wrap {
        padding: 40px 10px;
    }

    .quote-form-wrap {
        margin-top: 30px;
        padding: 35px 25px;
    }

    .quote-security-boxP {
        width: 100% !important;
    }

    .quote-form-wrap2 {
        width: 100% !important;
    }
}

.logo-marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.logo-marquee-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: logoScrollRight 40s linear infinite;
}

.logo-marquee-track img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: 0.85;
    transition: 0.3s;
}

/* .logo-marquee-track img:hover {
    filter: grayscale(0);
    opacity: 1;
} */

@keyframes logoScrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .logo-marquee-track {
        gap: 30px;
        animation-duration: 55s;
    }

    .logo-marquee-track img {
        max-height: 45px;
    }
}

.side_img {
    width: 550px;
    height: auto;
    border-radius: 12px;
}

.right_side_content .main-heading {
    font-size: 44px;
    margin-bottom: 25px;

}

.right_side_content p {
    font-size: 19px;
    margin-bottom: 25px;
}

.right_side_content span {
    color: var(--orange-color);
}



.footer-grey p {
    color: #bbb;
    font-size: 19px;
    padding: 1rem 0;
}

.footer-blue {
    background-color: var(--primary-color);
    padding: 15px 20px;
    color: #fff;
}

.footer-content-copyright {
    font-size: 12px;
}

@media (max-width: 768px) {
    .side_img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .right_side_content .main-heading {
        font-size: 32px;
        margin-bottom: 20px;

    }

    .right_side_content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.iti {
    width: 100%;
}

.iti__country,
.iti__selected-flag {
    color: #000;
}

.secure-input {
    position: relative;
}

.secure-input input {
    padding-right: 40px;
    /* space for eye */
}

.toggle-eye {
    position: absolute;
    top: 32%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    opacity: 0.6;
    color: #000;
}

.toggle-eye:hover {
    opacity: 1;
}

.logo_company {
    width: 150px;
    height: auto;
}

/* HERO SECTION */
.ins-hero-image {
    min-height: 100vh;
    background-image: url("../img/banner.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* LEFT CARD */
.ins-hero-card {
    background: var(--background-color);
    padding: 20px 30px;
    max-width: 1290px;
    margin-left: 60px;
    border-radius: 15px;
    margin-bottom: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* TEXT */
.ins-hero-title {
    font-size: 48px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 10px;
}

.ins-hero-sub {
    font-size: 20px;
    color: #444;
}

/* BOXES */
.ins-hero-box {
    border: 2px solid var(--secondary-color);
    border-radius: 6px;
    padding: 25px 15px;
    text-align: center;
    color: var(--secondary-color);
    transition: all 0.2s ease;
    cursor: pointer;
}

.ins-hero-box {
    padding: 20px 25px;
    height: auto;
    white-space: nowrap;
    /* optional → single line cards */
}

.ins-hero-box i {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.ins-hero-box span {
    font-size: 18px;
    font-weight: 500;
}

/* HOVER */
.ins-hero-box:hover {
    background: rgba(100, 166, 70, 0.08);
}

/* LINKS */
.ins-hero-links a {
    color: var(--secondary-color);
    font-weight: 500;
    text-decoration: underline;
}

.ins-hero-links span {
    margin: 0 10px;
    color: #999;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .ins-hero-card {
        padding: 40px;
        margin: 20px;
    }

    .ins-hero-title {
        font-size: 36px;
    }

    .ins-hero-image {
        min-height: auto;
        padding: 40px 0;
    }
}

.ins-more-wrap {
    background: var(--background-color);
    padding: 50px 0;
}

/* Heading */
.ins-more-head h2 {
    font-size: 34px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 15px;
}

.ins-more-divider {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: var(--orange-color);
}

/* Items */
.ins-more-item h4 {
    font-size: 22px;
    font-weight: 400;
    color: #6a4b2f;
    margin-top: 25px;
    margin-bottom: 15px;
}

.ins-more-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    max-width: 320px;
    margin: 0 auto;
}

/* Circular images */
.ins-more-img {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.ins-more-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
    .ins-more-head h2 {
        font-size: 28px;
    }

    .ins-more-img {
        width: 200px;
        height: 200px;
    }
}

.ins-exp-wrap {
    padding: 50px 0;
}

/* TOP CARD */
.ins-exp-card {
    background: var(--background-color);
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/* VIDEO */
.ins-exp-video iframe {
    width: 100%;
    height: 300px;
    border-radius: 4px;
}

/* CONTENT */
.ins-exp-content h3 {
    font-size: 28px;
    font-weight: 400;
    color: var(--text-color);
}

.ins-exp-divider {
    display: block;
    width: 45px;
    height: 2px;
    background: var(--orange-color);
    margin: 12px 0 20px;
}

.ins-exp-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    max-width: 480px;
}

/* BUTTONS */
.ins-exp-actions {
    margin-top: 25px;
}

.ins-btn-primary {
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
    margin-right: 10px;
}

.ins-btn-primary:hover {
    background: var(--primary-color);
    color: #fff;
}

.ins-btn-outline {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 9px 22px;
    border-radius: 4px;
}

.ins-btn-outline:hover {
    background: var(--primary-color);
    color: #fff;
}

/* FEATURES */
.ins-exp-feature i {
    font-size: 42px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.ins-exp-feature h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.ins-exp-feature p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    max-width: 320px;
    margin: 0 auto;
}

.ins-exp-feature a {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .ins-exp-video iframe {
        height: 220px;
    }

    .ins-exp-card {
        padding: 25px;
    }

    .ins-hero-box span {
        font-size: 13px;
        line-height: 1.2;
        text-align: center;

        /* ⭐ IMPORTANT */
        white-space: normal;
        /* allow wrap */
        word-break: break-word;
        /* break long words */
        overflow-wrap: anywhere;
        /* modern fix */
    }

    .ins-select-card {
        display: block;
        width: 240px;
        /* mobile card width */
        max-width: 100%;
        margin: 0 auto;
    }

    .w-30 {
        width: 100% !important;
    }
}

.ins-hero-box {
    display: block;

    max-height: auto;
}

.ins-hero-box span {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;

    /* ⭐ IMPORTANT */
    white-space: normal;
    /* allow wrap */
    word-break: break-word;
    /* break long words */
    overflow-wrap: anywhere;
    /* modern fix */
}

.ins-hero-card a {
    text-decoration: none;
}

.btn-req {
    background: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 10px;
    font-weight: 600;
    transition: 0.3s;
}

.ins-products-section {
    background: var(--background-color);
}

.ins-products-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    position: relative;
}

.ins-products-title::after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--secondary-color);
    display: block;
    margin-top: 8px;
}

.ins-product-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform .2s ease;
}

.ins-product-card:hover {
    transform: translateY(-4px);
}

.ins-product-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ins-product-body {
    padding: 20px;
}

.ins-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.ins-product-desc {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.ins-product-no-image img {
    width: 100%;
    height: 200px;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.ins-products-section a {
    text-decoration: none;
}

.select2-selection__choice__display {
    color: #000;
}

.select2-container {
    height: 45px !important;
    border-radius: 10px !important;
}

.ins-select-card {
    cursor: pointer;
    display: block;
}

.ins-select-card input {
    display: none;
}

.ins-select-card input:checked+.ins-hero-box {
    border: 2px solid var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

.quote-security-box {
    margin-top: 25px;
    padding: 15px 18px;
    background: var(--background-color);
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 10px auto;
}

.quote-security-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.quote-security-box p {
    margin-bottom: 8px;
}

.ins-auto-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ins-select-card {
    cursor: pointer;
}

.ins-hero-box {
    width: 180px;
    /* Fixed width */
    height: 150px;
    /* Fixed height (same for all) */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertical center */
    align-items: center;
    /* Horizontal center */
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: var(--background-color);
    transition: 0.3s ease;
}

.ins-hero-box i {
    font-size: 28px;
    margin-bottom: 10px;
}

.ins-hero-box span {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
    word-wrap: break-word;
}

/* Optional hover */
.ins-select-card input:checked+.ins-hero-box {
    border: 2px solid var(--secondary-color);
    background: #f0f7ff;
}

@media (max-width: 768px) {
    .ins-auto-grid .col-auto {
        flex: 1 1 calc(50% - 12px);
        /* 2 boxes per row on mobile */
    }

    .ins-hero-box {
        width: 100%;
        height: 150px;
    }
}


.policy-content-panel {
    background: var(--light-blue);
    padding: 35px;
    border-radius: 10px;
}

.policy-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.section-heading {
    color: var(--secondary-color);
    font-weight: 600;
    margin-top: 20px;
    font-size: 20px;

}

.policy-content-panel p {
    color: var(--text-color);
    line-height: 1.7;

    font-size: 14.5px;

}

.policy-list {
    padding-left: 18px;
}

.policy-list li {
    margin-bottom: 8px;
}

.policy-highlight {
    color: var(--orange-color);
    font-weight: 600;
    margin-top: 15px;
}

.href_logo {
    object-fit: contain;
}

/* Hero Section */
.disclosure-hero {
    background: linear-gradient(135deg, #0B6E4F, #065F46);
    color: #fff;
    padding: 70px 0;
}

.disclosure-hero h1 {
    font-weight: 700;
    letter-spacing: .5px;
}

/* Content Box */
.disclosure-card {
    background: var(--background-color);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.disclosure-card p {
    font-size: 17px;
    line-height: 1.8;
}

/* Highlight Notice */
.notice-box {
    background: #ECFDF5;
    border-left: 5px solid var(--cta-green);
    padding: 20px;
    margin-top: 25px;
    border-radius: 4px;
}

/* Icon Circle */
.icon-circle {
    width: 60px;
    height: 60px;
    background: var(--cta-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    margin-bottom: 15px;
}

/* Footer note */
.disclosure-footer {
    font-size: 14px;
    color: #666;
}

section {
    background: var(--background-color);
}
.title-underline {
    width: 80px;
    height: 4px;
    margin: 10px auto 25px;
    border-radius: 50px;
    background: linear-gradient(90deg, #22C55E, #0B6E4F);
}