/* bootstrap strat */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #fff;
}

p {
  font-family: var(--font-s);
  font-size: clamp(15px, 3vw, 20px);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
  color: #fff;
  font-weight: 600;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

/* 
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #cb188b;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.2s ease;
  opacity: 1;
}

.custom-cursor.dissolve {
  opacity: 0;
  transform: scale(0.8) translate(-50%, -50%);
}

@media screen and (max-width:992px){
	.custom-cursor {
		display:none;
	}
} */

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

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

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;
}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

.px-150 {
  padding: 0 150px;
}

img {
  height: auto;
}

/* bootstrap end */

/* fonts */

:root {
  --font-p: "Poppins", sans-serif;
  --p-color: #fff;
  --gray: #484752;
  --black: #000000;
  --sec-color: #c92728;
  --background: #ffffff;
  --header-bg: #5a5d68;
  --light: #e6baba;
  --dark: #eca81f;
}

a {
  color: var(--dark);
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--background);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--background);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 6px;
  border: 3px solid var(--background);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--black) var(--background);
}

@supports (-ms-overflow-style: none) {
  * {
    -ms-overflow-style: scrollbar;
  }
}


a {
  transition: all 0.3s ease-in-out;
}


body {
  background-color: var(--header-bg) !important;
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--font-p);
  background-color: var(--header-bg);
  max-width: 100%;
  overflow-x: hidden;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

#primary {
  background-color: var(--header-bg);
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
}

#primary {
  flex: 1 0 auto;
  /* main content grows */
}

#colophon {
  flex-shrink: 0;
  /* footer stays at bottom */
  color: #fff;
  padding: 2rem 0;
}

.site-header,
#masthead2 {
  background-color: var(--header-bg);
  color: var(--black);
  transition: all 0.4s ease;
  backdrop-filter: none;
}

.site-header.scrolled::before,
#masthead2.scrolled::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 1, 31, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}



.container-custom-gap {
  padding-left: clamp(1rem, 7vw, 160px);
  padding-right: clamp(1rem, 7vw, 160px);
  width: 100%;
  max-width: 100%;
}

/* Main menu links only */
.nav>li>a {
  font-family: var(--font-p);
  font-weight: 500;
  color: var(--background) !important;
  font-size: clamp(15px, 3vw, 18px);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  display: inline-block;
  /* allows underline to match text only */
}

.nav>li>a:hover {
  color: var(--dark) !important;
}

/* Underline animation ONLY for top-level links */
.nav>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: var(--dark);
  transition: width 0.3s ease-in-out;
}

.nav>li>a:hover::after {
  width: 100%;
}

/* Active state */
.nav>li.current-menu-item>a,
.nav>li.current_page_item>a,
.nav>li.current-menu-ancestor>a,
.nav>li.current_page_ancestor>a {
  color: var(--dark) !important;
}

.nav>li.current-menu-item>a::after,
.nav>li.current_page_item>a::after,
.nav>li.current-menu-ancestor>a::after,
.nav>li.current_page_ancestor>a::after {
  width: 100%;
  color: var(--dark);
}


.nav>li.menu-item-has-children>a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: -2px;
  color: #000;
  background-color: transparent !important;
  transition: color 0.3s ease;
}


.nav>li.menu-item-has-children:hover>a::after {
  color: var(--dark);
}


.menu-gap {
  gap: 1rem;
}



