/*------------------------------------------------------------------
  De Filippis Gioielli - Brand Override Styles
  Colors: Red Coral #8B1B1F | Gold #BFA36A | Black #211E1F | Cream #FFFBF3
------------------------------------------------------------------*/

/* ===== Color Overrides ===== */
.theme-btn, .view-cart-btn {
    background: #8B1B1F;
    border-color: #8B1B1F;
}
.theme-btn:hover, .view-cart-btn:hover,
.theme-btn:focus, .view-cart-btn:focus,
.theme-btn:active, .view-cart-btn:active {
    background: transparent;
    border-color: #8B1B1F;
    color: #8B1B1F;
}

.theme-btn-s2 {
    border-color: #BFA36A;
    color: #211E1F;
}
.theme-btn-s2:after {
    background: #BFA36A;
}

/* ===== REDESIGNED FOOTER ===== */
.wpo-site-footer {
    background: #211E1F;
    position: relative;
    overflow: hidden;
}
.wpo-site-footer::before {
    display: none !important;
}
.wpo-site-footer .shape {
    display: none !important;
}

/* Gold accent line at top */
.footer-accent {
    height: 2px;
    background: linear-gradient(to right, transparent, #BFA36A, transparent);
}

/* Footer top - centered logo and tagline */
.footer-brand {
    text-align: center;
    padding: 55px 0 35px;
    border-bottom: 1px solid rgba(191,163,106,0.12);
}
.footer-brand img {
    max-height: 55px;
    width: auto;
    margin-bottom: 18px;
    filter: brightness(0) invert(1);
}
.footer-brand p {
    color: rgba(255,251,243,0.5);
    font-size: 14px;
    max-width: 400px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

/* Footer columns */
.footer-columns {
    padding: 45px 0;
    border-bottom: 1px solid rgba(191,163,106,0.12);
}
.footer-columns h4 {
    font-family: "Cinzel", serif;
    font-size: 13px;
    color: #BFA36A;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 22px;
}
.footer-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-columns ul li {
    margin-bottom: 10px;
}
.footer-columns ul li a {
    color: rgba(255,251,243,0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    letter-spacing: 0.3px;
}
.footer-columns ul li a:hover {
    color: #FFFBF3;
}
.footer-columns ul li span {
    color: rgba(255,251,243,0.6);
    font-size: 14px;
    letter-spacing: 0.3px;
}

/* Social icons in footer */
.footer-social {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 5px;
}
.footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(191,163,106,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BFA36A;
    font-size: 15px;
    transition: all 0.3s;
    text-decoration: none;
}
.footer-social a:hover {
    background: #BFA36A;
    color: #211E1F;
    border-color: #BFA36A;
}

/* Footer bottom bar */
.footer-bottom {
    padding: 22px 0;
    text-align: center;
}
.footer-bottom p {
    color: rgba(255,251,243,0.35);
    font-size: 12px;
    margin: 0;
    letter-spacing: 0.5px;
}
.footer-bottom a {
    color: rgba(191,163,106,0.6);
    text-decoration: none;
    transition: color 0.3s;
}
.footer-bottom a:hover {
    color: #BFA36A;
}

/* Override old footer styles */
.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer .wpo-lower-footer {
    display: none !important;
}

/* Footer tablet */
@media (max-width: 991px) {
    .footer-columns {
        padding: 40px 0;
    }
    .footer-columns .col-lg-3 {
        margin-bottom: 30px;
    }
    .footer-columns .col-lg-3:last-child {
        margin-bottom: 0;
    }
}

/* Footer mobile */
@media (max-width: 767px) {
    .footer-brand {
        padding: 40px 20px 30px;
    }
    .footer-brand img {
        max-height: 45px;
    }
    .footer-brand p {
        font-size: 13px;
        max-width: 320px;
    }
    .footer-columns {
        padding: 30px 0 10px;
        text-align: center;
    }
    .footer-columns .row {
        justify-content: center;
    }
    .footer-columns .col-6 {
        margin-bottom: 28px;
    }
    .footer-columns h4 {
        margin-bottom: 14px;
        font-size: 12px;
    }
    .footer-columns ul li {
        margin-bottom: 8px;
    }
    .footer-columns ul li a,
    .footer-columns ul li span {
        font-size: 13px;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-social a {
        width: 38px;
        height: 38px;
    }
    .footer-bottom {
        padding: 18px 0;
    }
    .footer-bottom p {
        font-size: 11px;
    }
}

/* Footer very small screens */
@media (max-width: 400px) {
    .footer-columns .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

/* Preloader */
.preloader .loader-circle {
    border-color: #BFA36A;
}
.preloader .loader-line {
    background: #8B1B1F;
}

/* Navigation */
.wpo-site-header .navigation .navbar-nav > li > a.active,
.wpo-site-header .navigation .navbar-nav > li:hover > a {
    color: #8B1B1F !important;
}
.wpo-site-header .navigation .navbar-nav .sub-menu li a:hover {
    color: #8B1B1F;
}

/* Section titles */
.wpo-section-title h2 {
    color: #211E1F;
}

/* Links */
a:hover {
    color: #8B1B1F;
}

/* Page title - old overrides kept for compatibility */
.wpo-page-title {
    background: #211E1F;
}

/* Hero section - base kept for compatibility */
.static-hero {
    background: #211E1F;
}

/* New Arrival / Featured Products */
.wpo-new-arrival-section .left-shape {
    background: #FFFBF3;
}
.wpo-new-arrival-section .right-shape svg circle {
    stroke: #BFA36A;
}
.wpo-new-arrival-section .right-shape svg path {
    fill: #FFFBF3;
}

/* Collection */
.collection-wrap .collection-item .content h2 a {
    color: #211E1F;
}
.collection-wrap .collection-item .content .theme-btn {
    background: #8B1B1F;
    border-color: #8B1B1F;
}

/* Testimonials */
.wpo-testimonial-section .testimonial-slider .item .quote-btn i {
    color: #BFA36A;
}
.wpo-testimonial-section .testimonial-slider .item h2 {
    color: #211E1F;
}

/* Team section shapes */
.wpo-team-section .left-shape-top {
    background: #FFFBF3;
}
.wpo-team-section .right-shape svg circle {
    stroke: #BFA36A;
}
.wpo-team-section .right-shape svg path {
    fill: #FFFBF3;
}
.wpo-team-section .left-shape {
    background: #FFFBF3;
}

/* About section */
.about-right-wrap h2.title {
    color: #211E1F;
}
.about-left-wrap .icon {
    background: #BFA36A;
}
.about-left-wrap .image-1 img,
.about-left-wrap .image-2 img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .about-left-wrap .image-1 img,
    .about-left-wrap .image-2 img {
        max-height: 260px;
    }
}

/* Contact */
.wpo-contact-pg-section .wpo-contact-title h2 {
    color: #211E1F;
}
/* Fix alignment - remove excessive left margin on desktop */
.wpo-contact-pg-section .office-info {
    margin-left: 0;
}
.office-info .office-info-item .office-info-icon .icon {
    background: #8B1B1F;
}
/* Make ALL icons inside the icon circles white (flaticon + themify) */
.office-info .office-info-item .office-info-icon .icon i {
    color: #fff;
    font-size: 22px;
    line-height: 48px;
}
.office-info .office-info-item .office-info-text h2 {
    color: #211E1F;
}
/* Fix blue links in contact info boxes */
.office-info .office-info-item .office-info-text p a {
    color: #84857E;
    text-decoration: none;
    transition: color 0.3s;
}
.office-info .office-info-item .office-info-text p a:hover {
    color: #8B1B1F;
}

/* Product details */
.wpo-shop-single-section .product-details h2 {
    color: #211E1F;
}

/* ===== Logo Styles ===== */
.navbar-brand img {
    max-height: 65px;
    width: auto;
}
.widget.about-widget .logo img {
    max-height: 55px;
    width: auto;
}

/* ===== Custom Catalogue Page Styles ===== */
.catalogue-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.catalogue-header .wpo-section-title {
    margin-bottom: 0;
}
.download-catalogue-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #8B1B1F;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    text-decoration: none;
}
.download-catalogue-btn:hover {
    background: #BFA36A;
    color: #fff;
    text-decoration: none;
}
.download-catalogue-btn i {
    font-size: 20px;
}

/* Catalogue Product Grid */
.catalogue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 991px) {
    .catalogue-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .catalogue-grid {
        grid-template-columns: 1fr;
    }
}

.catalogue-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s;
}
.catalogue-item:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.catalogue-item .image {
    position: relative;
    overflow: hidden;
    background: #FFFBF3;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.catalogue-item .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s;
}
.catalogue-item:hover .image img {
    transform: scale(1.05);
}
.catalogue-item .content {
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid #f0e8dc;
}
.catalogue-item .content h3 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    color: #211E1F;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.catalogue-item .content p {
    font-size: 13px;
    color: #687693;
    margin: 0;
    line-height: 1.5;
}
.catalogue-item .content a {
    color: inherit;
    text-decoration: none;
}
.catalogue-item .content a:hover h3 {
    color: #8B1B1F;
}

