/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("/wp-content/uploads/2024/06/HelveticaNeueBold.otf")
    format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue Bold Italic";
  src: url("/wp-content/uploads/2024/06/HelveticaNeueBoldItalic.otf")
    format("opentype");
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue Italic";
  src: url("/wp-content/uploads/2024/06/HelveticaNeueItalic.ttf")
    format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("/wp-content/uploads/2024/06/HelveticaNeueMedium.otf")
    format("opentype");
  font-weight: medium;
}

@font-face {
  font-family: "Helvetica Neue Medium Italic";
  src: url("/wp-content/uploads/2024/06/HelveticaNeueMediumItalic.otf")
    format("opentype");
  font-style: italic;
  font-weight: medium;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/uploads/2024/06/HelveticaNeueRoman.otf")
    format("opentype");
}

:root {
  --fs-base: clamp(12px, 1vw, 1rem);
  --font-hal: "Helvetica Neue", sans-serif;
  --margin-left: 100px;
  --orange: #ff6029;
  --orange-hover: #d3400f;
}

.gb-container.other_activies_slider {
  margin-left: var(--margin-left) !important;
}

@media (max-width: 1024px) {
  .gb-container.other_activies_slider {
    margin-left: 25px !important;
  }
}

@media (max-width: 600px) {
  .gb-container.other_activies_slider {
    margin-left: 10px !important;
  }
}

html,
body {
  overflow-x: hidden;
  overflow-x: hidden;
  font-family: var(--font-hal);
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-hal);
}

a {
  text-decoration: none !important;
}

.text-white-onhover:hover * {
  color: #fff !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fs-small {
  font-size: 14px !important;
}

.ff-Montserrat {
  font-family: Montserrat, "sans-serif";
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.cursor-pointer {
  cursor: pointer !important;
}

.d-none {
  display: none !important;
}

.display-desk-only {
  display: block !important;
}

.display-mob-only {
  display: none !important;
}

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

/* h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
} */

@media (max-width: 768px) {
  .display-desk-only {
    display: none !important;
  }

  .display-mob-only {
    display: block !important;
  }
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
}

/** 
Navigation Styles
*/
/*@media (min-width: 1200px){
	#header-container .desktop-navigation-elements ul li{
		font-size: 0.85rem;
	}	
}*/


li.wp-block-navigation-item.my-account-menu.wp-block-navigation-link {
  display: none;
}

@media (max-width: 768px) {
  li.wp-block-navigation-item.my-account-menu.wp-block-navigation-link {
    display: flex;
  }
}

.my-account-btn {
  position: relative;
  z-index: 1;
}

.my-account-btn::before {
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="430" height="182" viewBox="0 0 430 182" fill="none"><path d="M44.5 0H430V182H0.5L44.5 0Z" fill="%23FF6029"/></svg>');
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -40px;
  z-index: -1;
  background-size: cover;
  background-position: 20px bottom;
}

.my-account-btn span,
.desktop-navigation-elements ul li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--fs-base, 1rem);
}

.desktop-navigation-elements ul.wp-block-navigation__container {
  gap: 25px;
}

.desktop-navigation-elements ul li a {
  text-decoration: none;
}

.desktop-navigation-elements ul li .wp-block-navigation__submenu-icon,
.desktop-navigation-elements ul li .wp-block-navigation__submenu-icon svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
}

.desktop-navigation-elements
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  padding: 12px 10px !important;
  font-size: clamp(12px, 0.85vw, 0.85rem);
}

@media (max-width: 992px) {
  body .header {
    max-width: 100vw;
    overflow-x: hidden !important;
  }
}

a.mobile-cart-icon {
  display: none;
}

@media (max-width: 768px) {
  a.mobile-cart-icon {
    display: block;
  }
}

/* Styles for the custom desktop menu */
.custom-desktop-menu {
  padding: 10px;
  color: #fff;
}

ul#desktop-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

@media (max-width: 1200px) {
  ul#desktop-menu {
    gap: 5px;
  }
}

.custom-desktop-menu ul.menu li {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
}

.custom-desktop-menu ul.menu li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 10px;
  display: flex;
  align-items: center;
}

.custom-desktop-menu ul.menu li a svg {
  height: auto;
}

