/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.faq-category-block {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
    align-items: flex-start;
}
.faq-category-block.reverse {
    flex-direction: row-reverse;
}
.faq-category-text,
.faq-category-image {
    width: 50%;
}
.faq-category-text .elementor-subtitle {
    text-transform: uppercase;
}
.faq-category-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.faq-accordion .faq-item {
    margin-bottom: 1rem;
}
.faq-toggle {
    display: flex;
    align-items: center;
    background: #fcb900; /* Match yellow style */
    border: none;
    padding: 1rem;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 6px;
    white-space: normal;        /* Allow wrapping */
    word-break: break-word;     /* Break long words if needed */
    line-height: 1.4;
    gap: 0.75rem;
}

@media (max-width: 767px) {
  .faq-category-block,
  .faq-category-block.reverse {
    flex-direction: column;
  }
  .faq-category-text, .faq-category-image {
      width: 100%;
  }

}

button[aria-expanded="true"].faq-toggle,
button.faq-toggle:focus,
button.faq-toggle:hover{
    background:#09090B!important;
    color: #fff!important;
    border-color:#09090B!important;
}
button[aria-expanded="true"].faq-toggle{
    border:#09090B!important;
}

.faq-toggle .arrow {
    flex-shrink: 0; /* Prevents arrow from scaling */
    margin-right: 0.5rem;
    transition: transform 0.2s ease;
}
.faq-toggle[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
}
.faq-accordion .faq-item {
    margin-bottom: 1rem;
}

.faq-content {
    padding: 0.75rem 1.25rem;
    background: #fff8e1;
    border-left: 4px solid #fcb900;
    border-radius: 0 0 6px 6px;
}

.faq-category-controls {
    text-align: right;
    margin: 0.5rem 0 1rem;
}

.faq-category-controls span {
    text-decoration: underline;
    font-size: 0.875rem;
    color: #222;
    cursor: pointer;
}

.faq-category-controls span:hover {
    color: #000;
}

/* Remove top spacing in Google Maps InfoWindow */
.gm-style-iw-c {
  padding-top: 0 !important;
}

.gm-style-iw-ch {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

.gm-style-iw-d {
  margin-top: -10px !important;
  padding-top: 0 !important;
}

.custom-infowindow {
  background: white;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Arial, sans-serif;
  z-index: 1000;
  box-sizing: border-box;
}
.custom-infowindow .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.custom-infowindow .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.custom-infowindow .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
      margin-left: 12px;
}
.custom-infowindow .close-btn:hover {
  background: none!important;
  color: #000 !important;
  border:none!important;
}
.custom-infowindow .content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.custom-infowindow .content a {
  color: #333;
  text-decoration: underline;
  word-break: break-word;
}

.retailer-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 800px;
  font-family: 'Roboto', sans-serif;
  border: none;             /* Remove old border */
  border-radius: 0;         /* Remove old radius */
  overflow: visible;        /* Let wrapper handle clipping */
}

.retailer-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 800px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.retailer-table thead tr {
    background-color: #ffc326;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.retailer-table th,
.retailer-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap;
}

.retailer-table td:nth-child(4) {
  white-space: nowrap;
}

.retailer-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.retailer-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.retailer-table tbody tr:last-of-type {
  border-bottom: 1px solid #ddd;
}

.retailer-table td a {
  color: #484848;
  text-decoration: none;
}

.retailer-table td a:hover {
  text-decoration: underline;
}

.retailer-map-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  margin-bottom: 2rem;
}








.specifications[data-v-14f4f09f] {
    font-size: 15px;
    line-height: 45px;
    font-weight: 500;
    color: #050505;
}

.specs[data-v-14f4f09f] {
    color: #686868;
    font-weight: 400;
}

