

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(-50%);
    }
        
    to {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }
}
        
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-50%);
    }
        
    to {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
 * {
    font-family: "Cairo", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-variation-settings:
            "slnt" 0;
}

body {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #000000;
    --bs-primary: #C83F73;
    --bs-secondary: #A6A6A6;
    --bs-success: #5FA68D;
    --bs-info: #CECCCC;
    --bs-warning: #ffc107;
    --bs-danger: #C65D57;
    --bs-light: #f8f9fa;
    --bs-dark: #000000;
    --bs-primary-rgb: 200, 63, 115;
    --bs-secondary-rgb: 166, 166, 166;
    --bs-success-rgb: 95, 166, 141;
    --bs-info-rgb: 206, 204, 204;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 198, 93, 87;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 0, 0, 0;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #E8E8E8;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #3A3A3A;
    --bs-link-color-rgb: 0, 0, 0;
    --bs-link-decoration: none;
    --bs-link-hover-color: #4ED7F1;
    --bs-link-hover-color-rgb: 210, 191, 155;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
                    

    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
}


.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.475rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-dark);
    --bs-btn-border-color: var(--bs-dark);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-dark-rgb), 0.7);
    --bs-btn-hover-border-color: var(--bs-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-border-color: var(--bs-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--bs-dark-rgb), 0.65);
    --bs-btn-disabled-border-color: rgba(var(--bs-dark-rgb), 0.65);
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 0.7);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 0.65);
    --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 0.65);
}


.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-outline-primary:hover,
.btn-outline-primary.hover {
    background: rgba(var(--bs-primary-rgb), 0.1);
    border: solid 1px rgba(var(--bs-primary-rgb), 1);
}

/* ---------------------------------------------------------------------------------------------------------------- */

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* ------------------------- Modal & Loader ------------------------- */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-size: 50px;
    color: rgba(var(--bs-primary-rgb), 1);
}

/* ------------------------- < Index.html > ------------------------- */

a {
    text-decoration: none;
    list-style: none;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.text-justify {
    text-align: justify;
}

.bg-info-50 {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
    object-fit: cover;
}
.bg-info-10 {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    object-fit: cover;
}

    /* ---------------------- Nav Bar ---------------------- */

marquee {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #C83F73;
    padding: 10px;
}

.nav-link {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: color var(--transition-base);
}
        
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--bs-primary);
    transition: all 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}
        
.nav-link:hover {
    color: var(--bs-primary);
}
        
.nav-link.active {
    color: var(--bs-primary) ;
}
        
.nav-link.active::after {
    width: 100%;
}

.navbar-order {
    position: relative;
    cursor: pointer;
    left: 10%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
        
.navbar-order:hover {
    transform: scale(1.1);
}

.navbar-order-icon {
    width: 30px;
    height: 30px;
    background-color: var(--bg-light);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.navbar-buttons {
    display: flex;
    align-items: center;
}
        
.btn-navbar {
    padding: 0.6rem 1.4rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: var(--radius-md);
    border: none;
    transition: all var(--transition-base);
    cursor: pointer;
    white-space: nowrap;
}
        
.btn-navbar-primary {
    background-color: var(--primary);
    color: var(--bg-white);
}
        
.btn-navbar-primary:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
        
.btn-navbar-outline {
    background-color: transparent;
    color: var(--primary);
    border: 1.5px solid var(--primary);
}
        
.btn-navbar-outline:hover {
    background-color: var(--primary);
    color: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.discount-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;

    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.discount-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 1.5px;

    background:
        linear-gradient(90deg,
        rgba(0, 0, 0, 0.35),
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.9),
        rgba(0, 0, 0, 0.35));

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* ------------------------- < Index.html > ------------------------- */
 
      /* ---------------------- Cover Bar ---------------------- */

.slider-cover {
    width: 100%;
    height: 100vh;
    background: url(../img/BG.png) no-repeat;
    background-size: cover;
}

.slider-cover {
  height: calc(100vh - 132px);
}

/* ---------------------- Banner ---------------------- */

.banner-cover {
    width: 100%;
    height: 100vh;
    background: url(../img/banner.png) no-repeat;
    background-size: cover;
}

.banner-cover {
  height: calc(100vh - 132px);
}

/* ---------------------- Packages ---------------------- */

#badge-rotate {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #EDBB69;
    height: 125px;
    border-radius: 22px 22px 0 0;
}

/* ---------------------- Female Categories Video ---------------------- */

.video-side {
    height: 500px;
}

.video-side video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-vid {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
}

/* ---------------------- Review ---------------------- */

.review-card {
    max-width: 320px;
    margin: auto;
}

.review-user {
    background-image: url("../img/user-cover.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 140px;
    transform: translate(0%, -15%);
    padding-top: 50px;
    position: relative;
}

.review-user img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, .25);
}

