/*
/*
Theme Name: NAD Direct
Theme URI: http://localhost
Author: Your Name
Description: Custom theme
Version: 1.0
*/


.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }

  body {
    font-family: 'Manrope', sans-serif;

  }
/* announcment bar */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  .animate-marquee {
    animation: marquee 18s linear infinite;
  }
  
  /*  */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .animate-scroll {
    width: max-content;
    animation: scroll 25s linear infinite;
  }


  /* affiliate singel*/
  .input-style {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    outline: none;
  }
  .input-style:focus {
    border-color: black;
    box-shadow: 0 0 0 1px black;
  }

  html, body {
    overflow-x: hidden;
  }


  /* articles  */

  .custom-content-styles h2 {
    font-size: 1.875rem; /* 30px */
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: #111827;
    line-height: 1.3;
}
.custom-content-styles h3 {
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1f2937;
}
.custom-content-styles p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}
.custom-content-styles ul, .custom-content-styles ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}
.custom-content-styles li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
}
/* Responsive Images inside content */
.custom-content-styles img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 2rem 0;
}




/* ===== SHOP PAGE ===== */

/* h1.page-title,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-products-header {
    display: none !important;
} */

/* ===== SHOP PAGE ===== */

/* Sirf shop page pe hide karo */
.woocommerce-shop h1.page-title,
.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering,
.woocommerce-products-header {
    display: none !important;
}

/* Category pages pe bhi hide karo */
.tax-product_cat h1.page-title,
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
    display: none !important;
}

.woocommerce-custom-wrapper,
.woocommerce-page .woocommerce {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* Sirf shop page pe ul.products grid banao */
.woocommerce-shop ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* Category pages pe WooCommerce ka ul.products hide karo */
/* .tax-product_cat ul.products {
    display: none !important;
} */
.woocommerce-custom-wrapper,
.woocommerce-page .woocommerce {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
} */

ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    position: relative !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

ul.products li.product:hover {
    border-color: #bbb !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
}

ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    padding: 12px 14px 4px !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

ul.products li.product .price {
    display: block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
    padding: 4px 14px 10px !important;
    margin: 0 !important;
}

ul.products li.product .price del {
    color: #999 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-right: 5px !important;
}

ul.products li.product .button,
ul.products li.product a.button {
    display: block !important;
    margin: auto 14px 14px !important;
    padding: 9px 0 !important;
    border: 1.5px solid #111 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #111 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s !important;
    cursor: pointer !important;
}

ul.products li.product .button:hover,
ul.products li.product a.button:hover {
    background: #111 !important;
    color: #fff !important;
}

ul.products li.product .onsale {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: #D85A30 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    margin: 0 !important;
    z-index: 1 !important;
}


ul.products::after {
    content: none !important;
}
ul.products li.product {
    float: none !important;
    clear: none !important;
}



/* 1. Detail Text Alignment */
.product-full-description .prose {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

/* 2. Add to Cart Button & Quantity Gap */
.custom-cart-wrapper form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important; /* Space between quantity box and button */
}

/* 3. Button Color Fix */
.custom-cart-wrapper .single_add_to_cart_button {
    background-color: #00b8af !important;
    color: #fff !important;
    padding: 12px 35px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
}

.custom-cart-wrapper .single_add_to_cart_button:hover {
    background-color: #008f88 !important; /* Slightly darker on hover */
}

/* 4. Quantity Input Styling */
.custom-cart-wrapper .quantity input.qty {
    border: 1px solid #ddd !important;
    padding: 10px !important;
    border-radius: 5px !important;
    width: 60px !important;
}

/* 5. Related Products Grid Fix (for image_f4457a.png issues) */
/* .custom-related-display ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.custom-related-display ul.products li.product {
    text-align: center !important;
    width: 100% !important;
} */



/* Cart Page Checkout Button Styling */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #00b8af !important;
    color: #fff !important;
    padding: 15px 30px !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    display: block !important;
    transition: background-color 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #008f88 !important;
    text-decoration: none !important;
}


/* More specific targeting */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a,
.wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a {
    background-color: #00b8ae !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    text-decoration: none !important;
}

/* Hover state */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a:hover {
    background-color: #009d94 !important;
    box-shadow: 0 4px 12px rgba(0, 184, 174, 0.2) !important;
}



.contact-wrap{
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.contact-wrap h2{
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-wrap .subtext{
  font-size: 14px;
  color: #444;
  margin-bottom: 30px;
}

.row{
  display: flex;
  gap: 15px;
}

.field{
  width: 100%;
  margin-bottom: 15px;
}

.row .field{
  width: 50%;
}

input, textarea{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  background: #fff;
}

textarea{
  height: 120px;
  resize: none;
}

.submit-btn input{
  background: #222;
  color: #fff;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  transition: 0.3s;
}

.submit-btn input:hover{
  background: #000;
}