@import url('../fonts/stylesheet.css');

body {
    font-family: 'Montserrat-Arabic', sans-serif;

}

:root {
    --main-color: #5c1b53;
    --second-color: #3a2751;
    --backGround-color: #F8F8F8;
    --gray: #B5BEC8;
}


.profile-rightSide-list {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/*  style for tab  */
.nav-tabs .nav-link {
    border: none;
}

/*start scrollbar */

.ul-index-btns {
    overflow: auto;
    max-width: 100%;
    flex-wrap: nowrap;
}

.btn-header {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 1rem;
    align-items: center;

}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

.white-header .nav-link {
    font-size: 14px;
    /* color: black !important ; */
    font-weight: 300;
}

.white-header .active {
    color: var(--main-color) !important;
    font-weight: 500 !important;
    position: relative;
}

.white-header .active::before {
    content: " ";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: var(--main-color);
    display: inline-block;
    z-index: 100;
    top: 80%;
}

.gradiant_nav .nav-link {
    font-size: 14px;
    /* color:white !important; */
    font-weight: 300 !important;
    position: relative;
}

.gradiant_nav .active {
    font-weight: 400 !important;
    position: relative;
}

.gradiant_nav .active::before {
    content: " ";
    position: absolute;
    width: 3rem;
    height: 2px;
    /* background-color:white; */
    display: inline-block;
    z-index: 100;
    top: 80%;
}

.header-drop>option {
    font-size: 12px;
    color: black;
}

.header-drop>option:hover {
    background-color: var(--second-color);
}

/* Zoom Out #1 */
.index-img-card:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s all ease-in-out;
}

.index-img-card {
    height: 213px;
    object-fit: cover;
}

.login-btn {
    border-radius: 22px;
    border: 1.5px solid var(--second-color);
    color: var(--second-color);
    font-size: 14px;
    font-weight: 300;
}

.login-btn-index {
    border-radius: 22px;
    border: 1.5px solid white;
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.login-btn-index:hover {
    border-radius: 27px;
    border: 1.5px solid white;
    background-color: #2C79CD;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.hotelName {
    font-size: 10px;
    color: #7C90A6;
    font-weight: 300;

}

.hotelName:hover {
    color: #7C90A6;
}

.user-ul li {
    font-size: 13px;
}

.login-btn:hover {
    border-radius: 27px;
    border: 1.5px solid white;
    background-color: #2C79CD;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.login-btn:hover path {
    fill: white;
    transition: all 0.4s ease-in-out;
}

.last-sec-img {
    height: 100%;
    object-fit: cover;
}

.blue-section-index {
    background: var(--main-color);
    border-radius: 16px;
}

/*start scrollbar */
*::-webkit-scrollbar {
    width: 7px;

}

*::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

*::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 20px;
    border-width: 3px;
}

a {
    text-decoration: none;
}

.fontAlert {
    font-size: 13px;
    font-weight: 400;
    border: none;


}

