/*
Theme Name: Hybrid Performing Arts
Theme URI:
Description: Shop
Author: Frontend Visuals
Author URI: https://frontend-visuals.co.za
Version: 1
Tags: Arts Performing Equipment
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');

:root {
  --color-primary: #f26b6b;
  --color-secondary: #607d8b;
  --color-bg: #f4f4f4;
  --color-text: #2e2e2e;
  --color-muted: #7a7a7a;
  --color-dark: #1a1a1a;
  --color-light: #D2D3D5;
  --color-white: #ffffff;
  --color-gold: #FFD700;
  --wc-form-color-background: #1a1a1a;
  --background-color-dark: #101010;
  --background-color-dark-opacity: rgba(16, 16, 16, 0.5);
  --background-color-gold-red-gradient: linear-gradient(148deg,rgba(204, 178, 31, 1) 14%, rgba(235, 35, 68, 1) 100%);
  --background-color-purple-heavy-gradient: linear-gradient(90deg, rgba(109, 41, 226, 1) 0%, rgba(150, 20, 180, 1) 100%);
  --background-color-red-heavy-gradient: linear-gradient(90deg, rgba(225, 6, 54, 1) 0%, rgba(109, 41, 226, 1) 100%);
  --color-purple-red-gradient: linear-gradient(90deg, rgba(225, 6, 54, 1) 0%, rgba(237, 237, 237, 1) 73%);
}

:focus {
  outline: none;
}
/*GLOBAL STYLES START*/
a,
a:active,
a:visited,
a:focus {
  color: var(--color-white);
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: var(--color-white);
}
body {
  background-color: var(--background-color-dark);
  color: var(--color-light);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}
button,
.btn,
.btn-primary,
.button,
.woocommerce > button.button,
.woocommerce > button.button.alt {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-light);
  border: 1px solid var(--color-muted);
  border-radius: 8px;
  padding: 10px;
  min-height: 40px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
.woocommerce > button.button:hover,
.woocommerce > button.button:focus,
.woocommerce > button.button.alt:hover,
.woocommerce > button.button.alt:focus,
.btn-primary:hover,
.btn-primary:focus {
  outline: none;
}
footer {
  background-color: transparent;
  margin-top: 0px;
  overflow: hidden;
  background-color: #1d1d1d;
  border-top: 1px solid #363636;
}
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--color-text);
  font-family: "Nunito", sans-serif;
  margin: 0;
  text-rendering: optimizelegibility;
}
h1::after,
h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  border-radius: 4px;
  background: var(--background-color-gold-red-gradient);
  margin: 12px 0;
  color: var(--color-white);
  clear: both;
  font-family: "Nunito", sans-serif;
  text-rendering: optimizelegibility;
}
header {
  background-color: transparent;
  border-bottom: 0 solid var(--color-light);
  width: 100%;
}
hr {
  border: 0;
  border-top: 1px solid var(--color-muted);
  margin-bottom: 20px;
  margin-top: 20px;
}
input,
textarea,
input[type="number"],
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #1a1a1a;
  border: 1px solid var(--color-white);
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  min-height: 40px;
  resize: none;
  box-sizing: border-box;
  height: 45px!important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
b, 
strong {
  font-weight: 700;
}
.dh-25 {
  min-height: 25dvh;
}
.dh-50 {
  min-height: 50dvh;
}
.dh-100 {
  min-height: 100dvh;
}
.bg-dark-grey {
  background-color: #1d1d1d;
}
.form-control {
  color: var(--color-white);
  background-color: #1d1d1d;
  border: var(--bs-border-width) solid #4B4B4B;
}
input::-webkit-input-placeholder {
  color: #fff!important;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #fff!important;
  opacity: 1;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #fff!important;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #fff!important;
}
input:focus {
  box-shadow: none!important;
  outline: none!important;
}
.form-control:focus {
  background-color: #1d1d1d;
  border-color: #fff;
  color: #fff!important;
}
.btn.btn-primary {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: var(--background-color-gold-red-gradient);
  background-size: 100% 100%;
  background-position: center;
  padding: 0;
  display: block;
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  border: 0!important;
  height: 45px;
}
.btn.btn-primary:hover {
  background-position: right center;
  background-size: 200% 100%;
  transition: all 0.4s ease-in-out;
  border: 0!important;
}
/*
tbody, 
td, 
tfoot, 
th, 
thead, 
tr {
  border-width: 1px;
  background-color: #1a1a1a;
  border-color: #fff;
}
*/
/*GLOBAL STYLES END*/

