.main {
  width: 100%;
}

.contact-hero-section {
  width: 100%;
  background-color: var(--bg-main);
}

.contact-hero-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dental-icon {
  fill: var(--gold);
  width: 2rem;
  height: 2rem;
}

.contact-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: var(--font-1);
  color: var(--text-main);
}

.contact-subtitle {
  font-family: var(--font-2);
  color: var(--text-muted);
}
input[type="tel"]:lang(ar) {
  text-align: right;
}
.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  font-family: var(--font-2);
}

.opening-card {
  background-color: var(--bg-main-1);
  border-radius: 0.75rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-width: 1px;
  border-color: var(--gold);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.opening-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.opening-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: rgb(255 241 247 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.opening-title {
  color: var(--text-main);
  font-weight: 600;
}

.opening-content {
  font-family: var(--font-2);
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.address-card {
  background-color: var(--bg-main-2);
  border-radius: 0.75rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-width: 0px;
  /* border-color: var(--gold); */
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.address-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.address-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: rgb(255 241 247 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.address-title {
  color: var(--text-main);
  font-weight: 600;
}

.address-content {
  font-family: var(--font-2);
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.call-button-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.call-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 9999px;
  background-color: var(--gold);
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.call-button:hover {
  background-color: var(--gold-hover);
}

.call-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.ask-card {
  background-color: var(--bg-main-1);
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-width: 1px;
  border-color: var(--gold);
  padding: 2rem;
}

.ask-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ask-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: var(--font-1);
  color: var(--text-main);
}

.ask-subtitle {
  font-family: var(--font-2);
  color: var(--text-muted);
}

.ask-form {
  margin-top: 1rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  border-radius: 20px !important;
  background-color: var(--bg-main-2) !important;
  color: var(--text-muted) !important;
  border: none !important;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.label {
  font-family: var(--font-2);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-muted);
}

.input-firstname {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-firstname:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.input-firstname::placeholder::placeholder {
  color: rgb(154 160 180 / 1);
}

.input-lastname {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-lastname:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.input-lastname::placeholder::placeholder {
  color: rgb(154 160 180 / 1);
}

.input-phone {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-phone:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.input-phone::placeholder::placeholder {
  color: rgb(154 160 180 / 1);
}

.input-email {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-email:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.input-email::placeholder::placeholder {
  color: rgb(154 160 180 / 1);
}

.message-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.textarea-message {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.textarea-message:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.textarea-message::placeholder::placeholder {
  color: rgb(154 160 180 / 1);
}

.recaptcha-placeholder {
  margin-top: 1.5rem;
}

.recaptcha-box {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recaptcha-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.recaptcha-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #ff4a8d;
}

.recaptcha-text {
  color: var(--text-muted);
}

.recaptcha-image {
  width: 6rem;
  height: 1.5rem;
  object-fit: contain;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  font-family: var(--font-1);
}
.submit-button .submit-icon:lang(ar) {
  rotate: 180deg;
}
.submit-button {
  font-family: var(--font-2);
  width: fit-content;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 9999px;
  background-color: var(--gold);
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.submit-button:hover {
  background-color: var(--gold-hover);
}

.submit-icon {
  width: 1rem;
  height: 1rem;
}

.pink-wave-divider {
  width: 100%;
  height: 0.75rem;
  background-image: linear-gradient(to right, #c9a24d, rgba(255, 74, 141, 0));
}

.map-locations-section {
  width: 100%;
  background-color: var(--bg-main-1);
}

.map-locations-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

.map-container {
  position: relative;
}

.map-frame {
  border-radius: 0.75rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
}

.map-iframe {
  width: 100%;
  height: 420px;
}

.map-popup {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background-color: var(--bg-main-2);
  border-radius: 0.75rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
  padding: 1rem;
  width: 280px;
}
#i36x2p {
  direction: ltr;
}
.openMap:hover {
  color: var(--gold-hover);
}
.openMap {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
}

.popup-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.popup-icon {
  width: 24px;
  height: 24px;
  fill: var(--gold);
}

.popup-title {
  font-weight: 600;
  color: var(--text-main);
}

.popup-body {
  font-family: var(--font-2);
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-muted);
}

.popup-hours {
  margin-top: 0.5rem;
}

.popup-hours-label {
  font-weight: 500;
}

.locations-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.locations-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: var(--font-1);
  color: var(--text-main);
  font-family: var(--font-2);
}

.locations-description {
  font-family: var(--font-2);
  color: var(--text-muted);
}

.location-card {
  font-family: var(--font-2);
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--gold);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.location-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.flag-us {
  stroke: var(--gold);
  width: 1.25rem;
  height: 1.25rem;
}

.location-country {
  font-weight: 600;
  color: var(--text-main);
}

.location-details {
  font-family: var(--font-2);
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.location-link {
  color: var(--gold);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.location-link:hover {
  color: var(--gold-hover);
}

.location-link-icon {
  width: 1rem;
  height: 1rem;
}

.flag-ca {
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--gold);
}

.appointment-banner {
  width: 100%;
  position: relative;
}

.appointment-background {
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(
    to right,
    #ffeaf2,
    #ffd9e8,
    rgb(255 217 232 / 0)
  );
  pointer-events: none;
}

.appointment-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
  position: relative;
}

.appointment-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.appointment-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: var(--font-1);
  color: var(--text-main);
}

.appointment-button {
  width: max-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 9999px;
  background-color: var(--gold);
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.appointment-button:hover {
  background-color: rgb(230 60 124 / 1);
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffd1e1;
}

.appointment-arrow {
  width: 1rem;
  height: 1rem;
}

.appointment-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dental-accent-icon {
  fill: var(--gold);
  position: absolute;
  top: 0px;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}

.appointment-image {
  width: 480px;
  height: 320px;
  object-fit: cover;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(233 213 221 / 1);
}

.footer {
  width: 100%;
  background-color: rgb(26 26 75 / 1);
  color: rgb(255 255 255 / 1);
}

.newsletter-input::placeholder::placeholder {
  color: rgb(154 160 180 / 1);
}

.responsive-tweaks-info {
  display: none;
}

@media (max-width: 992px) {
  .contact-hero-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .info-cards-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .submit-button {
    width: auto;
  }

  .map-locations-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .appointment-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  #ih5pi {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #iad4ri {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  #ibxfwb {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #inog4a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
