/*
 Theme Name:   Petsa Child
 Theme URI:    https://www.garantiwebdesign.com/wordpress/petsa
 Description:  Petsa Child Theme
 Author:       Antigravity
 Author URI:   https://www.garantiwebdesign.com/
 Template:     petsa
 Version:      1.0.0
 Text Domain:  petsa-child
*/

.footer .footer-menu {
    justify-content: left !important;
}

/* ==========================================================================
   Footer Refinements
   ========================================================================== */
.footer {
    padding: 80px 0 40px !important;
    /* Tighten vertical space */
}

.footer .logo img {
    max-width: 180px !important;
    /* Constrain huge logo */
    height: auto !important;
    margin-bottom: 30px;
}

.footer-info p {
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
    font-size: 15px !important;
    color: #555;
    display: flex;
    align-items: center;
}

.footer-info p i {
    color: #22c55e !important;
    /* Brand green icons */
    font-size: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.widget-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 30px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a3a5a;
}

.footer-menu ul {
    padding: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}

.footer-menu ul li {
    margin-bottom: 12px !important;
    padding: 0 !important;
}

.footer-menu ul li a {
    font-size: 15px !important;
    color: #555 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-menu ul li a:hover {
    color: #22c55e !important;
    padding-left: 5px;
}

.footer-social {
    margin-top: 25px !important;
    padding: 0 !important;
}

.footer-social li a i {
    font-size: 20px !important;
    transition: all 0.3s ease;
}

.footer-social li a:hover i {
    color: #22c55e !important;
}

/* ==========================================================================
   Modernized WooCommerce Tab Navigation
   ========================================================================== */

/* Container reset */
.woocommerce-tabs {
    margin: 40px 0 !important;
    clear: both !important;
}

/* Nav Bar styling */
.woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #f2f2f2 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    overflow: visible !important;
}

.woocommerce-tabs ul.tabs::before {
    display: none !important;
}

/* Individual tab items */
.woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: inline-block !important;
    float: none !important;
    position: relative !important;
}

.woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

/* Tab links */
.woocommerce-tabs ul.tabs li a {
    display: block !important;
    padding: 15px 0 !important;
    font-weight: 700 !important;
    color: #999 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-decoration: none !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover & Active States */
.woocommerce-tabs ul.tabs li:hover a {
    color: #1a3a5a !important;
    /* Theme Dark Blue */
}

.woocommerce-tabs ul.tabs li.active a {
    color: #1a3a5a !important;
    border-bottom: 3px solid #1a3a5a !important;
    background: transparent !important;
}

/* ==========================================================================
   Bulletproof Tab Content Layout
   ========================================================================== */

/* Panel reset */
.woocommerce-tabs .panel {
    border: none !important;
    padding: 35px 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    clear: both !important;
    width: 100% !important;
}

/* Explicit heading styling */
.woocommerce-tabs .panel h2 {
    font-size: 26px !important;
    margin-bottom: 25px !important;
    color: #111 !important;
    font-weight: 800 !important;
    display: block !important;
    clear: both !important;
}

/* List item robustness - Fixing the "squashing" issue */
.woocommerce-tabs .panel ul,
.woocommerce-tabs .panel ol {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 15px 0 25px 0 !important;
    padding-left: 20px !important;
    clear: both !important;
    list-style-position: outside !important;
}

.woocommerce-tabs .panel ul {
    list-style-type: disc !important;
}

.woocommerce-tabs .panel ol {
    list-style-type: decimal !important;
}

.woocommerce-tabs .panel li {
    display: list-item !important;
    float: none !important;
    width: 100% !important;
    /* Force items to take full width */
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
    padding-left: 8px !important;
    color: #444 !important;
    clear: both !important;
    /* Prevent side-by-side floats */
}

/* Paragraph spacing inside panels */
.woocommerce-tabs .panel p {
    margin-bottom: 18px !important;
    line-height: 1.6 !important;
    display: block !important;
    width: 100% !important;
}

/* ==========================================================================
   Key Benefits Summary Styling
   ========================================================================== */
.product-key-benefits-summary {
    margin: 25px 0 !important;
    padding: 22px !important;
    background: #f9f9f9 !important;
    /* Slightly more visible */
    border: 1px solid #e0e0e0 !important;
    border-left: 5px solid #1a3a5a !important;
    /* Premium accent */
    border-radius: 4px 10px 10px 4px !important;
    clear: both !important;
    display: block !important;
    overflow: hidden !important;
    /* Contain floats/content */
    width: 100% !important;
}

.product-key-benefits-summary h4.benefits-title {
    font-size: 19px !important;
    margin-bottom: 15px !important;
    color: #1a3a5a !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   Emoji & Icon Polish
   ========================================================================== */
.woocommerce-tabs .panel li img.emoji,
.product-key-benefits-summary li img.emoji {
    width: 22px !important;
    height: 22px !important;
    margin-right: 12px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative;
    top: -2px;
}

/* ==========================================================================
   Global Theme Overrides
   ========================================================================== */
.preloader {
    background: black !important;
}

/* Fix for mobile responsiveness */
@media screen and (max-width: 767px) {
    .woocommerce-tabs ul.tabs li {
        margin: 0 20px 0 0 !important;
    }

    .woocommerce-tabs ul.tabs li a {
        padding: 10px 0 !important;
        font-size: 13px !important;
    }

    /* Use exact selectors from current WooCommerce styling */
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important;
        float: none !important;
        margin: 0 0 35px 0 !important;
        clear: both !important;
    }

    /* Reset potential floating on nth-child items */
    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: none !important;
    }
}

/* Coming Soon Button Styling */
.coming-soon-container {
    display: block !important;
    width: 100% !important;
    margin: 20px 0 !important;
    clear: both !important;
}

.coming-soon-button {
    background: #f2f2f2 !important;
    color: #444 !important;
    border: 2px solid #ddd !important;
    border-bottom: 4px solid #bbb !important;
    cursor: not-allowed !important;
    text-transform: uppercase;
    font-weight: 800;
    padding: 18px 35px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 16px !important;
    letter-spacing: 1px;
    opacity: 1 !important;
    visibility: visible !important;
}

.woocommerce ul.products li.product .coming-soon-button {
    width: 100% !important;
    margin: 10px 0 !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    display: block !important;
}

