@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.form-control{
    border: 1px solid black;
}
.form-control:focus{
    box-shadow: none;
    border: 2px solid black;
}
/* Modern Size Selector Styles */
.size-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.size-btn {
    min-width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.875rem;
    border: 1.5px solid #d1d5db;
    background-color: #ffffff;
    color: #374151;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.size-btn:hover {
    border-color: #f59e0b;
    background-color: #fffbeb;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.size-btn.active {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.3), 0 2px 4px -1px rgba(245, 158, 11, 0.2);
    transform: translateY(-2px);
}

.size-btn.active::after {
    content: '✓';
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #10b981;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    border: 2px solid white;
}

/* Modern Color Selector Styles */
.color-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.color-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
}

.color-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    border-color: #9ca3af;
}

.color-btn.active {
    border-color: #f59e0b;
    border-width: 3px;
    transform: scale(1.1);
    box-shadow: 0 3px 8px 0 rgba(245, 158, 11, 0.4);
}

.color-btn.active::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.1rem;
    height: 1.1rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    border: 1.5px solid white;
}

/* Dark color checkmark adjustment */
.color-btn.active[style*="background-color: #000"],
.color-btn.active[style*="background-color: rgb(0"],
.color-btn.active[style*="background-color: rgba(0"] {
    border-color: #ffffff;
}

.color-btn.active[style*="background-color: #000"]::after,
.color-btn.active[style*="background-color: rgb(0"]::after,
.color-btn.active[style*="background-color: rgba(0"]::after {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .size-btn {
        min-width: 2.25rem;
        height: 2.25rem;
        font-size: 0.8rem;
    }
    
    .color-btn {
        width: 2.25rem;
        height: 2.25rem;
    }
    
    .size-selector,
    .color-selector {
        gap: 0.4rem;
    }
}

/* Legacy support for old classes */
.sizes .size{
    display: inline;
    padding: 4px 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 2px;
    cursor: pointer;
    border-radius: 5px;
}
.sizes .size.active{
    background-color: #212529;
    color: white;
}
.colors .color{
    display: inline;
    padding: 2px 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 4px;
    cursor: pointer;
    border-radius: 50%;
}
.colors .color.active{
    border: 4px solid white;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-image : none !important;
    background: black;
    border-radius: 8px;
}
.whatsap-icon{
    position: fixed;
    left: 12px;
    bottom: 12px;
    z-index: 9999;
    text-decoration: none;
    animation: button-animation 1s infinite;
}

@keyframes button-animation {
    0% {
        transform: scale(1);
        bottom: 1.5em;
    }
    100% {
        transform: scale(1.2);
        bottom: .5em;
    }
}


/* home > section 6  */
#faq_accordion_wrapper .faq_accordion {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--bs-white);
    color: var(--bs-white);
    margin-bottom: 10px;
}

#faq_accordion_wrapper .faq_accordion:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq_accordion .accordion-button {
    background: transparent;
    color: var(--bs-white);
    padding: 15px 0;
    font-weight: 700;
}
.faq_accordion .accordion-button::after {
    background-image: url('images/accordion-arrow.svg');
    height: 28px;
    width: 16px;
    background-size: contain;
    transform: rotate(180deg);
    margin-right: auto !important;
    margin-left: unset !important;
}
.faq_accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

#faq_accordion_wrapper .faq_accordion .accordion-body {
    padding: 0;
    padding-bottom: 10px;

}
.rounded_30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 2rem;
    padding: 3px;
    background-color: #e0f7fa;
    border: 1px solid #6969c79c;
    border-radius: 10px;
}

.count-box {
    text-align: center;
    position: relative;
}

.count-box .number {
    display: block;
}

.count-box .label {
    display: block;
    font-size: 1rem;
}

.count-box:not(:first-child)::after {
    content: ':';
    position: absolute;
    right: -18px;
    top: 28%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: bold;
}

/* Animation Keyframes - Global */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideLeft {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes zoomIn {
    from { opacity: 0; transform: scale(0.5); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% { opacity: 0; transform: translate3d(0,0,0); }
    40%, 43% { opacity: 1; transform: translate3d(0, -30px, 0); }
    70% { opacity: 1; transform: translate3d(0, -15px, 0); }
    90% { opacity: 1; transform: translate3d(0, -4px, 0); }
}

@keyframes pulse {
    0% { opacity: 0; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes rotate {
    from { opacity: 0; transform: rotate(-45deg); }
    to { opacity: 1; transform: rotate(0deg); }
}

@keyframes flip {
    from { opacity: 0; transform: perspective(400px) rotateY(-90deg); }
    to { opacity: 1; transform: perspective(400px) rotateY(0deg); }
}

/* Animation trigger classes */
.animation-triggered {
    opacity: 1 !important;
}

/* Ensure elements with animation styles are initially hidden */
[style*="animation: fadeIn"],
[style*="animation: slideUp"],
[style*="animation: slideDown"],
[style*="animation: slideLeft"],
[style*="animation: slideRight"],
[style*="animation: zoomIn"],
[style*="animation: bounce"],
[style*="animation: pulse"],
[style*="animation: rotate"],
[style*="animation: flip"] {
    opacity: 0;
}

/* Additional Hero Keyframes */
@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blob {
    0% {
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(30px, -50px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

@keyframes spin-slow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Animation Utility Classes */
.animate-fade-in-up {
    animation: fade-in-up 0.6s ease-out forwards;
}

.animate-blob {
    animation: blob 7s infinite;
}

.animate-spin-slow {
    animation: spin-slow 8s linear infinite;
}

.animation-delay-200 {
    animation-delay: 0.2s;
}

.animation-delay-400 {
    animation-delay: 0.4s;
}

.animation-delay-600 {
    animation-delay: 0.6s;
}

.animation-delay-2000 {
    animation-delay: 2s;
}

.animation-delay-4000 {
    animation-delay: 4s;
}

/* Navigation Styles */
.sticky-nav {
    position: sticky !important;
    top: 0;
    z-index: 50;
}

/* Force LTR direction for lightSlider wrapper only when page is RTL */
body[dir="rtl"] .lSSlideWrapper,
body[style*="direction: rtl"] .lSSlideWrapper,
[dir="rtl"] .lSSlideWrapper {
    direction: ltr !important;
}