@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");

* {
    direction: rtl;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Cairo", sans-serif;
}

.primary {
    background-color: #be8d5a;
    color: #fff;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #be8d5a;
    border-radius: 5px;
    transition: all 0.5s;
}
.primary:hover {
    background-color: #fff;
    color: #000;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #be8d5a;
    border-radius: 5px;
    transition: all 0.5s;
}

.page-link:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.main-span {
    color: #be8d5a;
    font-weight: bold;
}

.temporary-link {
    background-color: #be8d5a;
    border: 1px solid #be8d5a;
    color: #fff !important;
}
.temporary-link:hover {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000 !important;
}

.dropdown-divider {
    color: #e0e0e0;
}

.dropdown-menu {
    width: 220px;
}
.dropdown-menu .account-img {
    padding: 10px 0px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.dropdown-menu .account-img img {
    height: 75px;
    width: 75px;
    -o-object-fit: cover;
    object-fit: cover;
}
.dropdown-menu .account-img h6 {
    margin-top: 15px;
}

.dropdown-menu[data-bs-popper] {
    right: -75px;
}

.bt-1 {
    padding: 25px 0px 0px;
    border-top: 1px solid #e0e0e0;
}

.bb-1 {
    padding: 0px 0px 25px;
    border-top: 1px solid #e0e0e0;
}

#rate-content i {
    font-size: 30px;
    padding: 0px 2px;
}
#rate-content i:hover {
    cursor: pointer;
}

.popover-body {
    color: #fff;
    background-color: #000;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-top-color: #000;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-top-color: #000;
}

.input-div input,
.input-div select {
    border-radius: 10px;
    height: 50px;
}

.rate-product {
    border-radius: 10px;
    padding: 10px 15px;
}

.rates-input-div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 200px;
    margin: 25px auto;
}
.rates-input-div i {
    font-size: 24px;
    cursor: pointer;
}

.rates-input-div i.fa-solid {
    color: gold;
}

.input-group-text {
    border-radius: 10px 0px 0px 10px;
}

form input {
    font-family: "Cairo", sans-serif;
}
form input::-moz-placeholder {
    font-family: "Cairo", sans-serif;
}
form input::placeholder {
    font-family: "Cairo", sans-serif;
}
form input:disabled {
    background-color: #e0e0e0;
}
form select {
    font-family: "Cairo", sans-serif;
}
form select::-moz-placeholder {
    font-family: "Cairo", sans-serif;
}
form select::placeholder {
    font-family: "Cairo", sans-serif;
}
form textarea {
    font-family: "Cairo", sans-serif;
}
form textarea::-moz-placeholder {
    font-family: "Cairo", sans-serif;
}
form textarea::placeholder {
    font-family: "Cairo", sans-serif;
}

.address-wizard-card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 10px !important;
}
.address-wizard-card h3 {
    font-size: 18px;
}

.narsian-vertical {
    height: 700px;
}

.navbar-toggler {
    border: 1px solid #969696;
}

.py-4-5 {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}

.country-code {
    padding: 8px 14px;
    position: absolute;
    left: 10px;
    top: 8px;
    background-color: #f6f6f6;
}

input[type="checkbox"] {
    height: 20px;
    width: 20px;
    accent-color: #b58a5f;
}

input[type="radio"] {
    accent-color: #b58a5f;
    height: 25px;
    width: 25px;
}

.fs-7 {
    font-size: 0.7rem;
}

.default-profile {
    cursor: pointer;
    /* height: 60px;
    width: 60px; */
    object-fit: cover;
}

input.search,
input.search:focus {
    border: none;
}

.icon-img {
    height: 25px;
    width: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}

#exampleModalToggleSearch .modal-content {
    padding: 5px 10px;
}
#exampleModalToggleSearch .modal-content input {
    border: none;
}

header .nav-link {
    color: #000000 !important;
    transition: all 0.3s;
}
header .nav-link:hover {
    color: #be8d5a !important;
    transition: all 0.3s;
}

.order-data h2 {
    font-size: 16px;
}
.order-data h5 {
    font-size: 16px;
}

