/**************************/
/*********** costum css styles ***************/
/* Make the navbar fixed at the top with shadow */


/**{*/
/*    outline: 1px solid red;*/
/*}*/
/*@font-face {*/
/*    font-family: "Rawafed Zainab";*/
/*    src: url("/assets/fonts/rawafed/Rawafed Zainab.otf") format("opentype"),*/
/*    url("/assets/fonts/rawafed/Rawafed Zainab.woff2") format("woff2"),*/
/*    url("/assets/fonts/rawafed/Rawafed Zainab.woff") format("woff");*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: "TheSansArabic";
    src: url("/assets/fonts/TheSansArabic/Bahij_TheSansArabic-Bold.ttf") format("truetype");
    font-display: swap;
}



h1 {
    font-family: "TheSansArabic", sans-serif;
    color: #6E8676;
    font-weight: bold;
}

h3{
    font-family: "TheSansArabic", sans-serif;
    color: #484A4A;
}
h2, h4, h5 {
    font-family: "TheSansArabic", sans-serif;
    color: #6E8676;
}
span,p{
    font-family: "TheSansArabic", sans-serif;
    color: #484A4A;
}
.appointment {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-buttons {
    display: flex;
    column-gap: 20px;
}
.justify-text {
    text-align: justify;
}

img.logo {
    width: 150px;
}
.row{
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.navbar.sticky-top {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: linear-gradient(0deg, rgb(110 134 118 / 50%), rgb(110 134 118));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: box-shadow 0.3s ease-in-out;
}
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*hero section img*/
.hero-image {
    width: 100%;
    display: block;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}
/*hero section img*/
/* استعلام إعلامي للـ Mobile */
@media (max-width: 768px) {
    /* إخفاء الصورة الخاصة بالـ Desktop في الشاشات الصغيرة */
    .desktop-img {
        display: none;
    }
    /* إظهار الصورة الخاصة بالـ Mobile في الشاشات الصغيرة */
    .mobile-img {
        display: block;
        height: 600px;
    }
}

/* Add a shadow when the user scrolls */
/*.navbar.sticky-top.scrolled {*/
/*    box-shadow: 5px 4px 6px rgb(110, 134, 118); !* Subtle shadow effect *!*/
/*}*/

/* Adjust navbar for mobile */


@media (max-width: 768px) {
    .tc-features-st7 .feature-card {
        margin-bottom: 10px;
    }

    .feature-card {
        text-align:center;
    }

}
/**************************/
/**************************/
/*    css */

.btn-book-now {
    background-color: #fff;
    color: #6E8676;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn-book-now:hover {
    background-color: #6E8676;
    color: #fff;
}

.icon-book-now {
    background-color: #6E8676;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 18px;

}
.nav-links{
    box-shadow: 0px 1px 4px #00000070;
}
.icon-book-now-2 {
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 18px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
;
}
.nav-link {
    color: rgb(255 255 255 / 75%);
    font-size: 16px;
    font-weight: 900;
}
.nav-link {
    position: relative;
    display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
}

/*.nav-link:focus::after,*/
/*.nav-link:hover::after {*/
/*    content: '\f0a7'; !* Font Awesome Icon - يستخدم الأيقونة الخاصة بـ "arrow-right" (يمكنك تغييرها لأيقونة أخرى) *!*/
/*    font-family: 'Font Awesome 5 Free'; !* تأكد من تحديد خط Font Awesome *!*/
/*    font-weight: 900; !* لتحديد سمك الأيقونة *!*/
/*    position: absolute;*/
/*    bottom: -5px; !* المسافة بين الرابط والأيقونة *!*/
/*    left: 50%;*/
/*    transform: translateX(-50%); !* لجعل الأيقونة تظهر في المنتصف *!*/
/*    font-size: 20px; !* حجم الأيقونة *!*/
/*    color: #6E8676; !* لون الأيقونة *!*/
/*}*/

/*    css */
/**************************/
/**************************/
/* start  about css */

.hero-image {
    width: 100%;
}
.about-line{
    z-index: -100;
    top: 31%;

}
.about-us-title{
    font-size: 3rem;
}
@media (max-width: 768px) {
    .about-line{
        z-index: -100;
        top: 1%;
        width: 100%;
    }
    .btn-book-nows{
        margin: 10px auto 30px;
    }
    .appointment{
        margin: 0 auto;
    }
    .btn-book-nows{
        max-width: 175px;
    }
    .about-description,
    .about-us-title{
        text-align: center;
    }
}
.appointment-title{
    color: white;
}

.experince-title-1,
.experince-title-2{
    font-size: 10px;
}
@media (min-width: 991px) {
    .experince-title-1,
    .experince-title-2
    {
        font-size: 1.3rem;
    }
}

@media (min-width: 370px) {
    .experince-title-1,
    .experince-title-2{
        font-size: 1rem;
    }

}
@media (min-width: 470px) {
    .experince-title-1,
    .experince-title-2{
        font-size: 1.5rem;
    }

}
@media (min-width: 768px) {
    .experince-title-1,
    .experince-title-2{
        font-size: 1rem;
    }

}
@media (min-width: 1199px) {
    .experince-title-1,
    .experince-title-2{
        font-size: 1.5rem;
    }
    .experince-numper{
        font-size: 35px;
    }

}
.btn-book-nows {
    background-color: #6E8676;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    max-width: 250px;
    padding: 8px  20px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    border: 1px solid #6E8676;

}

.btn-book-nows:hover {
    background-color: #fff;
    color: #6E8676;
}
.btn-book-nows:hover .appointment-title{
    color: #6E8676;
}

