 /*-------------------------------------------------------------
        Theme Name: eleganttdrapes
        Theme URI: https://eleganttdrapes.com
        Author: NJTECHNOS
        Description: A trusted name for Handloom and Handworked Latest Sarees.
        Version: 1.1.1
 */



/* ========================================================================
    BODY
   ======================================================================== */

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

body {
	font-family:"Albert Sans";
/*     font-family: "Albert Sans"; */
    min-height: 100vh;
/*     padding-top: 140px; */
}
/* body {
  font-family: 'Raleway', sans-serif !important;
} */

h1,h2,h3,h4,h5,h6{
	font-family:"Playfair Display";
}

a {
    color: #1c1c1c;
    font-size: 13px;
}


/* ========================================================================
   HEADER
   ======================================================================== */


body {
    overflow-x: hidden;
}


/* @media (max-width: 1024px) {
   ul#menu-right-menu {
    display: none;
}
} */

.xoo-wsc-basket[style*='block'] {
    display: none !important;
}

/* ========================================================================
   TOP SALE BANNER
   ======================================================================== */
.sale-banner {
    text-transform: capitalize;
    background-color: #1c1c1c;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px;
    font-size: 12px;
    letter-spacing: 0.18em;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 997;
    height: 40px;
    transition: transform 0.3s ease;
}

.sale-banner.hidden {
    transform: translateY(-100%);
}

