:root {
    --gold: #D4AF37;
    --gold-light: #f5e6a5;
    --black: #000;
    --dark: #0b0b0b;
}

body {
    background: #fff;
    font-family: 'Corbel', sans-serif;
    color: #222;
}

/* HEADER */
header {
    background: #F2F4F7;
    border-bottom:0px solid rgba(212,175,55,0.2);
}

.logo {
    font-family:'Corbel',serif;
    font-size:22px;
    letter-spacing:3px;
    color:var(--gold);
    text-decoration:none;
}
.header-logo {
    max-height: 150px;   /* Adjust to 80–100px if needed */
    width: auto;
    display: block;
    margin: 0 auto;
}


header a {
    color:#040a59;
    text-decoration:none;
    transition:0.3s;  font-family:'Corbel',serif;  font-size:18px;
    letter-spacing:3px;
}

header a:hover {
    color:#fff; }


/* HERO */
.hero {
    padding:300px 20px 200px;
    text-align:center;
}

.hero h1 {
    font-family:'Corbel',serif;
    font-size:48px;
    color:#fff;
}

/* EVENTS */
.section-title {
    font-family:'Corbel',serif;
    font-size:40px;
    color:#fff;
    margin-bottom:50px;
    text-align:center;
}
.event-date {
    font-size: 18px;
    color: #fff;
    margin: 10px 0 15px;
    letter-spacing: 1px;
}
.event-countdown {
    display: inline-block;
    padding: 8px 18px;
    border: 0px solid #ccc;
    border-radius: 30px;
    font-size: 14px; color :#fff;
    background: transparent;
}
.event-date {
    color: #caa85c;
}
.event-card {
    background: #000;
    border-radius:0px;
    overflow:hidden;
    transition:0.5s ease;
    position:relative;
    height:100%;
}

.event-card:hover {
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(212,175,55,0.3);
}



.event-content {
    padding:25px;
    text-align:center;
}

.event-date {
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
}

.event-title {
    font-family:'Corbel',serif;
    color:#fff;
    font-size: 26px;
    margin:10px 0;
        font-weight: bold;text-transform: uppercase;
}

.event-location {
    color:#bbb;
    font-size:14px;
    margin-bottom:20px;
}

.btn-gold {
    border:1px solid var(--gold);
    color:var(--gold);
    background:transparent;
    padding:10px 25px;
    text-decoration:none;
    transition:0.3s;  display: inline-block;
    margin-top: 10px;
}

.btn-gold:hover {
    background:var(--gold);
    color:#000;
}

.hidden { display:none; }

/* FOOTER */
.footer-top {
   
    border-top:0px solid rgba(212,175,55,0.2);
}
.footer-bottom {
   
    border-top:0px solid rgba(212,175,55,0.2);
}
.footer-brand {
    font-family:'Corbel',serif;
    font-size:22px;
    color:var(--gold);
}

footer a {
    color:var(--gold);
    text-decoration:none;
}

footer a:hover {
    color:#fff;
}

.footer-bottom {
    font-size:13px;
    color:#bbb;
}
/* footer .footer-logo {
    max-width: 140px !important;
    width: auto !important;
    height: auto !important;
   
} */
footer {
  
    border-top:0px solid rgba(212,175,55,0.2);
    color:#fff; margin-top:100px;
}

.footer-contact {
    color:#fff; text-align:center;
}

.footer-social-link {
    color: var(--gold);
    text-decoration: none;
    transition: 0.3s ease; font-size:28px;
}

.footer-social-link:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-bottom {
    font-size: 13px;
    color: #fefefe;
}


.ticket-card {
    background: #fff;
    padding: 25px;
    border: 1px solid #1868ab
;
    border-radius: 8px;
    transition: 0.3s ease;
}

.ticket-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.ticket-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ticket-price {
    font-weight: 700;
}
.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    header .row {
        text-align: center;
    }

    header .d-flex {
        justify-content: center !important;
        margin-bottom: 10px;
    }

    .header-logo {
        max-height: 65px;
    }
}
.event-single-wrapper {
   
    padding:60px 0;
}