/*NAVIGATION STYLES START*/
.site-header .navbar {
  align-items: center;
}
.site-header .navbar-brand img {
  max-height: 70px;
}
.site-header .navbar-nav {
  gap: 1.25rem;
}
.site-header .navbar-nav .nav-link,
#MainNavbar ul li a {
  position: relative;
  color: var(--color-light);
  font-weight: 700;
  transition: color 0.3s ease;
  padding: 8px 4px;
}
.site-header .navbar-nav .nav-link:hover,
#MainNavbar ul li a:hover {
  color: var(--color-white);
}
.site-header .navbar-nav .nav-link::after,
#MainNavbar ul li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--background-color-gold-red-gradient);
  transition: width 0.3s ease;
}
.site-header .navbar-nav .nav-link:hover::after,
#MainNavbar ul li a:hover::after,
#MainNavbar ul li.active a::after {
  width: 100%;
}
.site-header .navbar-nav .badge {
  font-size: 0.75rem;
  margin-left: 4px;
  vertical-align: middle;
  background: var(--background-color-gold-red-gradient);
  color: var(--color-dark);
}
.site-header {
  background-color: var(--background-color-dark-opacity);
  border-bottom: 1px solid #363636;
}
#MainNavbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#MainNavbar .me-auto {
  margin-right: auto !important;
}
#MainNavbar .ms-auto {
  margin-left: auto !important;
  gap: 1rem;
  display: flex;
}
@media (max-width: 991.98px) {
  #MainNavbar {
    flex-direction: column;
    align-items: flex-start;
  }
  #MainNavbar .me-auto,
  #MainNavbar .ms-auto {
    margin: 0;
    gap: 0.5rem;
  }
  .site-header .navbar-nav {
    gap: 0.75rem;
  }
}
/*NAVIGATION STYLES END*/

/*FOOTER STYLES START*/
footer a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
}
footer a:hover {
  color: var(--secondary-color);
}
footer h5 {
  color: var(--color-white);
}
.social-icon {
  font-size: 1.5rem;
  color: var(--color-white);
  transition: color 0.3s ease;
}
.social-icon:hover {
  color: #DC6B32;
}
footer img.footer-logo {
  width: auto;
  height: 100%;
  max-height: 60px;
}
/*FOOTER STYLES END*/

/*GLOBAL DROPDOWN SELECT STYLES START*/
/*
select {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  height: 40px;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
select:focus {
  outline: none;
  border-color: #fff;
  box-shadow: none;
}
*/
/*GLOBAL DROPDOWN SELECT STYLES END*/

