/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CSS souvik */

.cleints_sliderhospital .swiper-slide-image {
    background-color: transparent;
    padding: 20px 20px 20px 20px;
    background-image: linear-gradient(180deg, #FFFFFF 70%, #FFFFFF00 100%);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    height: 110px;
    align-items: center;
    display: flex;
    margin: 30px 0px;
	object-fit:contain;
}
/* Soumyo */
/* Container for the filter form */
/* #doctor-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
} */
#doctor-filter {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
/* 	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); */
    gap: 15px;
    margin-bottom: 20px;
}
/* Dropdowns and input fields */
#doctor-filter select,
#doctor-filter input[type="text"],
#doctor-filter button {
	width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-width: 140px;
}

/* Button styling */
#doctor-filter button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

#doctor-filter button:hover {
    background-color: #005f8d;
}

/* Doctor results grid */
.doctor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

/* Doctor card */
.doctor-card {
    width: 330px;
    padding: 15px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.doctor-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Doctor image */
.doctor-card img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/* Text inside the card */
.doctor-card h4 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.doctor-card h5 {
    font-size: 14px;
    margin: 2px 0;
    color: #666;
}
h4.elementor-heading-title.elementor-size-default {
    color: white !important;
}
span.elementor-button-text {
    color: white;
}
time {
    color: white;
}
h3.elementor-heading-title.elementor-size-default {
    color: white;
}
.e-con:before {
    background-color: black;
    opacity: 0.5;
}