.product-attributes[data-v-14f4f09f] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.no-break[data-v-14f4f09f] {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
@media only screen and (min-width: 992px) {
    .d-pr80 {
        padding-right: 80px;
    }
}
.specifications__heading[data-v-14f4f09f] {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #050505;
    line-height: 24px;
    padding: 30px 0 5px;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .product-attributes[data-v-14f4f09f] {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.specs li[data-v-14f4f09f], .specs .spec-row[data-v-14f4f09f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    border-bottom: 1px solid #ededed;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px;
}
.specs li, .specs .spec-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    border-bottom: 1px solid #ededed;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px;
}
.specs li .spec-value[data-v-14f4f09f], .specs .spec-row .spec-value[data-v-14f4f09f] {
    min-width: 15%;
    text-align: right;
}



/* Product Meta */
.elementor-woo-meta--view-inline .product_meta {
    justify-content: space-between;
}
.elementor-woo-meta--view-inline .sku_wrapper {
    order: 2;
}


/* Product Variations */

.custom-variation-radios {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.custom-variation-radios label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f5f5f5;
  border: 2px solid transparent;
  padding: 0.75rem 1rem;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 1rem;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .custom-variation-radios label {
    min-width: 100%;
  }
}

.custom-variation-radios input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.custom-variation-radios input[type="radio"]::before {
  content: "";
  position: absolute;
    top: 4px;
    left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.custom-variation-radios input[type="radio"]:checked::before {
  opacity: 1;
}

.custom-variation-radios input[type="radio"]:checked + span,
.custom-variation-radios label:has(input[type="radio"]:checked) {
  background-color: #ffc326;
  border-color: #000;
}

.custom-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
  min-height: 400px; /* Prevent layout shift when image changes */
}

.custom-gallery a {
  display: block;
  flex: 0 0 auto;
  max-width: 500px; /* Allow larger image display */
  width: 100%;
}

.custom-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: opacity 0.3s ease-in-out;
  object-fit: cover;
}

.custom-gallery a:hover img {
  opacity: 0.8;
  cursor: zoom-in;
}


.sku-steel-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 2rem;
}

.steel-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.steel-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #5a5a5a, #1a1a1a);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.1);
}


#technical-drawing-title {
  text-align: center;
  text-transform: capitalize;
}


.benefit-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  transition: opacity 0.2s ease;
}

.benefit-modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 6px;
  max-width: 700px;
  position: relative;
  animation: modalFadeIn 0.3s ease forwards;
}

@keyframes modalFadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Product Benefits Compact Card Layout */
.product-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 100%;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .product-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-benefit-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  padding: 1.5rem;
  align-items: flex-start;
  transition: all 0.25s ease;
  cursor: pointer;
}

.product-benefit-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}

.benefit-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-right: 1rem;
  flex-shrink: 0;
}

.benefit-text {
  flex: 1;
}

.benefit-text h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: #111;
}

.benefit-text p {
  font-size: 0.875rem;
  color: #444;
  margin: 0 0 0.5rem;
}

.benefit-learn-more {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.benefit-learn-more:hover {
  color: #e6b11a;
}


.benefit-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.benefit-title-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.benefit-modal-header img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.benefit-modal-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.benefit-modal-close {
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: none;
  margin-left: auto;
}

.benefit-modal-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.modal-prev, .modal-next {
  background: none;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.modal-prev:hover, .modal-next:hover {
  color: #000;
}


/* tabs for mobile hover fix */
.elementor-kit-288 #cs-sections button:hover,
.elementor-kit-288 #cs-sections .elementor-widget-n-tabs .e-n-tab-title:not([aria-selected="true"]) {
    background-color: #000;
    border: #000;
    color:#fff;
}


/* menu retailers for mobile */
body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-1190 {
  display: none;
}
@media (max-width: 767px) {
  body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-1190 {
    display: block;
  }
}


/* Product carousel mobile */
@media (max-width: 767px) {
  #single-product-hero img.swiper-slide-image {
        min-height: 300px;
      object-fit: cover;
  }
}