.main-top {
  width: 100%;
  height: auto;
  background: none;
}

.header {
  background: #393939a6;
}

.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.contact-image {
  background: url("https://foundyoujewelry.com/assets/img/contact/contact.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.contact-image img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-form {
  padding: 1rem 2rem 2rem;
  text-align: left;
}
.contact-form h3 {
  color: #231f20;
  font-weight: 400;
}
.input-heading {
  width: 80%;
}

.contact-form h2 {
  color: #231f20;
  font-size: 2.5rem;
  line-height: 40px;
  font-weight: 400;
  /* margin-bottom: 1rem; */
}

.contact-form p {
  color: #7f7a66;
  margin-top: 1rem;
  text-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 33px;
}
.contact-options .bullets {
  margin-top: 5px;
}
.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.contact-form input {
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  width: 75%;
  border: none;
  background: none;
  border-bottom: 1px solid #7f7a66;
}

.contact-form input:focus-visible {
  border-bottom: 1px solid black;
  outline: none;
}

.contact-form input::placeholder {
  font-size: 0.8rem;
}

.contact-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
}

.contact-options label {
  cursor: pointer;
  width: fit-content;
}

.contact-options input[type="radio"] {
  display: none;
}

.contact-options input[type="radio"] + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
}

.contact-options input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #231f20;
  border-radius: 50%;
  background-color: #fff;
}

.contact-options input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #231f20;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  /* display: inline-block; */
  color: #231f20;
  font-weight: 400;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #231f20;
  border-radius: 50%;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #231f20;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-options .btn {
  margin-top: 1rem;
  font-size: 1.2rem;
  padding: 10px 15px;
  width: 10rem;
}
.contact-options .email {
  width: 8rem;
}

.contact-option {
  padding: 0.75rem 1.5rem;
  border: 1px solid #231f20;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  flex: 1;
  text-align: center;
  font-size: 1rem;
}
.btn {
  background: #231f20;
  color: #f5f2e9;
  padding: 15px 25px;
  width: 12rem;
  margin-top: 1.5rem;
}
.carousel-btn .btn {
  background: #f5f2e9;
  color: #231f20;
}
.faq-btn .btn {
  background: #f5f2e9;
  color: #231f20;
  width: 10rem;
  padding: 10px 20px;
}
.faq-btn .btn:hover {
  background: #231f20;
  color: #f5f2e9;
}
.btn:hover {
  background: #f5f2e9;
  color: #231f20;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1rem 0 0.5rem;
  font-size: 1.5rem;
}
.divider span {
  color: #7f7a66;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
  margin-right: 0.25em;
}

.divider:not(:empty)::after {
  margin-left: 0.25em;
}

.schedule-call {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  background-color: #231f20;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
}

.schedule-call:hover {
  background-color: #444;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .header {
    background: #f5f2e9;
  }
  .icons {
    color: #231f20;
  }
}
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .contact-form {
    padding: 0;
  }
  .contact-image {
    height: 50vh;
  }
  .contact-form h2 {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .contact-container {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .contact-form {
    padding: 0;
  }
  .contact-form h2 {
    font-size: 1.875rem;
    line-height: 35px;
    margin-top: 2rem;
  }
  .contact-form p {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 20px;
  }
  .contact-image {
    height: 50vh;
  }
  .contact-form input::placeholder {
    font-size: 0.7rem;
  }
  .contact-options .btn {
    font-size: 1rem;
    width: 8rem;
  }
  .contact-options .email {
    width: 6rem;
  }
  .divider {
    font-size: 1rem;
  }
  .btn {
    margin-top: 1.5rem;
    padding: 10px 15px;
    width: 10rem;
    font-size: 1rem;
  }
}