/*GLOBAL RADIO BUTTONS & CHECKBOXES STYLES START*/
input[type="checkbox"], 
input[type="radio"] {
  appearance: none!important; /* remove native styles */
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  width: 20px!important;
  height: 20px!important;
  margin: 0!important;
  cursor: pointer!important;
  display: inline-block!important;
  vertical-align: middle!important;
  border: 1px solid #ddd!important;
  background-color: #fff!important;
  position: relative!important;
  padding: 0!important;
  min-height: 20px;
}
/* Checked state */
input[type="checkbox"]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
/* Optional: Add checkmark using pseudo-element */
input[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #1a1a1a;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Radio styling */
input[type="radio"] {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
/* Checked radio */
input[type="radio"]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
input[type="radio"]:checked::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: var(--color-white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*GLOBAL RADIO BUTTONS & CHECKBOXES STYLES END*/

/*SLIDER STYLES START*/
.slick-slide {
  float: left;
  height: 100%;
  margin: 0;
  min-height: 1px;
  position: relative;
}
.slick-prev-btn,
.slick-next-btn {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0 solid #000;
  border-radius: 0;
  height: 35px;
  padding: 1px 0 0 3px;
  top: 50%;
  width: 35px;
  z-index: 99;
  position: absolute;
  max-width: 35px;
  max-height: 35px;
  min-width: 35px;
  overflow: hidden;
}
.slick-prev-btn {
  background-image: url("imgs/chevronleft.svg");
  left: -5%;
}
.slick-next-btn {
  background-image: url("imgs/chevronright.svg");
  right: -5%;
}
.hero-slider-content-container {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.hero-slider-main-container {
  position: relative;
  height: 70dvh;
}
.hero-slider-header {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-white);
}
.hero-slider-tag {
  background: var(--background-color-gold-red-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  font-size: 20px;
}
.hero-slider-excerpt {
  margin-bottom: 15px;
}
.hero-slider-link-container {
  margin-top: 20px;
}
.hero-slider-link {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: var(--background-color-gold-red-gradient);
  background-size: 100% 100%;
  background-position: center;
  padding: 0;
  display: block;
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.hero-slider-link:hover {
  background-position: right center;
  background-size: 200% 100%;
  transition: all 0.4s ease-in-out;
}
.hero-slider-number-count {
  position: absolute;
  font-size: 4rem;
  font-weight: 700;
  opacity: 0.5;
  right: 0px;
  bottom: 0px;
  line-height: 4rem;
  background: var(--background-color-gold-red-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-slider-main-outer-container {
  background-image: url("imgs/sliderbgpattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #363636;
}  
/*SLIDER STYLES END*/

/*SHOP USER ACCOUNT STYLES START*/
a.woocommerce-loop-product__link, 
a.woocommerce-loop-product__link:active, 
a.woocommerce-loop-product__link:visited, 
a.woocommerce-loop-product__link:focus {
  font-weight: 500!important;
}
.woocommerce-product-search-field {
  color: var(--color-white)!important;
}
.woocommerce > nav > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.woocommerce > nav > ul li {
  border: 1px solid #1a1a1a;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce > nav > ul li:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  cursor: pointer;
}
.woocommerce-MyAccount-navigation ul li a {
  color: var(--color-white);
  width: 100%;
  position: relative;
  display: block;
}
.woocommerce-MyAccount-content a {
  color: var(--color-white);
}
/*
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
  background-color: transparent!important;
  border-color: var(--color-white)!important;
  color: var(--color-white)!important;
}
*/
.woocommerce-Button.button {
  width: auto !important;
  height: 40px !important;
  border-radius: 20px !important;
  background: var(--background-color-gold-red-gradient) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  padding: 0 15px !important;
  display: block !important;
  line-height: 40px !important;
  text-align: center !important;
  color: var(--color-white) !important;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out !important;
  margin-top: 25px !important;
}
.woocommerce-Button.button:hover {
  background-position: right center !important;
  background-size: 200% 100% !important;
  transition: all 0.4s ease-in-out !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #1a1a1a!important;
}
/*SHOP USER ACCOUNT STYLES END*/

/*SINGLE PRODUCT VARIENTS, QTY AND ADD BUTTON TABLE STYLE START*/
.add_to_cart_button {
  width: 100%!important;
  height: 40px!important;
  border-radius: 20px!important;
  background: var(--background-color-gold-red-gradient)!important;
  background-size: 100% 100%!important;
  background-position: center!important;
  padding: 0!important;
  display: block!important;
  line-height: 40px!important;
  text-align: center!important;
  color: var(--color-white)!important;
  text-decoration: none!important;
  transition: all 0.4s ease-in-out!important;
}
.add_to_cart_button:hover {
  background-position: right center!important;
  background-size: 200% 100%!important;
  transition: all 0.4s ease-in-out!important;
}
.cart {
  min-height: 70px;
}
.woocommerce .quantity .qty {
  float: left;
  margin-right: 15px;
}
/* WooCommerce Variations Table Styles */
.variations_form.cart table.variations {
  border: 0px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
/* Remove default row display – instead use block layout per variation */
.variations_form.cart table.variations tr {
  display: block;
  margin-bottom: 0;
  border-bottom: 0;
  border-width: 0!important;
  background-color: transparent!important;
  border-color: transparent!important;
  border: 0!important;
  border-style: none!important;
}
/* Make each label and value full-width blocks */
.variations_form.cart table.variations th.label,
.variations_form.cart table.variations td.value {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 0.95rem;
  vertical-align: middle;
  border: 0!important;
}
.variations_form.cart > tbody,
.variations_form.cart table tbody tr,
.variations_form.cart > th,
.variations_form.cart > td, {
  border: 0!important;
  border-width: 0!important;
  border-color: transparent !important;
  background-color: transparent!important
}
/* Style the variation label */
.variations_form.cart table.variations label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
/* Style the variation select */
.variations_form.cart table.variations select {
  width: 100% !important; /* override Woo default */
  max-height: 38px;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin-right: 10px;
  box-sizing: border-box;
}
/* Style the clear (reset) link */
.variations_form.cart .reset_variations {
  display: inline-block;
  font-size: 0.85rem;
  color: #888;
  text-decoration: underline;
  vertical-align: middle;
  margin-left: 5px;
  transition: color 0.2s ease;
}
.variations_form.cart .reset_variations:hover {
  color: #333;
}
/* Add to Cart section layout */
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap; /* ensures it wraps on smaller screens */
  margin-bottom: 30px;
}
/* Quantity field */
.woocommerce-variation-add-to-cart .quantity {
  margin: 0;
}
.woocommerce-variation-add-to-cart .qty {
  width: 70px;
  padding: 6px 10px;
  font-size: 1rem;
}
/* Add to cart button */
.single_add_to_cart_button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.single_add_to_cart_button:hover {
  background-color: #0056b3;
  color: #fff;
}
/* Hide the SKU completely */
.product_meta .sku_wrapper {
  display: none;
}
/* Stack Category and Tags vertically */
.product_meta a {
  display: inline-block;
  color: rgba(204, 178, 31, 1);
  text-decoration: none;
  border: 1px solid rgba(204, 178, 31, 1);
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 13px;
  margin: 3px 5px 3px 0;
  line-height: 1;
  transition: all 0.3s ease;
}
.product_meta a:hover {
  background-color: rgba(204, 178, 31, 1);
  color: #fff;
}
.product_meta span {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
/*SINGLE PRODUCT VARIENTS, QTY AND ADD BUTTON TABLE STYLE END*/

/*SINGLE PRODUCT TABS STYLE START*/
.tab-labels {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}
.tab-labels label {
  padding: 10px 15px;
  cursor: pointer;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.tab-content section {
  display: none;
}
#tab-1:checked ~ .tab-content #content-1,
#tab-2:checked ~ .tab-content #content-2,
#tab-3:checked ~ .tab-content #content-3 {
  display: block;
}
/*SINGLE PRODUCT TABS STYLE END*/

/* HOME INTRODUCTION SECTION STYLES START */
.home-intro-heading {
  font-size: 3rem;
  line-height: 3.2rem;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 15px;
}
.home-intro-heading::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  border-radius: 4px;
  background: var(--background-color-gold-red-gradient);
  margin: 12px 0;
}
.home-intro-main-outer-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-intro-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-intro-image-box {
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-intro-overlay {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 600px;
  background: var(--background-color-gold-red-gradient);
  border-radius: 12px;
  margin-top: 15px;
  margin-left: -15px;
  position: absolute;
  z-index: -1;
}
.home-intro-content-container {
  margin-top: 20px;
}
.home-intro-content {
  margin-top: 40px;
}
/* HOME INTRODUCTION SECTION STYLES END */

/* HOME WHAT WE OFFER SECTION STYLES START */
.home-offer-main-outer-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d1d1d;
}
.home-offer-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.home-offer-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  color: white;
  transition: transform 0.3s ease;
}
.home-offer-title {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
  color: white;
  transition: opacity 0.3s ease;
}
.home-offer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}
.home-offer-overlay h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.home-offer-overlay p {
  margin: 0;
}
.home-offer-image:hover .home-offer-overlay {
  opacity: 1;
}
.home-offer-image:hover .home-offer-title {
  opacity: 0;
}
.home-offer-card:hover .home-offer-image {
  transform: scale(1.02);
}
/* HOME WHAT WE OFFER SECTION STYLES END */

/* HOME BOOK US SECTION STYLES START */
.home-book-us-heading {
  font-size: 3rem;
  line-height: 3.2rem;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 15px;
}
.home-book-us-heading::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  border-radius: 4px;
  background: var(--background-color-gold-red-gradient);
  margin: 12px 0;
}
.home-book-us-main-outer-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("imgs/sliderbgpattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-book-us-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-book-us-image-box {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-book-us-overlay {
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  background: var(--background-color-gold-red-gradient);
  border-radius: 12px;
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  z-index: -1;
}
.home-book-us-content-container {
  margin-top: 20px;
  padding-left: 30px;
}
.home-book-us-content {
  margin-top: 40px;
}
.home-book-us-link {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: var(--background-color-gold-red-gradient);
  background-size: 100% 100%;
  background-position: center;
  padding: 0;
  display: block;
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.home-book-us-link:hover {
  background-position: right center;
  background-size: 200% 100%;
  transition: all 0.4s ease-in-out;
}
.home-book-us-row {
  position: relative;
  z-index: 2;
}
/* HOME BOOK US SECTION STYLES END */

/* PAGES HEADERR SECTION STYLES START */
.pages-main-header-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("imgs/sliderbgpattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-title {
  font-size: 3rem;
  line-height: 3rem;
  color: var(--color-white);
}
.yoast-breadcrumbs {
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 14px;
  margin: 15px 0 0;
  text-align: left;
  text-transform: uppercase;
}
.yoast-breadcrumbs,
.yoast-breadcrumbs a,
.yoast-breadcrumbs a:active, 
.yoast-breadcrumbs a:visited, 
.yoast-breadcrumbs a:focus {
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 14px;
  margin: 15px 0 0;
  text-align: left;
  text-transform: uppercase;
}
.yoast-breadcrumbs a {
  font-weight: 700;
}
/* PAGES HEADERR SECTION STYLES END */

/* ABOUT PAGE INTRO SECTION STYLES START */
.about-intro-main-outer-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d1d1d;
}
.about-intro-content-container {
  margin-top: 0px;
}
.about-intro-content {
  margin-top: 0px;
}
.about-intro-content h2 {
  color: var(--color-white);
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.about-intro-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-intro-image-box {
  width: 100%;
  max-height: 630px;
  min-height: 630px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.about-intro-overlay {
  width: 100%;
  height: 100%;
  max-height: 630px;
  min-height: 630px;
  background: var(--background-color-gold-red-gradient);
  border-radius: 12px;
  margin-top: 15px;
  margin-left: -15px;
  position: absolute;
  z-index: 0;
}
/* ABOUT PAGE INTRO SECTION STYLES END */

/* ABOUT PAGE VISION MISSION SECTION STYLES START */
.about-vision-mission-card {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  min-height: 250px;
}

.about-vision-mission-heading {
  writing-mode: vertical-rl;
  transform: rotate(-180deg); /* bottom to top */
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
  min-width: 50px;
  background: var(--background-color-gold-red-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.about-vision-mission-icon i {
  font-size: 2rem;
  color: #d44b0a; /* fire-like accent */
}
.about-vision-mission-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
/*  background-color: #1d1d1d;*/
}
.about-vision-mission-text {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
/*
  font-size: 0.95rem;
  line-height: 1.5;
*/
}
/*
.about-vision-mission-container {
  background-color: #1d1d1d;
}
*/
/* ABOUT PAGE VISION MISSION SECTION STYLES END */

/* ABOUT PAGE CTA SECTION STYLES START */
.about-cta-link {
  width: auto;
  height: 40px;
  border-radius: 20px;
  background: var(--background-color-gold-red-gradient);
  background-size: 100% 100%;
  background-position: center;
  padding: 0 15px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  gap: 20px;
  flex-wrap: wrap;
  margin-right: 20px;
}
.about-cta-link:hover {
  background-position: right center;
  background-size: 200% 100%;
  transition: all 0.4s ease-in-out;
}
.about-cta-main-outer-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
/*  background-color: #1d1d1d;*/
}
.about-cta-heading {
  color: var(--color-white);
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
/* ABOUT PAGE CTA SECTION STYLES END */

/* ABOUT ARTIST SECTION STYLES START */
.about-meet-artist-figure,
.about-meet-artist-figure *,
.about-meet-artist-figure *:before,
.about-meet-artist-figure *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.about-meet-artist-figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
  transform: translateZ(0);
  border-radius: 10px;
/*
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(148deg, rgba(255, 215, 0, 1) 14%, rgba(235, 35, 68, 1) 100%);
  border-image-slice: 1;
*/
}
.about-meet-artist-figure:hover .about-meet-artist-title,
.about-meet-artist-figure:hover .about-meet-artist-text,
.about-meet-artist-figure:hover p {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.about-meet-artist-figure::before,
.about-meet-artist-figure::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  opacity: 0.5;
  transition: all 0.45s ease;
}
.about-meet-artist-figure::before {
  transform: skew(30deg) translateX(-80%);
}
.about-meet-artist-figure::after {
  transform: skew(-30deg) translateX(-70%);
}
.about-meet-artist-figure:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}
.about-meet-artist-figure:hover::after {
  transform: skew(-30deg) translateX(-10%);
}
.about-meet-artist-figure:hover .about-meet-artist-figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}
.about-meet-artist-figure:hover .about-meet-artist-figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}
.about-meet-artist-image {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.about-meet-artist-figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 25px 26% 25px 20px;
}
.about-meet-artist-figcaption p {
  opacity: 0;
}
.about-meet-artist-figcaption::before,
.about-meet-artist-figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.about-meet-artist-figcaption::before {
  transform: skew(30deg) translateX(-100%);
}
.about-meet-artist-figcaption::after {
  transform: skew(-30deg) translateX(-90%);
}
.about-meet-artist-title,
.about-meet-artist-text {
  margin: 0;
  opacity: 1;
  letter-spacing: 1px;
  color: #fff;
}
.about-meet-artist-title {
  font-family: "Teko", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.about-meet-artist-text {
  font-size: 0.9em;
  line-height: 1.3;
}
.about-meet-artist-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.about-meet-artist-heading h2 {
  color: var(--color-white);
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.about-meet-artist-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d1d1d;
}
/* ABOUT ARTIST SECTION STYLES END */

/* SERVICES SECTION STYLES START */
.services-wrapper {
/*  background-color: #fafafa;*/
}
.services-row {
  min-height: 350px;
}
/*
.services-text {
  padding: 2rem;
}
*/
.services-heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-white);
}
/*
.services-content {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
*/
.services-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
/* SERVICES SECTION STYLES END */

/* SERVICES INTRO SECTION STYLES START */
.service-intro-link {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: var(--background-color-gold-red-gradient);
  background-size: 100% 100%;
  background-position: center;
  padding: 0;
  display: block;
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.service-intro-link:hover {
  background-position: right center;
  background-size: 200% 100%;
  transition: all 0.4s ease-in-out;
}
.service-intro-main-outer-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d1d1d;
}
/* SERVICES INTRO SECTION STYLES END */

/* GALLERY SECTION STYLES START */
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.gallery-column {
  flex: 25%;
  max-width: 25%;
  padding: 10px;
}
.gallery-column img {
  width: 100%;
  margin-top: 20px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  display: block;
}
.gallery-overlay:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  .gallery-column {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .gallery-column {
    flex: 100%;
    max-width: 100%;
  }
}
/* GALLERY SECTION STYLES END */

/* BOOKINGS SECTION STYLES END */
.bookings-main-content-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d1d1d;
}
.bookings-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.fluentform .ff-el-group,
.ff-el-form-check,
.ff-el-form-check label {
  margin-bottom: 0px!important;
}
.ff-el-group.ff-custom_html {
  margin-top: 25px!important;
}
.ff-btn.ff-btn-submit {
  width: auto!important;
  height: 40px!important;
  border-radius: 20px!important;
  background: var(--background-color-gold-red-gradient)!important;
  background-size: 100% 100%!important;
  background-position: center!important;
  padding: 0 15px!important;
  display: block!important;
  line-height: 40px!important;
  text-align: center!important;
  color: var(--color-white)!important;
  text-decoration: none!important;
  transition: all 0.4s ease-in-out!important;
  margin-top: 25px!important;
}
.ff-btn.ff-btn-submit:hover {
  background-position: right center!important;
  background-size: 200% 100%!important;
  transition: all 0.4s ease-in-out!important;
}
.ff-default .ff-el-form-control:focus {
  background-color: var(--background-color-dark)!important;
}
.ff-default .ff-el-form-control:focus {
  color: var(--color-white)!important;
  border-color: var(--color-white)!important;
}
.bookings-form-section-container {
  margin-top: 40px;
}
/* BOOKINGS SECTION STYLES END */

/* BOOKINGS ACCORDION SECTION STYLES START */
.accordion .accordion-item {
  border: 0px solid #1d1d1d;
  background-color: #1d1d1d;
  border-top: 1px solid #5a5a5a;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #1d1d1d;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #1d1d1d;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #fff;
}
.accordion button[aria-expanded='true'] {
  color: #fff;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 1rem 0;
  color: #fff;
  padding: 0 1rem;
}
/* BOOKINGS ACCORDION SECTION STYLES END */

/* CUSTOM RADIO CHECKBOXES SECTION STYLES START */
/* Custom radio buttons */
input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 13px;
}
input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 50%;
}
input[type="radio"] {
  display: none !important;
  *display: inline;
}
input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b7b7b7;
}
/* Custom checkbox */
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 13px;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
  display: none;
}
input[type="checkbox"] {
/*  display: none !important;*/
  display: inline;
}
input[type="checkbox"]:checked + label:after {
  content: "✔";
  font-size: 16px;
  line-height: 22px;
  color: #b81212;
  display: block;
  position: absolute;
  top: 2px;
  left: -2px;
  width: 22px;
  height: 22px;
  text-align: center;
  font-weight: bold;
  pointer-events: none;
  display: none;
}
/* CUSTOM RADIO CHECKBOXES SECTION STYLES END */