/* Positioning & Tagline Styling */
.product-marketing-info {
    margin: 25px 0 !important;
    padding: 22px !important;
    background: #fdfdfd !important;
    border: 1px solid #eee !important;
    border-left: 5px solid #1a3a5a !important;
    border-radius: 4px 12px 12px 4px !important;
    clear: both !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.product-tagline {
    font-size: 19px !important;
    color: #1a3a5a !important;
    margin-bottom: 12px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.product-positioning {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555 !important;
}

.positioning-label {
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    color: #1a3a5a !important;
    margin-right: 8px !important;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   Redesigned About Us Page Styles
   ========================================================================== */

/* Page Container */
.about-page-wrapper {
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

/* Typography Overrides for About Page */
.about-page-wrapper h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1a3a5a;
    margin-bottom: 30px;
    line-height: 1.2;
}

.about-page-wrapper h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a3a5a;
    margin-bottom: 20px;
}

.about-page-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/*/* Hero Section */
.about-hero {
    display: none;
}

/* Hide breadcrumb from theme header on About page */
.page-template-template-about .page-header p {
    display: none !important;
}

.page-template-template-about .page-header {
    padding: 120px 0 100px !important;
    margin-bottom: 0 !important;
}

/*/* Global Refinements */
.about-page-wrapper h2 {
    letter-spacing: -1.5px;
    color: #1a3a5a;
    font-size: 52px;
    font-weight: 800;
}

.about-page-wrapper h3 {
    font-size: 32px;
    letter-spacing: -1px;
    color: #1a3a5a;
    margin-bottom: 25px;
}

.about-page-wrapper h4 {
    letter-spacing: -0.5px;
    color: #1a3a5a;
    font-size: 24px;
}

.about-page-wrapper p {
    color: #4a5568 !important;
    /* Premium readability */
    line-height: 1.8;
}

/* Section Spacing */
.about-section {
    padding: 40px 0;
}

.section-light {
    background-color: #fdfaf5;
}

/* Intro Section (Pets are Family) */
.about-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.about-intro-content h2 {
    line-height: 1.1;
    margin-bottom: 30px;
}

.about-intro-content p {
    font-size: 20px;
}

.about-intro-image img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 40px 100px rgba(26, 58, 90, 0.15);
}

/* Mission Section */
.about-mission {
    background: #1a3a5a;
    background-image: radial-gradient(circle at 10% 10%, rgba(34, 197, 94, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(34, 197, 94, 0.12) 0%, transparent 40%);
    color: #fff;
    text-align: center;
    padding: 60px 0;
    position: relative;
}

.about-mission h2 {
    color: #22c55e !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 6px;
    margin-bottom: 35px;
}

.about-mission .mission-text {
    font-size: 42px;
    font-weight: 700;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.25;
    color: #fff !important;
    letter-spacing: -0.5px;
}

.mission-note {
    color: #22c55e !important;
    font-size: 18px;
    margin-top: 45px;
    font-style: italic;
    text-align: center;
}

/* Differentiators Grid (3-2 Centered Layout) */
.about-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.about-card {
    background: #fff;
    padding: 55px 45px;
    border-radius: 32px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid #f2f4f6;
    flex: 0 1 calc(33.333% - 20px);
    max-width: 380px;
    display: flex;
    flex-direction: column;
}

.about-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 90px rgba(34, 197, 94, 0.1);
    border-color: #22c55e;
}

.about-card .card-icon {
    width: 70px;
    height: 70px;
    background: #f0fdf4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #22c55e;
    margin-bottom: 35px;
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.08);
}

.about-card h4 {
    margin-bottom: 20px;
}

/* Philosophy Section */
.philosophy-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.compare-item {
    padding: 45px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #f0f2f5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
}

.compare-item.highlight {
    border: 2.5px solid #22c55e;
    background: linear-gradient(180deg, #f7fff9 0%, #fff 100%);
    box-shadow: 0 30px 70px rgba(34, 197, 94, 0.1);
}

.compare-item h5 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.compare-item h5 i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px;
}

.compare-item .fa-times {
    background: #fee2e2;
    color: #ef4444;
}

.compare-item .fa-check {
    background: #dcfce7;
    color: #22c55e;
}

/* Journey Section */
.journey-content h2 {
    font-size: 56px;
    margin-bottom: 45px;
}

.journey-highlight {
    font-size: 16px;
    font-weight: 800;
    color: #22c55e;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

/* Commitment Section */
.about-commitment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: flex-start;
}

.about-commitment-list {
    padding-left: 0;
    list-style: none;
}

.about-commitment-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #1a3a5a;
    display: flex;
    align-items: center;
}

.about-commitment-list li i {
    position: absolute;
    left: 0;
    color: #22c55e;
    font-size: 24px;
}

/* Team Section Refinement */
.team-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.team-card {
    padding: 60px 45px;
    border-radius: 35px;
    background: #fff;
    border: 1px solid #f2f4f6;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05);
    text-align: center;
    flex: 0 1 420px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.1);
    border-color: #c5a059;
}

.team-img img {
    border: 10px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

/* Hide any theme-injected spinners or pseudo-elements */
.team-img::before,
.team-img::after {
    display: none !important;
}

.team-card h5 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

.team-card p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    color: #22c55e !important;
    text-align: center;
}

/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
    .about-page-wrapper h2 {
        font-size: 44px;
    }

    .about-intro-grid {
        gap: 60px;
    }
}

@media screen and (max-width: 991px) {
    .about-section {
        padding: 70px 0;
    }

    .about-intro-grid,
    .about-commitment-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-intro-content {
        text-align: center;
        order: 2;
    }

    .about-intro-image {
        order: 1;
        max-width: 500px;
        margin: 0 auto;
    }

    .philosophy-compare {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-grid {
        gap: 20px;
    }

    .about-card {
        flex: 0 1 calc(50% - 10px);
        padding: 40px 30px;
    }

    .team-card {
        flex: 0 1 100%;
        max-width: 400px;
        padding: 40px 30px;
    }

    .about-mission .mission-text {
        font-size: 32px;
    }

    .journey-content h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .about-page-wrapper h2 {
        font-size: 36px;
    }

    .about-intro-content h2 {
        font-size: 38px;
    }

    .about-mission {
        padding: 100px 0;
    }

    .about-mission .mission-text {
        font-size: 26px;
    }

    .about-commitment-list li {
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .about-page-wrapper h2 {
        font-size: 30px;
    }

    .about-section {
        padding: 60px 0;
    }

    .about-card {
        flex: 0 1 100%;
    }

    .about-intro-content h2 {
        font-size: 32px;
    }

    .journey-content h2 {
        font-size: 32px;
    }

    .about-commitment-grid {
        gap: 30px;
    }
}

/* ==========================================================================
   Premium Philosophy Section (Editorial Design)
   ========================================================================== */
.premium-philosophy {
    padding: 80px 0 40px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.premium-philosophy::before {
    display: none;
    /* Replaced by dynamic blobs */
}

.philosophy-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.08) 0%, transparent 70%);
    filter: blur(80px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    animation: blob-float 20s infinite alternate ease-in-out;
}

.blob-1 {
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.07) 0%, transparent 70%);
}

