@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-secA {
  background: linear-gradient(135deg, #00257a 0%, #001a57 55%, #001445 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.contact-secA::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.contact-secA::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.contact-secA .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .contact-secA .container {
    padding: 0;
  }
}
.contact-secA .flex {
  gap: 0;
}
.contact-secA .flex .col-md {
  flex: 1;
  padding: 32px 40px;
  position: relative;
  transition: background 0.35s ease;
}
.contact-secA .flex .col-md:hover {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1152px) {
  .contact-secA .flex .col-md {
    padding: 26px 24px;
  }
}
@media only screen and (max-width: 675px) {
  .contact-secA .flex .col-md {
    padding: 22px 20px;
  }
}
.contact-secA .flex .col-md:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .contact-secA .flex .col-md.addr_col-md {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.contact-secA .flex .col-md a, .contact-secA .flex .col-md p, .contact-secA .flex .col-md h6 {
  color: var(--white);
}
.contact-secA .flex .col-md .ico {
  position: absolute;
  top: 26px;
  right: 30px;
  line-height: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.contact-secA .flex .col-md .ico svg {
  width: auto;
  height: 24px;
}
.contact-secA .flex .col-md:hover .ico {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-4px);
}
@media only screen and (max-width: 1152px) {
  .contact-secA .flex .col-md .ico {
    top: 22px;
    right: 22px;
    width: 50px;
    height: 50px;
  }
  .contact-secA .flex .col-md .ico svg {
    height: 24px;
  }
}
.contact-secA .flex .col-md h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.8;
  padding-bottom: 10px;
  position: relative;
}
.contact-secA .flex .col-md h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
}
.contact-secA .flex .col-md p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 675px) {
  .contact-secA .flex .col-md p {
    font-weight: 500;
    font-size: 15px;
  }
}
.contact-secA .flex .col-md ul li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-secA .flex .col-md a {
  display: block;
}
.contact-secA .flex .col-md a:not(.get-dr) {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.389;
  transition: color 0.3s ease, transform 0.3s ease;
}
.contact-secA .flex .col-md a:not(.get-dr):hover {
  color: #cdd9ff;
  transform: translateX(3px);
}
@media only screen and (max-width: 675px) {
  .contact-secA .flex .col-md a:not(.get-dr) {
    font-size: 15px;
  }
}
.contact-secA .flex .col-md a.get-dr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 30px;
  background: var(--white);
  color: var(--primary);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.contact-secA .flex .col-md a.get-dr::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.contact-secA .flex .col-md a.get-dr:hover {
  background: #eef2ff;
  color: var(--primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.contact-secA .flex .col-md a.get-dr:hover::after {
  transform: translateX(4px);
}

.form-section {
  padding: 110px 0 85px;
  background: #f7f8fc;
}

/* Contact form — premium two-column layout */
.contact-form-section {
  padding: 6.5rem 0 5.5rem;
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 37, 122, 0.06) 0%, transparent 42%),
    radial-gradient(circle at 90% 80%, rgba(218, 83, 44, 0.05) 0%, transparent 38%),
    #f7f8fc;
  position: relative;
  overflow: hidden;
}
.contact-form-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 37, 122, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
.contact-form-section .container {
  position: relative;
  z-index: 1;
}
.contact-form-section .section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3rem;
  padding-top: 1.5rem;
}
.contact-form-section .section-head h2 {
  font-size: 34px;
  font-weight: 600;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.contact-form-section .section-head p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}