/* SINGLE PRODUCT TABS SECTION STYLES START */
.single-product-tabs-wrapper {
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
}
.single-product-tabs-tab-wrapper {
  display: block;
  margin: auto;
  max-width: 100%;
}
.single-product-tabs-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product-tabs-tab-link {
  margin: 0 10px 10px 0;
  list-style: none;
  padding: 10px 20px;
  color: #aaa;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}
.single-product-tabs-tab-link:hover {
  color: #999;
  border-color: #999;
}
.single-product-tabs-tab-link.active {
  color: #333;
  border-color: #333;
}
.single-product-tabs-tab-link:nth-of-type(1).active {
  color: #EE6534;
  border-color: #EE6534;
}
.single-product-tabs-tab-link:nth-of-type(2).active {
  color: #1790D2;
  border-color: #1790D2;
}
.single-product-tabs-tab-link:nth-of-type(3).active {
  color: #EEC63B;
  border-color: #EEC63B;
}
.single-product-tabs-content-wrapper {
  padding: 20px;
  background-color: #1a1a1a;
  border-radius: 10px;
}
.single-product-tabs-tab-content {
  display: none;
  color: var(--color-white);
  font-weight: 400;
  font-size: 16px;
  opacity: 0;
  transform: translateY(15px);
  animation: single-product-tabFadeIn 0.5s ease 1 forwards;
}
.single-product-tabs-tab-content.active {
  display: block;
}
@keyframes single-product-tabFadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
/* SINGLE PRODUCT TABS SECTION STYLES END */

/* SINGLE PRODUCT SECTION STYLES START */
.product_title.entry-title {
  color: var(--color-white);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  width: auto!important;
  height: 40px!important;
  border-radius: 20px!important;
  background: #5E5E5E!important;
  background-size: 100% 100%!important;
  background-position: center!important;
  padding: 0 15px!important;
  display: block!important;
  line-height: 40px!important;
  text-align: center!important;
  color: var(--color-white)!important;
  text-decoration: none!important;
  transition: all 0.4s ease-in-out!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  width: auto!important;
  height: 40px!important;
  border-radius: 20px!important;
  background: var(--background-color-gold-red-gradient)!important;
  background-size: 100% 100%!important;
  background-position: center!important;
  padding: 0 15px!important;
  display: block!important;
  line-height: 40px!important;
  text-align: center!important;
  color: var(--color-white)!important;
  text-decoration: none!important;
  transition: all 0.4s ease-in-out!important;
}
.woocommerce-product-details__short-description p {
  color: var(--color-white);
}
.input-text.qty.text {
  color: var(--color-white);
  font-weight: 700;
}
/* SINGLE PRODUCT SECTION STYLES END */

/* CONTACT SECTION STYLES START */
.contact-us-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* CONTACT SECTION STYLES END */

/* CLASSES SECTION STYLES START */
.schedule-table-wrapper {
  overflow-x: auto;
  margin-top: 2rem;
}
.class-schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.class-schedule-table th,
.class-schedule-table td {
  border: 1px solid #1d1d1d;
  padding: 0.75rem;
  text-align: left;
}
.class-schedule-table th {
  background-color: #1d1d1d;
  font-weight: 600;
}
.class-schedule-table td {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .class-schedule-table {
    font-size: 0.85rem;
  }
}
.classes-main-content-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.instructor-image {
  background-size: cover; 
  background-position: center; 
  height: 390px; 
  border-radius: 8px;
}
.instructor-name::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  border-radius: 4px;
  background: var(--background-color-gold-red-gradient);
  margin: 12px 0;
  color: var(--color-white);
  clear: both;
  font-family: "Nunito", sans-serif;
  text-rendering: optimizelegibility;
}
.instructor-name {
  color: var(--color-white);
  clear: both;
  font-family: "Nunito", sans-serif;
  text-rendering: optimizelegibility;
  font-size: 1.4rem;
}
/* CLASSES SECTION STYLES END */

