﻿/* Header Section */

/* CSS */
.header-section {
    display: flex;
    align-items: center;
    background: #e9f6fb;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 0px;
    border-radius: 0px;
    /* margin-left: 100px; */
    margin-top: 20px;
    /* margin-right: 20px; */
    margin-block-end: 20px;
    gap: 32px;
    /* width: calc(100% - 200px); */
    min-height: 150px;
    box-sizing: border-box;
    justify-content: space-between;
}
    .header-content h1 {
        font-size: 45px;
        font-weight: 600;
        color: #1c415f;
        margin: 0;
    }

        .header-content h1 .highlight {
            color: #00a651; /* green for ₹ */
        }
.header-image img {
    max-width: 465px;
    height: 163px;
    display: block;
}



.main-content {
    /* display: flex
; */
    /* margin-left: 100px; */
    /* gap: 20px; */
    min-height: 80px;
    box-sizing: border-box;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.policy-container {
    background: #1c415f;
    border-radius: 0px;
    padding: 30px;
    /* max-width: 1084px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.header-policy {
    background: #e9f6fb;
    border-radius: 0px;
    padding: 25px;
    margin-bottom: 30px;
    display: flex;
    align-items: center; /* vertically center */
    gap: 20px;
}



.gift-icon img {
    width: 75px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
}

.header-text {
    flex: 1;
}

    .header-text h1 {
        color: #2d5a87;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.1;
        margin: 0;
    }

.policy-points {
    list-style: none; /* remove default bullet */
    padding: 0;
    margin: 0;
}

    .policy-points li {
        display: flex; /* keep bullet + text inline */
        align-items: flex-start; /* align top */
        font-size: 16px;
        line-height: 1.4;
        color: #2c5aa0;
        margin-bottom: 5px;
        position: relative;
    }

        .policy-points li::before {
            content: "•"; /* custom bullet */
            color: white;
            font-size: 22px;
            font-weight: bold;
            margin-right: 10px; /* space between bullet and text */
            flex-shrink: 0; /* prevents shrinking */
        }

.policy-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.policy-description {
    color: #e0e8f0;
    font-size: 16px;
    line-height: 1.5;
}


.form-container {
    background: #fff;
    height: 100%;
    /* padding: 0; */
    /* max-width: 500px; */
    padding-right: 0px;
}

    .form-container input {
        width: 100%;
        padding: 14px;
        margin-bottom: 9px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .form-container button {
        width: 100%;
        padding: 15px;
        background: #0a2a43;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-weight: bold;
    }

.info-section {
    display: flex;
    align-items: center;
    /* margin-left: 100px; */
    /* margin-right: 20px; */
    margin-block-end: 20px;
    /* width: calc(100% - 200px); */
    min-height: 150px;
    box-sizing: border-box;
    background: #e9f6fb;
    padding: 15px 20px 10px 20px;
    margin-top: 30px;
}
.terms-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .terms-list li {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.7;
        color: #2c5aa0;
        position: relative;
        padding-left: 20px;
    }

        .terms-list li:before {
            content: "•";
            color: #2c5aa0;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 18px;
        }

        .terms-list li:last-child:before {
            content: "•";
        }

    .terms-list strong {
        font-weight: 600;
        color: #1c415f;
    }
.contact-link {
    color: #2c5aa0;
    text-decoration: underline;
    font-weight: 600;
}

    .contact-link:hover {
        color: #1e3f73;
        text-decoration: none;
    }

.footer-section {
    background: #2699D2;
    color: #fff;
    padding: 50px 20px;
    margin-top: 30px;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 0px; 
    border-radius: 0px;
    margin-left: 200px;
    margin-top: 120px;
    margin-right: 20px;
    margin-block-end: 20px;
    width: calc(100% - 400px); /* Full width minus left and right margins */
    min-height: 40px;
    margin-bottom: -150px;
    flex: 1;
    position: relative;
}
    .footer-section h2 {
        margin-top:20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer {
        background-color: #1C415F;
        min-height: 140px;
    }

.footer-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 20px 0;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 30px; 
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.3em;
    font-weight: 400;
}

    .footer-item img {
        width: 30px;
        height: 30px;
    }

.footer-btn {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.connect-btn {
    background: #fff;
    color: #007bff;
    padding: 12px 30px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    align-content: center;
}