.list-products {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.edit-phone-input {
    height: 55px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    border-radius: 10px;
}

.list-products .list-products-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
}
.list-products .list-products-img img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}
.list-products .list-products-details a h4 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    transition: all 0.3s;
}
.list-products .list-products-details a h4:hover {
    color: #be8d5a;
    transition: all 0.3s;
}
.list-products .list-products-details h6 {
    font-size: 18px;
    color: #be8d5a;
    font-weight: bold;
}
.list-products .list-products-details img {
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.list-products .list-products-details .product-rates {
    background-color: #be8d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    border-radius: 5px;
    width: 50px;
    text-align: center;
}
.list-products .list-products-details .product-rates i {
    font-size: 12px;
    color: #fff;
}
.list-products .list-products-details .product-rates span {
    font-size: 12px;
}

.booked-services {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px 10px;
}

.pagination {
    display: flex;
    justify-content: end;
}
.pagination li {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #969696;
}
.pagination li:first-of-type {
    border-radius: 0px 5px 5px 0px;
}
.pagination li:last-of-type {
    border-radius: 5px 0px 0px 5px;
}
.pagination li a {
    color: #000000;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li:hover,
.pagination li:active {
    background-color: #be8d5a;
    border-color: #be8d5a;
}
.pagination li:hover a,
.pagination li:active a {
    color: #fff;
}
.pagination li a.active {
    background-color: #be8d5a;
    color: #fff;
}

.modal .modal-content {
    padding: 10px 25px;
    border-radius: 10px;
}
.modal .modal-header {
    border-bottom: none;
    padding: 25px 15px 0px 15px;
}
.modal .modal-header button {
    background-color: #f6f6f6;
}
.modal .modal-footer {
    border-top: none;
    justify-content: center;
}
.modal .modal-footer a {
    color: #000000;
}
.modal form .input-div input {
    border-radius: 10px;
    height: 50px;
}
.modal form .input-div img {
    height: 15px;
    width: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}
.modal .final-amount-text {
    font-size: 15px;
}
.modal .final-amount {
    font-size: 25px;
    color: #be8d5a;
    margin-top: 10px;
}
.modal .final-total {
    font-size: 25px;
    color: #be8d5a;
    margin-top: 10px;
}

.main-logo {
    height: 65px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

a {
    text-decoration: none;
}

input[type="email"] {
    direction: rtl;
}

.main-btn,
.addresses form button,
.service-card .booking-link,
.not-found .options .first-btn,
.contact-us .send-message-card button,
.account-settings .tab-content form button,
.footer form button,
.head-section .head-content a,
.a_like_btn,
.modal .modal-footer button {
    background-color: #be8d5a;
    color: #fff;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #be8d5a;
    border-radius: 5px;
    transition: all 0.5s;
}
.main-btn:hover,
.addresses form button:hover,
.service-card .booking-link:hover,
.not-found .options .first-btn:hover,
.contact-us .send-message-card button:hover,
.account-settings .tab-content form button:hover,
.footer form button:hover,
.head-section .head-content a:hover,
.a_like_btn:hover,
.modal .modal-footer button:hover,
.main-btn:active,
.addresses form button:active,
.service-card .booking-link:active,
.not-found .options .first-btn:active,
.contact-us .send-message-card button:active,
.account-settings .tab-content form button:active,
.footer form button:active,
.head-section .head-content a:active,
.a_like_btn:active,
.modal .modal-footer button:active {
    background-color: #fff;
    color: #000000;
    transition: all 0.5s;
}

.cancel-btn,
.not-found .options .second-btn,
.weekly-offers .weekly-content a,
.booking .weekly-content a {
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #aa7b52;
    border-radius: 5px;
    background-color: #fff !important;
    color: #000000 !important;
    transition: all 0.5s !important;
}

/*.fa-star {*/
/*  color: #E0E0E0;*/
/*  font-size: 14px;*/
/*}*/

/*.gold-star {*/
/*  color: #f7b945;*/
/*}*/

.fa-star {
    color: #e0e0e0;
}
.fa-star.gold-star {
    color: #f7b945;
}

body {
    background-color: #f6f6f6;
}

.home-body {
    background-color: #f6f6f6;
    background-image: url("../../../assets/icons/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: -980px 35%;
}

header .navbar .navbar-nav li {
    margin: 0px 18px;
}
header .navbar .navbar-nav li a {
    color: #000000;
    font-weight: 700;
}

.notify-number {
    height: 20px;
    width: 20px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -5px;
    overflow: hidden;
}

header .navbar .navbar-nav li a:hover,
header .navbar .navbar-nav li a:active {
    color: #be8d5a;
}
header .navbar .account-options ul li {
    margin: 0px 20px;
}
header .navbar .account-options ul li a {
    color: #000000;
}
header .navbar .account-options ul li a:hover,
header .navbar .account-options ul li a:active {
    color: #be8d5a;
}
header .navbar .account-options ul li a i {
    font-size: 22px;
}
header .navbar .account-options ul li .user-img {
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 25px;
}
header .navbar .account-options ul .dropdown-toggle::after {
    display: none;
}
header .navbar .account-options ul .dropdown-toggle img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
header .navbar .account-options ul .dropdown-menu li:hover,
header .navbar .account-options ul .dropdown-menu li:active {
    background-color: #be8d5a;
}
header .navbar .account-options ul .dropdown-menu li:hover a,
header .navbar .account-options ul .dropdown-menu li:active a {
    color: #fff;
}
header .navbar .account-options ul .dropdown-menu li:hover a:hover,
header .navbar .account-options ul .dropdown-menu li:hover a:active,
header .navbar .account-options ul .dropdown-menu li:active a:hover,
header .navbar .account-options ul .dropdown-menu li:active a:active {
    background-color: #be8d5a;
}
header .dropdown-menu li {
    margin: 0px !important;
}
header .dropdown-menu .dropdown-item.disabled {
    color: #969696;
}
header .dropdown-menu .dropdown-item.disabled:hover,
header .dropdown-menu .dropdown-item.disabled:active {
    cursor: not-allowed;
    background-color: #fff;
    color: #969696;
}

.head-section .content-row {
    height: 85vh;
}
.head-section .head-content {
    padding: 0px 90px;
}
.head-section .head-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.head-section .head-content p {
    color: #969696;
    margin: 45px 0px;
    font-size: 20px;
}
.features {
    padding: 30px 0px;
}
.features .card {
    border: none;
    background-color: transparent;
}
.features .card .card-footer {
    background-color: transparent;
    border: none;
    margin-top: 20px;
}
.features .card .card-footer h5 {
    color: #000000;
    font-weight: 700;
    font-size: 17px;
}
.features .card .card-footer h4 {
    color: #be8d5a;
    font-weight: 700;
    margin: 15px 0px;
    font-size: 20px;
}
.features .card img {
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
}

.weekly-offers,
.booking {
    padding: 70px 0px;
}
.weekly-offers .weekly-content,
.booking .weekly-content {
    padding: 55px 100px 0px 0px;
    position: relative;
}
.weekly-offers .weekly-content h4,
.booking .weekly-content h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}
.weekly-offers .weekly-content h3,
.booking .weekly-content h3 {
    margin: 20px 0px 50px;
    color: #be8d5a;
    font-weight: 700;
}
.weekly-offers .weekly-content a,
.booking .weekly-content a {
    margin-bottom: 30px;
    transition: all 0.3s;
}
.weekly-offers .weekly-content a:hover,
.booking .weekly-content a:hover {
    background-color: #be8d5a !important;
    color: #fff !important;
    border: 1px solid #be8d5a !important;
    transition: all 0.3s !important;
}
.weekly-offers .weekly-content img,
.booking .weekly-content img {
    height: 380px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    position: absolute;
    top: 260px;
    right: -100px;
}

.booking .weekly-content img {
    left: -130px;
    right: unset;
}

.list-display .product-image {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-display .product-image .product-img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.section-title h3 {
    font-weight: 700;
}
.section-title a {
    color: #969696;
    font-size: 20px;
    transition: all 0.2s;
}
.section-title a:hover,
.section-title a:active {
    color: #be8d5a;
    transition: all 0.2s;
}

.default-heart-icon {
    filter: brightness(0);
}

.default-heart-icon.added-to-favourite {
    filter: brightness(1) !important;
}

.products {
    padding: 70px 0px;
}
.products .nav-link {
    transition: all 0.3s;
}
.products .nav-link img {
    filter: brightness(0);
}
.products .nav-link.active {
    background-color: transparent;
}
.products .nav-link.active img {
    filter: brightness(1);
}
.products .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.products .section-title h3 {
    font-weight: 700;
}
.products .section-title a {
    color: #969696;
    font-size: 20px;
    transition: all 0.2s;
}
.products .section-title a:hover,
.products .section-title a:active {
    color: #be8d5a;
    transition: all 0.2s;
}
.products .price-range {
    margin: 25px 0px 15px;
}
.products .products-options form select {
    border-radius: 8px;
    height: 40px;
    color: #969696;
    font-size: 16px;
}
.products .product-rating i {
    font-size: 22px;
}
.products .product-rating input[type="checkbox"] {
    height: 22px;
    width: 22px;
}
.products .card {
    margin-bottom: 25px;
}
.products .card .card-body {
    padding: 0px;
    position: relative;
}
.products .card .card-body .product-img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.products .card .card-body ul {
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}
.products .card .card-body ul i {
    margin-bottom: 15px;
    font-size: 22px;
    color: #be8d5a;
}
.products .card .card-body ul i.fa-heart {
    color: #ff0000;
}
.products .card .card-body .product-rate {
    background-color: #be8d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
}

.cart-favorite-icon:hover {
    background-color: #be8d5a !important;
    cursor: pointer;
    border-color: #be8d5a;
}

.page-link:focus {
    box-shadow: none !important;
}

.products .card .card-body .product-rate span {
    font-size: 12px;
}
.products .card .card-body .product-rate i {
    font-size: 12px;
    color: #fff;
}
.products .card .card-footer {
    padding: 25px 20px 15px;
    background-color: #f6f6f6;
}
.products .card .card-footer a {
    transition: all 0.3s;
    color: #000000;
}
.products .card .card-footer a:hover {
    color: #be8d5a;
    transition: all 0.3s;
}
.products .card .card-footer a h4 {
    font-weight: bold;
    font-size: 18px;
    height: 65px;
    overflow: hidden;
}

.products .card .card-footer div {
    margin-top: 25px;
}

.products .card .card-footer h6 {
    color: #be8d5a;
    /* margin-top: 25px; */
    font-weight: bold;
    margin-bottom: 0px;
}
.products .product-search button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 5px;
}
.products .product-search button img {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.products .product-search input {
    height: 50px;
    border-radius: 10px;
}

.offers {
    padding: 30px 0px 50px;
}
.offers .center-offer {
    padding: 0;
}
.offers .card {
    border: none;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offers .card img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.offers .card h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.offers .card h6 {
    color: #969696;
    margin: 10px 0px;
    font-size: 14px;
    margin-bottom: 0;
}
.offers .card h6 span {
    color: #be8d5a;
}
.offers img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .footer-inner-row {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    padding: 60px 0px 10px;
}
.footer img {
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px;
}
.footer p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #969696;
    margin-top: 10px;
    padding: 0px 0px 0px 70px;
}
.footer h3 {
    color: #be8d5a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer ul li {
    margin: 15px 0px;
}
.footer ul li a {
    font-size: 16px;
    color: #000000;
    transition: all 0.2s;
}
.footer ul li a:hover,
.footer ul li a:active {
    color: #be8d5a;
    transition: all 0.2s;
}
.footer form {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 7px;
    background-color: #f6f6f6;
}
.footer form h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer form input {
    margin: 15px 0px;
    height: 45px;
    border-radius: 5px;
}
.footer form button {
    margin-top: 15px;
}

.testimonials .review-div {
    background-color: #fff;
    padding: 20px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    min-height: 210px;
}
.testimonials .review-div img {
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.testimonials .review-div .col-2 {
    padding: 0px 10px;
    justify-content: center;
    display: flex;
}
.testimonials .review-div .col-10 {
    padding: 0px 10px;
}
.testimonials .review-div h6 {
    font-size: 14px;
    color: #969696;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot span {
    height: 13px;
    width: 13px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #be8d5a !important;
}

.testimonials .review-div p {
    font-weight: bold;
    font-size: 14px;
    max-height: 120px;
    overflow: hidden;
    color: #909090;
}
.testimonials .review-div h5 {
    font-size: 14px;
    color: #969696;
}
.testimonials .review-div h5 span {
    font-size: 14px;
    color: #969696;
}
.testimonials .reviewer h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

footer {
    padding: 20px 0px 10px;
}
footer h4 {
    font-size: 16px;
    color: #969696;
}
footer h4 span a {
    font-weight: bold;
    font-size: 16px;
    color: #be8d5a;
}
footer h4 span a:hover,
footer h4 span a:active {
    color: #be8d5a;
}
.social ul {
    display: flex;
    /* justify-content: end; */
}
.social ul li {
    height: 35px;
    width: 35px;
    margin-right: 10px;
    background-color: #be8d5a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.social ul li a {
    color: #fff;
}
.social ul li:hover,
.social ul li:active {
    background-color: #000000;
    transition: all 0.3s;
}
.social ul li:hover a,
.social ul li:active a {
    color: #fff;
}

.products .card ul a {
    margin-bottom: 10px;
}

.breadcrumb-section {
    padding: 20px 0px;
}
.breadcrumb-section .bread-crumb {
    border: 1px solid #e0e0e0;
    padding: 8px 25px;
    background-color: #fff;
    border-radius: 10px;
}
.breadcrumb-section .bread-crumb span {
    font-size: 16px;
    color: #969696;
}
.breadcrumb-section .bread-crumb a {
    color: #000000;
}

.notification .single-notification {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}
.notification .single-notification .column-1 i {
    font-size: 22px;
    background-color: #be8d5a;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification .single-notification .column-11 {
    padding: 0px 15px 0px 0px;
}
.notification .single-notification .column-11 h5 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.notification .single-notification .column-11 p {
    margin-bottom: 15px;
    font-size: 14px;
}
.notification .single-notification .column-11 h6 {
    font-size: 12px;
    color: #969696;
}

.products.favourite {
    padding: 20px 0px;
}
.products.favourite .section-title h5 {
    font-size: 20px;
    font-weight: bold;
}

.account-settings {
    padding: 50px 0px;
}
.account-settings .edit-profile-tabs {
    height: 350px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.account-settings .edit-profile-tabs button {
    padding: 12px 24px;
    color: #000000;
}
.account-settings .edit-profile-tabs button:hover,
.account-settings .edit-profile-tabs button:active {
    background-color: #969696;
    color: #fff;
}
.account-settings .edit-profile-tabs button.active {
    background-color: #be8d5a;
    color: #fff;
}
.account-settings .personal-data {
    border-bottom: 1px solid #f6f6f6;
}
.account-settings .personal-data img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}
.account-settings .personal-data h3 {
    font-size: 18px;
}
.account-settings .tab-content h4 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.account-settings .tab-content .edit-img-div label {
    position: absolute;
    right: 22px;
    top: 22px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    height: 35px;
    width: 35px;
}

a.disabled {
    pointer-events: none;
}

.account-settings .tab-content .edit-img-div label:hover {
    cursor: pointer;
}
.account-settings .tab-content .edit-img-div .edit-img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}
.account-settings .tab-content input,
.account-settings .tab-content select {
    height: 50px;
    border-radius: 10px;
}
.account-settings .tab-content button {
    margin-top: 15px;
}
.account-settings .tab-content .row {
    padding: 20px 0px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.account-settings .tab-content #saved-addresses a {
    text-decoration: underline;
    color: #1e8193;
    font-size: 14px;
}
.account-settings .tab-content .address {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.account-settings .tab-content .address h5 {
    font-size: 16px;
}
.account-settings .tab-content .address p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
}
.account-settings .tab-content .address.active-address {
    border: 1px solid #be8d5a;
    background-color: #e9e2db;
}
.account-settings .address-options li {
    margin-left: 5px;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-settings .address-options li img {
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
}
.account-settings .modal h4 {
    border-bottom: none;
    padding: 0px;
}

.have-coupon {
    display: none;
    margin-bottom: 20px;
}
.have-coupon input {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
}
.have-coupon button {
    border-radius: 5px 0px 0px 5px !important;
    padding: 8px 25px !important;
}

.contact-us .contactus-card {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
    margin-bottom: 15px;
}
.contact-us .contactus-card h5 {
    font-size: 18px;
}
.contact-us .contactus-card p {
    font-size: 14px;
}
.contact-us .contactus-card .contact-icon {
    background-color: #f6f6f6;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
.contact-us .contactus-card .contact-icon i {
    color: #be8d5a;
}
.contact-us .work-time {
    border-bottom: 1px solid #e9e2db;
}
.contact-us .send-message-card {
    padding: 20px 15px;
    background-color: transparent;
}
.contact-us .send-message-card h5 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-us .send-message-card p {
    font-size: 16px;
}
.contact-us .send-message-card input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.contact-us .send-message-card textarea {
    border: 1px solid #ededed;
    border-radius: 10px;
}
.about-store p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 2;
}
.about-store img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.booking-service {
    /*padding: 40px 0px;*/
}
.booking-service .img-wizard img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.not-found {
    padding: 30px 0px;
}
.not-found .error-message {
    padding: 30px 0px;
}
.not-found .error-message img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}
.not-found .error-message h4 {
    margin: 35px 0px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}
.not-found .error-message h6 {
    font-size: 18px;
    color: #969696;
}
.not-found .options a {
    margin: 0px 10px;
}
.no-content {
    padding: 35px 0px;
}
.no-content .content {
    background-color: #ffeeba;
}
.no-content h6 {
    color: #be8d5a;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 18px;
}
.no-content p {
    color: #be8d5a;
    margin-bottom: 0px;
    font-size: 16px;
}

.cart {
    padding: 30px 0px;
}
.cart .lg-div .card {
    background-color: #fff;
    border-radius: 0px;
}
.cart .lg-div .card:first-of-type {
    border-radius: 10px 10px 0px 0px;
}
.cart .lg-div .card:last-of-type {
    border-radius: 0px 0px 10px 10px;
}
.cart .lg-div a i {
    font-size: 20px;
}
.cart .lg-div .item-img {
    height: 45px;
    width: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid;
    border-radius: 5px;
    border-color: #cdcdcd;
    padding: 5px;
    margin: 0px 15px;
}
.cart h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cart .counter {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.cart .counter button {
    width: 100%;
}
.cart .counter .increase-btn {
    color: #be8d5a;
    font-weight: bold;
}
.cart .counter .decrease-btn {
    color: #969696;
    font-weight: bold;
}
.cart .counter span {
    color: #969696;
    font-size: 20px;
    padding: 0px 8px;
}
.cart .sm-div .card {
    border-radius: 10px;
}
.cart .sm-div h5 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.cart .sm-div .proceed-purchase {
    background-color: #be8d5a;
    color: #fff;
    padding: 10px 0px;
    border-radius: 0px 0px 10px 10px;
}

.service-card {
    height: 400px;
    width: 100%;
    margin-bottom: 35px;
    border: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(transparent, #000);
    background-blend-mode: overlay;
    border-radius: 15px;
}
.service-card .booking-link {
    padding: 2px 50px;
}
.service-card .overlay-div {
    background-image: linear-gradient(transparent 60%, #000);
    height: 400px;
    width: 100%;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 15px;
}
.service-card .overlay-div .slide-up-div {
    position: absolute;
    right: 25px;
    left: 25px;
    bottom: -70px;
    transition: ease-out 0.3s;
}
.service-card .overlay-div:hover {
    background: linear-gradient(transparent -40%, #000 100%) !important;
    transition: all 0.3s;
}
.service-card .overlay-div:hover .service-description {
    display: block;
    margin-bottom: 30px;
}
.service-card .overlay-div:hover .booking-link {
    display: inline;
    padding: 3px 70px;
    font-size: 18px;
}
.service-card .overlay-div:hover .slide-up-div {
    bottom: 25px;
    transition: ease-out 0.3s;
}
.service-card .overlay-div:hover h5 {
    margin-bottom: 10px;
    transition: ease-out 0.3s;
}
.service-card h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    transition: ease-out 0.3s;
}
.service-card p {
    color: #cdcdcd;
    transition: all 0.3s;
}
.service-card .booking-link {
    transition: all 0.3s;
}

.ask-for-coupon {
    color: #969696;
    font-size: 16px;
}
.ask-for-coupon:hover {
    cursor: pointer;
    color: #be8d5a;
}

.addresses {
    padding: 30px 0px;
}
.addresses form input[type="radio"] {
    height: 25px;
    width: 25px;
}
.addresses .address-div {
    border-radius: 10px;
    border: 1px solid #969696;
    background-color: #fff;
    padding: 15px 5px 15px 20px;
}
.addresses .address-div ul li a img {
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5px;
    background-color: #f6f6f6;
}
.addresses .address-div h3 {
    font-size: 16px;
}
.addresses .address-div.address-checked {
    border-radius: 10px;
    border: 1px solid #be8d5a;
    background-color: #f1eae3;
}
.addresses .change-address-link a {
    text-decoration: underline;
    color: #1e8193;
    font-size: 16px;
}
.addresses .sm-div .card {
    border-radius: 10px;
}
.addresses .sm-div h4 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: bold;
}
.addresses .sm-div h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}
.addresses .sm-div h6 {
    margin-bottom: 0px;
    font-size: 15px;
}
.addresses .sm-div .proceed-purchase {
    background-color: #be8d5a;
    color: #fff;
    padding: 10px 0px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #be8d5a;
    transition: all 0.3s;
}
.addresses .sm-div .proceed-purchase:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
}
.proceed-purchase:hover a {
    color: #000000 !important;
    transition: all 0.3s;
}
.addresses .sm-div .final-result {
    border-top: 2px dashed #e0e0e0;
}

.address-wizard-card .account-settings {
    padding: 0px;
}

.successed-order {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 50%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.successed-order img {
    margin-bottom: 0px !important;
    height: 50px !important;
}

.bookings {
    padding: 20px 0px;
}
.bookings .section-title h5 {
    font-size: 20px;
    font-weight: bold;
}
.bookings .product-search button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 13px;
    left: 15px;
}
.bookings .product-search button img {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.bookings .product-search input {
    height: 50px;
    border-radius: 10px;
}
.bookings input[type="radio"] {
    height: 25px;
    width: 25px;
}
.bookings label {
    font-size: 16px;
    margin-top: 10px;
}
.bookings .order-options li {
    background-color: #969696;
    border-radius: 5px;
    padding: 8px;
    transition: all 0.3s;
}
.bookings .order-options li img {
    -o-object-fit: contain;
    object-fit: contain;
}
.bookings .order-options li:hover {
    border-radius: 10px;
    background-color: #ff0000;
    transition: all 0.3s;
}
.bookings table td,
.bookings table th {
    vertical-align: middle;
}

.table-responsive {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.cart table tr td {
    text-wrap: nowrap;
}
.card.service-card.our-works-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.service-card.our-works-card h5 {
    margin-bottom: 10px;
}
.service-card.our-works-card p {
    margin-bottom: 0px;
}
.service-card .overlay-div:hover .service-description {
    margin-bottom: 20px;
}
.main-work-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 550px) {
    .main-work-img {
        height: 200px;
    }
    #fixed-bottom-div {
        padding: 30px 10px !important;
    }
    #fixed-bottom-div #determine-employee,
    #fixed-bottom-div .continuation-btn,
    #fixed-bottom-div #back_to_one,
    #back_to_two {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
        font-size: 16px;
        margin-right: 0px;
        margin-left: 0px;
    }
    #fixed-bottom-div span,
    #fixed-bottom-div h4 {
        font-size: 16px !important;
    }
}

.continuation-btn {
    background-color: #fff;
    color: #be8d5a;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #be8d5a;
    border-radius: 5px;
    transition: all 0.5s;
    margin-right: 10px;
    margin-left: 10px;
}
.continuation-btn:hover {
    color: #be8d5a;
}

#back_to_one,
#back_to_two {
    background-color: transparent;
    color: #be8d5a;
    padding: 8px 50px;
    border-radius: 5px;
    transition: all 0.5s;
    border: 1px solid;
}
#back_to_one:hover,
#back_to_two:hover {
    color: #be8d5a;
}

