/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child theme for Astra theme
 Author: Maroua
 Template: astra
 Version: 1.0.0
*/
*{
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0;
}
ul li a{
    font-family: "Al-Mohanad", Sans-serif !important;
}
nav{
    height: 100% !important;
}
.clinic-main-menu .elementor-button-icon{
    font-size: 12px !important;
}
ul.elementor-nav-menu > li.menu-item:hover > a{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
p{
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.swiper-wrapper{
    display: flex !important;
}


.doctor-box h3{
    font-size: 15px;
    color: #8A1538;
    text-align: center;
    border-bottom: 1px solid silver;
    width: fit-content;
    padding-bottom: 5px;
    margin: auto;
    /* font-family: "Cairo", Sans-serif; */
}
.doctor-box p{
    color: #BFA068;
    text-align: center;
    /* font-family: "Cairo", Sans-serif; */
}
.single-post .widget-area.secondary{
    background: #fff;
    margin-left: 20px !important;
    border-radius: 20px;
    padding: 20px !important;
}
.single-post .wp-block-latest-posts__featured-image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.single-post article{
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
article h3{
    /* font-family: "Cairo", Sans-serif; */
    color: #8A1538;
    font-size: 22px !important;
}
.wp-block-search__inside-wrapper input[type="search"]{
    border-radius: 30px !important;
    border: 1px solid #ccc !important;
    padding: 10px 20px !important;
    /* font-family: "Cairo", Sans-serif !important; */
}
.wp-block-search__inside-wrapper{
    border: 0 !important;
    outline: 0 !important;
}
.wp-block-search__button.has-icon{
    padding: 6px 10px !important;
}
.ast-single-post-featured-section img{
    border-radius: 20px;
}
.nav-links a{
    /* font-family: "Cairo", Sans-serif; */
    color: #8A1538 !important;
}
.wp-block-latest-posts__list a{
    /* font-family: "Cairo", Sans-serif; */
    color: #8A1538 !important;
}
article *{
    /* color: #000; */
    /* font-family: "Cairo", Sans-serif !important; */
}
ul.sub-menu{
    background-color: #BFA068 !important;
}

.clinic-main-menu .menu-clinic a:after{
    height: 3px;
    width: 70% !important;
    left: 18% !important;
    background-color: #fff !important;
    z-index: 2;
}

/* ================================
   DocBooker Doctors Grid
================================ */

.docbooker-doctors-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

/* Doctor card */
/* .doctor-card {
    background: #ffffff;
    /* border: 1px solid #eaeaea; 
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.doctor-image {
    margin-bottom: 15px;
}

.doctor-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.doctor-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #222;
}

.doctor-speciality {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.docbooker-no-doctor {
    font-style: italic;
    color: #777;
} */

h3.doctor-name{
    font-size: 16px;
    text-align: center;
}
p.doctor-speciality{
    text-align: center;
}
.elementor-search-form input{
    background: transparent;
    background-color: transparent;
    border: 1px solid #c5c4c4 !important;
    border-radius: 50px;
    padding: 0 55px !important;
    min-height: 51px !important;
}
button.elementor-search-form__submit{
    position: absolute;
    height: 44px !important;
    max-width: 44px !important;
    border-radius: 50% !important;
    top: 4px;
    right: 4px;
    min-width: 44px !important;
    background-color: #BFA068 !important;

}
/* ================================
   Responsive
================================ */

@media (max-width: 1200px) {
    .docbooker-doctors-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .docbooker-doctors-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .docbooker-doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .docbooker-doctors-grid {
        grid-template-columns: 1fr;
    }
}
.single-services{
    background-color: #F5F5F5;
}