* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
     font-family: "Marcellus", "Roboto", sans-serif;
    overflow-x: hidden;
}


* Container */
.header {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header .container {
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/* Logo */
.logo img {
    height: 80px;
    width: auto;
    transition: transform 0.3s ease;
}
.logo img:hover {
    transform: scale(1.05);
}

/* Social Icons */
.social-icons i {
    margin-right: 15px;
    font-size: 20px;
    color: #333;
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}
.social-icons i:hover {
    color: #e91e63;
    transform: translateY(-3px);
}

/* Header Icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: #333;
}
.header-icons i {
    transition: color 0.3s ease, transform 0.3s ease;
}
.header-icons i:hover {
    color: #e91e63;
    transform: scale(1.2);
}
.header-icons .contact-number {
    font-size: 14px;
    font-weight: 500;
}
.mainbtn{
        background-color: transparent;
    border: 1px solid #F7EF8A;
    color: #F7EF8A;
    font-size: 17px;
    border-radius: 20px;
    padding: 4px 12px;
}

/* Cart Icon */
.cart-icon {
    position: relative;
    cursor: pointer;
}
.cart-icon #cartCount {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e91e63;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-icon {
    position: relative;
}

#cartCount {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.currency-toggle {
    position: relative;
}

.toggle {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 12px;
    width: 60px;
    /* same as cart icon size */
    height: 28px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.toggle .currency {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    z-index: 2;
    color: #555;
    transition: color 0.3s;
}

.toggle .currency.active {
    color: #fff;
}

.toggle-indicator {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #000;
    border-radius: 12px;
    top: 0;
    left: 0;
    transition: left 0.3s;
    z-index: 1;
}

.wrappers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.elements {
    width: 791px;
    height: 1px;
    background: rgba(34, 34, 34, 0.15);
}

.mobile-menu {
    font-size: 20px;
    cursor: pointer;
}

/* ===== NAVBAR ===== */
.navbar {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding: 15px 0;
}

.navbar a {
    text-decoration: none;
    color: #000;
    position: relative;
    font-weight: 400;
    font-size: 18px;
}

.navbar a:hover {
    color: #d62828;
}

.navbar a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #d62828;
    transition: 0.3s;

    transform: translateX(-50%);
}

.navbar a:hover::after {
    width: 80%;
    color: #d62828;
}


.badge {
    position: absolute;
    top: -10px;
    right: -28px;
    background: red;
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
}

/* Main wrapper */
.logo-box {
    font-family: 'Playfair Display', serif;
    color: #1a1a1a;
    text-transform: uppercase;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    max-width: 500px;
}

/* MODEST */
.logo-top {
    font-size: clamp(32px, 7vw, 70px);
    line-height: 0.85;
    margin: 0;
}

/* Row */
.logo-row {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

/* WEAR */
.logo-main {
    font-size: clamp(34px, 7vw, 70px);
    line-height: 0.85;
    margin: 0;
}

/* Right text */
.logo-side {
    display: flex;
    flex-direction: column;
    margin-left: 4px; /* VERY small gap like image */
    margin-top: 4px;
}

/* ABAYA */
.logo-side-top {
    font-size: clamp(12px, 2vw, 18px);
    line-height: 2;
    margin: 0;
}

/* COLLECTION */
.logo-side-bottom {
    font-size: clamp(9px, 1.5vw, 15px);
    line-height: 1;
    margin: 0;
}
/* Remove all default spacing */
div {
    padding: 0;
}

/* Mobile fine-tune */
@media (max-width: 480px) {
    .logo-side {
        margin-left: 3px;
        margin-top: 2px;
    }
}


/* .brand-wrapper {
    text-align: left;
    font-family: 'Playfair Display', serif;
    color: #1a1a1a;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    max-width: 500px;
}

.brand-title {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1;
}

.brand-subtitle {
    font-size: 20px;
    letter-spacing: 4px;
    margin-left: 10px;
}

.brand-caption {
    font-size: 10px;
    letter-spacing: 2px;
    margin-left: 10px;
} */

.main {
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

/* IMAGE */
.slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* MODERN GRADIENT OVERLAY */
.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.2),
        rgba(0,0,0,0)
    );
}

/* TEXT */
.main-text {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    max-width: 500px;
}

.main-text h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