/* Category Badges */
.catalogue-item .category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #8B1B1F;
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

/* ===== Product Detail Page ===== */
.product-detail-section {
    padding: 80px 0;
}
.product-gallery {
    position: relative;
}
.product-gallery .main-image {
    background: #FFFBF3;
    padding: 30px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-gallery .main-image img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.product-gallery .thumb-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.product-gallery .thumb-list .thumb {
    width: 80px;
    height: 80px;
    background: #FFFBF3;
    padding: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-gallery .thumb-list .thumb:hover,
.product-gallery .thumb-list .thumb.active {
    border-color: #8B1B1F;
}
.product-gallery .thumb-list .thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-info-detail {
    padding-left: 30px;
}
@media (max-width: 991px) {
    .product-info-detail {
        padding-left: 0;
        padding-top: 30px;
    }
}
.product-info-detail h2 {
    font-family: "Cinzel", serif;
    font-size: 28px;
    color: #211E1F;
    margin-bottom: 15px;
}
.product-info-detail .product-category {
    display: inline-block;
    background: #FFFBF3;
    padding: 4px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8B1B1F;
    margin-bottom: 20px;
    border: 1px solid #BFA36A;
}
.product-info-detail .product-description {
    margin-bottom: 25px;
}
.product-info-detail .product-description p {
    line-height: 1.8;
    color: #687693;
}
.product-info-detail .product-specs {
    margin-bottom: 30px;
}
.product-info-detail .product-specs h4 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    color: #211E1F;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0e8dc;
}
.product-info-detail .product-specs table {
    width: 100%;
}
.product-info-detail .product-specs table tr td {
    padding: 8px 0;
    border-bottom: 1px solid #f5f0ea;
    font-size: 14px;
}
.product-info-detail .product-specs table tr td:first-child {
    color: #211E1F;
    font-weight: 500;
    width: 40%;
}
.product-info-detail .product-specs table tr td:last-child {
    color: #687693;
}
.product-info-detail .back-to-catalogue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8B1B1F;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
    margin-top: 10px;
}
.product-info-detail .back-to-catalogue:hover {
    color: #BFA36A;
}

