@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,300,400&display=swap');

@font-face {
  font-family: "Eras Md BT";
  src: url('../assets/home/fonts/eras-md-bt-medium.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@import url("./index.css");

/* ==========================================================================
   Component: Contact Page Styles — Fully Responsive & Fluid System
   ========================================================================== */

/* Contact Hero Section Styles */
.contact-hero-section {
  width: 100%;
  background: #ffffff;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  min-height: auto;
  box-sizing: border-box;
}

.contact-hero-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 0 40px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Tagline */
.contact-hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.contact-hero-tagline span {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

/* Heading: Contact Us */
.contact-hero-title {
  font-family: Satoshi, Inter, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: rgb(6, 6, 18);
  font-style: normal;
  margin: 0 0 clamp(16px, 2vw, 28px) 0;
  text-align: center;
}

/* Outer Card Frame styling */
.contact-hero-card-frame {
  display: flex;
  width: 100%;
  max-width: 1320px;
  padding: clamp(10px, 1.5vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: clamp(16px, 2vw, 24px);
  border: 1px solid #FFFFFF;
  background: #F5F5F5;
  box-shadow: 0 0 6px 1px rgba(6, 6, 18, 0.16) inset;
  box-sizing: border-box;
}

/* Outer Card styling */
.contact-hero-outer-card {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: clamp(12px, 1.5vw, 18px);
  box-shadow: 0 10px 40px rgba(6, 6, 18, 0.05);
  overflow: hidden;
  border: 1px solid #E5E4E2;
}

/* Inner Card styling */
.contact-hero-inner-card {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
}

/* Left part of card: Text content */
.contact-hero-card-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding: clamp(24px, 3.5vw, 40px) clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  background: #FFFFFF;
}

/* Paper Airplane wrapper */
.paper-airplane-container {
  display: none !important;
}

.contact-hero-card-heading {
  color: var(--060612, #060612);
  font-family: Satoshi, 'Outfit', 'Inter', sans-serif;
  font-size: clamp(26px, 3.6vw, 44px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(34px, 4.4vw, 56px);
  margin: 0 0 16px 0;
}

.contact-hero-card-heading .highlight-green {
  color: #599632;
}

.green-bar-underline {
  display: none !important;
}

.contact-hero-card-desc-group {
  margin-bottom: 8px;
}

.contact-hero-card-desc-group p {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(13.5px, 1.1vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  text-align: justify;
}

.contact-hero-card-desc-group p:last-child {
  margin-bottom: 0;
}

.card-divider-line {
  border: none;
  border-top: 1px solid #E5E4E2;
  margin: 16px 0;
  width: 100%;
}

/* Features Row styling */
.contact-hero-features {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}

.feature-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(133, 189, 86, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.feature-info h4 {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(13px, 1.05vw, 14px);
  font-weight: 700;
  color: #060612;
  margin: 0 0 4px 0;
}

.feature-info p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(10.5px, 0.9vw, 11px);
  color: #69686E;
  margin: 0;
  line-height: 1.5;
}

.feature-vertical-divider {
  width: 1px;
  background: #E5E4E2;
  margin: 0 16px;
  align-self: stretch;
}

/* Right part of card: Image container */
.contact-hero-card-right {
  width: clamp(340px, 38vw, 520px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.contact-hero-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-color: lightgray;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Green Banner styling */
.contact-hero-banner {
  height: 104px;
  background: #599632;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
}

.banner-left-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.banner-icon-circle svg {
  color: #599632;
}

.banner-text {
  text-align: left;
}

.banner-text h3 {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(14px, 1.1vw, 15px);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 3px 0;
}

.banner-text p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Get in Touch Button inside banner */
.banner-get-in-touch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #FFFFFF;
  border-radius: 8px;
  color: #599632;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  border: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(6, 6, 18, 0.05);
}

.banner-get-in-touch-btn svg {
  transition: transform 0.3s ease;
}

.banner-get-in-touch-btn:hover {
  background: #F5F9F2;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(6, 6, 18, 0.1);
}

.banner-get-in-touch-btn:hover svg {
  transform: translateX(3px);
}

/* Responsive Overrides */
@media (max-width: 1200px) {
  .contact-hero-card-frame {
    padding: 12px;
    border-radius: 20px;
  }
  .contact-hero-outer-card {
    border-radius: 14px;
  }
  .contact-hero-inner-card {
    flex-direction: column-reverse;
    gap: 12px;
    padding: 12px;
  }
  .contact-hero-card-right {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .contact-hero-image {
    height: 320px;
    min-height: 0;
  }
  .contact-hero-banner {
    height: auto;
    padding: 16px 20px;
  }
  .contact-hero-card-left {
    padding: 32px 24px;
  }
}

@media (max-width: 960px) {
  .contact-hero-section {
    padding: 0 24px;
  }
  .contact-hero-container {
    padding: 24px 0 32px 0;
  }
  .contact-hero-features {
    flex-wrap: wrap;
    gap: 20px;
  }
  .feature-item {
    flex: unset;
    width: calc(50% - 10px);
  }
  .feature-vertical-divider {
    display: none;
  }
}

@media (max-width: 600px) {
  .contact-hero-image {
    height: 220px;
    min-height: 0;
  }
  .contact-hero-banner {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 16px;
    align-items: flex-start;
  }
  .banner-get-in-touch-btn {
    width: 100%;
    justify-content: center;
  }
  .feature-item {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-hero-section {
    padding: 0 16px;
  }
  .contact-hero-container {
    padding: 4px 0 20px 0;
  }
  .contact-hero-image {
    height: 180px;
    min-height: 0;
  }
  .contact-hero-card-frame {
    padding: 8px;
    border-radius: 16px;
  }
  .contact-hero-outer-card {
    border-radius: 12px;
  }
  .contact-hero-inner-card {
    gap: 8px;
    padding: 8px;
  }
}

/* ==========================================================================
   Component: Location.css
   ========================================================================== */

/* Location Section Styles */
.location-section {
  width: 100%;
  background: #FFFFFF;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}

.location-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}

/* Header layout side-by-side matching index.html presence-header */
.location-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
  width: 100%;
}

.location-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  width: 100%;
  text-align: left;
}

.location-header-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 496px;
  width: 100%;
  text-align: left;
  margin-top: 34px;
}

/* Tagline with chevrons */
.location-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.location-tagline span {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

/* Heading styling matching index.html */
.location-main-heading {
  width: 100%;
  max-width: 720px;
  color: var(--060612, #060612);
  font-family: Satoshi, sans-serif;
  font-size: clamp(26px, 4vw, 44px);
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
  text-align: left;
}

/* Description text styling matching index.html */
.location-desc {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: left;
}

/* Map wrapper styling */
.location-map-wrapper {
  max-width: 1280px;
  width: 100%;
  height: clamp(280px, 45vw, 622px);
  aspect-ratio: 142/69;
  border-radius: clamp(12px, 1.5vw, 16px);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(6, 6, 18, 0.06);
  border: 1px solid #E5E4E2;
  margin: 0 auto;
}

.location-map-wrapper iframe {
  display: block;
}

/* ==================== UNIFORM GLOBAL SECTION SPACING MATCHING INDEX.HTML ==================== */
.contact-hero-section,
.contact-section,
.location-section,
.faqs-section,
.cta-section {
  margin-bottom: 60px !important;
}

.contact-inner,
.location-container,
.faqs-container,
.cta-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Responsive Overrides */
@media (max-width: 960px) {
  .contact-hero-section,
  .contact-section,
  .location-section,
  .faqs-section,
  .cta-section {
    margin-bottom: 44px !important;
    padding-left: 24px;
    padding-right: 24px;
  }
  .location-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }
  .location-header-right {
    margin-top: 0;
  }
  .location-header-left,
  .location-header-right {
    max-width: 100%;
  }
  .location-main-heading {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .location-desc {
    font-size: 15px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 480px) {
  .contact-hero-section,
  .contact-section,
  .location-section,
  .faqs-section,
  .cta-section {
    margin-bottom: 32px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-hero-title {
    font-size: 32px;
    line-height: 42px;
  }
  .contact-hero-card-left {
    padding: 24px 16px;
  }
  .contact-hero-card-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .location-main-heading {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .location-desc {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 360px) {
  .contact-hero-section,
  .contact-section,
  .location-section,
  .faqs-section,
  .cta-section {
    margin-bottom: 24px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .contact-hero-container {
    padding: 16px 0 16px 0;
  }
  .contact-hero-title {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 12px !important;
  }
  .contact-hero-card-frame {
    padding: 6px;
    border-radius: 12px;
  }
  .contact-hero-outer-card {
    border-radius: 10px;
  }
  .contact-hero-inner-card {
    padding: 4px;
    gap: 6px;
  }
  .contact-hero-card-left {
    padding: 16px 10px;
  }
  .contact-hero-card-heading {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
  }
  .contact-hero-card-desc-group p {
    font-size: 12.5px;
    line-height: 1.5;
    text-align: left;
  }
  .feature-icon-circle {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .feature-icon-circle svg {
    width: 18px;
    height: 18px;
  }
  .feature-info h4 {
    font-size: 12px;
  }
  .feature-info p {
    font-size: 10.5px;
  }
  .contact-hero-image {
    height: 150px;
  }
  .contact-hero-banner {
    padding: 12px 10px;
    gap: 10px;
  }
  .banner-left-info {
    gap: 10px;
  }
  .banner-icon-circle {
    width: 36px;
    height: 36px;
  }
  .banner-icon-circle svg {
    width: 18px;
    height: 18px;
  }
  .banner-text h3 {
    font-size: 13px;
  }
  .banner-get-in-touch-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  .location-main-heading {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .location-desc {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .location-header {
    margin-bottom: 20px;
  }
  .location-map-wrapper {
    height: 220px;
  }
}

