@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Montserrat:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');



/* Global Fix for horizontal overflow */
html,
body {
    overflow-x: hidden;
    position: relative;
    max-width: 100%;
}




/*-----------------------------------
    - Newsletter Section (Premium)
-----------------------------------/* Newsletter Section Premium */
.footer-top-section {
    background-color: #fdfaf7;
    border-bottom: 1px solid #f2ede8;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

/* Subtle background accent */
.footer-top-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(199, 161, 122, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.footer-top-section .container {
    position: relative;
    z-index: 2;
}

.footer-top-content .title {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
}

.footer-top-content .desc {
    color: #e0e0e0 !important;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 450px;
}

.footer-top-newsletter .newsletter-form {
    position: relative;
    display: block;
    width: 100%;
}

.footer-top-newsletter .newsletter-form input[type="email"] {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 0 180px 0 35px;
    color: #ffffff !important;
    font-size: 16px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.footer-top-newsletter .newsletter-form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #391f0a;
    outline: none;
    box-shadow: 0 0 20px rgba(199, 161, 122, 0.1);
}

.footer-top-newsletter .btn-subscribe {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    padding: 0 35px;
    background-color: #391f0a;
    color: #ffffff !important;
    border: none;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-top-newsletter .btn-subscribe i {
    font-size: 14px;
    transition: transform 0.4s ease;
}

.footer-top-newsletter .btn-subscribe:hover {
    background-color: #ffffff;
    color: #1a1c1f !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.footer-top-newsletter .btn-subscribe:hover i {
    transform: translate(3px, -3px);
}

@media only screen and (max-width: 991px) {
    .footer-top-section {
        padding: 60px 0;
    }

    .footer-top-content .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-top-newsletter .newsletter-form input[type="email"] {
        height: 60px;
        padding-right: 35px;
        border-radius: 30px;
        margin-bottom: 15px;
    }

    .footer-top-newsletter .btn-subscribe {
        position: static;
        width: 100%;
        height: 55px;
        justify-content: center;
        border-radius: 30px;
    }

    .footer-top-content {
        text-align: center;
    }

    .footer-top-content .desc {
        margin: 0 auto;
    }
}

/*-----------------------------------
    - Footer Section (Premium)
-----------------------------------*/
.footer-section {
    background-color: #121416 !important;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(199, 161, 122, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.footer-main-area {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.footer-brand-column {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding-right: 40px;
}

.footer-brand-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #999 !important;
    margin: 30px 0;
    font-weight: 300;
}

/* Luxury Social Icons */
.luxury-social {
    display: flex;
    gap: 15px;
}

.luxury-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.luxury-social a:hover {
    background: var(--bronze-color);
    color: #000;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.2);
}

/* Luxury Links Styling */
.footer-widget-title {
    font-family: var(--primary-font) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    color: #fff !important;
    margin-bottom: 40px !important;
    text-transform: uppercase;
    position: relative;
}

.footer-widget-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 1px;
    background: var(--bronze-color);
}

.footer-widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-list li {
    margin-bottom: 12px;
    list-style: none !important;
    border: none !important;
    padding: 0 !important;
}

.footer-widget-list li::before {
    display: none !important;
}

.footer-widget-list li a {
    color: #d1d1d1;
    font-size: 15px;
    transition: all 0.3s ease;
    display: block;
}

.footer-widget-list li a:hover {
    color: #391f0a;
    padding-left: 8px;
}

.footer-social-networks {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social-networks a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.4s ease;
}

.footer-social-networks a:hover {
    background-color: #391f0a;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(199, 161, 122, 0.3);
}

/* Footer Bottom */
.footer-bottom {
    padding: 30px 0;
    background-color: #0b0d0e !important;
}

.footer-copyright p {
    color: #b0b0b0;
    font-size: 14px;
    margin: 0;
}

.footer-copyright p span {
    color: #391f0a;
    font-weight: 600;
}

.footer-payment-icons img {
    max-height: 25px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-payment-icons img:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .footer-widget-title {
        margin-bottom: 20px;
    }
}

/*-----------------------------------
    - Premium Features Section
-----------------------------------*/
.premium-features {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 0% 0%, rgba(199, 161, 122, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(199, 161, 122, 0.03) 0%, transparent 50%);
    color: #1F2226;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    perspective: 800px;
}

/* Decorative Background Icons */
.feature-decor {
    position: absolute;
    color: rgba(199, 161, 122, 0.08);
    font-size: 80px;
    z-index: 0;
    pointer-events: none;
    animation: floatSlow 10s infinite ease-in-out;
}

.decor-1 {
    top: 10%;
    left: 5%;
    transform: rotate(15deg);
}

.decor-2 {
    bottom: 10%;
    right: 5%;
    font-size: 100px;
    transform: rotate(-15deg);
}

.decor-3 {
    top: 40%;
    right: 10%;
    font-size: 60px;
    opacity: 0.05;
}

@keyframes floatSlow {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.premium-features .section-title .title {
    font-family: var(--primary-font);
    letter-spacing: 3px;
    color: #391f0a;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.premium-features .section-title .sub-title {
    font-family: var(--primary-font);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
    color: #1F2226;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}

.premium-features .section-title .sub-title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #391f0a;
    border-radius: 2px;
}

.premium-features .feature-1 {
    margin-bottom: 50px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(253, 250, 247, 0);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.premium-features .feature-1:hover {
    background: rgba(253, 250, 247, 1);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(199, 161, 122, 0.05);
}

.premium-features .feature-1:last-child {
    margin-bottom: 0;
}

.premium-features .feature-icon {
    background: #fdfaf7;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(199, 161, 122, 0.1);
    flex: 0 0 80px;
    max-width: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.premium-features .feature-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #391f0a 0%, #a67f5b 100%);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
}

.premium-features .feature-1:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 20px 40px rgba(199, 161, 122, 0.2);
}

.premium-features .feature-1:hover .feature-icon::before {
    opacity: 1;
}

.premium-features .feature-1:hover .feature-icon i {
    color: #ffffff !important;
}

.premium-features .feature-icon img {
    width: 40px;
    height: 40px;
    transition: all 0.5s ease;
}

.premium-features .feature-1:hover .feature-icon img {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}

.premium-features .feature-title {
    font-family: var(--primary-font) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    color: #1F2226;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}

.premium-features .feature-1:hover .feature-title {
    color: #391f0a;
    transform: translateX(5px);
}

.premium-features .feature-1.reverse:hover .feature-title {
    transform: translateX(-5px);
}

.premium-features .feature-text {
    font-size: 15px !important;
    line-height: 1.8;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.premium-features .center-image-wrapper {
    position: relative;
    padding: 10px;
    z-index: 2;
    transform-style: preserve-3d;
    will-change: transform;
}

.center-image-hover {
    cursor: pointer;
}

.center-image-hover:hover .center-image {
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.3));
    animation-play-state: paused;
    transition: transform 0.3s ease-out;
}

.center-image-hover:hover .center-image {
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.3));
    animation-play-state: paused;
    transition: transform 0.3s ease-out;
}

@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    50% {
        transform: translateY(-20px) rotate(2deg) scale(1.02);
        /* Subtle scale up */
    }
}

@media (max-width: 991px) {
    .premium-features .center-image {
        max-width: 80% !important;
        right: auto !important;
        margin: 0 auto;
    }
}

/* Aligning fixes */
@media (min-width: 992px) {
    .premium-features .feature-1.reverse {
        text-align: right;
        flex-direction: row-reverse;
    }
}