.work-gallery {
    margin-top: 20px;
}
.work-gallery h5 {
    font-size: 20px;
    font-weight: 600;
}
.work-gallery .item {
    cursor: pointer;
}
.work-gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.work-description {
    padding: 15px 20px;
}

.work-description h4 {
    font-size: 24px;
    font-weight: 600;
}

.work-description p {
    color: #969696;
    font-size: 18px;
    line-height: 1.8;
}

.video-container {
    width: 100%;
    height: 500px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

#determine-employee {
    background-color: #be8d5a;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #aa7b52;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
}
#determine-employee:hover {
    border: 1px solid #000000;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
}

#employee-done {
    background-color: #be8d5a;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #aa7b52;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
}
#employee-done:hover {
    border: 1px solid #000000;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
}

.booking-details-table {
    margin-top: 1rem;
}
.booking-details-table img {
    height: 32px !important;
    width: 32px !important;
}
.booking-details-table .order-options li {
    background-color: #969696;
    border-radius: 5px;
    transition: all 0.3s;
    border: none;
}
.booking-details-table .order-options li img {
    -o-object-fit: contain;
    object-fit: contain;
}
.booking-details-table .order-options li:hover {
    border-radius: 10px;
    background-color: #ff0000;
    transition: all 0.3s;
}