/* to remove arrow from number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.header-category {
    background: linear-gradient(261deg, #4b97c0 0%, #1c3c4d 100%);
    box-shadow: 0px 10px 50px 0px rgba(47, 157, 232, 0.06);
    padding: 25px;
    padding-top: 45px;
}

.text-hero {
    color: white;
}

.custom_card {
    border-radius: 8px;
    border: 1px solid #ECECEC;
}

.first_sec .custom_card:hover {
    box-shadow: rgba(24, 14, 14, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    transform: scale(1.001);
    transition: all 0.4s ease-in-out;

}

.sub-index-title {
    color: white;
    font-weight: 300;

}

.card-body span {
    font-size: 10px;
}

.card h6 {
    font-size: 14px;
}

.card-body .contact {}

.contact a {
    height: 45px;

}

.contact a.whatsapp {
    padding: 10px 20px;
    background-color: #09ba50;
    border-radius: 5px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.contact a.callnow {
    padding: 10px 20px;
    background-color: var(--main-color);
    border-radius: 5px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.contact a.whatsapp:hover {
    background-color: #088c3d;
}

.contact a.callnow:hover {
    background-color: #094ebc;
}

.contact a span {
    font-size: 13px;
}

.contact a svg {
    margin-bottom: 7px;
}

.card-body .justify-content-end {
    margin-bottom: 30px;
}

.card-body .title-card {
    height: 40px;
}

.card-body .hotelName {
    font-size: 12px;
    color: #4F5C6A;
    font-weight: 300;
    margin-bottom: 18px;
}

.category {
    margin-bottom: 14px;
}

.category>.active {
    border-radius: 27px;
    border: 1px solid white;
    background-color: #2C79CD !important;
}

.home-row a {
    font-size: 10px;
    color: black;
    text-decoration: none;
    font-weight: 400;
}

.sub-hero-title {
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.sub-hero-title::before {
    content: " ";
    width: 30%;
    height: 5px;
    background-color: var(--main-color);
    position: absolute;
    bottom: -46%;
    display: inline-block;
    z-index: 100;
}

.sub-hero-title::after {
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: -46%;
    right: 0;
    display: inline-block;
}

.right-slider-div {
    position: relative;
}

.right-slider-div::before {
    content: " ";
    position: absolute;
    background: linear-gradient(353deg, #000 0%, rgba(0, 0, 0, 0.00) 44.13%);
    z-index: 100;
    width: 100%;
    height: 100%;
}

.overText {
    position: absolute;
    z-index: 10000;
    top: 87%;
    right: 4%;
    color: white;
    font-size: 16px;
    font-weight: 400;

}

.slide-arrow,
.prev-arrow,
.next-arrow {
    color: #fff;

}

.next-arrow {
    margin-left: 0;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    color: #fff;
}

.show-more-btn {
    font-weight: 400;
    color: var(--second-color);
    font-size: 14px;
}

.show-more-btn:hover {
    background-color: var(--second-color);
    color: var(--backGround-color);
    transition: all 0.4s ease-in-out;
}

.small-index-card:hover {
    background-color: var(--second-color);
    color: white;
    transition: all 0.4s ease-in-out;

}

.small-index-card:hover path {
    fill: white;
    transition: all 0.4s ease-in-out;
}

.show-more-btn:hover path {
    fill: white;
    transition: all 0.4s ease-in-out;
}

.sel {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.sel:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.next-arrow i {
    color: black;
    font-size: 16px;
    background: white;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.prev-arrow i {
    color: black;
    font-size: 16px;
    background: white;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

[dir='rtl'] .slick-prev:before,
[dir='rtl'] .slick-next:before {
    content: '';
    display: block;

}

.search_input-tab {
    background: none;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-left: none;
    color: white;
    font-size: 12px;
    position: relative;
    font-weight: 300;
}

.search_input-tab:focus {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-left: none !important;

}

.search_icon-tab {
    background: none;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.26);
    /* Set your desired border properties */
    border-right: none;


}

.filter {
    border-radius: 4px;
    border: 1px solid white;
    background: var(--main-color);
}

.header-drop {
    border-radius: 4px;
    background-color: rgba(251, 251, 251, 0.13);
    border: none;
    font-size: 12px;
    color: white;
    cursor: pointer;

}

.tab {
    color: white;
    font-size: 10px;
    white-space: nowrap;
}

.white_nav {
    background: white;
    box-shadow: 0 10px 50px 0 rgba(47, 157, 232, 0.06);
}

.home-btn {
    border: 1px solid white;
    color: white;
    font-size: 13px;
}

.home-btn:hover {
    background: white;
    color: var(--main-color);
    transition: all 0.4s ease-in-out;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search::placeholder {
    color: rgba(255, 255, 255, 0.59);
    font-weight: 300;
    font-size: 12px;

}

.search-input {
    display: none;
    padding: 5px;
    border: 1px solid #ccc;
    position: absolute;
    bottom: -3rem;
    right: -1rem;
    transition: all 0.4s ease-in-out;
}

.search-input:focus {
    outline: none;
    border: none;
    box-shadow: none;


}

.search-icon {
    cursor: pointer;
}

/******************************* start style about us page   *******************************************************/
.ul_about {
    position: relative;
    list-style-image: url(../img/list.svg);

}

.item_about_us {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: #7797BB;
    position: relative;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: var(--second-color);
    position: relative;
}

.title::before {
    content: " ";
    width: 5%;
    height: 5px;
    background-color: var(--main-color);
    position: absolute;
    top: 95%;
    display: inline-block;

}

.text {
    color: var(--second-color);
    font-size: 14px;
    font-weight: 500;

}

.left-side-images {
    max-width: 205px;
    align-items: flex-start;
}

.left-side-images img:last-of-type {
    max-height: 150px;
    margin: 0 auto;
}

/************************** start style common Q page *************************************/
.customize-according {
    background: var(--backGround-color) !important;
    border-radius: 10px !important;
    font-size: 14px;
    color: black;
    font-weight: 400;
    border: none;
}

.common-Q-img {
    margin-top: -17%;
}

.btn:focus,
.btn:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;

}