/* ===== About Page Custom ===== */
.heritage-section {
    padding: 80px 0;
    background: #FFFBF3;
}
.heritage-section .heritage-item {
    text-align: center;
    padding: 40px 30px;
}
.heritage-section .heritage-item .icon-wrap {
    width: 80px;
    height: 80px;
    background: #8B1B1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.heritage-section .heritage-item .icon-wrap i {
    font-size: 30px;
    color: #fff;
}
.heritage-section .heritage-item h3 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    color: #211E1F;
    margin-bottom: 15px;
}
.heritage-section .heritage-item p {
    font-size: 15px;
    color: #687693;
}

/* Certificates Section */
.certificates-section {
    padding: 80px 0;
}
.certificate-card {
    background: #FFFBF3;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #f0e8dc;
    height: 100%;
    transition: all 0.3s;
}
.certificate-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #BFA36A;
}
.certificate-card .cert-icon {
    width: 70px;
    height: 70px;
    background: #8B1B1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.certificate-card .cert-icon i {
    font-size: 28px;
    color: #BFA36A;
}
.certificate-card h3 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    color: #211E1F;
    margin-bottom: 12px;
}
.certificate-card p {
    font-size: 14px;
    color: #687693;
    margin-bottom: 0;
}
.certificate-card img {
    max-width: 100%;
    margin-bottom: 20px;
    max-height: 200px;
    object-fit: contain;
}

