
html {
    scroll-behavior: smooth;
}
.steps-section {
    padding: 50px 20px;
    text-align: center;
    /*background-color: #3E245C;*/
}

.steps-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: black;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.step-box {
    background-color:#E7E7E7;
    border-radius: 12px;
    padding: 30px 20px;
    flex: 1 1 300px;
    max-width: 340px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.step-box:hover {
    transform: translateY(-5px);
}

.step-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: black;
    text-align: left;
}

.step-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 768px) {
    .section {
        margin-bottom: 4px;
    }
    .steps-section h2 {
        font-size: 23px;
        margin-bottom: 30px;
        margin-top: 20px;
        text-align: left;
    }
    .referal-form-heading {
        text-align: left;
        font-size: 24px;
    }

    .step-box {
        max-width: 100%;
        padding: 20px 20px;
    }
}


.referal-form-container {
    background-color: #3E245C;
    max-width: 800px;
    margin: auto;
    /*background: #fff;*/
    padding: 30px;
    border-radius: 10px;
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
    color: white;
}

.referal-form-heading {
    margin-top: 0;
    color:white;
    text-align: center;
    font-size: 32px;
}

.section {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.referral-group {
    /*border: 1px solid #ddd;*/
    /*padding: 20px;*/
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #3E245C;
}

.add-btn,
.submit-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.add-btn {
    background-color: #FBBF18;
    color: black;
    margin-bottom: 10px;
    border-radius: 20px;
}

.submit-btn {
    background-color: white;
    border-radius: 20px;
    color: black;
}

.submit-btn:hover {
    background-color: #FBBF18;
}

.connect-with-section {
    width: 50%;
    background: linear-gradient(to right, #1F0E35, #3E245C);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    font-family: Gilroy-Regular;
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);*/
    margin: 50px 0px 0px 0px;
}

.connect-with-section .connect-col {
    max-width: 700px;
    margin: 0 auto;
}

.connect-with-section h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.connect-with-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.connect-with-section .contact-us-btn {
    display: inline-block;
    background-color: #FBBF18;
    color: black;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.connect-with-section .contact-us-btn:hover {
    background-color: #f1f1f1;
    color: black;
}

.contact-us-section {
    background-color: #f9fbfd;
    padding: 20px 20px;
    text-align: center;
    border-radius: 16px;
    font-family: Gilroy-Regular;
    /*margin: 30px 0;*/
    margin-bottom: 20px;
    margin-top: 5px;
}

.contact-us-section .contact-content {
    max-width: 700px;
    margin: 0 auto;
}

.contact-us-section h3 {
    font-size: 2rem;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-us-section p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.contact-us-section a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}

.contact-us-section a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .steps-section {
        padding: 10px 10px;
    }
    input[type="text"], input[type="email"], input[type="tel"] {
        width: 94%;
    }
    .section {
        margin-bottom: 4px;
    }
    .referal-form-container {
        padding: 20px;
    }
    .referral-group {
        margin-bottom: 0px;
    }
    .add-btn,
    .submit-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .step-box h3 {
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .connect-with-section {
        width: 90%;
    }
    .connect-with-section h3 {
        font-size: 1.7rem;
        line-height: normal;
    }
    .connect-with-section {
        padding: 20px 20px;
        margin: 20px 0;
    }
    .contact-us-section {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 0px 30px 20px 20px;
    }
    .contact-us-section h3 {
        font-size: 1.8rem;
    }
}