.reviews .slick-slide {
    opacity: .6;
    transform: scale(.92);
    transition: all .3s ease;
}

.reviews .slick-center {
    opacity: 1;
    transform: scale(1);
}

.reviews .slick-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.reviews .slick-dots {
    bottom: -35px;
}

/* ---------------------- Appointment ---------------------- */

.calendar-wrapper {
    width: 100%;
    max-width: 450px;
    background: transparent;
}

.calendar-heading {
    background: #f7f7f7;
    border: 2px solid #fff;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #000;
    padding: 8px 8px;
    font-family: "Cairo", sans-serif;
    line-height: 1.2;
    margin: 0;
}

.calendar-layout {
    display: flex;
    direction: ltr;
    align-items: flex-start;
    gap: 8px;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 8px 10px 10px;
}

.calendar-area {
    flex: 1;
}

/* عمود الأسابيع */
.fake-weeks {
    width: 50px;
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
}

.fake-weeks span {
    width: 30px;
    height: 26px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cairo", sans-serif;
    line-height: 1;
}

/* التقويم */
#calendar {
    padding: 0;
}

#calendar .datepicker-inline {
    width: 100%;
}

#calendar table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 6px 6px;
    font-family: "Cairo", sans-serif;
}

#calendar table tr td,
#calendar table tr th {
    width: 0px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border: none !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
    background: transparent !important;
    padding: 0;
    box-shadow: none !important;
}

/* الشهر */
#calendar .datepicker-switch {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 0 0 4px;
    background: transparent !important;
}

/* الأسهم */
#calendar .prev,
#calendar .next {
    color: #8d8d8d !important;
    font-size: 16px;
    font-weight: 700;
    width: 18px;
    background: transparent !important;
    padding: 0 2px 4px;
}

/* أسماء الأيام */
#calendar .dow {
    font-size: 12px;
    font-weight: 500;
    color: #8f8f8f;
    background: transparent !important;
}

#calendar .dow:first-child {
    color: #e85a8d;
}

/* الأيام */
#calendar td.day {
    color: #7d7d7d !important;
    background: transparent !important;
    transition: 0.2s ease;
}

#calendar td.old,
#calendar td.new {
    color: #b7b7b7 !important;
}

#calendar td.day:hover {
    background: #ececec !important;
    color: #000 !important;
    border-radius: 4px;
}

#calendar td.active,
#calendar td.active:hover {
    background: #000 !important;
    color: #fff !important;
    border-radius: 4px;
    box-shadow: none;
    background-image: none !important;
}

#calendar td.today {
    background: transparent !important;
    color: #7d7d7d !important;
    border-radius: 4px;
    background-image: none !important;
}

#calendar td.today.active,
#calendar td.today.active:hover {
    background: #000 !important;
    color: #fff !important;
}

/* السبت والأحد */
#calendar tbody tr td:first-child {
    color: #e85a8d !important;
}

#calendar thead tr:nth-child(2) th:last-child,
#calendar thead tr:nth-child(2) th:first-child {
    color: #e85a8d !important;
}

/* ------------------ Whatsapp Calender ------------------ */
.whatsapp-contact {
    width: 30%;
    background: #f8f8f8;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 0px 33px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.whatsapp-contact:hover {
    background: #f3f3f3;
}

/* ---------------------- Features ---------------------- */

.top-footer{
    background: url(../img/top-footer.png) no-repeat 0 47px;
    position: relative;
    background-size: cover;
    bottom: -4.4rem;
    z-index: 2;
}

/* ---------------------- Slick Button ---------------------- */

