﻿.bulk-banner {
    position: relative;
    width: 100%;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* TEXT */
.banner-content {
    position: absolute;
    top: 22%;
    left: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    width: 500px;
}

/* BUTTON DIV (separate positioning) */
.banner-btn {
    position: absolute;
    top: 60%;
    left: 82%;
    transform: translate(-50%, -50%);
}

/* BUTTON STYLE */
.bulk-btn {
    background-color: #6E3FA3;
    color: #fff;
    border: none;
    padding: 17px 22px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .bulk-btn:hover {
        background-color: #6E3FA3;
        transform: scale(1.05);
    }

.growth-section h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.growth-section .subtitle {
    color: gray;
    margin-bottom: 30px;
}

/* CARD DESIGN */
.growth-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .growth-card img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        display: block;
        transition: 0.3s;
    }

/* OVERLAY */
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

    /* TEXT */
    .card-overlay h3 {
        font-size: 32px;
        font-weight: bold;
    }

    .card-overlay p {
        margin: 0;
    }

/* HOVER EFFECT 🔥 */
.growth-card:hover img {
    transform: scale(1.05);
}

.step {
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 1;
}

    /* TEXT */
    .step p {
        margin-top: 15px;
        font-size: 14px;
    }

/* BUTTON */
.process-btn {
    background-color: #6E3FA3;
    color: #fff;
    border: none;
    padding: 12px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

    .process-btn:hover {
        background-color: #6E3FA3;
    }


.step {
    width: 25%;
}

.process-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    /* DOTTED LINE */
    .process-wrapper::before {
        content: "";
        position: absolute;
        top: 30px;
        left: 5%;
        width: 90%;
        height: 4px;
        background: #ddd;
        z-index: 0;
    }

    .process-wrapper::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 5%;
        width: 0%;
        height: 4px;
        background: #7da0c9;
        z-index: 0;
        transition: width 0.8s ease;
    }

.circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #fff; /* initially white */
    border: 2px solid #ccc;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    /* FILL LAYER */
    .circle::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: #6E3FA3; /* grey/blue fill */
        z-index: -1;
        transition: height 1s ease-in-out;
    }

    /* TEXT COLOR CHANGE AFTER FILL */
    .circle.filled {
        color: #fff;
    }

    /* ANIMATION TRIGGER */
    .circle.fill-animation::after {
        height: 100%;
    }

.process-line {
    position: absolute;
    top: 30px;
    left: 0;
    height: 4px;
    width: 0%;
    max-width: 100%; /* 🔥 IMPORTANT */
    background: linear-gradient(90deg, #7da0c9, #5a3fc0);
    transition: width 1s ease-in-out;
}

@media (max-width: 1024px) {

    .banner-content h1 {
        font-size: 34px !important;
        line-height: 1.2;
        width: 469px;
    }

    .banner-content {
        position: absolute;
        top: 22%;
        left: 80%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #000;
        width: 500px;
    }

        .banner-content p {
            font-size: 15px !important;
            width: 477px;
        }

    .bulk-btn {
        padding: 12px 14px;
        font-size: 15px;
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    /* Banner */
    .banner-img {
        height: 380px;
    }

    .banner-content h1 {
        font-size: 27px !important;
        line-height: 1.2;
        width: 375px;
    }

    .banner-content p {
        font-size: 15px !important;
        width: 388px;
    }

    .banner-btn {
        top: 59%;
        left: 74%;
    }

    .banner-content {
        top: 70%;
        left: 58%;
       
    }

    .banner-btn {
        top: 90%;
        left: 50%;
    }
    /* Cards */
    .growth-card img {
        height: 480px;
    }
    .banner-content h1 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    .banner-content p {
        font-size: 12px !important;
    }
}
@media (max-width: 576px) {
    .banner-img {
        height: 208px;
    }

    .banner-content h1 {
        font-size: 17px !important;
        line-height: 1.2;
    }

    .banner-img {
        height: 208px;
    }

    .banner-content p {
        font-size: 10px !important;
    }
}
@media (max-width: 425px) {

    .banner-img {
        height: 220px;
        object-fit: cover;
    }

    .banner-content {
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        padding: 0 10px;
    }

        .banner-content h1 {
            font-size: 18px !important;
            line-height: 1.3;
            width: 100%;
        }

        .banner-content p {
            font-size: 12px !important;
            width: 100%;
            margin-top: 5px;
        }

    .banner-btn {
        top: 82%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bulk-btn {
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 6px;
    }

    /* PROCESS SECTION FIX */
    .process-wrapper {
        flex-direction: column;
        gap: 20px;
    }

        .process-wrapper::before,
        .process-line {
            display: none;
        }

    .step {
        width: 100%;
    }
}
@media (max-width: 375px) {

    .banner-img {
        height: 180px;
        object-fit: fill;
    }

    .banner-content {
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        text-align: center;
    }

        .banner-content h1 {
            font-size: 15px !important;
            line-height: 1.3;
            width: 100%; /* ❌ remove fixed width */
        }

        .banner-content p {
            font-size: 10px !important;
            width: 100%;
        }

    .banner-btn {
        top: 82%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bulk-btn {
        padding: 6px 12px;
        font-size: 11px;
        border-radius: 6px;
    }
}



.bulk-form-section {
    display: none; 
    background: #f8f8f8;
    padding: 40px;
    border-radius: 10px;
}

.bulk-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.submit-btn {
    background: #6E3FA3;
    color: #fff;
    padding: 10px 20px;
}
.submit-btn:hover {
    background: #6E3FA3;
    color: black;
    padding: 10px 20px;
}
.Form-header{
    margin-bottom : 20px;
}