.cart .wizard-card {
    padding: 25px 20px;
}

.cart-table tr {
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
    vertical-align: middle;
}
.cart-table .table-items {
    height: 100px;
}
.cart-table .table-items:last-of-type {
    border-bottom: none;
}
.cart-table .table-items td {
    padding: 0px 20px;
}
.cart-table .table-items h5 {
    color: #969696;
    font-size: 16px;
}
.cart-table .table-items h4 {
    font-size: 16px;
}
.cart-table .item-img {
    height: 50px !important;
    width: 50px !important;
} /*# sourceMappingURL=style.css.map */

.address-options form {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-options form button {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
}

.new-select-btn {
    background-color: unset !important;
    color: unset !important;
    padding: unset !important;
    font-size: unset !important;
    text-decoration: none;
    border: unset !important;
    border-radius: unset !important;
    transition: all 0.5s;
}

.confirm_order {
    background-color: #be8d5a;
    color: #fff;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #be8d5a;
    border-radius: 5px;
    transition: all 0.5s;
}

.confirm_order:hover {
    background-color: #fff;
    color: #000000;
    transition: all 0.5s;
}

.border-bottom-none {
    border-bottom: none !important;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    width: 100%;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #969696;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: gold;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #969696;
    text-shadow: 0 0 5px gold;
}

.custom-slider {
    text-align: center;
}

.custom-slider .master {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 32px;
    background-color: #fff;
    /* padding: 30px; */
}

.custom-slider .master img {
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    height: 400px;
}
.nav-item .nav-link.active {
    color: #aa7b52 !important;
}

.count-quantity {
    border-radius: 10px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus,
input::-webkit-datetime-edit-hour-field:focus,
input::-webkit-datetime-edit-minute-field:focus,
input::-webkit-datetime-edit-ampm-field:focus {
    background-color: transparent !important;
    color: black !important;
    outline: none !important;
}

.product-details-content p {
    color: #969696;
}

.new-quantity {
    width: 100px;
    margin-bottom: 20px;
    margin-right: 0;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
}

.custom-slider .thumbnails-scroll {
    overflow-y: hidden;
    max-height: 130px;
    display: flex;
    padding-bottom: 5px;
}

.custom-slider .custom-slider-preview {
    width: 100px;
    height: 100px;
    padding: 10px;
    object-fit: contain;
    object-position: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-left: 15px;
    margin-bottom: 5px;
    background-color: #fff;
}

.custom-slider .custom-slider-preview:hover,
.custom-slider .custom-slider-preview.active {
    border: 1px solid #000;
    transition: 0.5s ease;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: transparent;
}

.l_add_fav {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #b3b3b3 0 0 no-repeat padding-box;
}

.btn.form-control.main-btn.text-white:hover {
    color: #000 !important;
}

#renderProducts .card-body .add_fav {
    position: absolute;
    top: 15px;
    right: 15px;
}

#list_view {
    display: none;
}