.nav .sub-menu {
  background-color: #c927284f;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  position: absolute;
  z-index: 999;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav li {
  position: relative;
}

.nav .sub-menu li {
  list-style: none;
}

.nav .sub-menu a {
  font-family: var(--font-p);
  font-weight: 500;
  font-size: 15px;
  color: var(--black) !important;
  padding: 8px 16px;
  display: block;
  position: relative;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nav .sub-menu li:first-child>a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.nav .sub-menu li:last-child>a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nav li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav .sub-menu a:hover {
  color: var(--background) !important;
  background-color: var(--dark);
}

.nav .sub-menu li.current-menu-item>a,
.nav .sub-menu li.current_page_item>a {
  color: var(--background) !important;
  background-color: var(--dark);
}

.nav .sub-menu .sub-menu {
  background-color: var(--sec-color);
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav .sub-menu .sub-menu a {
  font-family: var(--font-p);
  font-weight: 500;
  font-size: 15px;
  color: var(--black) !important;
  padding: 8px 16px;
  display: block;
  position: relative;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nav .sub-menu .sub-menu li:first-child>a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.nav .sub-menu .sub-menu li:last-child>a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nav .sub-menu .sub-menu a:hover {
  color: var(--black) !important;
  background-color: #f0c396;
}

.nav .sub-menu .sub-menu li.current-menu-item>a,
.nav .sub-menu .sub-menu li.current_page_item>a {
  color: var(--background) !important;
  background-color: var(--dark);
}









@media (min-width: 1250px) {
  .menu-gap {
    gap: 1.5rem;
  }
}

@media (min-width: 1650px) {
  .menu-gap {
    gap: 2rem;
  }
}

@media (min-width: 1900px) {
  .menu-gap {
    gap: 3rem;
  }
}

.custom-logo {
  height: auto;
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}

.custom-logo {
  transition: all 0.4s ease-in-out;
}

.site-header .custom-logo {
  width: 250px;
  padding: 20px 0 !important;
}

.site-header.scrolled .custom-logo {
  width: 200px;
  padding: 15px 0 !important;
}

#masthead2 .custom-logo {
  width: 180px;
  padding: 20px 0;
}

#masthead2.scrolled .custom-logo {
  width: 130px;
  padding: 20px 0;
}

.site-header .custom-logo:hover,
#masthead2 .custom-logo:hover {
  filter: drop-shadow(0 0 2px var(--sec-color)) drop-shadow(0 0 0px var(--sec-color));
}

#masthead.scrolled::after,
#masthead2.scrolled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5a5d68c7;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: -1;
}

#masthead,
#masthead2 {
  z-index: 100;
}


.button1 {
  position: relative;
  overflow: hidden;
  color: var(--gray);
  padding: 10px 20px;
  font-family: var(--font-p);
  font-weight: 500;
  font-size: clamp(15px, 3vw, 18px);
  border-radius: 15px;
  background-color: #fff;
  z-index: 1;
  transition: color 0.4s ease;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  min-height: 30px;
}

.button1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  aspect-ratio: 1 / 1;
  background-color: var(--black);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease;
  z-index: -1;
}

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

.button1:hover::before {
  width: 500px;
}

.single_add_to_cart_button,
.add_to_cart_button {
  position: relative !important;
  overflow: hidden !important;
  color: var(--gray) !important;
  padding: 10px 20px !important;
  font-family: var(--font-p) !important;
  font-weight: 500 !important;
  font-size: clamp(15px, 3vw, 18px) !important;
  border-radius: 15px !important;
  background-color: #fff !important;
  z-index: 1 !important;
  transition: color 0.4s ease !important;
  cursor: pointer !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-width: 130px !important;
  min-height: 20px !important;
}

.single_add_to_cart_button::before,
.add_to_cart_button::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s ease !important;
  z-index: -1 !important;
}

.single_add_to_cart_button:hover,
.add_to_cart_button:hover {
  color: var(--background) !important;
}

.single_add_to_cart_button:hover::before,
.add_to_cart_button:hover::before {
  width: 500px !important;
}

.button2 {
  position: relative !important;
  overflow: hidden !important;
  color: var(--background) !important;
  border: 2px solid var(--dark) !important;
  padding: 10px 20px !important;
  font-family: var(--font-p) !important;
  font-weight: 600 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 3vw, 18px) !important;
  border-radius: 15px !important;
  background-color: var(--dark) !important;
  z-index: 1 !important;
  transition: color 0.4s ease, background-color 0.4s ease !important;
  cursor: pointer !important;
  min-width: 210px;
  min-height: 65px;
  text-transform: uppercase;
}