.banner-content {
    padding: 6px 0px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.sale-text {
    letter-spacing: 1.2px;
    font-family: 'Albert Sans';
    font-weight: 400;
}


.shop-now {
    position: relative;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.shop-now::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 0.4s ease;
    transform-origin: left;
}

.shop-now:hover::after {
    transform: scaleX(0);
}

.banner-counter {
    min-width: 150px;
}

/* ========================================================================
   MIDDLE BAR (Light Pink)
   ======================================================================== */
.middle-bar {
    background-color:#FAF9F6;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 60px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.middle-bar.hidden {
    transform: translateY(-100%);
}

.middle-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.middle-bar-left {
    flex: 1;
}

.middle-bar-text {
    font-family: 'Albert Sans';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.middle-bar-right {
    flex: 0 0 auto;
}

.middle-bar .nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.middle-bar .currency-selector {
	margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Playfair Display';
    font-size: 12px;
    font-weight: 400;
    color: #1c1c1c;
    cursor: pointer;
    transition: color 0.3s;
}

.middle-bar .currency-selector:hover {
    opacity: 0.8;
}

.middle-bar .icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #1c1c1c;
    transition: color 0.3s;
}

.middle-bar .icon-btn:hover {
    opacity: 0.8;
}

.middle-bar .xoo-wsc-sc-bki {
    color: #1c1c1c !important;
}
.xoo-wsc-sc-bki {
    font-size: 25px;
    color: #1c1c1c!important;
}
.middle-bar .xoo-wsc-sc-count {
    background-color: #1c1c1c;
    color: #fff;
}

.middle-bar .flag-icon {
    width: 16px;
    height: 12px;
    border-radius: 2px;
}

/* ========================================================================
   MAIN HEADER
   ======================================================================== */
.main-header {
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    transition: all 0.3s ease;
    height: auto;
}

/* .main-header.scrolled {
    background-color: #1c1c1c;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
 */
/* .main-header:hover {
    background-color: #1c1c1c !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} */

.navbar {
	background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 48px;
    margin: 0 auto;
    height: 100%;
}

.nav-left, .nav-right {
    flex: 1;
}

.nav-center {
    flex: 0 0 auto;
}

.nav-menu {
	justify-content: center;
    display: flex;
    list-style: none;
    gap: 45px;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-family: "Albert Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
    text-transform: uppercase;
}

.main-header.scrolled .nav-link,
.main-header:hover .nav-link {
    color: #1c1c1c;
}

.nav-link:hover {
    opacity: 0.8;
}

.logo {
    font-family: 'Albert Sans';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.main-header.scrolled .logo,
.main-header:hover .logo {
    color: #ffffff;
}

.nav-right {
    display: flex;
    justify-content: center;
}

.nav-right .nav-menu {
    display: flex;
    align-items: center;
    gap: 45px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-right .nav-menu li a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: white;
    transition: color 0.3s;
}

.main-header.scrolled .mobile-menu-btn,
.main-header:hover .mobile-menu-btn {
    color: #1c1c1c;
}

/* Mobile Icons (Search & Cart) next to Logo */
.mobile-icons {
    display: none;
    align-items: center;
    gap: 15px;
}

.mobile-icons .icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #1c1c1c;
    transition: color 0.3s;
}

.mobile-icons .icon-btn:hover {
    opacity: 0.8;
}

/* ========================================================================
   SEARCH OVERLAY - FULL SCREEN
   ======================================================================== */
.search-overlay-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.search-overlay-fullscreen.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.search-overlay-content {
    width: 100%;
    max-width: 800px;
    padding: 0 40px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease 0.1s;
}

.search-overlay-fullscreen.active .search-overlay-content {
    transform: translateY(0);
}

.search-close-btn {
    position: absolute;
    top: -80px;
    right: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    color: #333;
    transition: transform 0.2s ease;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s, transform 0.2s ease;
}

.search-overlay-fullscreen.active .search-close-btn {
    opacity: 1;
}

.search-close-btn:hover {
    transform: rotate(90deg);
}

.search-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    background: white;
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.search-box:focus-within {
    border-color: #333;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}

.search-icon {
    color: #999;
    flex-shrink: 0;
}

.search-input-fullscreen {
    flex: 1;
    border: none;
    outline: none;
    font-size: 20px;
    color: #333;
    font-weight: 300;
    letter-spacing: 0.5px;
    background: transparent;
}

.search-input-fullscreen::placeholder {
    color: #999;
    letter-spacing: 2px;
}

body.search-active {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ========================================================================
   MOBILE MENU OVERLAY
   ======================================================================== */
/* Mobile Menu Overlay - Backdrop */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Content - Sidebar */
.mobile-menu-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw; /* Half screen width */
    height: 100vh;
    background: white;
    transform: translateX(-100%); /* Hidden by default - slides from LEFT */
    transition: transform 0.4s ease;
    z-index: 999;
    overflow-y: auto;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

/* When overlay is active, slide menu in */
.mobile-menu-overlay.active ~ .mobile-menu-content,
.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

/* Alternative: Direct targeting */
.mobile-menu-content.active {
    transform: translateX(0);
}

/* Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
}

.mobile-menu-header h2 {
    margin: 0;
    flex: 1;
}

/* Close Button */
.mobile-close-btn {
    background: none;
    border: none;
    font-size: 32px;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.mobile-close-btn:hover {
    color: #1c1c1c;
}

/* Menu Items Container */
.mobile-menu-items {
    padding: 20px 0;
}

.mobile-menu-item {
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.mobile-menu-item:hover {
    background: #f9f9f9;
    color: #1c1c1c;
    padding-left: 30px;
}

/* Submenu Items */
.mobile-menu-item.submenu-item {
    padding-left: 40px;
    font-size: 13px;
    color: #999;
}

.mobile-menu-item.submenu-item:hover {
    color: #666;
    padding-left: 50px;
}

/* Menu Divider */
.mobile-menu-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 15px 0;
}

/* Scrollbar styling */
.mobile-menu-content::-webkit-scrollbar {
    width: 6px;
}

.mobile-menu-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mobile-menu-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.mobile-menu-content::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Responsive */
@media (min-width: 769px) {
    .mobile-menu-overlay,
    .mobile-menu-content {
        display: none !important;
    }
}

/* Mobile - Prevent body scroll when menu open */
body.menu-open {
    overflow: hidden;
}
.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
    font-family: 'Playfair Display';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1c1c1c;
    text-decoration: none;
    text-transform: capitalize;
}

.mobile-nav-link:hover {
    color: #666;
}

.mobile-nav-link svg {
    display: none;
    width: 16px;
    height: 16px;
    transition: transform 0.3s 
ease;
}

.mobile-nav-item.expanded .mobile-nav-link svg {
    transform: rotate(90deg);
}

.mobile-submenu {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    transition: max-height 0.3s ease;
}

.mobile-nav-item.expanded .mobile-submenu {
    max-height: fit-content;
}

.mobile-submenu-section {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.mobile-submenu-section:last-child {
    border-bottom: none;
}

.mobile-submenu-title {
    font-family: 'Albert Sans';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
    text-transform: capitalize;
}

.mobile-submenu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-submenu-list li {
    margin-bottom: 0.6rem;
}

.mobile-submenu-list a {
    font-family: "Albert Sans";
    font-size: 14px;
    color: #1c1c1c;
    text-decoration: none;
    transition: color 0.3s;
}

.mobile-submenu-list a:hover {
    color: #333;
}

.mobile-menu-footer {
    margin-top: 3rem;
    padding: 1rem;
    border-top: 1px solid #eee;
}

.mobile-login-btn {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.5rem;
    color: #666;
    text-decoration: none;
    font-family: 'Playfair Display';
    font-size: 14px;
    letter-spacing: 0.5px;
}

.mobile-currency {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #666;
    font-family: 'Playfair Display';
    font-size: 14px;
}

/* ========================================================================
   DROPDOWN MEGA MENU STYLES
   ======================================================================== */
.dropdown {
    position: relative;
}

/* .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 998;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

/* Add arrow icon for dropdown menu items */
.menu-item-has-children > a::after {
    content: "\f107"; /* Font Awesome down arrow */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    display: inline-block;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is open */
.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

.dropdown-menu {
	border-top:1px solid #ced1ce7a;
    position: fixed;
    top: 250px; /* Adjusted for when banner is visible */
    left: 0;
    width: 100vw;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 998;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content {
    display: grid;
    grid-template-columns: repeat(4, auto); 
    max-width: 1300px;
    padding: 45px 3rem;
    column-gap: 65px; 
    row-gap: 10px; 
}

.dropdown-content .dropdown-section:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.dropdown-content .dropdown-section:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
}

.dropdown-section h3 {
    font-family: 'Albert Sans';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #1c1c1c;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dropdown-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-section ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.dropdown-section ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #1c1c1ca6;
    font-weight: 400;
}

.dropdown-section ul li a {
    font-family: "Albert Sans";
    font-size: 14px;
    color: #1c1c1ca6;
    text-decoration: none;
    transition: color 0.3s;
}

.dropdown-section ul li a:hover {
    color: #333;
}

.dropdown-images {
    display: flex;
    gap: 20px;
}

.dropdown-image-item {
    width: 90%;
    height: 100%;
    text-align: left;
}

.dropdown-image-item img {
    width: 100%;
    display: block;
}

.image-overlay {
    position: relative;
    background: none;
    color: #000;
    padding: 10px 0 0;
}

.image-overlay h4 {
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.image-overlay p {
    text-align: center;
    font-family: "Albert Sans";
    font-size: 12px;
    font-weight: 400;
    color: #1c1c1ca6;
    margin: 0;
    letter-spacing: 0.5px;
}

/* ========================================================================
   RESPONSIVE STYLES
   ======================================================================== */

/* Tablet */
@media (max-width: 1024px) {
    .navbar {
        padding: 16px 2rem;
    }

    .middle-bar-content {
        padding: 16px 2rem;
    }
	.sale-text{
		text-align:center;
	}
    .nav-menu {
        gap: 30px;
    }

    .dropdown-content {
        grid-template-columns: repeat(3, auto);
        column-gap: 40px;
    }
	
}

@media (max-width: 767px) {
    .sale-banner {
        text-align: center;
    }

    .sale-banner .banner-content,
    .sale-banner .banner-counter {
        display: block;
        text-align: center;
        width: 100%;
    }

    .sale-banner .sale-text {
        display: inline-block;
    }
}


/* Mobile */
@media (max-width: 768px) {
    .sale-banner {
        display: block;
        padding: 0 50px;
        font-size: 11px;
        height: 60px;
    }

    /* Hide middle bar on mobile */
    .middle-bar {
        display: none;
    }

    /* Adjust main header position for mobile */
    .main-header {
        top: 0;
    }
.sale-text{
		text-align:center;
	}
    .navbar {
        padding: 16px 1.5rem;
        justify-content: space-between;
    }

    .nav-left {
/*         flex: 0 0 auto; */
		flex:1;
    }

    .nav-center {
        flex: 1.1;
        display: flex;
        justify-content: center;
    }

    .nav-right {
        flex: 0 0 auto;
    }

    .nav-left .nav-menu,
    .nav-right .nav-menu {
        display: none;
    }

    .mobile-menu-btn {
        color: #1c1c1c;
        display: block;
    }

    /* Show mobile icons next to logo */
    .mobile-icons {
        display: flex;
    }

    .logo {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .dropdown-menu {
        display: none;
    }

    .search-overlay-content {
        padding: 0 20px;
    }
    
    .search-close-btn {
        top: -60px;
        right: 20px;
    }
    
    .search-box {
        padding: 20px 25px;
        border-radius: 40px;
    }
    
    .search-input-fullscreen {
        font-size: 16px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .navbar {
        padding: 16px 1rem;
    }

    .logo {
        font-size: 18px;
        letter-spacing: 1.5px;
    }
.sale-text{
		text-align:center;
	}
    .main-header {
        height: auto;
    }

    .sale-banner {
        text-align: center;
        font-size: 10px;
        padding: 7px 1px;
    }

    .banner-content {
        gap: 15px;
    }

    .mobile-icons {
        gap: 0px;
    }
}

/* Desktop - Show middle bar */
@media (min-width: 769px) {
    .middle-bar {
        display: block;
    }
}



/* ========================================================================
   FOOTER - REDESIGNED
   ======================================================================== */

/* Footer Styles */
.main-footer {
    border-top: 1px solid #e9e3e3f5;
    background-color: #f5f2ed;
    padding: 80px 0 0 0;
    color: #1c1c1c;
}
 
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 80px;
    display: grid;
    grid-template-columns: 1.5fr 0.9fr 0.9fr 1.2fr 1.8fr;
    gap: 60px;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-family: 'Albert Sans';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 25px 0;
    color: #333;
    text-transform: uppercase;
}

.footer-description {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.newsletter-form {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    gap: 15px;
}

.newsletter-input {
    font-family: 'Albert Sans', sans-serif;
    width: 100%;
    max-width: 350px;
    padding: 14px 16px;
    border: 1px solid #d4cec4;
    font-size: 13px;
    background-color: transparent;
    color: #333;
    transition: border-color 0.3s ease;
}

.newsletter-input::placeholder {
    color: #999;
    font-size: 12px;
}

.newsletter-input:focus {
    outline: none;
    border-color: #999;
}

.newsletter-btn {
    font-family: 'Albert Sans', sans-serif;
    padding: 14px 14px;
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: fit-content;
}

.newsletter-btn:hover {
    background-color: #000;
    border-color: #000;
}

.social-links {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-link {
    color: #666;
    transition: color 0.3s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    color: #333;
}

.social-link svg {
    width: 20px;
    height: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    transition: color 0.3s ease;
    letter-spacing: 0.3px;
}

.footer-links a:hover {
    color: #333;
}

.footer-bottom {
    padding: 10px 80px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
}

.country-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.flag-icon {
    width: 20px;
    height: auto;
}

.country-selector svg {
    width: 8px;
    height: 5px;
    color: #999;
}

.country-selector:hover {
    color: #333;
}

.footer-bottom-center {
    flex: 1;
    text-align: center;
}

.footer-bottom-center p {
    font-size: 12px;
    color: #1c1c1ca6;
    margin: 0;
    letter-spacing: 1.2px;
    font-weight: 400;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
}

.payment-methods {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-icon,
.payment-image {
    height: 35px;
    width: auto;
/*     opacity: 0.7;
    transition: opacity 0.3s ease; */
}

.payment-icon:hover,
.payment-image:hover {
    opacity: 1;
}

.accordion-toggle {
    display: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 0 40px;
    }
    
    .footer-bottom {
        padding: 40px 40px;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding: 50px 0 0 0;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
    }

    .footer-section {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #d4cec4;
        padding: 20px 0;
    }

    .footer-section:last-child {
        border-bottom: none;
    }

    .footer-title {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        user-select: none;
        margin-bottom: 0;
    }

    .accordion-toggle {
        display: inline-block;
        width: 1em;
        height: 1em;
        position: relative;
        color: inherit;
    }

    .accordion-toggle::before,
    .accordion-toggle::after {
        content: '';
        position: absolute;
        background-color: currentColor;
        transition: transform 0.25s ease-out;
    }

    .accordion-toggle::before {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px;
    }

    .accordion-toggle::after {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px;
    }

    .footer-title.active .accordion-toggle::after {
        transform: scaleY(0);
    }

    .footer-content {
        display: none;
        padding-top: 20px;
    }

    .newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .newsletter-input {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .newsletter-btn {
        width: 100%;
        text-align: center;
    }

    .social-links {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 30px 20px;
        margin-top: 0;
    }

    .footer-bottom-left,
    .footer-bottom-center,
    .footer-bottom-right {
        width: 100%;
        justify-content: center;
    }

    .payment-image {
        max-width: 250px;
        height: auto;
        margin: 0 auto;
    }
}

/* Additional Refinements */
.footer-section:first-child {
    padding-right: 0px;
}

.footer-section:last-child .footer-description {
    margin-bottom: 15px;
}

.footer-section:last-child .footer-description:last-child {
    margin-bottom: 0;
}

.social-link svg path {
    fill: currentColor;
}


/* ========================================================================
   HOME PAGE
   ======================================================================== */

/***********************************************************************************************/
.slider-container {
/*     margin-top: -90px; */
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video Background Styles */
.slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Image Background Styles */
.slide-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Overlay for better text readability */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    z-index: 2;
}

/* Content Overlay */
.slide-content {
    text-align: center;
    color: white;
    z-index: 10;
    max-width: 800px;
    padding: 0 20px;
    position: relative;
}

.slide-content.has-border {
    padding: 50px 70px;
    border: 1px solid white;
    color: #ffffff;
}

.slide-subtitle {
    font-family: 'Albert Sans';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.slide-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin-bottom: 40px;
    line-height: 1.6;
}

.slide-buttons {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.slide-btn {
    padding: 15px 35px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}

.slide-btn.primary {
    background: linear-gradient(to left, #ffffff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #1c1c1c;
    border: 2px solid #fff;
    transition: all 0.5s ease;
}

.slide-btn.primary:hover {
    background-position: left bottom;
    color: #ffffff;
}

.slide-btn.secondary {
    background: #333;
    color: white;
}

/* .slide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
} */

/* Navigation */
.slider-navigation {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 20;
}

.slider-dots {
    display: flex;
    gap: 12px;
}

.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* .dot.active {
    background: white;
    transform: scale(1.2);
} */

.dot.active {
    display: none;
    background: white;
    transform: scale(1.2);
}

.scroll-next {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.next-btn {
    z-index: 99;
    margin-top: -44px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.next-btn:hover {
    background: white;
    transform: scale(1.1);
}

.next-btn svg {
    width: 20px;
    height: 20px;
    color: #333;
}

/* Animation for slide transitions */
.slide-content {
    opacity: 0;
    transform: translateY(30px);
    animation: slideIn 1s ease-out 0.3s forwards;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .slide-title {
        font-size: 36px;
        letter-spacing: 4px;
    }
    
    .slide-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .slide-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .slider-navigation {
        bottom: 20px;
        right: 20px;
    }
    
    .slide-content.has-border {
        padding: 30px 40px;
    }
}

/******************************************************************************************************/

/* Showcase Container */
.showcase-container {
    background: #efefef;
    margin-top: -26px;
    padding: 100px 20px 80px 20px;
    position: relative;
}

.section-title {
    margin-left: 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    color: #1c1c1c;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* Tabs */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.tab {
    margin-right: 30px;
    font-family: "Playfair Display";
    background: none;
    border: none;
    font-size: 28px;
    font-weight: 400;
    color: #1c1c1c;
    padding: 15px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
    letter-spacing:3px;
}

.tab.active {
    color: #1c1c1c;
    border-bottom-color: #1c1c1c;
}

/* Products Wrapper */
.products-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 100%;
}

.products-container {
    position: relative;
}

/* Tab Content - DESKTOP: 4 products, MOBILE: 1 product */
.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    will-change: transform;
}

/* Product Card - DESKTOP: 4 per row */
.product-card {
    position: relative;
    flex: 0 0 calc(25% - 22.5px); /* 25% width minus gap */
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

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

/* Product Badge */
.product-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.95);
    color: #000000a6;
    font-size: 12px;
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-badge.sale {
	 display: none;
    background: #ff4444;
    color: white;
}

.product-badge.new {
    display: none;
    background: #4CAF50;
    color: white;
}

.product-badge.featured {
	 display: none;
    background: #FFD700;
    color: #333;
}

/* Product Image Wrapper */
.product-image-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.product-image {
    width: 100% !important;
    height: 300px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 4px;
    background-color: #efefef;
}


.product-card:hover .add-to-cart-btn {
    opacity: 1;
}

.add-to-cart-btn svg {
    width: 18px;
    height: 18px;
}

/* Product Link */
a.product-link {
    text-decoration: none;
}

.product-name {
    font-family: "Playfair Display";
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    font-weight: 400;
}

.product-price {
    letter-spacing: 1.2px;
    font-family: "Albert Sans";
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

span.screen-reader-text {
    display: none;
}

/* Navigation Buttons */
.nav-btnn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-btnn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.nav-btnn.hidden {
    display: none;
}

.prev-btnn {
    left: 10px;
}

.next-btnn {
    right: 10px;
}

.nav-btnn svg {
    width: 20px;
    height: 20px;
}

/* View All Button */
.view-all-btn {
    display: block;
    margin: 5px auto 0;
    background: linear-gradient(to left, #1c1c1c 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: white;
    border: 1px solid #1c1c1c;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 13px;
}

.view-all-btn:hover {
    background-position: left bottom;
    color: #1c1c1c;
}

.view-all-section {
    text-align: center;
}

.view-all-section.hidden {
    display: none;
}

.no-products {
    text-align: center;
    padding: 40px;
    color: #666;
}

/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-overlay.hidden {
    display: none;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* MOBILE STYLES - 1 PRODUCT AT A TIME */
@media (max-width: 768px) {
    .showcase-container {
        padding: 60px 10px 60px 10px;
    }
    
    .tabs {
/*         margin-left: 15px; */
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .tab {
        margin: 0 auto 15px;
        font-size: 16px;
        letter-spacing: 3px;
        padding: 10px 0;
    }
    
    /* MOBILE: Full width - ONE product at a time */
    .product-card {
        flex: 0 0 100%;
        width: 100%;
        padding: 0 20px;
    }
    
    .tab-content.active {
        gap: 0;
    }
    
    .product-image-wrapper {
        max-width: 100%;
    }
    
    .product-image {
        max-width: 100%;
        height: 300px !important;
    }
    
    .product-badge {
        top: 10px;
        left: 30px;
        font-size: 10px;
        padding: 4px 8px;
    }
    
    .product-name {
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .product-price {
        font-size: 12px;
    }
    
    .nav-btnn {
        width: 40px;
        height: 40px;
    }
    
    .prev-btnn {
        left: 5px;
    }
    
    .next-btnn {
        right: 5px;
    }
    
    .nav-btnn svg {
        width: 16px;
        height: 16px;
    }
}
/********************************************************************************************************/

/* Hero Section - Desktop */
.hero-section {
  position: relative;
  width: 100%;
  height: 504px;
/*   background: url('https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/Image_with_text_overlay_-_Desktop_-_home.webp') no-repeat; */
  background-size: cover!important;
  background-position: center!important;
  display: flex;
  align-items: center;
  padding-left: 50px;
  color: white;
}

.hero-content {
  margin-top: 200px;
  max-width: 500px;
}

.hero-content h5 {
  font-family: "Playfair Display";
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.hero-content h1 {
    text-transform: capitalize;
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hero-content .btn {
  letter-spacing: 0.18em;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid transparent; 
  background: linear-gradient(to left, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #1c1c1c;
  font-size: 13px;
  text-transform:uppercase;
  text-decoration: none;
  transition: all 0.5s ease;
}

.hero-content .btn:hover {
  background-position:left bottom;
  color: #fff;
  border-color: #fff;
}

/* Tablet Version - 768px to 1024px */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero-section {
    height: 45vh;
    padding-left: 50px;
    background-position: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-content {
    margin-top: 200px;
    max-width: 500px;
  }

  .hero-content h1 {
    font-size: 27px;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }

  .hero-content h5 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}

/* Mobile Version - Up to 768px */
@media (max-width: 768px) {
  .hero-section {
        height: 45vh;
        padding: 0 50px;
        background-position: center center;
        background-size: cover;
        justify-content: center;
        align-items: center;
  }

  .hero-content {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }

}

/* Small Mobile - Up to 480px */
@media (max-width: 480px) {
 .hero-section {
        text-align: center;
        height: 55vh;
        padding: 0 15px;
    }
}

/**************************************************************************************************/

/* Mission Section - Desktop */
.mission-section {
    min-height: 60vh;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Mission container now fully centered as one block */
.mission-container {
    max-width: 800px;
    text-align: center;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Bag Icon */
.bag-icon {
    width: 200px;
    height: 140px;
    opacity: 0.8;
    animation: float 3s ease-in-out infinite;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bag-icon img,
.bag-icon svg {
    display: block;
    width: 100%;
    height: auto;
    stroke: #666;
    stroke-width: 1.5;
    fill: none;
}

/* Background lighting effect */
.mission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.3) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    pointer-events: none;
}

/* Title */
.mission-title {
    font-size: 32px;
    font-weight: 400;
    color: #1c1c1c;
    letter-spacing: 3px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-transform: capitalize;
    animation: slideInUp 1s 
ease-out 0.3s both;
    max-width: 700px;
}

/* Navigation links */
.mission-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    animation: slideInUp 1s ease-out 0.6s both;
    flex-wrap: wrap;
}

.mission-link {
    position: relative;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
}

.mission-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #333;
    transition: width 0.3s ease;
}

.mission-link:hover {
    color: #333;
    transform: translateY(-2px);
}

.mission-link:hover::after {
    width: 100%;
}

.mission-link.active {
    color: #1c1c1c;
}

.mission-link.active::after {
    width: 100%;
}

/* Decorative elements */
.decoration {
    position: absolute;
    opacity: 0.1;
}

.decoration-1 {
    top: 20%;
    left: 10%;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.decoration-2 {
    bottom: 25%;
    right: 15%;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    transform: rotate(45deg);
    animation: rotate 15s linear infinite reverse;
}

.decoration-3 {
    top: 60%;
    left: 5%;
    width: 2px;
    height: 80px;
    background: #ccc;
    animation: float 4s ease-in-out infinite;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

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

/* Tablet Version - 768px to 1024px */
@media (max-width: 1024px) and (min-width: 769px) {
    .mission-section {
        min-height: 60vh;
        padding: 80px 30px;
    }

    .mission-container {
        max-width: 700px;
    }

    .bag-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 50px;
    }

    .mission-title {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .mission-nav {
        gap: 18px;
    }

    .mission-link {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* Mobile Version - up to 768px */
@media (max-width: 768px) {
    .mission-section {
        min-height: 55vh;
        padding: 40px 20px;
    }

    .mission-container {
        max-width: 100%;
        align-items: center;
    }

    .bag-icon {
        width: 160px;
        height: 100px;
        margin-bottom: 30px;
        margin-left: 0; /* removed manual offset to center it */
    }

    .mission-title {
        font-size: 22px;
        letter-spacing: 0.18em;
        margin-bottom: 30px;
    }

    .mission-nav {
        gap: 16px;
        flex-wrap: wrap;
    }

    .mission-link {
        font-size: 13px;
    }

    .decoration-1,
    .decoration-2,
    .decoration-3 {
        display: none;
    }
}

/***************************************************************************************************************/
/* Category Section - Desktop */
.category-section {
    background: #f1f1f1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    height: 100vh;
    padding: 1px 48px 80px 48px;
}

.category-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Image container inside card - **UPDATED** */
.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Use 'attr()' to get the background image URL from the 'data-background' attribute */
    background-image: attr(data-background url); /* This line reads the data attribute */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

/* Different background images */
.women-card {
    grid-row: 1 / 3;
}

 .women-card::before {
    background-image: url('https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/Media_grid_-_women_collection.webp');
}

.men-card::before {
    background-image: url('https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/Media_grid_-_men_collection.webp');
}

.accessories-card::before {
    background-image: url('https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/Media_grid_-_accessories.webp');
} 

/* Hover zoom */
.category-card:hover::before {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-title {
    font-family: "Playfair Display";
    color: white;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.category-title1 {
    font-family: "Playfair Display";
    color: white;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.category-title2 {
    font-family: "Playfair Display";
    color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.men-card .category-title,
.accessories-card .category-title {
    font-size: 2rem;
    letter-spacing: 0.18em;
}



/* Tablet Version - 768px to 1024px */
@media (max-width: 1024px) and (min-width: 769px) {
    /* Category Section - Tablet */
    .category-section {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 25px;
        height: 90vh;
        padding: 1px 30px 60px 30px;
    }

    .women-card {
        grid-row: 1 / 3;
    }

    .category-title {
        font-size: 28px;
        letter-spacing: 6px;
    }

    .category-title1 {
        font-size: 20px;
        letter-spacing: 6px;
    }

    .category-title2 {
        font-size: 15px;
        letter-spacing: 6px;
    }

    .men-card .category-title,
    .accessories-card .category-title {
        font-size: 1.8rem;
        letter-spacing: 5px;
    }
}

/* Mobile Version - Up to 768px */

@media (max-width: 768px) {
    /* Category Section - Mobile */
   .category-section {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        height: auto;
        gap: 25px;
        padding: 30px 20px 60px 20px;
    }

    .women-card {
        height: 45vh;
    }

    .men-card,
    .accessories-card,.cat-card-20{
        height: 32vh;
    }

    .category-title {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .category-title1 {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .category-title2 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .men-card .category-title,
    .accessories-card .category-title {
        font-size: 18px;
        letter-spacing: 3px;
    }
}
/**********************************************************************************************/

.banner-section {
    background-color: #f1f1f1;
    position: relative;
    border-top: 1px solid #e3e3e3fc;
    border-bottom: 1px solid #e3e3e3fc;
    overflow: hidden;
}

.scrolling-banner {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.banner-content {
    display: flex;
    align-items: center;
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: max-content;
}

.banner-left {
    animation-name: scroll-left;
}

.banner-right {
    animation-name: scroll-right;
}
/* 
.banner-text {
    font-family: "Playfair Display";
    font-size: 63px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #b3b3b3;
    text-transform: capitalize;
    margin: 0 20px;
} */

.banner-text {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #6c6666;
    text-transform: capitalize;
    margin: 0 20px;
}

.banner-image {
    width: 100px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.bag-image-1 {
    background-image: url('https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/bag-scroll-1.png');
}

.bag-image-2 {
    background-image: url('https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/bag-scroll-2.png');
}

/* Keyframes for infinite scroll */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .banner-text {
        font-size: 2.5rem;
        letter-spacing: 4px;
        margin: 0 20px;
    }
    .banner-image {
        width: 60px;
        height: 45px;
        margin: 0 20px;
    }
}
@media (max-width: 480px) {
    .banner-text {
        font-size: 1.8rem;
        letter-spacing: 3px;
        margin: 0 15px;
    }
    .banner-image {
        width: 50px;
        height: 38px;
        margin: 0 15px;
    }

}

/*****************************************************************************************/
  .add-to-cart-btn {
            position: absolute;
            bottom: 12px;
            right: 10px;
            width: 25px;
            height: 25px;
            background: #fff;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            z-index: 2;
        }
        
        .product-card:hover .add-to-cart-btn {
            opacity: 1;
            visibility: visible;
        }
        
        .add-to-cart-btn svg {
            width: 16px;
            height: 16px;
        }
        
        .product-image-wrapper {
            position: relative;
            overflow: hidden;
        }
        
        @media (max-width: 768px) {
            .add-to-cart-btn {
                width: 20px;
                height: 20px;
                bottom: 8px;
                right: 8px;
            }
            
            .add-to-cart-btn svg {
                width: 16px;
                height: 16px;
            }
        }
/* Weekend Collection Section */
        .weekend-collection-area {
            padding:70px 0px 35px 0px;
            background: #f1f1f1;
            position: relative;
        }

        .weekend-main-container {
            padding: 16px 48px;
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
        }

        .weekend-header-section {
            text-align: center;
            margin-bottom: 60px;
        }

        .weekend-small-title {
            font-family: 'Playfair Display';
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 3px;
            color: #1c1c1c;
            margin-bottom: 10px;
            text-transform: capitalize;
        }

        .weekend-main-title {
            font-size: 20px;
            font-weight: 400;
            color: #1c1c1c;
            letter-spacing: 5px;
            margin-bottom: 0;
            text-transform: capitalize;
        }

        /* Slider Container */
        .weekend-slider-container {
            position: relative;
            overflow: hidden;
        }

        .weekend-products-grid {
            display: flex;
            gap: 30px;
            transition: transform 0.3s ease;
            will-change: transform;
        }

        .weekend-product-item {
            flex: 0 0 calc(25% - 22.5px); /* 4 products visible on desktop */
            text-align: center;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .weekend-product-item:hover {
            transform: translateY(-5px);
        }

        .weekend-product-visual {
            width: 100%;
            height:250px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin-bottom: 20px;
            position: relative;
        }

        .weekend-product-badge {
            font-family: 'Playfair Display';
            position: absolute;
            top: -25px;
            left: 15px;
            color: #000000a6;
            padding: 6px 12px;
            font-size: 12px;
            font-weight: 400;
            border-radius: 2px;
            letter-spacing: 1px;
            text-transform: capitalize;
            z-index: 2;
        }

        .weekend-product-title {
    margin-top: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 8px;
    line-height: 1.6;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}

     .weekend-product-cost {
    letter-spacing: 1.2px;
    font-family: 'Albert Sans';
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

        /* Navigation Buttons */
        .weekend-slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid #ddd;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .weekend-slider-nav:hover {
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .weekend-prev-btn {
            left: 0px;
        }

        .weekend-next-btn {
            right: 0px;
        }

        .weekend-slider-nav svg {
            width: 20px;
            height: 20px;
            color: #333;
        }

        .weekend-slider-nav.disabled {
            opacity: 0.3;
            cursor: not-allowed;
            pointer-events: none;
        }

        /* Tablet Version - 769px to 1024px */
        @media (max-width: 1024px) and (min-width: 769px) {
            .weekend-main-container {
                padding: 16px 30px;
            }

            .weekend-product-item {
                flex: 0 0 calc(33.333% - 20px); /* 3 products on tablet */
            }

            .weekend-slider-nav {
                width: 45px;
                height: 45px;
            }

            .weekend-prev-btn {
                left: -22px;
            }

            .weekend-next-btn {
                right: -22px;
            }
        }

        /* Mobile Version - Up to 768px */
        @media (max-width: 768px) {
            .weekend-collection-area {
                padding: 60px 0;
            }

            .weekend-main-container {
                padding: 16px 20px;
            }

            .weekend-header-section {
                margin-bottom: 40px!important;
            }

            .weekend-main-title {
                font-size: 18px;
                letter-spacing: 3px;
            }

            .weekend-products-grid {
                gap: 20px;
            }

            .weekend-product-item {
                flex: 0 0 calc(50% - 10px); /* 2 products on mobile */
            }

            .weekend-product-visual {
                height: 250px;
            }

            .weekend-slider-nav {
                width: 40px;
                height: 40px;
            }

            .weekend-prev-btn {
                left: 0px;
            }

            .weekend-next-btn {
                right: 0px;
            }

            .weekend-slider-nav svg {
                width: 16px;
                height: 16px;
            }
        }

        @media (max-width: 480px) {
            .weekend-main-title {
                font-size: 16px;
                letter-spacing: 2px;
            }

            .weekend-product-item {
                flex: 0 0 100%; /* 1 product on small mobile */
            }

            .weekend-products-grid {
                gap: 15px;
            }
        }

        /* Animation for products */
        .weekend-product-item {
            opacity: 0;
            transform: translateY(30px);
            animation: weekendFadeIn 0.6s ease forwards;
        }

        .weekend-product-item:nth-child(1) { animation-delay: 0.1s; }
        .weekend-product-item:nth-child(2) { animation-delay: 0.2s; }
        .weekend-product-item:nth-child(3) { animation-delay: 0.3s; }
        .weekend-product-item:nth-child(4) { animation-delay: 0.4s; }
        .weekend-product-item:nth-child(5) { animation-delay: 0.5s; }

        @keyframes weekendFadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

/* **************************************************************************************************************** */
.video-section {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 80vh;          /* screen ka 50% height */
    max-height: 600px;     /* max limit */
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.video-poster,
.actual-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Overlay content (centered) */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    padding: 20px;
}

/* Play button */
.play-button {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    margin-top: 20px;
}
.play-button:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.play-icon {
    width: 0;
    height: 0;
    border-left: 15px solid #3e36367a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 5px;
}

/* Video content text */
.video-content {
    color: white;
    z-index: 2;
    margin-bottom: 15px;
}
.video-subtitle {
    font-family: 'Albert Sans';
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 10px;
    opacity: 0.9;
}
.video-title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
}

/* Hide poster when playing */
.actual-video {
    display: none;
}
.video-container.playing .video-poster,
.video-container.playing .video-overlay {
    display: none;
}
.video-container.playing .actual-video {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .video-title {
        font-size: 28px;
    }
    .play-button {
        width: 60px;
        height: 60px;
    }
    .play-icon {
        border-left: 14px solid #333;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}
@media (max-width: 480px) {
    .video-title {
        font-size: 22px;
    }
    .video-subtitle {
        font-size: 12px;
    }
}
/* *********************************************************************************** */
/* Shop Our Looks Slider CSS - Mobile Optimized */

.weekend-collection-area {
            padding: 80px 0;
            background: #efefef;
        }

        .weekend-main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .weekend-header-section {
            text-align: center;
            margin-bottom: 75px;
        }

      .weekend-small-title {
    font-family: 'Albert Sans';
    font-size: 14px;
    color: #1c1c1c;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

      .weekend-main-title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 400;
    color: #1c1c1c;
    text-transform: capitalize;
    letter-spacing: 3px;
}

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

        .slider-track-container {
            margin: auto;
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 1050px;
            height: 800px;
        }

        .product-slides-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            height: 100%;
            width: 100%;
        }

        .product-slide-item {
            min-width: 100%;
            width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            background: linear-gradient(135deg, #e8e3d8 0%, #f0ebe2 100%);
            flex-shrink: 0;
            box-sizing: border-box;
        }

        .slide-image-section {
            flex: 1.1;
            position: relative;
            overflow: hidden;
        }

	.slide-main-image {
    width: 640px;
    height: 800px;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 0.3s 
ease;
}

        .slide-image-section:hover .slide-main-image {
            transform: scale(1.05);
        }

        .slide-content-section {
            flex: 0.7;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #efefef;
        }

        .product-details-card {
            text-align: center;
            max-width: 400px;
            padding: 20px;
        }

.product-category-label {
    font-size: 14px;
    color: #1c1c1c;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

        .product-showcase-image {
            width: 350px;
            height: 350px;
            object-fit: cover;
            margin: 0 auto 20px;
            transition: transform 0.3s ease;
        }

        .product-showcase-image:hover {
            transform: translateY(-10px);
        }

       .product-title-name {
    text-transform: capitalize;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
}

        .product-price-display {
			font-weight:500;
            font-size: 15px;
            color: #000;
            margin-bottom: 30px;
            letter-spacing: 1.2px;
        }
.product-view-btn {
    background: transparent;
    color: white;
    border: 1px solid #1c1c1c;
    padding: 15px 40px;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
    margin-bottom: 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-view-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    transition: left 0.4s ease;
    z-index: -1;
}
.product-view-btn:hover::before {
    left: 100%;
}
.product-view-btn:hover {
    color: #1c1c1c;
}

        .slide-navigation-dots {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .nav-dot-indicator {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #ccc;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nav-dot-indicator.dot-active {
            background: #333;
            transform: scale(1.2);
        }

        .slider-nav-controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.9);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #333;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .slider-nav-controls:hover {
            background: #fff;
            transform: translateY(-50%) scale(1.1);
        }

        .slider-prev-btn {
            left: 1px;
        }

        .slider-next-btn {
            right: 1px;
        }

        .product-dots-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
        }

        .product-dot {
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: rgba(255,255,255,0.9);
            border: 2px solid rgba(255,255,255,0.7);
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-dot:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: rgba(0,0,0,0.4);
            transition: all 0.3s ease;
        }

        .product-dot:hover {
            background: rgba(255,255,255,1);
            transform: scale(1.2);
            border-color: rgba(255,255,255,1);
            box-shadow: 0 3px 10px rgba(0,0,0,0.3);
        }

        .product-dot.active {
            background: white;
            border-color: #d4af37;
            transform: scale(1.3);
            box-shadow: 0 3px 15px rgba(0,0,0,0.4);
        }

        .product-dot.active:before {
            background: #d4af37;
        }

        /* Individual dot positions for each slide */
      .product-slide-item[data-slide="0"] .product-dot[data-product="0"] {
    top: 57%;
    left: 74%;
}

        .product-slide-item[data-slide="0"] .product-dot[data-product="1"] {
            top: 60%;
            right: 20%;
        }

       .product-slide-item[data-slide="1"] .product-dot[data-product="0"] {
    top: 49%;
    right: 34%;
}

.product-slide-item[data-slide="2"] .product-dot[data-product="0"] {
    top: 49%;
    right: 50%;
}

.product-slide-item[data-slide="3"] .product-dot[data-product="0"] {
    top: 59%;
    right: 60%;
}

        .product-slide-item[data-slide="1"] .product-dot[data-product="1"] {
            top: 65%;
            left: 40%;
        }

        /* Off-canvas overlay */
        .offcanvas-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .offcanvas-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Off-canvas drawer */
        .shop-offcanvas {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: white;
            border-radius: 20px 20px 0 0;
            box-shadow: 0 -10px 30px rgba(0,0,0,0.2);
            z-index: 999;
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            max-height: 70vh;
            overflow-y: auto;
        }

        .shop-offcanvas.active {
            transform: translateY(0);
        }

        .offcanvas-header {
            position: sticky;
            top: 0;
            background: white;
            padding: 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 20px 20px 0 0;
        }

        .offcanvas-handle {
            width: 40px;
            height: 4px;
            background: #ddd;
            border-radius: 2px;
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
        }

        .offcanvas-title {
            font-size: 18px;
            font-weight: 500;
            color: #333;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0;
        }

        .offcanvas-close {
            background: none;
            border: none;
            font-size: 24px;
            color: #666;
            cursor: pointer;
            padding: 5px;
            line-height: 1;
        }

        .offcanvas-body {
            padding: 20px;
        }

        .offcanvas-product {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .offcanvas-product:last-child {
            border-bottom: none;
        }

        .offcanvas-product-image {
            width: 80px;
            height: 80px;
            object-fit: contain;
            border-radius: 8px;
            background: #f8f8f8;
            flex-shrink: 0;
        }

        .offcanvas-product-details {
            flex: 1;
        }

        .offcanvas-product-category {
            font-size: 10px;
            color: #999;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        .offcanvas-product-name {
            font-size: 16px;
            color: #333;
            font-weight: 500;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .offcanvas-product-price {
            font-size: 18px;
            color: #d4af37;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .offcanvas-view-btn {
            background: #1c1c1c;
            color: white;
            border: none;
            padding: 8px 16px;
            font-size: 11px;
            letter-spacing: 1px;
            text-transform: capitalize;
            cursor: pointer;
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .offcanvas-view-btn:hover {
            background: #333;
        }

       

        /* Mobile Styles */
        @media (max-width: 768px) {
            .weekend-collection-area {
                padding: 60px 0;
            }

            .weekend-main-title {
                font-size: 36px;
            }
            
            .product-showcase-slider {
                overflow: hidden !important;
            }

            .slider-track-container {
                height: auto;
                min-height: 600px;
                overflow: hidden !important;
            }
            
            .product-slides-track {
                width: 100% !important;
            }

            .product-slide-item {
                flex-direction: column;
                min-height: auto;
                min-width: 100% !important;
                width: 100% !important;
                flex-shrink: 0 !important;
            }

            .slide-image-section {
                flex: none;
                height: 600px;
                width: 100%;
            }

            .slide-content-section {
                display: none !important;
            }

            .slider-nav-controls {
                width: 45px;
                height: 45px;
                font-size: 18px;
            }

            .slider-prev-btn {
                left: 15px;
            }

            .slider-next-btn {
                right: 15px;
            }

            .product-dot {
                width: 18px;
                height: 18px;
            }

            .product-dot:before {
                width: 5px;
                height: 5px;
            }

            /* Mobile specific dot positions */
           .product-slide-item[data-slide="0"] .product-dot[data-product="0"] {
        top: 70%;
        left: 70%;
    }
            .product-slide-item[data-slide="0"] .product-dot[data-product="1"] {
                top: 45%;
                right: 25%;
            }
            
            .product-slide-item[data-slide="1"] .product-dot[data-product="0"] {
                top: 45%;
                right: 25%;
            }

            .product-slide-item[data-slide="1"] .product-dot[data-product="1"] {
                top: 50%;
                left: 40%;
            }
        }

@media (max-width: 767px) {
    .slide-main-image {
        object-position: center center;
    }
}


        @media (max-width: 480px) {
            .weekend-main-title {
                font-size: 28px;
            }
            
            .slider-track-container {
                min-height: 350px;
            }
            
            .slide-image-section {
                height: 425px;
            }
              .slide-main-image {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        display: block;
        margin: 0 auto;
    }
            .slider-nav-controls {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
            
            .slider-prev-btn {
                left: 10px;
            }

            .slider-next-btn {
                right: 10px;
            }
        }

/*********************************************************************************************************/

.hero-content1 {
		margin-left:60px;
      max-width: 600px;
    }

  .hero-content1 h5 {
    font-family: "Playfair Display";
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}

  .hero-content1 h1 {
    font-size: 27px;
    letter-spacing: 4px;
    font-weight: 400;
	text-transform: capitalize;
    margin-bottom: 20px;
}

  .hero-content1 .btn {
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 30px;
  
  /* Set a transparent border for a smoother transition */
  border: 2px solid transparent; 

  /* Set up the gradient for the wipe effect */
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom; /* Start with the solid part visible */

  color: #1c1c1c; /* Initial text color */
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease; /* Animate all properties smoothly */
}

.hero-content1 .btn:hover {
  background-position: right bottom; /* Slide the transparent part in from the right */
  color: #fff; /* Change the text color to be visible on the transparent background */
  border-color: #fff; /* Change the border color to white on hover */
}

/* Mobile Styles (768px and below) */
@media (max-width: 768px) {
    .hero-content1 {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 100%;
        text-align: center;
    }

   
}

/* Small Mobile Styles (480px and below) */
@media (max-width: 480px) {
    .hero-content1 {
        margin-left: 15px;
        margin-right: 15px;
        padding: 0 10px;
    }
 
}
	
/* 	********************************************************************************************************* */

/* Desktop */
.collaboration-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 120px 7%;
    background: #efefef;
}

.collaboration-section .content {
    padding: 5px;
    margin-top: 50px;
    flex: 1;
}

.collaboration-section .subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 10px;
}

.collaboration-section h2 {
    color: #1c1c1c;
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.collaboration-section .desc {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 25px;
    max-width: 375px;
}

.collaboration-section .btn {
    display: inline-block;
    padding: 12px 26px;
    background: linear-gradient(to left, #000 50%, transparent 50%) right;
    background-size: 200% 100%;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    border: 1px solid #1c1c1c;
    transition: all 0.4s ease;
}

.collaboration-section .btn:hover {
    background-position: left;
    color: #1c1c1c;
}

.collaboration-section .images {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.collaboration-section .images img {
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.collaboration-section .images .img-front {
    margin-top: -40px;
    position: relative;
    z-index: 1;
    margin-left: 120px;
}

.collaboration-section .images .img-back {
    position: absolute;
    top: 155px;
    left: -111px;
    z-index: 2;
    width: 320px;
}

/* Mobile */
@media (max-width:1024px) {
    .collaboration-section {
        flex-direction: column;
        padding: 60px 20px;
        gap: 30px;
        text-align: left;
    }
    
   .collaboration-section .images {
        order: -1;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .collaboration-section .images .img-front {
        margin: 0;
        right: 35px !important;
        top: auto;
        width: 100%;
        max-width: 250px;
        z-index: 0;
    }
    
  .collaboration-section .images .img-back {
        margin: 0;
        left: 125px;
        top: auto;
        width: 100%;
        max-width: 160px;
        z-index: 1;
        margin-top: 235px;
    }
    
    .collaboration-section .desc {
        max-width: 100%;
    }
}


/* ************************************************************************************************** */

/* Desktop Styles */
.compare-section {
    padding: 30px 0 75px 0;
    background: #efefef;
}

.compare-container {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: auto;
    overflow: hidden;
}

.compare-back,
.compare-foreground img {
    display: block;
    width: 100%;
    height: auto;
}

.compare-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.compare-foreground img {
    object-position: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compare-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    z-index: 2;
}

.compare-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: ew-resize;
}

.compare-handle .arrow {
    display: inline-block;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 4px;
}

.compare-handle .arrow.left {
    transform: rotate(135deg);
    margin-right: 4px;
}

.compare-handle .arrow.right {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.compare-label {
    position: absolute;
    bottom: 20px;
}
.compare-label h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Playfair Display';
}

.left-label {

    padding: 10px;
    background: #ffffffb8;
    left: 20px;
    opacity: 1;
}

.right-label {
	 padding: 10px;
    background:#ffffffb8;
    right: 20px;
    opacity: 1;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .compare-section {
        padding: 20px 15px 40px 15px;
    }
    
    .compare-container {
        max-width: 100%;
        margin: 0;
    }
    
    .compare-handle {
        width: 35px;
        height: 35px;
    }
    
    .compare-handle .arrow {
        border-width: 0 1.5px 1.5px 0;
        padding: 3px;
    }
    
    .compare-divider {
        width: 1.5px;
    }
    
    .compare-label {
        bottom: 15px;
    }
    
    .compare-label h4 {
        font-size: 11px;
        letter-spacing: 0.15em;
    }
    
    .compare-label a {
        font-size: 11px;
    }
    
    .left-label {
        left: 15px;
    }
    
    .right-label {
        right: 15px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .compare-section {
        padding: 35px 30px 50px 30px;
    }
    
    .compare-handle {
        width: 30px;
        height: 30px;
    }
    
    .compare-handle .arrow {
        border-width: 0 1px 1px 0;
        padding: 2px;
    }
    
    .compare-label {
        bottom: 10px;
    }
    
    .compare-label h4 {
        font-size: 6px;
        letter-spacing: 0.12em;
    }
    
    .compare-label a {
        font-size: 7px;
    }
    
    .left-label {
        left: 5px;
    }
    
    .right-label {
        right:5px;
    }
}
/***********************************************************************************************************/
/* Desktop Styles */
        @media (min-width: 769px) {
               .premium-narrative-showcase {
        position: relative;
        min-height: 200vh;
        background: url('https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?w=1200') center/cover no-repeat;
        overflow: hidden;
    }

    .fixed-backdrop-layer {
        position: fixed;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

    /* Fixed Image Container - Left Side */
    .fixed-story-images {
        position: fixed;
        left: 15%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 35%;
        max-width: 500px;
        height: auto;
    }

    .fixed-story-images .premium-visual-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fixed-story-images img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        transition: opacity 0.6s ease;
    }

            /* Scrolling Text Container - Right Side */
            .scrolling-text-container {
                position: relative;
                z-index: 5;
                margin-left: 55%;
                padding-right: 8%;
                padding-top: 10vh;
            }

            .premium-text-content {
				text-align: center;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 60px 40px;
                max-width: 450px;
            }

            .premium-text-content h4 {
                font-size: 20px;
                letter-spacing: 3px;
                text-transform: capitalize;
                margin-bottom: 15px;
                color: rgba(255, 255, 255, 0.7);
                font-weight: 400;
            }

            .premium-text-content h2 {
                font-family: "Playfair Display", serif;
                font-size: 25px;
                font-weight: 400;
                letter-spacing: 0.1em;
                text-transform: capitalize;
                margin-bottom: 25px;
                color: #fff;
                line-height: 1.3;
            }

            .premium-text-content p {
                font-size: 14px;
                line-height: 1.6;
                margin-bottom: 30px;
                color: rgba(255, 255, 255, 0.85);
            }

          .premium-text-content a {
    margin: 0 auto;
    width: fit-content;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px;
    transition: border-color 0.3s ease;
    letter-spacing: 1px;
}

            .premium-text-content a:hover {
                border-color: #fff;
            }

            /* Hide mobile elements */
            .premium-story-card,
            .premium-mobile-nav-dots {
                display: none;
            }
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .premium-narrative-showcase {
                min-height: 100vh;
                background: url('https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?w=800') center/cover no-repeat;
                position: relative;
            }

            .fixed-backdrop-layer {
                position: absolute;
                inset: 0;
                background: rgba(0, 0, 0, 0.5);
            }

            /* Hide desktop elements */
            .fixed-story-images,
            .scrolling-text-container {
                display: none;
            }

            /* Mobile Cards */
            .premium-story-card {
                display: none;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 35px;
                padding: 50px 25px;
                min-height: 100vh;
                position: relative;
                z-index: 10;
            }

            .premium-story-card.card-active {
                display: flex;
            }

            .premium-visual-wrapper {
                width: 100%;
                max-width: 320px;
            }

            .premium-visual-wrapper img {
                width: 100%;
                height: auto;
                border-radius: 8px;
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
            }

            .premium-text-content {
                text-align: center;
                max-width: 90%;
            }

            .premium-text-content h4 {
                font-size: 11px;
                letter-spacing: 2px;
                text-transform: capitalize;
                margin-bottom: 12px;
                color: rgba(255, 255, 255, 0.7);
            }

            .premium-text-content h2 {
                font-family: "Playfair Display", serif;
                font-size: 24px;
                font-weight: 400;
                letter-spacing: 0.12em;
                text-transform: capitalize;
                margin-bottom: 18px;
                color: #fff;
                line-height: 1.3;
            }

            .premium-text-content p {
                font-size: 14px;
                line-height: 1.7;
                margin-bottom: 20px;
                color: rgba(255, 255, 255, 0.85);
            }

            .premium-text-content a {
                display: inline-block;
                font-size: 13px;
                color: #fff;
                text-decoration: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                padding-bottom: 3px;
            }

            /* Mobile Navigation Dots */
            .premium-mobile-nav-dots {
                position: absolute;
                bottom: 12px;
                left: 50%;
                transform: translateX(-50%);
                display: flex;
                gap: 15px;
                z-index: 20;
            }

            .premium-nav-dot {
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.4);
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .premium-nav-dot.dot-active {
                background: #fff;
                transform: scale(1.3);
            }
        }

        /* Small Mobile */
        @media (max-width: 480px) {
            .premium-story-card {
                padding: 40px 20px;
                gap: 30px;
            }

            .premium-visual-wrapper {
                max-width: 280px;
            }

            .premium-text-content h2 {
                font-size: 20px;
            }

            .premium-text-content p {
                font-size: 13px;
            }
        }
/***********************************************************************************************/
/* Desktop Styles */
.narrative-scroll-wrapper {
    position: relative;
    height: 200vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.narrative-fixed-viewport {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    padding: 60px 120px;
    gap: 60px;
    align-items: center;
}

.narrative-image-container {
    flex: 0 0 45%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.narrative-img-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.8s ease;
}

.narrative-img-primary {
    opacity: 1;
}

.narrative-img-secondary {
    opacity: 0;
}

.narrative-content-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 80px 60px;
    min-height: 500px;
}

.narrative-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.narrative-content-panel {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.narrative-panel-first {
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
}

.narrative-panel-second {
    margin-top: 150px;
    transform: translateY(100%);
    opacity: 0;
    z-index: 1;
}

.narrative-slide-label {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.narrative-content-panel h2 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.narrative-content-panel p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 1;
}

.narrative-cta-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
}

.narrative-cta-link:hover {
    opacity: 0.7;
}

/* Dots Navigation - Hidden on Desktop */
.narrative-dots-nav {
    display: none;
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .narrative-fixed-viewport {
        padding: 40px 60px;
        gap: 40px;
    }

    .narrative-content-container {
        padding: 60px 40px;
        min-height: 400px;
    }

    .narrative-content-panel h2 {
        font-size: 26px;
        letter-spacing: 3px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .narrative-scroll-wrapper {
        height: auto;
        min-height: 100vh;
        background-attachment: scroll;
    }

    .narrative-fixed-viewport {
        flex-direction: column;
        padding: 20px 10px; /* Reduced side padding for wider image */
        gap: 20px;
        position: relative;
        height: auto;
    }

    .narrative-image-container {
        height: 48vh; /* Increased height slightly */
        max-height: 400px;
        order: 1;
        width: calc(100% + 20px); /* Wider than container */
        margin-left: -10px; /* Center the wider image */
        margin-right: -10px;
        flex: none;
        overflow: hidden;
    }

    .narrative-content-container {
        height: auto;
        min-height: auto;
        order: 2;
        padding: 40px 25px;
        width: 100%;
    }

    .narrative-slider-wrapper {
        position: relative;
        overflow: hidden;
        min-height: 280px;
    }

    .narrative-content-panel {
        position: relative;
        transform: none !important;
        opacity: 1 !important;
        transition: all 0.4s ease;
    }

    .narrative-panel-first,
    .narrative-panel-second {
        margin-top: 0;
    }

    .narrative-panel-second {
        display: none;
    }

    .narrative-panel-second.panel-mobile-show {
        display: block;
        animation: slideInUp 0.4s ease;
    }

    .narrative-panel-first.panel-mobile-hide {
        display: none;
    }

    .narrative-content-panel h2 {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }

    .narrative-content-panel p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .narrative-slide-label {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .narrative-cta-link {
        font-size: 13px;
    }

    /* Dots Navigation for Mobile */
    .narrative-dots-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 25px;
    }

    .narrative-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .narrative-dot.dot-is-active {
        width: 28px;
        border-radius: 5px;
        background: white;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
   .narrative-image-container {
        margin-top: 30px;
        width: 80%;
        height: 50vh;
        max-height: 346px;
    }

    .narrative-content-container {
        padding: 30px 20px;
    }

    .narrative-content-panel h2 {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .narrative-content-panel p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

/* Slide In Animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    

/* ********************************************************************************************** */
      .mobile-blog-section
 {
    border-bottom: 1px solid #cdc8c8;
    background: #efefef;
    text-align: center;
    padding: 80px 20px;
}

       .mobile-blog-section .mobile-blog-title-small {
    font-family: "Playfair Display";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #1c1c1c;
}

        .mobile-blog-section .mobile-blog-title-main {
            font-size: 32px;
            font-weight: 400;
            letter-spacing:3px;
            margin-bottom: 75px;
        }

        .mobile-blog-container {
            padding: 0px 28px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            margin: 0 auto;
        }

        .mobile-blog-card {
            text-align: left;
        }

        .mobile-blog-card .mobile-blog-image {
            width: 100%;
            height: auto;
            display: block;
            margin-bottom: 15px;
        }

        .mobile-blog-card .mobile-blog-category {
			text-transform: capitalize;
            font-family: 'Playfair Display';
            display: block;
            font-size: 12px;
            letter-spacing: 0.18em;
            font-weight: 400;
            color: #1c1c1ca6;
            margin-bottom: 15px;
        }

        .mobile-blog-card .mobile-blog-heading {
            font-family: "Albert Sans";
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 15px;
            letter-spacing: 1.2px;
        }

        .mobile-blog-card .mobile-blog-link {
            font-size: 14px;
            text-decoration: none;
            color: #1c1c1c;
            border-bottom: 1px solid #1c1c1c;
            padding-bottom: 2px;
        }

        .mobile-blog-discover-btn {
            font-family: "Albert Sans";
            display: inline-block;
            margin-top: 40px;
            padding: 12px 24px;
            font-size: 13px;
            letter-spacing: 0.18em;
            cursor: pointer;
            text-transform: capitalize;
            border: 2px solid #000;
            position: relative;
            overflow: hidden;
            z-index: 1;
            background: linear-gradient(to left, #000 50%, transparent 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            color: #fff;
            transition: all 0.4s ease;
            text-decoration: none;
        }

        .mobile-blog-discover-btn:hover {
            color: #1c1c1c;
            background-position: left bottom;
        }

        /* Mobile Slider - Hide scrollbar but keep functionality */
        @media (max-width: 767px) {
            .mobile-blog-section {
                padding: 60px 20px;
            }

            .mobile-blog-section .mobile-blog-title-main {
                font-size: 20px;
                margin-bottom: 40px;
            }

            .mobile-blog-container {
                display: flex;
                gap: 30px;
                padding: 0px 20px;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                /* Hide scrollbar */
                scrollbar-width: none;
                -ms-overflow-style: none;
            }

            .mobile-blog-container::-webkit-scrollbar {
                display: none;
            }

            .mobile-blog-card {
                flex: 0 0 280px;
                scroll-snap-align: start;
            }
          .mobile-blog-card .mobile-blog-heading {
    line-height: 1.6;
    color: #1c1c1c;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0.18em;
}
           
        }

        /* Smaller mobile screens */
        @media (max-width: 480px) {
            .mobile-blog-card {
                flex: 0 0 250px;
            }
            
            .mobile-blog-container {
                gap: 20px;
            }
        }

/*********************************************************************************************************/

 .blog-section {
    background: #efefef;
    text-align: center;
    padding: 80px 20px 10px 20px;
}

.blog-section .blog-title-small {
    font-family: 'Albert Sans';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.blog-section .blog-title-main {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.mobile-unique-product-section {
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    padding: 10px 0px 60px 0px;
}

/* Image Slider */
.mobile-unique-slider {
    position: relative;
    width: 600px;
    overflow: hidden;
}

.mobile-unique-slides {
    margin-top: -120px;
    display: flex;
    transition: transform 0.5s ease;
}
.mobile-unique-slide {
    min-width: 100%;
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.mobile-unique-slide img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: contain;
    margin: 0;
    padding: 0;
    vertical-align: middle; /* add this */
}

.mobile-unique-dots {
    text-align: center;
/*     margin-top: 15px; */
    margin-top: -65px;
	
}

.mobile-unique-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.mobile-unique-dot.active {
    background-color: #000;
}

/* Product Details */
.mobile-unique-product-details {
	margin-top: 50px;
    max-width: 430px;
}

.mobile-unique-product-details h4 {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #1c1c1c;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.mobile-unique-product-details h2 {
    width: 100%;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "Playfair Display";
    font-size: 22px;
    margin: 5px 0;
    text-transform: capitalize;
}

.mobile-unique-product-details .mobile-unique-price {
    font-weight: 500;
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #bdb9b9a6;
    font-family: 'Albert Sans';
    letter-spacing: 1.2px;
    color: #000000;
    font-size: 18px;
}

.mobile-unique-product-details p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #1c1c1c;
    margin-bottom: 15px;
}

.mobile-unique-color-box {
    display: flex;
    width: 25px;
    height: 25px;
    border: 1px solid #0e0d0d;
    background-color: #a0522d;
}

.mobile-unique-qty {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.mobile-unique-qty button {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

.mobile-unique-qty input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.mobile-unique-add-to-cart {
    display: block;
    background: linear-gradient(to right, transparent 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    text-transform: capitalize;
    padding: 16px;
    text-align: center;
    border: 2px solid #000;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.18em;
    transition: all 0.5s ease;
}

.mobile-unique-add-to-cart:hover {
    background-position: left bottom;
    color: #1c1c1c;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .blog-section {
        padding: 60px 20px;
    }

    .blog-section .blog-title-main {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .mobile-unique-product-section {
        flex-direction: column;
        gap: 40px;
        padding: 20px;
        align-items: center;
    }

    .mobile-unique-slider {
        width: 100%;
        max-width: 400px;
    }

    .mobile-unique-slides {
        margin-top: 0;
    }
	
	  .mobile-unique-slide {
		height:auto;
    }
	  .mobile-unique-slide img {
		height:auto;
    }

    .mobile-unique-product-details {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
    }

    .mobile-unique-product-details h2 {
        width: 100%;
        font-size: 18px;
    }

    .mobile-unique-product-details .mobile-unique-price {
        font-size: 16px;
    }

    .mobile-unique-product-details p {
        font-size: 13px;
    }

    .mobile-unique-qty {
        margin: 25px 0;
    }

    .mobile-unique-qty button {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .mobile-unique-qty input {
        width: 50px;
        height: 35px;
        margin: 0 10px;
    }

    .mobile-unique-add-to-cart {
        font-size: 13px;
        padding: 15px;
        letter-spacing: 0.1em;
    }

    .mobile-unique-dots {
        margin-top: 15px;
    }

    .mobile-unique-dot {
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }
}

/* Small Mobile Screens */
@media (max-width: 480px) {
    .blog-section {
        padding: 50px 15px;
    }

    .blog-section .blog-title-main {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .mobile-unique-product-section {
        padding: 0px 15px 50px 15px;
        gap: 30px;
    }

    .mobile-unique-product-details h2 {
        font-size: 16px;
        line-height: 1.3;
    }

    .mobile-unique-product-details .mobile-unique-price {
        text-align: left;
        font-size: 15px;
        padding: 8px 0px 12px 0px;
    }

    .mobile-unique-product-details p {
        text-align: left;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .mobile-unique-qty {
        margin: 20px 0;
    }
	
	  .mobile-unique-slide {
		height:auto;
    }
	
	  .mobile-unique-slide img {
		height:auto;
    }
}

/***********************************************************************************************/

.custom-materials-section {
  position: relative;
  width: 100%;
  min-height: 80vh; /* full screen height */
  background: url("https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/Desktopleather.webp") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-materials-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.custom-materials-content
 {
    background: #fff;
    padding: 50px 15px;
    max-width: 380px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.custom-materials-content h5 {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1c1c1c;
    margin-bottom: 15px;
}

.custom-materials-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.custom-materials-link {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  transition: 0.3s ease;
}

.custom-materials-link:hover {
  color: #555;
  border-color: #555;
}

@media (max-width: 768px) {
  .custom-materials-section {
    min-height: auto; /* full screen nahi chahiye mobile me */
    padding: 60px 35px;
    background-position: center;
    background-size: cover;
  }
}

/**********************************************************************************************************/
 .custom-review-section {
            background: #1c1c1c;
            color: #fff;
            text-align: center;
            padding: 100px 20px;
        }

        .custom-review-content {
            max-width: 550px;
            margin: 0 auto 40px;
            font-size: 20px;
            line-height: 1.6;
            min-height: 80px;
        }

        .custom-review-logo {
			display:none;
            margin-top: 20px;
            height: 40px;
            opacity: 0.8;
        }

        .custom-review-tabs {
            display: flex;
            justify-content: center;
            gap: 60px;
        }

        .tab-btn {
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            opacity: 0.5;
            transition: 0.3s ease;
        }

        .tab-btn img {
            filter: brightness(70%);
            transition: 0.3s ease;
            height: 40px;
            width: auto;
        }

        .tab-btn.active {
            opacity: 1;
        }

        .tab-btn.active img {
            filter: brightness(100%);
        }

        /* Mobile dots navigation - hidden by default */
        .custom-review-mobile-dots {
            display: none;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }

        .review-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .review-dot.active {
            background: #fff;
            transform: scale(1.2);
        }

        /* Slide-up animation */
        @keyframes slideUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #review-text {
            animation: slideUp 0.5s ease;
        }



        /* Mobile Responsive Styles */
        @media (max-width: 768px) {
            .custom-review-section {
                padding: 80px 20px;
            }

            .custom-review-content {
                max-width: 100%;
                font-size: 18px;
                margin-bottom: 30px;
                min-height: 90px;
                padding: 0 10px;
            }

            .custom-review-logo {
                height: 35px;
                margin-top: 15px;
            }

            /* Hide desktop tabs on mobile */
            .custom-review-tabs {
                display: none;
            }

            /* Show mobile dots */
            .custom-review-mobile-dots {
                display: flex;
            }
			
			
        }

        /* Small Mobile Screens */
        @media (max-width: 480px) {
            .custom-review-section {
                padding: 60px 15px;
            }

            .custom-review-content {
                font-size: 16px;
                line-height: 1.5;
                min-height: 120px;
            }

            .custom-review-logo {
				display:inline-block;
                height: 30px;
                margin-top: 12px;
            }

            .review-dot {
                width: 10px;
                height: 10px;
            }
        }

/*******************************************************************************************************/

 .timeline-wrapper {
            background: #efefef;
            margin: auto;
            padding: 80px 100px 70px 100px;
        }

        .timeline-section {
            display: flex;
            align-items: center;
            background: #fff;
            overflow: hidden;
        }

        .timeline-image {
            flex: 1.2;
            overflow: hidden;
            position: relative;
        }

        .timeline-image img {
            width: 100%;
            display: none;
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.6s ease;
        }

        .timeline-image img.active {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }

        .timeline-content {
            flex: 1;
            padding: 220px 50px 10px 50px;
            display: none;
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.6s ease;
            position: static;
            background: none;
            color: #1c1c1c;
        }

        .timeline-content.active {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }

        .timeline-content h5 {
            text-transform: capitalize;
            font-weight: 400;
            font-family: "Playfair Display";
            font-size: 12px;
            letter-spacing: 0.18em;
            color: #1c1c1c;
            margin: 0 0 10px;
        }

        .timeline-content h2 {
            color: #1c1c1c;
            line-height: 40px;
            letter-spacing: 0.18em;
            font-weight: 400;
            font-size: 28px;
            text-transform: capitalize;
            margin: 0 0 20px;
        }

        .timeline-content p {
            font-size: 14px;
            color: #1c1c1c;
            line-height: 1.6;
        }

        .timeline-years {
            text-align: center;
            margin-top: 65px;
        }

        .timeline-years span {
            letter-spacing: 0.18em;
            opacity: 0.65;
            font-family: "Playfair Display";
            font-weight: 400;
            margin: 30px 20px;
            cursor: pointer;
            font-size: 14px;
            color: #1c1c1c;
            position: relative;
            transition: color 0.3s;
        }

        .timeline-years span.active {
            font-size: 18px;
            font-weight: 400;
            color: #1c1c1c;
            opacity: 1;
        }

        .timeline-years span.active::after {
            content: "";
            position: absolute;
            left: 42%;
            bottom: -5px;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: #000;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .timeline-wrapper {
                padding: 60px 20px;
            }

            .timeline-section {
                flex-direction: column;
                background: transparent;
                position: relative;
            }

            .timeline-image {
                flex: none;
                width: 100%;
                height: 400px;
                position: relative;
                border-radius: 8px;
                overflow: hidden;
            }

            .timeline-image img {
                height: 100%;
                object-fit: cover;
                transform: translateX(0);
            }

            .timeline-image img.active {
                transform: translateX(0);
            }

            /* Content overlay on image - ONLY on mobile */
            .timeline-content {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.7) 70%);
                color: white;
                padding: 30px 25px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                transform: translateY(0);
                opacity: 0;
                transition: opacity 0.6s ease;
            }

            .timeline-content.active {
                opacity: 1;
                transform: translateY(0);
                display: flex;
            }

       .timeline-content h5 {
        font-family: 'Albert Sans';
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        margin-bottom: 20px;
    }

            .timeline-content h2 {
                color: white;
                font-size: 24px;
                line-height: 1.2;
                margin-bottom: 15px;
            }

            .timeline-content p {
                color: rgba(255,255,255,0.95);
                font-size: 13px;
            }

            /* Years - Horizontal scroll */
            .timeline-years {
                    background: white;
				margin-top: 0;
				text-align: left;
				overflow-x: auto;
				white-space: nowrap;
				padding: 12px 0;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }

            .timeline-years::-webkit-scrollbar {
                display: none;
            }

            .timeline-years span {
                display: inline-block;
                margin: 0 15px 0 0;
                font-size: 16px;
                padding: 10px 15px;
                transition: all 0.3s ease;
            }

            .timeline-years span.active {
				border-bottom: 2px solid #1c1c1c;
                font-size: 16px;
                color: #1c1c1c;
                opacity: 1;
            }

            .timeline-years span.active::after {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .timeline-wrapper {
                padding: 0;
            }

            .timeline-image {
                height: 500px;
            }

            .timeline-content {
				text-align: center;
                padding: 25px 20px;
            }

            .timeline-content h2 {
                font-size: 20px;
            }

            .timeline-content p {
                font-size: 12px;
            }

            .timeline-years span {
                margin-right: 12px;
                padding: 8px 12px;
                font-size: 14px;
            }
        }

/***************************************************************************************************/

.custom-couple-section {
	background-position: center;
  position: relative;
  width: 100%;
  height: 80vh; 
  background: url("https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/Image_with_text_block_-_Desktop_-_the_dino.webp") 
              no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-couple-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3); /* dark overlay for text readability */
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-couple-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 20px;
}

.custom-couple-subtitle {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.custom-couple-title {
    letter-spacing: 0.18em;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.custom-couple-desc {
    width: 560px;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 768px) {
	.custom-couple-desc {
		    width: 300px;

	}
}
/***************************************************************************************************/

 .custom-about-section {
            background: #f5f5f5;
            padding: 80px 20px;
            text-align: center;
        }

        .custom-about-header {
            margin-bottom: 50px;
        }

        .custom-about-subtitle {
            font-family: "Playfair Display";
            font-size: 12px;
            letter-spacing: 0.18em;
            text-transform: capitalize;
            color: #1c1c1c;
            margin-bottom: 10px;
        }

        .custom-about-title {
            color: #1c1c1c;
            letter-spacing: 0.18em;
            font-size: 28px;
            font-weight: 400;
            margin: 18px 10px 50px 10px;
        }

        .custom-about-grid {
            padding: 0px 30px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 65px;
            margin: 0 auto;
        }

        .custom-about-item img {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .custom-about-item-title {
            font-family: "Playfair Display";
            font-weight: 400;
            color: #1c1c1c;
            font-size: 18px;
            text-transform: capitalize;
            letter-spacing: 0.18em;
            margin-bottom: 15px;
        }

        .custom-about-item-text {
            font-size: 14px;
            line-height: 1.6;
            color: #1c1c1c;
        }

        /* Mobile slider elements - hidden on desktop */
        .custom-about-mobile-slider {
            display: none;
            position: relative;
            overflow: hidden;
            padding: 0 20px;
        }

        .custom-about-slide-wrapper {
            display: flex;
            transition: transform 0.5s ease;
            will-change: transform;
        }

        .custom-about-slide {
            flex: 0 0 100%;
            text-align: center;
            padding: 0 10px;
        }

        .custom-about-slide img {
            width: 100%;
            max-width: 300px;
            height: auto;
            margin: 0 auto 20px;
            display: block;
        }

        .custom-about-slide .custom-about-item-title {
            font-family: "Playfair Display";
            font-weight: 400;
            color: #1c1c1c;
            font-size: 18px;
            text-transform: capitalize;
            letter-spacing: 0.18em;
            margin-bottom: 15px;
        }

        .custom-about-slide .custom-about-item-text {
            font-size: 14px;
            line-height: 1.6;
            color: #1c1c1c;
            max-width: 320px;
            margin: 0 auto;
        }

        .custom-about-dots {
            display: none;
            justify-content: center;
            gap: 12px;
            margin-top: 30px;
        }

        .custom-about-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(28, 28, 28, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .custom-about-dot.active {
            background: #1c1c1c;
            transform: scale(1.2);
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .custom-about-section {
                padding: 60px 20px;
            }

            .custom-about-header {
                margin-bottom: 40px;
            }

            .custom-about-title {
                font-size: 24px;
                margin: 15px 10px 40px 10px;
            }

            /* Hide desktop grid */
            .custom-about-grid {
                display: none;
            }

            /* Show mobile slider */
            .custom-about-mobile-slider {
                display: block;
            }
        }

        /* Small Mobile */
        @media (max-width: 480px) {
            .custom-about-section {
                padding: 50px 15px;
            }

            .custom-about-title {
                font-size: 20px;
            }

            .custom-about-mobile-slider {
                padding: 0 10px;
            }

            .custom-about-slide .custom-about-item-title {
                font-size: 16px;
            }

            .custom-about-slide .custom-about-item-text {
                font-size: 13px;
            }
        }

/*******************************************************************************************************/

.custom-newsletter-section {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url("https://jainnetis.com/eleganttdrapes/wp-content/uploads/2025/09/newsletter.webp") 
              no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-newsletter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4); /* overlay for readability */
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-newsletter-content {
  text-align: center;
  color: #fff;
  max-width: 700px;
  padding: 20px;
}

.custom-newsletter-subtitle {
    font-family: 'Albert Sans';
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.custom-newsletter-title {
    font-family: "Playfair Display";
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.custom-newsletter-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}

.custom-newsletter-form {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.custom-newsletter-input {
    opacity: 0.8;
    font-family: 'Albert Sans';
    flex: 0.8;
    padding: 12px 15px;
    border: 1px solid #ffffff7a;
    background: #ffffff00;
    color: #ffffff;
    outline: none;
    font-size: 14px;
    width: 400px;
}

.custom-newsletter-input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.custom-newsletter-button {
    font-family: 'Albert Sans';
    background: transparent;
    color: #1c1c1c;
    padding: 12px 65px;
    border: 1px solid #ffffff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.18em;
    transition: color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.custom-newsletter-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease;
    z-index: -1;
}
.custom-newsletter-button:hover::before {
    left: 100%;
}
.custom-newsletter-button:hover {
    color: white;
}


@media (max-width: 768px) {
  .custom-newsletter-section {
    height: 50vh;
    padding: 60px 20px;
  }

    .custom-newsletter-content {
        padding: 30px;
        max-width: 100%;
    }

  .custom-newsletter-subtitle {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .custom-newsletter-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .custom-newsletter-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .custom-newsletter-form {
    flex-direction: row;
    gap: 15px;
    width: 100%;
    max-width: 100%;
  }

  .custom-newsletter-input {
    flex: 1;
    width: 100%;
    padding: 12px 14px;
    font-size: 13px;
  }

  .custom-newsletter-button {
    width: 40%;
    padding: 12px;
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 480px) {
  .custom-newsletter-title {
    font-size: 18px;
  }
  
  .custom-newsletter-desc {
    font-size: 12px;
  }
}

/*****************************************************************************************************/

.unique-section-container {
            background: #f5f5f5;
            text-align: center;
            padding: 80px 0px 5px 0px;
        }

      .unique-section-container h2 {
    font-family: 'Albert Sans';
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1c1c1c;
}

      .unique-section-container h3 {
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #1c1c1c;
}

        /* Desktop Images */
        .unique-images-row {
            display: flex;
            justify-content: center;
            gap: 25px;
            flex-wrap: wrap;
            margin-bottom: 80px;
        }

        .unique-images-row img {
            width: 230px;
            height: auto;
            object-fit: cover;
        }

        /* Mobile Image Slider - Hidden by default */
        .mobile-image-slider-wrapper {
            display: none;
            margin-bottom: 80px;
        }

        .mobile-image-slider-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }

        .mobile-image-slider-track {
            display: flex;
            transition: transform 0.3s ease;
            width: 500%;
        }

        .mobile-image-slider-track img {
            width: 20%;
            height: auto;
            object-fit: cover;
            flex-shrink: 0;
        }



        /* Desktop Features */
        .unique-features-row {
            display: flex;
            justify-content: center;
            gap: 80px;
            flex-wrap: wrap;
        }

        .unique-feature-box {
            text-align: center;
            max-width: 250px;
        }

        /* Mobile Feature Slider - Hidden by default */
        .mobile-feature-slider-wrapper {
            display: none;
        }

        .mobile-feature-slider-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }

        .mobile-feature-slider-track {
            display: flex;
            transition: transform 0.3s ease;
            width: 400%;
        }

        .mobile-feature-slide {
            width: 25%;
            flex-shrink: 0;
            padding: 0 20px;
            text-align: center;
        }

        .mobile-feature-dots-container {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 30px;
        }

        .mobile-feature-dot-btn {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ccc;
            border: none;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .mobile-feature-dot-btn.active-feature-dot {
            background: #1c1c1c;
        }

        .unique-feature-box i {
            font-size: 22px;
            margin-bottom: 12px;
            color: #1c1c1c;
        }

       .unique-feature-title {
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #1c1c1c;
}
        .unique-feature-text {
            font-size: 14px;
            color: #1c1c1c;
            line-height: 1.5;
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
               .unique-section-container {
        background: #efefef;
        padding: 60px 20px 40px 20px;
    }

            .unique-section-container h3 {
                font-size: 24px;
                margin-bottom: 40px;
            }

            /* Hide desktop layouts */
            .unique-images-row {
                display: none;
            }

            .unique-features-row {
                display: none;
            }

            /* Show mobile sliders */
            .mobile-image-slider-wrapper {
                display: block;
            }

            .mobile-feature-slider-wrapper {
                display: block;
            }
        }



/* ========================================================================
   SHOP PAGE SETUP
   ======================================================================== */

.collections-section {
    border-top: 1px solid #c7c2c2a6;
    text-align: center;
    padding: 60px 0px;
    background: #f2f2f2;
}
  .collections-section h4 {
    font-weight: 400;
    font-family: "Playfair Display";
    font-size: 12px;
    letter-spacing: 0.18em;
    color: #1c1c1c;
    margin-bottom: 18px;
}
	 
   .collections-section h2 {
    color: #1c1c1c;
    font-weight: 400;
    font-size: 28px;
    font-family: "Playfair Display";
    letter-spacing: 0.18em;
    margin-bottom: 45px;
}
    .collections-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
    }
	 
    .collection-item {
      flex: 1;
      position: relative;
      overflow: hidden;
      min-width: 300px;
    }
    .collection-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
    .collection-item:hover img {
      transform: scale(1.05);
    }
 .collection-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: white;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.18em;
}

/* Shop Banner Section */
.elegant-shop-banner {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden; /* Important: overlay bounds ke bahar na jaye */
}

/* Overlay layer */
.elegant-shop-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* 👈 yahan overlay color set karo */
    z-index: 1;
}

/* Content above overlay */
.elegant-banner-content {
    position: relative;
    z-index: 2; /* Overlay ke upar content rahega */
    text-align: center;
}

.elegant-banner-overlay {
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}

.elegant-banner-title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.elegant-banner-description {
    font-size: 14px;
    line-height: 1.6;
    opacity: 1;
    max-width: 600px;
    margin: 0 auto;
}

/* Shop Controls */
.elegant-shop-controls {
    background: #efefef;
    border-bottom: 1px solid #cfcfcf;
}

.elegant-controls-container {
    margin: 0 auto;
    padding: 5px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .elegant-view-controls {
    display: flex;
    gap: 10px; /* Adjust gap as needed */
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    width: fit-content;
  }

  .elegant-view-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: background-color 0.2s ease;
  }

  .elegant-view-btn:hover {
    background-color: #e0e0e0;
  }

  .elegant-view-btn svg {
    display: block;
  }

  .elegant-grid-3 svg rect {
    fill: #1c1c1ca6; 
  }

  .elegant-grid-4 svg rect {
    fill: #1c1c1ca6; 
  }

  .elegant-grid-6 svg rect {
    fill: #1c1c1ca6; 
  }

  /* Active state styling */
  .elegant-view-btn.active svg rect {
    fill: #000; /* Make active icon black */
  }
.elegant-product-count {
    font-family: 'Albert Sans';
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    font-weight: 400;
}

.elegant-action-controls {
    display: flex;
    gap: 80px;
    align-items: center;
}

/* Sort Dropdown */
.elegant-sort-dropdown {
    position: relative;
}

.elegant-sort-btn {
    border: none;
    font-family: 'Albert Sans';
    background: none;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    cursor: pointer;
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}
	
.elegant-sort-btn:hover {
    color: #1c1c1c;
}

.elegant-sort-menu {
    position: absolute;
    top: 160%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s;
}

.elegant-sort-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.elegant-sort-menu a {
    display: block;
    padding: 10px 15px;
    color: #1c1c1ca6;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.elegant-sort-menu a:hover {
    color: #1c1c1c;
}

.elegant-sort-menu a:last-child {
    border-bottom: none;
}

.elegant-filter-btn {
    font-family: 'Albert Sans';
    background: none;
    border: none;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    cursor: pointer;
    padding: 5px 0;
    position: relative;
    transition: color 0.2s;
}

.elegant-filter-btn:hover {
    color: #1c1c1c;
}

/* Products Section */
.elegant-shop-products {
    background: #efefef;
    padding: 40px 0 60px;
}

.elegant-products-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.elegant-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.elegant-products-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.elegant-products-grid.grid-6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.elegant-product-item {
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}

.elegant-product-item:hover {
    transform: translateY(-5px);
}
.elegant-product-image {
    position: relative;
    overflow: hidden;
}
.elegant-main-image {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.4s ease;
}
.elegant-product-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.elegant-product-image-hover img {
    width: 100%;
    height: auto;
    display: block;
}
/* Hover effect */
.elegant-product-image:hover .elegant-main-image {
    opacity: 0;
}
.elegant-product-image:hover .elegant-product-image-hover {
    opacity: 1;
}

.elegant-add-to-cart-btn {
    width: 30px;
    height: 30px;
    background: white;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.elegant-product-info {
    padding: 20px;
    text-align: center;
}

/* Grid 6 specific styles */
.elegant-products-grid.grid-6 .elegant-product-info {
    padding: 10px;
}

.elegant-products-grid.grid-6 .elegant-product-title,
.elegant-products-grid.grid-6 .elegant-product-price {
    display: none;
}

.elegant-product-title {
	line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0.18em;
    font-family: "Playfair Display";
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 400;
}

.elegant-product-title a {
    letter-spacing: 1.2px;
    font-size: 16px;
    color: #1c1c1c;
    text-decoration: none;
}
	
.elegant-product-price {
    font-weight: 500;
    font-family: 'Albert Sans';
    color: #000;
    font-size: 15px;
    letter-spacing: 1.2px;
}

/* Color Options */
.elegant-color-options {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.elegant-color-option {
    position: relative;
    cursor: pointer;
}

.elegant-color-option input[type="radio"] {
    display: none;
}

.elegant-color-square {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    display: block;
    transition: all 0.2s;
}

.elegant-color-option input[type="radio"]:checked + .elegant-color-square {
    border-color: #333;
    transform: scale(1.1);
}

.elegant-color-option:hover .elegant-color-square {
    transform: scale(1.05);
}

/* Pagination */
.elegant-shop-pagination {
    display: flex;
    justify-content: center;
}

.elegant-pagination-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.elegant-page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #999;
    font-size: 14px;
    transition: all 0.2s;
}

.elegant-page-link:hover,
.elegant-page-link.active {
    color: #333;
}

.elegant-page-link.active {
    border-bottom: 2px solid #333;
}

.elegant-page-dots {
    color: #999;
    padding: 0 5px;
}

/* Off-Canvas */
.elegant-offcanvas {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    z-index: 1001;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

.elegant-offcanvas.active {
    right: 0;
}

.elegant-offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.elegant-offcanvas-header h3 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
}

.elegant-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.elegant-offcanvas-body {
    padding: 20px;
    height: calc(100vh - 80px);
    overflow-y: auto;
}

/* .elegant-filter-section {
    margin-bottom: 30px;
} */

.elegant-filter-section h4 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
}

.elegant-filter-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.elegant-filter-options label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.elegant-price-range {
    margin-top: 10px;
}

.elegant-price-slider {
    width: 100%;
    margin-bottom: 10px;
}

.elegant-price-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
}

.elegant-view-results-btn {
    width: 100%;
    background: #333;
    color: white;
    padding: 15px;
    border: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px;
    transition: background 0.2s;
}

.elegant-view-results-btn:hover {
    background: #000;
}

.elegant-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.elegant-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 1024px) {
    .elegant-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .elegant-products-grid.grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .elegant-products-grid.grid-6 {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Mobile view */
@media (max-width: 768px) {
    .elegant-shop-banner {
		margin-top:-90px;
	
	}
	
    .elegant-controls-container {
		padding:5px 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    /* count aur grid buttons hide */
    .elegant-product-count,
    .elegant-grid-6 svg rect {
        display: none !important;
    }

    /* sort + filter ko flex me rakho */
    .elegant-action-controls {
        display: flex;
        gap: 10px;
    }

    .elegant-sort-dropdown,
    .elegant-filter-btn {
        flex: 1;
    }

    /* buttons full width adjust */
    .elegant-sort-btn,
    .elegant-filter-btn {
   width: 140%;
        text-align: center;
        padding: 10px 30px;
        font-size: 11px;
    }
}


@media (max-width: 480px) {
	 .elegant-shop-banner {
		margin-top:-90px;
	
	}
    /* Default → show 2 products per row */
    .elegant-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* Optional → force 1 product per row for specific grids */
    .elegant-products-grid.grid-3,
    .elegant-products-grid.grid-6 {
        grid-template-columns: 1fr;
    }

    .elegant-banner-title {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    
    .elegant-banner-description {
        font-size: 14px;
    }
    
    .elegant-color-options {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ---------------------------
  Modern WooCommerce Cart — Strong Overrides
  Centers table, 100px top/bottom, images 150x150
  --------------------------- */

/* Outer wrapper: center the cart and enforce 100px top/bottom margin */
.woocommerce-cart {
  max-width: 1100px;
  margin: 100px auto !important; /* 100px top/bottom, center horizontally */
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  box-sizing: border-box;
}

/* Inner card (if you used .cart wrapper inside) */
.woocommerce-cart .cart {
  width: 100%;
  box-sizing: border-box;
}

/* Table layout */
.woocommerce-cart table.shop_table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 12px;
  table-layout: fixed;
}

/* Table headers */
.woocommerce-cart table.shop_table thead th {
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 10px;
  color: #333;
  border-bottom: 2px solid #eee;
}

/* Table cells */
.woocommerce-cart table.shop_table td {
  vertical-align: middle;
  padding: 12px 10px;
  background: transparent;
  border-top: none;
  border-bottom: none;
  color: #444;
  overflow-wrap: break-word;
}

/* Make sure the remove button is visible */
.woocommerce-cart .product-remove a.remove {
  font-size: 20px;
  color: #888;
  text-decoration: none;
  padding: 4px 8px;
}

/* PRODUCT IMAGE — enforced 150x150 */
.woocommerce .woocommerce-cart table.shop_table .product-thumbnail img,
.woocommerce-cart table.shop_table .product-thumbnail img,
.woocommerce-cart .product-thumbnail img {
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  max-height: 150px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}

/* Product name + link */
.woocommerce-cart .product-name a {
  color: #222;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.woocommerce-cart .product-name a:hover { color: #0073e6; }

/* Quantity input */
.woocommerce-cart .quantity .qty,
.woocommerce-cart input.qty {
  width: 72px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  text-align: center;
  font-size: 14px;
}

/* Buttons */
.woocommerce-cart .button,
.woocommerce-cart button.button {
  display: inline-block;
  background: #0073e6;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
.woocommerce-cart .button:hover { background: #005bb5; }

/* Cart totals block spacing */
.woocommerce-cart .cart-collaterals {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #efefef;
}

/* Checkout button full width in totals */
.woocommerce-cart .checkout-button {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  padding: 12px 16px;
  font-size: 16px;
}

/* Responsive fallback */
@media (max-width: 768px) {
  .woocommerce-cart { margin: 40px 16px !important; padding: 18px; }
  .woocommerce-cart table.shop_table thead { display: none; }
  .woocommerce-cart table.shop_table .product-thumbnail img {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
  }
  .woocommerce-cart .quantity .qty { width: 56px; }
}


/* -------------------------------------------------- */
/* GLOBAL THANK YOU PAGE CONTAINER STYLES */
/* -------------------------------------------------- */
.woocommerce-order {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    padding: 100px;
}

.woocommerce-order h2 {
    letter-spacing: 0.18em;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    color: #1c1c1c;
    margin-top: 0;
}

/* -------------------------------------------------- */
/* ORDER RECEIVED NOTICE AND SUMMARY (TOP SECTION) */
/* -------------------------------------------------- */
.woocommerce-notice--success {
    background-color: transparent !important;
    color: #1c1c1c !important;
    border: none !important;
    padding: 0 !important;
    font-size: 16px;
    margin-bottom: 25px;
}

.woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.woocommerce-thankyou-order-details li {
    flex: 1;
    min-width: 200px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    color: #555;
}

.woocommerce-thankyou-order-details li strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #1c1c1c;
}

/* -------------------------------------------------- */
/* ORDER DETAILS TABLE */
/* -------------------------------------------------- */
.woocommerce-order-details__title {
    text-align: left;
    margin-top: 30px;
}

.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.woocommerce-table--order-details tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce-table--order-details tfoot {
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-table--order-details tfoot tr {
    border-top: 1px solid #ccc;
}

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
    border-top: none;
    border-bottom: none;
}

.woocommerce-table__product-name a {
    text-decoration: none;
    color: #1c1c1c;
    font-weight: 600;
}
.woocommerce-table__product-name a:hover {
    color: #5A358D;
}
.product-quantity {
    display: inline-block;
    margin-left: 5px;
    color: #999;
    font-weight: 400;
}

/* -------------------------------------------------- */
/* BILLING ADDRESS SECTION */
/* -------------------------------------------------- */
.woocommerce-customer-details {
    margin-top: 30px;
}

.woocommerce-customer-details address {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    font-style: normal;
    text-align: left;
    line-height: 1.6;
    color: #444;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    margin: 5px 0 0;
    color: #1c1c1c;
    font-weight: 500;
}

/****************************************************************/
img.custom-logo {
    height: 112px;
    width: 100px;
}

/******************************************************************/
  .card-stack-section {
    background-image: url('https://images.unsplash.com/photo-1557683316-973673baf926?w=1920&h=1080&fit=crop&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    position: relative;
  }

  .card-stack-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }

  .card-stack-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 680px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }

  .card-stack-wrapper {
    position: relative;
    width: 400px;
    height: 500px;
    cursor: pointer;
    touch-action: pan-y;
  }

  .card-stack-item {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 3px solid white;
  }

  .card-stack-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-stack-item:nth-child(1) {
    transform: translateY(0) translateX(0) scale(1) rotate(0deg);
    z-index: 10;
    opacity: 1;
  }

  .card-stack-item:nth-child(2) {
    transform: translateY(-15px) translateX(-8px) scale(0.95) rotate(-3deg);
    z-index: 9;
    opacity: 0.8;
    filter: brightness(0.8);
  }

  .card-stack-item:nth-child(3) {
    transform: translateY(-30px) translateX(8px) scale(0.9) rotate(3deg);
    z-index: 8;
    opacity: 0.6;
    filter: brightness(0.6);
  }

  .card-stack-item:nth-child(4) {
    transform: translateY(-45px) translateX(-12px) scale(0.85) rotate(-4deg);
    z-index: 7;
    opacity: 0.4;
    filter: brightness(0.4);
  }

  .card-stack-item:nth-child(5) {
    transform: translateY(-60px) translateX(12px) scale(0.8) rotate(4deg);
    z-index: 6;
    opacity: 0.2;
    filter: brightness(0.2);
  }

  .card-stack-item:nth-child(n+6) {
    transform: translateY(-75px) translateX(-15px) scale(0.75) rotate(-5deg);
    z-index: 5;
    opacity: 0;
    filter: brightness(0);
  }

  .card-stack-item.swap-right-anim {
    animation: swipeRightEffect 1.2s ease-in-out;
  }

  .card-stack-item.swap-left-anim {
    animation: swipeLeftEffect 1.2s ease-in-out;
  }

  .card-stack-item.prepare-from-back {
    z-index: 15 !important;
  }

  @keyframes swipeRightEffect {
    0% {
      transform: translateX(0) translateY(0) scale(1) rotate(0deg);
      opacity: 1;
      z-index: 20;
    }
    50% {
      transform: translateX(400px) translateY(-50px) scale(0.8) rotate(15deg);
      opacity: 0.5;
      z-index: 20;
    }
    100% {
      transform: translateX(0) translateY(-100px) scale(0.75) rotate(0deg);
      opacity: 0;
      z-index: 1;
    }
  }

  @keyframes swipeLeftEffect {
    0% {
      transform: translateY(-75px) translateX(15px) scale(0.75) rotate(5deg);
      opacity: 0;
      filter: brightness(0);
      z-index: 15;
    }
    1% {
      z-index: 20;
    }
    50% {
      transform: translateX(-400px) translateY(-40px) scale(0.85) rotate(-12deg);
      opacity: 0.5;
      filter: brightness(0.5);
      z-index: 20;
    }
    100% {
      transform: translateY(0) translateX(0) scale(1) rotate(0deg);
      opacity: 1;
      filter: brightness(1);
      z-index: 20;
    }
  }

  .card-stack-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  backdrop-filter: blur(10px);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* ❌ removed gradient overlay completely */
.card-stack-nav-btn::before {
  display: none;
}

.card-stack-nav-btn:hover {
  transform: translateY(-50%) scale(1.3);
}

.card-stack-nav-btn:active {
  transform: translateY(-50%) scale(1.15);
}

.card-stack-nav-btn.left-arrow {
  left: 50px;
}

.card-stack-nav-btn.right-arrow {
  right: 50px;
}

.card-stack-nav-btn img {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.card-stack-nav-btn:hover img {
  transform: scale(1.1);
}


  .card-stack-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
    z-index: 100;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(100, 200, 255, 0.3);
  }

  .card-stack-content-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 30px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.4), transparent);
    color: white;
    z-index: 2;
  }

  .card-stack-content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 30px;
background: linear-gradient(
  to top,
  #000000ad,
  #000000ad,
  #000000ad
);
    color: white;
    z-index: 2;
  }

  .card-stack-title {
    font-size: 28px;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
    letter-spacing: 1px;
  }

  .card-stack-description {
    font-size: 15px;
    line-height: 1.5;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    opacity: 0.95;
  }

  @media (max-width: 768px) {
    .card-stack-wrapper {
      width: 300px;
      height: 400px;
    }

    .card-stack-nav-btn {
      display: none;
    }

    .card-stack-title {
      font-size: 22px;
    }

    .card-stack-description {
      font-size: 13px;
    }

    .card-stack-section {
      min-height: 100vh;
    }
  }
/******************************************************************************************/

    /* Apply background to the container (font-family removed to avoid conflict) */
    #main-section-handcraft {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 64px 16px; 
        background-color: #f9fafb; /* Light background color */
    }

    /* Utility Class */
    .hidden {
        display: none !important;
    }

    /* --- Content Layout --- */
    #content-container-handcraft {
        max-width: 1152px;
        width: 100%;
        display: flex;
        flex-direction: column; /* Default stack for mobile */
        align-items: center;
        gap: 48px;
    }

    .video-column-handcraft {
        width: 100%;
        order: 2; /* Video below text on mobile */
        display: flex;
        justify-content: center;
    }

    .text-column-handcraft {
        width: 100%;
        order: 1; /* Text above video on mobile */
        text-align: center;
        padding-top: 16px;
        line-height: 1.5;
    }

    .text-column-handcraft h1 {
        font-size: 2.25rem;
        line-height: 1.1;
        font-weight: 800;
        color: #1f2937; /* Dark text color */
        margin-bottom: 16px;
    }

    .text-column-handcraft .pre-title {
        font-size: 0.875rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #9ca3af; /* Light gray text color */
        font-weight: 500;
        margin-bottom: 8px;
    }

    .text-column-handcraft .body-text {
        font-size: 1rem;
        color: #6b7280; /* Medium gray text color */
        max-width: 600px;
        margin: 0 auto 16px auto;
    }

    /* --- Video Wrapper Styles --- */
    #video-wrapper-handcraft {
        position: relative;
        width: 100%;
        max-width: 384px; 
        aspect-ratio: 2 / 3;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        overflow: hidden;
        display: block;
    }

    /* --- Video Poster (Image and Play Button) Styles --- */
    #video-poster-handcraft {
        cursor: pointer;
        transition: transform 0.5s;
        position: relative;
        width: 100%;
        height: 100%;
    }

    #video-poster-handcraft:hover {
        transform: scale(1.02);
    }
    
    #video-poster-handcraft img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .play-overlay-handcraft {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s;
    }

    #video-poster-handcraft:hover .play-overlay-handcraft {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .play-button-handcraft {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #video-poster-handcraft:hover .play-button-handcraft {
        transform: scale(1.1);
    }

    .play-icon-handcraft {
        width: 32px;
        height: 32px;
        fill: #44403c; /* Primary color */
    }
    
    /* --- Video Embed Styles --- */
    #video-embed-handcraft {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #video-embed-handcraft iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    /* --- CTA Button Styles (Applied to <a> tag) --- */
    .cta-button-container-handcraft {
        padding-top: 16px;
    }

    .cta-button-handcraft {
        display: inline-block;
        text-decoration: none;
        padding: 12px 24px;
        background-color: #44403c; /* Primary color */
        color: white;
        font-weight: 600;
        border-radius: 8px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .cta-button-handcraft:hover {
        background-color: #57534e; /* Slightly lighter primary */
    }

    /* --- Desktop Media Query (lg breakpoint) --- */
    @media (min-width: 1024px) {
        #content-container-handcraft {
            flex-direction: row;
            gap: 80px;
        }

        .video-column-handcraft {
            width: 50%;
            order: 1; /* Video on left */
            max-width: 448px;
        }
        
        .text-column-handcraft {
            width: 50%;
            order: 2; /* Text on right */
            text-align: left;
        }

        .text-column-handcraft h1 {
            font-size: 48px;
        }

        .text-column-handcraft .body-text {
            max-width: none;
            margin: 0 0 16px 0;
        }

        /* Hide the line break on desktop */
        .break-desktop {
            display: inline;
        }

        .break-mobile {
            display: none;
        }
    }
    @media (max-width: 1023px) {
        /* Show the line break on mobile */
        .break-desktop {
            display: none;
        }

        .break-mobile {
            content: " ";
        }
    }