﻿
.banner-header-custom {
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 40px;
}

    .banner-header-custom h2 {
        color: #ffffff;
        font-size: 42px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 10px;
        text-shadow: 0 2px 15px rgba(0, 60, 120, 0.5);
    }

        .banner-header-custom h2:nth-child(2) {
            color: #64ddff;
        }

    .banner-header-custom p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 18px;
        font-weight: 400;
        max-width: 600px;
        margin-top: 20px;
    }

.doctor-search-section {
    position: relative;
}

    .doctor-search-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(0, 60, 120, 0.55) 0%, rgba(0, 60, 120, 0.35) 40%, rgba(0, 60, 120, 0.0) 70% );
        z-index: 1;
    }

    .doctor-search-section .container {
        margin-top: 113px;
        position: relative;
        z-index: 2;
    }


.doctor-form .search-input select.form-control option {
    background-color: #003c78;
    color: #fff;
    padding: 10px;
}

.doctor-search .input-block {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

    .doctor-search .input-block:last-child {
        border-right: none;
    }


.search-btn-custom a {
    background: linear-gradient(135deg, #2b9fe2 0%, #20c0f3 100%) !important;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(43, 159, 226, 0.5);
    border: none;
    white-space: nowrap;
}

    .search-btn-custom a:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(43, 159, 226, 0.7);
    }

    .search-btn-custom a i {
        margin-right: 10px;
        font-size: 18px;
    }

@media (max-width: 991) {
    .doctor-search-section .container {
        margin-top: 10px;
        position: relative;
        z-index: 2;
    }

    .banner-header-custom h2 {
        font-size: 28px;
    }

    .banner-header-custom p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .doctor-search .input-box-twelve {
        flex-direction: column !important;
        border-radius: 20px !important;
        padding: 15px !important;
        background: rgba(255, 255, 255, 0.2) !important;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        display: flex !important;
    }

    .doctor-search .input-block {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100% !important;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
    }

        .doctor-search .input-block:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .doctor-form .search-input select.form-control {
        width: 100% !important;
        padding-left: 40px !important;
    }

    .search-btn-custom {
        width: 100% !important;
        margin-top: 10px;
    }

        .search-btn-custom a {
            width: 100% !important;
            display: flex !important;
            justify-content: center;
            padding: 15px 0 !important;
        }

    .banner-users {
        display: flex;
        justify-content: center;
    }

    .search-btn-custom, .search-btn-custom a {
        width: 100%;
    }
}