/* CART SECTION STYLES START */
.wc-block-cart-items__row {
  border-color: #fff!important;
  border-style: solid!important;
  border-width: 1px!important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  border: 1px solid #fff!important;
  padding: 24px 0 24px 16px!important;
  vertical-align: top!important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 1rem!important;
  text-transform: uppercase!important;
  border: 1px solid #fff!important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 8px !important;
  white-space: nowrap !important;
  background-color: #1a1a1a !important;
  border: 1px solid #fff;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, 
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible!important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: var(--color-white)!important;
  cursor: pointer;
  font-size: 1.8rem!important;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid!important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border: 1px solid!important;
  border-radius: 0!important;
}
.wc-block-components-totals-wrapper {
  padding: 14px!important;
  border: 1px solid!important;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid #fff!important;
  margin-bottom: 16px!important;
  padding: 15px!important;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  width: auto!important;
  height: 40px!important;
  border-radius: 20px!important;
  background: var(--background-color-gold-red-gradient)!important;
  background-size: 100% 100%!important;
  background-position: center!important;
  padding: 0 15px!important;
  display: block!important;
  line-height: 40px!important;
  text-align: center!important;
  color: var(--color-white)!important;
  text-decoration: none!important;
  transition: all 0.4s ease-in-out!important;
  border: 0!important;
  min-width: 120px!important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background-position: right center!important;
  background-size: 200% 100%!important;
  transition: all 0.4s ease-in-out!important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: auto!important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  background-color: #1a1a1a!important;
  border: 1px solid #fff!important;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff!important;
  font-family: inherit;
  font-size: 1em;
  height: 3.125em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em .5em;
  width: 100%;
}
/*
.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent!important;
  border-radius: 4px;
  box-sizing: border-box;
  height: 3.125em;
  position: relative;
  width: 100%;
}
*/
/*
.wc-blocks-components-select .wc-blocks-components-select__select {
  appearance: none;
  background: none;
  border: 1px solid #fff!important;
  border-radius: 4px;
  color: #fff!important;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  height: 100%;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 1em .5em 0;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%;
  background-color: transparent;
}
.wc-blocks-components-select .wc-blocks-components-select__select option {
  background-color: var(--background-color-dark)!important;
}
.wc-blocks-components-select .wc-blocks-components-select__select option:hover,
.wc-blocks-components-select .wc-blocks-components-select__select option:active,
.wc-blocks-components-select .wc-blocks-components-select__select option:focus {
  background-color: #1a1a1a!important;
  background: #1a1a1a!important;
  color: #1a1a1a!important;
}
select option:nth-child(odd) {
  background-color: #1a1a1a!important;
  background: #1a1a1a!important;
  color: #1a1a1a!important;
}
select option:nth-child(even) {
  background-color: #1a1a1a!important;
  background: #1a1a1a!important;
  color: #1a1a1a!important;
}
select option:hover {
  background-color: #1a1a1a!important;
  background: #1a1a1a!important;
  color: #1a1a1a!important;
}
.wc-blocks-components-select__label {
  color: var(--color-white)!important;
}
select option:hover {
  box-shadow: 0 0 10px 100px #1a1a1a inset!important;  Light blue background on hover 
}
select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1a1a1a inset!important;
}
*/
.wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid #fff!important;
  color: #fff!important;
  background-color: #1a1a1a!important;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
  color: #fff!important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span {
  padding-left: 30px!important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff!important;
}
.wc-block-components-textarea {
  background-color: #1a1a1a!important;
  border: 1px solid #fff!important;
  color: #fff!important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  color: inherit;
  color: #C1C1C1!important;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: #fff!important;
}
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
  background-color: #1a1a1a !important!important;
  border: 1px solid #fff!important;
  color: #fff!important;
}
.woocommerce-EditAccountForm.edit-account input {
  background-color: #1a1a1a !important!important;
  border: 1px solid #fff!important;
  color: #fff!important;
  background-color: var(--wc-form-color-background, #fff)!important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent!important;
  height: 45px!important;
}
.wc-block-components-totals-wrapper {
  background-color: #1a1a1a!important;
}
.has-text-align-center {
  text-align: left!important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 5em;
  margin: 0!important;
  mask-position: left!important;
  mask-repeat: no-repeat;
  mask-size: 3em!important;
  width: 3em!important;
}
.is-style-dots {
  display: none!important;
}
.wc-block-grid__product {
  background-color: #1a1a1a!important;
  border-radius: 10px!important;
  text-align: left!important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: auto!important;
  height: 40px!important;
  border-radius: 20px!important;
  background: var(--background-color-gold-red-gradient)!important;
  background-size: 100% 100%!important;
  background-position: center!important;
  padding: 0 15px!important;
  display: block!important;
  line-height: 40px!important;
  text-align: center!important;
  color: var(--color-white)!important;
  text-decoration: none!important;
  transition: all 0.4s ease-in-out!important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background-position: right center!important;
  background-size: 200% 100%!important;
  transition: all 0.4s ease-in-out!important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none!important;
  outline: none!important;
}
.woocommerce ul.order_details {
  background-color: #1a1a1a!important;
  padding: 15px!important;
}
.woocommerce .woocommerce-customer-details address {
  border: 1px solid #fff!important;
  background-color: #1a1a1a!important;
}
/* CART SECTION STYLES END */

/* PRODUCT GALLERY SECTION STYLES START */
/* Main gallery container */
.custom-product-gallery {
    position: relative;
}

/* Main image styling */
.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-product-gallery__image {
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
}
/* Thumbnails container */
.product-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
/* Individual thumbnail styling */
.product-thumbnail {
  cursor: pointer;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.product-thumbnail.active {
  border-color: #333;
}
.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
/* Hide all gallery images except the first one */
.woocommerce-product-gallery__image:not(:first-child) {
  display: none;
}
/* Remove default WooCommerce gallery styles */
.woocommerce-product-gallery .flex-control-thumbs {
  display: none !important;
}
.woocommerce-product-gallery__trigger {
  display: none !important;
}
/* PRODUCT GALLERY SECTION STYLES END */

.gallery-item-placeholder {
  display: none;
}
.gallery-overlay {
  transition: opacity 0.3s ease;
  margin-bottom: 15px;
}
.gallery-load-status {
  color: #666;
  font-style: italic;
}
.wc-block-grid__products {
  display: flex!important;
  flex-wrap: wrap!important;
  gap: 16px!important;
  margin: 0 0 16px 0!important;
  padding: 0!important;
}
.wc-block-grid__product {
  width: calc(25% - 16px)!important;
  margin: 0 !important;
}
.wc-block-grid__product .wc-block-grid__product-image, 
.wc-block-grid__product .wc-block-grid__product-link {
  width: 100%!important;
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, 
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 25%!important;
  max-width: calc(25% - 12px)!important;
}
.navbar-toggler {
  display: none !important;
}
.navbar-toggler {
  background-color: var(--color-white);
  border: 1px solid #fff;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.woocommerce-loop-product__title {
  color: var(--color-white);
  font-size: 1.4rem!important;
  min-height: 80px!important;
}
.product-short-description {
  min-height: 50px!important;
}
@media (max-width: 1680px) {
  h2.woocommerce-loop-product__title {
    font-size: 1.2rem!important;
  }
}
@media(max-width: 1366px) {
  .about-meet-artist-intro,
  .about-meet-artist-card {
    width: 50%;
  }
  .product .shop-page-single-card-container {
    width: 33.33%;
  }
  h2.woocommerce-loop-product__title {
    font-size: 1.6rem;
  }
}
@media(max-width: 1280px) {
  .related.products .shop-page-single-card-container {
    width: 25%;
  }
  .shop-page-single-card-container {
    width: 33.33%;
  }
  .slider-img-one {
    width: 100%;
  }
}
@media(max-width: 1024px) {
  .home-what-we-do-single-card-container {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  #MainNavbar.collapse:not(.show) {
    display: none !important;
  }
  #MainNavbar.collapse.show {
/*    display: flex !important;*/
    flex-direction: column;
    position: fixed;
    right: 0;
    background: rgba(0,0,0,0.98);
    padding: 20px;
    border-bottom: 1px solid #363636;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    height: 100dvh;
  }
  .site-header .navbar-nav {
    flex-direction: column !important;
    gap: 0.5rem !important;
    width: 100%;
  }
  .site-header .navbar-nav .nav-link {
    padding: 12px 0 !important;
  }
}
@media (max-width: 1025px) {
  .classes-instructor-image,
  .classes-instructor-bio {
    width: 100%;
  }
/*
  #MainNavbar.collapse {
    display: flex !important;
  }
*/
  .navbar-toggler {
    display: block !important;
    right: 0;
    position: absolute;
    float: right;
    z-index: 99999;
  }
  #MainNavbar ul li a {
    position: relative;
    color: var(--color-light);
    font-weight: 700;
    transition: color 0.3s ease;
    padding: 10px 4px;
    height: 40px!important;
    display: block;
  }
  #MainNavbar ul li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--background-color-gold-red-gradient);
    transition: width 0.3s ease;
    max-width: 60px!important;
  }
  #MainNavbar .ms-auto {
    display: block;
  }
  .slick-prev-btn, .slick-next-btn {
    background-size: 50%;
    height: 25px;
    width: 25px;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
  }
  #MainNavbar {
    display: block!important;
  }
}
@media (max-width: 991px) {
  .hero-slider-main-container {
    height: 100%;
  }
  .about-meet-artist-intro,
  .about-meet-artist-card {
    width: 100%;
  }
  .homeBanner .slick-list {
    height: 50dvh;
    padding-top: 60px;
  }
/*
   #MainNavbar.collapse.show {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    right: 0;
    background: rgba(0,0,0,0.98);
    padding: 20px;
    border-bottom: 1px solid #363636;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 50dvh;
    margin: 0;
  }
*/
  .shop-page-single-card-container {
    width: 50%;
  }
  .container, .container-md, .container-sm {
    max-width: 900px;
  }
}
@media (max-width: 769px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
/*
   #MainNavbar.collapse.show {
    height: 60dvh;
  }
*/
  .bookings-form-container,
  .bookings-accordion-container {
    width: 100%;
    margin-bottom: 50px;
  }
  .contact-us-form-container,
  .contact-us-map-container {
    width: 100%;
  }
  .about-intro-content {
    margin-top: 0;
  }
  input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    margin-right: 0;
    font-size: 13px;
  }
  .home-what-we-do-single-card-container {
    width: 100%;
  }
  .related.products .shop-page-single-card-container {
    width: 50%;
  }
}

.single-d-page-main-container h5 {
  color: #fff!important;
}

.shop-single-product-card-container .product-image-wrapper {
  max-height: 190px;
  overflow: hidden;
}




/* Sticky Header Styles */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: all 0.3s ease;
}

/* Optional: Add a background when scrolled for better readability */
.site-header.scrolled {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Alternative fixed approach if sticky doesn't work as expected */
.site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Add padding to body to prevent jump when header becomes fixed */
body.has-sticky-header {
    padding-top: var(--header-height, 80px);
}

/* Calculate and set header height */
.site-header {
    height: auto;
}

.woocommerce .wc-bacs-bank-details-account-name {
  color: #fff!important;
}