.blob-2 {
    bottom: -200px;
    right: -200px;
    animation-delay: -5s;
}

@keyframes blob-float {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    33% {
        transform: translate(100px, 60px) scale(1.1) rotate(120deg);
    }

    66% {
        transform: translate(-60px, 100px) scale(0.9) rotate(240deg);
    }

    100% {
        transform: translate(0, 0) scale(1) rotate(360deg);
    }
}

.philosophy-header {
    max-width: 850px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Review Us Page Template Refinements
   ========================================================================== */
.page-template-page-review-us .page-header {
    text-align: center !important;
    padding: 80px 0 30px !important;
    margin-bottom: 0 !important;
}

.page-template-page-review-us .page-header .page-title,
.page-template-page-review-us .page-header h1,
.page-template-page-review-us .page-header h2 {
    text-align: center !important;
    margin-bottom: 10px !important;
    font-size: 42px !important;
    color: #1a3a5a !important;
    font-weight: 800 !important;
}

.page-template-page-review-us .page-header p,
.page-template-page-review-us .page-header .breadcrumb,
.page-template-page-review-us .page-header span {
    text-align: center !important;
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    color: #555 !important;
}

.philosophy-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #c5a059;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.philosophy-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #c5a059;
}

.philosophy-title {
    font-size: 52px;
    font-weight: 800;
    color: #1a3a5a;
    margin-bottom: 25px;
    letter-spacing: -2.5px;
    line-height: 1.1;
}

.philosophy-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #4a5568;
    font-weight: 400;
}

.philosophy-comparison {
    position: relative;
    z-index: 1;
}

.comparison-card {
    padding: 60px 50px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #f1f5f9;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    /* For shine effect */
}

.comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.7s ease;
    z-index: 2;
    pointer-events: none;
}

.comparison-card:hover::before {
    left: 150%;
}

.comparison-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 45px 90px rgba(26, 58, 90, 0.1);
}

.common-way:hover {
    border-color: transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #ef4444, #fca5a5);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.leco-way:hover {
    border-color: transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #22c55e, #86efac);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.card-status {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 35px;
    transition: all 0.4s ease;
}

.comparison-card:hover .card-status {
    transform: scale(1.1) rotate(10deg);
}

.common-way .card-status {
    background: #fee2e2;
    color: #ef4444;
}

.leco-way .card-status {
    background: #f0fdf4;
    color: #22c55e;
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.15);
}

.comparison-card h3 {
    font-size: 32px;
    font-weight: 800;
    color: #1a3a5a;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.comparison-card p {
    font-size: 19px;
    line-height: 1.7;
    color: #556677;
    margin: 0;
}

/* Specific styling for the Premium card */
.leco-way {
    background: #fff;
    border: 2px solid rgba(34, 197, 94, 0.15);
}

