@font-face {
    font-family: 'YekanBakh';
    src: url('https://uploader-oss-mili.milaadfarzian.workers.dev/download/BQACAgQAAxkBAAICv2iymtz3PuGthpAxUcVoXiyev8SJAAIzQAACy_OZUT2ph7WmNdshNgQ/documents/file_2386.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('https://uploader-oss-mili.milaadfarzian.workers.dev/download/BQACAgQAAxkBAAICwWiymuEsl0veeBlyzuh3ASm2R1H_AAI0QAACy_OZUV0unp1k_fDdNgQ/documents/file_2387.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('https://uploader-oss-mili.milaadfarzian.workers.dev/download/BQACAgQAAxkBAAICw2iymuX9Ho15p1mE57WTJ5mfYPf0AAI1QAACy_OZUdEIj-iB8pH2NgQ/documents/file_2388.woff2') format('woff2');
    font-weight: 900; /* Black */
    font-style: normal;
}


body {
    font-family: 'YekanBakh', sans-serif;
}
.oval-card {
    border-radius: 100px;
    width: 180px;
    height: 280px;
}
tailwind.config = {
  theme: {
    extend: {
      colors: {
        primary: '#d1005b',
        'primary-soft': '#fcecf2',
      }
    }
  }
}

/* Bottom Sheet Styles */
.bottom-sheet {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease;
    z-index: 1000;
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}

.bottom-sheet.open {
    bottom: 0;
}

.bottom-sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.bottom-sheet-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.social-option {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    cursor: pointer;
    transition: background 0.2s;
}

.social-option:hover {
    background: #e0e0e0;
}

.social-option img {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.sticky-banner {
animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

.menu-dropdown input:checked + label i {
    transform: rotate(180deg);
}

.menu-dropdown input:checked ~ .submenu {
    display: block;
}

.submenu {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d1005b transparent;
}

.submenu::-webkit-scrollbar {
    width: 4px;
}

.submenu::-webkit-scrollbar-thumb {
    background-color: #d1005b;
    border-radius: 2px;
}

.menu a, .submenu a {
    padding: 12px 16px;
    transition: all 0.2s;
}

.menu a:hover, .submenu a:hover {
    background-color: #fcecf2;
    color: #d1005b;
}

.submenu a {
    padding-left: 24px;
    font-size: 0.9rem;
}



/* Testimonials styling */
.testimonial-card {
    min-height: 250px;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

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

.carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.swiper-container {
    padding: 20px 40px;
}

.swiper-slide {
    height: auto;
}

.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.countdown-timer {
    background: linear-gradient(135deg, #ff4444, #ff6b6b);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.countdown-timer.permanent {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.discount-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px !important;
    height: 48px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-pagination-bullet {
    background: #d1d5db !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #3b82f6 !important;
}


/* Custom Slider Styles */
.custom-slider-container {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-slider-wrapper {
    position: relative;
    padding: 0 40px;
}

.custom-slider-track {
    will-change: transform;
}

.custom-slide {
    transition: all 0.3s ease;
}

.custom-slide:hover {
    transform: translateY(-5px);
}

/* Hide navigation buttons on mobile when not needed */
@media (max-width: 768px) {
    .custom-slider-wrapper {
        padding: 0 20px;
    }
    
    .custom-slider-prev,
    .custom-slider-next {
        display: none;
    }
}

/* Pagination dots */
.custom-slider-pagination .pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cbd5e0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-slider-pagination .pagination-dot.active {
    background-color: #3b82f6;
    transform: scale(1.2);
}

.custom-slider-pagination .pagination-dot:hover {
    background-color: #93c5fd;
}





/* Custom Slider Styles */
.custom-slider-container {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-slider-wrapper {
    position: relative;
    padding: 0 40px;
}

.custom-slider-track {
    will-change: transform;
}

.custom-slide {
    transition: all 0.3s ease;
}

.custom-slide:hover {
    transform: translateY(-5px);
}

/* Hide navigation buttons on mobile when not needed */
@media (max-width: 768px) {
    .custom-slider-wrapper {
        padding: 0 20px;
    }
    
    .custom-slider-prev,
    .custom-slider-next {
        display: none;
    }
}

/* Pagination dots */
.custom-slider-pagination .pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cbd5e0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-slider-pagination .pagination-dot.active {
    background-color: #3b82f6;
    transform: scale(1.2);
}

.custom-slider-pagination .pagination-dot:hover {
    background-color: #93c5fd;
}


/* Custom Slider Styles with New Background */
.custom-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.custom-slider-wrapper {
    position: relative;
    padding: 0 60px;
}

.custom-slider-track {
    will-change: transform;
}

.custom-slide {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-slide:hover {
    transform: translateY(-8px) scale(1.02);
}

.custom-slide .product-card {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.custom-slide .product-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
}

/* Discount badge styling */
.discount-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
    font-weight: bold;
    z-index: 20;
}

/* Countdown timer styling */
.countdown-timer {
    background: linear-gradient(135deg, #f97316, #dc2626);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
    font-weight: 600;
    backdrop-filter: blur(10px);
}

/* Hide navigation buttons on mobile when not needed */
@media (max-width: 768px) {
    .custom-slider-wrapper {
        padding: 0 20px;
    }
    
    .custom-slider-prev,
    .custom-slider-next {
        display: none !important;
    }
}

/* Pagination dots */
.custom-slider-pagination .pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-slider-pagination .pagination-dot.active {
    background-color: #3b82f6;
    border-color: #3b82f6;
    transform: scale(1.3);
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.5);
}

.custom-slider-pagination .pagination-dot:hover {
    background-color: #93c5fd;
    border-color: #3b82f6;
}

/* Loading animation for the skeleton */
@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animate-pulse div {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%);
    background-size: 800px 104px;
}