.customize-acc-body {
    font-size: 12px;
    font-weight: 300;
    color: #606E7D;
    line-height: 22px;
    letter-spacing: 0.07px;

    border-radius: 10px;
    border: none;
}

/************  start style login page 1 *******************/
.password-container {

    position: relative;
}

.fa-eye {
    position: absolute;
    top: 61%;
    right: 89%;
    cursor: pointer;
    color: lightgray;
}


.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
    background: white;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--main-color);

}

.tab-title {
    font-size: 14px;
    color: #7797BB;
}

.title_log {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.sub_title_log {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.07px;

}

.active>.tab-title {
    color: var(--main-color);
    position: relative;

}

.create-sec-tab>.active path {
    fill: var(--main-color);

}

.active>.tab-title::before {
    content: " ";
    width: 6rem;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    /*bottom: 34%;*/
    display: inline-block;
    z-index: 100;
    right: 0;
    top: 155%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
}

.nav-tabs .nav-link.active {
    border-color: transparent;
}

.gray_text {
    color: #6E7E89;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}

.gray_text_2 {
    color: #484848;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}

.btn_submit_1 {
    background: var(--main-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: white;
    border-radius: 8px;
    border: 1px solid var(--main-color);

}

.btn_submit_1:hover {
    background-color: white;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all 0.4s ease-in-out;
}

.btn_submit_1:hover path {
    fill: var(--main-color);
    transition: all 0.4s ease-in-out;
}

.btn_submit_1:hover line,
.btn_submit_1:hover path {
    stroke: var(--main-color);
    ;
    transition: all .4s ease-in-out;
}

/************************ start style password page 1*************************************/
.card-container {
    border: 1px solid #7797BB;
    border-radius: 4px;
}

.rounded-inp {
    border-radius: 30px;
    background: var(--main-color);
    color: white;
    font-size: 14px;
    border: 1px solid var(--main-color);
}

.rounded-inp:hover {
    background: white;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all .4s ease-in-out;

}

.rounded-inp:hover path {
    fill: var(--main-color);
    transition: all .4s ease-in-out;

}

.gray-inp {
    background: var(--backGround-color);
    border: none;
    border-radius: 8px;
}

.code_input {
    border-radius: 11px;
    width: 55px;
    height: 55px;
}

/************************** start style service details ******************************/
.heart_svg.filled path {
    fill: #F33737;

}

.heart_svg.stroked path {
    stroke: none;

}

.gray_page {
    color: #B5BEC8;
    font-size: 14px;
    font-weight: 400;

}

.rating-profile-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}


.Before_After_div {
    position: relative;
    z-index: 0;
    display: block;
}

.Before_After_div::before {
    content: "";
    border-radius: 8px;
    border: 1px solid #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    top: 0;
    right: 0;


}

.Before_After_div::after {
    content: " 35+";
    position: absolute;
    z-index: 10000;
    top: 46%;
    right: 38%;
    color: white;
    font-size: 20px;

    font-weight: 400;
}

.g_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #6E7E89;
}



.g_circle_2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #4b97c0;
    border: 2px solid white;
}



.under_text {
    font-size: 10px;
    color: #484848;
    font-weight: 400;
}

.heart_div {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 50px 0 rgba(0, 116, 217, 0.09);
    cursor: pointer;

}

.White_card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 50px 0 rgba(0, 116, 217, 0.09);

}

.white_card_collapse_bottom {
    border-radius: 0 0 16px 16px;
    background: #FFF;
    box-shadow: 0 0 50px 0 rgba(0, 116, 217, 0.09);


}

.white_card_collapse_top {
    border-radius: 16px 16px 0 0;
    background: #FFF;
    box-shadow: 0 0 50px 0 rgba(0, 116, 217, 0.09);
}