.contact-form-info,
.contact-form-card {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(0, 37, 122, 0.09);
  position: relative;
  overflow: hidden;
}
.contact-form-info::before,
.contact-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, #0033a0 55%, #da532c 100%);
}
.contact-form-info {
  padding: 2.25rem;
  position: sticky;
  top: calc(var(--headerheight, 80px) + 24px);
}
.contact-form-info .panel-head,
.contact-form-card .form-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f2f6;
}
.contact-form-info .panel-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}
.contact-form-info .panel-icon,
.contact-form-card .panel-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 37, 122, 0.08);
  border: 1px solid rgba(0, 37, 122, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-form-card .form-card-head h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 4px;
  line-height: 1.3;
}
.contact-form-card .form-card-head p {
  font-size: 13px;
  color: var(--text);
  margin: 0;
  line-height: 1.5;
}
.contact-form-card .form-card-head.full {
  grid-column: span var(--item);
}
.contact-form-info h3 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 14px;
}
.contact-form-info > p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 24px;
}
.contact-form-meta {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}
.contact-form-meta li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8f9fc 0%, #f3f5fa 100%);
  border: 1px solid #eef0f5;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-form-meta li:hover {
  border-color: rgba(0, 37, 122, 0.18);
  transform: translateX(4px);
  box-shadow: 0 6px 16px rgba(0, 37, 122, 0.06);
}
.contact-form-meta li svg {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-form-meta li strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 3px;
}
.contact-form-meta li span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text);
}
.contact-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-quick-links .quick-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid #e8eaf0;
  background: #fafbfc;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-quick-links .quick-link::after {
  content: "→";
  margin-left: auto;
  font-size: 15px;
  color: #9aa3b2;
  transition: transform 0.25s ease, color 0.25s ease;
}
.contact-quick-links .quick-link:hover::after {
  transform: translateX(3px);
  color: var(--primary);
}
.contact-quick-links .quick-link:hover {
  border-color: rgba(0, 37, 122, 0.25);
  background: rgba(0, 37, 122, 0.04);
  transform: translateX(3px);
  box-shadow: 0 6px 18px rgba(0, 37, 122, 0.08);
}
.contact-quick-links .quick-link svg {
  color: var(--primary);
  flex-shrink: 0;
}
.contact-quick-links .quick-link--wa:hover {
  border-color: rgba(37, 211, 102, 0.35);
  background: rgba(37, 211, 102, 0.06);
}
.contact-quick-links .quick-link--wa svg {
  color: #25d366;
}
.contact-form-card {
  padding: 2.25rem;
  max-width: none;
  margin: 0;
  --item: 2;
  --inputsize: 52px;
  --gaplr: 18px;
  --gaptb: 16px;
  --paddingleftright: 17px;
  --labelbackground: #fff;
}
.contact-form-card .form-group {
  background: #fafbfc;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  overflow: visible;
  padding-top: 6px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.2s ease;
}
.contact-form-card .form-group:hover {
  border-color: #d8dce6;
}
.contact-form-card .form-group::before,
.contact-form-card .form-group::after {
  display: none;
}
.contact-form-card .form-group label {
  color: #6d7485;
  font-weight: 500;
}
.contact-form-card .form-group input.form-control {
  line-height: normal;
}
.contact-form-card .form-control {
  background: transparent;
}
.contact-form-card .form-group select.form-control {
  color: var(--black);
}
.contact-form-card .form-group:has(select) {
  padding-top: 6px;
}
.contact-form-card .form-group:has(select:not(.valid)) .custom-select .current {
  color: #9aa3b2;
}
.contact-form-card .form-group:focus-within {
  background: #fff;
  border-color: rgba(0, 37, 122, 0.32);
  box-shadow: 0 0 0 4px rgba(0, 37, 122, 0.07);
}
.contact-form-card .form-group:has(textarea) {
  padding-top: 18px;
}
.contact-form-card .form-group textarea {
  margin-top: 6px;
  min-height: 130px;
  line-height: 1.55;
  padding-top: 4px;
}
.contact-form-card .form-group .custom-select {
  background: transparent;
}
.contact-form-card .form-group .custom-select .current {
  color: var(--black);
  font-size: 15px;
  line-height: var(--inputsize);
}
.contact-form-card .form-group .custom-select .list {
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0, 37, 122, 0.14);
  margin-top: 8px;
  z-index: 30;
  max-height: 220px;
  overflow-y: auto;
}
.contact-form-card .form-group .custom-select .list li {
  padding: 10px 16px;
  font-size: 14px;
  transition: background 0.2s ease;
}
.contact-form-card .form-group .custom-select .list li:hover {
  background: rgba(0, 37, 122, 0.06);
}
.contact-form-card .sbmt-grp {
  margin-top: 10px;
}
.contact-form-card .sbmt-grp .btn {
  min-width: 240px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(0, 37, 122, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-form-card .sbmt-grp .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 37, 122, 0.28);
}
.contact-form-card .form-note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #8b93a3;
}
@media only screen and (max-width: 991px) {
  .contact-form-section {
    padding: 4rem 0;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-form-info {
    position: static;
  }
  .contact-form-section .section-head h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .contact-form-section {
    padding: 3rem 0;
  }
  .contact-form-info,
  .contact-form-card {
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
  }
  .contact-form-info .panel-head,
  .contact-form-card .form-card-head {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .contact-form-card {
    --item: 1;
  }
  .contact-form-info h3 {
    font-size: 22px;
  }
  .contact-form-section .section-head {
    margin-bottom: 2rem;
  }
  .contact-form-section .section-head h2 {
    font-size: 26px;
  }
  .contact-form-card .sbmt-grp .btn {
    width: 100%;
    min-width: 0;
  }
}

.contact-SecC {
  position: relative;
  overflow: visible;
}
.contact-SecC #map-add {
  height: 585px;
  overflow: visible;
}
.contact-SecC #map-add iframe:focus {
  outline: none;
}
.contact-SecC #map-add .map-address,
.gm-style-iw .map-address {
  background: var(--white);
  display: block;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  max-width: 290px;
  min-width: 250px;
  font-weight: normal;
}
.contact-SecC #map-add .map-address-head,
.gm-style-iw .map-address-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, var(--primary) 0%, #001a57 100%);
  color: #fff;
  position: relative;
}
.contact-SecC #map-add .map-address-head::after,
.gm-style-iw .map-address-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.contact-SecC #map-add .map-address-head .map-pin,
.gm-style-iw .map-address-head .map-pin {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.contact-SecC #map-add .map-address-head h6,
.gm-style-iw .map-address-head h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 5px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.2px;
}
.contact-SecC #map-add .map-address-head .map-tag,
.gm-style-iw .map-address-head .map-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.contact-SecC #map-add .map-address .inf,
.gm-style-iw .map-address .inf {
  padding: 18px 18px 16px;
  background: #fff;
}
@media only screen and (max-width: 520px) {
  .contact-SecC #map-add .map-address .inf,
  .gm-style-iw .map-address .inf {
    padding: 16px;
  }
}
.contact-SecC #map-add .map-address .inf .map-addr-line,
.gm-style-iw .map-address .inf .map-addr-line {
  font-size: 14px;
  line-height: 1.55;
  font-family: "Poppins", sans-serif;
  color: #4a5568;
  font-weight: 400;
  margin: 0;
}
.contact-SecC #map-add .map-address .inf .map-addr-line + .map-addr-line,
.gm-style-iw .map-address .inf .map-addr-line + .map-addr-line {
  margin-top: 4px;
}
.contact-SecC #map-add .map-address .inf .map-addr-city,
.gm-style-iw .map-address .inf .map-addr-city {
  margin-top: 10px !important;
  padding-top: 10px;
  border-top: 1px dashed #e8eaf0;
  color: var(--black);
  font-weight: 500;
  font-size: 13px;
}
.contact-SecC #map-add .map-address .inf .get-direc,
.gm-style-iw .map-address .inf .get-direc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--primary);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: background 0.25s ease, transform 0.25s ease;
}
.contact-SecC #map-add .map-address .inf .get-direc::after,
.gm-style-iw .map-address .inf .get-direc::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}
.contact-SecC #map-add .map-address .inf .get-direc:hover,
.gm-style-iw .map-address .inf .get-direc:hover {
  background: #001a57;
  color: #fff !important;
  transform: translateY(-1px);
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 14px !important;
  padding: 0 !important;
  overflow: visible !important;
  box-shadow: 0 14px 40px rgba(0, 37, 122, 0.18) !important;
  border: 1px solid #e8eaf0 !important;
  max-height: none !important;
}
@media only screen and (max-width: 360px) {
  .gm-style-iw.gm-style-iw-c {
    border-radius: 12px !important;
    padding: 0 !important;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  overflow: visible !important;
  max-height: none !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
  display: none !important;
}
.gm-style-iw.gm-style-iw-c button[title=Close].gm-ui-hover-effect {
  display: none !important;
}

.gm-style .gm-style-iw-tc::after {
  background: var(--white);
}
@media only screen and (max-width: 360px) {
  .gm-style .gm-style-iw-tc::after {
    display: block;
  }
}

.poi-info-window {
  background: var(--white);
}

.gm-style-iw-ch {
  padding: 0 !important;
  overflow: visible !important;
  max-height: none !important;
}

/* Contact page — polished tablet & mobile */
@media only screen and (max-width: 991px) {
  .banner.property-listing-banner.contact-banner {
    padding: 88px 0 52px;
  }
  .banner.property-listing-banner.contact-banner .flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .banner.property-listing-banner.contact-banner .flex .search-filter-wrap {
    flex: 0 1 auto;
    width: 100%;
    max-width: 560px;
  }
  .banner.property-listing-banner.contact-banner .flex .search-filter-wrap h1 {
    font-size: clamp(1.75rem, 4.5vw, 2.5rem);
    text-align: center !important;
    margin-bottom: 10px;
  }
  .banner.property-listing-banner.contact-banner .flex .search-filter-wrap h5 {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    text-align: center !important;
    opacity: 0.92;
    font-weight: 400;
    line-height: 1.5;
  }
  .banner.property-listing-banner.contact-banner .flex .banner-circle {
    flex: 0 1 auto;
    width: 100%;
    max-width: 480px;
    display: block !important;
  }
  .banner.property-listing-banner.contact-banner .flex .banner-circle .img {
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 5/4;
    margin: 0 auto;
    transform: none;
    padding: 14px;
    border-radius: 20px;
  }
  .banner.property-listing-banner.contact-banner .flex .banner-circle .img img,
  .banner.property-listing-banner.contact-banner .flex .banner-circle .img video {
    transform: none;
    border-radius: 16px;
  }

  .contact-secA .container {
    padding: 0 20px;
  }
  .contact-secA .flex {
    flex-direction: column;
    gap: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }
  .contact-secA .flex .col-md {
    flex: 0 1 auto;
    width: 100%;
    padding: 28px 24px;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .contact-secA .flex .col-md:last-child {
    border-bottom: none;
  }
  .contact-secA .flex .col-md .ico {
    position: static;
    margin-bottom: 18px;
    width: 52px;
    height: 52px;
  }
  .contact-secA .flex .col-md .card {
    padding-right: 0;
  }
  .contact-secA .flex .col-md.addr_col-md {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .contact-form-section .section-head {
    padding: 1.25rem 4px 0;
  }
  .contact-form-section .section-head p {
    font-size: 15px;
  }
  .contact-quick-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .contact-quick-links .quick-link--wa {
    grid-column: 1 / -1;
  }
  .contact-quick-links .quick-link::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-secA .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .contact-secA .flex .col-md.addr_col-md {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .contact-secA .flex .col-md.tel_col-md {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: none;
  }
  .contact-secA .flex .col-md.mail_col-md {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner.property-listing-banner.contact-banner {
    padding: 76px 0 40px;
  }
  .banner.property-listing-banner.contact-banner .flex {
    gap: 1.5rem;
  }
  .banner.property-listing-banner.contact-banner .flex .banner-circle {
    max-width: 100%;
  }
  .banner.property-listing-banner.contact-banner .flex .banner-circle .img {
    max-width: 100%;
    aspect-ratio: 16/10;
    padding: 10px;
  }

  .contact-secA .container {
    padding: 0 16px;
  }
  .contact-secA .flex {
    gap: 14px;
    padding: 20px 0 24px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }
  .contact-secA .flex .col-md {
    padding: 22px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .contact-secA .flex .col-md:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .contact-secA .flex .col-md .ico {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }
  .contact-secA .flex .col-md .ico svg {
    height: 22px;
  }
  .contact-secA .flex .col-md h6 {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .contact-secA .flex .col-md p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .contact-secA .flex .col-md a:not(.get-dr) {
    font-size: 16px;
    word-break: break-word;
  }
  .contact-secA .flex .col-md a.get-dr {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }

  .contact-form-section {
    padding: 3.5rem 0 3rem;
  }
  .contact-form-section .section-head {
    padding-top: 1rem;
  }
  .contact-form-section .section-head h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .contact-form-section .section-head p {
    font-size: 14px;
    line-height: 1.65;
  }
  .contact-form-info,
  .contact-form-card {
    padding: 1.5rem 1.25rem;
    box-shadow: 0 12px 36px rgba(0, 37, 122, 0.08);
  }
  .contact-form-info h3 {
    font-size: 20px;
    line-height: 1.35;
  }
  .contact-form-info > p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .contact-form-meta {
    gap: 10px;
    margin-bottom: 20px;
  }
  .contact-form-meta li {
    padding: 12px 14px;
    border-radius: 12px;
  }
  .contact-quick-links {
    grid-template-columns: 1fr;
  }
  .contact-quick-links .quick-link {
    padding: 14px 16px;
    font-size: 14px;
  }
  .contact-form-card .form-group {
    border-radius: 10px;
  }
  .contact-form-card .sbmt-grp .btn {
    padding: 14px 24px;
    font-size: 15px;
    border-radius: 10px;
  }

  .contact-SecC #map-add {
    height: 380px;
  }
}

@media only screen and (max-width: 480px) {
  .banner.property-listing-banner.contact-banner .flex .search-filter-wrap h1 {
    font-size: 1.65rem;
  }
  .contact-secA .flex .col-md {
    padding: 20px 18px;
  }
  .contact-form-info .panel-icon,
  .contact-form-card .panel-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .contact-form-card .form-card-head h4 {
    font-size: 16px;
  }
}/*# sourceMappingURL=contact.css.map */
