/* =======================
Font Sizes
======================= */
.fs-11 {
    font-size: clamp(10px, 1vw, 11px);
}

.fs-14 {
    font-size: clamp(10px, 1vw, 14px);
}

.fs-15 {
    font-size: clamp(12px, 1.2vw, 15px);
}

.fs-17 {
    font-size: clamp(12px, 1.2vw, 17px);
}

.fs-18 {
    font-size: clamp(12px, 1.2vw, 15px);
}

.fs-19 {
    font-size: clamp(9px, 1.2vw, 19px);
}

.fs-20 {
    font-size: clamp(10px, 1.5vw, 20px);
}

.fs-25 {
    font-size: clamp(14px, 1.8vw, 25px);
}

.fs-28 {
    font-size: clamp(10px, 3vw, 28px);
}

.fs-30 {
    font-size: clamp(14px, 3vw, 30px);
}

.fs-40 {
    font-size: clamp(14px, 3vw, 40px);
}

.fs-50 {
    font-size: clamp(20px, 3vw, 50px);
}

.fs-60 {
    font-size: clamp(22px, 5vw, 60px);
}

.fs-68 {
    font-size: clamp(22px, 5vw, 68px);
}

/* =======================
Colors & Text
======================= */
.--bg-color {
    color: var(--bg-color) !important;
}

.p-slider {
    color: var(--p-slider);
}

.hero-color {
    color: var(--hero-color);
}

.p-color {
    color: var(--p-color);
}

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

.text-bold {
    font-weight: 700;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

/* =======================
Fonts Classes
======================= */
.Bright-Starla {
    font-family: "Bright Starla", sans-serif;
}

/* =======================
Navbar
======================= */
.navbar-brand {
    max-width: 100px;
}

nav .nav-link {
    color: var(--text-color) !important;
    opacity: 1;
}

nav .nav-link.active {
    opacity: 0.4;
}

/* =======================
Hero Section
======================= */
.hero-header {
    margin-top: clamp(100px, 13vw, 200px);
}

/* =======================
Video Section
======================= */
.video-wrapper {
    position: relative;
    min-height: 300px;
    background: var(--text-color);
    color: var(--bg-color) !important;
}

.video-container {
    width: 100%;
    min-height: clamp(240px, 50vw, 560px);
    overflow: hidden;
    background-color: var(--hero-color);
}

.video-container video {
    width: 100%;
    min-height: clamp(240px, 50vw, 560px);
    object-fit: cover;
    display: block;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 96% !important;
    z-index: 81;
    position: relative;
}

.navbar-toggler:focus {
    border: none !important;

}

.navbar-toggler:focus-visible {
    border: none !important;
    box-shadow: none !important;
}

/* =======================
Buttons & UI
======================= */
.custom-btn {
    padding: 12px clamp(30px, 8vw, 122px);
    border: 1px solid var(--text-color);
    border-radius: 0 !important;
    font-size: clamp(12px, 1.6vw, 20px);
    text-transform: uppercase;
}

.custom-btn:hover {
    border: 1px solid var(--hero-color) !important;
    color: var(--hero-color);
}

.custom-c {
    padding: 1px 5px;
    border-radius: 50%;
}

body[data-theme="light"] .custom-c {
    border: 1px solid var(--bg-color);
    color: var(--bg-color);
}

body[data-theme="dark"] .custom-c {
    border: 1px solid var(--text-color);
    color: var(--text-color);
}

/* =======================
About Section
======================= */
.about-divider {
    width: 10px;
    min-height: 100%;
    height: auto;
    background-color: var(--text-color);
}

.aboutSwiper {
    overflow: hidden;
    min-height: clamp(175px, 22vw, 260px);
}

.aboutSwiper .swiper-wrapper {
    align-items: stretch;
}

.aboutSwiper .swiper-slide {
    height: clamp(175px, 22vw, 260px);
}

/* =======================
Collections
======================= */
.title-Collections {
    margin-top: 120px;
}

.collection-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.collection-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: clamp(220px, 24vw, 320px);
    border: 2px solid var(--text-color);
    background: var(--bg-white);

}

.collection-card-img {
    width: 100%;
    max-width: 316px;
    max-height: 100%;
    object-fit: contain;
}

.collection-logo {
    max-width: 230px;
}

/* =======================
Slider
======================= */
body[data-theme="light"] .overlay-slider {
    background: var(--bg-slider);
    color: var(--bg-color);
}

body[data-theme="dark"] .overlay-slider {
    background: var(--bg-slider);
    color: var(--text-color);
}

.overlay-icon {
    max-width: 140px;
}

.materials .swiper-slide img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.collection-logo,
.arrow-footer,
.navbar-brand img {
    aspect-ratio: auto;
}

.logo-foote {
    max-width: 150px;
    aspect-ratio: auto;
}

footer a {
    color: var(--bg-white) !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--bg-color) !important;
}

.swiper-pagination-bullet {
    background: var(--hero-color) !important;
}

/* =======================
Footer
======================= */

body[data-theme="light"] footer {
    background: var(--text-color);
}

body[data-theme="light"] footer,
body[data-theme="light"] footer a {
    color: var(--bg-color);
}

.arrow-footer {
    max-width: 6vw;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    top: 91% !important;
}

/* =======================
Spacing
======================= */
.margin-custom {
    margin-top: 140px !important;
}

.input-group {
    border: 1px solid var(--text-color);
}

/* =======================
Why Section
======================= */
:root {
    --why-color: #f8f8f8;
}

body[data-theme="dark"] {
    --why-color: #1a1a1a;
}

.why-section {
    background: var(--why-color);
}

.why-logo {
    width: clamp(50px, 8vw, 100px);
    height: auto;
    transform: translate(15%, -12%);
}

.why-section h2 {
    color: var(--text-color);
    letter-spacing: 2px;
    font-size: clamp(20px, 3vw, 45px);
}

.why-section hr {
    border-color: var(--border-color);
    opacity: 1;
}

.why-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-8deg);
    background: var(--hero-color);
    color: var(--bg-color);
    padding: 0 clamp(10px, 1.1vw, 14px);
    font-size: clamp(10px, 1.1vw, 14px);
    border-radius: 2px;
}

.why-item h3 {
    color: var(--text-color);
    font-size: clamp(16px, 2vw, 24px);
    margin-bottom: clamp(10px, 1.5vw, 20px);
}

.why-item h6 {
    color: var(--text-color);
    margin-bottom: clamp(10px, 1.5vw, 20px);
}

.why-item p {
    margin: 0;
    font-size: clamp(10px, 1vw, 15px);
}

/* =======================
Responsive
======================= */
@media (max-width: 768px) {
    .about-columns {
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
    }

    .about-divider {
        width: 60% !important;
        height: 1px !important;
    }

    .overlay-icon {
        max-width: 100px;
    }

    .video-wrapper .gap-5 {
        gap: 1rem !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 20px !important;
    }

    .why-section .col-6 {
        padding: 10px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 576px) {
    .hero-header {
        margin-top: 50px !important;
    }

    footer ul {
        display: flex;
        justify-content: space-around;
        padding: 0;
    }

    .collection-logo {
        max-width: 130px !important;
    }

    .title-Collections,
    .margin-custom {
        margin-top: 0px !important;
    }

    #craftsmanship .gap-4 {
        gap: 0 !important;
    }

    #craftsmanship .gap-4 .col-9,
    #craftsmanship .gap-4 .col-3 {
        padding: 0 !important;
    }

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