.li_blue {
    color: var(--second-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    background: url('../img/list_square.svg') no-repeat right center;
    padding: 11px 30px 11px 25px;
    list-style: none;

}

.checked {
    color: #FEBA02;
}

/*************  style create account page **************************/
.provider_btn {
    border-radius: 4px;
    background: var(--backGround-color) !important;
    color: var(--second-color);
    font-size: 12px;
    font-weight: 400;

}

.create-ul>.customer_btn {
    border-radius: 4px;
    background: var(--backGround-color);

    font-size: 12px;
    font-weight: 400;
}

.create-tab-title {
    color: var(--second-color);
    font-size: 12px;
    font-weight: 400;
}

.create-ul>.customer_btn>.active {
    background-color: var(--second-color);
}

/********************* start style congratulation page  *****************************************/
.btn_submit_W {
    border: 1px solid var(--main-color);
    font-size: 14px;
    color: var(--main-color);
    border-radius: 8px;
    line-height: 30px;
    font-weight: 300;
}

.congrat-title {
    font-size: 24px;
    font-weight: 700
}

.btn_submit_W:hover {
    background: var(--main-color);
    color: white;
    transition: all 0.4s ease-in-out;

}

.btn_submit_W:hover path {
    fill: white;
    transition: all 0.4s ease-in-out;
}


/************** start style hotel details page ****************************************/
.service-btn {
    border-radius: 4px;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    font-size: 12px;
    font-weight: 700;
}

.service-btn:hover {
    background-color: var(--second-color);
    color: white;
    transition: all .4s ease-in-out;
}

.blue_circle_hotel {
    background-color: var(--main-color);
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.h-contain {
    height: 100%;
    object-fit: contain
}

/*************  start style order info page*****************************************************/
.label-form {
    font-size: 14px;
    font-weight: 500;
    color: black;

}

.tab-title-form {
    font-size: 14px;
    color: #7797BB;
    padding-bottom: 6px;
}

.active>.tab-title-form {
    color: var(--main-color);
    position: relative;




}

.active>.tab-title-form::before {
    content: " ";
    width: 8rem;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    display: inline-block;
    z-index: 100;
    right: 0;
    bottom: -55%;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider_on_off {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -7px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--main-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--main-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.togglePassword {
    cursor: pointer;
}

.next-btn {
    border-radius: 8px;
    border: 1px solid var(--main-color);
    font-size: 14px;
    color: var(--main-color);

}

.next-btn:hover {
    background-color: var(--main-color);
    color: white;
    transition: all .4s ease-in-out;

}

.next-btn:hover line,
.next-btn:hover path {
    stroke: white;
    transition: all .4s ease-in-out;
}

/*  test  */
input[type="file"] {
    display: none;
}

.fileName {
    font-size: 13px;

}

.uploadlabel {
    border-radius: 6px;
    color: var(--gray);
    border: 2px solid;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}



/******************** start style profile page *********************************/
.list_link {
    color: var(--second-color);
    font-size: 12px;
    font-weight: 400;
}

.hero-profile-pic {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
}

.white_card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 0 50px 0 rgba(0, 116, 217, 0.09);
}

/* from sal7ly  */
.upload_profile_input {
    display: none;
}

.custom-file-upload {
    background-color: black;
    border-radius: 100%;
    position: absolute;
    padding: 11px;
    cursor: pointer;
    border: 4px solid white;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.upload_profile_div {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: var(--backGround-color);
    border: 2px solid white;
    position: absolute;
    top: 72%;
    right: 0;
    cursor: pointer;
    z-index: 2;

}

.clicked {
    color: var(--main-color);
}

/**************** waiting order style***********************/
.radius_all {
    background-color: var(--backGround-color);
    border-radius: 32px;
}

.tap_clicked {
    color: white;
}

.all {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
}

.btn-order-active {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    border: none;
    background-color: var(--main-color);
    border-radius: 23px;

    padding-top: 0;
}

.btn-order.active {
    background: var(--main-color);
    color: white;
}

/* to determine which button fill and which one stock */

.radius_all>li:nth-child(1) .btn-order.active path {
    stroke: white;
    fill: none;
}

.radius_all>li:nth-child(2) .btn-order.active path {
    stroke: white;
    fill: none;
}

.radius_all>li:nth-child(3) .btn-order.active path {

    fill: white;
    stroke: none;

}

.price-num {
    font-size: 12px;
    font-weight: 700
}

.price-text {
    font-size: 14px;
    color: var(--main-color);
}

.btn-order {
    font-weight: 400;
    font-size: 13px;
    border: none;
    background-color: transparent;
    border-radius: 23px;
    width: 100%;
    padding: 9px;
    color: #0B3D74;
}

.img-card-waiting {
    object-fit: cover;
    border-radius: 0 16px 16px 0;
    width: 100%;
    max-height: 350px;
}

.div-img-profile {

    position: relative;
}

.card_waiting_img {
    border-radius: 11px;
}

/***************************8waiting order details *******************/
.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.re-order-btn {
    border-radius: 33px;
    border: 1px solid #272265;
    background: #F8F8F8;
}

.re-order-btn span {
    color: #272265;
}

.re-order-btn:hover span {
    color: white;
    transition: all 0.4s ease-in-out;
}

.re-order-btn:hover {
    transition: all 0.4s ease-in-out;
    background-color: #272265;

}

.re-order-btn:hover path {
    fill: white;
    transition: all 0.4s ease-in-out;
}

.service_rating_btn {
    border-radius: 4px;
    border: 1px solid #F3AD39;
    background: #F8F8F8;
    color: #F3AD39;
    font-size: 12px;
}

.service_rating_btn:hover {
    transition: all 0.4s ease-in-out;
    background-color: #F3AD39;
    color: white;

}

.red_order {
    background: #FAEBEC;
    color: #F33737;
    border: none;
    border-radius: 8px;
    font-size: 14px;
}

.red_order:hover {
    background: #F33737;
    color: #FAEBEC;
    transition: all 0.4s ease-in-out;
}

.red_order:hover path {
    stroke: #FAEBEC;
    transition: all 0.4s ease-in-out;
}

/******************style model rating service ********************88/
.model_img{
    border-radius: 100%;
    width: 93px;
    height: 70px;
    object-fit: contain;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #F3AD39;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #F3AD39;
    transition: all 0.4s ease-in-out;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #F3AD39;
    transition: all 0.4s ease-in-out;
}



/**********  setting style ******************/
.lang_switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

.lang_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_lang {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -7px;
    right: 0;
    bottom: 0;
    background-color: #F8F8F8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slider_lang:before {
    position: absolute;
    content: attr(data-on);
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 2px;
    background-color: black;
    -webkit-transition: all 0.4s ease-in-out;
    ;
    transition: all 0.4s ease-in-out;
    text-align: center;
    /*line-height: 24px;*/
    color: white;
    font-weight: 300;

}

input:checked+.slider_lang:before {
    content: attr(data-off);
}

input:checked+.slider_lang {
    background-color: #F8F8F8;
}

input:focus+.slider_lang {
    box-shadow: 0 0 1px #F8F8F8;
}

input:checked+.slider_lang:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider_lang.round {
    border-radius: 34px;
}

.slider_lang.round:before {
    border-radius: 50%;
}

.modal-content {
    border: none;
    border-radius: 20px;
}

/**************  style fav page ***********************/
.fav-img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 11px 11px 0;
}

.fav-card:hover {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.001);
    transition: all 0.4s ease-in-out;
}


/*************** style wallet page ****************************/
.up_btn {
    position: relative;
    transform: translateY(40%);
}

.record-data {
    font-size: 14px;
    font-weight: 500;

}

.wallet-all {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 238px;
}

/**************** footer style ***************************/
.text_footer_hero {
    color: white;
    font-size: 12px;

    font-weight: 300;
    line-height: 1.5rem;
}

.text_footer {
    color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5rem;
}

footer a {
    text-decoration: none;

}

footer {
    /* background-color: var(--second-color); */
}

footer>.copy-write {
    /* background-color:#032142; */
}


/**************** notification style **********************************/
.notification {
    border-radius: 16px;
    background: white;
    border: 1px solid var(--second-color);
}

.notification_icon_div {
    border-radius: 10px;


}

.noti-svg {
    cursor: pointer;
}

.hero-notification-div {
    position: relative;
}

.hero-notification-div::before {
    position: absolute;
    content: "5";
    width: 13px;
    height: 13px;
    background-color: var(--main-color);
    top: 16%;
    border-radius: 50%;
    color: white;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    left: 60%;
}

.notification[data-bs-popper] {
    left: 0;
    transform: translateX(38%);
    width: 21rem;
    height: auto;
    max-height: 55vh;
    overflow-y: scroll;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    border-radius: 16px;
    top: 2.5rem;

}

/*start scrollbar */
.notification[data-bs-popper] ::-webkit-scrollbar {
    width: 7px;

}

.notification[data-bs-popper] ::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.notification[data-bs-popper] ::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 20px;
    border-width: 3px;
}

/*************** end footer style   ******************************/




/*******************************start style provider ********************/
.provider-title {
    color: var(--second-color);
    font-size: 18px;
    font-weight: 700;

}

.nav-pills .person-li .active,
.nav-pills .company-li .active {
    border-radius: 8px;
    background: var(--main-color);
    border: none;
}

.person-li .nav-link,
.company-li .nav-link {
    color: #7797BB;
}

/******************************profile provider ******************/
.text-provider {
    color: var(--second-color);
    font-size: 12px;
    font-weight: 500;
}

.radio-peron,
.radio-company {
    display: none;
}

.person-label {
    background-color: red;
}

.circle-provider-order {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;

}

/*************** wateing order details provider *************************/
.reject-btn {
    background-color: #F3F8FE;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--main-color);
    border-radius: 8px;
    border: none;
}

.reject-btn:hover {
    background-color: var(--main-color);
    color: white;
    transition: all .4s ease-in-out;
}

.reject-btn:hover path {
    stroke: white;
}

/***************  on-progress provider ****************************/
.gray-btn {
    background-color: #F8F8F8;
    border-radius: 8px;
}

.gray-btn:hover {
    background-color: var(--main-color);
    color: white;
    transition: all .4s ease-in-out;
}

.gray-hero-btn {
    background-color: var(--main-color);
    color: white;
    border-radius: 8px;
}

.gray-hero-btn:hover {
    background-color: #F8F8F8;
    color: var(--second-color);
    transition: all .4s ease-in-out;
}

.gray-hero-btn:hover path {
    fill: var(--second-color);
    transition: all .4s ease-in-out;
}

/************  my service provider ************************/
.provider-hero {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 700;
}

.sub-provider-text {
    font-weight: 300;
    font-size: 12px;
    color: var(--second-color);
}

.cold-blue-container {
    background-color: #F3F8FE;
    border-radius: 8px;
}

.provider-tab {
    font-size: 10px;
    color: black;
    white-space: nowrap;
}

.category-provider>.active {
    background-color: var(--main-color) !important;
    border-radius: 27px;
    border: 1px solid white;


}

.category-provider>.active>.provider-tab {
    color: white;
}

.category-provider:nth-child(1)>.active path,
.category-provider:nth-child(2)>.active path,
.category-provider:nth-child(3)>.active path {
    fill: white;
}

.category-provider:nth-child(4)>.active path,
.category-provider:nth-child(5)>.active path,
.category-provider:nth-child(6)>.active path {
    stroke: none;
    fill: white;
}

.building-link:hover .gray-inp {
    border: 1.5px solid var(--main-color);

}

.white-small-square {
    background-color: white;
    border-radius: 4px;


}

.hotel-provider-img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
}

