:root {

    --bg-pri: #f8f9fa;
    --card-c: white;
    --p-color: #fdab40;
    --s-color: #f5b86a;
    --text-c: #333;
    --text-m: #6b7280;
    --text-s: #f8f9fa;
    --ele-p: linear-gradient(135deg, #F59E0B, #D97706);
    --danger-color: linear-gradient(135deg, #10B981, #047857);
    /*        --icon-c: #333;*/
    --f-2: 2px;
    --f-4: 4px;
    --f-6: 6px;
    --f-8: 8px;
    --f-10: 10px;
    --f-12: 12px;
    --f-14: 14px;
    --f-16: 16px;
    --f-18: 18px;
    --f-20: 20px;
    --f-22: 22px;
    --f-24: 24px;
    --f-26: 26px;
    --f-28: 28px;
}
.product-thumbnails > * {
    flex-shrink: 0;
}
.color1 {
    background: linear-gradient(135deg, #9644ef, #7a22b1) !important;
}

.color2 {
    background: linear-gradient(135deg, #EF4444, #DC2626) !important;
}

.color3 {
    background: linear-gradient(135deg, #F97316, #EA580C) !important;
}

.color4 {
    background: linear-gradient(135deg, #10B981, #047857) !important;
}

.color5 {
    background: linear-gradient(135deg, #3B82F6, #1E40AF) !important;
}

.color6 {
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
}

.color7 {
    background: linear-gradient(135deg, #ec4899, #a21caf) !important;
}

.color8 {
    background: linear-gradient(135deg, #06b6d4, #0e7490) !important;
}

.color9 {
    background: linear-gradient(135deg, #84cc16, #4d7c0f) !important;
}

.color10 {
    background: linear-gradient(135deg, #f43f5e, #be123c) !important;
}

/*
[data-theme="dark"] {
    
    --bg-pri : #0f0f0f;
    --card-c : #1e1e1e;
    --p-color: #fdab40;
    --s-color: #ffb957;
    --text-c: #e5e5e5;
    --text-m: #b0b0b0;
    --text-s: #f8f9fa;

ri-flashlight-line
ri-lightbulb-line
ri-lightbulb-fill
ri-lightbulb-flash-line
ri-lightbulb-flash-fill
ri-sun-line
ri-sun-foggy-line
ri-sparkling-2-line
ri-fire-line
ri-thunderstorms-line
ri-hand-coin-line
ri-hand-heart-line
ri-tools-line
ri-hammer-line
ri-brush-line

}
*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: var(--f-16);
    background-image: url(../imgWeb/d.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Cairo', sans-serif;
    background-color: var(--bg-pri);
    color: var(--text-dark);
    overflow-x: hidden;
}

.container {
    width: 98% !important;
    max-width: 98% !important;
}

a {
    text-decoration: none;
    color: var(--text-c);
}

.modal-header {
    background: var(--ele-p);
    color: white;
}

.about-index,
.gallery-index,
.Testimonials-index {
    background: var(--card-c);
}

.img-about-index {
    margin-bottom: 2rem;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-height: 90%
}

.main-navbar {
    background-color: var(--bg-light);
    text-align: center;
    direction: rtl;
}

.main-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 40px;
}

.main-navbar li {
    position: relative;
}

.main-navbar a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
}

.main-navbar li.active a,
.main-navbar a:hover {
    color: var(--p-color);
}

.main-navbar li.active::after,
.main-navbar li:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: var(--ele-p);
    transition: width 0.3s ease;
}

.page-header {
    background: var(--ele-p);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header h3 {
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: var(--text-s);
    margin-bottom: var(--f-6);
    position: relative;
    z-index: 1;
    font-weight: bolder;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}

.page-header p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: var(--f-22);
}

.offcanvas-backdrop.show {
    opacity: 1 !important;
}

.offcanvas-backdrop.fade {
    opacity: 1 !important;
}

.offcanvas-backdrop {
    backdrop-filter: blur(2px) !important;
    background-color: #00000085 !important;
}

#invoices-list a {
    text-decoration: none;
    color: var(--text-dark);
}

/* Header Top Bar */
.header-top-bar {
    background: #333;
    color: white;
    padding: var(--f-10) 0;
    font-size: var(--f-16);
    border-bottom: 1px solid rgba(253, 171, 64, 0.2);
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-welcome {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-color);
}

svg.svg-inline--fa.fa-bolt {
    color: var(--p-color);
}

.header-top-welcome i {
    color: var(--p-color);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.header-top-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-top-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-top-link:hover {
    color: var(--p-color);
}

.header-top-social {
    display: flex;
    gap: 0.75rem;
}

.header-top-social a i {
    font-size: var(--f-18)
}

.social-link {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--p-color);
    transform: translateY(-2px);
}

/* Navbar */
.navbar {
    background: var(--bg-pri);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: var(--f-10) 0;
}

/* Header Desktop/Mobile */
.header-desktop {
    align-items: center;
    flex: 1;
}

.header-mobile {
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.header-search {
    position: relative;
    flex: 1;
    max-width: 500px;
}

.header-search-mobile {
    position: relative;
    flex: 1;
}

.header-search-input {
    width: 100%;
    padding: var(--f-10) 3rem var(--f-10) var(--f-20);
    border: none;
    border-radius: 50px;
    font-size: var(--f-16);
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.header-search-input:focus {
    outline: none;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-search-btn {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--s-color);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.header-search-btn:hover {
    background: var(--p-color);
    color: white;
    transform: translateY(-50%) scale(1.05);
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
}

.nav-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.nav-icon-btn {
    position: relative;
    background: rgba(255, 255, 255, 1);
    border: none;
    color: var(--text-c);
    width: 40px;
    height: 40px;
    padding: var(--f-6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: var(--f-24);
}

.nav-icon-btn .icon-nav-desk {
    font-size: var(--f-24);
    display: flex;
    align-items: center;

}

.nav-icon-btn:hover {
    background: var(--ele-p);
    color: white;
}

.badge-count {
    position: absolute;
    top: -5px;
    right: -5px;
    color: var(--text-c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--f-16);
    font-weight: 600;
}

/* Hero Section - Carousel */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.hero-carousel-item {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(24 23 23 / 68%) 0%, rgb(0 0 0 / 69%) 100%);
    backdrop-filter: blur(2px);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    margin: 0 10px;
    width: 45px;
    height: 45px;
    background: var(--ele-p);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;

}

#nextBtn .carousel-control-next-icon,
#prevBtn .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--p-color);

}

.hero-carousel .carousel-control-prev {
    left: 20px;
}

.hero-carousel .carousel-control-next {
    right: 20px;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
    background: var(--p-color);
}

.hero-carousel .carousel-indicators {
    bottom: 30px;
}

.hero-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-carousel .carousel-indicators button.active {
    background-color: white;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.btn-primary-custom {
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    color: white;
    transition: all 0.5s ease;
    border: 1px solid var(--p-color);
    background: var(--ele-p);
}

.bt-hero {
    background: none;
}

.bt-hero:hover {
    background: var(--ele-p);
}

.btn-primary-custom:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

/* Categories Section */
.section-title {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-c);
    margin-bottom: 0.5rem;
}

.section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: var(--ele-p);
    margin: 1rem auto;
    border-radius: 2px;
}

.category-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--card-c);
    border-radius: 12px;
    padding: var(--f-16);
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(30, 64, 175, 0.15);
}

.category-card p {
    color: var(--text-m);
    font-size: var(--f-18);
}

.cont-icon-section {
    transition: all 0.5s ease;
    margin-bottom: var(--f-16);
    display: flex;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #F59E0B, #D97706);
    ;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.category-card:hover .cont-icon-section {
    transform: scale(1.1) rotate(20deg);
}

.cont-icon-section i {
    font-size: var(--f-28);
    color: var(--text-s);
}

.category-card h4 {
    font-weight: 600;
    color: var(--text-c);
}

/* Offers Section Styles */
.offer-section {
    background: var(--card-c);
}

.offer-cont {
    margin-top: var(--f-10);
    margin-bottom: var(--f-10);
    display: flex;
}

.offer-card {
    width: 100%;
    background: var(--bg-pri);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
    display: flex;
    flex-direction: column;
    margin: var(--f-10);
}

.offer-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.offer-card:hover .offer-image img {
    transform: scale(1.1);
}

.offer-badge {
    position: absolute;
    top: var(--f-6);
    right: var(--f-6);
    background: var(--danger-color);
    color: white;
    padding: var(--f-4)var(--f-10);
    border-radius: 25px;
    font-weight: 700;
    font-size: var(--f-14);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}

.offer-content {
    padding: var(--f-10);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.offer-title {
    margin-bottom: var(--f-4);
    font-size: var(--f-18);
    font-weight: 700;
    color: var(--p-color);
}

.offer-description {
    color: var(--text-light);
    font-size: var(--f-16);
    margin-bottom: 0;
    flex-grow: 1;
    line-height: 1.6;
}

.offer-prices {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: var(--f-16);
    margin-bottom: var(--f-6);
}

.offer-old-price {
    text-decoration: line-through;
    color: var(--text-m);
    font-size: var(--f-16);
}

.offer-new-price {
    color: var(--text-c);
    font-weight: 700;
    font-size: var(--f-18);
}

.btn-offer-cta {
    margin-top: var(--f-4);
    background: var(--ele-p);
    color: white;
    border: none;
    padding: var(--f-4) 0;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 100%;
}

.btn-offer-cta:hover {
    background: linear-gradient(135deg, #f9bb52, #df9035);
}

.offer_b_r,
.offer_b_l {
    width: 40px;
    height: 40px;
    background: var(--p-color);
    border-radius: 50%;
    top: 40%;
    opacity: 1;
    left: auto;
}

.offer_b_r {
    right: -15px;
}

.offer_b_l {
    left: -15px;
}

/* Product Card */
.product-card {
    position: relative;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Off-canvas Sidebars */
.offcanvas-custom {
    width: 400px !important;
    width: min(400px, 75vw);
}

.offcanvas-header {
    padding: var(--f-14);
    background: var(--ele-p);
    color: white;
}

.offcanvas-body {
    padding: var(--f-14);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#cart-sidebar-items {
    overflow: auto;
    height: 80%;
}

#cart-sidebar-summary {
    height: max-content;
    border-top: 1px solid #c5c5c5;
}

.sidebar-item {
    background: var(--bg-pri);
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: var(--f-10);
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.sidebar-item-image {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
}

.sidebar-item-info {
    flex: 1;
}

.sidebar-item-name {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.sidebar-item-price {
    color: var(--text-c);
    font-weight: 600;
}

.sidebar-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-light);
}

.remove-cart-b {
    padding: var(--f-6);
}

.sidebar-empty i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.sidebar-total {
    background: var(--bg-pri);
    padding: var(--f-10);
    border-radius: 8px;
    margin-top: var(--f-10);
}

.sidebar-total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.sidebar-total-row.main {
    font-size: var(--f-20);
    font-weight: bold;
    color: var(--text-c);
    padding-top: 0;
}

/* Checkout Form */
.checkout-section {
    border-bottom: 3px solid var(--p-color);
    background: var(--card-c);
    border-radius: 12px;
    padding: var(--f-20);
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.payment {
    top: 80px;
    position: sticky;
}

.checkout-section h4 {
    color: var(--text-c);
    margin-bottom: var(--f-28);
    font-weight: 700;
    font-size: var(--f-24);
}

.importan-in {
    color: red;
}

.add-de {
    padding: var(--f-10) var(--f-14);
}

.checkout-product {
    background-color: var(--bg-pri);
    display: flex;
    gap: 1rem;
    padding: var(--f-14);
    border: 1px solid var(--border-color);
    border-radius: var(--f-8);
    margin-bottom: var(--f-20);
}

.input-check {
    background-color: #f5f5f5;
}

.num-prpduct-che {
    margin-left: var(--f-4);
    display: flex;
    width: var(--f-28);
    height: var(--f-28);
    border-radius: 50%;
    background: var(--text-m);
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: var(--f-18);
    color: white;
}

#checkout-subtotal,
#checkout-shipping {
    font-weight: bold;
    font-size: var(--f-18);
}

.checkout-product-image {
    width: 60px;
    height: 60px;
    border-radius: var(--f-6);
    object-fit: cover;
}

.checkout-product-info {
    flex: 1;
}

.checkout-product-name {
    font-weight: 600;
    margin-bottom: var(--f-10);
}

.checkout-product-price {
    color: var(--text-c);
    font-weight: bold;
    font-size: var(--f-18);
}

/* Invoice Details */
.invoice-detail-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.invoice-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-color);
}

.invoice-detail-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--p-color);
    margin-bottom: 0.5rem;
}

.invoice-detail-status {
    padding: 4px 15px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
}

.invoice-detail-status.faild {
    background: linear-gradient(135deg, #EF4444, #931414);
    color: white;
}

.invoice-detail-status.processing {
    background: linear-gradient(135deg, #306fc5, #011b43e3);
    color: white;
}

.invoice-detail-status.shipped {
    background: linear-gradient(135deg, #9644ef, #7a22b1);
    color: white;
}

.invoice-detail-status.delivered {
    background: linear-gradient(135deg, #10B981, #047857);
    color: white;
}

.invoice-detail-section {
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
    border-radius: var(--f-10);
    padding: var(--f-10);
    height: 100%;
    background: var(--bg-pri);
    margin-bottom: var(--f-10);
}

.invoice-detail-section h5 {
    color: var(--p-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.invoice-product-item {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--f-6);
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    margin-bottom: 0;
}

.dd-invo-1 {
    justify-content: space-between;
}

.invoice-product-item .name {
    font-weight: 600;
    flex: 1;
}

.invoice-product-item .qty {
    color: var(--text-m);
    margin: 0 1rem;
}

.invoice-product-item .price {
    color: var(--text-c);
    font-weight: bold;
}

.invoice-summary {
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
    background: var(--bg-pri);
    padding: 1.5rem;
    border-radius: 8px;
}

.invoice-summary-row {
    border-radius: 20px;
    margin: 10px 40px;
    border: 1px solid #d7d7d7;
    display: flex;
    justify-content: space-between;
    padding: 6px 18px;
    background: var(--card-c);
}

.invoice-summary-row.total {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--p-color);
}

#account-sidebar-content .info-card {
    border-bottom: 3px solid var(--p-color);
    margin-top: var(--f-16);
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
    background: var(--bg-pri);
    padding: var(--f-14);
    border-radius: var(--f-8);
}

.info-card p {
    margin-bottom: var(--f-10);
}

.info-card strong {
    color: var(--text-c);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    overflow: hidden;
    height: 250px;
    background: var(--bg-light);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-badge {
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 10px;

}

.product-badge span {
    text-align: center;
    margin-bottom: var(--f-4);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: var(--f-14);
    font-weight: 600;
}

.stata {
    background: linear-gradient(135deg, #10B981a6, #047857c7);
}

.desc {
    background: linear-gradient(135deg, #f59e0ba6, #d97706c7);
}

.products {
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
}



.love-prodect.product-badge {
    width: 40px;
    display: flex;
    padding: 0;
    color: red;
    z-index: 990;
    left: 10px !important;
    background: white;
    border: none;
    border-radius: var(--f-10);
    font-size: var(--f-26);
    align-items: center;
    justify-content: center;
    height: 40px;
}

.love-prodect.product-badge.active {
    background: linear-gradient(135deg, #ef44446e, #dc2626d6);
    color: white;
}

.product-info {
    width: 100%;
    padding: var(--f-12);
    display: flex;
    flex-direction: column;
}

.product-category {
    color: var(--text-light);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.product-name {
    font-size: var(--f-20);
    font-weight: 600;
    color: var(--text-c);
    margin-bottom: 0.5rem;
    flex-grow: 1;
    text-align: center;
}

.product-rating {
    color: var(--s-color);
    margin-bottom: 0;
}

.product-price {
    font-size: var(--f-20);
    font-weight: 700;
    color: var(--p-color);
    margin-bottom: var(--f-14);
}

.product-price del {
    color: var(--text-m);
    font-size: var(--f-16);
}

.product-actions {
    display: flex;
    gap: 0.5rem;
}

.btn-add-cart,
.btn-book-now {
    background: var(--ele-p);
    color: white;
    border: none;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.add-b {
    flex: 1;
    padding: var(--f-6);
}

.btn-add-cart:hover {
    background: linear-gradient(135deg, #f9bb52, #df9035);
}

.btn-favorite {
    background: white;
    border: 2px solid var(--border-color);
    color: var(--text-light);
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-favorite:hover,
.btn-favorite.active {
    border-color: var(--danger-color);
    color: var(--danger-color);
}

/* <!-- Contact Page --> */

.icon-contact {
    font-size: 40px;
    color: var(--p-color);
    margin: 0 var(--f-10);
}

.send-con {
    justify-content: center;
    padding: var(--f-6);
    color: var(--text-c);
}

.send-con:hover {
    color: white;
}

.form-control {
    font-size: var(--f-16);
}

.info-contect {
    border-bottom: 4px solid var(--p-color);
}

.map-cont {
    background: var(--card-c);
}

/* <!-- About Page --> */
.our-story {
    background: var(--card-c);
}


.timeline {
    position: relative;
    margin: 0px auto;
    padding: 0 20px;
    max-width: 600px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: var(--p-color);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.timeline-dot {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: var(--card-c);
    /*    border: 3px solid var(--p-color);*/
    color: white;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-dot:hover {
    background: var(--p-color);
    color: #fff;
}

.timeline-content {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    max-width: 80%;
}

.timeline-item:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3px;
    height: 0;
    background: transparent;
}

.our-number {
    color: white;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 3px 9px 1px #2e2e2e80;
}

.our-number h2 {
    color: #ffd8a6;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.our-number p {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Filter Sidebar */
.searh-section {
    background: var(--card-c);
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* Cart Item */
.cart-item {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cart-item-image {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.cart-item-price {
    color: var(--p-color);
    font-weight: 600;
    font-size: 1.2rem;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-color);
    background: var(--p-color);
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: var(--p-color);
    color: white;
    border-color: var(--p-color);
}

.quantity-input {
    font-weight: bold;
    width: 50px;
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 4px;
}

.btn-remove {
    background: var(--danger-color);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-remove:hover {
    background: #dc2626;
}

/* Cart Summary */
.cart-summary {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.summary-row:last-child {
    border-bottom: none;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--p-color);
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    display: none;
    z-index: 1000;
}

.bottom-nav-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bottom-nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--text-light);
    transition: all 0.3s ease;
    border: none;
    background: none;
}

.bottom-nav-item.active {
    color: var(--p-color);
}

.bottom-nav-item i {
    font-size: 1.3rem;
    margin-bottom: -4px;
}

.bottom-nav-item span {
    font-size: 0.7rem;
}

.bottom-nav-item .badge-count {
    top: 7px;
    right: 7px;
}

/* Footer */
.footer {
    position: relative;
    box-shadow: 0px -2px 18px 0px #67676740;
    background-color: var(--bg-pri);
    color: var(--text-c);
    padding: 3rem 0 1rem;
    overflow: hidden;
    /* يمنع أي خروج */
}

.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><defs><pattern id='dots' width='5' height='5' patternUnits='userSpaceOnUse'><circle cx='3' cy='3' r='0.5' fill='rgba(253,171,64,0.3)'/></pattern></defs><rect width='100' height='100' fill='url(%23dots)'/></svg>");
    background-size: cover;
    z-index: 0;
}

.footer * {
    position: relative;
    z-index: 1;
}

.footer p {
    font-weight: bold;
}

.footer h5 {
    font-weight: 700;
    margin-bottom: 1.0rem;
    color: var(--p-color);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.footer-links a {
    font-weight: bolder;
    color: var(--text-c);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--p-color);
    padding-right: 5px;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: var(--p-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    font-size: var(--f-28);
}

.social-icon:hover {
    transform: translateY(-3px);
}

.footer-bottom {
    font-weight: bold;
    border-top: 1px solid #afafaf80;
    padding-top: 0.5rem;
    text-align: center;
    color: var(--text-c);
}

/* Mobile Menu */
.mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-menu-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: var(--f-10);
    background: var(--bg-pri);
    border-radius: 8px;
    color: var(--text-c);
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);

}

.mobile-menu-item:hover {
    background: var(--p-color);
    color: var(--card-c);
}

.mobile-menu-item.active {
    background: var(--p-color);
    color: var(--card-c);
}

.mobile-menu-item i {
    font-size: 1.2rem;
}

/* Toast Notification */
.toast-notification {
    position: fixed;
    top: 20px;
    left: 20px;
    background: var(--card-c);
    padding: var(--f-10) var(--f-16);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 300px;
    z-index: 10000;
    animation: slideInFromRight 0.4s ease;
    border-right: 4px solid var(--p-color);
}

.toast-notification.error {
    border-right-color: darkred;
}

.toast-notification.warning {
    border-right-color: var(--s-color);
}

.toast-notification.info {
    border-right-color: var(--p-color);
}

@keyframes slideInFromRight {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.toast-notification .toast-icon {
    background: rgba(30, 64, 175, 0.1);
    color: #047857;
}

.toast-notification.error .toast-icon {
    background: rgba(30, 64, 175, 0.1);
    color: #DC2626;
}

.toast-notification.warning .toast-icon {
    background: rgba(30, 64, 175, 0.1);
    color: var(--p-color);
}

.toast-notification.info .toast-icon {
    background: rgba(30, 64, 175, 0.1);
    color: var(--p-color);
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--p-color);
}

.toast-message {
    font-size: 0.9rem;
    color: var(--text-c);
}

/* Alert Styles */
.alert-custom {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    min-width: 300px;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Product Details */
.smallImage {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.smallImage.active {
    border: 2px solid var(--p-color);
}

.product-detail-info {
    background: var(--card-c);
    padding: var(--f-28);
    border-radius: var(--f-12);
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
}

.product-detail-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--text-c);
}

.discription-pro {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: var(--f-20);
}

.product-detail-price {
    font-size: var(--f-24);
    font-weight: 700;
    color: var(--p-color);
}

.product-detail-price del {
    color: var(--text-m);
    font-size: var(--f-18);

}

.love-dd {
    background: linear-gradient(135deg, #EF4444, #DC2626);
    color: white;
    padding: var(--f-6) var(--f-12);
    border: none;
    border-radius: var(--f-8);
}

.product-specs {
    background: var(--bg-pri);
    border-bottom: 3px solid var(--p-color);
    padding: var(--f-16);
    border-radius: 8px;
    margin-bottom: var(--f-4);
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 2px solid #e7e7e7;
}

.spec-row strong {
    color: var(--text-c);
}

.spec-row:last-child {
    border-bottom: none;
}

.product-thumbnails {
    display: flex;
    gap: 0.5rem;
    margin-top: var(--f-20);
    padding-bottom: var(--f-10);
    overflow-x: auto;
}

.like-prodect {
    background: var(--card-c);
}

.related-products-scroll {
    display: flex;
    overflow: auto;
}

.related-products-scroll div.col-lg-3.col-md-4.col-6 {
    margin: 10px;
}

/* Search Bar */
.properties-filter {
    display: flex;
    flex-wrap: wrap;
    gap: var(--f-16);
    align-items: end;
    margin-top: var(--f-16);
    padding: var(--f-24);
    background: var(--bg-pri);
    border-radius: var(--f-20);
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
    border-bottom: 3px solid var(--p-color);
}

.fillter-search-con {
    flex-direction: column;
    align-items: center;
}

.filter-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 150px;
}

.filter-item label {
    margin-bottom: var(--f-6);
}

select.form-control {
    background: var(--card-c);
    padding: var(--f-8) var(--f-12);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: var(--f-28);
    border-radius: var(--f-20);
    font-size: var(--f-16);
}

#applyFilters {
    background: linear-gradient(135deg, #10B981, #047857);
}

#unFilters {
    background: linear-gradient(135deg, #EF4444, #DC2626);
}

#applyFilters,
#unFilters {
    display: flex;
    font-size: var(--f-28);
    border-radius: var(--f-20);
    border: none;
    color: white;
    width: 50px;
    height: 38px;
    align-items: center;
    justify-content: center;
}

.search-bar {
    position: relative;
    max-width: 500px;
    margin: 0 auto 2rem;
}

.search-input {

    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
    background: var(--bg-pri);
    width: 100%;
    padding: var(--f-8) 50px var(--f-8) 20px;
    border: none;
    border-radius: 50px;
    font-size: var(--f-16);
    transition: all 0.3s ease;
    border-bottom: 3px solid var(--p-color);
}

.search-input:focus {
    outline: none;
    border-color: var(--p-color);
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.search-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--p-color);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: #e89b2e;
}

.title-pro-page h2 {
    font-size: var(--f-28)
}

/* Invoice */
.invoice-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.invoice-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.invoice-number {
    font-size: var(--f-24);
    font-weight: 700;
    color: var(--p-color);
}

.invoice-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.invoice-status.completed {
    background: rgba(16, 185, 129, 0.1);
    color: var(--success-color);
}

/* Dark Mode Styles */


/* Enhanced Lightbox Styles */
.lightbox {
    backdrop-filter: blur(2px);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: rgb(0 0 0 / 60%);
    animation: fadeIn 0.3s ease;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    animation: zoomIn 0.3s ease;
}

.lightbox-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 90vh;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(253, 171, 64, 0.9);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
}

.lightbox-nav:hover {
    background: var(--p-color);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-nav.prev {
    right: 100px;
}

.lightbox-nav.next {
    left: 100px;
}

.lightbox-content iframe {
    width: 90vw;
    max-width: 800px;
    height: 450px;
    border-radius: 8px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Works Section Styles */
.works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.work-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-bottom: 4px solid var(--p-color);
}

.work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(253, 171, 64, 0.2);
}

.work-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.work-card-body {
    padding: var(--f-12);

}

.work-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--p-color);
}

.work-card-description {
    color: var(--text-c);
    line-height: 1.6;
}

/* FAQ Styles */
.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: all 0.3s ease;
}


.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: var(--bg-light);
    color: var(--p-color);
}

.faq-question i {
    transition: transform 0.3s ease;
    color: var(--p-color);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
    color: var(--text-light);
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

/* WhatsApp Chat Widget */
.whatsapp-chat-widget {
    position: fixed;
    left: 20px;
    bottom: 120px;
    z-index: 992;
}

.whatsapp-chat-bubble {
    width: 45px;
    height: 45px;
    background: var(--danger-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.whatsapp-chat-bubble:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}


.whatsapp-chat-window {
    font-size: var(--f-16);
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 250px;
    max-width: calc(100vw - 40px);
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.8);
    transform-origin: bottom left;
    pointer-events: none;
    transition: all 0.3s ease;
}

.whatsapp-chat-window.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}

.whatsapp-chat-header {
    background: #25D366;
    color: white;
    padding: var(--f-10);
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.whatsapp-chat-header-avatar {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25D366;
    font-size: 1.5rem;
}

.whatsapp-chat-header-info h6 {
    margin: 0;
    font-weight: 600;
    font-size: var(--f-18);
}

.whatsapp-chat-header-info p {
    margin: 0;
    font-size: var(--f-14);
    opacity: 0.9;
}

.whatsapp-chat-body {
    padding: var(--f-10);
    max-height: 300px;
    overflow-y: auto;
    background: #ece5dd;
}

.whatsapp-message {
    background: white;
    padding: var(--f-10);
    border-radius: 8px;
    margin-bottom: var(--f-10);
    max-width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.whatsapp-message-text {
    margin: 0;
    font-size: var(--f-16);
    line-height: 1.5;
}

.whatsapp-message-time {
    font-size: 0.7rem;
    color: #999;
    text-align: left;
    margin-top: 0.25rem;
}

.whatsapp-chat-footer {
    padding: var(--f-6);
    border-top: 1px solid #ddd;
    background: white;
    border-radius: 0 0 12px 12px;
}

.whatsapp-input-group {
    display: flex;
    gap: 0.5rem;
}

.whatsapp-input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: var(--f-6) var(--f-10);
    font-size: var(--f-16);
    outline: none;
}

.whatsapp-input:focus {
    border-color: #25D366;
}

.whatsapp-send-btn {
    width: 35px;
    height: 35px;
    background: #25D366;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: var(--f-20);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.whatsapp-send-btn:hover {
    background: #1fa855;
    transform: scale(1.05);
}



/* Floating Contact Buttons */
.floating-contact-container {
    position: fixed;
    left: 20px;
    z-index: 991;
    bottom: 180px;
}

.floating-contact-main {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #9644ef, #7a22b1);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(253, 171, 64, 0.4);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.floating-contact-main:hover {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(253, 171, 64, 0.6);
}

.floating-contact-main.active {
    transform: rotate(45deg);
    background: linear-gradient(135deg, #EF4444, #DC2626);
}

.floating-contact-buttons {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.floating-contact-buttons.active {
    opacity: 1;
    pointer-events: all;
}

.floating-contact-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: scale(0);
}

.floating-contact-buttons.active .floating-contact-item {
    transform: scale(1);
}

.floating-contact-buttons.active .floating-contact-item:nth-child(1) {
    transition-delay: 0.05s;
}

.floating-contact-buttons.active .floating-contact-item:nth-child(2) {
    transition-delay: 0.1s;
}

.floating-contact-buttons.active .floating-contact-item:nth-child(3) {
    transition-delay: 0.15s;
}

.floating-contact-buttons.active .floating-contact-item:nth-child(4) {
    transition-delay: 0.2s;
}

.floating-contact-item:hover {
    transform: scale(1.15);
}

.phone-btn {
    background: linear-gradient(135deg, #10B981, #047857);
}

.facebook-btn {
    background: linear-gradient(135deg, #3B82F6, #1E40AF);
}

.instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.location-btn {
    background: linear-gradient(135deg, #3be0f6, #138da1);
}

.tiktok-btn {
    background: #000000;
}

.show {
    backdrop-filter: blur(2px);
}


/* Testimonials */
.testimonial-card {
    background: var(--bg-pri);
    padding: var(--f-10);
    ;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
    margin: 1rem;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-icon {
    width: 50px;
    height: 50px;
    background: var(--p-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.testimonial-info h6 {
    margin: 0;
    font-weight: 600;
}

.testimonial-info p {
    margin: 0;
    color: var(--text-light);
    font-size: 0.9rem;
}

.gallery-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    direction: rtl;
}

.gallery-track {
    display: inline-flex;
    white-space: nowrap;
    animation: scrollGalleryRTL 15s linear infinite;
}

.gallery-item {
    display: inline-block;
    margin-left: 20px;
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.4s ease;
}

.gallery-item-overlay {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    padding: 15px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 50%;
    justify-content: flex-start;
    align-items: flex-end;
}

.gallery-item:hover .gallery-item-overlay {
    transform: translateY(0);
}

.gallery-item-overlay h5 {
    margin: 0;
    font-weight: 600;
    font-size: var(--font-xl);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

@keyframes scrollGalleryRTL {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}

select.form-control:has(option.active) {
    background: navajowhite;
}

.gallery-wrapper:hover .gallery-track {
    animation-play-state: paused;
}

.carousel-item-hero {
    height: 450px;
}

option.active {
    color: var(--p-color);
}

@media (max-width: 768px) {
    .carousel-item {
        height: 450px;
    }

    body {
        padding-bottom: 70px;
    }

    .cont-about-index {
        flex-direction: column;
        align-items: center;
    }

    .header-top-welcome span {
        font-size: var(--f-14);
    }

    .section-title p.text-muted {
        line-height: 2;
    }

    .works-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .work-card-title {
        font-size: var(--f-18);
    }

    .work-card-description {
        font-size: var(--f-16);
        margin-bottom: var(--f-10);
    }

    .header-desktop {
        display: none;
    }

    .gallery-item.large,
    .gallery-item.wide {
        grid-column: span 1;
    }

    .bottom-nav {
        display: block;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .floating-whatsapp-btn {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
        left: 15px;
    }

    .floating-contact-main {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .floating-contact-item {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        width: 45px;
        height: 45px;
    }

    .whatsapp-chat-bubble {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    .whatsapp-chat-window {
        width: 320px;
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .lightbox-nav.prev {
        right: 10px;
    }

    .lightbox-nav.next {
        left: 10px;
    }

    .lightbox-content iframe {
        width: 95vw;
        height: 250px;
    }

    .offer-image {
        height: 180px;
    }

    .offer-title {
        font-size: 1rem;
    }

    .offer-new-price {
        font-size: 1.2rem;
    }

    div#product-detail-content {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
    }

    .page-header h3,
    .page-header h2 {
        font-size: 28px;
    }

    p {
        font-size: 16px !important;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-carousel .carousel-control-prev {
        left: var(--f-4);
    }

    .hero-carousel .carousel-control-next {
        right: var(--f-4);
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        width: 35px;
        height: 35px;
    }

    .header-search-input {
        width: 100%;
        padding: var(--f-6) var(--f-10) var(--f-6) 35px;
    }

    .header-search-btn {
        width: 26px;
        height: 26px;
    }

    img#logoWeb {
        width: 90px;
    }

    .section-title h2 {
        font-size: 1.7rem;
    }

    .section-title {
        margin-bottom: 1rem;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .cat-index {
        height: auto;
        padding: var(--f-4);
    }

    .category-card {
        height: 100%;
        padding: var(--f-10) var(--f-6);
    }

    .offer-card {
        margin: var(--f-6);
    }

    .offer_b_r,
    .offer_b_l {
        width: 30px;
        height: 30px;
        top: 30%;
    }

    .offer-title {
        font-size: 16px;
        text-align: center;
    }

    .offer-description {
        text-align: center;
        font-size: 14px !important;
    }

    .offer-new-price {
        font-size: 18px;
    }

    .offer-content {
        padding: var(--f-6);
    }

    .navbar-brand {
        margin: 0;
    }

    .love-prodect.product-badge {
        width: 30px;
        font-size: var(--f-20);
        height: 30px;
    }

    .stata {
        right: 5px;
    }

    .product-badge {
        top: 5px;
        padding: 4px 6px;
    }

    .product-category {
        font-size: 15px;
    }

    .product-info {
        padding: var(--f-6);
    }

    .product-price {
        font-size: 18px;
    }

    .product-name {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .pro-all {
        padding: 0 5px;
    }

    .gallery-item {
        margin-left: 10px;
        width: 200px;
        height: 200px;
    }

    .desc {
        right: 5px;
        top: 37px;
    }

    .filter-item {
        min-width: 120px;
    }

    .properties-filter {
        gap: var(--f-10);
        align-items: end;
        padding: var(--f-12);
    }

    #applyFilters,
    #unFilters {
        font-size: var(--f-24);
        width: 35px;
        height: 35px;
    }

    .btn-primary-custom {
        padding: var(--f-6) var(--f-20);
    }

    .product-card {
        font-size: 0.9rem;
    }

    .product-image {
        height: 180px;
    }

    .offcanvas-custom {
        width: 290px !important;
        width: min(300px, 75vw);
    }

    .offcanvas-body {
        padding: var(--f-6);
    }

    .mobile-menu-item {
        padding: var(--f-4);
        margin-bottom: var(--f-8);
    }

    .carousel-item {
        height: 450px;
    }

    .product-detail-info {
        padding: var(--f-16);
    }

    .product-specs {
        padding: var(--f-10);
        margin: 0 !important;
    }

    .our-number {
        height: 140px;
        width: 140px;
    }

    .invoice-detail-status {
        padding: 8px 10px;
        font-weight: 600;
        font-size: 16px;
    }

    .invoice-detail-header {
        align-items: center;
    }

    .invoice-detail-card {
        padding: 10px;
    }

    .invoice-summary-row {
        margin: 5px 10px;
        padding: 8px 10px;
    }

    .whatsapp-chat-bubble,
    .floating-contact-item,
    .floating-contact-main {
        width: 35px;
        height: 35px;
        font-size: 1.0rem;
    }

    .cat-index {
        margin-top: var(--f-14);
        height: auto;
        padding: var(--f-4);
    }

    .floating-contact-container {
        left: 10px;
        bottom: 160px;
    }

    .whatsapp-chat-widget {
        left: 10px;
    }

    .whatsapp-chat-window {
        bottom: 40px;
    }

    .floating-contact-buttons {
        bottom: 40px;
    }

    div#account-sidebar-content {
        padding: 0 10px;
    }

    .btn-primary-custom {
        font-size: 16px;
    }

    button.btn.btn-danger.w-100 {
        font-size: 16px;
    }

    .invoice-detail-number {
        font-size: 1.2rem;
    }

    .invoice-summary {
        padding: 1.0rem;
    }

    .toast-notification {
        top: 71px;
        left: 10px;
        padding: var(--f-4) var(--f-6);
        gap: 5px;
        min-width: 260px;
    }

    .toast-message {
        font-size: var(--f-14);
    }
}

.process-overlay {
    backdrop-filter: blur(2px);
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

.process-overlay.show {
    display: flex;
}

.process-modal {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: min(520px, 92vw);
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    animation: pop .28s ease;
}

.checkmark {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 5px 10px rgba(40, 167, 69, .35);
    margin: 12px 0;
}

.btn-outline-primary {
    color: var(--text-c);
    border: 1px solid var(--p-color);
}

.btn-outline-primary:hover {
    border: 1px solid var(--p-color);
    background-color: var(--p-color);
}

.icon-video {
    color: var(--p-color);
    font-size: 35px !important;
    border-radius: 100px;
}

.cont-video {
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    width: 80px;
    height: 80px;
}
.cont-img-de{
    position: relative;
}
.cont-icon-video {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    background: #00000050;
    width: 100%;
    height: 100%;
}