/* BUTTON */
.mainbtn {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

.mainbtn:hover {
    background: #fff;
    color: #000;
}


/* ===== MOBILE ===== */
@media(max-width:768px) {
    .navbar {
        display: none;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .navbar.active {
        display: flex;
    }

    .slide img {
        height: 30vh;
    }

    .main-text {
        left: 50%;
        top: 75%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .main-text h2 {
        font-size: 18px;
    }

    .main-text button {
        padding: 8px 18px;
        font-size: 12px;
    }
}

.whats-new {
    background: #f9f9f9;
    padding: 70px 0;
    overflow: hidden;
}

.what-container {
    width: 1400px;
    max-width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
}

.title {
    font-size: 20px;
    letter-spacing: 3px;
    margin-right: 60px;
    font-weight: 600;
    white-space: nowrap;
}

/* Slider */

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* gradient edges */

.slider::before,
.slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 3;
}

.slider::before {
    left: 0;
    background: linear-gradient(to right, #f9f9f9, transparent);
}

.slider::after {
    right: 0;
    background: linear-gradient(to left, #f9f9f9, transparent);
}

/* Track */

.slide-track {
    display: flex;
    gap: 30px;
    animation: scroll 12s linear infinite;
}

/* Card */

.item {
    position: relative;
    width: 160px;
    height: 210px;
    flex-shrink: 0;
    border-radius: 60px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
}

/* Image */

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* Overlay */

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}

/* Hover */

.item:hover img {
    transform: scale(1.1);
}

.item:hover {
    transform: translateY(-6px);
}

/* Animation */

@keyframes scroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* Pause */

.slider:hover .slide-track {
    animation-play-state: paused;
}

/* Mobile */

@media(max-width:768px) {

    .what-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .title {
        margin-bottom: 25px;
    }

    .item {
        width: 130px;
        height: 180px;
    }

}

.shop-category {
    width: 100%;
    padding: 60px 0;
}

/* Heading */

.section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.section-heading::before,
.section-heading::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.section-heading span {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

/* GRID */

.categories {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    padding: 0 30px;
}

/* CARD */

.category-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 3/4;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* IMAGE */

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/* OVERLAY */

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* TEXT */

.overlay span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
}

/* HOVER EFFECT */

.category-card:hover img {
    transform: scale(1.12);
}

/* SHINE EFFECT */

.category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transform: skewX(-25deg);
    transition: 0.6s;
}

.category-card:hover::before {
    left: 125%;
}

/* TABLET */

@media(max-width:992px) {

    .categories {
        grid-template-columns: repeat(4, 1fr);
    }

}

/* MOBILE */

@media(max-width:576px) {

    .categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }

    .overlay span {
        font-size: 13px;
    }

}

.trending-section {
    width: 90%;
    margin: auto;
    padding: 40px 0;
}

.feature-section {
    width: 95%;
    margin: auto;
    padding: 80px 0;
    /* font-family: 'Poppins', sans-serif; */
    background: #fafafa;
}

/* TITLE */
.trending-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.line {
    flex: 1;
    height: 1px;
    background: #e5e5e5;
}

.title-text h2 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0;
    /* color: #222; */
}

/* SWIPER WRAPPER */
.swiper-wrapper {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 0px;
    /* smaller gap between cards */
}

/* PRODUCT CARD */
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    /* prevents cards from shrinking too much */
}

/* HOVER EFFECT */
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* PRODUCT IMAGE */
.product-img {
    position: relative;
    background: #f7f7f7;
    width: 100%;
    height: 230px;
    /* fixed height for uniform images */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* fit image without stretching */
    transition: 0.5s;
}

.product-card:hover img {
    transform: scale(1.05);
}

/* HOVER BUTTON */
.product-img::after {
    content: "View Product";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 30px;
    transition: 0.4s;
    opacity: 0;
}

.product-card:hover .product-img::after {
    bottom: 15px;
    opacity: 1;
}

/* BADGES */
.badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 11px;
    color: #fff;
    z-index: 2;
}

.sale {
    background: #ff5a00;
}

.sold {
    background: #999;
    top: 45px;
}

/* PRODUCT INFO */
.product-info {
    padding: 12px;
    text-align: center;
    flex-grow: 1;
}

.product-info h3 {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #222;
}

/* PRICE */
.price {
    font-size: 13px;
}