.button2::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background-color: var(--background) !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s ease !important;
  z-index: -1 !important;
}

.button2:hover {
  color: var(--black) !important;
  background-color: transparent !important;
}

.button2:hover::before {
  width: 500px !important;
}


/* Home design */
.top-banner {
  background-color: var(--gray);
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_header_banner {
  color: #fff;
  font-size: clamp(13px, 3vw, 16px);
}

.nav-icon {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  transition: color 0.3s ease;
}

.nav-icon:hover {
  color: var(--dark);
}

.cart-count {
  background-color: #c92728;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  position: absolute;
  top: -14px;
  right: -10px;
  line-height: 1;
  box-sizing: border-box;
}


/* Search */
.header-search {
  max-width: 300px;
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}

.header-search .search-input {
  border: none;
  padding: 6px 12px;
  min-width: 250px;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  outline: none;
}

.header-search .search-input::placeholder {
  font-size: clamp(12px, 2vw, 16px);
  color: #999999;
  font-weight: 400;
}

.header-search .search-btn {
  background: var(--sec-color);
  border: none;
  color: #fff;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.header-search .search-btn:hover {
  background: var(--black);
}


.header-search .search-btn i {
  font-size: 18px;
  color: var(--yellow);
}

/* Focus state for search input */
.header-search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.header-search:focus-within {
  border-color: var(--background);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.555);
  /* adjust color/opacity */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}


.entry-title {
  font-size: clamp(25px, 4vw, 40px);
  color: #fff;
  font-weight: 800;
}


.entry-content .wp-block-heading {
  font-size: clamp(22px, 3vw, 35px);
  color: #fff;
  font-weight: 600;
}

.entry-content p {
  font-size: clamp(14px, 3vw, 18px);
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
}

.entry-content ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
  list-style-type: disc;
}

.entry-content ul li {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}


.entry-content ul ul li {
  font-size: clamp(13px, 2.8vw, 18px);
  margin-bottom: 0.4rem;
}


.entry-content ul li h4,
.entry-content ul li h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  color: #fff;
}

.page-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}

.home-banner-main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: 50% 100%, 50% 100%;
  background-position: left center, right center;
  color: #fff;
  overflow: hidden;
  min-height:750px;
}

.home-banner-main .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.home-banner-main .banner-content {
  position: relative;
  z-index: 1;
}

.home-banner-main .banner-description p {
  font-size: clamp(20px, 4vw, 60px);
  max-width: 80%;
  margin: 0 auto;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 1rem;
}

.woocommerce .products .button.add_to_cart_button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce .products .added_to_cart {
    display: block !important;
    width: 100%;
    text-align: center;
    background: #0e5e6f;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 50px;
    margin-top: 5px;
}

.woocommerce .products .added_to_cart:hover {
    background: #083d47;
    text-decoration: none;
}

.home-banner-main .banner-content .btn {
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
}

@media(max-width:768px) {
  .home-banner-main {
    aspect-ratio: 1/0.7 !important;
	  min-height:auto;
    flex-direction: column;
    background: none;
  }

	.banner-description p{
		line-height:1;
	}
	
  .home-banner-main .banner-overlay {
    background: rgba(0, 0, 0, 0.5);
  }

  .home-banner-main::before,
  .home-banner-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}


.how_it_works {
  background-color: #484752;
}

.works-title {
  font-weight: 600;
  font-size: clamp(20px, 3vw, 35px);
  color: #fff;
  margin-bottom: 10px;
}


.prod-img {
  border-radius: 20px;
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}


.shipping-step h3 {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 40px);
  line-height: 1.2;
}


.woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 1em !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.woocommerce div.product .woocommerce-tabs .panel{
	background: #ffffff8c;
	padding: 15px !important;
}