/****************  add new service   **************************************/

/* Checked style for the first checkbox */
#flexCheckChecked:checked+.form-check-label .prov-g_circle path {
    stroke: white;
}

/* Checked style for the second checkbox */
#flexCheckChecked2:checked+.form-check-label .prov-g_circle path {
    stroke: white;
}

/* Checked style for the third checkbox */
#flexCheckChecked3:checked+.form-check-label .prov-g_circle path {
    fill: white;
    stroke: none;
}

#flexCheckChecked4:checked+.form-check-label .prov-g_circle path {
    fill: white;
    stroke: none;
}

#flexCheckChecked5:checked+.form-check-label .prov-g_circle path {
    fill: white;
    stroke: none;
}

.ul-index-btns-prov {
    overflow: auto;
    max-width: 100%;

}

.prov-g_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F7F7F7;

}

.provider-model-title {
    color: var(--main-color);
    font-weight: 400;
    font-size: 14px;
}

.provider-sub-model {
    color: var(--second-color);
    font-size: 14px;
    font-weight: 700;
}

.gray-round-inp {
    background-color: var(--backGround-color);
    border-radius: 100px;
    border: none;
}

.white-round-btn {
    background-color: white;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 16px;
    border-radius: 22px;
}

.white-round-btn:hover {
    background-color: var(--main-color);
    color: white;
    transition: all .4s ease-in-out;
}