.leco-way h3 {
    background: linear-gradient(to right, #1a3a5a, #22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Responsiveness */
@media (max-width: 1199px) {
    .philosophy-title {
        font-size: 48px;
    }

    .comparison-card {
        padding: 50px 40px;
    }
}

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

    .philosophy-title {
        font-size: 40px;
    }

    .philosophy-intro {
        font-size: 19px;
    }

    .comparison-card {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .philosophy-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .comparison-card {
        padding: 40px 30px;
    }

    .comparison-card h3 {
        font-size: 26px;
    }

    .comparison-card p {
        font-size: 17px;
    }
}

/* ==========================================================================
   Premium Homepage Banner Redesign (Dynamic UI Re-creation)
   ========================================================================== */
.slider {
    min-height: 650px !important;
    /* Safety minimum to prevent vertical cutting on small desktop/laptop screens */
    height: calc(100vh - 120px) !important;
    margin-top: 150px !important;
    /* Positioned exactly below the fixed marquee (40px) + navbar (80px) */
    background: #0d0d0d;
    position: relative;
    overflow: hidden;
}

.slider .main-slider {
    height: 100% !important;
}

/* Base Premium Slide Styles */
.swiper-slide.premium-slide {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: row !important;
    /* Side-by-side split columns on Desktop */
    align-items: stretch !important;
    background: #0d0d0d;
    height: 100% !important;
    width: 100% !important;
}

/* Solid Left Panel - Exactly 50% Width */
.swiper-slide.premium-slide .slide-left-panel {
    width: 50% !important;
    position: relative;
    z-index: 5;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 40px 8% 70px 10% !important;
    /* Reduced top, increased bottom for pagination dots safety */
    box-sizing: border-box !important;
}

/* Slide Specific Solid Left Gradients & Colors */
.swiper-slide.slide-shampoos .slide-left-panel {
    background: linear-gradient(135deg, #062f1c 0%, #022c15 100%) !important;
    border-right: 4px solid #22c55e !important;
}

.swiper-slide.slide-spray .slide-left-panel {
    background: linear-gradient(135deg, #fdfbf7 0%, #faf7f0 100%) !important;
    border-right: 4px solid #eab308 !important;
}

.swiper-slide.slide-conditioners .slide-left-panel {
    background: linear-gradient(135deg, #111111 0%, #000000 100%) !important;
    border-right: 4px solid #e0a93c !important;
}

/* Inner content block spacing */
.panel-content-inner {
    width: 100%;
    max-width: 520px;
    text-align: left;
}

/* Right Image Panel - Exactly 50% Width with Depth Effect */
.swiper-slide.premium-slide .slide-right-panel {
    width: 50% !important;
    position: relative;
    z-index: 1;
    overflow: hidden !important;
    background: #0d0d0d !important;
}

/* Beautiful Blurry Background Layer */
.swiper-slide.premium-slide .panel-blurry-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    filter: blur(25px) brightness(0.55) saturate(1.2) !important;
    /* Elegant glass depth & saturation boost */
    transform: scale(1.15) !important;
    /* Prevents white blurry border leaks */
    z-index: 1;
}

/* High Fidelity Centered Sharp Front Layer - Contain to prevent crop/stretch */
.swiper-slide.premium-slide .panel-sharp-img {
    position: absolute;
    top: 6% !important;
    /* Increased top spacing to prevent image touching header while slider is flush */
    left: 4% !important;
    width: 92% !important;
    height: 88% !important;
    /* Adjusted height to maintain centered scale and spacing balance */
    background-repeat: no-repeat !important;
    z-index: 2;
    transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    background-size: contain !important;
    background-position: center center !important;
    transform: none !important;
}

/* Specific right panel backgrounds to blend contained images */
.swiper-slide.slide-shampoos .slide-right-panel {
    background: #f4ede2 !important;
}

.swiper-slide.slide-spray .slide-right-panel {
    background: #faf7f0 !important;
}

.swiper-slide.slide-conditioners .slide-right-panel {
    background: #000000 !important;
}

.swiper-slide-active.premium-slide .panel-sharp-img {
    transform: none !important;
    /* Zoom disabled to prevent text cutting */
}

/* Seamless blend overlay between solid left and image right */
.swiper-slide.premium-slide .panel-blend-overlay {
    position: absolute;
    top: 0;
    left: -1px;
    width: 20%;
    height: 100%;
    z-index: 3;
    /* Sit perfectly above both blurred and sharp layers */
}

.swiper-slide.slide-shampoos .panel-blend-overlay {
    background: linear-gradient(to right, #022c15 0%, rgba(2, 44, 21, 0) 100%) !important;
}

.swiper-slide.slide-spray .panel-blend-overlay {
    background: linear-gradient(to right, #faf7f0 0%, rgba(250, 247, 240, 0) 100%) !important;
}

.swiper-slide.slide-conditioners .panel-blend-overlay {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
}

/* Logo styling inside slider */
.slide-badge-logo {
    margin-bottom: 25px;
}

.slide-logo-img {
    height: 38px;
    width: auto;
    filter: brightness(0) invert(1);
    /* Crisp pure white */
}

/* Main title styling */
.slide-main-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 42px !important;
    /* Slightly reduced for better fit on 768px laptop viewports */
    line-height: 1.15 !important;
    font-weight: 900 !important;
    letter-spacing: -1px !important;
    margin-bottom: 15px !important;
    /* Reduced spacer */
    text-transform: uppercase;
    color: #fff !important;
}

.highlight-gold {
    color: #f59e0b !important;
    /* Bright golden orange */
    text-shadow: 0 4px 15px rgba(245, 158, 11, 0.2);
}

.highlight-green {
    color: #22c55e !important;
    /* Premium green */
    text-shadow: 0 4px 15px rgba(34, 197, 94, 0.2);
}

.highlight-yellow {
    color: #d97706 !important;
    /* Warm gold/yellow */
    text-shadow: 0 4px 15px rgba(217, 119, 6, 0.15);
}


/* Subtitle */
.slide-sub-title {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #cbd5e1 !important;
    margin-bottom: 20px !important;
    /* Reduced spacer */
    font-weight: 400 !important;
}

/* Features List - Forced Vertical Stacking */
.swiper-slide.premium-slide .slide-features-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    /* Reduced margin */
    display: flex !important;
    flex-direction: column !important;
    /* Stack items vertically */
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    float: none !important;
}

.swiper-slide.premium-slide .slide-features-list li {
    display: flex !important;
    flex-direction: row !important;
    /* Horizontal layout for bullet + text */
    align-items: center !important;
    justify-content: flex-start !important;
    margin-bottom: 10px !important;
    /* Reduced item margin */
    font-size: 13px !important;
    /* Slightly smaller for compactness */
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    color: #f1f5f9 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.swiper-slide.premium-slide .slide-features-list li .icon-wrap {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    float: none !important;
}

.swiper-slide.slide-shampoos .slide-features-list li .icon-wrap {
    background: rgba(34, 197, 94, 0.15) !important;
    color: #22c55e !important;
}

.swiper-slide.slide-spray .slide-features-list li .icon-wrap {
    background: rgba(217, 119, 6, 0.1) !important;
    color: #d97706 !important;
}

.swiper-slide.slide-conditioners .slide-features-list li .icon-wrap {
    background: rgba(224, 169, 60, 0.15) !important;
    color: #e0a93c !important;
}

.swiper-slide.premium-slide .slide-features-list li .icon-wrap svg {
    display: block !important;
}

.swiper-slide.premium-slide .slide-features-list li .text-wrap {
    display: inline-block !important;
    float: none !important;
}

/* Shop Button Wrapper & Positioning Overrides */
.swiper-slide.premium-slide .slide-cta-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin-top: 20px !important;
    /* Reduced margin */
    text-align: left !important;
    z-index: 10 !important;
    float: none !important;
}

/* Neutralize parent theme absolute button positioning overrides */
.swiper-slide.premium-slide .slide-custom-btn,
.swiper-slide.premium-slide a.slide-custom-btn {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 18px 45px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
    height: auto !important;
    line-height: 1 !important;
    float: none !important;
}

.swiper-slide.premium-slide a.slide-custom-btn.btn-gold {
    background: #f59e0b !important;
    color: #0f172a !important;
}

.swiper-slide.premium-slide a.slide-custom-btn.btn-gold:hover {
    background: #d97706 !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4) !important;
    color: #0f172a !important;
}

.swiper-slide.premium-slide a.slide-custom-btn.btn-green {
    background: #22c55e !important;
    color: #ffffff !important;
}

.swiper-slide.premium-slide a.slide-custom-btn.btn-green:hover {
    background: #16a34a !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 15px 30px rgba(34, 197, 94, 0.4) !important;
    color: #ffffff !important;
}

.swiper-slide.premium-slide a.slide-custom-btn.btn-dark-green {
    background: #022c15 !important;
    color: #ffffff !important;
}

.swiper-slide.premium-slide a.slide-custom-btn.btn-dark-green:hover {
    background: #062f1c !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 15px 30px rgba(2, 44, 21, 0.4) !important;
    color: #ffffff !important;
}

/* Bottom Bar */
.swiper-slide.premium-slide .slide-bottom-bar {
    margin-top: 20px !important;
    /* Reduced margin */
    padding-top: 15px !important;
    /* Reduced padding */
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    float: none !important;
}

.swiper-slide.premium-slide .slide-bottom-bar .separator {
    color: rgba(255, 255, 255, 0.15) !important;
}

/* Spray Slide (Light Theme) Overrides - Moved here to prevent global overrides */
.swiper-slide.slide-spray .slide-main-title {
    color: #062f1c !important;
}

.swiper-slide.slide-spray .slide-sub-title {
    color: #4b5563 !important;
}

.swiper-slide.slide-spray .slide-features-list li {
    color: #1e293b !important;
}

.swiper-slide.slide-spray .slide-bottom-bar {
    color: #4b5563 !important;
    border-top: 1px solid rgba(6, 47, 28, 0.08) !important;
}

.swiper-slide.slide-spray .slide-bottom-bar .separator {
    color: rgba(6, 47, 28, 0.15) !important;
}

/* ==========================================================================
   Premium Navigation Arrows & Pagination Bullets (Global Styles First)
   ========================================================================== */

/* Navigation Arrows - Glassmorphic floating circle */
.slider .button-prev,
.slider .button-next {
    width: 56px !important;
    height: 56px !important;
    line-height: 54px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 20px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 25 !important;
    cursor: pointer !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.slider .button-prev {
    left: 40px !important;
}

.slider .button-next {
    right: 40px !important;
}

/* Hover States - Soft scale, glow, and brightened background */
.slider .button-prev:hover,
.slider .button-next:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35) !important;
}

.slider .button-prev:active,
.slider .button-next:active {
    transform: translateY(-50%) scale(0.95) !important;
}

/* Slider Pagination Bullets Custom Design */
.slider .swiper-pagination {
    bottom: 40px !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    z-index: 20 !important;
}

.slider .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.25) !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    border: 2px solid transparent !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    cursor: pointer !important;
    margin: 0 !important;
}