.custom-desktop-menu ul.menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ff6029;
  padding: 0;
  z-index: 999;
  margin-left: 10px;
}

.custom-desktop-menu .sub-menu li a {
  font-size: 14px;
  padding: 10px 20px !important;
  min-width: 200px;
}

ul#desktop-menu > li:hover > a {
  color: var(--primary) !important;
}

.custom-desktop-menu .sub-menu li:hover > * {
  color: #fff !important;
}

.custom-desktop-menu .sub-menu li:hover {
  background: var(--orange-hover);
}

.custom-desktop-menu ul.menu li ul li {
  display: block;
}

.custom-desktop-menu ul.menu li ul li a {
  color: var(--white);
  text-decoration: none;
  padding: 5px 10px;
  font-size: var(--fs-base, 1rem);
}

.custom-desktop-menu ul.menu li:hover ul {
  display: block;
}

.site-footer a.wp-block-navigation-item__content:hover {
  color: var(--primary) !important;
}

.direction-btn .gb-icon {
  color: var(--primary);
}

.background-video {
  position: absolute;
  opacity: 0.5;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 
Footer style 
*/

.site-footer.grid-container {
  width: 100% !important;
  max-width: 100% !important;
}

.social-icon-wrapper img {
  width: 68px;
}

nav.items-justified-center.footer-bootom-menu.fw-300.fs-small.wp-block-navigation.is-content-justification-center.is-layout-flex.wp-container-core-navigation-is-layout-1.wp-block-navigation-is-layout-flex {
  width: 100%;
}

.footer-bootom-menu .wp-block-spacer {
  max-height: 18px !important;
  background: white;
}

.footer-bottom-part * {
  font-family: Montserrat, "sans-serif";
}

ul#menu-footer-menu, ul.custom-menu-class {
  list-style: none;
  margin: 0;
}

ul#menu-footer-menu li, ul.custom-menu-class li {
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: capitalize;
  margin-bottom: 10px;
}

ul#menu-footer-menu li > a, , ul.custom-menu-class li > a {
  font-weight: 300;
}

ul#menu-footer-menu li > a:hover, , ul.custom-menu-class li a:hover{
  color: var(--primary);
}
.footer-sec .gb-container {display:block !important;}

/**
Contact form Styles
*/

.stay-in-touch p {
  display: flex;
  background: #fff;
  margin: 0;
}

.stay-in-touch {
  position: relative;
  display: flex;
  max-height: 75px;
}

.stay-in-touch input {
  background: #fff;

  padding-left: 75px;
  width: 100%;
  display: block;
  color: rgba(30, 30, 30, 0.5);
  font-size: 1rem !important;
  outline: none;
  border: none;
  padding-block: 14.65px;
  font-family: "Montserrat";
}

.stay-in-touch input:focus {
  outline: none;
  background: #fff;
  color: rgba(30, 30, 30, 0.5);
}

.stay-in-touch svg {
  position: absolute;
  height: 54px;
  z-index: 1;
  left: 0;
  width: 60px;
}

.stay-in-touch span.wpcf7-not-valid-tip {
  padding: 10px 0px;
  font-family: Montserrat;
  font-size: 14px;
}

/* Hide all wpcf7-not-valid-tip messages except the first one */
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid-tip:first-of-type {
  display: inline-block !important; /* Display the first one */
  color: red; /* Optional: Customize the color or styling */
}

.stay-in-touch .wpcf7-not-valid-tip {
  padding: 0px 10px !important;
}

.stay-in-touch p {
  display: flex;
  background: #fff;
}

.stay-in-touch .wpcf7-spinner {
  display: none;
}

.stay-in-touch
  input.wpcf7-form-control.wpcf7-submit.has-spinner.stay-in-touch-btn {
}

.stay-in-touch
  input.wpcf7-form-control.wpcf7-submit.has-spinner.stay-in-touch-btn {
  border-radius: 0;
  background: var(--primary);
  width: auto;
  color: #fff;
}

.stay-in-touch
  input.wpcf7-form-control.wpcf7-submit.has-spinner.stay-in-touch-btn:hover {
  background: var(--primary-hover);
}
.wpcf7-response-output {
  border-bottom-size: 1px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 10px 0px !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
}

@media (max-width: 450px) {
  .social-icon-wrapper img {
    width: 52px;
  }

  nav.footer-bootom-menu {
    flex-wrap: wrap;
  }
}