.single-product .custom-banner h1 {
  font-size: clamp(30px, 5vw, 70px) !important;
}

.price {
  color: #fff !important;
  font-weight: 600;
  font-size: clamp(18px, 5vw, 25px) !important;
}

.woocommerce div.product div.images img {
  border-radius: 20px;
}

.cart {
  display: flex;
  gap: 20px;
  align-items: center;
}

.related h2 {
  padding: 35px 0;
  border-top: 2px solid #eaeaea1f;
}

.wp-block-woocommerce-cart-line-items-block,
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout,
#post-43 {
  color: #fff !important;
}

.wc-block-cart-items__header,
.wc-block-cart-items__row {
  border-bottom: 1px solid #fff !important;
}


.wc-block-components-button {
  background-color: #fff !important;
  color: var(--gray) !important;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}

.wc-block-components-button:hover {
  background-color: var(--dark) !important;
  color: var(--black) !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid hsla(0, 0%, 100%, 0.815) !important;
  border-radius: 20px !important;
  box-sizing: border-box;
	padding:20px !important;
}

.wc-block-checkout__actions_row{
	padding-top:20px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  border: 1px solid #fff !important;
}

.woocommerce-column address {
  border: 1px solid #fff !important;
}

.woocommerce-error {
  background-color: #c92728 !important;
}

/* Navigation Sidebar */
.woocommerce-MyAccount-navigation {
  flex: 0 0 250px !important;
  background: #f9f9f9 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px !important;
}

.woocommerce-MyAccount-navigation li a {
  display: block !important;
  padding: 12px 15px !important;
  border-radius: 8px !important;
  color: #333 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: #234187 !important;
  /* your brand color */
  color: #fff !important;
}