.rounded-inp-prov {
    border-radius: 22px;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    font-size: 12px;
    color: white;
}

.rounded-inp-prov:hover {
    border-radius: 22px;
    border: 1px solid #7797BB;
    background-color: white;
    font-size: 12px;
    color: #7797BB;
    transition: all .4s ease-in-out;
}

.rounded-inp-white-prov {
    border-radius: 22px;
    border: 1px solid #7797BB;
    background-color: white;
    font-size: 12px;
    color: #7797BB;
}

.rounded-inp-white-prov:hover {
    border-radius: 22px;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    font-size: 12px;
    color: white;
    transition: all .4s ease-in-out;
}

.prov-acco {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 220px;
}

.radio-provider-inp:checked+.radio-provider-label {
    color: var(--main-color);
}

.drop-title {
    font-size: 12px;
    color: var(--second-color);
    font-weight: 300;
}

.drop-title::after {
    margin-right: 1.5rem;
}

.drop-prov-item {
    font-size: 12px;
    color: var(--gray);
}

.previous {
    border: none;
    background-color: var(--backGround-color);
    cursor: pointer;
}

.counter-container {
    width: 31px;
    height: 31px;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
}

.counter-gray {
    background-color: var(--backGround-color);
    border-radius: 8px;

}

#total-count {
    font-weight: 500;
    font-size: 14px;
}