.event-title {
    font-size:22px;
    font-weight:400;
    margin-bottom:30px;
}

.event-main-image img {
    width:100%;
    max-width:700px;
    border-radius:8px;
}

.event-info {
    margin-top:50px; color:#222;
}

.event-tickets {
    margin-top:60px; color:#222;
}

.ticket-card {
    background:#fff;
    padding:25px;
    margin-bottom:20px;
    border:1px solid #ddd;
    border-radius:6px;
}

.ticket-price {
    font-weight:600;
    margin-top:6px;
}

/* Fix Woo layout after removing wrapper */
.single-product div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
    float: none !important;
    width: 100% !important;
}

@media (min-width: 992px) {
    .single-product div.product .woocommerce-product-gallery,
    .single-product div.product .summary {
        width: 48% !important;
    }
}
.event-time-location {
    margin-top: 25px;
}

.event-time-location h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px; font-family: 'Corbel', serif; color:#fff;
}

.product h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px; font-family: 'Corbel', serif; color:#fff;
}

.event-time-location p {
    margin-bottom: 6px;
    color: #fff;
}
.ticket-title-wrapper {
    padding: 10px 0;
}

.ticket-extra-info {
    margin-top: 8px;
    font-size: 14px;
    color: #444;
}

.ticket-sale-end {
    margin-bottom: 6px;
    font-weight: 500;
}

.ticket-details ul {
    margin: 6px 0 0 18px;
}

.ticket-details li {
    margin-bottom: 4px;
}
.ticket-card {
    border: 1px solid #cfc6bd;
    padding: 30px;
    margin-bottom: 25px;
    background: #f5ede4;
}

.ticket-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.ticket-left { flex: 2; }

.ticket-price,
.ticket-qty {
    flex: 1;
    border-left: 1px solid #cfc6bd;
    padding-left: 30px;
}

.ticket-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px; font-family: 'Corbel', serif; color:#040a59;
}

.ticket-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;font-weight: 400;
}

.ticket-sale {
    margin: 10px 0;
}

.ticket-details ul {
    margin-left: 18px;
}

.ticket-submit {
    margin-top: 30px;
}
.ticket-card {
    border: 1px solid #cfc6bd;
    padding: 30px;
    margin-bottom: 25px;
    background: #f5ede4;
}

.ticket-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.ticket-left {
    flex: 2;
}

.ticket-price,
.ticket-qty {
    flex: 1;
    border-left: 1px solid #cfc6bd;
    padding-left: 30px;
}

.ticket-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ticket-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.ticket-sale {
    margin: 10px 0;
}

.ticket-details ul {
    margin-left: 18px;
}

.ticket-submit {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .ticket-row {
        flex-direction: column;
    }

    .ticket-price,
    .ticket-qty {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }
}
.event-subtitle p {color:#fff;}
.woocommerce div.product .product_title {font-family: 'Corbel', serif;
    color: #fff;
    font-size: 40px;
    margin: 10px 0;
   
    text-transform: uppercase;}
/* body.woocommerce .ticket-submit .single_add_to_cart_button {
    background: #000!important; 
    color: #c9a14a;
    border: 1px solid #c9a14a;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
        border-radius: 0px;
    padding: 15px 30px;
    border: 1px solid #c9a14a; text-decoration: none!important;
}

body.woocommerce .ticket-submit .single_add_to_cart_button:hover {
    background: #b8913f!important; color:#222!important;  border: 1px solid #c9a14a;
} */
/* ================================
   PREMIUM TICKET CARD DESIGN
================================ */


/* Ticket Card Container */
.ticket-card {
    background: linear-gradient(145deg, #f8f5f0, #efe8dd);
    border: 1px solid rgba(201, 161, 74,0.35);
    border-radius: 6px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
}

/* Top Gold Accent Bar */
.ticket-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
 background: rgba(24, 104, 171, 0.35);
    border-radius: 16px 16px 0 0;
}

/* Hover Lift Effect */
.ticket-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}


