/*
Theme Name: Gold Theme
*/

.layout-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 10px;
  animation: fadeIn 1s ease-in-out;
}

.siz {
  font-size: 24px !important;
}

#progress-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#progress-bar .step {
  flex: 1;
  padding: 10px;
  text-align: center;
  border-bottom: 4px solid #ccc;
}

#progress-bar .step.active {
  border-color: #d4af37;
  font-weight: bold;
}

/*********************************LAYOUT 02 START***********************************/
.layout {
  max-width: 1100px;
  margin: 30px auto;
  padding: 20px;
  background: white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
}

.layout-2 {
  display: block;
}

h2, h3 {
  margin-bottom: 15px;
  color: #d4af37;
  font-weight: 600;
}

h3 {
  font-size: 25px !important;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=date],
.form-group textarea {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.gold-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  align-items: flex-end;
}

.gold-section {
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background-color: #f4faff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.gold-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #d4af37;
  font-size: 1.3rem;
  font-weight: 600;
}

/* Each field group: input + label */
.field-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 150px;
  min-width: 50px;
}

.field-group-alloy {
  display: flex;
  flex-direction: column;
  flex: 1 1 250px;
  min-width: 175px;
}

.field-group-desc {
  display: flex;
  flex-direction: column;
  flex: 1 1 400px;
  min-width: 270px;
  min-height: 24px;
}

.field-label {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.field-group input,
.field-group select {
  padding: 8px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Remove button specific styling */
.remove-group {
  flex: 0 0 auto;
}

.remove-group .remove-row {
  background: #dc3545;
  color: white;
  border: none;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.remove-group .remove-row:hover {
  background: #e6c75e;
}

.custom-radio {
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #555;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 0.5em;
  margin-left: 1em;
}

.custom-radio:checked {
  background-color: #d4af37;
  border-color: #d4af37;
}

.custom-radio:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.8em;
  font-weight: bold;
}

.total-container {
  margin-top: 20px;
}

.total-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.total-container input {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  font-size: 1.2rem;
  border: 2px solid #d4af37;
  border-radius: 6px;
  background: #e9f3ff;
  font-weight: bold;
  color: #333;
}

.checkbox-group {
  display: flex;
  align-items: center;
}

.checkbox-group input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.btn {
  background-color: #d4af37;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}

.btn:hover {
  background-color: #e6c75e;
}

.btn.small {
  padding: 5px 12px;
  font-size: 13px;
}

.jump-button {
  padding: 12px 24px;
  background-color: #e6c75e;
  color: black;
  border: none;
  margin: 20px 0px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.jump-button:hover {
  border: 2px solid #000;
}

.form-actions {
  margin-top: 20px;
  text-align: right;
}

.form-group-row {
  display: flex;
  gap: 20px;
}

.form-group-row .form-group {
  flex: 1;
}

/*********************************RESPONSIVE****************************************/
@media (max-width: 768px) {
  .gold-row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }

  .field-group,
  .field-group-alloy,
  .field-group-desc {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
  }

  .remove-group {
    justify-content: flex-end;
  }

  .form-group-row {
    flex-direction: column;
    gap: 10px;
  }

  .form-actions {
    text-align: center;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



/**************LAYOUT 3 START****************/

.layout-3 {
  padding: 2rem;
  display: none;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

.layout-heading {
  font-size: 28px;
  color: #333;
  margin-bottom: 1rem;
}

.layout-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 1.5rem;
}

.info-section {
  margin-bottom: 1.5rem;
}

.info-section h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 0.5rem;
}

.tax-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #444;
}

.image-section {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}

.info-image {
  width: 45%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.button-wrapper {
  text-align: center;
}

.btn {
  background-color: #d4af37;
  color: white;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.btn:hover {
  background-color: #e6c75e;
}


/**************LAYOUT 4 START****************/
.layout-4 {
  padding: 2rem;
  display: none;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}
.page4-container {
      display: flex;
      gap: 40px;
      max-width: 1200px;
      margin: auto;
    }
    .minlayout{
    padding: 40px;
    font-family: Arial, sans-serif;
    text-align: center;
    }

    .page4-left-column {
      flex: 0 0 70%;
      padding: 20px;
      margin-bottom: 30px;
      background-color: #ffffff;
      text-align: left;
    }

    .page4-left-column h1 {
      font-size: 32px;
      margin-bottom: 20px;
      color: #333;
    }

    .page4-left-column p {
      font-size: 18px;
      line-height: 1.6;
      color: #555;
    }

    .page4-right-column {
      flex: 0 0 30%;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 30px;
    }

    .page4-right-column img {
      width: 60%;
      height: auto;
      object-fit: cover;
    }
    .verken{
    color: #d4af37;
    margin-bottom: 10px;
    font-size: 28px;
}

/**************LAYOUT 5 START****************/

.layout-5 {
  padding: 2rem;
  display: none;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

    @media (max-width: 768px) {
      .page4-container {
        flex-direction: column;
      }
      .total-label{
        font-size:0.6em;
      }
      .minlayout{
        padding:10px;
      }
       .verken{
       font-size:19px;
    }
    .page4-right-column img{
     width:100%;
    
    }