.list-card-item .card {
    flex-direction: row !important;
    background-color: #f6f6f6 !important;
    position: relative !important;
}

.list-card-item .g_add_fav {
    display: none;
}
.list-card-item .l_add_fav {
    display: unset !important;
}

.list-card-item .card .card-body {
    position: unset !important;
    flex: unset !important;
    display: flex;
    align-items: center;
    padding: 10px !important;
}

.list-card-item .card .product-img {
    height: 120px !important;
    object-fit: contain !important;
    width: unset !important;
}
.list-card-item .card .card-footer {
    width: 100% !important;
}
.list-card-item .card .card-footer h4 {
    padding-left: 60px;
}

.back_button {
    background-color: #999999;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #999999;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
}
.back_button:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #999999;
    transition: all 0.3s;
}

.display_options button {
    border: none;
}
.display_options button.active img {
    filter: brightness(1);
}
.display_options button img {
    height: 24px;
    width: 24px;
    object-fit: contain;
    filter: brightness(0);
}

.testimonials {
    margin-bottom: 30px;
}

.testimonials .section-title h3 {
    font-weight: 700;
}

.testimonials .card {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 25px;
    border: none;
    height: 200px;
    overflow: hidden;
}
.testimonials .card .testimonial-content {
    position: relative;
    padding-top: 20px;
}
.testimonials .card .testimonial-description {
    margin-top: 20px;
}
.testimonials .card .testimonial-description p {
    color: #969696;
    font-size: 16px;
}
.testimonials .card .testimonial-content span {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.testimonials .card .testimonial-content .stars-rate {
    position: absolute;
    top: 20px;
    left: 0;
}
.testimonials .testimonial-image {
    display: flex;
    align-items: start;
}
.testimonials .testimonial-image img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

body .chat-icon {
    position: fixed;
    bottom: 25px;
    right: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #be8d5a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 6px #5f4f3b;
    transition: all 0.5s;
    z-index: 999;
}
body .chat-icon:hover {
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.3s;
}
body .chat-icon::after,
body .chat-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 1px solid #be8d5a;
    border-radius: 50%;
    z-index: -1;
    animation: anime 1s ease-in-out infinite;
}
body .chat-icon::after::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background-color: transparent;
    border: 1px solid #be8d5a;
    border-radius: 50%;
    z-index: -1;
    animation: anime 1s ease-in-out infinite;
}
body .chat-icon::before {
    animation-delay: 2s;
}
body .chat-icon .notify {
    position: absolute;
    top: -18px;
    right: -8px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ff0000;
}
body .chat-icon img {
    height: 35px;
    width: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: invert(1);
}

.chat-window {
    position: fixed;
    right: 30px;
    bottom: 110px;
    height: 380px;
    width: 380px;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    z-index: 999;
}

.chat-window .chat-logo {
    height: 110px;
    background-color: #be8d5a;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}
.chat-window .chat-logo img {
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
}
.chat-window .chat-logo h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.chat-window .chat-logo h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.chat-window .chat-logo .active-avatar {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: none;
    background-color: #4ad504;
    position: absolute;
    bottom: -2px;
}
.chat-window .chat-logo .exit-icon {
    position: absolute;
    top: 6px;
    right: 10px;
}
.chat-window .chat-logo .exit-icon i {
    color: #be8d5a;
}
.chat-window .chat-content {
    height: 170px;
    width: 100%;
    background-image: url(wa-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 25px;
}
.chat-window .chat-content .chat-message {
    background-color: #fff;
    width: 80%;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
    margin-right: auto;
    position: relative;
}
.chat-window .chat-content .chat-message h4 {
    font-size: 14px;
    text-align: center;
    color: #be8d5a;
    font-weight: 600;
}
.chat-window .chat-content .chat-message h6 {
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 2px;
}
.chat-window .chat-content .chat-message::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.chat-window .start-chat {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 15px;
}
.chat-window .start-chat a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    background-color: #be8d5a;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}
.chat-window .start-chat a:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
}

.survey-link p a {
    color: #be8d5a;
    text-decoration: underline;
}

.survey-body {
    background-color: #f6f6f6;
    padding: 35px 0px;
}

.survey-body .survey-main-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #be8d5a;
}

