﻿
.bg-partenr {
    background-image: url('../img/partner/partnerbanner.png') !important;
    background-size: cover !important;
    background-position: center center; /* optional but recommended */
    background-repeat: no-repeat; /* optional to prevent repeating */
}

.drawercontact {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 1000;
}

    .drawercontact.open {
        right: 0;
    }

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent */
    z-index: 1000;
    display: none;
}

    .drawer-overlay.active {
        display: block;
    }

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    /* border-bottom: 1px solid #ddd;*/
    background: #5d5de2;
    font-size: 1.25em;
}

    .drawer-header h3 {
        margin: 0;
    }

.closeBtn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.partner-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .partner-form input {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.submitBtn {
    border: none;
    cursor: pointer;
    padding: 8px 20px !important;
    font-size: 11px !important;
}


.form-body {
    height: calc(100vh - 95px); /* Adjust 120px based on actual header + footer height */
    overflow-y: auto;
    padding: 16px;
}

.form-footer {
    padding: 8px 16px;
    border-top: 1px solid #d5d5f2;
    background: #fff;
}


.no-scroll {
    overflow: hidden;
}

@media (max-width: 768px) {
    .drawercontact {
        width: 100%; /* Full width for mobile */
    }

    .drawer-header {
        font-size: 1em;
    }

    .submitBtn {
        width: 100%; /* Full-width button on mobile */
        font-size: 14px;
    }

    .form-body {
        height: calc(100vh - 200px); /* Adjust 120px based on actual header + footer height */
        overflow-y: auto;
        padding: 16px;
    }
}



.id-card {
    display: none;
    max-width: 300px;
    margin: 30px auto;
    padding: 15px;
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

    .id-card img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #007bff;
        margin-bottom: 10px;
    }

    .id-card h2 {
        margin: 8px 0 4px;
        font-size: 18px;
    }

    .id-card p {
        margin: 2px 0;
        font-size: 14px;
    }

.contact-info {
    font-size: 16px;
    color: #333;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

    .contact-info i {
        color: #0056b3;
        margin-right: 5px;
    }

    .contact-info a {
        color: #333;
        text-decoration: none;
    }

        .contact-info a:hover {
            color: #007bff;
            text-decoration: underline;
        }


.containerloan {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

/* Image Section */
.imageloanbox {
    width: 40%;
    /*   background-color: #f5f6ff;*/
    padding: 20px;
    border-radius: 20px;
    position: relative;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);*/
}

    .imageloanbox img {
        width: 100%;
        border-radius: 10px;
    }

.iconloanoverlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #5b4dc5;
    color: white;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

    .iconloanoverlay::before {
        content: "📄";
        margin-right: 6px;
    }

.download-btn {
    margin-top: 15px;
    background: #ffffff;
    color: #5d5de2;
    padding: 10px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    background-color: white;
    border-radius: 30px;
    /* padding: 5px 14px 5px 10px; */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid;
}

    .download-btn:hover {
        background: #A03CD2;
        color: #fff
    }


.download-Share {
    margin-top: 15px;
    border: 1px solid #5d5de2;
    color: #5d5de2;
    padding: 8px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
}

    .download-Share:hover {
        background: #A03CD2;
        color: #fff
    }




.imgwidth {
    width: 100%
}

.partnercard {
    background: #000;
    padding: 10px 20px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.bgpartnercard {
    background: #ffffff;
    width: 100%;
    margin: auto;
    /* padding: 20px; */
    border-radius: 10px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}



.partnercard .highlight {
    font-weight: 700;
    color: #ffd700;
}


.partnercard p.codep {
    font-size: 14px;
    margin-bottom: 10px;
    color: #969696
}

    .partnercard p.codep span {
        color: #ffd700;
        font-weight: 700;
    }

.profileimg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 5px;
    background: url('https://cdn-icons-png.flaticon.com/512/149/149071.png') no-repeat center/cover;
}

.namebox {
    display: inline-block;
    border: 1px solid #a4a2ae;
    color: #ffd700;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 0 10px;
    font-size: 13px;
}


.pb-20 {
    padding-bottom: 20px
}

.donsharebtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

/*-------------------------------------------------*/
.maincontainerp {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 20px;
}

.leftboxp,
.rightboxp {
    flex: 1 1 48%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .leftboxp h3 {
        color: #5d5de2;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .leftboxp b {
        color: #1b3a57;
    }

    .leftboxp p {
        font-size: 13px;
        line-height: 1.6;
        /* color: #333; */
        margin-bottom: 5px;
    }

    .leftboxp ul {
        padding-left: 17px;
        margin-top: 10px;
    }

    .leftboxp li {
        margin-bottom: 5px;
        font-size: 13px;
        /* color: #444; */
    }

.highlightboxp {
    background-color: #ededfd;
    border-left: 3px solid #5d5de2;
    border-radius: 16px;
    padding: 8px 15px;
    margin: 15px 0;
}

    .highlightboxp strong {
        color: #1b3a57;
    }

.rightboxp h4 {
    margin-top: 0;
    color: #1b3a57;
}

.rightboxp p {
    margin: 10px 0 20px;
    font-size: 15px;
    color: #333;
}


@media (max-width: 768px) {
    .maincontainerp {
        flex-direction: column;
        display: block;
    }

    .leftboxp,
    .rightboxp {
        /* flex: 1 1 100%; */
        padding: 25px 20px;
    }
}




.share-buttons {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.share-btn {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    padding: 5px 20px 5px 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: 1px solid #5d5de2;
}

    .share-btn:hover {
        background-color: #A03CD2;
        color: #fff;
        border: 1px solid #A03CD2
    }

.share-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
}

.fb-icon {
    background-color: #3b5998;
}

.twitter-icon {
    background-color: #1da1f2;
}

.download-btn {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    padding: 5px 20px 5px 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: 0px;
}

.download-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #6c63ff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
}




.sectiontitle {
    text-align: center;
    margin-bottom: 40px;
}


.howitworks {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .howitworks {
        grid-template-columns: 1fr; /* One column on smaller screens */
    }
}

.stepbox {
    background-color: #eff1f4;
    border-radius: 12px;
    padding: 20px;
    min-height: 160px;
    flex-direction: column;
    justify-content: space-between;
}

    .stepbox img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        margin-bottom: 10px;
    }

.steptitle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.stepdesc {
    font-size: 14px;
    color: #6B7280;
}

.quoteiconpartner {
    width: 32px;
    color: #5A48E3;
    margin-right: 10px;
}


.how-we-help-wrapper {
    text-align: center;
}

.how-title {
    font-size: 28px;
    font-weight: 600;
    color: #2d3b4e;
    margin-bottom: 40px;
}

    .how-title .highlight {
        color: #9b59ff;
    }

.how-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.how-card {
    border-radius: 16px;
    padding: 24px 20px;
    width: 220px;
    box-shadow: 0 0 0 transparent;
    transition: all 0.3s ease;
    text-align: left;
    border: 1px solid #e6e6e6;
}

    .how-card.active {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        border-color: transparent;
    }

.how-icon {
    font-size: 24px;
    color: #9b59ff;
    margin-bottom: 16px;
}

.how-heading {
    font-size: 16px;
    font-weight: 600;
    color: #2d3b4e;
    margin-bottom: 8px;
}

.how-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .how-card {
        width: 100%;
        max-width: 300px;
    }
}


.cta-section {
    background-color: #110d5e;
    color: #ffffff;
    padding: 40px 80px;
    border-radius: 16px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.cta-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff
}

.cta-text {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #e4e4f0 !important;
}

.cta-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .contact-item a {
        color: #ffffff;
        text-decoration: none;
    }

        .contact-item a:hover {
            text-decoration: underline;
        }

.divider {
    color: #ccc;
}




.referral-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0px auto;
    color: #2d3b4e;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit-icon img {
    min-width: 35px;
    height: 35px;
}

.benefit-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5 !important;
}


@media (max-width: 768px) {
    .referral-benefits {
        grid-template-columns: 1fr;
        padding: 10px 20px
    }
}
