@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #f7f8f3;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f3eb;
  padding: 0 60px;
  color: white;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar img {
  width: 80px;
  height: auto;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.navbar li {
  margin-right: 37px;
}
.navbar a {
  text-decoration: none;
  color: rgba(28, 28, 28, 1);
  font-size: 15px;
  transition: color 0.3s ease;
}
.navbar a.active {
  color: #476f22;
}
.navbar a:hover {
  color: #476f22;
}
.deleteContainer {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 360px;
    height: 300px; 
    margin: auto;
    margin-top: 150px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .sectionDelete {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 150px 30px 150px;
} */

#deleteForm #emailInputGroup input,
#deleteForm #phoneInputGroup input {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: none;
  width: 100%;
}

#deleteForm #phoneInputGroup input::after {
  width: 90%;
}

#deleteForm button {
  padding: 10px;
  background: rgb(72, 111, 33);
  background: linear-gradient(
    120deg,
    rgba(72, 111, 33, 1) 0%,
    rgba(109, 157, 63, 1) 80%
  );
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
}

.input-group {
  margin-bottom: 15px;
}

#deleteForm button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.hidden {
  display: none;
}

.radio-buttons {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  width: 320px;
}

.radio-buttons .emailInput,
.radio-buttons .phoneInput {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/*.verified-icon::after {
  content: '\2713'; // Checkmark icon 
  color: green;
  margin-left: 5px;
}*/

*:focus {
  outline: none;
}

.deleteSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#successMessage {
  text-align: center;
}

#successMessage p {
  margin: 10px 0;
}

#otpForm {
  margin-top: 15px;
}

#otpForm .otp-inputs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

#otpForm .enterOtp {
  display: flex;
  justify-content: space-around;
}

#otpForm .otp-inputs input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#otpForm .otp-inputs button {
  padding: 10px;
  background: rgb(72, 111, 33);
  background: linear-gradient(
    120deg,
    rgba(72, 111, 33, 1) 0%,
    rgba(109, 157, 63, 1) 80%
  );
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  margin-top: 10px;
}

#otpForm .otp-inputs button:disabled {
  background: #ccc;
  cursor: not-allowed;
}





  .sectionDelete {
    /* padding: 40px 0; */
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    /* margin-bottom: 40px;  */

  }
  .sectionDelete .sectionDeleteHeader {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
  }
  .sectionDelete .sectionDeleteHeaderr {
    /* font-weight: 300; */
    font-size: 14px;
    text-align: center;
    color: #fd5454;
    margin-bottom: 20px;
  }
  .sectionDelete h1 {
    background: linear-gradient(
      120deg,
      rgba(72, 111, 33, 1) 50%,
      rgba(214, 174, 100, 1) 90%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  .sectionDelete .delete {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sectionDelete input[type="email"] {
    background-color: #e4e8d7;
    color: #8e8e8e;
    border: none;
    width: 500px;
    height: 40px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    outline: none;
  }
  .sectionDelete input[type="submit"] {
    background: linear-gradient(
      120deg,
      rgba(72, 111, 33, 1) 30%,
      rgba(109, 157, 63, 1) 70%
    );
    color: #fff;
    border: none;
    width: 200px;
    height: 40px;
    border-radius: 0 3px 3px 0;
    text-align: center;
    outline: none;
  }



.section6 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.section6 h3 {
  font-weight: 300;
  font-size: 14px;
}
.section6 img {
  width: 280px;
}
.section6 .moreInfo {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.section6 .moreInfo a {
  color: #2c2c2c;
}
.section6 .copyrights p {
  font-size: 16px;
}
.section6 .socialMedia {
  display: flex;
  gap: 20px;
  font-size: 26px;
  color: #2c2c2c;
}
.section7 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50px;
  margin-bottom: 80px;
}
.section7 .backToTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2c2c2c;
}
.section7 .backToTop img {
  width: 30px;
}
.menu-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.bar {
  width: 30px;
  height: 2px;
  background-color: #2c2c2c;
  margin: 2px 0;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .section1 {
    margin: 100px 50px 60px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .section1Right img {
    width: 380px;
  }
}
@media screen and (max-width: 960px) {
  .section1 {
    margin: 100px 50px 60px 50px;
  }
  .section1 .section1DescMiddle .section1DescMiddleHeader {
    font-size: 28px;
  }
  .section1 .section1Desc .section1DescMiddleTagline {
    font-size: 18px;
  }
  .section1 .section1Desc .section1DescMiddleDesc {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section1 {
    margin-top: 100px;
  }
  .section1 .contactUsContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
}
@media screen and (max-width: 790px) {
  .section1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .section1 {
    margin-top: 100px;
  }
  .section1 .section1Right img {
    width: 300px;
  }
}
@media screen and (max-width: 670px) {
  .section1 {
    margin-top: 100px;
  }
  .menu-icon {
    display: flex;
  }
  .navbar ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 85px;
    left: 0;
    background-color: rgba(228, 232, 215, 0.9);
    width: 100%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .navbar ul.show {
    display: flex;
  }
  .navbar li {
    margin-right: 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid beige;
  }
  .navbar a {
    color: #2c2c2c;
    font-size: 16px;
  }
  .menu-icon.open .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .menu-icon.open .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-icon.open .bar:nth-child(3) {
    transform: rotate(45deg) translate(1px, 1px);
  }
}
@media screen and (max-width: 600px) {
  .section1 {
    margin-top: 100px;
  }
  .section1 {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 30px;
  }
  .section1 .section1Desc {
    gap: 20px;
  }
  .section1 .section1DescTop img {
    width: 200px;
  }
  .section1 .section1DescMiddle .section1DescMiddleHeader {
    font-size: 26px;
    text-align: center;
  }
  .section1 .section1Desc .section1DescMiddleTagline {
    font-size: 20px;
    text-align: center;
  }
  .section1 .section1Desc .section1DescMiddleDesc {
    font-size: 14px;
    text-align: center;
  }
  .section1 .section1Desc .section1DescBottom {
    justify-content: center;
  }
  .section1 .section1Desc .section1DescBottom i {
    font-size: 26px;
  }
  .section6 .copyrights p {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .section1 {
    margin-top: 100px;
  }
  .section6 img {
    width: 200px;
  }
  .section6 .copyrights p {
    font-size: 12px;
    text-align: center;
  }
  .section7 {
    align-items: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .navbar {
    padding: 0 30px;
  }
  .section1 {
    margin-top: 100px;
  }
  .section1 .section1Right img {
    width: 250px;
  }
}
