body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Suez One', serif;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    padding: 20px;
    /* background-color: rgb(244,229,89); Set a background color */
  }


header {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 20px;
}


section#subscribe {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);


}

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

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

.form-group input {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button.btn-subscribe {
    width: 100%;
    padding: 10px;
    background-color: rgb(48, 57, 228);
    -moz-box-shadow:0px 5px 15px rgba(0,0,0,0.4);
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
    
    box-shadow: 0px 5px 15px rgba(0,0,0,0.4);

    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: box-shadow 0.5s ease; /* Smooth transition for hover effect */

}

button.btn-subscribe:hover {
    background-color: rgb(244,229,89);
    color:black;
    -moz-box-shadow:0px 0px 0px rgba(44, 43, 63, 0.1);

    -webkit-box-shadow: 0px 0px 0px rgba(44, 43, 63, 0.1);;
    
    box-shadow: 0px 0px 0px rgba(44, 43, 63, 0.1);;
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    transition: box-shadow 0.5s ease; /* Smooth transition for hover effect */



}


  .option-item {
    font-family: "Noto Sans Thai Looped", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: larger;
    cursor: pointer;
    padding: 10px 20px; /* Adjusted for better visual spacing */
    margin: 5px; /* Space between options */
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9; /* Light background color for better contrast */
    text-align: center;
  }

  .option-item:hover {
    border: 2px solid #000000;  
    border-style: solid;
  }

  .selected {
    background-color: rgb(244,229,89); /* Highlight selected items */
  }

  #nextButton {
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
  }


h1{
    text-align: center;
}
#questionOptions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Align items vertically */
  list-style-type: none; /* Remove default list styling */
  padding: 0;
}

.input-question {
  width: 90%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}



p {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: larger;
}


section{
  background-color: white;
  padding:2em;
  border-radius: 1em;
  margin-top: 1em;
  

}

.btn-subscribe {
  display: block; /* Make the button fill the container width */
  text-align: center;
  justify-content: center;
  align-items: center;
  -moz-box-shadow:0px 5px 15px rgba(0,0,0,0.4);
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
  
  box-shadow: 0px 5px 15px rgba(0,0,0,0.4);

  padding: 15px 20px; /* Add some padding for better visual appearance */
  background-color: rgb(48, 57, 228); /* Set a background color */
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: x-large;
  color: white; /* Set the text color */
  border: none; /* Remove default border */
  border-radius: 5px; /* Optional: add rounded corners */
  cursor: pointer; /* Change cursor to pointer to indicate it's clickable */
  text-align: center; /* Ensure text is centered within the button */
  margin-top: 10px; /* Add some space above the button */
  text-decoration: none; /* Remove underline from text if using <a> tag */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  transition: box-shadow 0.5s ease; /* Smooth transition for hover effect */

}

.btn-question{
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block; /* Make the button fill the container width */
  width: 80vw; /* Ensure the button stretches to full width of its parent container */
  padding: 15px 20px; /* Add some padding for better visual appearance */
  background-color: rgb(255, 255, 255); /* Set a background color */
  color: black; /* Set the text color */
  font-size: 20px; /* Increase font size for better readability */
  /* border: none; Remove default border */
  border-radius: 15px; /* Optional: add rounded corners */
  border: 2px solid #000000;  
  border-style: solid;
  cursor: pointer; /* Change cursor to pointer to indicate it's clickable */
  text-align: center; /* Ensure text is centered within the button */
  margin-top: 10px; /* Add some space above the button */
  text-decoration: none; /* Remove underline from text if using <a> tag */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}
.btn-question:hover{

  background-color:  rgb(244,229,89); /* Set a background color */
  color: black; /* Set the text color */
  
  /* border: none; Remove default border */
  border-radius: 15px; /* Optional: add rounded corners */
  border: 2px solid #000000;  
  border-style: solid;
  cursor: pointer; /* Change cursor to pointer to indicate it's clickable */
  text-align: center; /* Ensure text is centered within the button */
  margin-top: 10px; /* Add some space above the button */
  text-decoration: none; /* Remove underline from text if using <a> tag */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}


.btn-subscribe:hover {
  background-color: rgb(63, 72, 253); /* Set a background color */
  -moz-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  -webkit-appearance: none;
  -webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  
  box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  transition: box-shadow 0.5s ease; /* Smooth transition for hover effect */

}


.suez-one-regular {
    font-family: "Suez One", serif;
    font-weight: 400;
    font-style: normal;
  }

  .mansalva-regular {
    font-family: "Mansalva", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #subscribe {
    border-width:2px;
    border-color: black;
    border: 2px;
    border-style: dashed;
    padding:1em;
    
  }

  .borel-regular {
    font-family: "Borel", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  /* EMAIL */
  .email-client {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.email-header {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.email-body {
    padding: 20px;
}

.email-footer {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: 0.8em;
}