.custom-layout {
    margin-right: auto;
    margin-left: 0;
    width: auto;
}

.items .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
    font-size: 0;
    z-index: 10;
}

.items .slick-arrow:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.items .slick-prev {
    right: -15px;
}

.items .slick-next {
    left: -15px;
}

.items .slick-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/left-arrow.png") center / contain no-repeat;
}

.items .slick-prev::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/right-arrow.png") center / contain no-repeat;}

.items-sec .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
    font-size: 0;
    z-index: 10;
}

.items-sec .slick-arrow:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.items-sec .slick-prev {
    left: 100%;
}

.items-sec .slick-next {
    right: 100%;
}

.items-sec .slick-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/left-arrow.png") center / contain no-repeat;
}

.items-sec .slick-prev::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/right-arrow.png") center / contain no-repeat;
}

.categories-sec  .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
    font-size: 0;
    z-index: 10;
}

.categories-sec .slick-arrow:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.categories-sec .slick-prev {
    right: -15px;
}

.categories-sec .slick-next {
    left: -15px;
}

.categories-sec .slick-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/left-arrow.png") center / contain no-repeat;
}

.categories-sec .slick-prev::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/right-arrow.png") center / contain no-repeat;
}

.packages .slick-arrow {
    position: absolute;
    transform: translateY(60%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
    font-size: 0;
    z-index: 10;
}

.packages .slick-arrow:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.packages .slick-prev {
        left: 150px;
            bottom: -45px;
}

.packages .slick-next {
    left: 20px;
}

.packages .slick-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/left-arrow.png") center / contain no-repeat;
}

.packages .slick-prev::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/right-arrow.png") center / contain no-repeat;
}


.reviews .slick-arrow {
position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
    font-size: 0;
    z-index: 10;}

.reviews .slick-arrow:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.reviews .slick-prev {
    right: 35%;
}

.reviews .slick-next {
    left: 35%;
}

.reviews .slick-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/left-arrow.png") center / contain no-repeat;
}

.reviews .slick-prev::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/right-arrow.png") center / contain no-repeat;
}

 ul.slick-dots {
     list-style: none;
     margin: 0;
     padding: 0;
     text-align: center;

 }

 ul.slick-dots li {
     display: inline-block;
     margin: 0 5px;
 }

 ul.slick-dots li button {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     border: none;
     font-size: 0;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 ul.slick-dots li.slick-active button,
 ul.slick-dots li.slick-active button:hover {
     background-color: var(--bs-primary);
     width: 30px;
     border-radius: 20px;
 }

/* ------------------- Footer ------------------ */
footer {
    background: url(../img/FooterBG.png) no-repeat top;
    background-size: cover;
}
.site-footer {
    direction: rtl;
    overflow: hidden;
}

/* الشريط العلوي */
.footer-top {
    background: #f5f5f5;
}

.top-feature-text h6 {
    color: #c73772;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.top-feature-text p {
    color: #cfc9c9;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.top-feature-icon i {
    color: #c73772;
    font-size: 3.5rem;
}

.footer-main {
    position: relative;
}

.footer-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: #c3c3c3;
    border-bottom-left-radius: 50% 35px;
    border-bottom-right-radius: 50% 35px;
    z-index: 0;
}

.footer-main .container {
    position: relative;
    z-index: 1;
}

.footer-logo {
    max-width: 210px;
    opacity: 0.9;
}

.footer-title {
    color: #111;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.footer-links-list li {
    margin-bottom: 1rem;
}

.footer-links-list a,
.footer-contact-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.55rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.footer-links-list a:hover,
.footer-contact-link:hover {
    color: #f3e7e7;
}

.footer-contact-list i {
    color: #ffffff;
    font-size: 1.4rem;
}

.footer-social li {
    margin: 0 6px;
}

.footer-social a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.35rem;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.footer-bottom-text {
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 500;
}

.payment-icon {
    height: 34px;
    width: auto;
    object-fit: contain;
}

/* responsive */
@media (max-width: 1399.98px) {
    .footer-title {
        font-size: 2.3rem;
    }

    .footer-links-list a,
    .footer-contact-link {
        font-size: 1.2rem;
    }

    .top-feature-text h6 {
        font-size: 1.5rem;
    }

    .top-feature-text p {
        font-size: 1.3rem;
    }
}

