.elementor-68310 .elementor-element.elementor-element-7253eda3 .title{font-size:40px;}.elementor-68310 .elementor-element.elementor-element-978ac25{--spacer-size:150px;}.elementor-68310 .elementor-element.elementor-element-3946c057{--spacer-size:100px;}.elementor-68310 .elementor-element.elementor-element-177c9aa2{--spacer-size:50px;}.elementor-68310 .elementor-element.elementor-element-8e8ac40{--spacer-size:50px;}.elementor-68310 .elementor-element.elementor-element-228ec6f8{--spacer-size:50px;}.elementor-68310 .elementor-element.elementor-element-34d206b6{--spacer-size:50px;}.elementor-68310 .elementor-element.elementor-element-7f933c36{--spacer-size:50px;}.elementor-68310 .elementor-element.elementor-element-1491f371{--spacer-size:50px;}@media(max-width:767px){.elementor-68310 .elementor-element.elementor-element-7253eda3 .title{font-size:35px;}}/* Start custom CSS for section, class: .elementor-element-14384a6 */.wd-sticky-social.wd-loaded {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-523af8d4 */.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-4d17970 */.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.1); /* Slightly larger active state */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-debc4ca */.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;
}

.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-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 */
/* Start custom CSS for html, class: .elementor-element-543443a5 */.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.01); /* 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-738d51ae */.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-6899aaad */.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.01); /* Slight zoom on hover */
}

.swatch5.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-4e187f86 */.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.01); /* 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-2249858a */.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.01); /* 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-efdc6dc */.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;
}

.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-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 */