/* Modern & Beautiful Redesign for Index Page */

/* 1. Global Gradients & Colors */
body,
.page-wrapper {
    background-color: #f8f9fa !important;
    font-family: 'Poppins', sans-serif !important;
}

/* Beautiful Gradient Text */
.slider-three_heading,
.sec-title_heading,
.marketing-three h1 {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* 2. Slider Section */
.slider-three {
    background: #1a1a2e;
}

.slider-three .slider-three_text {
    font-size: 22px !important;
    color: #e0e0e0 !important;
    font-weight: 300;
    margin-top: 15px;
}

/* 3. About Section (MD Profile) */
.about-three {
    background: #ffffff !important;
}

.about-three_content-column .sec-title_title {
    color: #ff3cac;
    background-image: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.about-three_list li {
    background: #fdfdfd;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    border-left: 4px solid #784ba0;
}

/* 4. Marketing Section (Income Plan) */
.marketing-three {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364) !important;
    color: #fff !important;
    padding: 60px 0;
}

.marketing-three h1 {
    -webkit-text-fill-color: #fff !important;
    font-size: 32px;
    margin: 0 20px;
}

/* 5. Process Section */
.process-two {
    background: #fff;
}

.process-block_two-inner {
    background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 100%);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border: none !important;
    transition: transform 0.3s;
}

.process-block_two-inner:hover {
    transform: translateY(-10px);
}

.process-block_two-number {
    color: #e0e0e0 !important;
}

/* 6. Footer Styles */
.footer-style_three {
    background: #111;
    color: #ccc;
}

.footer-three_list li,
.footer-three_links li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #bbb;
}

.footer-three_list li strong,
.footer-three_title {
    color: #fff;
    font-weight: 600;
}

.footer-three_socials a {
    background: linear-gradient(45deg, #ff00cc, #333399);
    color: white !important;
    border: none !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* 7. Buttons */
.theme-btn {
    background-image: linear-gradient(to right, #AA076B 0%, #61045F 51%, #AA076B 100%);
    border: none !important;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.theme-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

/* =========================================
   8. Registration Page Styles (FIXED & ENHANCED)
========================================= */

/* Wrapper: Rich Premium Gradient */
.registration-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    /* Deep Purple/Blue */
    display: flex;
    align-items: center;
    padding: 80px 0;
    min-height: 100vh;
}

/* Left Side Image Panel */
.reg-side-image {
    background-color: #2b2b2b;
    /* Fallback dark color */
    background-image: url('../images/custom/hero_combo.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px 0 0 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    min-height: 550px;
    /* Ensure height */
    padding: 40px !important;
}

/* Stronger Overlay for Text Visibility */
.reg-side-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85)) !important;
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Content Z-index to sit above overlay */
.reg-side-content {
    position: relative;
    z-index: 2;
}

/* Right Side Form Card */
.reg-card {
    background: #ffffff !important;
    border-radius: 0 20px 20px 0 !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3) !important;
    padding: 50px !important;
    border: none !important;
    min-height: 550px;
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
    .reg-side-image {
        border-radius: 20px 20px 0 0 !important;
        min-height: 300px;
    }

    .reg-card {
        border-radius: 0 0 20px 20px !important;
    }
}

/* Form Inputs */
.form-control {
    background-color: #f7f9fc !important;
    border: 2px solid #eef1f5 !important;
    border-radius: 50px !important;
    padding: 0 25px !important;
    height: 50px !important;
    font-size: 14px;
    color: #495057;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.form-control:focus {
    background-color: #fff !important;
    border-color: #764ba2 !important;
    box-shadow: 0 0 0 4px rgba(118, 75, 162, 0.1) !important;
}

/* Input Icons/Placeholders */
.form-control::placeholder {
    color: #adb5bd;
}

/* Submit Button */
.reg-card .btn-primary {
    background-image: linear-gradient(to right, #667eea 0%, #764ba2 51%, #667eea 100%) !important;
    border: none;
    border-radius: 50px;
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(118, 75, 162, 0.3);
    transition: 0.5s;
    background-size: 200% auto;
}

.reg-card .btn-primary:hover {
    background-position: right center;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(118, 75, 162, 0.4);
}

/* Headers */
.reg-card h2 {
    font-family: 'Poppins', sans-serif;
}