/* Active Bullet - Transforms into a rounded capsule pill */
.slider .swiper-pagination-bullet-active {
    width: 38px !important;
    height: 12px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6) !important;
}


/* ==========================================================================
   Responsive Overrides (Consolidated at the very bottom)
   ========================================================================== */

@media (max-width: 1199px) {
    .slide-main-title {
        font-size: 40px !important;
    }

    .swiper-slide.premium-slide .slide-left-panel {
        padding: 40px 30px 40px 5% !important;
    }
}

@media (max-width: 991px) {
    .slider {
        min-height: 550px !important;
        height: calc(100vh - 120px) !important; /* Re-aligned to compact 120px mobile header height */
        margin-top: 120px !important;
    }

    .slider .main-slider {
        height: 100% !important;
        margin-top: 0 !important;
    }

    .swiper-slide.premium-slide {
        padding: 0 !important;
        position: relative !important;
        height: 100% !important;
        display: block !important;
    }

    .swiper-slide.premium-slide .slide-left-panel {
        width: 100% !important;
        height: 100% !important;
        padding: 60px 24px 80px 24px !important;
        /* Safety padding, bottom space for pagination dots */
        z-index: 5 !important;
        border-right: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        box-sizing: border-box !important;
    }

    /* Hide redundant slider badge logo on mobile/tablet */
    .swiper-slide.premium-slide .slide-badge-logo {
        display: none !important;
    }

    .swiper-slide.premium-slide .slide-right-panel {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1 !important;
        overflow: hidden !important;
        background: transparent !important;
    }

    /* Hide blurred background layer on mobile to save performance */
    .swiper-slide.premium-slide .panel-blurry-bg {
        display: none !important;
    }

    /* Hide blend overlay on mobile since panels are stacked absolutely */
    .swiper-slide.premium-slide .panel-blend-overlay {
        display: none !important;
    }

    /* Display full poster image on mobile as a background cover */
    .swiper-slide.premium-slide .panel-sharp-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center center !important;
        opacity: 0.60 !important;
        /* Dimmed background image to fade baked-in text */
        transform: none !important;
    }

    /* Mobile theme background styles and semi-transparent readable text overlays */
    .swiper-slide.slide-shampoos {
        background: #022c15 !important;
    }

    .swiper-slide.slide-shampoos .slide-left-panel {
        background: rgba(2, 44, 21, 0.82) !important;
        /* Increased opacity overlay */
    }

    .swiper-slide.slide-shampoos .slide-right-panel {
        background: transparent !important;
    }

    .swiper-slide.slide-spray {
        background: #faf7f0 !important;
    }

    .swiper-slide.slide-spray .slide-left-panel {
        background: rgba(250, 247, 240, 0.85) !important;
        /* Higher opacity overlay to fully block background text clash */
    }

    .swiper-slide.slide-spray .slide-right-panel {
        background: transparent !important;
    }

    .swiper-slide.slide-conditioners {
        background: #000000 !important;
    }

    .swiper-slide.slide-conditioners .slide-left-panel {
        background: rgba(0, 0, 0, 0.82) !important;
        /* Increased opacity overlay */
    }

    .swiper-slide.slide-conditioners .slide-right-panel {
        background: transparent !important;
    }

    .panel-content-inner {
        margin: 0 auto !important;
        text-align: center !important;
        /* Premium center aligned content flow on mobile/tablet */
    }

    /* Center checklist block items horizontally in stack */
    .swiper-slide.premium-slide .slide-features-list {
        align-items: center !important;
    }

    .swiper-slide.premium-slide .slide-features-list li {
        justify-content: center !important;
    }

    .swiper-slide.premium-slide .slide-cta-wrapper {
        text-align: center !important;
    }

    /* Hide arrow controls on touch-enabled mobile screens */
    .slider .button-prev,
    .slider .button-next {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .slide-main-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .swiper-slide.premium-slide .slide-left-panel {
        padding: 50px 15px 80px !important;
        /* Safety padding, bottom space for pagination dots */
    }

    .swiper-slide.premium-slide .slide-right-panel {
        height: 100% !important;
        /* Keep full background cover */
    }

    .slide-sub-title {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
    }

    .swiper-slide.premium-slide .slide-features-list {
        margin-bottom: 25px !important;
    }

    .swiper-slide.premium-slide .slide-features-list li {
        font-size: 11px !important;
        margin-bottom: 12px !important;
    }

    .swiper-slide.premium-slide .slide-features-list li .icon-wrap {
        width: 26px !important;
        height: 26px !important;
        margin-right: 12px !important;
    }

    .slide-custom-btn,
    .swiper-slide.premium-slide a.slide-custom-btn {
        padding: 14px 32px !important;
        font-size: 12px !important;
    }

    .swiper-slide.premium-slide .slide-bottom-bar {
        font-size: 9px !important;
        margin-top: 25px !important;
        padding-top: 20px !important;
        justify-content: center !important;
        gap: 6px 12px !important;
        text-align: center !important;
    }

    /* Hide the horizontal dividers on small wrap layouts for pristine grid flow */
    .swiper-slide.premium-slide .slide-bottom-bar .separator {
        display: none !important;
    }
}

