.elementor-68311 .elementor-element.elementor-element-55d22728 .title{font-size:50px;}.elementor-68311 .elementor-element.elementor-element-76f0141{--spacer-size:150px;}.elementor-68311 .elementor-element.elementor-element-7819f8c2{--spacer-size:100px;}.elementor-68311 .elementor-element.elementor-element-77158583{--spacer-size:50px;}.elementor-68311 .elementor-element.elementor-element-7f455815{--spacer-size:50px;}.elementor-68311 .elementor-element.elementor-element-7a67cffe{--spacer-size:50px;}.elementor-68311 .elementor-element.elementor-element-722f22f3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-68311 .elementor-element.elementor-element-dba6100{--spacer-size:50px;}.elementor-68311 .elementor-element.elementor-element-122a0bb6{--spacer-size:50px;}.elementor-68311 .elementor-element.elementor-element-11764ca2{--spacer-size:50px;}@media(max-width:767px){.elementor-68311 .elementor-element.elementor-element-55d22728 .title{font-size:35px;}}/* Start custom CSS for section, class: .elementor-element-29f5b4b8 */.wd-sticky-social.wd-loaded {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-329edb7d */.color-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping for responsive design */
}

.color-group {
  display: flex;
  gap: 20px;
  width: 100%; /* Ensure the group spans full width */
}

.color-swatches {
  width: 30%; /* Left column: 35% */
  height: 50px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns in the grid */
  grid-gap: 20px;
}

.swatch {
  width: 100%;
  height: 100px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch:hover {
  transform: scale(1.01); /* Slight zoom on hover */
}

.swatch.active {
  border: 2px solid #ffffff; /* Highlight selected swatch */
  transform: scale(1.1); /* Slightly larger active state */
}

.color-name {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
}

.color-preview {
  width: 65%; /* Right column: 65% */
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-preview img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visuals */
}

@media (max-width: 768px) {
  .color-group {
    width: 100%; /* Ensure each group takes full width */
    display: flex;
    flex-direction: column; /* Stack swatches and preview */
    align-items: center;
    gap: 20px;
  }

  .color-preview {
    order: -1; /* Moves the image preview to the top */
    width: 100%; /* Full width */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .color-swatches {
    width: 100%; /* Ensure swatches take full width */
    display: grid;
     height: 500px !important;
    grid-template-columns: repeat(2, 1fr); /* Keep two columns */
    gap: 10px; /* Reduce gap for better spacing */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-530ebb99 */.swatch2 {
  width: 100%;
  height: 90px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch2:hover {
  transform: scale(1.01); /* Slight zoom on hover */
}

.swatch2.active {
  border: 2px solid #ffffff; /* Highlight selected swatch */
  transform: scale(1.05); /* Slightly larger active state */
}

@media (max-width: 768px) {
  .color-columns {
    flex-direction: column; /* Stack items */
    align-items: center; /* Center align */
  }

  .color-preview {
    order: -1; /* Moves the image preview to the top */
    width: 100%; /* Full width */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* Add spacing below the image */
  }

  .color-swatches {
    width: 100%; /* Swatches take full width */
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Maintain two columns */
    gap: 10px; /* Reduce gap for better spacing */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57dad0f9 */.color-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping for responsive design */
}

.color-group {
  display: flex;
  gap: 20px;
  width: 100%; /* Ensure the group spans full width */
}

.color-swatches1 {
  width: 30%; /* Left column: 35% */
  height: 50px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns in the grid */
  grid-gap: 20px;
}

.swatch9 {
  width: 100%;
  height: 100px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch9:hover {
  transform: scale(1.01); /* Slight zoom on hover */
}

.swatch9.active {
  border: 2px solid #ffffff; /* Highlight selected swatch */
  transform: scale(1.1); /* Slightly larger active state */
}

.color-name {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
}

.color-preview {
  width: 65%; /* Right column: 65% */
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-preview img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visuals */
}

@media (max-width: 768px) {
  .color-group {
    width: 100%; /* Ensure each group takes full width */
    display: flex;
    flex-direction: column; /* Stack swatches and preview */
    align-items: center;
    gap: 20px;
  }

  .color-preview {
    order: -1; /* Moves the image preview to the top */
    width: 100%; /* Full width */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .color-swatches1 {
    width: 100%; /* Ensure swatches take full width */
    display: grid;
     height: 150px !important;
    grid-template-columns: repeat(2, 1fr); /* Keep two columns */
    gap: 10px; /* Reduce gap for better spacing */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-447b8ac8 */.swatch3 {
  width: 100%;
  height: 90px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch3:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

.swatch3.active {
  border: 2px solid #ffffff; /* Highlight selected swatch */
  transform: scale(1.1); /* Slightly larger active state */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68dd57d5 */.swatch4 {
  width: 100%;
  height: 90px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch4:hover {
  transform: scale(1.01); /* Slight zoom effect on hover */
}

.swatch4.active {
  border: 2px solid #ffffff; /* Highlight active swatch */
  transform: scale(1.1); /* Slightly larger active state */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-722f22f3 */.swatch5 {
  width: 100%;
  height: 90px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch5:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

.swatch5.active {
  border: 2px solid #ffffff; /* Highlight active swatch */
  transform: scale(1.1); /* Slightly larger active state */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-243b9227 */.swatch6 {
  width: 100%;
  height: 90px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch6:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

.swatch6.active {
  border: 2px solid #ffffff; /* Highlight selected swatch */
  transform: scale(1.1); /* Slightly larger active state */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ad14c36 */.swatch7 {
  width: 100%;
  height: 90px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch7:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

.swatch7.active {
  border: 2px solid #ffffff; /* Highlight selected swatch */
  transform: scale(1.1); /* Slightly larger active state */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2097edb4 */.color-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping for responsive design */
}

.color-group {
  display: flex;
  gap: 20px;
  width: 100%; /* Ensure the group spans full width */
}

.color-swatches2 {
  width: 30%; /* Left column: 35% */
  height: 50px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns in the grid */
  grid-gap: 20px;
}

.swatch8 {
  width: 100%;
  height: 100px; /* Slightly taller planks for better visibility */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
}

.swatch8:hover {
  transform: scale(1.01); /* Slight zoom on hover */
}

.swatch8.active {
  border: 2px solid #ffffff; /* Highlight selected swatch */
  transform: scale(1.1); /* Slightly larger active state */
}

.color-name {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
}

.color-preview {
  width: 65%; /* Right column: 65% */
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-preview img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px; /* Optional rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visuals */
}

@media (max-width: 768px) {
  .color-group {
    width: 100%; /* Ensure each group takes full width */
    display: flex;
    flex-direction: column; /* Stack swatches and preview */
    align-items: center;
    gap: 20px;
  }

  .color-preview {
    order: -1; /* Moves the image preview to the top */
    width: 100%; /* Full width */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .color-swatches2 {
    width: 100%; /* Ensure swatches take full width */
    display: grid;
     height: 150px !important;
    grid-template-columns: repeat(2, 1fr); /* Keep two columns */
    gap: 10px; /* Reduce gap for better spacing */
  }
}/* End custom CSS */