/* Content Area */
.woocommerce-MyAccount-content {
  flex: 1 !important;
  background: var(--gray) !important;
  border-radius: 12px !important;
  padding: 30px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.woocommerce-MyAccount-content  * {
  color: #fff !important;
}
.woocommerce-orders-table *, .woocommerce-orders-table__header {
	color: #fff !important;
}

.woocommerce-orders-table__row{
	border-bottom:1px solid #fff !important;
}

.woocommerce table.shop_table{border:1px solid #fff !important;}


.woocommerce-orders-table .view{
	margin-right:10px !important;
}

.woocommerce-orders-table__cell-order-actions{
	margin:5px 0 !important;
}

body .col.enhanced_tracking_detail{
	background: #333 !important;
  border-radius: 8px;
  border: 1px solid #979494 !important;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-orders-table span,
.woocommerce-orders-table time,
.woocommerce-orders-table a,
.woocommerce-orders-table * {
    color: #fff !important;
}


/* Pseudo-elements inside table */
.woocommerce-orders-table th::before,
.woocommerce-orders-table td::before,
.woocommerce-orders-table th::after,
.woocommerce-orders-table td::after,
.woocommerce-orders-table *::before,
.woocommerce-orders-table *::after {
    color: #fff !important;
}
/* Notices */
.woocommerce-notices-wrapper {
  margin-bottom: 20px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce {
    flex-direction: column !important;
  }

  .woocommerce-MyAccount-navigation {
    flex: 1 !important;
    margin-bottom: 20px !important;
  }
}


.featured-product {
  background-color: #38373a;
}


@media (max-width: 767px) {

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
  }
}


.racket_section {
  background-color: #484752;
  padding: 60px 0;
}

.racket_section h2 {
  font-weight: 600;
  color: #fff;
  font-size: clamp(22px, 4vw, 40px);
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  font-size: 1rem;
  line-height: 1.6;
}

.faq-heading {
  font-weight: 600;
  color: #fff;
  font-size: clamp(22px, 4vw, 40px);
}

#faqAccordion {
  max-width: 900px !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

/* Accordion Item */
.accordion-item {
  background-color: #5a5d68;
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

/* Accordion Button */
.accordion-button {
  background-color: #5a5d68;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  display: flex;
  align-items: start;
  line-height: 1.3;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #4a4c55;
  transition: all 0.3s ease;
}

.accordion-button p {
  margin-bottom: 0;
}

.accordion-icon {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
  /* Space between icon and text */
}

.accordion-button:not(.collapsed) {
  background-color: #464851;
  /* Slightly darker on open */
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

/* Accordion Body */
.accordion-body {
  background-color: #6a6d78;
  /* Slightly lighter than container */
  color: #f1f1f1;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

/* Accordion Button Arrow */
.accordion-button::after {
  filter: invert(1);
}

.orderby {
  padding: 5px 10px;
  border-radius: 20px;
}

/* Contact page design */


.wpcf7 form .wpcf7-form-control:not(.wpcf7-submit) {
  background: #fff;
  border: 2px solid transparent;
  color: #555;
  border-radius: 50px;
  padding: 12px 20px;
  width: 100%;
  font-family: var(--font-p);
  font-size: clamp(15px, 3vw, 16px);
  font-weight: normal;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.wpcf7 form .wpcf7-form-control::placeholder {
  font-family: var(--font-p);
  font-size: clamp(15px, 3vw, 16px);
  font-weight: normal;
  color: #555;
}

/* keep textarea’s custom radius */
.wpcf7 form textarea.wpcf7-form-control {
  border-radius: 50px;
  min-height: 150px;
  resize: none;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}


.wpcf7-form .wpcf7-form-control:focus:not(.wpcf7-submit) {
  outline: none;
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 50px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 5px 15px rgba(41, 41, 41, 0.15),
    0 2px 5px rgba(43, 43, 43, 0.15);
  transition: all 0.3s ease-in-out;
}

.wpcf7-form textarea.wpcf7-form-control:focus {
  border-radius: 50px;
}




.button3 {
  position: relative !important;
  overflow: hidden !important;
  color: var(--background) !important;
  border: 2px solid #4d4c4c !important;
  padding: 10px 20px !important;
  font-family: var(--font-p) !important;
  font-weight: 600 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 3vw, 18px) !important;
  border-radius: 50px !important;
  background-color: var(--gray) !important;
  z-index: 1 !important;
  transition: color 0.4s ease, background-color 0.4s ease !important;
  cursor: pointer !important;
  min-width: 180px;
  min-height: 55px;
}

.button3::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background-color: var(--background) !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s ease !important;
  z-index: -1 !important;
}

.button3:hover {
  color: var(--black) !important;
  background-color: var(--dark) !important;
}

.button3:hover::before {
  width: 500px !important;
}







/* Banner */
.custom-banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: left;
  position: relative;
}

.custom-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}



.custom-banner h1 {
  font-size: clamp(30px, 5vw, 70px);
  font-family: var(--font-p);
  color: var(--background);
  font-weight: 700;
  margin-bottom: 10px;
  z-index: 3;
  position: relative;
}

.custom-banner .breadcrumbs p {
  font-size: clamp(14px,3vw,18px);
  font-family: var(--font-p);
  color: #fff;
  font-weight: 500;
  z-index: 3;
  position: relative;
}

#breadcrumbs a {
  color: var(--background);
  transition: all 0.3s ease-in-out;
  z-index: 3;
  position: relative;
}

#breadcrumbs a:hover {
  color: var(--yellow);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .custom-banner {
    height: 250px;
  }

}


/* Resouce design */

.file-heading {
  color: var(--background);
  font-weight: 600;
  font-size: clamp(18px, 3vw, 22px);
}
.file-name{
  color: var(--background);
  font-weight: 600;
  font-size: clamp(14px, 3vw, 18px);
}

.resource-card .card{
  background-color: #ffffffbb !important;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(41, 41, 41, 0.15),
    0 2px 5px rgba(43, 43, 43, 0.15);
}

.resource-section .button1{
  margin: 0 auto;
  font-size: clamp(13px,3vw,16px);
  max-width: 180px;
  max-height: 25px;
}