@media (max-width: 991px) {
    .premium-features {
        padding: 80px 0;
    }

    .premium-features .section-title .sub-title {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .premium-features .feature-1 {
        text-align: center;
        flex-direction: column !important;
        align-items: center;
        padding: 20px;
        gap: 20px;
    }

    .premium-features .feature-1:hover {
        transform: translateY(-5px);
    }

    .premium-features .feature-icon {
        margin-bottom: 0;
    }
}

/* Premium Testimonials Section - Minimalist Centered Style */
.premium-testimonials {
    background-color: #f7f7f7 !important;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.premium-testimonials .container-relative {
    position: relative;
}

.premium-testimonials .section-title .title {
    color: #391f0a !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.premium-testimonials .section-title .sub-title {
    font-family: var(--primary-font) !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.premium-testimonials .testimonial-slider {
    padding: 0 100px;
    margin-top: 50px;
}

.premium-testimonials .testimonial {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.premium-testimonials .testimonial-client-thumb {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.premium-testimonials .testimonial-client-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.premium-testimonials .avatar-placeholder {
    width: 100%;
    height: 100%;
    background: #391f0a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 700;
}

.premium-testimonials .testimonial-text {
    margin-bottom: 35px;
}

.premium-testimonials .testimonial-text p {
    font-size: 22px;
    line-height: 1.8;
    color: #444;
    font-style: italic;
    font-weight: 400;
}

.premium-testimonials .testimonial-client-name {
    font-family: var(--primary-font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Pagination on Left */
.premium-testimonials .testimonial-slider .swiper-pagination {
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: auto;
}

.premium-testimonials .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #391f0a;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.premium-testimonials .swiper-pagination-bullet-active {
    background: #391f0a;
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(199, 161, 122, 0.4);
}

/* Navigation on Right */
.premium-testimonials .testimonial-slider .swiper-button-next,
.premium-testimonials .testimonial-slider .swiper-button-prev {
    left: auto;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #391f0a;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.premium-testimonials .testimonial-slider .swiper-button-prev {
    top: calc(50% - 30px);
}

.premium-testimonials .testimonial-slider .swiper-button-next {
    top: calc(50% + 30px);
}

.premium-testimonials .testimonial-slider .swiper-button-next:hover,
.premium-testimonials .testimonial-slider .swiper-button-prev:hover {
    background: #391f0a;
    color: #fff;
}

.premium-testimonials .testimonial-slider .swiper-button-next::after,
.premium-testimonials .testimonial-slider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Decorative Beans */
.testimonial-decor-left,
.testimonial-decor-right {
    position: absolute;
    width: 200px;
    height: 400px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

.testimonial-decor-left {
    left: -100px;
    background: url('../images/others/about-us.png') no-repeat center;
    /* Placeholder or specific decoration if found */
    background-size: contain;
}

.testimonial-decor-right {
    right: -100px;
    background: url('../images/others/about-us.png') no-repeat center;
    background-size: contain;
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 991px) {
    .premium-testimonials .testimonial-slider {
        padding: 0 40px;
    }

    .premium-testimonials .testimonial-text p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .premium-testimonials {
        padding: 80px 0;
    }

    .premium-testimonials .testimonial-slider {
        padding: 0;
    }

    .premium-testimonials .testimonial-slider .swiper-pagination {
        top: auto;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
    }


    .premium-testimonials .testimonial-slider .swiper-button-next,
    .premium-testimonials .testimonial-slider .swiper-button-prev {
        display: none;
    }
}

/*-----------------------------------
    - Premium Header Styles
-----------------------------------*/
.premium-header {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
}

/* Glassmorphism for Sticky Header */
/* Glassmorphism for Sticky Header */
.premium-header.is-sticky {
    height: 80px;
    /* Biraz daha yükseklik verdim, mobil için iyi olur */
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    /* 46px idi, 0 yaptım ki tepeye yapışsın */
    padding: 0 !important;
    /* Padding sıfırladım, içindeki row/container halleder */
    left: 0;
    width: 100%;
    z-index: 999;
    /* Z-index ekledim */
    transition: height 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    /* Animasyon yerine sadece renk/boyut değişimi */
    margin-top: 0 !important;
    transform: none !important;
}

@media (max-width: 991px) {
    .premium-header.is-sticky {
        height: 70px;
        /* Mobil için daha kısa yükseklik */
    }
}

/* Home Page Logo Switching for Sticky Header */
.premium-header.is-home-page.is-sticky .logo-dark {
    display: block !important;
}

.premium-header.is-home-page.is-sticky .logo-light {
    display: none !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.is-sticky+.header-top-bar {
    margin-bottom: 70px;
    /* offset if needed */
}

/* Logo Sizing */
.premium-header .header-logo {
    display: flex;
    align-items: center;
}

.premium-header .header-logo img {
    height: 125px !important;
    width: auto !important;
    transition: all 0.4s ease;
    display: block;
}

/* By default, show dark logo, hide light logo */
.premium-header .header-logo .logo-dark {
    display: block;
}

.premium-header .header-logo .logo-light {
    display: none;
}



/* Main Menu Typography */
.premium-header .main-menu {
    display: flex;
    justify-content: center;
}

.premium-header .main-menu>ul {
    gap: 45px;
}

.premium-header .main-menu>ul>li>a {
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1a1a1a;
    position: relative;
    padding: 35px 0;
    transition: color 0.3s ease;
}

.premium-header.is-sticky .main-menu>ul>li>a {
    padding: 25px 0;
}

/* Elegant Underline Animation */
.premium-header .main-menu>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1.5px;
    background-color: #391f0a;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-header.is-sticky .main-menu>ul>li>a::after {
    bottom: 20px;
}

.premium-header .main-menu>ul>li:hover>a {
    color: #391f0a;
}

.premium-header .main-menu>ul>li:hover>a::after {
    width: 100%;
}

.padding-x-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

@media (max-width: 1400px) {
    .padding-x-70 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Header Top Bar */
.header-top-bar {
    background-color: #391f0a;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3px 64px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .header-top-bar {
        padding: 3px 15px;
        font-size: 11px;
    }
}


.header-top-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-announcement {
    text-align: center;
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
}


/* Premium CTA Button */
.btn-premium-cta {
    background: linear-gradient(135deg, #391f0a 0%, #391f0a 100%);
    color: #ffffff !important;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 4px;
    /* More modern than full pill */
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    box-shadow: 0 4px 15px rgba(199, 161, 122, 0.2);
}

.btn-premium-cta:hover {
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(199, 161, 122, 0.4);
    transform: translateY(-2px);
}

/* Submenu Styling */
.premium-header .sub-menu {
    border-radius: 12px;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: block !important;
    min-width: 200px;
    background: #ffffff;
}

.premium-header .sub-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.premium-header .sub-menu li:last-child {
    border-bottom: none;
}

.premium-header .sub-menu li a {
    padding: 18px 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}

.premium-header .sub-menu li a:hover {
    background-color: #fafafa !important;
    color: #391f0a !important;
    padding-left: 25px !important;
}

/* Header Action Icons */
.premium-header .header-action {
    gap: 15px;
}

.premium-header .header-action-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    color: #1a1a1a;
    margin: 0 !important;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.premium-header .header-action-toggle:hover {
    opacity: 1;
    color: #391f0a;
    transform: scale(1.1);
}

.premium-header .header-action-toggle i {
    font-size: 20px;
    color: black;
}

/* Animated Cart Badge */
.premium-header .header-action-toggle.cart-toggle .count {
    background: linear-gradient(135deg, #391f0a 0%, #a68159 100%) !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 11px !important;
    line-height: 20px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(199, 161, 122, 0.4);
    transition: all 0.3s ease;
}

.premium-header .header-action-toggle.cart-toggle:hover .count {
    transform: scale(1.2) rotate(15deg);
}

.premium-header .header-action-toggle .amount {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    color: #1a1a1a;
    display: block;
}

/* Mobile Toggle Styling */
.premium-header .header-action-item.d-lg-none .header-action-toggle {
    background: #fdfaf7;
    border: 1px solid #eee;
}

@media (max-width: 991px) {
    .premium-header {
        height: 70px;
    }

    .premium-header .header-logo img {
        height: 35px !important;
    }
}

/* Transparent Header Variation for Home */
.premium-header.is-home-page:not(.is-sticky) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: none;
    padding-top: 33px;
}

.header-top-bar+.premium-header.is-home-page:not(.is-sticky) {
    top: 47px;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .premium-header.is-home-page:not(.is-sticky) {
        top: 47px !important;
        /* Adjusted to show below top bar on mobile */
    }
}

.premium-header.is-home-page:not(.is-sticky) .main-menu>ul>li>a {
    color: #ffffff;
    font-weight: 600;
}

.premium-header.is-home-page:not(.is-sticky) .main-menu>ul>li:hover>a {
    color: white;
}

.premium-header.is-home-page:not(.is-sticky) .header-action-toggle {
    color: #ffffff;
}

.premium-header.is-home-page:not(.is-sticky) .header-action-toggle .amount {
    color: #ffffff;
}


.premium-header.is-home-page:not(.is-sticky) .header-logo .logo-light {
    display: block !important;
}



/*-----------------------------------
    - Premium Search Styles
-----------------------------------*/
#offcanvas-search {
    background-color: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#offcanvas-search .offcanvas-body {
    padding: 0 15px;
}

.offcanvas-search-form {
    width: 100%;
    max-width: 900px !important;
    position: relative;
    padding: 0 20px;
}

.offcanvas-search-form form {
    position: relative;
    display: flex;
    align-items: center;
}

.offcanvas-search-form input[type="search"] {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 60px 20px 0 !important;
    font-size: 48px !important;
    font-family: var(--primary-font) !important;
    color: #ffffff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.offcanvas-search-form input[type="search"]:focus {
    border-bottom-color: #391f0a !important;
    padding-left: 20px !important;
    outline: none;
}

.search-header-text {
    font-family: var(--primary-font);
    font-size: 14px;
    letter-spacing: 5px;
    color: #391f0a;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease 0.2s;
}

.offcanvas.show .search-header-text {
    opacity: 1;
    transform: translateY(0);
}

.offcanvas-search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.2) !important;
    font-size: 36px;
}

.offcanvas-search-form input[type="search"]:focus {
    border-bottom-color: #391f0a !important;
    outline: none;
}

/*-----------------------------------
    - Ultra Premium Search Styles
-----------------------------------*/
#offcanvas-search {
    background: radial-gradient(circle at center, #1a1a1a 0%, #000000 100%) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.4s ease;
}

#offcanvas-search .offcanvas-body {
    padding: 0;
    overflow: hidden;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
}

.offcanvas-search-container {
    width: 100%;
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.2s;
    position: relative;
    z-index: 2;
}


#offcanvas-search.show .offcanvas-search-container {
    opacity: 1;
    transform: translateY(0);
}

.search-header-text {
    font-family: var(--primary-font);
    color: #391f0a;
    font-size: 14px;
    letter-spacing: 10px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.search-header-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    right: 30%;
    height: 1px;
    background: linear-gradient(to right, transparent, #391f0a, transparent);
}

.offcanvas-search-form {
    position: relative;
    margin: 0 auto 100px auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.offcanvas-search-form input[type="search"] {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 30px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 64px !important;
    font-family: var(--primary-font) !important;
    color: #ffffff !important;
    text-align: center !important;
    font-weight: 300;
    letter-spacing: -1px;
    transition: all 0.5s ease;
    margin: 0 auto !important;
    display: block !important;
}



.offcanvas-search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s ease;
}

.offcanvas-search-form input[type="search"]:focus {
    border-bottom-color: #391f0a !important;
    padding-bottom: 40px !important;
}

.offcanvas-search-form input[type="search"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-20px);
}

.offcanvas-search-form button {
    display: none !important;
}

/* Popular Tags Styling */
.search-popular-tags {
    margin-top: 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease 0.5s;
}

#offcanvas-search.show .search-popular-tags {
    opacity: 1;
    transform: translateY(0);
}

.search-popular-tags p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.search-popular-tags ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.search-popular-tags ul li a {
    color: #ffffff;
    font-family: var(--primary-font);
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
}

.search-popular-tags ul li a:hover {
    background: #391f0a;
    border-color: #391f0a;
    color: #1a1a1a !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.2);
}

/* Close Button Redesign */
.offcanvas-search-close-btn {
    position: fixed !important;
    top: 50px !important;
    right: 50px !important;
    left: auto !important;
    width: 65px !important;
    height: 65px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    color: #ffffff !important;
    padding: 0 !important;
    opacity: 1 !important;
    z-index: 100;
}

.offcanvas-search-close-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    transform: rotate(180deg) scale(1.1) !important;
}

