.query-section {
  font-family: "Amsi Pro", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  height: auto;
  margin-top: 5%;
  margin-bottom: -3%;
}

  .ask-us_section {
    flex: 1;
    margin-top: 20px;
  }
  .ask-us_section img {
    position: relative;
    bottom: -5%;
    left: auto;
    width: 90%;
    height: 100%;
  }

.query-left {
  flex: 1;
  /* position: relative; */
  text-align: center;
  margin-top: 20px;
}

.query-left h1 {
  font-size: 150px;
  font-weight: 900;
  font-family: "Amsi Pro Condensed";
  color: #e52421;
  line-height: 0.8;
  margin: 0;
}
.ask-us {
  font-size: 190px;
}
.query-left .ice-cream {
  position: relative;
  bottom: auto;
  left: auto;
  transform: rotate(10deg);
  width: 400px;
}

.query-right {
  flex: 1;
  text-align: center;
  margin-top: 20px;
}

.query-right h2 {
  font-size: 28px;
  font-weight: bold;
  color: #e52421;
  margin-bottom: 20px;
  width: 90%;
}

.form-toggle {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  width: 90%;
}

.toggle-btn {
  border: 1.4px solid #e52421;
  background: transparent;
  color: #e52421;
  padding: 8px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 0px #f20000;
  text-decoration: none;
  width: 200px;
}

.toggle-btn.active {
  background: #f20000 !important;
  color: #fff !important;
  box-shadow: 5px 5px 0px #ffffff, 6px 6px 0px 0.4px #e52421 !important;
}

.toggle-btn.active,
.toggle-btn:hover {
  background: #e52421;
  color: #fff;
  box-shadow: 5px 5px 0px #c10000;
}

.query-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 90%;
}

.query-form input,
.query-form textarea {
  border: 1px solid #333;
  padding: 12px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}

.query-form textarea {
  border-radius: 15px;
  resize: none;
}

.query-submit-btn {
  border: 1px solid #e52421;
  background: transparent;
  color: #e52421;
  padding: 8px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 0px #f20000;
  font-weight: bold;
  transition: 0.3s;
  align-self: center;
}

.query-submit-btn:hover {
  background: #e52421;
  color: #fff;
  box-shadow: 5px 5px 0px #ffffff, 6px 6px 0px 0.4px #e52421 !important;
}

