@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

* {
font-family: "Noto Kufi Arabic", sans-serif !important;
font-optical-sizing: auto;
}

.header-wrap.style1 .header-top {
    background-color: #b8172c;
}
.header-bottom .logo-light {
    width: 160px;
}

.btn.style1 {
    border-radius: 2px;
    background: #ffffff;
    color: #0b1c2c;
    border: 2px solid #0b1c2c;
    font-weight: bold;
}
.btn.style1:hover {
    background-color: #0b1c2c;
    color: #ffffff;
    border: 2px solid #0b1c2c;
}
.btn.style1:after, .btn.style1:before {
    background: #0b1c2c;
}

@media only screen and (min-width: 1200px) {
    .hero-wrap.style3 .hero-slide-item .hero-content h1, .hero-wrap.style4 .hero-slide-item .hero-content h1, .hero-wrap.style5 .hero-slide-item .hero-content h1 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 16px;
    }
}
.hero-wrap.style4 .hero-slide-item:after, .hero-wrap.style5 .hero-slide-item:after {
    background-color: rgb(11 28 44 / 60%);
}
.service-card .service-info p {
    /*text-align: justify;*/
}
.about-wrap.style1 .about-img-wrap .about-doctor-box {
    width: 450px;
}
.team-card .team-info h3, .contact-item .contact-info h3, .testimonial-card .client-info-area .client-info-wrap .client-info h3, .portfolio-card.style1 .portfolio-info h3, .portfolio-card.style2 .portfolio-info h3, .feature-item-wrap .feature-item .feature-text h3, .service-card .service-info h3, .promo-card .promo-info h3, .blog-card .blog-info h3 {
    color: #b8172c;
}


/* الحقل الرئيسي */
.select2-container .select2-selection--single {
    height: 55px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    padding: 15px 18px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* نص الحقل */
.select2-container .select2-selection__rendered {
    color: #495057; /* لون النص */
    line-height: 35px; /* محاذاة النص عموديًا */
}

/* السهم */
.select2-container .select2-selection__arrow {
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    transition: background-color 0.3s ease;
    left: 15px !important;
    top: 15px !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1.2em;
    margin-right: 0;
    color: #b8172c;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    width: 10px;
}

.title_heading {
    margin: 0 0 25px;
    font-size: 20px;
    position: relative;
    line-height: 1;
    padding-bottom: 20px;
}
.title_heading:after {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #ceb383;
    transition: 0.4s;
}
.whatsapp-button {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    position: fixed;
    bottom: 700px;
    left: 180px;
    z-index: 999;
    border-radius: 50%;
    background: #cdb282;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
}
.whatsapp-button.open {
    bottom: 30px;
}
.whatsapp-button i {
    color: #0b1c2c;
    position: relative;
    top: 2px;
}

.book-appointment-button {
    font-size: 24px;
    width: 150px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    position: fixed;
    bottom: 700px;
    left: 20px;
    z-index: 999;
    border-radius: 25px;
    background: #cdb282;
    color: #0b1c2c;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
}
.book-appointment-button.open {
    bottom: 30px;
}
.book-appointment-button i {
    color: #0b1c2c;
    position: relative;
    top: 2px;
}
.book-appointment-button span {
    font-size: 16px;
}

@media only screen and (max-width: 1400px) {
    .book-appointment-button {
        font-size: 20px;
        height: 35px;
        line-height: 32px;
        bottom: 85px;
        left: 10px;
    }
    .book-appointment-button span {
        font-size: 14px;
    }
    .whatsapp-button {
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 32px;
        bottom: 85px;
        left: 170px;
    }
}