/* ==========================================================================
   Premium Branded Social Media Icons
   ========================================================================== */
.social-btn {
    width: 52px !important;
    height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    position: relative;
    overflow: hidden;
}

.social-btn i {
    font-size: 22px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Facebook Styling */
.social-btn.facebook {
    background: #1877F2 !important;
}

.social-btn.facebook:hover {
    transform: translateY(-5px) scale(1.1) !important;
    background: #166FE5 !important;
    box-shadow: 0 10px 22px rgba(24, 119, 242, 0.45) !important;
}

/* Instagram Styling */
.social-btn.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.social-btn.instagram:hover {
    transform: translateY(-5px) scale(1.1) !important;
    box-shadow: 0 10px 22px rgba(220, 39, 67, 0.45) !important;
}

/* TikTok Styling */
.social-btn.tiktok {
    background: #010101 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.social-btn.tiktok:hover {
    transform: translateY(-5px) scale(1.1) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: -3px 8px 20px rgba(0, 242, 254, 0.35), 3px 8px 20px rgba(254, 9, 121, 0.35) !important;
}

.social-btn.tiktok:hover i {
    text-shadow: -2px -1px 0 #00f2fe, 2px 1px 0 #fe0979 !important;
}

/* Align sidebar social buttons nicely */
.side-widget .address .or {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-top: 15px !important;
}

/* Align footer social buttons nicely */
.footer-social {
    display: flex !important;
    justify-content: left !important;
    gap: 15px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 25px 0 0 0 !important;
}

.footer-social li {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: inline-block !important;
}

/* ==========================================================================
   Privacy, Refund & Terms Policy Page Style & Global List / Float Overrides
   ========================================================================== */
.privacy-policy-wrapper,
.refund-policy-wrapper,
.terms-policy-wrapper {
    max-width: 900px !important;
    margin: 50px auto !important;
    padding: 50px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
    font-family: inherit !important;
    /* Keep premium editorial typography */
    line-height: 1.8 !important;
    box-sizing: border-box !important;
    clear: both !important;
    display: block !important;
}

/* Clear floats on structural wrapper elements */
.privacy-policy-wrapper::after,
.refund-policy-wrapper::after,
.terms-policy-wrapper::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

.privacy-policy-wrapper h1,
.refund-policy-wrapper h1,
.terms-policy-wrapper h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    color: #111111 !important;
    text-align: center !important;
    clear: both !important;
    display: block !important;
}

.privacy-policy-wrapper h2,
.refund-policy-wrapper h2,
.terms-policy-wrapper h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    color: #d97706 !important;
    border-left: 4px solid #f59e0b !important;
    padding-left: 15px !important;
    clear: both !important;
    display: block !important;
}

.privacy-policy-wrapper p,
.refund-policy-wrapper p,
.terms-policy-wrapper p {
    color: #555555 !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    clear: both !important;
    display: block !important;
}

/* Fix collapsed horizontal lists caused by global parent theme 'li { float: left }' bug */
.privacy-policy-wrapper ul,
.refund-policy-wrapper ul,
.terms-policy-wrapper ul {
    padding-left: 25px !important;
    margin-bottom: 25px !important;
    display: block !important;
    clear: both !important;
    list-style-type: disc !important;
}

.privacy-policy-wrapper ul li,
.refund-policy-wrapper ul li,
.terms-policy-wrapper ul li {
    margin-bottom: 12px !important;
    color: #444444 !important;
    float: none !important;
    /* Absolutely override parent theme global float */
    display: list-item !important;
    /* Force standard list item block representation */
    list-style: disc !important;
    /* Force browser default solid bullet point */
    font-size: 16px !important;
    width: auto !important;
    /* Override full width grids if any */
}

.privacy-policy-wrapper a,
.refund-policy-wrapper a,
.terms-policy-wrapper a {
    color: #d97706 !important;
    text-decoration: underline !important;
    transition: color 0.3s ease !important;
}

.privacy-policy-wrapper a:hover,
.refund-policy-wrapper a:hover,
.terms-policy-wrapper a:hover {
    color: #b45309 !important;
}

.privacy-policy-wrapper .contact-box,
.refund-policy-wrapper .contact-box,
.terms-policy-wrapper .contact-box {
    background: #fff7ed !important;
    border: 1px solid #fed7aa !important;
    padding: 30px !important;
    border-radius: 12px !important;
    margin-top: 35px !important;
    clear: both !important;
    display: block !important;
}

.privacy-policy-wrapper .contact-box p,
.refund-policy-wrapper .contact-box p,
.terms-policy-wrapper .contact-box p {
    margin-bottom: 12px !important;
}

.privacy-policy-wrapper .contact-box p:last-child,
.refund-policy-wrapper .contact-box p:last-child,
.terms-policy-wrapper .contact-box p:last-child {
    margin-bottom: 0 !important;
}

/* Properly align footer contact information */
.footer-info p.fic {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-bottom: 15px !important;
    line-height: 1.5 !important;
}

.footer-info p.fic i {
    font-size: 18px !important;
    margin-top: 4px !important;
    /* Perfect vertical alignment with the first line of text */
    flex-shrink: 0 !important;
}

.footer-info p.fic .fic-text {
    display: block !important;
    line-height: 1.5 !important;
}

/* ==========================================================================
   Premium Website Launch Alert Widget (Stunning Animated Version)
   ========================================================================== */
.lecofur-launch-widget {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 99999;
    width: 320px;
    box-sizing: border-box;
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        visibility 0.5s;
}

/* Entrance & Exit States */
.lecofur-launch-widget.hidden {
    opacity: 0;
    transform: translateY(60px) scale(0.9);
    visibility: hidden;
    pointer-events: none;
}

.lecofur-launch-widget.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    pointer-events: auto;
}

.lecofur-launch-widget.closing {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    visibility: hidden;
    pointer-events: none;
}