/*
Secondary Pages styles
*/

.cards-section-inner::after {
  top: 190px !important;
}

.page-id-351 .gb-container > .gb-shapes .gb-shape-1 {
  color: #ff6029;
}

.error404 .gb-shape.gb-shape-1 {
  color: #0d2235 !important;
}

.page-id-8 .gb-container .gb-shapes .gb-shape-1,
.page-id-9 .gb-container .gb-shapes .gb-shape-1 {
  color: var(--secondary);
}
/*
Contact Form
*/

.contact-us-form form p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.contact-us-form .wpcf7-form-control {
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-bottom: 5px;
}

.contact-us-form .wpcf7-form-control:focus {
  outline: none;
  background-color: rgb(255 139 99 / 12%);
}

.contact-us-form form textarea.wpcf7-form-control.wpcf7-textarea {
  height: 150px;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: transparent;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border: 2px solid var(--primary);
  display: inline-block;
  font-family: Montserrat;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1;
  padding: 16px 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
  max-width: 145px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--primary);
  color: var(--white);
}

.contact-us-form form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: normal;
  display: block;
  font-size: 14px;
}

/* Single Service Booking Page style */
.tabbed-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .tabbed-nav {
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .tabbed-nav {
    align-items: stretch;
    gap: 10px;
    flex-direction: column;
  }

  .tab {
    font-size: 16px !important;
  }
}

.tab {
  display: inline-block;
  cursor: pointer;
  padding: 12.5px 45px 12.5px 36px;
  background-color: var(--orange);
  color: var(--white);
  position: relative;
  border: 0;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .tab {
    width: calc(100% - 10px);
  }
}

.tab::after {
  content: "";
  width: 20px;
  height: calc(100% + 10px);
  position: absolute;
  background: #fff;
  top: -5px;
  right: -10px;
  transform: rotate(15deg);
}

.tab.current {
  background-color: var(--orange-hover);
}

.tab:hover {
  background-color: var(--orange-hover);
}

.tab-content-container {
  margin-top: 20px;
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.active {
  display: block !important;
}

.item {
  height: 250px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 25px;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 34, 53, 0) 0%,
    rgba(13, 34, 53, 0.9) 100%
  );
  border-radius: 18px;
  overflow: hidden;
}

.item .csc-btn-primary {
  position: relative;
}

.page-id-736 .site-footer .gb-shapes .gb-shape-1,
.faq_section_active .site-footer .gb-shapes .gb-shape-1 {
  color: var(--primary) !important;
}

.page-id-736 .gb-tabs__buttons {
  gap: 27px;
}

.additonal_content {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .page-id-736 .gb-tabs__buttons {
    gap: 15px;
  }
}

.page-id-736 .gb-tabs__buttons button.gb-button {
  position: relative;
  padding-right: 40px;
  color: #ff602980 !important;
  font-family: Montserrat, sans-serif;
}

.page-id-736 .gb-tabs__buttons button.gb-button.gb-block-is-current {
  color: var(--white) !important;
}

.page-id-736 .gb-tabs__buttons button.gb-button:hover,
.page-id-736 .gb-tabs__buttons button.gb-button:focus {
  color: var(--white) !important;
}

.page-id-736 .gb-tabs__buttons button.gb-button::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: calc(100% + 10px);
  top: -1px;
  transform: rotate(19deg);
  right: -10px;
}

.page-id-736 .bookly-form .bookly-form-group > label {
  color: var(--black) !important;
  font-weight: normal;
  font-size: 1rem;
}

/* Hide disabled options */
/* .bookly-form-group[data-type="service"] select option:disabled {
    display: none;
} */

.bookly-js-repeat-variants-container {
  max-width: 800px;
  width: 100%;
}

.page-id-736 .bookly-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 25px 12px 8px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 21 12" fill="none"><path d="M10.5 12C10.1236 12 9.74729 11.8559 9.46034 11.5684L0.430798 2.51663C-0.143599 1.94083 -0.143599 1.00725 0.430798 0.431681C1.00496 -0.143894 1.93606 -0.143894 2.51051 0.431681L10.5 8.44122L18.4895 0.43196C19.0639 -0.143614 19.9949 -0.143614 20.569 0.43196C21.1437 1.00753 21.1437 1.94111 20.569 2.51691L11.5396 11.5687C11.2525 11.8563 10.8762 12 10.5 12Z" fill="%231E1E1E"/></svg>')
    no-repeat;
  background-position: right 5px center;
  color: #000000;
  background-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
  text-wrap: wrap !important;
}

