/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

    :root {
        --white:#fff;
        --wine:#723D46;
    }

    :root {
        --green: #fff7ee;
        --green2: #ffebd2;
        --greenb: #6e785c;
                --greenbtp: #6e785cdb;
        --gold: #b59859;
        --bg: rgb(246, 235, 220);
        --main:#282525;
        --wine:#723d46;
                --winetp:#723d46df;

    }

    p{
        text-wrap:balance;
        line-height:1.4em;
        font-size:1.2em;
    }

    body {
        font-family: 'Baskervville', serif;
        margin: 0;
        padding: 0;
        background-color:var(--green);
    }

    /* Sticky Header */
    .navbar {
        background-color:var(--greenb);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(110, 120, 92, 0.1);
        transition: all 0.3s ease;
        padding: 0.8rem 0;
    }

    .navbar-brand {
        font-weight: 600;
        color: var(--green) !important;
        font-size: 1.6rem;
        letter-spacing: -0.5px;
    }

    .navbar-nav .nav-link {
        color: var(--green) !important;
        font-weight: 400;
        margin: 0 8px;
        padding: 8px 16px !important;
        border-radius: 6px;
        transition: all 0.3s ease;
        font-size: 0.95rem;
    }

    .navbar-nav .nav-link:hover {
        color: white !important;
        background-color: var(--gold);
    }

    .navbar-toggler {
        border: none;
        padding: 4px 8px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .dropdown-menu {
        border: none;
        box-shadow: 0 4px 20px rgba(110, 120, 92, 0.15);
        border-radius: 8px;
        padding: 0.5rem 0;
        margin-top: 0.5rem;
        background-color: var(--greenb);
    }

    .dropdown-item {
        color: white;
        padding: 8px 20px;
        font-size: 0.95rem;
        transition: all 0.3s ease;
    }

    .dropdown-item:hover {
        background-color: var(--gold);
        color: white;
    }

    /* Main Container */
    .main-container {
        height: 100vh;
        position: relative;
        overflow: hidden;
        background-color: var(--green);
    }

    /* Video Background Section */
    .video-section {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgba(110, 120, 92, 0.3), rgba(181, 152, 89, 0.2));
        z-index: 2;
    }

    /* Logo Overlay - Your existing structure preserved */
    .logo-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        text-align: center;
    }

    .logo-overlay p {
        color:var(--main);
        text-align: left;
    }

    .logo-svg {
        width: 150px;
        height: 150px;
        margin-bottom: 2rem;
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    }

    .overlay-text {
        color: white;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        font-size: 3rem;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .overlay-subtitle {
        color: white;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.5rem;
        font-style: italic;
        margin-bottom: 2rem;
    }

    /* Content Section */
    .content-section {
        background-color: #f8f9fa;
        min-height: 100vh;
        padding: 80px 0;
        display: flex;
        align-items: center;
    }

    .content-card {
        background: white;
        border-radius: 15px;
        padding: 3rem;
        box-shadow: 0 10px 30px rgba(110, 120, 92, 0.1);
        border-left: 5px solid var(--gold);
    }

    .section-title {
        color: var(--green);
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }

    .section-subtitle {
        color: var(--gold);
        font-size: 1.2rem;
        margin-bottom: 2rem;
        font-style: italic;
    }

    .bgg{
        background-color: var(--green);
    }

    .content-text {
        color: #666;
        line-height: 1.8;
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .btn-primary-custom {
        background-color: var(--green);
        border: none;
        color: white;
        padding: 12px 30px;
        border-radius: 25px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .btn-primary-custom:hover {
        background-color: var(--gold);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(110, 120, 92, 0.3);
    }

    .btn-outline-custom {
        border: 2px solid var(--gold);
        color: var(--gold);
        background: transparent;
        padding: 10px 30px;
        border-radius: 25px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .btn-outline-custom:hover {
        background-color: var(--gold);
        color: white;
        transform: translateY(-2px);
    }

    /* Feature List */
    .feature-list {
        list-style: none;
        padding: 0;
        margin: 2rem 0;
    }

    .feature-list li {
        padding: 0.5rem 0;
        color: #666;
        position: relative;
        padding-left: 2rem;
    }

    .feature-list li:before {
        content: '🌸';
        position: absolute;
        left: 0;
        top: 0.5rem;
    }

    /* Navigation dots */
    .nav-dots {
        position: fixed;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .nav-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(110, 120, 92, 0.5);
        margin: 1rem 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .nav-dot.active {
        background-color: var(--gold);
        transform: scale(1.2);
    }


        h1 {
            color: #6e785c;
            font-size: 2.5rem;
            line-height:2.2rem;
            margin-bottom: 60px;
            font-weight: 400;
            letter-spacing: 1px;
        }

        .button-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .button-demo {
            text-align: center;
            padding: 30px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(110, 120, 92, 0.1);
        }

        .button-demo h3 {
            color: #6e785c;
            margin-bottom: 20px;
            font-size: 1.2rem;
            font-weight: 400;
        }

        /* Primary Luxury Link */
.btn-primary {
    display: inline-block;
    background: var(--gold, #b59859);
    color: white;
    text-decoration: none;
    padding: 16px 40px;
    font-family: 'Baskervville', serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    box-sizing: border-box;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(110, 120, 92, 0.3);
    color: white;
    text-decoration: none;
}

.btn-primary:visited {
    color: white;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:active {
    transform: translateY(-1px);
    transition: transform 0.1s;
}

/*.woocommerce-notices-wrapper{
    margin-top:10vh;
    padding:5vh 10vh 5vh 10vh;
    background-color:var(--greenb);
    color:white;
    text-align:center;
}*/
/*.woocommerce-notices-wrapper a{
    margin-left: 40px;
    padding:2vh 5vh 2vh 5vh;
    background-color:black;
    color:white;
}*/


    /* Cart Page Hero */
    .woocommerce-cart .page-header {
        background: var(--light-grey);
        padding: 80px 0;
        margin-bottom: 20px;
        margin-top:60px;
        position: relative;
        overflow: hidden;
    }

    .header{
        display:none;
    }

    .woocommerce-cart .page-header::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(181, 152, 89, 0.08) 0%, transparent 70%);
        animation: float 20s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-30px) rotate(180deg); }
    }

    .page-title {
        font-size: 3.5rem;
        color: var(--main);
        font-weight: 300;
        letter-spacing: -0.02em;
        text-align: center;
        margin: 0;
        font-family: 'Libre Baskerville', serif;
        position: relative;
        z-index: 1;
    }

    .page-subtitle {
        text-align: center;
        color: var(--gold);
        font-size: 1.1rem;
        margin-top: 15px;
        font-style: italic;
        position: relative;
        z-index: 1;
    }

    /* Cart Container */
    .woocommerce-cart .woocommerce {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
    }

    /* Cart Form */
    .woocommerce-cart form.woocommerce-cart-form {
        margin-bottom: 60px;
    }

    /* Cart Table - Flex Display */
    .woocommerce table.shop_table {
        display: flex !important;
        flex-direction: column !important;
        border: none !important;
        border-radius: 0 !important;
        background: var(--white) !important;
        box-shadow: 0 8px 32px rgba(110, 120, 92, 0.12) !important;
        overflow: hidden !important;
        width: 100% !important;
        margin-bottom: 40px !important;
    }

    /* Table Headers - Flex Header */
    .woocommerce table.shop_table thead {
        display: flex !important;
        background: var(--greenb) !important;
        border-bottom: 3px solid var(--gold) !important;
        color:var(--white)!important;
    }

    .woocommerce table.shop_table thead tr {
        display: flex !important;
        width: 100% !important;
    }

    .woocommerce table.shop_table thead th {
        color: var(--white) !important;
        font-weight: 500 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 1rem !important;
        padding: 20px 15px !important;
        border: none !important;
        font-family: 'Libre Baskerville', serif !important;
        display: flex !important;
        align-items: center !important;
    }

    /* Flex Column Widths - Product Name gets most space */
    .woocommerce table.shop_table thead th.product-remove {
        flex: 0 0 60px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table thead th.product-thumbnail {
        flex: 0 0 120px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table thead th.product-name {
        flex: 1 !important;
        min-width: 250px !important;
        justify-content: flex-start !important;
    }

    .woocommerce table.shop_table thead th.product-price {
        flex: 0 0 120px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table thead th.product-quantity {
        flex: 0 0 140px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table thead th.product-subtotal {
        flex: 0 0 140px !important;
        justify-content:center !important;
    }

    /* Table Body - Flex Rows */
    .woocommerce table.shop_table tbody {
        display: flex !important;
        flex-direction: column !important;
    }

    .woocommerce table.shop_table tbody tr {
        display: flex !important;
        width: 100% !important;
        border-bottom: 1px solid var(--border-light) !important;
        transition: background 0.3s ease !important;
    }

    .woocommerce table.shop_table tbody tr:last-child {
        border-bottom: none !important;
    }

    .woocommerce table.shop_table tbody tr:hover {
        background: rgba(110, 120, 92, 0.02) !important;
    }

    .woocommerce table.shop_table tbody td {
        padding: 25px 15px !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        font-family: 'Libre Baskerville', serif !important;
    }

    /* Flex Column Widths for Body Cells - Match Headers */
    .woocommerce table.shop_table tbody td.product-remove {
        flex: 0 0 60px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table tbody td.product-thumbnail {
        flex: 0 0 120px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table tbody td.product-name {
        flex: 1 !important;
        min-width: 250px !important;
        justify-content: flex-start !important;
    }

    .woocommerce table.shop_table tbody td.product-price {
        flex: 0 0 120px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table tbody td.product-quantity {
        flex: 0 0 140px !important;
        justify-content: center !important;
    }

    .woocommerce table.shop_table tbody td.product-subtotal {
        flex: 0 0 140px !important;
        justify-content: center !important;
        }

    /* Remove Column - Flex Styled */
    .woocommerce table.shop_table .product-remove a {
        color: #999 !important;
        font-size: 18px !important;
        width: 24px !important;
        height: 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
        border-radius: 50% !important;
        border: 1px solid transparent !important;
        opacity: 0.6 !important;
    }

    .woocommerce table.shop_table .product-remove a:hover {
        color: #dc3545 !important;
        opacity: 1 !important;
        border-color: #dc3545 !important;
        background: rgba(220, 53, 69, 0.1) !important;
    }

    /* Product Image in Cart - Flex Styled */
    .woocommerce table.shop_table .product-thumbnail img {
        width: 90px !important;
        height: 90px !important;
        object-fit: cover !important;
        border-radius: 0 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        transition: transform 0.3s ease !important;
    }

    .woocommerce table.shop_table .product-thumbnail img:hover {
        transform: scale(1.05) !important;
    }

    /* Product Name */
    .woocommerce table.shop_table .product-name a {
        color: var(--main) !important;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
        border-bottom: 1px solid transparent !important;
    }

    .woocommerce table.shop_table .product-name a:hover {
        color: var(--gold) !important;
        border-bottom-color: var(--gold) !important;
    }

    /* Product Price - Flex Styled */
    .woocommerce table.shop_table .product-price {
        font-size: 1.05rem !important;
        color: var(--dark-grey) !important;
        font-weight: 400 !important;
    }

    .woocommerce table.shop_table .product-price .amount {
        color: var(--main) !important;
        font-weight: 500 !important;
    }

    /* Quantity Column - Flex Styled */
    /* Quantity Field in Cart */
    .woocommerce .quantity {
        display: inline-flex !important;
        align-items: center !important;
        border: 1px solid var(--border-light) !important;
        background: var(--white) !important;
        border-radius: 0 !important;
        max-width: 120px !important;
    }

    .woocommerce .quantity input.qty {
        width: 50px !important;
        height: 40px !important;
        border: none !important;
        padding: 0 !important;
        text-align: center !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        color: var(--main) !important;
        font-family: 'Libre Baskerville', serif !important;
        background: transparent !important;
        -moz-appearance: textfield !important;
    }

    .woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
    .woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important;
    }

    /* Quantity Buttons */
    .qty-button {
        width: 35px !important;
        height: 40px !important;
        border: none !important;
        background: var(--white) !important;
        color: var(--main) !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 1rem !important;
        transition: all 0.2s ease !important;
        user-select: none !important;
    }

    .qty-button:hover {
        background: var(--light-grey) !important;
        color: var(--chelsea-gold) !important;
    }

    .qty-button.minus {
        border-right: 1px solid var(--border-light) !important;
    }

    .qty-button.plus {
        border-left: 1px solid var(--border-light) !important;
    }

    /* Product Subtotal - Flex Styled */



    .woocommerce table.shop_table .product-subtotal {
        font-size: 1rem !important;
        color: var(--main) !important;
        font-weight: 600 !important;
    }

    /* Coupon Section */
    .woocommerce .coupon {
        display: flex !important;
        gap: 15px !important;
        align-items: center !important;
        padding: 30px !important;
        background: var(--light-grey) !important;
        border-radius: 0 !important;
        border: 1px solid var(--border-light) !important;
    }

    .woocommerce .coupon label {
        font-weight: 500 !important;
        color: var(--main) !important;
        font-size: 0.95rem !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    .woocommerce .coupon input.input-text {
        flex: 1 !important;
        max-width: 300px !important;
        padding: 14px 20px !important;
        border: 1px solid rgb(213, 213, 213) !important;
        background: var(--white) !important;
        font-family: 'Libre Baskerville', serif !important;
        font-size: 1rem !important;
        color: var(--main) !important;
        border-radius: 0 !important;
        transition: all 0.3s ease !important;
    }

    .woocommerce .coupon input.input-text:focus {
        outline: none !important;
        border-color: var(--chelsea-gold) !important;
        box-shadow: 0 0 0 2px rgba(181, 152, 89, 0.1) !important;
    }

    /* Cart Actions */
    .woocommerce .actions {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding-top: 20px !important;
        border-top: 2px solid var(--border-light) !important;
    }

    /* All Cart Buttons */
    .woocommerce button.button,
    .woocommerce .button,
    .woocommerce input.button,
    .woocommerce a.button {
        background: var(--main) !important;
        color: var(--white) !important;
        border: none !important;
        padding: 16px 30px !important;
        font-size: 0.9rem !important;
        font-weight: 400 !important;
        font-family: 'Libre Baskerville', serif !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        border-radius: 0 !important;
        text-decoration: none !important;
        display: inline-block !important;
        position: relative !important;
        overflow: hidden !important;
        line-height: normal !important;
    }

    .woocommerce button.button:hover,
    .woocommerce .button:hover,
    .woocommerce input.button:hover,
    .woocommerce a.button:hover {
        background: var(--gold) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 24px rgba(110, 120, 92, 0.2) !important;
    }

    .woocommerce button.button:disabled,
    .woocommerce button.button:disabled:hover {
        background: #ccc !important;
        cursor: not-allowed !important;
        transform: none !important;
        opacity: 0.5 !important;
    }

    /* Update Cart Button */
    .woocommerce button[name="update_cart"] {
        background: transparent !important;
        color: var(--main) !important;
        border: 1px solid var(--main) !important;
    }

    .woocommerce button[name="update_cart"]:hover {
        background: var(--main) !important;
        color: var(--white) !important;
    }

    /* Cart Collaterals */
    .cart-collaterals {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
        margin-top: 60px !important;
    }

    /* Cross-sells */
    .cart-collaterals .cross-sells {
        background: var(--light-grey) !important;
        padding: 30px !important;
        border-radius: 0 !important;
        border: 1px solid var(--border-light) !important;
    }

    .cart-collaterals .cross-sells h2 {
        font-size: 1.5rem !important;
        color: var(--main) !important;
        margin-bottom: 20px !important;
        font-weight: 500 !important;
        font-family: 'Libre Baskerville', serif !important;
    }

    /* Cart Totals */
    .cart-collaterals .cart_totals {
        background: var(--white) !important;
        padding: 40px !important;
        border: 2px solid var(--border-light) !important;
        border-radius: 0 !important;
    }

    .cart-collaterals .cart_totals h2 {
        font-size: 1.8rem !important;
        color: var(--main) !important;
        margin-bottom: 30px !important;
        font-weight: 500 !important;
        font-family: 'Libre Baskerville', serif !important;
        text-align: center !important;
        padding-bottom: 20px !important;
        border-bottom: 2px solid var(--gold) !important;
    }

    /* Totals Table */
    .woocommerce .cart_totals table.shop_table {
        box-shadow: none !important;
        background: transparent !important;
        border: none !important;
    }

    .woocommerce .cart_totals table tr {
        border-bottom: 1px solid var(--border-light) !important;
    }

    .woocommerce .cart_totals table tr:last-child {
        border-bottom: none !important;
    }

    .woocommerce .cart_totals table th {
        background: transparent !important;
        color: var(--dark-grey) !important;
        font-weight: 500 !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        font-size: 1rem !important;
        padding: 25px 0 !important;
        text-align: left !important;
    }

    .woocommerce .cart_totals table td {
        text-align: right !important;
        padding: 15px 0 !important;
        font-size: 1rem !important;
        color: var(--main) !important;
    }

    .woocommerce .cart_totals .order-total th,
    .woocommerce .cart_totals .order-total td {
        font-size: 1.3rem !important;
        font-weight: 600 !important;
        color: var(--main) !important;
        padding-top: 20px !important;
        border-top: 2px solid var(--gold) !important;
    }

    .cart-subtotal{
        padding-top:25px!important;
    }   

    /* Proceed to Checkout Button */
    .woocommerce .checkout-button {
        width: 100% !important;
        background: var(--main) !important;
        color: var(--white) !important;
        padding: 20px 40px !important;
        font-size: 1.1rem !important;
        margin-top: 30px !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .woocommerce .checkout-button:hover {
        background: var(--chelsea-gold) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 10px 30px rgba(110, 120, 92, 0.25) !important;
    }

    /* Shipping Calculator */
    .woocommerce .shipping-calculator-form {
        margin-top: 20px !important;
        padding: 20px !important;
        background: var(--white) !important;
        border: 1px solid var(--border-light) !important;
    }

    .woocommerce .shipping-calculator-button {
        color: var(--chelsea-gold) !important;
        text-decoration: none !important;
        font-size: 0.95rem !important;
        border-bottom: 1px dotted var(--chelsea-gold) !important;
        transition: all 0.3s ease !important;
    }

    .woocommerce .shipping-calculator-button:hover {
        color: var(--main) !important;
        border-bottom-style: solid !important;
    }

    /* Empty Cart Message */
    .woocommerce-info,
    .woocommerce-message {
        background: var(--light-grey) !important;
        border: 1px solid var(--gold) !important;
        border-left: 4px solid var(--gold) !important;
        color: var(--main) !important;
        padding: 20px !important;
        border-radius: 0 !important;
        font-family: 'Libre Baskerville', serif !important;
    }

    .woocommerce-info::before,
    .woocommerce-message::before {
        color: var(--chelsea-gold) !important;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .cart-collaterals {
            grid-template-columns: 1fr !important;
        }

        .woocommerce table.shop_table {
            font-size: 0.9rem !important;
        }

        .woocommerce table.shop_table .product-thumbnail img {
            width: 70px !important;
            height: 70px !important;
        }
    }

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

        .woocommerce-cart .woocommerce {
            padding: 0 20px !important;
        }

        .woocommerce .coupon {
            flex-direction: column !important;
            align-items: stretch !important;
        }

        .woocommerce .coupon input.input-text {
            max-width: 100% !important;
        }

        .woocommerce .actions {
            flex-direction: column !important;
            gap: 15px !important;
        }

        .woocommerce table.shop_table thead {
            display: none !important;
        }

        .woocommerce table.shop_table tbody td {
            display: block !important;
            text-align: right !important;
            padding: 10px !important;
        }

        .woocommerce table.shop_table tbody td::before {
            content: attr(data-title) !important;
            float: left !important;
            font-weight: 600 !important;
            color: var(--main) !important;
        }

        .woocommerce table.shop_table .product-remove {
            text-align: center !important;
        }
    }

    /* Loading States */
    .woocommerce .blockUI.blockOverlay {
        background: rgba(255, 255, 255, 0.9) !important;
    }

    .woocommerce .blockUI.blockOverlay::before {
        content: '' !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 30px !important;
        height: 30px !important;
        margin: -15px 0 0 -15px !important;
        border: 2px solid var(--chelsea-gold) !important;
        border-top-color: transparent !important;
        border-radius: 50% !important;
        animation: spin 1s linear infinite !important;
    }

   .woocommerce table.shop_table thead tr th.product-subtotal {
    color:var(--white)!important;
}

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

    /* WooCommerce Notices Wrapper - Positioned under header */
.woocommerce-cart .woocommerce-notices-wrapper {
    position: relative !important;
    z-index: 10 !important;
    margin: 30px auto 40px auto !important; /* Negative margin to overlap header bottom */
    max-width: 1400px !important;
    padding: 0 40px !important;
}

.woocommerce-cart .woocommerce-notices-wrapper a{
    color:white;
}


/* Success Messages (Item added to cart) */
.woocommerce-notices-wrapper .woocommerce-message {
    background: linear-gradient(135deg, rgba(110, 120, 92, 0.95) 0%, rgba(110, 120, 92, 0.9) 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 20px 30px !important;
    margin: 0 !important;
    font-family: 'Baskervville', serif !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    box-shadow: 0 8px 25px rgba(110, 120, 92, 0.25) !important;
    backdrop-filter: blur(10px) !important;
    border-left: 4px solid var(--gold) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    animation: slideDown 0.5s ease-out !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    content: '✓' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: var(--gold) !important;
    color: white !important;
    border-radius: 50% !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

/* Message Text */
.woocommerce-notices-wrapper .woocommerce-message {
    font-weight: 400 !important;
}

/* View Cart Button in Notice */
.woocommerce-notices-wrapper .woocommerce-message .button {
    background: var(--gold) !important;
    color: white !important;
    border: 2px solid transparent !important;
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    font-family: 'Baskervville', serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-left: 20px !important;
    white-space: nowrap !important;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background: white !important;
    color: var(--gold) !important;
    border-color: var(--gold) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(181, 152, 89, 0.3) !important;
}

/* Error Messages */
.woocommerce-notices-wrapper .woocommerce-error {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.95) 0%, rgba(220, 53, 69, 0.9) 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 20px 30px !important;
    margin: 0 !important;
    font-family: 'Baskervville', serif !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.25) !important;
    backdrop-filter: blur(10px) !important;
    border-left: 4px solid #dc3545 !important;
    animation: slideDown 0.5s ease-out !important;
}

.woocommerce-notices-wrapper .woocommerce-error::before {
    content: '!' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: #dc3545 !important;
    color: white !important;
    border-radius: 50% !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

/* Info Messages */
.woocommerce-notices-wrapper .woocommerce-info {
    background: linear-gradient(135deg, rgba(181, 152, 89, 0.95) 0%, rgba(181, 152, 89, 0.9) 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 20px 30px !important;
    margin: 0 !important;
    font-family: 'Baskervville', serif !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    box-shadow: 0 8px 25px rgba(181, 152, 89, 0.25) !important;
    backdrop-filter: blur(10px) !important;
    border-left: 4px solid var(--gold) !important;
    animation: slideDown 0.5s ease-out !important;
}

.woocommerce-notices-wrapper .woocommerce-info::before {
    content: 'i' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: var(--gold) !important;
    color: white !important;
    border-radius: 50% !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

/* Animation for notices */
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Multiple notices - stack them with spacing */
.woocommerce-notices-wrapper > *:not(:last-child) {
    margin-bottom: 15px !important;
}

/* Close button for notices (if using dismiss functionality) */
.woocommerce-notices-wrapper .notice-dismiss {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
    border: none !important;
    color: white !important;
    font-size: 18px !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
    transition: opacity 0.3s ease !important;
}

.woocommerce-notices-wrapper .notice-dismiss:hover {
    opacity: 1 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-cart .woocommerce-notices-wrapper {
        padding: 0 20px !important;
        margin: -20px auto 30px auto !important;
    }
    
    .woocommerce-notices-wrapper .woocommerce-message {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
        padding: 18px 20px !important;
    }
    
    .woocommerce-notices-wrapper .woocommerce-message .button {
        margin-left: 0 !important;
        margin-top: 10px !important;
        align-self: flex-start !important;
    }
    
    .woocommerce-notices-wrapper .woocommerce-message::before {
        margin-right: 12px !important;
    }
}

/* Fix for notices appearing on other pages */
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-notices-wrapper {
    margin: 20px auto !important;
    max-width: 1200px !important;
}

/* Ensure notices don't interfere with sticky navigation */
.woocommerce-notices-wrapper {
    position: relative !important;
    z-index: 999 !important;
}

        .wp-block-woocommerce-cart{
            max-width:1200px;
            margin-left:auto;
            margin-right:auto;
        }

             /* Gold Accent Button */
        .wc-block-components-button__text a{
            background: linear-gradient(135deg, #b59859 0%, #9d7f3e 100%);
            color: white;
            border: none;
            padding: 16px 40px;
            font-family: 'Baskervville', serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.5px;
            border-radius: 4px;
            text-decoration: none!important;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            text-transform: capitalize;
            min-width: 200px;
        }

        .wc-block-components-button__text a:hover {
            background: linear-gradient(135deg, #c9a968 0%, #b59859 100%);
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(181, 152, 89, 0.4);
                        text-decoration: none;

        }



        /* Gold Accent Button */
        .btn-gold {
            background: linear-gradient(135deg, #b59859 0%, #9d7f3e 100%);
            color: white;
            border: none;
            text-decoration:none;
            padding: 16px 40px;
            font-family: 'Baskervville', serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.5px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            text-transform: capitalize;
            min-width: 200px;
        }

        .btn-gold:hover {
            background: linear-gradient(135deg, #c9a968 0%, #b59859 100%);
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(181, 152, 89, 0.4);
        }

        /* Outlined Elegant Button */
        .btn-outline {
            background: transparent;
            color: #6e785c;
            border: 2px solid #6e785c;
            padding: 14px 38px;
            font-family: 'Baskervville', serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.5px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            text-transform: capitalize;
            min-width: 200px;
        }

        .btn-outline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: #6e785c;
            border-radius: 50%;
            transition: all 0.6s ease;
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .btn-outline:hover {
            color: white;
            border-color: #6e785c;
        }

        .btn-outline:hover::before {
            width: 300px;
            height: 300px;
        }

        /* Minimal Luxury Button */
        .btn-minimal {
            background: white;
            color: #6e785c;
            border: 1px solid #e8e6e0;
            padding: 16px 40px;
            font-family: 'Baskervville', serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 1px;
            border-radius: 0;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            text-transform: uppercase;
            min-width: 200px;
        }

        .btn-minimal::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 2px;
            background: #b59859;
            transition: all 0.4s ease;
            transform: translateX(-50%);
        }

        .btn-minimal:hover {
            background: #fafaf8;
            border-color: #b59859;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(110, 120, 92, 0.15);
        }

        .btn-minimal:hover::after {
            width: 80%;
        }

        /* Luxurious CTA Button */
        .btn-cta {
            background: linear-gradient(135deg, #b59859 0%, #6e785c 100%);
            color: white;
            border: none;
            padding: 20px 50px;
            font-family: 'Baskervville', serif;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 1px;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            text-transform: uppercase;
            min-width: 250px;
            box-shadow: 0 4px 15px rgba(110, 120, 92, 0.2);
        }

        .btn-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #c9a968 0%, #7a8560 100%);
            border-radius: 6px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .btn-cta span {
            position: relative;
            z-index: 1;
        }

        .btn-cta:hover::before {
            opacity: 1;
        }

        .btn-cta:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(110, 120, 92, 0.3);
        }

        /* Ghost Button */
        .btn-ghost {
            background: transparent;
            color: #6e785c;
            border: none;
            padding: 16px 40px;
            font-family: 'Baskervville', serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.5px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            text-transform: capitalize;
            min-width: 200px;
        }

        .btn-ghost::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #b59859 50%, transparent 100%);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .btn-ghost:hover {
            color: #b59859;
        }

        .btn-ghost:hover::after {
            transform: scaleX(1);
        }

        .code-section {
            margin-top: 60px;
            padding: 30px;
            background: #2d3436;
            border-radius: 8px;
            color: #ddd;
            font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
            font-size: 14px;
            line-height: 1.6;
            overflow-x: auto;
        }

        .code-section h2 {
            color: #74b9ff;
            margin-bottom: 20px;
            font-family: 'Baskervville', serif;
            font-size: 1.5rem;
        }





        /*FOOTER*/
           
        .footer {
            background: var(--greenb);
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }
        
        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(181, 152, 89, 0.1) 0%, rgba(110, 120, 92, 0.05) 100%);
            pointer-events: none;
        }
        
        .footer-content {
            position: relative;
            z-index: 2;
            padding: 60px 0 40px;
        }
        
        .footer-logo {
            font-size: 2.2rem;
            font-weight: 400;
            color: #ffffff;
            margin-bottom: 1rem;
            letter-spacing: 1px;
            text-decoration: none;
            display: inline-block;
            transition: color 0.3s ease;
        }
        
        .footer-logo:hover {
            color: var(--gold);
        }
        
        .footer-tagline {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 2rem;
            font-style: italic;
            max-width: 300px;
        }
        
        .footer-section h5 {
            color: #ffffff;
            font-size: 1.3rem;
            margin-bottom: 1.5rem;
            position: relative;
            font-weight: 400;
            letter-spacing: 0.5px;
        }
        
        .footer-section h5::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 2px;
            background: var(--gold);
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 1rem;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
        }
        
        .footer-links a:hover {
            color: var(--gold);
            padding-left: 8px;
        }
        
        .contact-info {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            line-height: 1.8;
            text-align: left;
        }
        
        .contact-info i {
            color: var(--gold);
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 2rem;
        }
        
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            border-radius: 50%;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .social-links a:hover {
            background: var(--gold);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(181, 152, 89, 0.3);
        }
        
        .newsletter-form {
            background: rgba(255, 255, 255, 0.1);
            padding: 25px;
            border-radius: 12px;
            margin-top: 2rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .newsletter-form h6 {
            color: #ffffff;
            margin-bottom: 1rem;
            font-size: 1.1rem;
            font-weight: 400;
        }
        
        .newsletter-input {
            background: rgba(255, 255, 255, 0.9);
            border: none;
            padding: 12px 15px;
            border-radius: 8px;
            width: 100%;
            margin-bottom: 15px;
            font-family: 'Baskervville', serif;
        }
        
        .newsletter-btn {
            background: var(--gold);
            color: #ffffff;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-family: 'Baskervville', serif;
            font-size: 1rem;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .newsletter-btn:hover {
            background: #a08649;
            transform: translateY(-2px);
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding: 25px 0;
            margin-top: 40px;
            text-align: center;
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.9rem;
        }
        
        .footer-bottom a {
            color: var(--gold);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-bottom a:hover {
            color: #ffffff;
        }
        
        .floral-accent {
            position: absolute;
            right: -50px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 200px;
            color: rgba(181, 152, 89, 0.05);
            pointer-events: none;
        }

        @media (max-width: 768px) {
            
        }
        
        @media (max-width: 768px) {
            .footer-content {
                padding: 40px 0 30px;
            }
            
            .footer-logo {
                font-size: 1.8rem;
                text-align: center;
            }
            
            .footer-tagline {
                text-align: center;
                margin: 0 auto 2rem;
            }
            
            .social-links {
                justify-content: center;
            }
            
            .floral-accent {
                display: none;
            }
            
            .footer-section {
                margin-bottom: 2rem;
                text-align: center;
            }
            
            .footer-section h5::after {
                left: 50%;
                transform: translateX(-50%);
            }

                        .button-grid {
                grid-template-columns: 1fr;
            }

            .footer-logo{
                text-align:center;
            }

            .main-heading-course{
                color:white;
            }

            .contact-info{
                                text-align:center;
                                line-height:2rem;

            }
            
            h1 {
                font-size: 2rem;
                margin-bottom: 40px;
            }

                #logosvg {
                    margin-bottom:20px;
                }


              .overlay-text {
            font-size: 2.5rem;
            color:white;
        }

        .logo-overlay{
            padding:20px;
        }

        .logo-overlay p{
            color:white;
        }
        
        .overlay-subtitle {
            font-size: 1.2rem;
        }

        .content-card {
            padding: 2rem;
            margin: 1rem;
        }

        .section-title {
            font-size: 2rem;
        }

        .cta-buttons {
            flex-direction: column;
        }
        
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(38, 38, 38, 0.8), rgba(8, 8, 8, 0.6));
            z-index: 2;
        }
        }
        
        
        /* Contact Form 7 Luxury Styling for Chelsea Flower School */
.luxury-contact-form {
    background: white;
    padding: 50px 40px;
    box-shadow: 0 15px 50px rgba(110, 120, 92, 0.15);
    border-left: 6px solid var(--gold);
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.luxury-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--green2) 0%, var(--gold) 100%);
    opacity: 0.1;
    border-radius: 0 12px 0 100px;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.form-header h2 {
    color: var(--greenb);
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.form-header p {
    color: var(--main);
    font-size: 1.1rem;
    font-style: italic;
    opacity: 0.8;
}

/* Form Groups */
.wpcf7-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

/* Input Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid rgba(110, 120, 92, 0.2);
    border-radius: 8px;
    font-family: 'Baskervville', serif;
    font-size: 16px;
    color: var(--main);
    background: rgba(255, 247, 238, 0.5);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: white;
    box-shadow: 0 0 0 3px rgba(181, 152, 89, 0.1);
    transform: translateY(-2px);
}

/* Labels */
.wpcf7-form label {
    display: block;
    color: var(--greenb);
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    opacity: 0.9;
}

/* Textarea */
.wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Select Dropdown */
.wpcf7-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e785c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 50px;
}

/* Checkbox Styling */
.wpcf7-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 25px;
    padding-left:0px;
}

.wpcf7-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--gold);
    cursor: pointer;
}

.wpcf7-form .form-check-label {
    flex: 1;
    font-size: 0.95rem;
    color: var(--main);
    line-height: 1.4;
    cursor: pointer;
    margin-top: 0;
    text-transform: none;
}

.wpcf7-form .form-check-label a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s ease;
}

.wpcf7-form .form-check-label a:hover {
    color: var(--greenb);
    text-decoration: underline;
}

/* Submit Button */
.wpcf7-form .btn-luxury {
    background: linear-gradient(135deg, var(--gold) 0%, #9d7f3e 100%);
    color: white;
    border: none;
    padding: 18px 50px;
    font-family: 'Baskervville', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    min-width: 200px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(181, 152, 89, 0.3);
}

.wpcf7-form .btn-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.wpcf7-form .btn-luxury:hover {
    background: linear-gradient(135deg, #c9a968 0%, var(--gold) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(181, 152, 89, 0.4);
}

.wpcf7-form .btn-luxury:hover::before {
    left: 100%;
}

/* Form Submit Container */
.form-submit {
    text-align: center;
    margin-top: 40px;
}

/* Error Messages */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

.wpcf7-validation-errors {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 8px;
    padding: 15px;
    color: #dc3545;
    margin-bottom: 20px;
}

/* Success Message */
.wpcf7-mail-sent-ok {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 8px;
    padding: 20px;
    color: #28a745;
    margin-bottom: 20px;
    text-align: center;
}

/* Required Field Indicator */
.wpcf7-form .wpcf7-validates-as-required + label::after {
    content: ' *';
    color: var(--gold);
}

/* Responsive Design */
@media (max-width: 768px) {
    .luxury-contact-form {
        padding: 30px 20px;
    }
    
    .form-header h2 {
        font-size: 2rem;
    }
    
    .wpcf7-form .btn-luxury {
        width: 100%;
        padding: 16px 30px;
        font-size: 16px;
    }
    
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form select,
    .wpcf7-form textarea {
        padding: 14px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .cls-1{
        fill:white!important;
        margin-bottom:50px;
    }
}