.owl-theme .owl-nav {
    margin-top: -78px !important;
}

.logo-light,
.logo-dark {
    max-width: 100%;
}

.navbar.navbar-bg-dark {
    background: #FAFAF8 !important;
}

.navbar-brand {
    margin-left: -46px !important;
}

.bg-pale-primary {
    background-color: #ddd0dd !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #430541 !important;
}

/* Core structure */
.ad-box {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.ad-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

/* Sizes for desktop */
.ad-box.large {
    height: 400px;
}

.ad-box.medium {
    height: 200px;
}

.ad-box.wide {
    height: 250px;
}

.ad-wide {
    margin-top: 30px !important;
}

.view-more-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #430541;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}


.ad-box:hover .view-more-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}




.main-btn {
    background-color: #430541;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease-in-out;
}

.main-btn:hover {
    background-color: #819e97;
    color: #fff;
}



.heading-primary {
    color: #430541;
}

.text-golden {
    color: #D4AF37;
}

.about {
    padding-bottom: 1px !important;
}

h2,
h3 {
    font-family: "DM Serif Display";
    font-weight: 400 !important;
}



/* .project figure img {
    height: 400px !important;
    object-fit: cover !important;
    width: 100% !important;
    border-radius: 10px !important;
} */

.logofooter {
    max-width: 60%;
}

.navbar .btn-group-sm>.btn,
.navbar .btn-sm {
    font-size: .6rem !important;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 2px solid white;
    /* Underline effect */
    width: 150px;
    /* Adjust width as needed */
}

.search-input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    width: 100%;
    padding: 5px;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.search-btn i {
    font-size: 18px;
}

.navbar-stick .nav-link {

    color: #06768e !important;

}

.nav-link {

    color: #06768e !important;

}

.navbar-nav .nav-link.active {
    color: #dfb21f !important;
    font-weight: bold;
}

.btn-red {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: white;
}

.nav-tabs-basic .nav-link {
    color: #430541 !important;
}

.nav-tabs-basic .nav-link.active {
    color: #430541 !important;
    font-weight: bold;
    border-bottom: 2px solid #430541;
}

.aboutImage {
    border-radius: 100px !important;
}

h2 {
    color: #430541 !important;
}

.about-description {
    margin-top: -270px !important;
}

.fixed-testimonial {
    height: 450px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}


.testimonial-line {

    background-color: #430541;

}

.testi-desc {
    margin-top: 16px;
}

/* .category-img {
    height: 320px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
} */

.item figure .item-like,
.item figure .item-link,
.item figure .item-view,
.swiper-slide figure .item-like,
.swiper-slide figure .item-link,
.swiper-slide figure .item-view {
    bottom: 13rem !important;
}

/* Chrome, Safari, Edge, Opera (desktop + mobile) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* General fallback for all */
input[type=number] {
    appearance: textfield;
}


.qty-input {
    display: flex;
    align-items: center;
}

.qty-count {
    background-color: #430541;
    color: white;

}

.qty-count:hover {
    background-color: #5e0768;
}

.product-qty {
    width: 30px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
    height: 40px;
    pointer-events: none;
}

.shopSec {
    padding-top: 6rem !important;
    padding-bottom: 3rem !important;
}

.promo-box {
    height: 320px;
    position: relative;
    background-color: #819e97 !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-box img {
    object-fit: contain;
    width: 53%;
    height: 100%;
    display: block;
}


.promo-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.55);
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 80%;
}



.fixed-content {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.text-truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 2.4em;
}

.post-category {
    text-transform: capitalize !important;
}

.post-title a {
    text-transform: capitalize !important;
}