.page-id-736 .bookly-form input[type="text"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form textarea {
  padding: 12px 8px 12px 8px !important;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.bookly-form button.bookly-btn,
.woocommerce button.button {
  background-color: transparent !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border: 2px solid var(--primary) !important;
  display: inline-block;
  font-family: Montserrat;
  font-size: 1em !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  padding: 15px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: var(--black) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookly-form button.bookly-btn[data-loading]:hover,
.woocommerce button.button:hover {
  background-color: var(--orange) !important;
  color: #ffffff !important;
}

button.bookly-btn.bookly-get-schedule.bookly-js-get-schedule {
  margin-top: 10px;
}

/* .woocommerce button.button {
  color: var(--white, #fff) !important;
} */

.bookly-form button.bookly-btn * {
  color: var(--black) !important;
}

.bookly-form button.bookly-btn:hover *,
.bookly-form button.bookly-btn:active *,
.bookly-form button.bookly-btn:focus * {
  color: var(--white) !important;
}

.bookly-relative *:not(i),
.modal-content *:not(i) {
  color: var(--black, #000);
}

.page-content * {
  color: var(--white);
}

/* Single Service Booking Page style ENds */

/* Single Post Page */

.single_post_banner {
  max-width: 1200px;
  width: 100%;
  text-transform: uppercase;
}

.single_post_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-template-areas:
    "item1 item1 item1 item1"
    "item2 item2 item3 item3"
    "item2 item2 item5 item5"
    "item2 item2 item5 item5"
    "item4 item4 item5 item5";

  gap: 25px;
}

/* Adjust grid column size for smaller screens */
@media (max-width: 768px) {
  .single_post_gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4"
      "item5";
    gap: 15px;
  }
}

.gallery__item-child {
  width: 100%; /* Full width */
  height: auto; /* Auto height */
}

.gallery__item-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Define template areas for each item */
/* Select based on nth child */
.single_post_gallery .gallery__item-child:nth-child(1) {
  grid-area: item1;
}

.single_post_gallery .gallery__item-child:nth-child(2) {
  grid-area: item2;
}

.single_post_gallery .gallery__item-child:nth-child(3) {
  grid-area: item3;
}

.single_post_gallery .gallery__item-child:nth-child(4) {
  grid-area: item4;
}

.single_post_gallery .gallery__item-child:nth-child(5) {
  grid-area: item5;
}

.gallery__item-child {
  border-radius: 20px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

div#faqs {
  display: none;
}

.faq_section_active div#faqs {
  display: block;
}

/* Single Post Page End */

.faq-content p {
  color: var(--white, #fff);
  font-family: var(--font-hal);
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.5px;
  font-size: var(--fs-base);
}

.faq-content h3 {
  margin-bottom: 5px;
}

.faq-item {
  margin-bottom: 20px;
}

.sport-post-content ul {
  margin: 10px 20px 20px 20px;
}

.sport-post-content .dynamic-entry-content p {
  font-family: var(--font-hal);
  line-height: 139%;
  margin-bottom: 20px;
}

.sport-post-content ul li {
  margin-bottom: 5px;
  font-family: var(--font-hal);
  color: #000 !important;
}

.sport-post-content ul li::marker {
  color: var(--orange, #ff6029);
  font-size: 22px;
}

.own-slider-wrapper .owl-nav {
  display: flex;
}

.own-slider-wrapper button.owl-prev,
.own-slider-wrapper button.owl-next {
  background: transparent;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
}

.own-slider-wrapper span.custom-owl-prev,
.own-slider-wrapper span.custom-owl-next {
  background: transparent !important;
  line-height: normal;
}

.own-slider-wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--orange);
}
/*
 TEMPORARY CSS ADDED BY TIM TO HIDE WC ELEMENTS
*/

.wc-block-components-quantity-selector {
  display: none !important;
}

.wc-block-components-product-details__name {
  display: none !important;
}

.wc-block-components-order-summary-item__quantity {
  display: none !important;
}

.content * {
  color: var(--black);
}

.content h1,
.content h2,
.content h3,
.content h4 {
  color: var(--black);
}

.content ul {
  margin: 10px 20px 20px 20px;
}

.content p {
  font-family: var(--font-hal);
  line-height: 139%;
  margin-bottom: 20px;
  color: var(--black);
}

.content ul li {
  margin-bottom: 5px;
  font-family: var(--font-hal);
  color: var(--black);
}

.content ul li::marker {
  color: var(--orange, #ff6029);
  font-size: 22px;
}

/*
CArt and checkout page styles|
Woo commerce style override
*/

.csc-btn-primary-parent .components-button,
.wc-block-cart__submit-button,
.components-button,
.wc-block-components-checkout-place-order-button--full-width,
.woocommerce-button {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border: 2px solid var(--primary) !important;
  color: var(--black) !important;
  display: inline-block !important;
  font-family: Montserrat;
  font-size: 1em !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  padding: 14px 20px !important;
  text-align: center;
  text-transform: uppercase;
}

.csc-btn-primary-parent .components-button:hover,
.components-button:hover,
.wc-block-components-checkout-place-order-button--full-width:hover,
.wc-block-cart__submit-button:hover,
.woocommerce-button:hover {
  color: var(--white) !important;
  background-color: var(--primary) !important;
}

li.woocommerce-MyAccount-navigation-link {
  background: transparent;
}

li.woocommerce-MyAccount-navigation-link > a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

li.woocommerce-MyAccount-navigation-link.is-active {
  background: var(--primary-hover) !important;
}

li.woocommerce-MyAccount-navigation-link:hover {
  background: var(--primary) !important;
}

li.woocommerce-MyAccount-navigation-link:hover * {
  color: var(--white, #fff) !important;
}

li.woocommerce-MyAccount-navigation-link.is-active * {
  color: var(--white, #fff) !important;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 30px 0px;
  }

  .px-20px {
    padding: 20px !important;
  }

  .woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
  }
  .woocommerce ul.order_details li {
    border: none !important;
  }
}

.woocommerce-checkout
  .wc-block-components-button:not(.is-link)
  .wc-block-components-spinner
  + .wc-block-components-button__text,
.woocommerce-cart
  .wc-block-components-button:not(.is-link)
  .wc-block-components-spinner
  + .wc-block-components-button__text {
  visibility: visible !important;
}

.woocommerce-checkout
  .wc-block-components-button:not(.is-link)
  .wc-block-components-spinner
  + .wc-block-components-button__text,
.woocommerce-cart
  .wc-block-components-button:not(.is-link)
  .wc-block-components-spinner
  + .wc-block-components-button__text {
  visibility: visible !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Montserrat";
}

.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill,
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="email"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="tel"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="text"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="url"],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
  line-height: 28px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 10px !important;
}