/* Ambient Glow behind the widget (with shifting linear gradient) */
.lecofur-launch-widget::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    background: linear-gradient(135deg, #c5a059, #22c55e, #1a3a5a, #c5a059);
    background-size: 300% 300% !important;
    animation: lecofurGlowShift 8s ease infinite !important;
    border-radius: 18px;
    filter: blur(16px);
    opacity: 0.35;
    transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease;
}

.lecofur-launch-widget:hover::before {
    opacity: 0.55;
    filter: blur(22px);
    transform: scale(1.04);
}

@keyframes lecofurGlowShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Content wrapper that holds the floating animation */
.lecofur-widget-content-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 18px;
    background: transparent;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Active Floating Animation when visible */
.lecofur-launch-widget.visible .lecofur-widget-content-wrapper {
    animation: lecofurFloat 5s ease-in-out infinite;
}

/* Pause float and lift slightly on hover */
.lecofur-launch-widget:hover .lecofur-widget-content-wrapper {
    animation-play-state: paused;
    transform: translateY(-8px) scale(1.025);
}

@keyframes lecofurFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Masked Image Link wrapper */
.lecofur-widget-image-link {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    display: block !important;
    text-decoration: none !important;
    outline: none !important;
}

.lecofur-widget-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 18px !important;
    border: 2px solid rgba(197, 160, 89, 0.45) !important;
    /* Elegant gold border */
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
    transition: all 0.3s ease !important;
}

.lecofur-launch-widget:hover .lecofur-widget-img {
    border-color: rgba(197, 160, 89, 0.95) !important;
    /* Gold lights up on hover */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32) !important;
}

/* Shimmer Light Reflection Swipe */
.lecofur-widget-shimmer {
    position: absolute !important;
    top: -50% !important;
    left: -60% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(45deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 70%) !important;
    transform: rotate(45deg) translate(-100%, -100%) !important;
    transition: transform 0.8s ease-in-out !important;
    pointer-events: none !important;
}

.lecofur-launch-widget:hover .lecofur-widget-shimmer {
    transform: rotate(45deg) translate(100%, 100%) !important;
}

/* Close button - Overlapping top-right corner */
.lecofur-widget-close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 100000;
    background: linear-gradient(135deg, #ffffff, #f8fafc) !important;
    border: 1px solid rgba(197, 160, 89, 0.4) !important;
    /* Gold border to match */
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    color: #1a3a5a !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    /* Spring rotation */
    padding: 0 !important;
    line-height: 1 !important;
}

.lecofur-widget-close:hover {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
    transform: scale(1.15) rotate(90deg) !important;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4) !important;
}

.lecofur-widget-close svg {
    display: block;
    width: 12px;
    height: 12px;
}

/* Responsive adjustments */
@media screen and (max-width: 575px) {
    .lecofur-launch-widget {
        width: 260px;
        bottom: 16px;
        left: 16px;
    }

    .lecofur-launch-widget:hover .lecofur-widget-content-wrapper {
        transform: translateY(-4px) scale(1.01);
    }

    .lecofur-launch-widget::before {
        opacity: 0.25;
        filter: blur(10px);
    }

    .lecofur-widget-close {
        top: -8px;
        right: -8px;
        width: 28px;
        height: 28px;
    }

    .lecofur-widget-close svg {
        width: 10px;
        height: 10px;
    }
}

/* ==========================================================================
   Stunning Top Announcement Marquee Bar (Fixed Sticky Version)
   ========================================================================== */
.lecofur-marquee-bar {
    background: #1a3a5a !important;
    color: #ffffff !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
    border-bottom: 2px solid #c5a059 !important;
    /* Solid gold border separator */
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 100000 !important;
}

.lecofur-marquee-track {
    display: flex !important;
    width: max-content !important;
    animation: marqueeScroll 35s linear infinite !important;
}

.lecofur-marquee-track:hover {
    animation-play-state: paused !important;
    /* Pause scrolling on hover so users can read easily */
}

.lecofur-marquee-content {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    padding-right: 40px !important;
}

.lecofur-marquee-content span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.lecofur-marquee-content span strong {
    color: #c5a059 !important;
    /* Brand gold for highlighted text */
    font-weight: 800 !important;
}

.lecofur-marquee-content .separator {
    color: rgba(197, 160, 89, 0.5) !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

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

/* Make unsticky header size similar to sticky header */
.navbar {
    background: #ffffff !important;
}

.navbar .logo {
    padding: 15px 0 !important;
    /* Compact padding */
}

.navbar .logo a img {
    height: 50px !important;
    /* Compact logo height to match sticky state */
    margin-left: 23px !important;
}

@media only screen and (max-width: 56.25em) {
    .navbar .logo a img {
        margin-left: 0 !important;
    }
}

/* Ensure the fixed navbar shifts down to sit perfectly below the fixed marquee bar */
.navbar {
    position: fixed !important;
    top: 40px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}

/* Push body content down to accommodate the fixed marquee bar + navbar */
body {
    padding-top: 120px !important;
    /* 40px marquee + 80px navbar */
}

/* Remove body padding-top on pages that have the homepage slider to prevent cumulative spacing */
body:has(.slider) {
    padding-top: 0 !important;
}

@media screen and (max-width: 991px) {
    body {
        padding-top: 120px !important; /* Consistent 120px (40px marquee + 80px mobile navbar) */
    }

    body:has(.slider) {
        padding-top: 0 !important;
    }

    .navbar {
        top: 40px !important;
    }

    /* Force mobile logo, search icon, and hamburger menu into a single line */
    .navbar .container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: auto !important;
    }

    nav.navbar.navbar-expand-md.navbar-light.bg-light {
        height: 80px !important; /* Compact mobile navbar height matching desktop */
    }

    .navbar .logo {
        width: auto !important;
        flex: none !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        margin: 0 auto 0 0 !important; /* margin-right: auto pushes everything else to the right */
        order: 1 !important; /* Logo on the left */
    }

    .navbar .logo a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .navbar .logo a img {
        height: 44px !important; /* Compact image height to fit line nicely */
        width: auto !important;
        margin: 0 !important;
    }

    .accountsec {
        width: auto !important;
        margin: 0 15px 0 0 !important; /* Spacing between search button and hamburger menu */
        padding: 0 !important;
        order: 2 !important; /* Positioned to the right of logo, before hamburger */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .navbar .hamburger-menu {
        width: 30px !important;
        height: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 3 !important; /* Hamburger on the far right */
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    .accountsec {
        width: auto !important;
        margin: 0 15px 0 0 !important; /* Spacing between search button and hamburger menu */
        padding: 0 !important;
        order: 2 !important; /* Positioned to the right of logo, before hamburger */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important; /* Spacing between account icon and search icon */
    }
}

/* Header Account Icon / Actions */
.accountsec {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 15px !important;
}

/* Make navigation wrapper containers transparent to the flex layout */
.mmicce,
.mmicce > div,
.mmicce > div > ul {
    display: contents !important;
}

/* Explicitly order elements: Cart (1), Account Actions (2), Search (3) */
.mmicce li:nth-child(1),
.mmicce ul li:first-child {
    order: 1 !important;
}

.lecofur-account-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    order: 2 !important;
}

.mmicce li:nth-child(2),
.mmicce ul li:last-child {
    order: 3 !important;
}

.lecofur-account-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important; /* Premium soft background */
    color: #1a3a5a !important; /* Brand dark blue */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.lecofur-account-icon:hover {
    background: #1a3a5a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(26, 58, 90, 0.2) !important;
}