.old {
    text-decoration: line-through;
    color: #aaa;
    margin-right: 5px;
}

.new {
    color: #ff5a00;
    font-weight: 600;
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .product-img {
        height: 200px;
    }
}

@media(max-width:768px) {
    .product-img {
        height: 160px;
    }

    .product-card {
        min-width: 150px;
    }

    .product-info h3 {
        font-size: 13px;
    }
}

@media(max-width:480px) {
    .product-img {
        height: 130px;
    }

    .product-info h3 {
        font-size: 12px;
    }
}

.fusionStyledWrap {
    background: #e6dfc6;
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

.fusionStyledTitle {
    font-size: 28px;
    margin-bottom: 5px;
}

.fusionStyledSub {
    color: #555;
    margin-bottom: 30px;
}

.fusionSliderOuter {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fusionSliderTrack {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: fusionScroll 35s linear infinite;
}

.fusionSliderOuter:hover .fusionSliderTrack {
    animation-play-state: paused;
}

.fusionCard {
    width: 250px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.fusionCard img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.fusionCard h4 {
    margin: 10px 0 5px;
    font-size: 16px;
}

.fusionCard p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    padding: 0 10px;
}

@keyframes fusionScroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* Mobile */

@media(max-width:768px) {

    .fusionCard {
        width: 180px;
    }

    .fusionCard img {
        height: 230px;
    }

}

.color-circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

/* MODAL */
.cart-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.cart-content {
    background: #fff;
    width: 500px;
    max-height: 80vh;
    border-radius: 12px;
    overflow-y: auto;
    animation: scaleIn .3s ease;
    padding: 15px;
}

/* HEADER */
.cart-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.close-btn {
    cursor: pointer;
    font-size: 22px;
}

/* CART ITEMS */
.cart-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.cart-gallery {
    width: 80px;
}

.main-img {
    width: 60px;
    height: 79px;
    border-radius: 10px;
    object-fit: cover;
}

.item-info {
    flex: 1;
}

.qty {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.qty button {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.remove {
    font-size: 20px;
    cursor: pointer;
    color: red;
}

/* FOOTER */
.cart-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #000;
}

.checkout-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(45deg, #F7EF8A, #D2AC47, #F7EF8A, #F7EF8A, #D2AC47, #F7EF8A, #F7EF8A, #F7EF8A, #D2AC47, #F7EF8A);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* ANIMATION */
@keyframes scaleIn {
    from {
        transform: scale(.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.cart-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cart-icon svg {
    width: 18px;
    /* small size */
    height: 18px;
    /* small size */
    color: #111;
}

.cart-icon span {
    position: absolute;
    top: 2px;
    right: -4px;
    background: #e63946;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-only-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #000;
    /* icon color */
}

.icon-only-btn:hover {
    color: #ffc107;
}

/* MAIN WRAPPER */
.wrapper-ms {
    max-width: 1200px;
    margin: auto;
    padding: 70px 20px;
}

/* SECTION STYLING */
.section-ms {
    margin-bottom: 70px;
}

.section-ms h2 {
    font-family: 'Marcellus', serif;
    font-size: 34px;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
}

.section-ms p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    text-align: center;
    max-width: 850px;
    margin: auto;
}

/* GRID LAYOUT */
.grid-ms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
    margin-top: 40px;
}

.grid-ms img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    object-fit: cover;
}

/* CARDS */
.card-grid-ms {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.card-ms {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-ms:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.card-ms i {
    font-size: 32px;
    color: #222;
    margin-bottom: 15px;
}

.card-ms h4 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

/* NOWAZA BOUTIQUE SECTION */
.ms-boutique {
    padding: 60px 20px;
    background: #fffafc;
}

.boutique-header {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.boutique-header .section-title {
    font-family: 'Marcellus', serif;
    font-size: 32px;
    margin-bottom: 15px;
    color: #222;
}

.boutique-header .section-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.boutique-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    align-items: stretch;
}

.boutique-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
    text-align: center;
}

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

.boutique-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.boutique-card .card-title {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .grid-ms, .boutique-grid {
        grid-template-columns: 1fr;
    }
    .card-grid-ms {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .hero-ms h1 {
        font-size: 36px;
    }
    .card-grid-ms {
        grid-template-columns: 1fr;
    }
}