.wc-block-cart .wc-block-cart__submit-container--sticky {
  background: #fff !important;
}

.woocommerce form .form-row {
  padding: 3px 0px !important;
}
/**
bookly staff cabinet design
*/

.iti.iti--container * {
  color: #000;
}

.page-id-736
  .bookly-form
  input[type="text"].bookly-js-user-phone-input.bookly-user-phone {
  padding-left: 55px !important;
}

.login-wrapper #loginform {
  position: relative;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  padding: 80px 0 40px 0;
  margin: auto;
  border-radius: 0;
}

.login-wrapper #loginform:after {
  content: "Login";
  position: absolute;
  top: 20px;
  left: 0px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.login-wrapper form#loginform > p {
  display: flex;
  flex-direction: column;
}

.login-wrapper form#loginform p.login-submit {
  border: 1px solid var(--primary);
  border-radius: 26px;
  overflow: hidden;
  margin-top: 20px;
}

/* If user logged in show this section else hide */
.logged-in-visibility,
.logged-in .logged-out-visibility {
  display: none !important;
}

.logged-in .logged-in-visibility,
.logged-out-visibility {
  display: block !important;
}

/*
BOOKLY STAFF FORM SYLES
*/

.bookly-staff-tabs-wrapper div#bookly-tbs p,
.bookly-staff-tabs-wrapper div#bookly-tbs span {
  font-family: var(--font-hal) !important;
}

