.elementor-38009 .elementor-element.elementor-element-55628b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-5848fe6 */.affiliate-wrapper {
    max-width: 1100px;
    margin: 20px auto;
    padding: 40px;
}

.affiliate-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.affiliate-left {
    flex: 0 0 256px;
}

.affiliate-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.affiliate-right {
    flex: 1;
}

.affiliate-right h1 {
    font-size: 42px;
    color: #44AB84;
    margin-bottom: 12px;
}

.affiliate-degree {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;

}

.connect-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #44AB84;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: all 0.3s ease;
     margin-bottom: 10px;
}

.connect-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(92,124,250,0.3);
}

.affiliate-summary h3 {
    font-size: 24px;

}

.affiliate-summary p {
    font-size: 16px;
    line-height: 1.7;
     margin-bottom: 23px;
}

.affiliate-about {
    margin-top: 60px;
}

.affiliate-about h2 {
    font-size: 32px;
    margin-bottom: 20px;
     color: #44AB84;
}

.affiliate-about p {
    font-size: 17px;
    line-height: 1.8;
}



/* ===== Affiliate Contact Form Styling ===== */

.affiliate-contact-form {
    margin-top: 60px;
    padding: 0;
}

.affiliate-contact-form h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #222;
}

/* Form Fields */
.affiliate-contact-form input,
.affiliate-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

/* Two fields in one row (Name + Email) */
.affiliate-contact-form .form-row {
    display: flex;
    gap: 15px;
}

.affiliate-contact-form .form-row input {
    width: 50%;
}

/* Focus Effect */
.affiliate-contact-form input:focus,
.affiliate-contact-form textarea:focus {
    outline: none;
    border-color: #2e9e6f;
    background-color: #fff;
}

/* Textarea */
.affiliate-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Button */
.affiliate-contact-form button {
    background-color: #2e9e6f;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button Hover */
.affiliate-contact-form button:hover {
    background-color: #25885d;
}

/* Success Message */
.affiliate-contact-form .success-message {
    margin-top: 15px;
    color: #2e9e6f;
    font-weight: 500;
}


/* ===== Mobile Responsive Styling ===== */
@media (max-width: 768px) {

    .affiliate-wrapper {
        padding: 20px;
        margin: 10px auto;
    }

    .affiliate-row {
        flex-direction: column; /* stack left + right */
        gap: 20px;
    }

    .affiliate-left {
        flex: 0 0 100%; /* full width */
        max-width: 100%;
        margin: 0 auto;
    }

    .affiliate-image {
        width: 100%; /* slightly smaller image */
        margin: 0 auto;
    }

    .affiliate-right {
        flex: 1 1 100%;
    }

    .affiliate-right h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 0px;
    }

    .affiliate-degree {
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
    }

    .connect-btn {
        display: block;
        width: fit-content;
        margin: 10px auto;
        font-size: 14px;
        padding: 8px 18px;
    }

    .affiliate-summary h3 {
        font-size: 20px;
        text-align: center;
    }

    .affiliate-summary p {
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
    }

    .affiliate-about h2 {
        font-size: 24px;
        text-align: center;
    }

    .affiliate-about p {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    }

    /* Contact Form Adjustments */
    .affiliate-contact-form h2 {
        font-size: 22px;
        text-align: center;
    }

    .affiliate-contact-form .form-row {
        flex-direction: column;
    }

    .affiliate-contact-form .form-row input {
        width: 100%;
    }

    .affiliate-contact-form input,
    .affiliate-contact-form textarea {
        font-size: 14px;
        padding: 12px 14px;
    }

    .affiliate-contact-form button {
        width: 100%;
        font-size: 14px;
        padding: 12px 0;
    }

    .affiliate-contact-form .success-message {
        text-align: center;
        font-size: 14px;
    }
}/* End custom CSS */