.resource-section{
  min-height: 450px;
  
}


.resouce-each-section{
  border-bottom: 1px solid #e5e5e542;
}

.resouce-each-section i{
  font-size: 22px;
}















/* Footer */

.site-footer {
  background: #38373a;
  color: #fff;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  transition: background 0.5s ease, color 0.5s ease;
}

.social-icons a:hover {
  color: #fff;
}

.social-icons a.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icons a.tiktok:hover {
  background: linear-gradient(45deg, #25f4ee, #fe2c55);
}

.social-icons a.twitter:hover {
  background: linear-gradient(45deg, #14171a, #1da1f2);
}

.social-icons a.pinterest:hover {
  background: linear-gradient(45deg, #e60023, #bd081c);
}

.copyright {
  color: #fff;
  font-size: clamp(13px, 3vw, 16px);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.5em 0.5em 1em;
  padding: 0.8em 1em;
  border: 2px solid #00BCD4; /* default border */
  background-color: rgba(0, 188, 212, 0.1); /* light cyan bg */
  color: #fff; /* white text for contrast */
  border-radius: 6px;
}

/* Success Message */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #4CAF50 !important;
  background-color: rgba(76, 175, 80, 0.1);
  color: #d4edda; /* soft green text */
}

/* Warning/Validation Errors */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FFC107 !important;
  background-color: rgba(255, 193, 7, 0.1);
  color: #fff3cd; /* soft amber */
}

/* Optional: Error messages only (if needed) */
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #f44336 !important;
  background-color: rgba(244, 67, 54, 0.1);
  color: #f8d7da;
}

ins {
  background: orange !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  padding: 1px 15px !important;
}

/* Force order summary expanded on mobile */
@media (max-width: 768px) {
  .wc-block-components-checkout-order-summary__content {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wc-block-components-checkout-order-summary__title {
    pointer-events: none !important; /* Disable toggle */
  }

  .wc-block-components-checkout-order-summary__title-icon {
    display: none !important; /* Hide arrow icon */
  }
}

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

.wc-block-cart-item__prices .wc-block-formatted-money-amount{
	display:none !important;
}
.woocommerce table.shop_table {
  background: #e5e5e500;
  color: #fff;
}
.woocommerce-shipping-methods label{
	color:#000;
}

.p-Tabs-group label, .Label {
  color: #000 !important;
}
.payment_method_cod p{
	color:#000 !important;
}

.woocommerce-customer-details address{
	color:#fff !important;
}

.woocommerce-orders-table *, .woocommerce-info, .woocommerce-MyAccount-content .button{
	color:#000 !important;
}

body span.tracking_details_switch{
	background:#000 !important;
}
body .tracking_details_switch .enhanced_switch_input:checked + label {
  background: #4d4b4b !important;
}

/* --- Override WooCommerce BlockUI overlay --- */
.blockUI.blockOverlay {
  background: rgba(0, 0, 0, 0.5) !important; /* dark overlay */
  backdrop-filter: blur(3px);
  opacity: 1 !important;
  z-index: 99999 !important;
}




/* Blog design */

/* ===== Blog Cards / Grid ===== */

.blog-index .page-header { margin: 2rem 0 1rem; }

.blog-index .page-title {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  margin: 0;
  text-align: center;
}

/* Responsive grid layout */
.blog-index .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3.1rem;
}

/* Individual post card */
.blog-index .blog-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-index .blog-card:hover { transform: translateY(-4px); box-shadow: 0 6px 14px rgba(0,0,0,0.12); }

/* Full clickable area */
.blog-index .blog-card .card-link { display: block; color: inherit; text-decoration: none; }

/* Featured image */
.blog-index .blog-card .thumb { aspect-ratio: 16/9; overflow: hidden; }
.blog-index .blog-card .thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease;
}
.blog-index .blog-card:hover .thumb img { transform: scale(1.05); }