/* Ticket Label */
.ticket-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1868ab
;
    font-weight: 600;
    margin-bottom: 8px;
}


/* Ticket Title */
.ticket-title h3 {
    font-family: 'Corbel',serif
    font-size: 28px;
    letter-spacing: 1px;
    color: #1c1c1c;
    margin-bottom: 12px;
}


/* Sale Ends */
.ticket-sale {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.ticket-sale strong {
    color: #000;
}


/* Ticket Details List */
.ticket-details ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.ticket-details li {
    font-size: 15px;
    margin-bottom: 6px;
    color: #444;
}


/* Middle Column Divider */
.ticket-price,
.ticket-qty {
    border-left: 1px solid  rgba(24, 104, 171, 0.35);
    padding-left: 30px;
}


/* Price Styling */
.ticket-price {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.ticket-price span,
.ticket-price strong {
    font-size: 28px;
    color: #040a59;
    font-weight: 700;
}


/* Quantity Input */
.ticket-qty input {
    width: 70px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.ticket-qty input:focus {
    outline: none;
    border-color: #c9a14a;
    box-shadow: 0 0 0 3px rgba(201,161,74,0.2);
}


/* Add To Cart Button */
.single_add_to_cart_button {
    background: linear-gradient(to right, #c9a14a, #e8c875);
    border: none;
    color: #fff;
    padding: 14px 45px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(201,161,74,0.3);
}

.single_add_to_cart_button:hover {
    background: linear-gradient(to right, #b8913f, #d9b95f);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(201,161,74,0.4);
}


/* Responsive Improvements */
@media (max-width: 991px) {
    .ticket-price,
    .ticket-qty {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }
}


/* Optional: Slight Glass Luxury Effect */
.ticket-card {
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.85);
}
/* ==================================
   FULL RESPONSIVE STRUCTURE FIX
================================== */

@media (max-width: 991px) {

    .ticket-row {
        display: flex;
        flex-direction: column;
    }

    .ticket-left,
    .ticket-price,
    .ticket-qty {
        width: 100%;
    }

    .ticket-price,
    .ticket-qty {
        border-left: none;
        padding-left: 0;
        margin-top: 25px;
    }

    .ticket-card {
        padding: 25px;
    }

    .ticket-title h3 {
        font-size: 22px;
    }

    .ticket-price span,
    .ticket-price strong {
        font-size: 24px;
    }

    .single_add_to_cart_button {
        width: 100%;
        text-align: center;
    }
}
/* =========================================
   PREMIUM WOOCOMMERCE CART BLOCK DESIGN
========================================= */

/* Cart Page Background */
.wp-block-woocommerce-cart {

}

/* Main Cart Container */
.wc-block-cart {
    max-width: 1200px;
    margin: auto;
}

/* Left Cart Section */
.wc-block-components-main {
    background: #ffffff;
    padding: 35px;
  border-radius: 12px;
    border: 1px solid  rgba(24, 104, 171, 0.35);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Cart Totals Sidebar */
.wc-block-cart__sidebar {
    background: #ffffff;
    padding: 35px;  border-radius: 12px;
  
    border: 1px solid  rgba(24, 104, 171, 0.35);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Product Name */
.wc-block-cart-item__product a {
    font-family: 'Corbel',serif
    font-size: 20px;
    color: #111;
    text-decoration: none;
}

.wc-block-cart-item__product a:hover {
    color: #c9a14a;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {background:transparent; border:1px solid #eee; color:#fff;}
/* Price Styling */
.wc-block-formatted-money-amount {
    font-weight: 600;
    font-size: 18px;
    color: #040a59;
}

/* Quantity Buttons */
.wc-block-components-quantity-selector {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.15);
    overflow: hidden;
}

.wc-block-components-quantity-selector button {
    background: #f5f5f5;
    border: none;
    padding: 8px 12px;
}

.wc-block-components-quantity-selector input {
    border: none;
    text-align: center;
    font-weight: 600;
}

/* Remove Item Link */
.wc-block-cart-item__remove-link {
    color: #999;
    font-size: 14px;
}

.wc-block-cart-item__remove-link:hover {
    color: #c9a14a;
}

/* Divider Lines */
.wc-block-components-totals-item {
    border-bottom: 0px solid rgba(0,0,0,0.08);
    padding: 12px 0;
}

/* Estimated Total */
.wc-block-components-totals-footer-item {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
body .wc-block-components-sidebar-layout .wc-block-components-main {

    width: 64%;
    margin-right: 1%;
}

/* Proceed to Checkout Button */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,body.woocommerce .ticket-submit .single_add_to_cart_button,.btn-gold {
    background: linear-gradient(to right, #c9a14a, #e8c875) !important;
    border: none !important;
    color: #000 !important;
       padding: 10px 25px !important;
    border-radius: 40px !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(201,161,74,0.3); text-decoration:none; font-family: Corbel;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,body.woocommerce .ticket-submit .single_add_to_cart_button:hover,.btn-gold:hover {
    background: linear-gradient(to right, #b8913f, #d9b95f) !important;
    transform: translateY(-2px);
}

/* Coupon Section */
.wc-block-components-panel {
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 15px;
}

/* Cart Hover Effect */
.wc-block-components-main:hover,
.wc-block-cart__sidebar:hover {
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .wc-block-cart__sidebar {
        margin-top: 30px;
    }

    .wc-block-components-main,
    .wc-block-cart__sidebar {
        padding: 25px;
    }

    .wc-block-cart-item__product a {
        font-size: 18px;
    }

    .wc-block-components-totals-footer-item {
        font-size: 20px;
    }

    .wc-block-cart__submit-button {
        width: 100%;
        text-align: center;
    }
}
/* =========================================
   FORCE MOBILE RESPONSIVE CART FIX
========================================= */

@media (max-width: 768px) {

    /* Stack cart layout vertically */
    .wc-block-cart {
        display: flex !important;
        flex-direction: column !important;
    }

    .wc-block-components-sidebar-layout {
        display: flex !important;
        flex-direction: column !important;
    }

    .wc-block-components-main,
    .wc-block-cart__sidebar {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
        margin: 0 0 20px 0 !important;
    }

    /* Cart item layout */
    .wc-block-cart-item {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .wc-block-cart-item__image {
        margin-bottom: 15px;
    }

    .wc-block-cart-item__total {
        margin-top: 10px;
        font-weight: 600;
        color: #c9a14a;
    }

    /* Quantity full width */
    .wc-block-components-quantity-selector {
        width: 100%;
        max-width: 140px;
    }

    /* Make checkout button full width */
    .wc-block-cart__submit-button {
        width: 100% !important;
        text-align: center !important;
    }

    /* Improve spacing */
    .wc-block-components-totals-item,
    .wc-block-components-totals-footer-item {
        padding: 15px 0;
    }
}
/* =====================================
   PREMIUM GOLD BORDER FOR EVENT CARD
===================================== */

.event-card {
    background: #1c1c1c;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  
}

/* Gold Top Accent Line */
.event-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #c9a14a, #e8c875) !important;
    border-radius: 8px 8px 0 0;
}

/* Hover Lift Effect */
.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
    border-color: #c9a14a;
}
/* =========================================
   PREMIUM ORDER RECEIVED PAGE
========================================= */
/* Remove New in Store section from cart */
.wp-block-woocommerce-cart .wc-block-cart__empty-cart__recommended-products,.wp-block-product-new{
    display: none !important;
}
.woocommerce-order {
    background: #fff;
    padding: 50px 30px;
}

/* Success Message */
.woocommerce-notice--success {
    background: #ffffff;
    border: 1px solid rgba(201,161,74,0.4);
    border-radius: 14px;
    padding: 20px 25px;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* Order Overview Box */
.woocommerce-order-overview {
    background: #ffffff;
    border: 1px solid rgba(201,161,74,0.3);
    border-radius: 14px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Section Titles */
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-family: 'Corbel',serif
    font-size: 26px;
    color: #111;
    margin-bottom: 20px;
}

/* Order Details Table */
.woocommerce-table {
    background: #ffffff;
    border: 1px solid rgba(201,161,74,0.3);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.woocommerce-table th {
    background: #f3ede4;
    font-weight: 600;
}

.woocommerce-table td,
.woocommerce-table th {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Highlight Totals */
.woocommerce-table tfoot tr:last-child td {
    font-weight: 700;
    font-size: 18px;
    color: #c9a14a;
}

/* Billing Address Box */
.woocommerce-customer-details address {
    background: #ffffff;
    border: 1px solid rgba(201,161,74,0.3);
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


/* =========================================
   MOBILE OPTIMIZATION
========================================= */

@media (max-width: 768px) {

    .woocommerce-order {
        padding: 30px 15px;
    }

    .woocommerce-order-overview {
        padding: 20px;
    }

    .woocommerce-order-details__title,
    .woocommerce-column__title {
        font-size: 22px;
    }

    /* Make table scrollable */
    .woocommerce-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .woocommerce-table th,
    .woocommerce-table td {
        font-size: 14px;
        padding: 10px 12px;
    }

    .woocommerce-customer-details address {
        padding: 20px;
    }
}
.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 170px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .floating-whatsapp {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }
}

/* ============================= */
/* MY ACCOUNT PAGE STYLING */
/* ============================= */

.woocommerce-account {
    background: #0b1a5e;
   
}

/* Form containers */
.woocommerce form.login,
.woocommerce form.register {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 40px;
    color: #fff;
}
.woocommerce-table th {
    background: transparent;
}
.woocommerce .woocommerce-table,.woocommerce-customer-details address {    background: rgba(0, 0, 0, 0.5);}
.woocommerce-MyAccount-content {color:#fff;
background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 16px;
}
/* Headings */
.woocommerce-account h2 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content h2 {
    color: #ffffff !important;
    font-weight: 600;
}
.woocommerce-MyAccount-content address {
    color: #ffffff !important;
    line-height: 1.7;
    
}
.woocommerce-MyAccount-content .edit {
    color: #f5c15d !important; /* gold accent */
    font-weight: 500;
}
.woocommerce-Addresses .woocommerce-Address {
    background: #1c2a6b;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}
header.woocommerce-Address-title {background:none;}
/* Labels */
.woocommerce form .form-row label {
    color: #d4d4d4;
    font-weight: 500;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
}
/* Inputs */
.woocommerce input.input-text {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(0,0,0,0.2);
    color: #000;
    border-radius: 8px;
    padding: 12px 14px;
    transition: 0.3s ease;
}

.woocommerce input.input-text:focus {
    border-color: #1868ab;
    box-shadow: 0 0 0 2px rgba(24,104,171,0.3);
}

/* Buttons */
.woocommerce button.button {
    background: linear-gradient(to right, #1868ab, #4a96db);
    border: none;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.woocommerce button.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(24,104,171,0.4);
}

/* Links */
.woocommerce a 1{
    color: #4a96db;
}

.woocommerce a:hover1 {
    color: #ffffff;
}

/* Divider spacing */
.woocommerce-account .col2-set {
    gap: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce form.login,
    .woocommerce form.register {
        padding: 25px;
    }
}

/* ============================= */
/* MY ACCOUNT SIDEBAR MENU */
/* ============================= */

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
   background: #040a59;
    color: #fff;
    transform: translateX(5px);
}

/* Active menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #040a59;
    color: #fff;
    font-weight: 600;
}
.footer-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logos img {
    width: 30%; /* 100% - 40% reduction */  
    height: auto;
}
.footer-logos img.footer-logo2  {
    width: 55%; /* 100% - 40% reduction */

    height: auto;
}
.padding-t300 {padding-top:300px!important;}


/* Mobile view */
@media (max-width: 768px) {
    .footer-logos {
        flex-direction: column;   /* Stack vertically */
        align-items: center;
        gap: 15px;
    }

    .footer-logos img {
        width: 120px; /* slightly smaller for mobile */
    }
}
.event-map iframe {
    width: 100%;
    height: 450px;
    border-radius: 12px;
}

.event-share h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px; color:#fff;
}

.share-icons a {
    font-size: 22px;
    color: #111;
    transition: 0.3s;
}

.share-icons a:hover {
    color: #1868ab; /* match your blue */
}
.woocommerce-MyAccount-content a {color:#D4AF37}
.woocommerce-MyAccount-content p, .woocommerce-MyAccount-content a {font-size:16px; letter-spacing: 1px;;}
.woocommerce-table woocommerce-table--order-details.shop_table order_details table {color:#222}
/* HEADER */
.site-header {
    background: transparent;
}

.nav-link-custom {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.nav-link-custom:hover {
    opacity: 0.7;
}

.header-logo {
    
}

/* HERO VIDEO */
.hero-video {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.hero-title {
    font-family: 'Corbel', sans-serif;
    font-size: 4rem;
    font-weight: 700;
}
.hero-video {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

.hero-video iframe.hero-video-bg {
    width: 177.77vh; /* 16:9 ratio */
    height: 100vh;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

/* HERO SECTION */
.hero-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

/* Video wrapper */
.video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

/* Video & iframe base */
.video-wrapper video,
.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

/* YouTube ratio fix */
.video-wrapper iframe {
    width: 177.77vw;   /* ← vw instead of vh */
    height: 56.25vw;   /* ← 16:9 ratio based on viewport width */
    min-width: 100%;
    min-height: 100%;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hero-content h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 400;font-family: 'Corbel', serif;
}
.site-header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.site-header a {
    color: #fff;
}

@media (max-width: 991px) {

    .site-header .col-md-4:first-child {
        display: none;
    }

    .site-header .col-md-4:last-child {
        justify-content: flex-end;
    }

}

.events-section {
    position: relative;
  
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.events-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
    z-index: 1;
}

/* Keep content above overlay */
.events-section .container {
    position: relative;
    z-index: 2;
}
.wp-block-woocommerce-checkout-order-summary-block{
    
    
    background: rgba(255, 255, 255,1);}


    /* ===== GLOBAL VIDEO BACKGROUND ===== */
/* ===== GLOBAL VIDEO BACKGROUND ===== */

.site-wrapper {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.global-bg-video {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
}

/* MP4 */
.global-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* YouTube */
.global-bg-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Overlay */
.site-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

.site-content {
    position: relative;
    z-index: 2;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
footer .footer-contact a,footer .footer-contact {font-size:16px; letter-spacing: 1px;}
#billing-address_11,.wc-block-components-address-form__address_2-toggle, .wc-block-components-text-input.wc-block-components-address-form__address_11,#billing-city1, .wc-block-components-text-input.wc-block-components-address-form__state,.wc-block-components-text-input.wc-block-components-address-form__city1,.wc-block-components-checkout-step__heading-container h2.wc-block-components-title.wc-block-components-checkout-step__title,.wc-block-components-text-input.wc-block-components-address-form__address_2 {display:none!important;}
.wc-block-components-form .wc-block-components-checkout-step {margin-bottom:0px;}