.btn-book-nows:hover  .icon-book-nows{
    background-color: #6E8676;
    color: #fff;


}
.icon-book-nows {
    background-color: #fff;
    color: #6E8676;
    border-radius: 50%;
    padding: 8px;
    font-size: 18px;
    transition: 0.3s;
}
.about-us-img{
    position: relative;
}
.about-us-img::before{
    content: "";
    position: absolute;
}
.before-img {
    position: absolute;
    bottom: 5%;
    right: -11%;
    text-align: center;
    background-color: #C3816B;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    width: auto;
    height: auto;
}
@media (min-width: 1200px) {
    .before-img {
        bottom: 1%;
        right: 15px;
        width: 30%;
        height: 32%;
    }

}
@media (max-width: 1199px) {
    .before-img {
        bottom: 1%;
        right: 4%;
        height: 32%;
        width: 30%;
    }
    .experince-numper{
        font-size: 50px;
    }
    .experince-title-1,
    .experince-title-2{
        font-size: 1rem;
    }


}

@media (max-width: 990px) {
    .before-img {
        right: 3%;
        height: 33%;
        width: 30%;
        bottom: 0%;
    }
    .experince-numper{
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .before-img {
        right: 3%;
        width: 30%;
        bottom: 5%;
        height: 27%;
        font-size: 8.9rem;
        padding: 9px 16px;
    }
}

@media (max-width: 576px) {
    .before-img {
        right: 12px;
        bottom: 0%;
        font-size: 0.8rem;
        padding: 6px 12px;
        height: 33%;
    }
}
/* start  about css */
/**************************/
/**************************/
/*start Features section*/
.row.align-items-center.justify-content-center {
    margin-top: -6px !important;
}
.features-icon {
    position: relative;
    z-index: 1;
}
.features-icon img {
    width: 50px;
}
.features-icon::before{
    content: "";
    position: absolute;

    top: -5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(110, 134, 118, 0.5);
    color: green;
    z-index: -1;
}
.features-box {
    display: flex;
    padding: 0 8rem;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .features-box {
        padding: 0 3rem;
    }
}

@media (max-width: 990px) {
    .features-box {
        display: block;
        text-align: center;
    }
    .features-icon::before{
        content: "";
        position: absolute;
        left: 50%;
        top: 15%;
        right: inherit;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgba(110, 134, 118, 0.5);

        z-index: -1;
    }
}


/*end Features section*/
/**************************/
/**************************/
/*Start why section*/
.whyus-box{
    padding: 150px 0 !important;
}
.line-left-img{
    width: 60%;
    z-index: -1;
    top: 26px;
}
.line-right-img{
    width: 60%;
    z-index: -1;
    bottom: -30%;
}
@media (min-width: 1701px){
    .line-right-img{
        bottom: -36%;
    }
}
@media (max-width: 1700px) {
    .line-right-img{
        bottom: -23%;

    }
}
@media (max-width: 1299px){
    .line-right-img{
        bottom: -22%;
    }
}
@media (max-width: 990px){
    .line-right-img{
        bottom: -18%;
    }
}
@media (max-width: 768px){
    .whyus-box{
        padding: 50px 0 !important;
    }
    .line-left-img{
        display: none;
    }
    .line-right-img{
        display: none;
    }
}

/*End why section*/
/**************************/
/**************************/
/*  Start booking  */
.radio-button-container {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.radio-form-title{
        font-size: 13px;
        color: #eee;
}
.radio-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.radio-button__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-button__label {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    color: #f2f2f2;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.radio-button__custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.radio-button__input:checked + .radio-button__label .radio-button__custom {
    background-color: #4c8bf5;
    border-color: #ffffff42;
    transform: scale(0.8);
    box-shadow: 0 0 20px #4c8bf580;
}

.radio-button__input:checked + .radio-button__label {
    color: #ffffff;
}

.radio-button__label:hover .radio-button__custom {
    transform: scale(1.2);
    border-color: #ffffff;
    box-shadow: 0 0 20px #4c8bf580;
}
/**************************/
/**************************/
/*End  booking*/
/**************************/
/**************************/
/*  Start servives  */
.services-description{
    height: 250px;
    padding: 8px 12px;
    overflow-y: auto;
}
@media screen and (max-width: 991px) {
    height: auto;
}
    /*  End servives  */
/**************************/
/**************************/
/*Start Footer Section*/
.footer-links{
        font-size: 18px;
        color: #777;
}
.foot-section{
    background-color: #6E8676 ;
}
.links-box {
    display: flex;
    gap: 1.4rem;
    line-height: 2;
}
@media (max-width: 991px){
    .links-box {
        flex-flow: column;
        gap: 0rem;
    }
    .tc-footer-st7{
        text-align: center;
    }
}
.float-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #1FDC81;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #6e8676;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/* تنسيق الأيقونات */
.social-icon {
    display: inline-block;
    margin: 0 10px;
}
.social-icon a i:before{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.social-icon a {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 50px;
    background-color: #6E8676;
    color: white;
    border-radius: 50%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.social-icon a:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contact-icons {
    display: inline-block;
    margin: 0 10px;
}
.contact-icons a i:before{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contact-icons a {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 50px;
    background-color: #6E8676;
    color: white;
    border-radius: 50%;
    text-align: center;
}
.contact-icons-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/*End Footer Section*/
hr{
    border: 1px solid #6E8676;
    opacity: .55;
    margin: 40px 14%;
}
#languageDropdown::after {
    display: none;
}
.social-icon a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/**************************/

/**************************/
/**************************/
