.body{
  padding: 10px;
  margin: 20px;
}
#main {
  margin: 0 auto;
  width: fit-content; 
}
#main h1{
  color: rgb(21, 41, 141);
  text-align: center;
}

#FrontImg {
  height: auto;
  width: 100%;
}

#state {
  padding: 10px;
  margin-top: -25px;
  margin-left: 120px;
  height: 85px;
  width: 300px;
  border: 3px solid rgba(11, 11, 83, 0.769);
  color: rgb(94, 92, 92);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: medium;
  text-align: center;
  border-radius: 10px;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
}

.dropdown-container {
  display: flex;
  justify-content: space-between; /* Space between dropdowns */
  gap: 10px; /* Optional: Add space between dropdowns */
}

.dropdown-container > div {
  flex: 1; /* Make each dropdown take equal space */
}



.form-popup {
  display: none;
  position: fixed;
  bottom: 0%;
  top: 0%;
  right: 0%;
  left: 0%;
  padding: 15px;
  margin: 10px;
  background-color: white;
  color: rgba(11, 11, 83, 0.769);
  font-size: large;
  font-weight: bold;
  border: 3.5px solid #00B48D;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
  z-index: 9;
  overflow-y: auto; /* Add this line for vertical scrolling */
  max-height: 90vh; 
}

.form-popup button {
  padding: 5px;
  margin-top: -10px;
  margin-right: -10px;
  background-color: #00B48D;
  color: white;
  border: 1px solid black;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
}

.form-popup1 {
  display: none;
  position: fixed;
  bottom: 80%;
  top: 0%;
  right: 35%;
  left: 35%;
  padding: 15px;
  margin: 10px;
  background-color: white;
  color: rgba(11, 11, 83, 0.769);
  font-size: large;
  font-weight: bold;
  border: 3px solid rgba(11, 11, 83, 0.769);
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.form-popup1 button {
  padding: 5px;
  margin-top: -10px;
  margin-right: -10px;
  background-color: rgba(11, 11, 83, 0.769);
  color: white;
  border: 1px solid black;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
}

.container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: 30px;
}

.Image_box1 {
  height: 160px;
  margin-left: 40px;
  margin-top: 15px;
}
.Image_box2 {
  height: 180px;
  margin-top: -10px;
  margin-left: 20px;
}
.Image_box3 {
  height: 160px;
  margin-left: 40px;
  margin-top: 5px;
}
.Image_box4 {
  height: 160px;
  margin-left: 40px;
  margin-top: 15px;
}
.Image_box5 {
  height: 250px;
  margin-left: -20px;
  margin-top: -15px;
}
.Image_box6 {
  height: 230px;
  margin-left: -10px;
  margin-top: -13px;
}


.box {
  width: calc(33.33%3); /* Adjust width as needed */
  margin: 10px;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3.5px solid #00B48D;
  padding-top: 5px;
  padding-right: 5px;
}
#box1 {
  width: 330px;
  height: 280px;
  margin-top: 60px;
  margin-right: 30px;
}
#box2 {
  width: 330px;
  height: 280px;
  margin-top: 60px;
  margin-right: 30px;
}
#box3 {
  width: 330px;
  height: 280px;
  margin-top: 60px;
  margin-right: 30px;
}
#box4 {
  width: 330px;
  height: 280px;
  margin-top: 60px;
  margin-right: 30px;
}
#box5 {
  width: 330px;
  height: 280px;
  margin-top: 60px;
  margin-right: 30px;
}
#box6 {
  width: 330px;
  height: 280px;
  margin-top: 60px;
  margin-right: 30px;
}

.result {
  padding: 10px;
  margin: 10px;
  background-color: aquamarine;
  border: 1px solid gray;
}

.box h4 {
  margin-top: -40px;
  height: 50px;
  width: 260px;
  text-align: center;
  background-color: #00B48D;
  color: white; /* Optional: set text color for contrast */
  padding: 10px; /* Optional: add padding to make the text more readable */
  border-radius: 20px; /* Optional: add border-radius to make the corners rounded */
}


.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
  border: 2px solid black;
}
#category {
  padding: 10px;
  margin-top: -23px;
  margin-left: 120px;
  height: 85px;
  width: 300px;
  border: 3px solid rgba(11, 11, 83, 0.769);
  color: rgb(94, 92, 92);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: medium;
  text-align: center;
  border-radius: 10px;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
}

#E-cost {
  padding: 10px;
  margin-top: -23px;
  margin-left: 388px;
  height: 50px;
  width: 300px;
  border: 3px solid rgba(11, 11, 83, 0.769);
  color: rgb(94, 92, 92);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: medium;
  text-align: center;
  
  border-radius: 10px;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
}

#Cost {
  height: 30px;
  width: 400px;
}

#form {
  background-color: #bae3f2;
  margin: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid rgb(21, 41, 141);
}

.option-group #option_box {
  padding: 10px;
  margin: 10px;
  width: 300px;
  border: 3px solid rgba(11, 11, 83, 0.769);
  color: rgb(94, 92, 92);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 10px black;
}
#electricity_bill_form {
  display: none; 
  color: rgb(94, 92, 92);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#consumption_units_form {
  display: none; 
  color: rgb(94, 92, 92);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#rooftop_area_form {
  display: none; 
  color: rgb(94, 92, 92);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.option-box-shadow {
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2); /* Creates a shadow 2px right, 2px bottom, with a blur of 5px and a slight transparency */
}

#button{
  background-color: rgb(21, 41, 141);
  color: white;
  width: 230px;
  height: 50px;
  border-radius: 10px;
  margin: 0 auto;
  font-size: medium;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  display: block;
}

.option-group {
  display: flex; /* No styling changes needed */
}

.option-group label {
  margin-bottom: 0.5em;  /* Space between labels of radio buttons */
}