/* Card content */
.blog-index .blog-card .entry-title {
  font-size: 1.25rem; margin: 1rem 1rem 0.5rem; color: #111; line-height: 1.3;
}
.blog-index .blog-card .entry-meta { font-size: 0.9rem; color: #888; margin: 0 1rem 0.5rem; }
.blog-index .blog-card .entry-excerpt { margin: 0 1rem 1rem; color: #555; line-height: 1.5; }

/* Read more link */
.blog-index .blog-card .read-more {
  display: inline-block; margin: 0 1rem 1.5rem; color: #c00; font-weight: 600; text-decoration: none; transition: color 0.2s ease;
}
.blog-index .blog-card .read-more:hover { color: #900; }

/* Pagination */
.blog-index .pagination { margin-top: 2.5rem; text-align: center; }

/* ===== Sidebar Styling (Transparent with white border) ===== */
.blog-index aside .widget {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 16px 18px;
  color: #fff;
  margin-bottom: 22px;
}

/* Widget titles */
.blog-index aside .widget-title {
  font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 6px;
}

/* Sidebar links */
.blog-index aside .widget a { color: #fff; text-decoration: none; transition: color 0.2s ease; }
.blog-index aside .widget a:hover { color: #ffd24d; }

/* Sidebar lists */
.blog-index aside .widget ul { list-style: none; margin: 0; padding: 0; }
.blog-index aside .widget ul li { padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.blog-index aside .widget ul li:last-child { border-bottom: none; }

/* Search widget */
.blog-index aside .widget_search form { display: flex; gap: 8px; align-items: center; }
.blog-index aside .widget_search input[type="search"] {
  flex: 1; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3);
  color: #fff; padding: 8px 10px; border-radius: 8px;
}
.blog-index aside .widget_search input[type="search"]::placeholder { color: rgba(255,255,255,0.6); }
.blog-index aside .widget_search input[type="submit"],
.blog-index aside .widget_search button {
  background: transparent; border: 1px solid rgba(255,255,255,0.6); color: #fff;
  border-radius: 8px; padding: 8px 14px; cursor: pointer; transition: all 0.2s ease;
}
.blog-index aside .widget_search input[type="submit"]:hover,
.blog-index aside .widget_search button:hover { background: rgba(255,255,255,0.1); }

/* ===== Alignment tweaks ===== */
.blog-index .container > .row { align-items: flex-start; }

/* lower sidebar so search box sits just below the card row top */
@media (min-width: 992px) {
  .blog-index aside { margin-top: 32px; } /* tweak +/− a few px if needed */
}

/* ===== Responsive: stack sidebar below posts on mobile ===== */
@media (max-width: 992px) {
  .blog-index .row { flex-direction: column; }
  .blog-index .col-lg-8, .blog-index aside.col-lg-4 { width: 100%; }
}

/* =================================================================
   HEADER FIX — keep desktop menu on ONE LINE using your layout
   (#masthead with 3 columns: menu / logo / search+icons)
   ================================================================= */

/* Rebalance the three columns at desktop so the menu has more room */
@media (min-width: 1200px) {
  /* left column (menu) wider */
  #masthead .bottom_container .row > .col-4:first-child {
    flex: 0 0 41%;
    max-width: 41%;
  }
  /* middle column (logo) slightly narrower */
  #masthead .bottom_container .row > .col-4:nth-child(2) {
    flex: 0 0 18%;
    max-width: 18%;
  }
  /* right column (search + icons) */
  #masthead .bottom_container .row > .col-4:last-child {
    flex: 0 0 46%;
    max-width: 36%;
    justify-content: flex-end;
  }

  /* prevent wrapping of menu items and tighten spacing */
  #masthead .nav {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 1rem;                /* adjust: 0.9rem–1.2rem if needed */
    white-space: nowrap;
  }
  #masthead .nav > li { white-space: nowrap; }

  /* tiny font nudge if you still need a few pixels */

}

/* Keep mobile behavior unchanged */
@media (max-width: 1199.98px) {
  #masthead .bottom_container .row > .col-4 { flex: 0 0 33.333%; max-width: 33.333%; }
}

@media (min-width: 1400px) {
	#masthead .nav {
	 gap: 2rem;
	}
}

