body, input, select, textarea, .poster-section, #posterTitle {
  font-family: 'Noto Sans Bengali', sans-serif;
}


body {
  margin: 0;
  padding: 45px 0px;
  background: #ffffff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-selector {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: center;
  padding-bottom: 10px;
  font-size: 15px;
}
.language-selector label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  flex-wrap: wrap;
}

.controls, form {
  text-align: center;
  margin-bottom: 20px;
}

input, select, textarea {
  font-size: 16px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

table {
  margin: 0 auto;
  font-size: 16px;
}

th {
  text-align: right;
  padding-right: 10px;
}

#posterArea {
  width: 600px;
  min-height: 180px;
  margin: 20px auto;
  padding: 20px 40px;
  background-color: white;
  color: black;
  font-family: 'SolaimanLipi', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

#posterForm {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 320px;
}

#posterForm table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

#posterForm th {
  text-align: left;
  font-weight: 600;
  padding-bottom: 6px;
  color: #555;
  width: 35%;
}

#posterForm td {
  width: 65%;
}

#posterForm input, #posterForm select, #posterForm textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.8px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  resize: vertical;
}

#posterForm input:focus, #posterForm select:focus, #posterForm textarea:focus {
  border-color: #ba2a22;
  outline: none;
  box-shadow: 0 0 8px rgba(186, 42, 34, 0.3);
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#posterForm button {
  flex: 1;
  max-width: 150px;
  background-color: #ba2a22;
  color: white;
  border: none;
  padding: 12px 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#posterForm button:hover {
  background-color: #8c2019;
}
#posterForm button:active {
  background-color: #6d1713;
}

.poster-section {
  text-align: center;
}

#bg {
  background-color: #ba2a22;
  padding: 15px 0px;
  margin-left: -20px;
  margin-right: -20px;
}

#logo {
  display: flex;
  justify-content: center;
}
#logo img {
  width: 30%;
  margin-top: -35px;
  margin-bottom: -50px;
}

#main {
  border-left: 3px solid #ba2a22;
  border-right: 3px solid #ba2a22;
  border-bottom: 3px solid #ba2a22;
  width: 510px;
  padding-bottom: 12px;
  padding-left:  22px;
  padding-right:  22px;
  margin-left: -20px;
  margin-top: -20px;
  background-color: #ffffff;
}

#posterTitle {
  font-size: 38px;
  font-weight: bold;
  color: white;
  padding: 15px 0px;
}

#posterDate, #posterDescription, #posterAddress {
  font-size: 25px;
  padding: 10px 0px;
  font-weight: bold;
}

#posterMobile {
  font-size: 22px;
  padding-top: 10px;
  font-weight: bold;
}

#posterMobile2 {
  font-size: 22px;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-left: 84px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding: 300px 0px;
  }
  .wrapper {
    gap: 10px;
  }
}