@media (max-width: 300px) {
    .chat-window {
        position: fixed;
        right: 7px;
        width: 260px !important;
    }
}
@media (max-width: 360px) {
    .chat-window {
        position: fixed;
        right: 7px;
        width: 320px;
    }
}
@media (max-width: 550px) {
    .chat-window {
        position: fixed;
        right: 7px;
    }
}

.wallet-filter {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.wallet-filter h5 {
    font-size: 18px;
    font-weight: bold;
}
.wallet-filter h5::after {
    content: "";
    display: block;
    height: 5px;
    background-color: #be8d5a;
    width: 25px;
    border-radius: 20px;
    margin-top: 5px;
}
.wallet-filter .date-filter {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
}
.wallet-filter .form-group {
    display: flex;
    align-items: center;
    justify-content: start;
}
.wallet-filter .form-group input {
    height: 25px;
    width: 25px;
}
.wallet-filter .form-group label {
    font-weight: 500;
    color: #969696;
}

.wallet-header {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wallet-header img {
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
}
.wallet-header .wallet-total {
    position: relative;
}
.wallet-header .wallet-total h3 {
    color: #8c9173;
    font-weight: 700;
    font-size: 42px;
}
.wallet-header .wallet-total h6 {
    position: absolute;
    bottom: -5px;
    left: -35px;
    font-weight: 600;
}
.wallet-header .modal-options {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wallet-header .modal-options a {
    margin-right: 10px;
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid;
}
.wallet-header .modal-options .add-balance {
    border-color: #8bce51;
    color: #8bce51;
    background-color: #e5f4d8;
}
.wallet-header .modal-options .withdraw-balance {
    border-color: #f87b7c;
    color: #f87b7c;
    background-color: #fde1e2;
}
.wallet-header .modal-options .send-gift {
    border-color: #f6c34b;
    color: #f6c34b;
    background-color: #fdf2d7;
}

.wallet-body {
    background-color: #fff;
    padding: 20px 15px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    margin-top: 30px;
}
.wallet-body .transaction {
    border: 1px solid #ebecf2;
    padding: 25px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.wallet-body .transaction-value {
    font-weight: 500;
    font-size: 14px;
    color: #9b9b9b;
}
.wallet-body .transaction-value i {
    transform: rotate(45deg);
}
.wallet-body .transaction-label {
    font-weight: 500;
    font-size: 14px;
}
.wallet-body .transaction-label img {
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain;
}
.wallet-body .transaction-value.add-balance {
    color: #4979ba;
}
.wallet-body .transaction-value.withdraw-balance {
    color: #e0401a;
}
.wallet-body .transaction-value.send-gift {
    color: #be8d5a;
}
.wallet-body .transaction-status {
    border: 2px solid;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 50px;
    display: inline-block;
}
.wallet-body .transaction-status.success {
    border-color: #8bce51;
    color: #8bce51;
    background-color: #e5f4d8;
}
.wallet-body .transaction-status.rejected {
    border-color: #f87b7c;
    color: #f87b7c;
    background-color: #fde1e2;
}
.wallet-body .transaction-status.pending {
    border-color: #f6c34b;
    color: #f6c34b;
    background-color: #fdf2d7;
}

.wallet-header.points {
    padding: 20px;
}

.wallet-header.points .wallet-total h3 {
    color: #000;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 10px;
}

.wallet-header.points .modal-options .points-quotes {
    border-color: #aa7b52;
    color: #fff;
    background-color: #aa7b52;
}

.points-body .transaction {
    border: none !important;
    padding: 0px 0px;
    margin-bottom: 0 !important;
}

.points-body .transaction-label {
    font-size: 13px;
}

.points-body .transaction-value {
    font-size: 13px;
    font-weight: bold;
}
.points-body .transaction-value.earned {
    color: #5ac089 !important;
}
.points-body .transaction-value.purched {
    color: #df7251 !important;
}

.my-points-head {
    font-weight: bold;
    font-size: 22px;
}

.point-card {
    padding: 20px 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.banner {
    height: 75vh;
    width: 75%;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999999;
    border-radius: 10px;
    padding: 15px 40px;
    display: none;
}

.banner .close-banner {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d5ba92;
    margin-top: 25px;
    margin-right: auto;
    cursor: pointer;
    background-color: #d5ba92;
}

.banner.video-banner {
    padding: 0px;
}
.banner.video-banner .close-banner {
    margin-top: unset !important;
    margin-right: unset !important;
}

.banner.video-banner .video-banner-content {
    padding: 15px 20px;
    border-radius: 10px;
}

.video-banner .banner-header {
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

.video-banner .banner-header h4 {
    font-size: 22px;
    font-weight: bold;
}

.banner .close-banner span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .close-banner span i {
    font-size: 18px;
    font-weight: 800;
    color: #af6c08;
}

.banner .offer-value {
    background-color: #af0808;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 110px;
    border-radius: 8px;
}

.banner .offer-title {
    margin-top: 30px;
}
.banner .offer-title h4 {
    font-size: 48px;
    color: #fff;
    line-height: 72px;
    word-spacing: 3px;
    font-weight: 600;
    font-family: "IBM Plex Sans Arabic", system-ui;
}

.banner .offer-value span {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    font-family: "IBM Plex Sans Arabic", system-ui;
}

.video-banner {
    background-color: #fff;
}

.dont-show {
    margin-top: 15px;
}

.dont-show label {
    color: #be8d5a;
    text-decoration: underline;
    font-weight: 600;
}

.play-button-wrapper #circle-play-b svg {
    height: 40px;
    width: 40px;
}

.secondary-btn {
    border-radius: 5px;
    border: 1px solid #f1eae3;
    background-color: #f1eae3;
    color: #be8d5a;
    padding: 8px 40px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s;
}

.point-card img {
    height: 60px;
    object-fit: contain;
}

.point-card .point-details .value {
    font-weight: bold;
    font-size: 14px;
}

.point-card .point-details .currency {
    font-size: 12px;
}

.point-card .point-details .fa-sync {
    color: #be8d5a;
}
.point-card .replace-btn {
    background-color: #be8d5a;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 990px) {
    .banner {
        height: fit-content;
    }
    .point-card .replace-btn {
        padding: 5px 12px;
        font-size: 12px;
    }
}

.input-group-text img {
    height: 8px;
    -o-object-fit: contain;
    object-fit: contain;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.modal-custom {
    max-width: 650px;
}

.balance-modal input[type="text"] {
    height: 50px;
    border-radius: 0px 10px 10px 0px;
}
.balance-modal select {
    height: 50px;
}
.balance-modal .input-group-text {
    border-radius: 10px 0px 0px 10px;
    width: 40px;
    height: 50px;
    background-color: #f9f3ee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.balance-modal .total-cost-div {
    background-color: #f9f3ee;
    border-radius: 20px;
    padding: 30px 60px;
    text-align: center;
}
.balance-modal .total-cost-div h4 {
    color: #2a313d;
    font-size: 20px;
    margin-bottom: 30px;
}
.balance-modal .total-cost-div h1 {
    color: #be8d5a;
    font-size: 46px;
    font-weight: 700;
}
.balance-modal .total-cost-div h1 span {
    color: #be8d5a;
    font-size: 42px;
    font-weight: 800;
}
.balance-modal .close-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    padding: 8px 10px !important;
    margin-left: 10px !important;
    font-size: 14px !important;
    font-weight: 500;
}
.balance-modal .balance-submit {
    background-color: #be8d5a !important;
    color: #fff !important;
    border: 1px solid #be8d5a !important;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 500;
}
.balance-modal .successed-transaction {
    font-size: 72px;
    color: #8bce51;
}

@media (max-width: 550px) {
    .video-container {
        height: 100%;
    }
    .secondary-btn {
        padding: 5px 35px;
        font-size: 14px;
    }
    .video-banner {
        width: 85%;
    }
    .video-banner .banner-header h4 {
        font-size: 18px;
    }
    .video-container video {
        height: 70%;
    }

    .banner .offer-value {
        height: 50px;
        width: 85px;
    }

    .banner .offer-title h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .banner .offer-value span {
        font-size: 24px;
    }

    .justify-content-center-sm {
        justify-content: center !important;
    }
    .mb-3-sm {
        margin-bottom: 1rem !important;
    }
    .wallet-header {
        display: unset;
    }
    .wallet-header .modal-options {
        margin-top: 25px;
    }
    .wallet-header .modal-options a {
        padding: 6px 8px;
        font-size: 12px;
    }
    .balance-modal .total-cost-div h4 {
        font-size: 14px;
    }
    .balance-modal .total-cost-div h1 {
        font-size: 22px;
    }
    .balance-modal .total-cost-div h1 span {
        font-size: 22px;
    }
}
@media (min-width: 551px) and (max-width: 990px) {
    .banner {
        height: 75vh;
        padding: 15px 35px;
    }

    .banner .offer-value {
        height: 70px;
        width: 100px;
    }

    .banner .offer-title h4 {
        font-size: 40px;
        line-height: 60px;
    }
    .wallet-header {
        display: unset;
    }
    .wallet-header .modal-options {
        margin-top: 25px;
    }
    .wallet-header .modal-options a {
        padding: 6px 8px;
        font-size: 12px;
    }
    .modal-custom {
        max-width: 100% !important;
    }
}

.validate-card-name {
    display: none;
}
.border-none {
    border: none !important;
}

.gift-card-item {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.gift-card-item .gift-image {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.gift-card-item .gift-image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.gift-card-item .gift-label {
    font-size: 14px;
    color: #6a6866;
    text-align: start;
}
.gift-card-item .gift-label span {
    line-height: 1.8;
    margin-right: 5px;
    color: #2e2e2e;
    font-size: 14px;
}

#gift_date {
    height: 50px;
}

.nice-select {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
}
.nice-select:focus {
    box-shadow: none !important;
}
.nice-select:after {
    right: unset !important;
    left: 12px !important;
}

.nice-select.open .list {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.nice-select.open .list li {
    text-align: right;
}

.gift-label.gift-text {
    width: 100%;
    min-height: 75px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.wizard-card .form-group select {
    height: 50px;
    border-radius: 10px;
    border-color: #ededed;
}

.selected-service {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
}
.selected-service h3 {
    font-weight: 600;
    font-size: 14px;
}
.selected-service h5 {
    font-size: 14px;
}
.wizard-card {
    /*padding: 20px 5px !important;*/
}
.service-card-title h5 {
    font-size: 14px;
}

.img-wizard img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.wizard input,
.wizard select {
    box-sizing: border-box;
    display: block;
    /* width: 100%; */
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-family: "Roboto Slab";
    font-size: 13px;
    padding: 15px 20px;
}

input:focus {
    border: 1px solid #666;
}

input.valid {
    border: 1px solid #666;
}

.wizard label {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
}

.gift-next {
    background-color: #be8d5a;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #aa7b52;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.5s;
}

.accordion-button:focus {
    box-shadow: none;
}

.text-wrap-no {
    text-wrap: nowrap;
}

#gift_step_2 {
    display: none;
}
#gift_step_2 .wizard-card {
    border-radius: 10px !important;
}

.service-card-title {
    border-bottom: 1px solid #e0e0e0;
}
.service-card-title h5 {
    font-size: 18px;
}

.selected-service {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px 15px;
}
.selected-service h3 {
    font-weight: 600;
    font-size: 16px;
}
.selected-service h5 {
    font-size: 16px;
}

.price-list .mt-2.mb-0 {
    font-size: 22px !important;
    color: #f93232 !important;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .banner {
        height: 75vh;
        padding: 15px 35px;
    }

    .banner .offer-value {
        height: 70px;
        width: 100px;
    }

    .banner .offer-title h4 {
        font-size: 40px;
        line-height: 60px;
    }
}
/* ============================================================ */

.button__ {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    transition: 0.5s;
}

.button__.package_button__ {
    width: 100%;
    background-color: #aa7b52;
    height: 51px;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
}

@media screen and (max-width: 500px) {
    .button__.package_button__ {
        height: 37px;
        font-size: 14px;
        border-radius: 7px;
    }
}

.default_page__ {
    min-height: 50vh;
    padding-block: 40px 65px;
}

.page_title__ {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 48px;
}

.packages_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(361px, 416px));
    justify-content: center;
    column-gap: 20px;
    row-gap: 40px;
}

.packages_wrapper.home_sec__ {
    display: flex !important;
    overflow: hidden;
    overflow-x: auto;
}

.packages_wrapper::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 991px) {
    .packages_wrapper {
        row-gap: 20px;
    }
}

@media screen and (max-width: 771px) {
    .packages_wrapper {
        display: flex !important;
        flex-wrap: wrap;
        /* overflow: hidden; */
        /* overflow-x: auto; */
        justify-content: center;
    }
}

.package_card__ {
    width: 100%;
    /*max-width: 361px;*/
    border-radius: 24px;
    border: 1px solid var(--Color, #be8d5a);
    background: #fff;
    padding: 21px 17px;
}

@media screen and (max-width: 500px) {
    .package_card__ {
        min-width: 250px !important;
        max-width: 85%;
        padding: 15px;
        border-radius: 12px;
    }
}

.package_card__ .head__ {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 500px) {
    .package_card__ .head__ {
        gap: 12px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

.package_card__ .head__ .image_wrapper {
    max-width: 91px;
    max-height: 90px;
    width: 91px;
    height: 90px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(190, 141, 90, 0.15) 0%,
        rgba(88, 65, 42, 0.15) 100%
    );
}

@media screen and (max-width: 500px) {
    .package_card__ .head__ .image_wrapper {
        max-width: 66px;
        max-height: 65px;
        width: 66px;
        height: 65px;
    }
}

.package_card__ .head__ .title__ {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
    .package_card__ .head__ .title__ {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

.package_card__ .head__ .price__ {
    display: flex;
    align-items: center;
    gap: 5px;
}

.package_card__ .head__ .price__ .value__ {
    color: var(--Color, #be8d5a);
    font-size: 32px;
    font-weight: 700;
}

@media screen and (max-width: 500px) {
    .package_card__ .head__ .price__ .value__ {
        font-size: 20px;
    }

    .package_card__ .head__ .price__ .currency__ img {
        height: 20px !important;
    }
}

.package_card__ .body__ {
    overflow: hidden;
}

.package_card__ .body__ .values_list__ {
    list-style: none;
    height: 160px;
    max-height: 160px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    direction: ltr;
    scrollbar-gutter: stable;
}

.package_card__ .body__ .values_list__::webkit-scrollbar {
    width: 5px;
}

@media screen and (max-width: 500px) {
    .package_card__ .body__ .values_list__ {
        height: 135px;
        max-height: 135px;
    }
}

.package_card__ .body__ .values_list__ .list_item__ {
    display: flex;
    align-items: center;
    margin-inline-start: 5px;
    gap: 7px;
}

.package_card__ .body__ .values_list__ .icon__ {
    font-size: 15px;
    color: #aa7b52;
}

.package_card__ .body__ .values_list__ img {
    width: 15px !important;
}

@media screen and (max-width: 500px) {
    .package_card__ .body__ .values_list__ img {
        width: 12px !important;
    }
}

.package_card__ .body__ .values_list__ .value__ {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: start;
}

@media screen and (max-width: 500px) {
    .package_card__ .body__ .values_list__ .value__ {
        font-size: 12px;
    }
}

.package_card__ .footer__ {
    margin-top: 21px;
    padding-top: 21px;
    border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 500px) {
    .package_card__ .footer__ {
        margin-top: 16px;
        padding-top: 16px;
    }
}

.home_packages_sec__ {
    overflow: hidden;
}

.home_packages_sec__ .container {
    overflow: visible;
    position: relative;
    height: 530px;
}

@media screen and (max-width: 500px) {
    .home_packages_sec__ .container {
        height: 416px;
    }

}

.home_packages_sec__ .swiper_wrapper {
    width: 125%;
    position: absolute;
    z-index: 10;
    padding-inline-end: 30px;
}

@media screen and (max-width: 500px) {
    .home_packages_sec__ .swiper_wrapper {
        width: 100%;
        padding: 0;
    }

    .home_packages_sec__ .swiper_wrapper .empty-slide {
        display: none;
    }
}

.home_packages_sec__ .package_card__ {
    width: 100%;
    min-width: 100%;
}

.label__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.input_wrapper__ {
    position: relative;
    width: 100%;
}

.input__ {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    color: #000;
    height: 61px;
}

.input_wrapper__ .icon__ {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #be8d5a;
}

.select__ {
    height: 61px;
    border-radius: 6px;
    color: #969696;
    font-size: 20px;
    font-weight: 400;
}

.select__.has_value__ {
    color: #000;
}

.custom_block__ {
    border-radius: 6px;
    background: #fff;
    padding: 20px;
}

@media screen and (max-width: 500px) {
    .custom_block__ {
        padding: 10px;
    }
}

.custom_block__.with_margin_top__ {
    margin-top: 24px;
}

.create_service_package_page__ .custom_accordion_title__ {
    color: #22262a;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 24px;
    outline: none !important;
    padding-inline: 0 !important;
}

.create_service_package_page__ .custom_accordion_title__.cursor_default__ {
    cursor: default !important;
}

.create_service_package_page__ .custom_accordion_title__.none_arrow__::after {
    display: none;
}

@media screen and (max-width: 500px) {
    .create_service_package_page__ .custom_accordion_title__ {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.create_service_package_page__ .form_wrapper__ .card-body {
    border: none !important;
    padding: 0 !important;
}

.custom_block_form_wrapper__ {
    display: flex;
    align-items: flex-end;
    gap: 20px;

    .row {
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    .custom_block_form_wrapper__ {
        flex-direction: column;

        .row {
            width: 100% !important;
            margin: 0;
        }
    }
}

.add_button__ {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    background: #aa7b52;
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .add_button__ {
        width: 100%;
    }
}

.add_button__:hover {
    cursor: pointer;
    background: #c08e59;
}

.services_cards_wrapper {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services_card__ {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .title__ {
        color: #22262a;
        text-align: right;
        font-family: Cairo;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .time__ {
        color: #969696;
        text-align: right;
        font-family: Cairo;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .price__ {
        color: #aa7b52;
        text-align: right;
        font-family: Cairo;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer__ {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

.services_card__.small_card__ {
    border: none;
    padding: 16px 0;
    border-radius: 0;
}

.services_card__.small_card__:first-child {
    padding-top: 0;
}

.services_card__.small_card__:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 500px) {
    .services_card__ {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;

        .title__,
        .time__ {
            font-size: 16px;
        }

        .footer__ {
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
            width: 100%;
        }
    }
}

.remove_button__ {
    border-radius: 6px;
    border: 1px solid #f90000;
    background: rgba(249, 0, 0, 0.1);
    width: 44px;
    height: 44px;
}

.footer_buttons_wrapper__ {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.submit_button__ {
    border-radius: 14px;
    background-color: #aa7b52;
    width: 100%;
    max-width: 311px;
    color: #fff;
    height: 67px;
}

.submit_button__:hover {
    cursor: pointer;
    background: #c08e59;
}

.custom_block_selected_date_info_wrapper__ {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .date__ {
        color: #22262a;
        font-size: 22px;
        font-weight: 700;
    }
}

.change_date_button__ {
    height: 48px;
    border-radius: 6px;
}

.secondary_button__ {
    border: 1px solid #aa7b52;
    background: rgba(190, 141, 90, 0.1);
    padding: 12px;
    color: #aa7b52;
    font-size: 18px;
    gap: 10px;
}
.secondary_button__:hover {
    cursor: pointer !important;
    background: rgba(190, 141, 90, 0.2);
    color: #be8d5a;
}

.fixed_width_button {
    width: 100% !important;
    max-width: 311px !important;
}

.summary_strip__ {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .title__ {
        color: #22262a;
        font-weight: 400;
        font-size: 18px;
    }

    .font_xl__ {
        font-size: 22px;
    }

    .price__ {
        color: #aa7b52;
        font-size: 22px;
        font-weight: 600;
    }
}

.summary_strip__:not(:last-child) {
    margin-bottom: 20px;
}

.total_strip__ {
    padding-block: 24px;
    border-top: 1px solid #e0e0e0;
}

.coupon_form_wrapper__ {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 12px;

    input {
        border: none !important;
        outline: none !important;
        background: #fff;
        padding: 12px;
        color: #22262a;
        font-size: 18px;
        width: 100%;
    }

    .button__ {
        max-width: 214px;
        border-radius: 6px;
    }
}

.input_height__ {
    input {
        height: 61px !important;
    }

    .country-code {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

/* CSS إضافي للتوسيط */
.mySwiper.centerSlides .swiper-wrapper {
    justify-content: center !important;

    .swiper-slide {
        width: 361px !important;
        flex-shrink: 0 !important;
    }
}

.mySwiper.centerSlides .empty-slide  {
    display: none !important;
}
@media screen and (max-width: 778px) {
    .mySwiper.centerSlides .swiper-wrapper {
        justify-content: unset !important;
    }
    .mySwiper.centerSlides .swiper-wrapper .swiper-slide {
        width: unset !important;
        flex-shrink: unset !important;
    }

}

.swiper_wrapper:has(.centerSlides) {
    width: 100% !important;
}

/* تأكد من أن الكاردات تأخذ العرض المناسب */
.centerSlides.package_card__ {
    width: 100%;
    max-width: 361px; /* أو العرض المناسب لتصميمك */
    min-width: 361px; /* أو العرض المناسب لتصميمك */
}

.footer_info_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

@media screen and (max-width:500px) {
    .footer_info_list {
        justify-content: center !important;
    }
}


.footer_info_list p {
    display: flex;
    align-items: center;
}

.footer_info_list .title__{
    color: #161718;
    leading-trim: both;
    text-edge: cap;
    font-family: Cairo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-inline-end:16px;
}

.footer_info_list .value__{
    color: #161718;
    leading-trim: both;
    text-edge: cap;
    font-family: Cairo;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