/* Story Timeline */
.story-section {
    padding: 80px 0;
}
.story-section .story-content h2 {
    font-family: "Cinzel", serif;
    color: #211E1F;
    font-size: 32px;
    margin-bottom: 20px;
}
.story-section .story-content .subtitle {
    color: #8B1B1F;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 25px;
}
.story-section .story-content p {
    color: #687693;
    line-height: 1.9;
    margin-bottom: 15px;
}
.story-section .story-image {
    position: relative;
}
.story-section .story-image img {
    width: 100%;
    object-fit: cover;
}
.story-section .story-image .experience-badge {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: #8B1B1F;
    color: #fff;
    padding: 20px 25px;
    text-align: center;
}
.story-section .story-image .experience-badge h3 {
    font-family: "Cinzel", serif;
    font-size: 36px;
    color: #BFA36A;
    margin-bottom: 5px;
    line-height: 1;
}
.story-section .story-image .experience-badge span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ===== Home Featured Products ===== */
.featured-products {
    padding: 80px 0;
    background: #FFFBF3;
}
.featured-products .wpo-section-title {
    margin-bottom: 40px;
}

/* ===== Home CTA Section ===== */
.cta-section {
    padding: 100px 0;
    background: #211E1F;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(139,27,31,0.15) 0%, transparent 70%);
}
.cta-section h2 {
    font-family: "Cinzel", serif;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.cta-section p {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 35px;
    position: relative;
}
.cta-section .theme-btn {
    position: relative;
    background: #BFA36A;
    border-color: #BFA36A;
}
.cta-section .theme-btn:hover {
    background: transparent;
    color: #BFA36A;
}

/* ===== Coral Info Section (Home) ===== */
.coral-info-section {
    padding: 80px 0;
}
.coral-info-section .info-image img {
    width: 100%;
    object-fit: cover;
}
.coral-info-section .info-content h2 {
    font-family: "Cinzel", serif;
    font-size: 30px;
    color: #211E1F;
    margin-bottom: 20px;
}
.coral-info-section .info-content .subtitle {
    color: #8B1B1F;
    font-style: italic;
    font-size: 17px;
    margin-bottom: 20px;
}
.coral-info-section .info-content p {
    color: #687693;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* ===== Instagram / Gallery Section ===== */
.gallery-section {
    padding: 0;
}
.gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}
@media (max-width: 991px) {
    .gallery-section .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .gallery-section .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.gallery-section .gallery-grid .gallery-item {
    overflow: hidden;
    position: relative;
}
.gallery-section .gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.gallery-section .gallery-grid .gallery-item:hover img {
    transform: scale(1.1);
}

/* ===== Enhanced Responsive ===== */
@media (max-width: 991px) {
    .static-hero .hero-inner {
        padding: 60px 0;
    }
    .cta-section h2 {
        font-size: 28px;
    }
    .story-section .story-image .experience-badge {
        left: 10px;
        bottom: 10px;
    }
    .product-info-detail h2 {
        font-size: 24px;
    }
    .catalogue-header {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .catalogue-grid {
        gap: 20px;
    }
    .catalogue-item .content h3 {
        font-size: 14px;
    }
    .cta-section {
        padding: 60px 0;
    }
    .cta-section h2 {
        font-size: 22px;
    }
    .heritage-section {
        padding: 50px 0;
    }
    .certificates-section {
        padding: 50px 0;
    }
    .story-section {
        padding: 50px 0;
    }
    .story-section .story-content h2 {
        font-size: 24px;
    }
    .featured-products {
        padding: 50px 0;
    }
    .product-gallery .main-image {
        min-height: 280px;
    }
    .download-catalogue-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .product-gallery .thumb-list .thumb {
        width: 60px;
        height: 60px;
    }
    .story-section .story-image .experience-badge h3 {
        font-size: 28px;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Product detail slider overrides for slick */
.shop-single-slider .slider-for .slick-slide {
    background: #FFFBF3;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.shop-single-slider .slider-for .slick-slide img {
    max-height: 450px;
    object-fit: contain;
}
.shop-single-slider .slider-nav .slick-slide {
    background: #FFFBF3;
    padding: 5px;
    border: 2px solid transparent;
    cursor: pointer;
}
.shop-single-slider .slider-nav .slick-current {
    border-color: #8B1B1F;
}

/* ============================================================
   VISUAL REDESIGN - Image-Driven Sections
   ============================================================ */

/* ===== HOMEPAGE HERO - Split Image Design ===== */
.hero-redesign {
    height: 100vh !important;
    max-height: 900px;
    min-height: 600px;
    background: #211E1F !important;
    position: relative;
    overflow: hidden;
    display: block !important;
}
.hero-redesign .hero-inner,
.hero-redesign .hero-inner:before,
.hero-redesign .shape-box-on,
.hero-redesign .shape-box-two,
.hero-redesign .sider-img-on,
.hero-redesign .sider-img-two,
.hero-redesign .hero-img {
    display: none !important;
}
.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-split-left,
.hero-split-right {
    overflow: hidden;
    position: relative;
}
.hero-split-left img,
.hero-split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to right,
        rgba(33, 30, 31, 0.88) 0%,
        rgba(33, 30, 31, 0.55) 40%,
        rgba(33, 30, 31, 0.15) 70%,
        transparent 100%
    );
    display: flex;
    align-items: center;
}
.hero-redesign .hero-content {
    max-width: 550px;
    padding: 0;
    position: relative;
}
.hero-redesign .hero-content h2.title {
    color: #FFFBF3 !important;
    font-family: "Cinzel", serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    text-align: left;
}
.hero-redesign .hero-content p {
    color: rgba(255, 251, 243, 0.8);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 450px;
}
.hero-redesign .hero-content .theme-btn {
    background: #8B1B1F;
    border-color: #8B1B1F;
    color: #fff;
    padding: 14px 35px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.hero-redesign .hero-content .theme-btn:hover {
    background: #BFA36A;
    border-color: #BFA36A;
    color: #fff;
}

@media (max-width: 991px) {
    .hero-redesign {
        max-height: 700px;
        min-height: 500px;
    }
    .hero-split {
        grid-template-columns: 1fr !important;
    }
    .hero-split-right {
        display: none !important;
    }
    .hero-split-left {
        overflow: hidden;
    }
    .hero-split-left img {
        width: 200% !important;
        max-width: none !important;
        object-fit: cover;
        object-position: left top;
    }
    .hero-overlay {
        background: linear-gradient(
            to top,
            rgba(33, 30, 31, 0.92) 0%,
            rgba(33, 30, 31, 0.6) 50%,
            rgba(33, 30, 31, 0.3) 100%
        );
        align-items: flex-end;
        padding-bottom: 60px;
    }
    .hero-redesign .hero-content {
        text-align: center;
        max-width: 100%;
    }
    .hero-redesign .hero-content h2.title {
        font-size: 38px;
        text-align: center;
    }
    .hero-redesign .hero-content p {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575px) {
    .hero-redesign {
        max-height: 600px;
        min-height: 450px;
    }
    .hero-redesign .hero-content h2.title {
        font-size: 30px;
    }
}

/* ===== INNER PAGE TITLE - Photo-Backed Banner ===== */
.page-title-redesign {
    position: relative !important;
    min-height: 300px !important;
    height: auto !important;
    background: #211E1F !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.page-title-redesign::before,
.page-title-redesign::after {
    display: none !important;
}
.page-title-redesign .left-img,
.page-title-redesign .right-img {
    display: none !important;
}
.page-title-redesign .page-title-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.page-title-redesign .page-title-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
}
.page-title-redesign > .container {
    position: relative;
    z-index: 1;
}
.page-title-redesign .wpo-breadcumb-wrap {
    text-align: center;
    padding: 40px 0;
}
.page-title-redesign .wpo-breadcumb-wrap h2 {
    color: #FFFBF3 !important;
    font-family: "Cinzel", serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.page-title-redesign .wpo-breadcumb-wrap ol li {
    color: rgba(255, 251, 243, 0.6);
}
.page-title-redesign .wpo-breadcumb-wrap ol li:after {
    background: rgba(255, 251, 243, 0.4);
}
.page-title-redesign .wpo-breadcumb-wrap ol li a {
    color: #BFA36A;
}
.page-title-redesign .wpo-breadcumb-wrap ol li a:hover {
    color: #FFFBF3;
}

@media (max-width: 767px) {
    .page-title-redesign {
        min-height: 220px !important;
    }
    .page-title-redesign .wpo-breadcumb-wrap h2 {
        font-size: 28px;
        letter-spacing: 1px;
    }
}

/* ===== CTA SECTION - Background Image ===== */
.cta-redesign {
    position: relative;
    overflow: hidden;
}
.cta-redesign .cta-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.cta-redesign .cta-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.2;
}
.cta-redesign::before {
    background: linear-gradient(to bottom, rgba(33,30,31,0.75) 0%, rgba(33,30,31,0.9) 100%) !important;
    z-index: 1 !important;
}
.cta-redesign .container {
    position: relative;
    z-index: 2;
}

/* ===== HERITAGE SECTION - Image Cards ===== */
.heritage-item-redesign {
    text-align: center;
    padding: 0 !important;
    background: #fff;
    border: 1px solid #f0e8dc;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}
.heritage-item-redesign:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #BFA36A;
}
.heritage-item-redesign .icon-wrap {
    display: none;
}
.heritage-item-redesign .heritage-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #FFFBF3;
}
.heritage-item-redesign .heritage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.heritage-item-redesign:hover .heritage-image img {
    transform: scale(1.05);
}
.heritage-item-redesign h3 {
    padding: 25px 25px 0;
    font-family: "Cinzel", serif;
    font-size: 20px;
    color: #211E1F;
    margin-bottom: 12px;
}
.heritage-item-redesign p {
    padding: 0 25px 30px;
    font-size: 15px;
    color: #687693;
}

/* ===== CERTIFICATES SECTION - Image + List Layout ===== */
.cert-image-wrap {
    background: #FFFBF3;
    padding: 40px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cert-image-wrap img {
    max-width: 100%;
    height: auto;
}
.cert-content-wrap {
    padding-left: 20px;
}
.cert-item {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #f0e8dc;
}
.cert-item:last-child {
    border-bottom: none;
}
.cert-number {
    font-family: "Cinzel", serif;
    font-size: 24px;
    font-weight: 700;
    color: #BFA36A;
    min-width: 40px;
    line-height: 1;
    padding-top: 3px;
}
.cert-item h3 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    color: #211E1F;
    margin-bottom: 8px;
}
.cert-item p {
    font-size: 14px;
    color: #687693;
    margin-bottom: 0;
    line-height: 1.7;
}
@media (max-width: 991px) {
    .cert-content-wrap {
        padding-left: 0;
        padding-top: 30px;
    }
}

/* ===== GALLERY SECTION - Aspect Ratio ===== */
.gallery-section .gallery-grid .gallery-item {
    aspect-ratio: 1 / 1;
}

/* ============================================================
   MOBILE MENU - Brand Color Override
   ============================================================ */
.wpo-site-header .mobail-menu button {
    background-color: #8B1B1F !important;
    border-radius: 4px;
}
.wpo-site-header .mobail-menu button span {
    background-color: #fff !important;
}
@media (max-width: 991px) {
    .wpo-site-header #navbar {
        background: #211E1F !important;
    }
    .wpo-site-header #navbar ul a {
        color: #FFFBF3 !important;
    }
    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: #BFA36A !important;
    }
    .wpo-site-header #navbar .nav > li > a {
        color: #FFFBF3 !important;
        border-bottom: 1px solid rgba(255,251,243,0.1);
        padding: 12px 15px;
    }
    .wpo-site-header #navbar .nav > li > a:hover,
    .wpo-site-header #navbar .nav > li > a.active {
        color: #BFA36A !important;
    }
    .wpo-site-header .menu-close {
        border-color: rgba(191,163,106,0.5) !important;
        color: #BFA36A !important;
    }
    .wpo-site-header .menu-close:hover {
        background: #8B1B1F !important;
        border-color: #8B1B1F !important;
        color: #fff !important;
    }
    .wpo-site-header #navbar .close-navbar {
        background-color: #8B1B1F !important;
        color: #fff !important;
    }
    /* Sticky header fix */
    .wpo-site-header .navigation.sticky-on {
        background: #fff !important;
    }
}