@media (max-width: 991.98px) {
    .footer-main {
        padding-top: 4rem !important;
    }

    .footer-title {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }

    .footer-links-list a,
    .footer-contact-link,
    .footer-bottom-text {
        font-size: 1.05rem;
    }

    .top-feature-icon i {
        font-size: 2.4rem;
    }

    .top-feature-text h6 {
        font-size: 1.2rem;
    }

    .top-feature-text p {
        font-size: 1rem;
    }

    .footer-logo {
        max-width: 170px;
    }

    .payment-icon {
        height: 28px;
    }
}

/* ------------------- WhatsApp ------------------ */

.whatsapp {
    position: fixed;
    bottom: 70px;
    left: 50px;
    z-index: 999;
}

.whatsapp a {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366, #1ebe5d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.whatsapp i {
    font-size: 30px;
    color: #fff;
}

.whatsapp a:hover {
    transform: scale(1.12);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.65);
}

.whatsapp a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37, 211, 102, 0.4);
    border-radius: 50%;
    animation: 2.5s infinite;
    z-index: -1;
}

/* ------------------------- < About-Us.html > ------------------------- */

.about-us {
    position: relative;
    background-size: cover;
}

.about-us::before {
    content: "";
    background: #F2A8BB no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 8rem;
    right: 0;
    bottom: 10rem;
    left: 0;
    opacity: 0.8;
    z-index: -1;
    border-radius: 1rem;
}

.about-us .pt-250 {
    padding-top: 6rem; 
}
/* ------------------------- < Dashbord.html > ------------------------- */

.under-navbar {
    min-height: 220px;
    background:
        url("../img/dashboard-profile.png") no-repeat center 15px,
        url("../img/dashboard-frame.png") no-repeat center 75px;
    position: relative;
    bottom: -4.4rem;
    z-index: 2;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.cart-table-wrap {
    border: 1px solid var(--bs-primary);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.cart-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    direction: rtl;
}

.cart-table thead th {
    color: #222;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--bs-primary);
    border-left: 1px solid rgba(200, 63, 115, 0.25);
    background-color: #fff;
    white-space: nowrap;
}

.cart-table thead th:last-child {
    border-left: 0;
}

.cart-table tbody td {
    padding: 10px 12px;
    vertical-align: middle;
    border-top: 0;
    border-left: 1px solid rgba(200, 63, 115, 0.15);
    font-size: 14px;
    color: #222;
}

.cart-table tbody td:last-child {
    border-left: 0;
}

.cart-table .actions-col {
    width: 90px;
}

.cart-table .price-col,
.cart-table .stock-col,
.cart-table .type-col {
    width: 110px;
    white-space: nowrap;
}

.cart-table .product-col {
    min-width: 320px;
    text-align: right;
}

.product-cell {
    justify-content: space-between;
}
/* 
.product-image img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 10px;
} */

.product-text {
    line-height: 1.7;
    font-size: 13px;
    color: #222;
}

.icon-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-btn svg {
    width: 28px;
    height: 28px;
    display: block;
}

.currency {
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .cart-table {
        min-width: 720px;
    }
}


.icon.moon {
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url('../img/moon.svg') no-repeat center;
}
  
.dark-mode .icon {
    background: url('../img/sun.svg') no-repeat center;
}

.btn-custom-image {
    background: url('../img/btn-custom.png') no-repeat;
    background-size: cover;
    padding: 1rem 2rem;
}

.col-sm-20 {
    width: 20%;
}



.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}


@media (max-width: 767.98px) {
    
    .top-footer {
        background:transparent !important;
        margin-bottom:4rem;
    }
    
    .col-sm-20 {
        width: 100%;
    }
    
    footer {
        position: relative;
        background-size:contain;
        margin-top:4rem !important;
    }

    footer::after {
        background: #7d7d7d;
        content: "";
        position: absolute;
        top: 10%;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    footer .container {
        z-index: 2;
        position: relative;
    }


}



/* 
svg {
    width: 24px;
    height: 24px;
    display: block;
}  */