.blog-index .no-posts {
  background: rgba(240,240,240,0.4);
  border-radius: 12px;
  padding: 50px 20px;
  margin-top: 3.1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.blog-index .no-posts:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.blog-index .no-posts i {
  color: #c00; /* accent color */
}

.blog-index .no-posts h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.blog-index .no-posts p {
  font-size: 1rem;
  color: #555;
}

.blog-index .no-posts form input[type="search"] {
  width: 70%;
  max-width: 300px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.blog-index .no-posts form input[type="submit"] {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #c00;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.blog-index .no-posts form input[type="submit"]:hover {
  background-color: #900;
}





/* ===== Single Blog Post Layout ===== */

.single-post {
  background: transparent;
  color: #fff;
}

.single-post .container > .row {
  align-items: flex-start;
}

/* ===== Main Content ===== */
.single-post .single-blog-post {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
	margin-top:3.1rem;
}

.single-post .single-blog-post:hover {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

/* ===== Featured Image ===== */
.single-post .post-thumbnail {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
	max-height:500px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.single-post .post-thumbnail:hover img {
  transform: scale(1.03);
}

/* ===== Post Title ===== */
.single-post .entry-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}

/* ===== Meta Info ===== */
.single-post .entry-meta {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}
.single-post .entry-meta i {
  color:#fff;
	font-size:18px;
  margin-right: 6px;
}

/* ===== Post Content ===== */
.single-post .entry-content {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-top: 1.5rem;
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  color: #fff;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}
.single-post .entry-content a {
  color: var(--dark);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.single-post .entry-content a:hover {
  color: #ffd24d;
}

/* ===== Categories & Tags ===== */
.single-post .post-taxonomies {
  margin-top: 2rem;
  color: #fff;
  font-size: 0.95rem;
}
.single-post .post-taxonomies a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-post .post-taxonomies a:hover {
  color: #ffd24d;
}

/* ===== Post Navigation ===== */
.single-post .post-navigation {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.single-post .post-navigation a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.single-post .post-navigation a:hover {
  color: var(--dark);
}

/* ===== Comments Area ===== */
.single-post .comments-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 2rem;
  color: #fff;
}
.single-post .comments-area a {
  color: var(--dark);
}
.single-post .comments-area a:hover {
  color: #ffd24d;
}

/* ===== Sidebar (Same as Blog Index) ===== */
.single-post aside .widget {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 16px 18px;
  color: #fff;
  margin-bottom: 22px;
}
.single-post aside .widget-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 6px;
}
.single-post aside .widget a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-post aside .widget a:hover {
  color: #ffd24d;
}
.single-post aside .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post aside .widget ul li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.single-post aside .widget ul li:last-child {
  border-bottom: none;
}

/* Search Widget */
.single-post aside .widget_search form {
  display: flex;
  gap: 8px;
  align-items: center;
}
.single-post aside .widget_search input[type="search"] {
  flex: 1;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
}
.single-post aside .widget_search input[type="search"]::placeholder {
  color: rgba(255,255,255,0.6);
}
.single-post aside .widget_search input[type="submit"],
.single-post aside .widget_search button {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.single-post aside .widget_search input[type="submit"]:hover,
.single-post aside .widget_search button:hover {
  background: rgba(255,255,255,0.1);
}

/* ===== Responsive Tweaks ===== */
@media (min-width: 992px) {
  .single-post aside { margin-top: 32px; }
}
@media (max-width: 992px) {
  .single-post .row { flex-direction: column; }
  .single-post .col-lg-8, .single-post aside.col-lg-4 { width: 100%; }
}