#total-count2 {
    font-weight: 500;
    font-size: 14px;
}

#total-count3 {
    font-weight: 500;
    font-size: 14px;
}

.star-prov {
    font-size: 9px;
}

.square-rating {
    background-color: var(--main-color);
    width: 17px;
    height: 17px;
    border-radius: 2px;
}

.content-rate {
    color: white;
    font-size: 10px;
}

.rate-good {
    font-size: 12px;
    font-weight: 400;
}

.modal-checkbox {
    display: none;
}

.modal-checkbox:checked+label .prov-g_circle {
    background-color: var(--main-color);
    cursor: pointer;
}

.modal-checkbox:checked+label .under_text {
    color: var(--main-color);

}


/******** add new property **********************/
.path-page {
    font-size: 12px;
    color: black;

}

.place-holder {
    font-size: 12px;
    font-weight: 300;

}

.place-holder::placeholder {
    color: #B5BEC8;
}




/********** wallet provider  ************************/
.wallet-all-provider {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 184px
}


/*******************  media query   ***************************************/
/******** about us images  ***********/
@media (max-width: 834px) {
    .left-side-images {
        max-width: unset;
        align-items: center;
    }

    .left-side-images img:not(:last-of-type) {
        width: 100%;
        object-fit: contain;
    }


}

.login-ul {
    min-width: 70%;
    justify-content: space-around;

}

@media (max-width: 768px) {


    .login-ul {
        width: 100%;


    }
}

@media (max-width: 428px) {
    .fav-img {
        border-radius: 0 0 11px 11px;
    }

}

@media (max-width: 428px) {
    .img-card-waiting {
        border-radius: 0 0 16px 16px
    }

}

@media (max-width: 992px) {
    .upload_profile_div {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        background-color: var(--backGround-color);
        border: 2px solid white;
        position: absolute;
        top: 72%;
        right: 45%;
        cursor: pointer;
        z-index: 2;
    }
}

@media (max-width: 450px) {
    .upload_profile_div {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        background-color: var(--backGround-color);
        border: 2px solid white;
        position: absolute;
        top: 72%;
        right: 40%;
        cursor: pointer;
        z-index: 2;
    }
}

/*need edit in mobile iphone 11 */
@media (max-width: 767px) {
    .active>.tab-title-form::before {
        display: none;
    }




}

@media (max-width: 767px) {
    .index-img-card {
        height: 260px;
        object-fit: cover;
    }




}

/*****************************test ******************/