.fixed-content-category {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.form-select {
    color: #000000 !important;
}

.product-img {
    margin-right: -63px !important;
}

.shopping-cart-item {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #ddd !important;
}

.checkout-div {

    margin-top: -67px !important;
}

/* Scoped only for cart page */
.cart-page-wrapper .shopping-cart-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid #eaeaea !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

.cart-page-wrapper .product-img {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.cart-page-wrapper .product-img figure {
    margin: 0 !important;
    width: 80px !important;
}

.cart-page-wrapper .product-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.cart-page-wrapper .product-img .w-100 {
    flex: 1 !important;
}

.cart-page-wrapper .total-price {
    font-weight: 600 !important;
    font-size: 16px !important;
    min-width: 100px !important;
    text-align: right !important;
}

.cart-page-wrapper .ms-2 a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
}

.div:where(.swal2-container) div:where(.swal2-popup) {

    font-size: 16px !important;

}

/* Default bullet color */
.swiper-pagination-bullet {
    background-color: #430541 !important;
    opacity: 0.4;
    /* slightly faded for inactive bullets */
}

/* Active bullet color */
.swiper-pagination-bullet-active {
    background-color: #430541 !important;
    opacity: 1;
    /* fully visible for active bullet */
}


.category-name {

    font-size: 20px;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .owl-theme .owl-nav {
        margin-top: -37px !important;
    }

    .min-vh-80 {
        min-height: 21vh !important;
    }

    .about-description {
        margin-top: 15px !important;
    }

    .navbar-expand-lg {
        margin-top: -19px !important;
    }

    .pageBanner {

        margin-top: 60px !important;
    }

    .swiper-controls .swiper-pagination {
        bottom: -1.8rem !important;
    }

    .logo-light,
    .logo-dark {
        max-width: 34% !important;
    }

    .navbar-brand {
        margin-left: 14px !important;
    }

    .header-sec {
        margin-top: 10px !important;
    }

    .navbar-expand-lg {
        margin-bottom: -2px !important;
    }

    button.hamburger {
        color: #000 !important;
    }

    .navbar-stick button.hamburger {
        color: #fff !important;
    }

    button.hamburger span,
    button.hamburger::after,
    button.hamburger::before {
        width: 1.2rem;
        height: .15rem;
        transition: all .2s ease-in-out;
        background: currentColor;
        border-radius: 2rem;
    }

    .navbar-stick .container {
        margin-top: 13px !important;
    }


    .ad-box.large {
        height: 250px;
    }

    .ad-box.medium {
        height: 180px;
    }

    .ad-box.wide {
        height: 220px;
    }

    .ad-medium {
        margin-top: 30px !important;
    }






    .promo-box {
        height: 300px;
        position: relative;
        background-color: #819e97 !important;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .promo-box img {
        object-fit: contain;
        width: 83%;
        height: auto;
        display: block;
    }


    .promo-text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: rgba(0, 0, 0, 0.55);
        padding: 15px 20px;
        border-radius: 10px;
        max-width: 80%;
    }

    .fixed-content {
        min-height: 51px !important;
        /* Or 80px, adjust based on your design */
        height: auto;
    }

    .text-truncate-lines {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        max-height: none;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
    }

    .post-title {
        margin-top: -18px !important;
    }

    .price {
        margin-top: -9px !important;
    }

    .category-swiper {
        margin-bottom: -36px !important;
    }

    .exclusive-collection {
        margin-top: -77px !important;
    }

    .fixed-content-category {
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }

    .category-name {
        font-size: 18px;
    }

    .product-img {
        margin-right: -63px !important;
    }

    .shoping-cart-detail {
        margin-top: 30px !important;
    }

    .checkout-div {
        margin-top: -125px !important;
    }

    .link-dark {
        font-size: 18px !important;
    }


}


.thankyou-wrapper {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thankyou-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    margin: auto;
}

.thankyou-icon {
    width: 80px;
    height: 80px;
    background: #819e97;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px auto;
}

.text-muted-custom {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}





.address-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

.address-header {
    background: #00A4C5;
    color: #fff;
    padding: 14px 18px;
    font-size: 16px;
}

.card-body {
    padding: 20px 22px !important;
}

.order-info .info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.order-info .info-row:last-child {
    border-bottom: none;
}

.order-info .label {
    font-weight: 600;
    color: #222;
    width: 45%;
}

.order-info .value {
    font-weight: 500;
    color: #444;
    width: 55%;
    text-align: right;
    line-height: 1.4;
}






.product-action .item-cart {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
}



.item figure .item-cart,
.swiper-slide figure .item-cart {

    bottom: 0rem !important;
    height: 43px !important;
}