/* ============================================================
   UNIFORM PRODUCT IMAGES - Fix inconsistent sizes
   ============================================================ */
/* Catalogue grid and featured products - uniform image display */
.catalogue-item .image {
    aspect-ratio: 1 / 1;
    padding: 0 !important;
}
.catalogue-item .image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center;
}

/* Product detail slider - uniform heights */
.shop-single-slider .slider-for {
    background: #FFFBF3;
}
.shop-single-slider .slider-for .slick-slide {
    height: 500px !important;
}
.shop-single-slider .slider-for .slick-slide img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.shop-single-slider .slider-nav .slick-slide {
    height: 100px !important;
}
.shop-single-slider .slider-nav .slick-slide img {
    height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
@media (max-width: 767px) {
    .shop-single-slider .slider-for .slick-slide {
        height: 350px !important;
    }
    .shop-single-slider .slider-nav .slick-slide {
        height: 70px !important;
    }
}

/* ============================================================
   TESTIMONIALS - Elegant Card Redesign
   ============================================================ */
.testimonials-elegant {
    background: #FFFBF3;
    padding: 80px 0;
}
.testimonials-elegant .wpo-section-title {
    margin-bottom: 40px;
}
.testimonial-card {
    background: #fff;
    padding: 45px 35px 40px;
    border: 1px solid #f0e8dc;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.3s;
}
.testimonial-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border-color: #BFA36A;
}
.testimonial-card .quote-icon {
    margin-bottom: 20px;
}
.testimonial-card .quote-icon i {
    font-size: 40px;
    color: #BFA36A;
    opacity: 0.7;
}
.testimonial-card p {
    font-style: italic;
    color: #555;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 25px;
}
.testimonial-card .client-info {
    padding-top: 20px;
    border-top: 1px solid #f0e8dc;
}
.testimonial-card .client-info h4 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    color: #211E1F;
    margin-bottom: 5px;
}
.testimonial-card .client-info span {
    font-size: 12px;
    color: #BFA36A;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ============================================================
   FEATURES STRIP - Inspired by Sample 1
   ============================================================ */
.features-strip {
    background: #211E1F;
    padding: 35px 0;
    border-bottom: 1px solid rgba(191,163,106,0.2);
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}
.feature-item i {
    font-size: 30px;
    color: #BFA36A;
    min-width: 36px;
    text-align: center;
    line-height: 1;
}
.feature-item h4 {
    font-family: "Cinzel", serif;
    font-size: 13px;
    color: #FFFBF3;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.feature-item p {
    font-size: 12px;
    color: rgba(255,251,243,0.55);
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .feature-item {
        padding: 12px 0;
    }
}
@media (max-width: 767px) {
    .features-strip {
        padding: 20px 0;
    }
    .feature-item {
        padding: 8px 0;
    }
}

/* ============================================================
   CATEGORY BROWSE SECTION
   ============================================================ */
.category-card {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.category-card:hover {
    text-decoration: none;
    transform: translateY(-5px);
}
.category-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFBF3;
    border: 1px solid #f0e8dc;
    margin-bottom: 15px;
    transition: border-color 0.3s;
}
.category-card:hover .category-image {
    border-color: #BFA36A;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.category-card:hover .category-image img {
    transform: scale(1.08);
}
.category-card h4 {
    font-family: "Cinzel", serif;
    font-size: 15px;
    color: #211E1F;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    transition: color 0.3s;
}
.category-card:hover h4 {
    color: #8B1B1F;
}

/* ============================================================
   RESPONSIVE IMPROVEMENTS
   ============================================================ */

/* General mobile spacing */
@media (max-width: 991px) {
    .coral-info-section .info-content {
        padding-top: 30px;
    }
    .coral-info-section .info-content h2 {
        font-size: 26px;
    }
    /* Footer responsive */
    .wpo-site-footer .widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    /* Section padding reduction for mobile */
    .section-padding {
        padding: 60px 0 !important;
    }
    .coral-info-section .info-content h2 {
        font-size: 22px;
    }
    .wpo-section-title h2 {
        font-size: 24px !important;
    }
    .wpo-section-title p {
        font-size: 14px;
    }
    /* Footer text size */
    .wpo-site-footer p,
    .wpo-site-footer li,
    .wpo-site-footer a {
        font-size: 14px;
    }
    /* Product details mobile */
    .product-details h2 {
        font-size: 22px !important;
    }
    .product-details .tg-btm p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 45px 0 !important;
    }
    .wpo-section-title h2 {
        font-size: 20px !important;
    }
    .catalogue-item .content h3 {
        font-size: 13px;
    }
    .catalogue-item .content p {
        font-size: 12px;
    }
}
