h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Oswald", sans-serif;
  font-weight: 600;
}
p {
  font-family: "Poppins", "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
div,
span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.contactus-page-container {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #222;
}

.contactus-page-left-area-section {
  width: 100%;
  background: #a91633;
  color: #fff;
  padding: 56px 64px;
  float: left;
}

.contactus-page-left-bottom-section {
  width: 100%;
  background: #fff;
  color: #222;
  padding: 10px 64px;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.contactus-page-clear::after {
  content: "";
  display: block;
  clear: both;
}

.contactus-page-title-big {
  font-size: 40px;
  margin: 0 0 28px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.contactus-page-title-small {
  font-size: 32px;
  margin: 0 0 28px;
  font-weight: 800;
  color: #a91633;
}

.contactus-page-contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
  max-width: 640px;
}

.contactus-page-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  flex: 0 0 36px;
}

.contactus-page-icon-box svg {
  width: 18px;
  height: 18px;
  fill: #a91633;
}

.contactus-page-left-bottom-section .contactus-page-icon-box {
  background: #a91633;
}
.contactus-page-left-bottom-section .contactus-page-icon-box svg {
  fill: #ffffff;
}

.contactus-page-map-card {
  position: absolute;
  right: 5%;
  top: 6%;
  width: 42%;
  min-width: 420px;
  height: 82%;
  background: #fff;
  border: 5px solid #a91633;
  border-radius: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.contactus-page-map-inner {
  width: 96%;
  height: 96%;
  border-radius: 56px;
  overflow: hidden;
}

.contactus-page-map-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  height: 68px;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  border: 4px solid #a91633;
  border-top: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .contactus-page-left-area-section,
  .contactus-page-left-bottom-section {
    width: 100%;
    float: none;
    padding: 28px 22px;
  }
  .contactus-page-title-big {
    font-size: 30px;
  }
  .contactus-page-title-small {
    font-size: 26px;
  }
  .contactus-page-map-card {
    position: relative;
    width: 92%;
    max-width: 600px; /* optional: prevent extra-wide maps on desktop */
    min-width: 0;
    height: 320px;
    margin: 18px auto 30px; /* auto centers horizontally */
    border-width: 4px;
    border-radius: 22px;
    display: block;
    box-sizing: border-box;
  }
  .contactus-page-map-card:before {
    display: none;
  }
}

@media (max-width: 420px) {
  .contactus-page-contact-item {
    max-width: 320px;
  }
  .contactus-page-map-card {
    position: relative;
    width: 92%;
    max-width: 600px; /* optional: prevent extra-wide maps on desktop */
    min-width: 0;
    height: 320px;
    margin: 18px auto 30px; /* auto centers horizontally */
    border-width: 4px;
    border-radius: 22px;
    display: block;
    box-sizing: border-box;
    left: 1px;
  }
  .contactus-page-title-big {
    font-size: 26px;
  }

  .contactus-page-left-bottom-section {
    padding: 20px;
  }
}

a {
  text-decoration: none;
  color: #222;
}
.contactus-email-link-f {
  color: #ffffff;
}