/* Always show Add to Cart button */
.item-cart {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Remove hover animation effect */
figure:hover .item-cart {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.item-cart {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1 !important;
    visibility: visible !important;
}




.btnCart {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;


    padding-bottom: 2px !important;
    padding-top: 2px !important;
    margin-top: -26px !important;


}













@media (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        top: 45px !important;
        /* force dropdown UNDER icon */
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        margin: 0 !important;
        width: 180px !important;
        /* adjust as needed */
        border-radius: 12px;
        z-index: 99999 !important;
    }

    .navbar-nav .dropdown-menu.show {
        display: block !important;
    }


    .video-wrapper .owl-dots {

        display: none !important;
    }


    .view-more-btn {

        font-size: 10px !important;

        padding: 10px 15px !important;

    }

    .item-cart {

        font-size: 15px !important;
    }



}

/* Slider Professional Styles */
.slider-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 4.5rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    letter-spacing: -1px;
}

.slider-subtitle-container {
    max-width: 80%;
    margin: 0 auto;
}

.slider-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #D4AF37;
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.slider-line {
    width: 60px;
    height: 2px;
    background-color: #D4AF37;
    margin: 0 15px;
}

.btn-slider {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 15px 40px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-slider:hover {
    background-color: #D4AF37;
    border-color: #D4AF37;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .slider-title {
        font-size: 2.5rem !important;
    }

    .slider-subtitle {
        font-size: 0.9rem !important;
        letter-spacing: 1px;
    }

    .btn-slider {
        padding: 12px 30px !important;
        font-size: 0.8rem !important;
    }

    /* Mobile Slider Height */
    .main-slider .item {
        height: 60vh !important;
        min-height: 400px;
    }
}

/* Slider Visibility Fix */
.main-slider .item {
    height: 85vh;
    /* Fixed height for desktop */
    min-height: 500px;
    background-color: #000;
    overflow: hidden;
}

.main-slider .item .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-slider .carousel-content {
    z-index: 2;
    /* Ensure content is above image */
}

/* Professional Category Grid Styles */
.category-card {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Softer shadow */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 400px;
    /* Taller for elegance */
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.category-image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.category-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    transition: background 0.3s ease;
}

.category-card:hover .category-image-wrapper::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.category-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.category-card:hover .category-image-wrapper img {
    transform: scale(1.08);
}

.category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.category-title {
    color: #fff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.category-divider {
    width: 0;
    height: 2px;
    background-color: #D4AF37;
    margin: 10px auto;
    transition: width 0.4s ease;
}

.category-card:hover .category-divider {
    width: 50px;
}