@media (min-width: 320px) and (max-width: 424px) {
    .ask-us_section {
      display: none;
    }
  .query-section {
    flex-direction: column;
    text-align: center;
    margin-bottom: 15vh;
      padding: 25px;

  }
  .ask-us {
    font-size: 120px;
  }
  .query-left h1 {
    font-size: 85px;
  }
  .query-left .ice-cream {
    position: relative;
    top: -35px;
    left: -115px;
    transform: rotate(10deg);
    width: 160px;
  }
  .query-right {
    width: 100%;
    padding: 0 15px;
    margin-top: -161px;
  }
  .query-right h2 {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
  }
  .form-toggle {
    gap: 25px;
  }
  .query-right .form-toggle {
    font-size: 12px;
    width: 100%;
  }
  .query-form {
    width: 100%;
  }
  .query-form input,
  .query-form textarea {
    font-size: 13px;
    padding: 10px;
  }
  .query-submit-btn {
    padding: 4px 8px;
    font-size: 13px;
  }
  .toggle-btn {
    padding: 4px 8px;
    font-size: 13px;
    width: 100px;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
     .ask-us_section {
      display: none;
    }
  .query-section {
    flex-direction: column;
    text-align: center;
    margin-bottom: 15vh;
      padding: 25px;

  }
  .ask-us {
    font-size: 141px;
  }
  .query-left h1 {
    font-size: 94px;
    width: 100%;
  }
  .query-left .ice-cream {
    position: relative;
    top: -32px;
    left: -150px;
    transform: rotate(10deg);
    width: 160px;
  }
  .query-right {
    width: 100%;
    padding: 0 15px;
    margin-top: -200px;
  }
  .query-right h2 {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
  }
  .form-toggle {
    gap: 25px;
  }
  .query-right .form-toggle {
    font-size: 12px;
    width: 100%;
  }
  .query-form {
    width: 100%;
  }
  .query-form input,
  .query-form textarea {
    font-size: 13px;
    padding: 10px;
  }
  .query-submit-btn {
    padding: 4px 8px;
    font-size: 13px;
  }
  .toggle-btn {
    padding: 4px 8px;
    font-size: 13px;
    width: 100px;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .query-left {
    display: none;
  }
  /* .query-section {
    margin-bottom: -5%;
  } */
  .ask-us {
    font-size: 150px;
  }
  .query-left h1 {
    font-size: 100px;
  }
  .query-left .ice-cream {
    top: -60px;
    width: 320px;
    left: -91px;
  }
  .form-toggle {
    gap: 35px;
  }

  .query-right {
      padding-right: 5%;
      margin-bottom: 20%;
  }
  .query-right h2 {
    font-size: 35px;
    font-weight: 900;
    width: 100%;
  }
  .query-right .form-toggle {
    width: 100%;
  }
  .query-form {
    gap: 15px;
    width: 100%;
  }

  .query-form input,
  .query-form textarea {
    padding: 5px 10px;
    font-size: 13px;
  }
  .toggle-btn {
    padding: 4px 8px;
    width: 150px;
    font-size: 13px;
  }
  .query-submit-btn {
    font-size: 13px;
    padding: 4px 8px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
   .query-left {
    display: none;
  }
  /* .query-section {
    margin-bottom: 30vh;
  } */
  .ask-us {
    font-size: 190px;
  }
  .query-left h1 {
    font-size: 130px;
  }
  .query-form input,
  .query-form textarea {
    font-size: 14px;
    color: #333 !important;
  }
  .query-left .ice-cream {
    top: -70px;
    width: 410px;
    left: -26%;
    transform: rotate(10deg);
  }
  .query-right h2 {
    font-size: 40px;
    font-weight: 900;
  }
  .toggle-btn {
    padding: 2px 4px;
    font-size: 15px;
    width: 130px;
  }
  .query-submit-btn {
    padding: 8px 16px;
    font-size: 15px;
  }

  .form-toggle {
    gap: 50px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
   .query-left {
    display: none;
  }
  /* .query-section {
    margin-bottom: 35vh;
  } */
  .ask-us {
    font-size: 225px;
  }
  .query-left h1 {
    font-size: 150px;
  }
  .query-left .ice-cream {
    top: -70px;
    width: 450px;
    left: -30%;
    transform: rotate(10deg);
  }
  .query-right h2 {
    font-size: 50px;
    font-weight: 900;
  }
  .toggle-btn {
    padding: 5px 10px;
    font-size: 18px;
  }
  .query-submit-btn {
    padding: 5px 10px;
    font-size: 18px;
  }
  .form-toggle {
    gap: 50px;
  }
  .query-form input,
  .query-form textarea {
    font-size: 17px;
    color: #333;
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
   .query-left {
    display: none;
  }
  /* .query-section {
    margin-bottom: 35vh;
  } */
  .query-left {
    right: 50px;
    margin-top: 70px;
  }
  .query-left h1 {
    font-size: 240px;
    line-height: 210px;
  }
  .ask-us {
    font-size: 360px;
  }
  .query-left .ice-cream {
    bottom: -32%;
    width: 55%;
    left: -20%;
  }
  /* .query-right h2 {
    font-size: 80px;
    font-weight: 900;
  }
  .toggle-btn {
    font-size: 35px;
    padding: 15px 30px;
    width: 300px;
    box-shadow: 10px 10px 0px #f20000 !important;
  }
  .toggle-btn.active {
    background: #f20000 !important;
    color: #fff !important;
    box-shadow: 10px 10px 0px #ffffff, 10px 10px 0px 2px #e52421 !important;
  }
  .form-toggle {
    gap: 150px;
    margin: 100px 0px;
  }
  .query-form {
    gap: 50px;
  }
  .query-form input,
  .query-form textarea {
    font-size: 35px;
    padding: 20px 20px;
  }
  .query-submit-btn {
    font-size: 35px;
    padding: 15px 30px;
    box-shadow: 10px 10px 0px #f20000;
  }

  .query-submit-btn:hover {
    background: #e52421;
    color: #fff;
    box-shadow: 10px 10px 0px #ffffff, 10px 10px 0px 2px #e52421 !important;
  } */
}

@media (min-width: 2560px) {
   .query-left {
    display: none;
  }
  /* .query-section {
    margin-bottom: 130px;
  } */
  .query-left {
    right: 50px;
    margin-top: 70px;
  }
  .query-left h1 {
    font-size: 240px;
    line-height: 210px;
  }
  .ask-us {
    font-size: 360px;
  }
  .query-left .ice-cream {
    bottom: -32%;
    width: 55%;
    left: -20%;
  }

  .query-right h2 {
    font-size: 80px;
    font-weight: 900;
  }
  .toggle-btn {
    font-size: 35px;
    padding: 15px 30px;
    width: 300px;
    box-shadow: 10px 10px 0px #f20000 !important;
  }
  .toggle-btn.active {
    background: #f20000 !important;
    color: #fff !important;
    box-shadow: 10px 10px 0px #ffffff, 10px 10px 0px 2px #e52421 !important;
  }
  .form-toggle {
    gap: 150px;
    margin: 100px 0px;
  }
  .query-form {
    gap: 50px;
  }
  .query-form input,
  .query-form textarea {
    font-size: 35px;
    padding: 20px 20px;
  }
  .query-submit-btn {
    font-size: 35px;
    padding: 15px 30px;
    box-shadow: 10px 10px 0px #f20000;
  }

  .query-submit-btn:hover {
    background: #e52421;
    color: #fff;
    box-shadow: 10px 10px 0px #ffffff, 10px 10px 0px 2px #e52421 !important;
  }
}
/* Thank You Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);

  /* Flexbox Centering */
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 700px;
  text-align: center;
  position: relative;
    font-family: "Amsi Pro", sans-serif;

}


.modal-content h2 {
  color: #e52421;
  margin-bottom: 10px;
    font-weight: 700;

}

.modal-content p {
  font-size: 16px;
  color: #333;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #aaa;
}

.close-btn:hover {
  color: #e52421;
}