.lecofur-svg-icon {
    width: 18px !important;
    height: 18px !important;
    stroke: currentColor !important;
}

/* ==========================================================================
   WooCommerce My Account Page Styling (Bootstrap Conflict Fix & UI Redesign)
   ========================================================================== */
.woocommerce-account #customer_login,
#customer_login {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Force side-by-side layout on desktop */
    gap: 30px !important; /* Standard premium spacing */
    margin-top: 40px !important;
    margin-bottom: 60px !important;
    justify-content: space-between !important;
    align-items: stretch !important; /* Equal height cards */
}

/* Force columns to split 50/50 on desktop, overriding Bootstrap's .col-1/.col-2 */
.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2,
#customer_login .col-1,
#customer_login .col-2,
#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 1 1 50% !important; /* Equal width flex grow/shrink */
    max-width: 50% !important;
    width: 50% !important;
    margin: 0 !important; /* Reset margins to prevent wrapping */
    float: none !important; /* Disable floats */
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 45px 40px !important;
    box-sizing: border-box !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    flex-direction: column !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-account #customer_login,
    #customer_login {
        flex-wrap: wrap !important; /* Allow wrapping on mobile */
        gap: 30px !important;
    }

    .woocommerce-account #customer_login .col-1,
    .woocommerce-account #customer_login .col-2,
    #customer_login .col-1,
    #customer_login .col-2,
    #customer_login .u-column1,
    #customer_login .u-column2 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
}

/* Style forms and alignment */
#customer_login form {
    text-align: left !important;
    width: 100% !important;
}

/* Style titles */
.woocommerce-account #customer_login h2,
#customer_login h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1a3a5a !important;
    margin-bottom: 30px !important;
    border-bottom: 2px solid #f1f5f9 !important;
    padding-bottom: 12px !important;
    text-align: left !important;
}

/* Style form groups and labels */
.woocommerce-account #customer_login form .form-row,
#customer_login form .form-row {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.woocommerce-account #customer_login form label,
#customer_login form label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
    display: block !important;
    text-align: left !important;
}

/* Style inputs */
.woocommerce-account #customer_login form input[type="text"],
.woocommerce-account #customer_login form input[type="email"],
.woocommerce-account #customer_login form input[type="password"],
#customer_login form input[type="text"],
#customer_login form input[type="email"],
#customer_login form input[type="password"] {
    display: block !important;
    width: 100% !important;
    height: 52px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 30px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    color: #1e293b !important;
    background: #f8fafc !important;
    transition: all 0.3s ease !important;
    text-align: left !important;
}

.woocommerce-account #customer_login form input[type="text"]:focus,
.woocommerce-account #customer_login form input[type="email"]:focus,
.woocommerce-account #customer_login form input[type="password"]:focus,
#customer_login form input[type="text"]:focus,
#customer_login form input[type="email"]:focus,
#customer_login form input[type="password"]:focus {
    border-color: #22c55e !important; /* Premium brand green focus */
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12) !important;
}

/* Checkbox alignment */
.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox,
#customer_login form .woocommerce-form__label-for-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #64748b !important;
    cursor: pointer !important;
    text-align: left !important;
}

.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox input[type="checkbox"],
#customer_login form .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    margin-right: 8px !important;
    width: 16px !important;
    height: 16px !important;
    margin-top: 0 !important;
}

/* Style informational paragraphs in register column */
#customer_login .woocommerce-privacy-policy-text p,
#customer_login form p:not(.form-row) {
    text-align: left !important;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

#customer_login .woocommerce-privacy-policy-text a {
    color: #22c55e !important;
    text-decoration: none !important;
}

#customer_login .woocommerce-privacy-policy-text a:hover {
    text-decoration: underline !important;
}

/* Buttons styling */
.woocommerce-account #customer_login form button[type="submit"],
#customer_login form button[type="submit"] {
    width: 100% !important;
    height: 52px !important;
    background: #22c55e !important; /* Brand green */
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 6px 15px rgba(34, 197, 94, 0.15) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 15px !important;
}

.woocommerce-account #customer_login form button[type="submit"]:hover,
#customer_login form button[type="submit"]:hover {
    background: #16a34a !important; /* Darker green */
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.25) !important;
}

/* Lost password link */
.woocommerce-account #customer_login form .lost_password,
#customer_login form .lost_password {
    margin-top: 15px !important;
    text-align: center !important;
}

.woocommerce-account #customer_login form .lost_password a,
#customer_login form .lost_password a {
    font-size: 14px !important;
    color: #64748b !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.woocommerce-account #customer_login form .lost_password a:hover,
#customer_login form .lost_password a:hover {
    color: #22c55e !important;
    text-decoration: underline !important;
}

/* WooCommerce My Account Navigation Styling (Reset and Beautification) */
.woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto 30px !important;
    gap: 12px !important; /* Premium clean spacing */
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: inline-flex !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    background: #1a3a5a !important; /* Brand dark blue background */
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 30px !important; /* Rounded pill style */
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(26, 58, 90, 0.15) !important;
    text-decoration: none !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    background: #22c55e !important; /* Brand green on hover / active */
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(34, 197, 94, 0.25) !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        gap: 8px !important;
    }
    
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
        padding: 10px 18px !important;
        font-size: 13px !important;
    }
}