.bookly-staff-tabs-wrapper #bookly-tbs .btn-success,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.bookly-staff-tabs-wrapper #bookly-tbs .btn-success:hover,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.bookly-staff-tabs-wrapper
  #bookly-tbs
  .btn-success:not(:disabled):not(.disabled).active,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .btn-success:not(:disabled):not(.disabled):active,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .btn-primary:not(:disabled):not(.disabled).active,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .btn-primary:not(:disabled):not(.disabled):active,
.show > #bookly-tbs .btn-success.bookly-dropdown-toggle,
.show
  > #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .bookly-dropdown-toggle.btn-primary {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.bookly-staff-tabs-wrapper #bookly-tbs .btn-success.focus,
.bookly-staff-tabs-wrapper #bookly-tbs .btn-success:focus,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .btn-primary:focus,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .focus.btn-primary {
  color: #fff;
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  box-shadow: 0 0 0 0.2rem var(--primary-hover);
}

.bookly-staff-tabs-wrapper #bookly-tbs .btn-success.focus,
.bookly-staff-tabs-wrapper #bookly-tbs .btn-success:focus,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .btn-primary:focus,
.bookly-staff-tabs-wrapper
  #bookly-tbs
  .daterangepicker.show-calendar
  .drp-buttons
  .focus.btn-primary {
  color: #fff;
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  box-shadow: 0 0 0 0.2rem var(--primary-hover);
}

.bookly-staff-tabs-wrapper .btn.ladda-button,
.bookly-staff-tabs-wrapper .popover-body .btn.btn-default,
.bookly-staff-tabs-wrapper .bookly-js-export-btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
  display: inline-block !important;
  font-family: Montserrat;
  font-size: 1em !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  padding: 14px 20px !important;
  text-align: center;
  text-transform: uppercase;
}

.bookly-staff-tabs-wrapper .btn.ladda-button:hover,
.bookly-staff-tabs-wrapper .bookly-js-export-btn:hover {
  background-color: var(--primary-hover) !important;
  color: var(--white) !important;
}

.bookly-staff-tabs-wrapper .btn.ladda-button:hover *,
.bookly-staff-tabs-wrapper .bookly-js-export-btn:hover * {
  color: var(--white) !important;
}

.bookly-staff-tabs-wrapper #bookly-tbs .btn-link {
  font-weight: 400;
  color: var(--primary) !important;
  text-decoration: none;
}

.bookly-staff-tabs-wrapper #bookly-tbs .btn.ladda-button.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

.bookly-staff-tabs-wrapper #bookly-tbs .jCalMo .selectedDay,
.bookly-staff-tabs-wrapper #bookly-tbs .jCalMo .selectedDay.repeatDay {
  color: #fff;
  background: var(--primary);
}

.bookly-staff-tabs-wrapper #bookly-tbs .h3,
.bookly-staff-tabs-wrapper #bookly-tbs h3 {
  text-transform: capitalize;
  font-weight: bold;
}

.bookly-staff-tabs-wrapper
  #bookly-tbs
  .custom-control-input:checked
  ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary-hover) !important;
  background-color: var(--primary-hover) !important;
}

button.bookly-go-to-cart.bookly-js-go-to-cart.bookly-round.bookly-round-md.ladda-button {
  display: none;
}

@media (max-width: 768px) {
  .bookly-right {
    float: none !important;
  }
  button.bookly-add-item.bookly-btn.ladda-button {
    width: 96% !important;
  }
}

/* Blog Pages */

.single.single-post .dynamic-entry-content h1,
.single.single-post .dynamic-entry-content h2,
.single.single-post .dynamic-entry-content h3,
.single.single-post .dynamic-entry-content h4,
.single.single-post .dynamic-entry-content p {
  color: #000;
}

.single.single-post .dynamic-entry-content a {
  color: var(--primary);
}

.single.single-post .dynamic-content-template {
  margin-bottom: 0;
}

.csc-btn-primary:hover {
  color: #ffffff !important;
}

.comments-area {
  display: none;
}

.blog_item time {
  color: #fff;
  font-family: inherit;
}

.blog_item .read-more {
  color: var(--primary);
  cursor: pointer;
}