@media only screen and (max-width: 991px) {
    .offcanvas-search-form input[type="search"] {
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 767px) {
    .search-popular-tags ul {
        gap: 10px;
    }

    .offcanvas-search-form input[type="search"] {
        font-size: 32px !important;
    }

    .offcanvas-search-close-btn {
        top: 25px !important;
        right: 25px !important;
        width: 50px !important;
        height: 50px !important;
    }
}


/*-----------------------------------
    - Premium Mobile Menu (Classic Side-Slide with Animations)
-----------------------------------*/
.premium-mobile-menu {
    background: #ffffff !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
    max-width: 320px !important;
    height: 100% !important;
}

.premium-mobile-menu .offcanvas-header {
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.premium-mobile-menu .offcanvas-header h5 {
    color: #1a1a1a;
    font-family: var(--primary-font);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.premium-mobile-menu .offcanvas-header .btn-close {
    background: #f8f9fa !important;
    opacity: 1 !important;
    padding: 0 !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.premium-mobile-menu .offcanvas-header .btn-close:hover {
    color: white !important;
}

.premium-mobile-menu .offcanvas-body {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

.mobile-menu>ul>li {
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu>ul>li>a {
    font-family: var(--primary-font) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    padding: 22px 5px;
    line-height: 1.2;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateX(40px);
    opacity: 0;
}

.premium-mobile-menu.show .mobile-menu>ul>li>a {
    transform: translateX(0);
    opacity: 1;
}

/* Staggered Animations */
.premium-mobile-menu.show .mobile-menu>ul>li:nth-child(1)>a {
    transition-delay: 0.1s;
}

.premium-mobile-menu.show .mobile-menu>ul>li:nth-child(2)>a {
    transition-delay: 0.15s;
}

.premium-mobile-menu.show .mobile-menu>ul>li:nth-child(3)>a {
    transition-delay: 0.2s;
}

.premium-mobile-menu.show .mobile-menu>ul>li:nth-child(4)>a {
    transition-delay: 0.25s;
}

.premium-mobile-menu.show .mobile-menu>ul>li:nth-child(5)>a {
    transition-delay: 0.3s;
}

.mobile-menu>ul>li>a:hover {
    color: #391f0a;
    padding-left: 10px;
}

.mobile-sub-menu-toggle {
    background: #f8f9fa !important;
    color: #1a1a1a !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
}

.mobile-sub-menu {
    padding-left: 15px;
    background: #fdfaf7;
}

.mobile-sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.mobile-sub-menu li:last-child {
    border-bottom: none;
}

.mobile-sub-menu li a {
    font-family: var(--primary-font) !important;
    font-size: 16px !important;
    color: #444 !important;
    text-transform: uppercase;
    padding: 15px 10px;
    display: block;
    letter-spacing: 0.5px;
}

.mobile-contact-info {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

.mobile-contact-info p {
    color: #888;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mobile-social-links {
    display: flex;
    gap: 15px;
}

.mobile-social-links a {
    color: #1a1a1a;
    font-size: 18px;
    transition: all 0.3s ease;
}

.mobile-social-links a:hover {
    color: #391f0a;
    transform: translateY(-3px);
}




@media only screen and (max-width: 575px) {
    .mobile-menu>ul>li>a {
        font-size: 16px !important;
    }
}

/* Responsive Overrides */
@media only screen and (max-width: 991px) {
    .premium-header {
        height: 80px;
    }

    .premium-header.is-sticky {
        height: 70px;
    }

    .premium-header .header-action {
        gap: 10px;
    }

    .premium-header .header-logo img {
        height: 120px !important;
        padding: 10px;
    }
}

/*-----------------------------------
    - Premium Products Page Styles
-----------------------------------*/

/* Page Banner Refined */
.products-page-banner {
    padding: 100px 0 100px;
    background-color: #fdfaf7;
    position: relative;
    overflow: hidden;
}

.products-page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/others/bg-pattern.png') repeat;
    opacity: 0.03;
    pointer-events: none;
}

.products-page-banner .breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin: 0;
}

.products-page-banner .breadcrumb li {
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #888;
}

.products-page-banner .breadcrumb li a {
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.products-page-banner .breadcrumb li a:hover {
    color: #391f0a;
}

/* Product Section Layout */
.products-grid-section {
    padding: 80px 0 120px;
    background-color: #ffffff;
}

/* Shop Toolbar Ultra Premium */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.shop-toolbar .product-count {
    font-family: var(--primary-font);
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
}

.shop-toolbar .product-count span {
    color: #391f0a;
    font-weight: 700;
    margin: 0 5px;
}

.shop-toolbar .toolbar-right {
    display: flex;
    align-items: center;
}

.sort-select-wrapper {
    position: relative;
    min-width: 240px;
}

.sort-select-wrapper::after {
    content: "\e604";
    /* sli-arrow-down */
    font-family: 'simple-line-icons';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #1a1a1a;
    pointer-events: none;
    transition: all 0.3s ease;
}

.sort-select {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 25px;
    border-radius: 12px;
    border: 1px solid #eee;
    background-color: #fdfaf7;
    font-family: var(--primary-font);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #1a1a1a;
}

.sort-select:focus {
    border-color: #391f0a;
    background-color: #fff;
    outline: none;
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.08);
}

.sort-select-wrapper:hover::after {
    color: #391f0a;
}

/* Premium Sidebar Layout Refined */
.products-grid-section {
    padding: 60px 0 120px;
    background-color: #fff;
}

/* Floating Sidebar Navigation */
.luxury-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.sidebar-widget-card {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.sidebar-widget-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border-color: rgba(199, 161, 122, 0.1);
}

.widget-title {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 12px;
}

.widget-title i {
    color: #391f0a;
    font-size: 16px;
}

/* Sidebar Search */
.sidebar-search-wrap {
    position: relative;
}

.sidebar-search-input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background-color: #fdfaf7;
    font-size: 13px;
    transition: all 0.3s ease;
}

.sidebar-search-input:focus {
    background-color: #fff;
    border-color: #391f0a;
    outline: none;
}

.sidebar-search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #391f0a;
}

/* Luxury Category List */
.luxury-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.luxury-cat-list li {
    margin-bottom: 10px;
}

.luxury-cat-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-radius: 12px;
    background-color: #fdfaf7;
    color: #555;
    font-family: var(--primary-font);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
}

.luxury-cat-list li a:hover,
.luxury-cat-list li.active a {
    background-color: #1a1a1a;
    color: #fff !important;
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.luxury-cat-list li.active a {
    background-color: #391f0a;
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.2);
}

/* Premium Price Filter Stack */
.price-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.price-inputs-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-field {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fdfaf7;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600;
}

.price-field:focus {
    border-color: #391f0a;
    background-color: #fff;
    outline: none;
}

.luxury-filter-btn {
    width: 100%;
    height: 50px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.luxury-filter-btn:hover {
    background-color: #391f0a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.2);
}

/* Full Width Shop Layout */
.products-grid-section {
    padding: 60px 0 120px;
    background-color: #fff;
}

/* Horizontal Filter Bar */
.shop-filter-bar {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
    margin-bottom: 50px;
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.filter-item {
    flex: 1;
    min-width: 200px;
}

.filter-item.search-box {
    flex: 2;
}

.filter-label {
    display: block;
    font-family: var(--primary-font);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Custom Search */
.shop-search-wrapper {
    position: relative;
}

.shop-search-input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background-color: #fdfaf7;
    font-size: 14px;
    transition: all 0.3s ease;
}

.shop-search-input:focus {
    background-color: #fff;
    border-color: #391f0a;
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.08);
    outline: none;
}

.shop-search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #1a1a1a;
    font-size: 18px;
}

/* Category Dropdown/Select */
.custom-select-box {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background-color: #fdfaf7;
    font-family: var(--primary-font);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1a1a' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 00-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.custom-select-box:focus {
    border-color: #391f0a;
    background-color: #fff;
    outline: none;
}

/* Category Pills (Active Filters) */
.active-filters-row {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f8f8f8;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.category-pill {
    padding: 8px 18px;
    background-color: #fdfaf7;
    border-radius: 50px;
    font-family: var(--primary-font);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.category-pill:hover,
.category-pill.active {
    background-color: #391f0a;
    color: #fff;
    box-shadow: 0 5px 15px rgba(199, 161, 122, 0.3);
}

/* Luxury Product Grid Adjustment */
.premium-product {
    margin-bottom: 40px;
}

.premium-product .product-thumb {
    border-radius: 25px;
    /* Softer corners */
    background-color: #fdfaf7;
}

.premium-product .product-content {
    padding-top: 25px;
}

.premium-product .product-title {
    font-size: 18px;
    font-weight: 600;
}

.premium-product .product-price {
    font-size: 20px;
    margin-top: 5px;
}

/* Premium Product Card */
.premium-product {
    margin-bottom: 50px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.premium-product:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.premium-product .product-thumb {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
    padding: 20px;
}

.premium-product .product-image img {
    width: 100%;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-fit: contain;
    max-height: 250px;
}

.premium-product:hover .product-image img {
    transform: scale(1.08);
}

/* Badges */
.premium-product .product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.premium-product .badge-item {
    padding: 5px 15px;
    font-family: var(--primary-font);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.premium-product .badge-new {
    background-color: #391f0a;
}

.premium-product .badge-sale {
    background-color: #e74c3c;
}

/* Floating Actions */
.premium-product .product-actions {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
}

.premium-product:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

.premium-product .action-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.premium-product .action-btn:hover {
    background-color: #391f0a;
    color: #fff;
    transform: scale(1.1);
}

.btn-magazadan-al {
    background-color: #391f0a;
    color: #ffffff !important;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.premium-product:hover .btn-magazadan-al {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


/* Content */
.premium-product .product-content {
    padding: 0 15px 35px;
    text-align: center;
    flex-grow: 1;
    transition: all 0.4s ease;
}

.premium-product:hover .product-content {
    padding-bottom: 55px;
    /* Space for the button */
}

.premium-product .product-title {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.premium-product .product-title a {
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.premium-product .product-title a:hover {
    color: #b02b21;
}

.premium-product .product-price {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.premium-product .product-price del {
    color: #bbb;
    font-size: 14px;
    font-weight: 400;
}

/* Sidebar Widgets */
.premium-sidebar .sidebar-widget {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.premium-sidebar .sidebar-widget-title {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.premium-sidebar .sidebar-widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #391f0a;
}

/* Search widget */
.premium-sidebar .search-form {
    position: relative;
}

.premium-sidebar .search-form input {
    width: 100%;
    height: 55px;
    padding: 0 60px 0 25px;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    background-color: #fcfcfc;
    font-size: 14px;
}

.premium-sidebar .search-form input:focus {
    border-color: #391f0a;
    outline: none;
    background-color: #fff;
}

.premium-sidebar .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 55px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.premium-sidebar .search-form button:hover {
    color: #391f0a;
}

/* Category list */
.premium-sidebar .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-sidebar .category-list li {
    margin-bottom: 15px;
}

.premium-sidebar .category-list li:last-child {
    margin-bottom: 0;
}

.premium-sidebar .category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 0;
    transition: all 0.3s ease;
}

.premium-sidebar .category-list li a:hover {
    color: #391f0a;
    padding-left: 10px;
}

/* Price Filter */
.premium-sidebar .price-filter-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.premium-sidebar .price-filter-inputs input {
    width: 50%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fcfcfc;
}

.premium-sidebar .filter-btn {
    width: 100%;
    height: 50px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transition: all 0.4s ease;
}

.premium-sidebar .filter-btn:hover {
    background-color: #391f0a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.2);
}

/* Entrance Animation */
@keyframes fadeInUpProduct {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-product {
    animation: fadeInUpProduct 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.premium-product:nth-child(2) {
    animation-delay: 0.1s;
}

.premium-product:nth-child(3) {
    animation-delay: 0.2s;
}

.premium-product:nth-child(4) {
    animation-delay: 0.3s;
}

.premium-product:nth-child(5) {
    animation-delay: 0.4s;
}

.premium-product:nth-child(6) {
    animation-delay: 0.5s;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .premium-sidebar {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .products-page-banner {
        padding: 60px 0 40px !important;
    }

    .products-grid-section {
        padding: 60px 0;
    }
}

/* Pagination Styles */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination-wrapper ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f8f9fa;
    color: #1a1a1a;
    font-family: var(--primary-font);
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.pagination-wrapper ul li.active span,
.pagination-wrapper ul li a:hover {
    background-color: #391f0a;
    color: #fff;
    box-shadow: 0 5px 15px rgba(199, 161, 122, 0.3);
}

.pagination-wrapper ul li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

/*-----------------------------------
    - Premium About Us Page Styles
-----------------------------------*/

/* About Page Banner */
.about-page-banner {
    padding: 100px 0 60px;
    background-color: #fdfaf7;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.about-page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/others/bg-pattern.png') repeat;
    opacity: 0.03;
    pointer-events: none;
}

.about-page-banner {
    text-align: center;
}

.about-page-banner h1 {
    color: #1a1a1a !important;
}

.about-page-banner .breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin: 0;
}

.about-page-banner .breadcrumb li {
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #888;
}

.about-page-banner .breadcrumb li a {
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.about-page-banner .breadcrumb li a:hover {
    color: #391f0a;
}

.about-page-banner .breadcrumb li+li::before {
    content: "/";
    padding: 0 15px;
    color: #ccc;
}

/* Story Section */
.about-story-section {
    padding: 120px 0;
    background-color: #ffffff;
    position: relative;
}

.about-story-section .section-label {
    font-family: var(--primary-font);
    color: #391f0a;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.about-story-section .title {
    font-family: var(--primary-font);
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about-story-section .description {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.about-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background-color: #fdfaf7;
    z-index: 0;
    border-radius: 20px;
}

.about-image-wrapper img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

/* Mission & Vision Cards */
.mission-vision-section {
    padding: 100px 0;
    background-color: #fdfaf7;
}

.mv-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(199, 161, 122, 0.1);
    border-color: #391f0a;
}

.mv-icon {
    width: 80px;
    height: 80px;
    background-color: #fdfaf7;
    color: #391f0a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
    margin: 0 auto 30px;
    transition: all 0.4s ease;
}

.mv-card:hover .mv-icon {
    color: #fff;
}

.mv-card h3 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.mv-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Statistics Section */
.about-stats-section {
    padding: 100px 0;
    background-color: #1a1c1f;
    color: #fff;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-family: var(--primary-font);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
}

/* Philosophy Section */
.philosophy-section {
    padding: 120px 0;
    text-align: center;
    background-image: url('../images/bg/philosophy-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #fff;
}

.philosophy-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.philosophy-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-family: var(--primary-font);
    font-size: 42px;
    margin-bottom: 30px;
}

.philosophy-content p {
    font-size: 20px;
    line-height: 1.8;
    font-style: italic;
    color: #ddd;
}

/* Responsive */
@media (max-width: 991px) {
    .about-story-section .title {
        font-size: 36px;
    }

    .about-image-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .about-page-banner {
        padding: 80px 0 50px;
    }


    .mv-card {
        padding: 30px 20px;
    }
}

/*-----------------------------------
    - Ultra Premium About Us Features
-----------------------------------*/

/* Process Section */
.about-process-section {
    padding: 120px 0;
    background-color: #ffffff;
}

.process-step {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-step::after {
    content: "\e606";
    /* sli-arrow-right */
    font-family: 'simple-line-icons';
    position: absolute;
    top: 50px;
    right: -10px;
    font-size: 20px;
    color: #391f0a;
    opacity: 0.3;
}

.process-step:last-child::after {
    display: none;
}

.step-icon {
    width: 100px;
    height: 100px;
    background-color: #fdfaf7;
    border: 1px solid rgba(199, 161, 122, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 36px;
    color: #391f0a;
    transition: all 0.4s ease;
    position: relative;
}

.process-img {
    width: 50% !important;
    height: 50% !important;
    object-fit: contain;
    transition: all 0.4s ease;
}

.process-step:hover .process-img {
    filter: brightness(0) invert(1);
}

.step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font);
}

.process-step:hover .step-icon {
    background-color: #391f0a;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(199, 161, 122, 0.2);
}

.process-step h4 {
    font-family: var(--primary-font);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.process-step p {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
}

/* Team Section */
.about-team-section {
    padding: 120px 0;
    background-color: #fdfaf7;
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.4s ease;
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

.team-socials {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    transition: all 0.4s ease;
    opacity: 0;
}

.team-card:hover .team-socials {
    bottom: 0;
    opacity: 1;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-info {
    padding: 25px;
    text-align: center;
}

.team-info h4 {
    font-family: var(--primary-font);
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.team-info span {
    color: #391f0a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Certificates */
.certificates-section {
    padding: 80px 0;
    border-top: 1px solid #f1f1f1;
}

.cert-item {
    text-align: center;
    opacity: 0.5;
    transition: all 0.4s ease;
    filter: grayscale(100%);
}

.cert-item:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.cert-item img {
    max-height: 80px;
    width: auto;
}

/* Parallax Experience Section */
.experience-banner {
    padding: 150px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://hco.farazibilisim.com.tr/uploads/_thumbs/files/7(1).jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.experience-img-top {
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
    animation: floatSlow 6s infinite ease-in-out;
}



/* FAQ for About Page - Ultra Premium */
.about-faq-section {
    padding: 120px 0;
    background-color: #ffffff;
    position: relative;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.about-faq-section .accordion {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.about-faq-section .accordion-item {
    border: 1px solid #f1f1f1 !important;
    background-color: #fff;
    border-radius: 15px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.about-faq-section .accordion-item:hover {
    border-color: rgba(199, 161, 122, 0.3) !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(199, 161, 122, 0.08);
}

.about-faq-section .accordion-item:has(.show) {
    border-color: #391f0a !important;
    box-shadow: 0 20px 40px rgba(199, 161, 122, 0.12);
}

.about-faq-section .accordion-button {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 30px;
    background-color: transparent !important;
    color: #1a1a1a !important;
    position: relative;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-faq-section .accordion-button::after {
    content: "\e61a";
    /* sli-plus */
    font-family: 'simple-line-icons';
    background-image: none !important;
    font-size: 14px;
    transition: transform 0.4s ease, color 0.4s ease;
    color: #1a1a1a;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-faq-section .accordion-button:not(.collapsed) {
    color: #391f0a !important;
}

.about-faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    color: #391f0a;
}

.about-faq-section .accordion-body {
    padding: 0 30px 40px 30px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.about-faq-section .faq-separator {
    border: 0;
    height: 1px;
    background: #0000005e;
    margin: -5px 0 25px 0;
    position: relative;
    display: block;
}

/* Staggered Entrance Animation */
@keyframes faqFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-faq-section .accordion-item {
    animation: faqFadeUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.about-faq-section .accordion-item:nth-child(2) {
    animation-delay: 0.1s;
}

.about-faq-section .accordion-item:nth-child(3) {
    animation-delay: 0.2s;
}

.about-faq-section .accordion-item:nth-child(4) {
    animation-delay: 0.3s;
}

/* Section Title Animation */
.about-faq-section .section-label,
.about-faq-section .title {
    animation: faqFadeUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.about-faq-section .title {
    animation-delay: 0.1s;
}

/* Smooth collapse transition refinement */
.accordion-collapse {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


/* Blog Page Premium Styles */
:root {
    --bronze-color: #391f0a;
    --bronze-hover: #b38f6a;
    --bronze-light: rgba(199, 161, 122, 0.1);
    --primary-font: 'Cantata One', serif;

}

.bg-light-2 {
    background-color: #f8f9fa;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.animate-fade-up {
    animation: blogFadeUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

@keyframes blogFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Blog Cards */
.premium-blog-card {
    border: none;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-blog-card:hover {
    transform: translateY(-10px);
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.card-image-wrapper .card-thumb img {
    transition: transform 0.6s ease;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.premium-blog-card:hover .card-thumb img {
    transform: scale(1.1);
}

.card-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--bronze-color);
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    min-width: 60px;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card-date .day {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}

.card-date .month {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-top: 2px;
}

.hover-bronze:hover {
    color: var(--bronze-color) !important;
}

.read-more-btn {
    text-decoration: none;
    color: var(--bronze-color);
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: var(--bronze-hover);
    padding-left: 5px;
}

/* Sidebar Styling */
.sidebar-widget-v2 {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
    position: relative;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--bronze-color);
}

.search-form-v2 {
    position: relative;
}

.search-form-v2 input {
    padding-right: 50px;
    border-radius: 80px;
    border: 1px solid #eee;
    height: 50px;
}

.search-form-v2 button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--bronze-color);
    color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.search-form-v2 button:hover {
    background: var(--bronze-hover);
}

.hover-bg-light:hover {
    background-color: #f8f9fa;
}

.hover-bg-bronze-light:hover {
    background-color: var(--bronze-light);
}

/* Blog Detail Specifics */
.bg-bronze {
    background-color: var(--bronze-color);
    color: white;
}

.btn-bronze {
    background-color: var(--bronze-color);
    color: white;
    border: none;
}

.btn-bronze:hover {
    background-color: var(--bronze-hover);
    color: white;
}

.share-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-icon:hover {
    color: white;
}

.share-icon.fb:hover {
    background: #3b5998;
}

.share-icon.tw:hover {
    background: #1da1f2;
}

.share-icon.ln:hover {
    background: #0077b5;
}

.object-fit-cover {
    object-fit: cover;
}

.transition-transform:hover {
    transform: scale(1.05);
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.placeholder-white-50::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .process-step::after {
        display: none;
    }

    .process-step {
        margin-bottom: 50px;
    }
}

/* ----------------------------------------------
   PREMIUM BLOG CARD STYLES
---------------------------------------------- */
.premium-blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

.premium-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(199, 161, 122, 0.2);
}

.premium-blog-card .card-image-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    flex-shrink: 0;
    /* Taller aspect ratio */
}

.premium-blog-card .card-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-blog-card:hover .card-thumb img {
    transform: scale(1.1);
}

.premium-blog-card .card-date {
    position: absolute;
    top: 20px;
    right: 20px;
    /* Right side for variety */
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.premium-blog-card .card-date .day {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--bronze-color);
    line-height: 1;
    font-family: var(--primary-font);
}

.premium-blog-card .card-date .month {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 2px;
    letter-spacing: 1px;
}

.premium-blog-card .card-body {
    padding: 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.premium-blog-card .meta {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--bronze-color);
    margin-bottom: 15px;
    display: block;
}

.premium-blog-card .card-title {
    font-family: var(--primary-font);
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
}

.premium-blog-card .card-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    background-image: linear-gradient(#1a1a1a, #1a1a1a);
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 2px;
}

.premium-blog-card:hover .card-title a {
    color: var(--bronze-color);
    background-size: 100% 1px;
}

.premium-blog-card .card-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}

.premium-blog-card .read-more-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: auto;
}

.premium-blog-card .read-more-btn i {
    transition: transform 0.3s ease;
}

.premium-blog-card .read-more-btn:hover {
    color: var(--bronze-color);
}

.premium-blog-card .read-more-btn:hover i {
    transform: translateX(5px);
}

/* Category Hero Enhancement */
.category-hero-wrapper {
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
    background-color: #111;
}

.category-hero-wrapper .hero-bg-image {
    position: absolute;
    inset: -20px;
    background-size: cover;
    background-position: center;
    filter: blur(8px) brightness(0.4);
    opacity: 0.8;
    z-index: 1;
    transform: scale(1.05);
    /* Prevent blur edges */
}

.category-hero-wrapper .hero-content {
    position: relative;
    z-index: 2;
}

.category-hero-badge {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
}

/* ----------------------------------------------
   PREMIUM PRODUCT DETAIL STYLES
---------------------------------------------- */
.product-detail-hero {
    background-color: #1a1c1f;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.product-detail-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(199, 161, 122, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(199, 161, 122, 0.05) 0%, transparent 50%);
}

.product-detail-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    justify-content: center;
}

.product-detail-hero .breadcrumb li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-detail-hero .breadcrumb li a {
    color: #fff;
    transition: color 0.3s ease;
}

.product-detail-hero .breadcrumb li a:hover {
    color: var(--bronze-color);
}


.product-gallery-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-main-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-info-premium {
    padding-left: 30px;
}

.product-info-premium .product-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bronze-color);
    margin-bottom: 10px;
    display: block;
}

.product-info-premium .product-title {
    font-family: var(--primary-font);
    font-size: 42px;
    font-weight: 700;
    color: #1a1c1f;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-info-premium .product-price-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.product-info-premium .current-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--bronze-color);
    font-family: var(--primary-font);
}

.product-info-premium .old-price {
    font-size: 20px;
    color: #ccc;
    text-decoration: line-through;
}

.product-info-premium .product-short-desc {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}

.product-meta-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    background: #fdfaf7;
    padding: 20px;
    border-radius: 12px;
    border: 1px dashed rgba(199, 161, 122, 0.3);
}

.product-meta-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-meta-list li:last-child {
    border-bottom: none;
}

.product-meta-list li .label {
    font-weight: 700;
    color: #1a1c1f;
    text-transform: uppercase;
    font-size: 13px;
}

.product-meta-list li .value {
    color: #666;
    font-size: 14px;
}

.product-meta-list li .value.stock-in {
    color: #28a745;
    font-weight: 600;
}

.product-meta-list li .value.stock-out {
    color: #dc3545;
    font-weight: 600;
}

.quantity-add-cart {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
}

.premium-qty {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 50px;
    background: #fff;
    padding: 5px;
}

.premium-qty button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #1a1c1f;
    font-size: 18px;
    transition: all 0.3s ease;
}

.premium-qty button:hover {
    background: #f8f9fa;
}

.premium-qty input {
    width: 50px;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.btn-add-cart {
    background: #1a1c1f;
    color: #fff;
    border: none;
    height: 52px;
    padding: 0 40px;
    border-radius: 50px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-add-cart:hover {
    background: var(--bronze-color);
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.2);
    transform: translateY(-2px);
    color: white;
}

.premium-tabs-wrapper {
    margin-top: 80px;
}

.premium-tabs .nav-tabs {
    border: none;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.premium-tabs .nav-link {
    border: none !important;
    background: transparent !important;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
}

.premium-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--bronze-color);
    transition: all 0.3s ease;
}

.premium-tabs .nav-link.active {
    color: #1a1c1f !important;
}

.premium-tabs .nav-link.active::after {
    width: 100%;
}

.tab-content-premium {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.02);
    min-height: 200px;
}

.related-products-title {
    font-family: var(--primary-font);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .product-info-premium {
        padding-left: 0;
        margin-top: 40px;
    }

    .product-info-premium .product-title {
        font-size: 32px;
    }
}

/* ----------------------------------------------
   HOMEPAGE PREMIUM ENHANCEMENTS
---------------------------------------------- */

/* Luxury Hero Slider */
.h1-hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slide-1 {
    min-height: 800px;
    display: flex;
    align-items: center;
    background-color: #fdfaf7 !important;
    position: relative;
}

.hero-slide-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.hero-slide-1-content {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.hero-slide-1-sub-title {
    font-family: var(--primary-font) !important;
    color: var(--bronze-color) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 5px !important;
    margin-bottom: 25px !important;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.hero-slide-1-title {
    font-family: var(--primary-font) !important;
    font-size: 82px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #1a1c1f !important;
    margin-bottom: 30px !important;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease 0.2s;
}

.hero-slide-1-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    max-width: 500px !important;
    margin-bottom: 40px !important;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease 0.4s;
}

.hero-slide-1-button {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease 0.6s;
}

.swiper-slide-active .hero-slide-1-sub-title,
.swiper-slide-active .hero-slide-1-title,
.swiper-slide-active .hero-slide-1-text,
.swiper-slide-active .hero-slide-1-button {
    opacity: 1;
    transform: translateY(0);
}

.hero-slide-1-image {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.1));
    animation: floatHero 6s ease-in-out infinite;
}

@keyframes floatHero {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-30px) rotate(2deg);
    }
}

/* Home Product Section Refinement */
.h1-product-section {
    background: #fff;
    position: relative;
}

.h1-product-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(199, 161, 122, 0.05) 0%, transparent 70%);
}

.product-carousel {
    padding: 30px 10px 80px;
}

.product-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #eee;
    opacity: 1;
    transition: all 0.3s ease;
}

.product-carousel .swiper-pagination-bullet-active {
    background: var(--bronze-color);
    transform: scale(1.3);
}

/* Section Title Refinement */
.section-title.section-title-center .title {
    font-family: var(--primary-font) !important;
    font-size: 14px !important;
    letter-spacing: 4px !important;
    font-weight: 500 !important;
    color: var(--bronze-color) !important;
}

.section-title.section-title-center .sub-title {
    font-size: 48px !important;
    color: #1a1c1f !important;
    margin-top: 15px !important;
    line-height: 70px;
}

@media (max-width: 767px) {
    .hero-slide-1-title {
        font-size: 42px !important;
    }

    .hero-slide-1 {
        min-height: 600px;
    }

    .hero-slide-1::before {
        width: 100%;
    }

    .premium-testimonials .testimonial-client-name {
        margin-bottom: 35px;
    }

    .footer-bottom-min {
        margin-top: 0 !important;
    }
}

/* ==============================================
   ULTRA LUXURY FOOTER 2024 DESIGN
============================================== */
.ultra-footer {
    background-color: #0b0d0e;
    color: #fff;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
    border-top: 2px solid rgba(199, 161, 122, 0.1);
}

.ultra-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% -20%, rgba(199, 161, 122, 0.15), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.footer-main-container {
    position: relative;
    z-index: 5;
}

.footer-logo-lux {
    height: 125px;
    width: auto;
    margin-bottom: 30px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.footer-bio {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5) !important;
    max-width: 380px;
    font-weight: 300;
    margin-bottom: 35px;
}

.footer-title-lux {
    font-family: var(--primary-font) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 4px !important;
    color: var(--bronze-color) !important;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.footer-links-lux {
    list-style: none;
    padding: 0;
}

.footer-links-lux li {
    margin-bottom: 15px;
}

.footer-links-lux li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-links-lux li a:hover {
    color: var(--bronze-color);
    gap: 10px;
}

.footer-links-lux li a::before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--bronze-color);
    transition: all 0.4s ease;
}

.footer-links-lux li a:hover::before {
    width: 20px;
}

/* Luxury Social Icons */
.social-bar-lux {
    display: flex;
    gap: 12px;
}

.social-bar-lux a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.4s ease;
}

.social-bar-lux a:hover {
    background: var(--bronze-color);
    border-color: var(--bronze-color);
    color: #000;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(199, 161, 122, 0.2);
}

/* Contact Details */
.contact-info-list-lux {
    list-style: none;
    padding: 0;
}

.contact-info-list-lux li {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}

.contact-info-list-lux .icon-box {
    width: 48px;
    height: 48px;
    background: rgba(199, 161, 122, 0.05);
    border: 1px solid rgba(199, 161, 122, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bronze-color);
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-info-list-lux li:hover .icon-box {
    background: var(--bronze-color);
    color: #000;
}

.contact-info-list-lux .text-box span {
    display: block;
    font-size: 11px;
    color: var(--bronze-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 500;
}

.contact-info-list-lux .text-box p,
.contact-info-list-lux .text-box a {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    font-weight: 300;
}

.bottom-bar-lux {
    margin-top: 80px;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
}

.bottom-bar-lux b {
    color: var(--bronze-color);
    font-weight: 500;
}



/* Newsletter Section Premium */
.footer-top-section {
    background-color: #fdfaf7;
    border-bottom: 1px solid #f2ede8;
    padding: 80px 0;
}

.footer-top-content .title {
    font-family: var(--primary-font) !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #1a1c1f !important;
    margin-bottom: 15px !important;
}

.footer-top-content .desc {
    color: #666 !important;
    font-size: 16px;
}

.newsletter-form {
    position: relative;
    max-width: 500px;
}

.newsletter-form input {
    width: 100%;
    height: 60px;
    padding: 0 170px 0 30px;
    border: 2px solid #eee;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.newsletter-form input:focus {
    border-color: var(--bronze-color);
    outline: none;
}

.newsletter-form .btn-subscribe {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    padding: 0 30px;
    background: var(--bronze-color);
    color: #fff;
    border: none;
    border-radius: 45px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.newsletter-form .btn-subscribe:hover {
    background: #1a1c1f;
    color: white;
}

.newsletter-form .btn-subscribe i {
    margin-left: 10px;
}

/*-----------------------------------
    - Premium Gallery Section
-----------------------------------*/
.premium-gallery-section {
    padding: 100px 0;
    background-color: #fdfaf7;
    /* Matches theme light bg */
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
    margin-top: 50px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #fff;
    border: none !important;
    padding: 0 !important;
    min-height: 280px;
}

.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item>a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    z-index: 1;
}

.gallery-item img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1) !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gallery-item:hover img {
    transform: translate(-50%, -50%) scale(1.1) !important;
}

.gallery-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(199, 161, 122, 0.9) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transition: all 0.5s ease !important;
    padding: 20px !important;
    text-align: center !important;
    z-index: 2;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1 !important;
}

.gallery-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #391f0a;
    font-size: 20px;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 15px;
}

.gallery-item:hover .gallery-icon {
    transform: translateY(0);
}

.gallery-caption {
    color: #fff;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(20px);
    transition: all 0.5s ease 0.1s;
    opacity: 0;
}

.gallery-item:hover .gallery-caption {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 1199px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 250px;
    }

    .gallery-item {
        min-height: 250px;
    }
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
        gap: 15px;
    }

    .gallery-item {
        min-height: 220px;
    }

    .gallery-item.large {
        grid-column: span 2;
        /* Full width on tablet */
        grid-row: span 1;
        /* But single height to save space/avoid gaps */
    }

    .premium-gallery-section {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }

    .gallery-item {
        min-height: 250px;
    }

    .gallery-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }
}

/*-----------------------------------
    - Modern Premium Footer (Refined)
-----------------------------------*/
.premium-lux-footer {
    background-color: #0c0c0c;
    background-image: radial-gradient(circle at 50% 0%, rgba(57, 31, 10, 0.15) 0%, transparent 70%),
    url("https://www.transparenttextures.com/patterns/dark-leather.png");
    color: #ffffff;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(199, 161, 122, 0.1);
}

.premium-lux-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #391f0a, transparent);
}

.footer-brand-column {
    padding-right: 40px;
}

.footer-logo-lux {
    max-height: 105px;
    filter: invert(1);

    margin-bottom: 35px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-logo-lux:hover {
    transform: scale(1.05);
}

.footer-bio-text {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 35px;
    font-weight: 300;
}

.luxury-social-bar {
    display: flex;
    gap: 15px;
}

.luxury-social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.luxury-social-link:hover {
    background: #391f0a;
    border-color: #391f0a;
    color: #ffffff;
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 10px 25px rgba(57, 31, 10, 0.4);
}

.footer-column-title {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.footer-column-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: rgb(255 255 255);
}

.luxury-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.luxury-footer-links li {
    margin-bottom: 18px;
}

.luxury-footer-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.luxury-footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #ffff;
    transition: width 0.3s ease;
}

.luxury-footer-links a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.luxury-footer-links a:hover::after {
    width: 100%;
}

.footer-contact-block {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-icon-wrap {
    width: 50px;
    height: 50px;
    background: rgba(57, 31, 10, 0.1);
    border: 1px solid rgba(57, 31, 10, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.footer-contact-block:hover .contact-icon-wrap {
    background: #391f0a;
    color: #ffffff;
    transform: scale(1.1);
}

.contact-info-text span {
    display: block;
    font-size: 11px;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-info-text p,
.contact-info-text a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
}

.footer-bottom-lux {
    margin-top: 80px;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
}

.copyright-text b {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

@media (max-width: 991px) {
    .premium-lux-footer {
        padding-top: 50px;
    }

    .mobile-lux-footer .accordion-item {
        background-color: transparent !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    .mobile-lux-footer .accordion-item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    .mobile-lux-footer .accordion-button {
        background-color: transparent !important;
        color: #ffffff !important;
        font-family: var(--primary-font);
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 2px;
        padding: 25px 0 !important;
        box-shadow: none !important;
        text-transform: uppercase;
    }

    .mobile-lux-footer .accordion-button::after {
        filter: brightness(0) invert(1);
        background-size: 12px;
    }

    .mobile-lux-footer .accordion-body {
        padding: 0 0 25px 0;
    }

    .mobile-footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-footer-links li {
        margin-bottom: 12px;
    }

    .mobile-footer-links a {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .mobile-contact-info p {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        margin-bottom: 10px;
    }

    .mobile-contact-info a {
        color: #ffffff;
        text-decoration: none;
    }

    .luxury-social-link-mobile {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.08);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 18px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .mobile-footer-bottom .luxury-social-bar {
        justify-content: flex-start !important;
    }

    .footer-bottom-lux {
        margin-top: 40px;
        text-align: left;
        padding: 30px 0;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .premium-lux-footer {
        padding-top: 60px;
    }

    .footer-bio-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .footer-column-title {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .luxury-footer-links a {
        font-size: 14px;
    }

    .contact-info-text p,
    .contact-info-text a {
        font-size: 14px;
    }

    .copyright-text {
        font-size: 12px;
    }
}

/*-----------------------------------
    - About Info Section (Premium)
-----------------------------------*/
.about-info-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-info-section .info-image-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-info-section .info-image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.15));
    animation: floatVertical 6s ease-in-out infinite;
}

@keyframes floatVertical {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.about-info-section .info-content-wrapper {
    padding-left: 50px;
}

.about-info-section .info-item {
    position: relative;
    transition: transform 0.3s ease;
}

.about-info-section .info-item:hover {
    transform: translateX(10px);
}

.about-info-section .info-title {
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: 1px;
}

/* First title or specific color based on image */
.about-info-section .info-item:nth-child(1) .info-title {
    color: #391f0a;
    /* Blue color from screenshot */
}

.about-info-section .info-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666 !important;
    margin-bottom: 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about-info-section {
        padding: 60px 0;
    }

    .about-info-section .info-content-wrapper {
        padding-left: 0;
        margin-top: 50px;
        text-align: center;
    }

}

.footer-contact-info h5 {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.footer-contact-info p {
    font-size: 15px;
    color: #bbb;
    margin: 0;
    font-weight: 400;
}

.footer-social-min {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.footer-social-min a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-social-min a:hover {
    background: #391f0a;
    border-color: #391f0a;
    color: #000;
    transform: translateY(-5px);
}

.footer-bottom-min {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-bottom-min .copyright-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* redundant footer styles removed */

/*-----------------------------------
    - About Info Section (Premium)
-----------------------------------*/
.about-info-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-info-section .info-image-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-info-section .info-image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.15));
    animation: floatVertical 6s ease-in-out infinite;
}

@keyframes floatVertical {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.about-info-section .info-content-wrapper {
    padding-left: 50px;
}

.about-info-section .info-item {
    position: relative;
    transition: transform 0.3s ease;
}

.about-info-section .info-item:hover {
    transform: translateX(10px);
}

.about-info-section .info-title {
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: 1px;
}

/* First title or specific color based on image */
.about-info-section .info-item:nth-child(1) .info-title {
    color: #391f0a;
    /* Blue color from screenshot */
}

.about-info-section .info-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666 !important;
    margin-bottom: 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about-info-section {
        padding: 60px 0;
    }

    .about-info-section .info-content-wrapper {
        padding-left: 0;
        margin-top: 50px;
        text-align: center;
    }

    .about-info-section .info-title {
        font-size: 28px;
    }
}

/* --- EspressoLab Header Redesign --- */
.header.premium-header {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.padding-x-70 {
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width: 1400px) {
    .padding-x-70 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.main-menu ul {
    gap: 25px !important;
    justify-content: center !important;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.main-menu ul li {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main-menu ul li a {
    font-family: var(--primary-font) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #1a1a1a !important;
    padding: 15px 5px !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: nowrap !important;
    display: inline-block !important;
    background: none !important;
    border: none !important;
    text-decoration: none !important;
}

.main-menu ul li a::after,
.main-menu ul li a::before {
    display: none !important;
}

.main-menu ul li.has-sub-menu>a::after {
    display: none !important;
}

/* Online Store Button */
.btn-online-magaza {
    background-color: #391f0a !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    font-family: var(--primary-font) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    border: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-menu ul li:hover a {
    color: black !important;
}

.btn-online-magaza:hover {
    background-color: #d10000 !important;
    transform: translateY(-2px);
    color: #fff !important;
}

/* Language Dropdown */
.language-switcher .btn {
    background: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 50px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #444 !important;
    transition: all 0.2s ease;
}

.language-switcher .btn:hover {
    background: rgba(0, 0, 0, 0.08) !important;
}

.flag-placeholder {
    font-size: 16px;
    line-height: 1;
}

.language-switcher .dropdown-toggle::after {
    display: none;
}

.language-switcher .dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin-top: 10px !important;
    padding: 8px;
}

.language-switcher .dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
}

/* Sticky & Home states */
.header.is-home-page:not(.is-sticky) {
    background: rgb(255 255 255 / 84%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header.is-home-page:not(.is-sticky) .main-menu ul li a {
    color: #0000;
}

.header.is-home-page:not(.is-sticky) .logo-text-styled {
    color: #ffffff !important;
}

.header.is-home-page:not(.is-sticky) .language-switcher .btn {
    background: rgb(255 255 255 / 10%) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* Custom Text Logo */
.logo-text-styled {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

.logo-o {
    color: #b30000;
    position: relative;
    padding-bottom: 1px;
}

.logo-o::after {
    content: '';
    position: absolute;
    bottom: 2px;
    line-height: 1.8;
    color: #666 !important;
    margin-bottom: 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about-info-section {
        padding: 60px 0;
    }

    .about-info-section .info-content-wrapper {
        padding-left: 0;
        margin-top: 50px;
        text-align: center;
    }

    .about-info-section .info-title {
        font-size: 28px;
    }
}

/* --- EspressoLab Header Redesign --- */
.header.premium-header {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.padding-x-70 {
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width: 1400px) {
    .padding-x-70 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.main-menu ul {
    gap: 25px !important;
    justify-content: center !important;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.main-menu ul li {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main-menu ul li a {
    font-family: var(--primary-font) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #1a1a1a !important;
    padding: 15px 5px !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: nowrap !important;
    display: inline-block !important;
    background: none !important;
    border: none !important;
    text-decoration: none !important;
}

.main-menu ul li a::after,
.main-menu ul li a::before {
    display: none !important;
}

.main-menu ul li.has-sub-menu>a::after {
    display: none !important;
}

/* Online Store Button */
.btn-online-magaza {
    background-color: #391f0a !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    font-family: var(--primary-font) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    border: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-online-magaza:hover {
    background-color: #391f0a !important;
    transform: translateY(-2px);
    color: #fff !important;
}

/* Language Dropdown */
.language-switcher .btn {
    background: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 50px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #444 !important;
    transition: all 0.2s ease;
}

.language-switcher .btn:hover {
    background: rgba(0, 0, 0, 0.08) !important;
}

.flag-placeholder {
    font-size: 16px;
    line-height: 1;
}

.language-switcher .dropdown-toggle::after {
    display: none;
}

.language-switcher .dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin-top: 10px !important;
    padding: 8px;
}

.language-switcher .dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
}

/* Sticky & Home states */
.header.is-home-page:not(.is-sticky) {
    background: rgb(255 255 255 / 84%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header.is-home-page:not(.is-sticky) .main-menu ul li a {
    color: black;
}

.header.is-home-page:not(.is-sticky) .logo-text-styled {
    color: #ffffff !important;
}

.header.is-home-page:not(.is-sticky) .language-switcher .btn {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* Custom Text Logo */
.logo-text-styled {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

.logo-o {
    color: #b30000;
    position: relative;
    padding-bottom: 1px;
}

.logo-o::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    height: 3px;
    background-color: #b30000;
}

/* --- Premium Mobile Menu & Header Actions --- */

/* Luxury Toggle Button */
.luxury-toggle {
    background: none !important;
    border: none !important;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0 !important;
    position: relative;
    z-index: 10;
}

.toggle-icon {
    width: 22px;
    height: 1.5px;
    background-color: #333;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.toggle-icon::before,
.toggle-icon::after {
    content: '';
    width: 22px;
    height: 1.5px;
    background-color: #333;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.toggle-icon::before {
    top: -7px;
}

.toggle-icon::after {
    bottom: -7px;
    width: 14px;
    left: auto;
    right: 0;
}

.luxury-toggle:hover .toggle-icon::after {
    width: 22px;
}

/* Premium Mobile Menu Offcanvas */
.premium-mobile-menu {
    background: #ffffff !important;
    border-left: none !important;
    width: 300px !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
}

.premium-mobile-menu .offcanvas-header {
    padding: 25px 25px 20px;
    border-bottom: 1px solid #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.luxury-close {
    background-image: none !important;
    opacity: 0.8 !important;
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #eee !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.luxury-close:hover {
    opacity: 1 !important;
    background-color: #f8f8f8 !important;
}

.luxury-close::before,
.luxury-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 85%;
    width: 14px;
    height: 1.5px;
    background-color: #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

.luxury-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.premium-mobile-menu .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.mobile-menu {
    padding: 10px 0;
    flex-grow: 1;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    border: none !important;
}

.mobile-menu ul li a {
    font-family: var(--primary-font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333 !important;
    padding: 14px 25px !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none !important;
}

.mobile-menu ul li a:hover {
    color: #333 ;
    background-color: #fcf9f6;
    padding-left: 30px !important;
}

.mobile-sub-menu-toggle {
    background: none !important;
    width: 40px !important;
    height: 48px !important;
    right: 15px !important;
    top: 5px !important;
}

.mobile-sub-menu-toggle::before,
.mobile-sub-menu-toggle::after {
    background-color: #1a1a1a !important;
    width: 10px !important;
}

.mobile-sub-menu {
    background: rgba(0, 0, 0, 0.02);
    padding-left: 20px !important;
    border: none !important;
}

.mobile-sub-menu li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 10px 30px !important;
}

/* Mobile Footer Info */
.mobile-footer-info {
    padding: 40px 30px;
    background: #fcfcfc;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.social-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mobile-social-links {
    display: flex;
    gap: 15px;
}

/* Softer Social Links */
.mobile-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mobile-social-links a:hover {
    background: #fcf9f6;
    border-color: #391f0a;
    color: #391f0a;
    transform: translateY(-3px);
}

/* Online Store Button Fix */
.mobile-menu .btn-online-magaza {
    margin: 20px 25px;
    width: calc(100% - 50px) !important;
    border-radius: 50px !important;
    height: 48px !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    background-color: #391f0a !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(179, 143, 102, 0.15);
}

/* Header Responsive Adjustments */
@media (max-width: 991px) {
    .header.premium-header {
        padding: 8px 0;
    }

    .header-logo img {
        height: 50px;
        width: auto;
    }

    .logo-text-styled {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .header-logo img {
        height: 40px;
    }

    .btn-online-magaza {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }
}

.main-menu ul li a:hover {
    color: #391f0a !important;
}

.header-action {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100%;
}

/*-----------------------------------
    - Full Sticky Header (Top Bar + Main)
-----------------------------------*/
.main-sticky-wrapper {
    width: 100%;
    z-index: 999;
}

.main-sticky-wrapper.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    animation: none !important;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Remove animation and transition for direct appearance */
.main-sticky-wrapper.is-sticky .header {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    background: #fff !important;
}

/* If home page header was transparent, make it solid when sticky */
.main-sticky-wrapper.is-sticky .header.is-home-page {
    background: #fff !important;
}

/* Dark logo visibility fix when sticky on home page */
.main-sticky-wrapper.is-sticky .header.is-home-page .logo-dark {
    display: block !important;
}

.main-sticky-wrapper.is-sticky .header.is-home-page .logo-light {
    display: none !important;
}

/* Menu heights fix when sticky */
.main-sticky-wrapper.is-sticky .main-menu>ul>li>a {
    padding: 20px 0 !important;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    border: none !important;
}

.mobile-menu ul li a {
    font-family: var(--primary-font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333 !important;
    padding: 14px 25px !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none !important;
}

.mobile-menu ul li a:hover {
    color: #333 ;
    background-color: #fcf9f6;
    padding-left: 30px !important;
}

.mobile-sub-menu-toggle {
    background: none !important;
    width: 40px !important;
    height: 48px !important;
    right: 15px !important;
    top: 5px !important;
}

.mobile-sub-menu-toggle::before,
.mobile-sub-menu-toggle::after {
    background-color: #1a1a1a !important;
    width: 10px !important;
}

.mobile-sub-menu {
    background: rgba(0, 0, 0, 0.02);
    padding-left: 20px !important;
    border: none !important;
}

.mobile-sub-menu li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 10px 30px !important;
}

/* Mobile Footer Info */
.mobile-footer-info {
    padding: 40px 30px;
    background: #fcfcfc;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.social-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mobile-social-links {
    display: flex;
    gap: 15px;
}

/* Softer Social Links */
.mobile-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mobile-social-links a:hover {
    background: #fcf9f6;
    border-color: #391f0a;
    color: #391f0a;
    transform: translateY(-3px);
}

/* Online Store Button Fix */
.mobile-menu .btn-online-magaza {
    margin: 20px 25px;
    width: calc(100% - 50px) !important;
    border-radius: 50px !important;
    height: 48px !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    background-color: #391f0a !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(179, 143, 102, 0.15);
}

/* Header Responsive Adjustments */
@media (max-width: 991px) {
    .header.premium-header {
        padding: 8px 0;
    }

    .header-logo img {
        height: 50px;
        width: auto;
    }

    .logo-text-styled {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .header-logo img {
        height: 40px;
    }

    .btn-online-magaza {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }
}

.main-menu ul li a:hover {
    color: #391f0a !important;
}

.header-action {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100%;
}

/*-----------------------------------
    - Full Sticky Header (Top Bar + Main)
-----------------------------------*/
.main-sticky-wrapper {
    width: 100%;
    z-index: 999;
}

.main-sticky-wrapper.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    animation: none !important;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Remove animation and transition for direct appearance */
.main-sticky-wrapper.is-sticky .header {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    background: #fff !important;
}

/* If home page header was transparent, make it solid when sticky */
.main-sticky-wrapper.is-sticky .header.is-home-page {
    background: #fff !important;
}

/* Dark logo visibility fix when sticky on home page */
.main-sticky-wrapper.is-sticky .header.is-home-page .logo-dark {
    display: block !important;
}

.main-sticky-wrapper.is-sticky .header.is-home-page .logo-light {
    display: none !important;
}

/* Menu heights fix when sticky */
.main-sticky-wrapper.is-sticky .main-menu>ul>li>a {
    padding: 20px 0 !important;
}

@media (max-width: 991px) {
    .main-sticky-wrapper.is-sticky {
        position: fixed;
    }
}

/* Header Announcement Carousel */
.header-announcement-carousel {
    width: 100%;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
}

.header-announcement-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-announcement-carousel .header-announcement {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

.header-announcement-carousel .header-announcement a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.header-announcement-carousel .header-announcement a:hover {
    opacity: 0.8;
}

/* Hide slider text on mobile */
@media (max-width: 575px) {
    .hero-slide-1-content {
        display: none !important;
    }

    .hero-slide-1-image {
        margin-top: 0;
        text-align: center;
    }

    .hero-slide-1-image img {
        max-width: 80% !important;
        height: auto !important;
        margin-top: 50px;
    }

    .hero-slide-1 {
        padding: 40px 0 !important;
        min-height: auto !important;
    }
}

/* Blog Carousel Spacing */
.blog-carousel {
    padding-bottom: 30px !important;
}

.blog-pagination {
    margin-top: 50px !important;
    position: relative !important;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* Ensure cards have their shadows visible and don't touch */
.blog-carousel .swiper-slide {
    padding: 25px 0;
}

@media (max-width: 767px) {
    .blog-pagination {
        margin-top: 35px !important;
    }
}

/*-----------------------------------
    - Social Moments Section (Editorial Marquee)
-----------------------------------*/
.social-moments-section {
    background-color: #fdfaf7;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.social-moments-section .decor-text {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 180px;
    font-weight: 900;
    color: rgba(199, 161, 122, 0.04);
    pointer-events: none;
    line-height: 1;
    z-index: 0;
    letter-spacing: 20px;
}

.editorial-header {
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

.editorial-badge {
    font-size: 13px;
    letter-spacing: 4px;
    color: #391f0a;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.editorial-title {
    font-family: 'Italianno', cursive !important;
    font-size: 90px !important;
    color: #1a1a1a !important;
    line-height: 0.8;
    margin-bottom: 30px;
}

.editorial-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Marquee Grid Wrapper */
.editorial-marquee-wrapper {
    display: flex;
    gap: 30px;
    height: 600px;
    /* Fixed height for the scrolling window */
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}

.marquee-column {
    flex: 1;
    position: relative;
    width: 100%;
}

.marquee-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

/* Vertical Scrolling Animation */
/* Upwards */
.column-up .marquee-content {
    animation: marqueeUp 40s linear infinite;
}

/* Downwards */
.column-down .marquee-content {
    animation: marqueeDown 40s linear infinite;
}

@keyframes marqueeUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }

    /* Assuming content is duplicated X times, aim for seamless loop point.
       Usually -50% if content is doubled exactly. */
}

@keyframes marqueeDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

/* Pause on hover for interaction */
.marquee-column:hover .marquee-content {
    animation-play-state: paused;
}

.editorial-card {
    position: relative;
    width: 100%;
}

.img-reveal {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 5;
    background: #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.img-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.overlay-info {
    color: #fff;
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.overlay-info i {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    color: white;
}

.overlay-info span {
    font-family: 'Italianno', cursive;
    font-size: 32px;
    letter-spacing: 1px;
}

.editorial-card:hover .card-overlay {
    opacity: 1;
}

.editorial-card:hover .overlay-info {
    transform: translateY(0);
}

.editorial-card:hover .img-reveal img {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 991px) {
    .editorial-marquee-wrapper {
        height: 500px;
        margin-top: 40px;
    }

    .editorial-header {
        padding-right: 0;
        text-align: center;
    }

    .social-moments-section {
        padding: 60px 0;
    }
}

/* Vintage Testimonial Navigation Buttons - Override all other rules */
.vintage-testimonial-section .vintage-testimonial-slider-wrapper {
    position: relative !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 70px !important;
}

.vintage-testimonial-section .vintage-testimonial-prev,
.vintage-testimonial-section .vintage-testimonial-next {
    width: 55px !important;
    height: 55px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 50% !important;
    color: rgba(255, 255, 255, 0.6) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 9999 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
}

.vintage-testimonial-section .vintage-testimonial-prev::after,
.vintage-testimonial-section .vintage-testimonial-next::after {
    display: none !important;
}

.vintage-testimonial-section .vintage-testimonial-prev i,
.vintage-testimonial-section .vintage-testimonial-next i {
    font-size: 22px !important;
    line-height: 1 !important;
}

.vintage-testimonial-section .vintage-testimonial-prev:hover,
.vintage-testimonial-section .vintage-testimonial-next:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-50%) !important;
}

.vintage-testimonial-section .vintage-testimonial-prev {
    left: -60px !important;
    right: auto !important;
}

.vintage-testimonial-section .vintage-testimonial-next {
    right: -60px !important;
    left: auto !important;
}

@media (max-width: 1200px) {
    .vintage-testimonial-section .vintage-testimonial-prev {
        left: 0px !important;
    }

    .vintage-testimonial-section .vintage-testimonial-next {
        right: 0px !important;
    }

    .vintage-testimonial-section .vintage-testimonial-slider-wrapper {
        padding: 0 50px !important;
    }
}

@media (max-width: 768px) {

    .vintage-testimonial-section .vintage-testimonial-prev,
    .vintage-testimonial-section .vintage-testimonial-next {
        width: 45px !important;
        height: 45px !important;
    }

    .vintage-testimonial-section .vintage-testimonial-prev i,
    .vintage-testimonial-section .vintage-testimonial-next i {
        font-size: 18px !important;
    }

    .section-title.section-title-center .sub-title {
        font-size: 35px !important;
        line-height: 55px;
    }

    .instagram-link {
        justify-content: center;
    }
}

a.instagram-link:hover {
    color: black;
}

/* About Page Mobile Cleanup */
@media (max-width: 767px) {
    .about-page-banner {
        padding: 60px 0 40px !important;
    }

    .about-page-banner h1 {
        font-size: 32px !important;
        letter-spacing: 3px !important;
        margin-bottom: 15px !important;
    }

    .about-story-section {
        padding: 50px 0 !important;
        text-align: center;
    }

    .about-image-wrapper {
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }

    .about-story-section .title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        line-height: 1.3 !important;
    }

    .about-story-section .description {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
    }

    .about-story-section .btn {
        width: 100% !important;
        padding: 15px !important;
    }

    .about-story-section .row.g-4.mt-2.mb-5 {
        margin-bottom: 30px !important;
    }

    .about-info-section {
        padding: 50px 0 !important;
    }

    .about-info-section .info-content-wrapper {
        margin-top: 40px !important;
        text-align: center;
    }

    .about-info-section .info-item {
        margin-bottom: 30px !important;
    }

    .about-info-section .info-title {
        font-size: 24px !important;
    }

    .about-process-section {
        padding: 50px 0 !important;
    }

    .about-process-section .title {
        font-size: 28px !important;
    }

    .process-step::after {
        display: none !important;
    }

    .step-icon {
        width: 80px !important;
        height: 80px !important;
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .process-step {
        margin-bottom: 40px;
    }

    .process-step:last-child {
        margin-bottom: 0;
    }

    .experience-banner {
        padding: 80px 0 !important;
    }

    .experience-banner h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .experience-banner p.lead {
        font-size: 16px !important;
    }

    .mission-vision-section {
        padding: 40px 0 !important;
    }

    .mv-card {
        margin-bottom: 20px;
        padding: 30px 20px !important;
    }

    .mv-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .about-stats-section {
        padding: 60px 0 !important;
    }

    .stat-number {
        font-size: 32px !important;
    }

    .stat-label {
        font-size: 11px !important;
        letter-spacing: 1px !important;
    }

    .about-faq-section {
        padding: 50px 0 !important;
    }

    .about-faq-section .title {
        font-size: 28px !important;
    }

    .about-faq-section .accordion-button {
        padding: 20px !important;
        font-size: 14px !important;
    }

    .about-faq-section .accordion-body {
        padding: 0 20px 25px 20px !important;
        font-size: 14px !important;
    }
}