.btn-explore-cat {
    color: #f2ede0 !important;
    /* Cream color */
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    margin-top: 10px;
    opacity: 0.8;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.category-card:hover .btn-explore-cat {
    opacity: 1;
    transform: translateY(0);
    color: #D4AF37 !important;
}

@media (max-width: 768px) {
    .category-card {
        height: 280px;
    }

    .category-title {
        font-size: 1.4rem !important;
    }

    .category-divider {
        width: 30px;
        /* Always show small divider on mobile */
    }

    .btn-explore-cat {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Heritage Section Styles */
.section-heritage {
    background: radial-gradient(circle at center, #fffcf5 0%, #f7f2e6 100%);
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.line-d-gold {
    width: 40px;
    height: 2px;
    background-color: #D4AF37;
    display: inline-block;
}

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

.heading-serif {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #430541 !important;
}

.text-gradient-gold {
    background: linear-gradient(to right, #D4AF37, #bf951b, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #D4AF37;
    /* Fallback */
}

.divider-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-icon::before,
.divider-icon::after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 20px;
}

.divider-icon i {
    color: #D4AF37;
    font-size: 1.5rem;
}

.text-muted-dark {
    color: #555 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Floating Action Buttons */
.floating-actions-container {
    position: fixed;
    right: 20px;
    bottom: 50%;
    /* Center vertically on desktop */
    transform: translateY(50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.floating-actions-container.visible {
    opacity: 1;
    visibility: visible;
}

.floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.floating-btn:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp {
    background: #25D366;
}

.btn-call {
    background: #06768e;
    /* Brand color */
}

/* Tooltip on hover for desktop */
.floating-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 70px;
    /* Position to left of button */
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    pointer-events: none;
}

.floating-btn:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .floating-actions-container {
        bottom: 20px;
        right: 20px;
        transform: none;
        /* Reset vertical centering */
        flex-direction: column-reverse;
        /* Stack bottom-up */
        gap: 12px;
    }

    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    /* Hide tooltips on mobile */
    .floating-btn::after {
        display: none;
    }
}

/* Production Unit Section */
.production-section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 80px 0;
}

.prod-title {
    color: #06768e;
    /* Brand Blue */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    /* Clean sans-serif */
}

.prod-address {
    color: #06768e;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 20px;
    max-width: 300px;
}

.prod-image-wrapper {
    position: relative;
    width: 100%;
}

.prod-img-1 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-bottom-left-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.prod-img-2-container {
    position: relative;
    width: 90%;
    margin-left: 0;
}

.prod-img-2 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-right-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.prod-info-card {
    background: linear-gradient(135deg, #e3f2f5 0%, #ffffff 100%);
    border-left: 5px solid #06768e;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 40px;
    right: -20px;
    width: 350px;
    z-index: 2;
}

.prod-info-text {
    color: #0d4e5c;
    font-size: 1.05rem;
    line-height: 1.8;
}

.prod-info-highlight {
    color: #06768e;
    font-weight: 700;
    font-size: 1.3rem;
}

@media (max-width: 991px) {
    .prod-info-card {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: -50px;
        margin-left: 20px;
    }

    .prod-img-1,
    .prod-img-2 {
        height: 250px;
    }
}

/* Premium Production Section Redesign */
.production-premium {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #fdfbf7 0%, #f4efdf 100%);
    overflow: hidden;
}

.production-premium::before {
    content: 'FIRDOUSE';
    position: absolute;
    top: -5%;
    right: -5%;
    font-size: 12rem;
    font-weight: 900;
    color: rgba(212, 175, 55, 0.05);
    z-index: 0;
    font-family: 'Playfair Display', serif;
    pointer-events: none;
}

.prod-content-wrapper {
    position: relative;
    z-index: 2;
    padding-left: 3rem;
}

.prod-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: #D4AF37;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
}

.prod-heading {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    color: #430541;
    margin-bottom: 2rem;
}

.prod-stat-card {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 3rem;
    padding: 25px 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #D4AF37;
    transition: transform 0.3s ease;
}

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

.prod-stat-num {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 800;
    color: #D4AF37;
    font-family: 'Playfair Display', serif;
}

.prod-stat-info h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #430541;
    text-transform: uppercase;
}

.prod-stat-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #777;
}

.prod-address-block {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.prod-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(67, 5, 65, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #430541;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.prod-address-text {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

/* Image Composition */
.prod-media-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 25px;
    align-items: center;
}

.prod-img-primary {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.prod-img-secondary {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(60px);
    border: 8px solid #fff;
}

@media (max-width: 991px) {
    .production-premium {
        padding: 60px 0;
    }

    .prod-content-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }

    .prod-heading {
        font-size: 2.2rem;
    }

    .prod-media-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .prod-img-primary {
        height: 300px;
    }

    .prod-img-secondary {
        height: 250px;
        width: 85%;
        margin-left: auto;
        margin-top: -60px;
        transform: none;
        position: relative;
        z-index: 2;
    }

    .prod-stat-card {
        width: 100%;
        justify-content: center;
    }
}

/* Improved Readability for Production Section */
.production-premium {
    background: #fffcf5 !important;
    /* Cleaner background */
}

.prod-heading {
    color: #2c032b !important;
    /* Darker version of brand color */
    font-weight: 800 !important;
}

.prod-address-text {
    color: #000 !important;
    font-weight: 500 !important;
}

.prod-stat-info p {
    color: #333 !important;
    font-weight: 600 !important;
}

.prod-label {
    color: #b89218 !important;
    /* Darker gold for better visibility */
}

.prod-stat-card {
    border: 1px solid #eee;
    /* Add subtle border for definition */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.prod-content-wrapper .lead {
    color: #1a1a1a !important;
    font-weight: 500 !important;
}

/* Increase contrast for golden text in production section */
.production-premium .text-golden {
    color: #b89218 !important;
    /* Darker gold/mustard for better readability on light bg */
}

/* Professional Card UI Refactor */
.prod-block-section {
    padding: 80px 0;
    background-color: #FDF5E6;
    /* Soft neutral bg */
}

.prod-block-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    /* Soft, deep shadow */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.prod-block-visual {
    flex: 1 1 45%;
    position: relative;
    min-height: 550px;
}

.prod-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-inset-img-wrapper {
    position: absolute;
    bottom: 30px;
    right: -40px;
    /* Bleed into content area */
    width: 200px;
    height: 140px;
    border-radius: 12px;
    border: 6px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 10;
}

/* Mobile: Reset bleed */
@media (max-width: 991px) {
    .prod-inset-img-wrapper {
        right: 20px;
        bottom: 20px;
        width: 140px;
        height: 100px;
    }
}

.prod-inset-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-block-content {
    flex: 1 1 55%;
    padding: 60px 60px 60px 80px;
    /* Extra left padding for inset overlap */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prod-tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: #b89218;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.prod-headline {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.prod-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Stats Row */
.prod-stats-row {
    display: flex;
    gap: 40px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.prod-stat-item h4 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #430541;
    /* Brand Purple */
    margin: 0;
    line-height: 1;
    font-family: 'Playfair Display', serif;
}

.prod-stat-item span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prod-location-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.prod-loc-icon {
    color: #b89218;
    font-size: 1.5rem;
}

.prod-loc-text {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 991px) {

    .prod-block-visual,
    .prod-block-content {
        flex: 1 1 100%;
    }

    .prod-block-visual {
        min-height: 350px;
    }

    .prod-block-content {
        padding: 40px 30px;
    }

    .prod-inset-img-wrapper {
        display: none;
        /* Hide on mobile to simplify layout if needed, or keep smaller */
    }
}

/* Certifications Section */
.cert-section {
    padding: 80px 0;
    background-color: #ffffff;
    text-align: center;
}

.cert-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    color: #430541;
    margin-bottom: 1rem;
}

.cert-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cert-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cert-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 300px;
    position: relative;
}

.cert-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cert-img-wrapper {
    overflow: hidden;
    border-radius: 8px;
    border: 4px solid #f9f9f9;
    position: relative;
}

.cert-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

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

.cert-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 5, 65, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cert-card:hover .cert-overlay {
    opacity: 1;
}

.cert-zoom-icon {
    font-size: 2rem;
    color: #fff;
}

.cert-name {
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #2c032b;
}

@media (max-width: 768px) {
    .cert-grid {
        flex-direction: column;
        align-items: center;
    }

    .cert-card {
        width: 100%;
        max-width: 350px;
    }
}

/* Exclusive Products Section */
.exclusive-product-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(212, 175, 55, 0.15);
    /* Subtle gold border */
}

.exclusive-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Image Handling */
.exclusive-img-wrapper {
    position: relative;
    height: 380px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.exclusive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Badge */
.exclusive-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #D4AF37;
    /* Gold */
    color: #fff;
    padding: 5px 15px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
}

/* Content Area */
.exclusive-content {
    padding: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: -30px;
    /* Overlap effect */
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 12px;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.03);
}

.exclusive-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c032b;
    margin-bottom: 2px;
}

.exclusive-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.exclusive-title a:hover {
    color: #06768e;
}

.exclusive-category {
    font-size: 0.85rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.exclusive-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #06768e;
    /* Brand Teal */
    margin-bottom: 15px;
}

.btn-exclusive {
    background: transparent;
    color: #2c032b;
    border: 1px solid #2c032b;
    padding: 8px 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-exclusive:hover {
    background: #2c032b;
    color: #fff;
    box-shadow: 0 5px 15px rgba(44, 3, 43, 0.2);
}

/* Custom Grid for 3 Items */
.exclusive-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.exclusive-grid-col {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

@media (max-width: 991px) {
    .exclusive-grid {
        flex-wrap: wrap;
    }

    .exclusive-grid-col {
        flex: 0 0 100%;
        max-width: 400px;
        margin-bottom: 30px;
    }
}

body p {
    font-family: 'Montserrat', sans-serif !important;

}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Playfair Display', serif !important;
}

/* Contact Page Enhancements */
.bg-pale-gold {
    background-color: rgba(212, 175, 55, 0.15) !important;
}

.hover-golden:hover {
    color: #b89218 !important;
    text-decoration: underline !important;
}

.hover-primary:hover {
    color: #430541 !important;
    text-decoration: underline !important;
}

.min-h-350 {
    min-height: 350px;
}

.card .map iframe {
    border-radius: 0 0 0.5rem 0.5rem;
    /* mobile rounded bottom */
}

@media (min-width: 992px) {
    .card .map iframe {
        border-radius: 0 0.5rem 0.5rem 0;
        /* desktop rounded right */
    }

    /* For reversed row */
    .flex-lg-row-reverse .map iframe {
        border-radius: 0.5rem 0 0 0.5rem;
        /* desktop rounded left */
    }
}