.tutorial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.tutorial-card {
  background-color: var(--accent);
  border-radius: 8px;
  padding: 20px;
  justify-content: space-between;
  width: calc(33.3% - 13px);
  /* Adjust width based on number of columns */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

@media (max-width: 992px) {
  .tutorial-card {
    padding: 10px;
    width: 50%; /* Adjust width based on number of columns */
  }
}

@media (max-width: 768px) {
  .tutorial-card {
    padding: 10px;
    width: 100%; /* Adjust width based on number of columns */
  }
}

.tutorial-card:hover {
  transform: translateY(-5px);
}

.tutorial-heading {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #fff !important;
}

.tutorial-description {
  font-size: 1em;
  margin-bottom: 15px;
  color: #ffffff;
}

.tutorial-description p {
  color: #ffffff !important;
}

select#coach-category-filter {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 25px 12px 15px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 21 12" fill="none"><path d="M10.5 12C10.1236 12 9.74729 11.8559 9.46034 11.5684L0.430798 2.51663C-0.143599 1.94083 -0.143599 1.00725 0.430798 0.431681C1.00496 -0.143894 1.93606 -0.143894 2.51051 0.431681L10.5 8.44122L18.4895 0.43196C19.0639 -0.143614 19.9949 -0.143614 20.569 0.43196C21.1437 1.00753 21.1437 1.94111 20.569 2.51691L11.5396 11.5687C11.2525 11.8563 10.8762 12 10.5 12Z" fill="%231E1E1E"/></svg>')
    no-repeat;
  background-color: #fff;
  background-position: right 5px center;
  color: #000000;
  background-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
  text-wrap: wrap !important;
}

.coach-image img {
  min-height: 350px;
  object-fit: cover;
  max-height: 350px;
  border-radius: 25px;
}

a.csc-btn-primary.banner-button.more-coache-btn {
  border-color: #fff;
}

a.csc-btn-primary.banner-button.more-coache-btn:hover,
a.csc-btn-primary.banner-button.more-coache-btn:focus {
  background: #fff;
  color: #ff6029 !important;
}

.single.single-coaches .gb-container > .gb-shapes .gb-shape-1 {
  color: #ff6029;
}

.coache-single-block {
  margin-left: auto !important;
}

/**
Woo Styles
*/

.single-product .content-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.single-product main#main {
  height: 100%;
  background: #fff;
  padding: 70px 70px 50px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  top: -100px;
}

.single-product article.product.type-product  * {
  color: #000;
}

.single-product h1.product_title.entry-title {
  font-size: 38px;
}

.single-product .woocommerce-product-gallery__image {
  border-radius: 25px;
  overflow: hidden;
}

.single-product ol.flex-control-nav.flex-control-thumbs li img {
  border-radius: 10px;
  overflow: hidden;
}

.single-product div#content {
  background: URL("https://cansportscenter.com/wp-content/uploads/2024/08/product_bg.png");
  background-size: cover;
  background-position: top 313px center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .single-product main#main {
    padding: 30px 10px 30px;
  }

  .single-product h1.product_title.entry-title {
    font-size: 28px;
  }
}


/* Post additional info hide style */

.postid-7993 .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}


.postid-7993 .variations th.label, .variations td.value {
  display: block;
  width: 100%;
}

.postid-7993 .variations label {
  display: block;
   /* Adds some space between the label and the select */
}

.postid-7993 .variations select {
  display: block;
  width: 100%; /* Optional: makes the select dropdown take up the full width */
}


.postid-7993 #plan {
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
  border-radius: 4px !important;
}

.postid-7993 td.value {
  padding-top: 0;
}
.postid-7993 th.label{
  padding: 0;
}
/*Coach photo*/
.coach-image img{
	min-height: 600px !important;
}
/*Make a booking > badminton tab disable */
.page-id-736 .gb-container-e30c1745 button[data-tab="tab_section_2"],
.page-id-736 .gb-container-e30c1745 button[data-tab="tab_section_3"], 
.page-id-736 .gb-container-e30c1745 button[data-tab="tab_section_4"], 
.page-id-736 .gb-container-e30c1745 button[data-tab="tab_section_5"]{
	display: none !important;
} 

	display: none !important;
}

@media(min-width:992px){
  .wdtscroll {
      overflow:hidden !important;
  }
  
}

/* style end  */