
/* Sauna Customizer Style */

.sauna-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 0;
}
.sauna-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  width: 25%;
  text-align: center;
  transition: all 0.3s ease;
}
.sauna-option:hover {
  border-color: #999;
  background-color: #f3f3f3;
}
.sauna-option img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.order-summary-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.order-summary-box li {
  margin-bottom: 6px;
}
.navigation-buttons {
  margin-top: 20px;
}
.navigation-buttons button {
  padding: 10px 20px;
  font-weight: bold;
  background-color: #0073aa;
  color: #fff;
  border: none;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.navigation-buttons button:hover {
  background-color: #005e8c;
}
.sauna-step {
  display: none;
}
.form_cont{
display: flex; gap: 30px; flex-wrap: wrap; position: relative;
}
main#main {
    padding: 0 !important;
}
#main .fusion-row {
    max-width: 100%;
}
.product_extension {
    background: #f7f7f7;
}
.product_extension .qoute_div {
    max-width: 100%;
    padding: 50px 40px;
    margin: 0 auto;
}
h6, h5, h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
.order-summary-box {
background: #fff;
  padding: 20px;
  border: navajowhite;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: sticky;
  top: 15px;
}

.sauna-option {
    width: 23% !important;
    margin-bottom: 15px;
}
.navigation-buttons button,
.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    background: #3A503C;
    font-size: 1.3em;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 50px;
}
.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 20px;
}
.fluentform.ff-default.fluentform_wrapper_3.ffs_default_wrap {
    background: #e2e7e2;
    padding: 30px;
    margin: 80px 0 50px;
}

.sauna-option input[type="radio"]:checked ~ span,
.sauna-option input[type="checkbox"]:checked ~ span {
    font-weight: bold;
}
.sauna-option:has(input:checked) {
    background-color: #e8f4ff;
    border: 2px solid #000;
}

.qoute_div h2 {
    font-size: 2em;
    line-height: 1.1;
    border-bottom: 5px solid #394F3B;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.sauna_col_left {
    flex: 1 1 65%;
}
.sauna_col_right {
    flex: 0 0 30%;
}
.field-controller_option {
  display: none;
}
.field-controller_option.show {
  display: block;
}
.order-summary-box h5 {
  padding: 0;
  margin: 0 !important;
  font-size: 18px;
  background: #3A503C;
  color: #fff;
  font-weight: 400;
  padding: 0 10px;
  font-family: Inter;
  text-align: center;
}
.sauna-option img {
  max-height: 150px;
}
.sauna-group-wrap h4, .sauna-group-wrap h6 {
	color: #000;
	padding: 0;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-family: "HellixTRIAL Bold";
	margin-top: 25px;
}
.sauna-option span {
  line-height: 1.3em;
}
.sauna-group-wrap {
  padding: 0 20px;
  background: #fff;
  border-radius: 7px;
}
.order-summary-box li {
    line-height: 1.2em !important;
    font-size: 15px;
}
.summary-toggle-btn {
  padding: 5px 10px;
  background: #3A503C;
  color: #fff;
}
/* Tablet View (768px - 1024px) */
@media only screen and (max-width: 1024px) {
    .sauna-option {
        width: 31% !important;
    }
    .product_extension .qoute_div {
        padding: 40px 20px;
    }
}

/* Mobile View (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .product_extension .qoute_div {
        padding: 20px;
    }

    .sauna_col_left {
        flex: 0 0 100%;
    }
    .sauna_col_right {
        flex: 0 0 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 800px) {
    #main>.fusion-row {
        display: block !important;
    }
}

/* Small Screens (max-width: 480px) */
@media only screen and (max-width: 480px) {
    .sauna-option {
        width: 100% !important;
    }
    .navigation-buttons button {
        width: 100%;
        padding: 12px;
    }
    .navigation-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .product_extension .qoute_div {
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
}
   .sauna_col_right {
        flex: 0 0 90%;
        margin-top: 30px;
         max-width: 90%;
    }
}

.zoom-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #00000082;
    color: #fff;
    border: none;
    border-radius: 1px;
    padding: 4px;
    cursor: pointer;
}
button.zoom-btn img {
    margin-bottom: 2px;
}

.sauna-option {
  position: relative;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 80vh;
}

.modal .close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
}