#phone {
    padding-left: 50px !important;
    padding-right: 15px;
    /* Add your desired padding value here */
}

.iti__selected-dial-code {
    color: #777777;
    border-right: 1px solid #E7E7F5;
}

.iti__arrow {
    display: none;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container {
    right: auto;

    left: 0;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: inherit;
}

.iti__selected-flag {
    direction: ltr;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    font-size: 12px;
}

/* .custom_card{
    width: 250px !important;
}

.custom_card .index-img-card{
    height: 150px;
    object-fit: cover;
} */



.fixed-image {
    width: 1000px;
    height: 430px;
    object-fit: cover;
}

.position-relative {
    position: relative;
}

.cover-image {
    width: 100%;
    height: 300px;
    /* Adjust height for the cover image */
    object-fit: cover;
}

.logo-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    position: absolute;
    bottom: -50px;
    right: 50px;
    border: 3px solid darkturquoise;
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.rate .star {
    font-size: 2em;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}

.rate .star:hover,
.rate .star:hover~.star {
    color: gold;
}

.rate .star.selected {
    color: gold;
}



/* اللودر */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4b97c0;
}

/* الستارة اليسرى */
.curtain {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #53a2cc;
    transform-origin: center;
    animation: curtain-open 2s ease-out forwards;
}

/* الستارة اليسرى */
.curtain-left {
    left: 0;
}

/* الستارة اليمنى */
.curtain-right {
    right: 0;
    animation-delay: 0.5s;
    /* تأخير تأثير اليمين قليلاً */
}

/* تأثير الفتح */
@keyframes curtain-open {
    0% {
        transform: scaleX(0);
        /* الستارة تكون مغلقة */
    }

    100% {
        transform: scaleX(1);
        /* الستارة تفتح بالكامل */
    }
}

/* عنوان النص */
.title {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    opacity: 0;
    animation: title-appear 2s ease-out forwards;
    animation-delay: 1s;
    /* يظهر النص بعد فتح الستارة */
}

/* تأثير ظهور العنوان */
@keyframes title-appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* المحتوى الذي سيظهر بعد اللودر */
.content {
    display: none;
    text-align: center;
    margin-top: 50px;
    color: #333;
}

.loader-complete .content {
    display: block;
}

/* إخفاء اللودر بعد انتهاء التحميل */
.loader-complete .loader {
    display: none;
}
.card_slider img{
    height: 50px;
    weight: 50px;
}


.small-index-card{
  margin: 5px !important;
}




/* أيقونة الموقع */
.select-container i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #007bff;
    font-size: 18px;
}

/* تنسيق أفضل عند التفاعل مع select */
.custom-select:hover, .custom-select:focus {
    border-color: #007bff;
    background-color: #e9ecef;
}

.select-container .form-select {
    display: inline-block;
    width: auto;
}

/* جعل الحواف دائرية */
.select-container select {
    border-radius: 50px;
}

/* إضافة تأثيرات للتنقل بين الخيارات */
.custom-select option {
    padding: 10px;
    transition: background-color 0.3s ease;
}

.custom-select option:hover {
    background-color: #007bff;
    color: white;
}

/* تطبيق تحميل التطبيق - تحسينات الشكل والتجاوب */
.app-download-link {
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 8px 12px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
}

.app-download-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    color: white !important;
}

.app-download-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.app-icon {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.app-download-link:hover .app-icon {
    transform: scale(1.1);
}

.app-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.app-text-small {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.9;
}

.app-text-large {
    font-size: 14px;
    font-weight: 700;
    margin-top: -2px;
}

/* تجاوب الموبايل */
@media (max-width: 991.98px) {
    .app-download-link {
        padding: 6px 10px !important;
        margin-right: 5px;
    }
    
    .app-icon {
        height: 28px;
    }
    
    .app-text-small {
        font-size: 10px;
    }
    
    .app-text-large {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .app-download-link {
        padding: 5px 8px !important;
        margin-right: 3px;
    }
    
    .app-icon {
        height: 24px;
    }
    
    .app-text-small {
        font-size: 9px;
    }
    
    .app-text-large {
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .app-download-content {
        gap: 6px;
    }
    
    .app-icon {
        height: 22px;
    }
    
    .app-text-small {
        font-size: 8px;
    }
    
    .app-text-large {
        font-size: 10px;
    }
}
