.elementor-321 .elementor-element.elementor-element-58d4644{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-321 .elementor-element.elementor-element-02193c0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-321 .elementor-element.elementor-element-1c142b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-321 .elementor-element.elementor-element-47d7d1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-321 .elementor-element.elementor-element-06d9770 > .elementor-widget-container{padding:12px 12px 12px 12px;}.elementor-321 .elementor-element.elementor-element-06d9770 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:var( --e-global-color-95cdafb );color:#ffffff !important;}.elementor-321 .elementor-element.elementor-element-06d9770 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover{background-color:var( --e-global-color-1b89531 );}.elementor-321 .elementor-element.elementor-element-9b07420{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:690px){.elementor-321 .elementor-element.elementor-element-1c142b7{--width:50%;}.elementor-321 .elementor-element.elementor-element-47d7d1c{--width:50%;}}@media(max-width:999px){.elementor-321 .elementor-element.elementor-element-58d4644{--margin-top:-75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:689px){.elementor-321 .elementor-element.elementor-element-58d4644{--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-bbf1cd3 *//* =========================
   HERO — RESPONSIVE FIX
   ========================= */

/* Optional: set this based on your header height */
:root{
  --nav-safe: 92px;     /* desktop header height */
  --hero-xpad: clamp(18px, 5vw, 90px);
  --hero-bpad: clamp(26px, 6vh, 70px);
}

.safe-hero-section{
  position: relative;
  width: 100%;
  
  /* Use modern viewport units for mobile stability */
  min-height: 100svh;
  min-height: 100dvh; /* supported browsers will prefer this */
  
  background: url('https://exumacars.com/wp-content/uploads/2026/01/05f78ab0-b869-47ad-b879-d7337b3a5352.webp')
    no-repeat center / cover;

  display: flex;
  flex-direction: column;

  /* ✅ Put content towards the bottom (fixes mobile gap) */
  justify-content: flex-end;
  align-items: flex-start;

  /* ✅ Safe zone for transparent navbar + consistent side padding */
  padding:
    calc(var(--nav-safe) + 18px)
    var(--hero-xpad)
    var(--hero-bpad);

  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  color: #fff;

  overflow: hidden; /* prevents overlay + bg from causing scroll gaps */
}

/* Gradient Overlay */
.safe-hero-section::before{
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(
    to bottom,
    rgba(6,17,44,0.25) 0%,
    rgba(6,17,44,0.75) 55%,
    rgba(3,11,30,0.92) 100%
  );
  z-index:0;
}

/* Content */
.hero-content{
  position: relative;
  z-index:2;
  width: 100%;
  max-width: 650px;
}

/* Tag */
.hero-tag{
  display:flex;
  align-items:center;
  gap: 15px;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f4c478;
  margin-bottom: 18px;
  font-weight: 600;
}

.gold-line{
  width: 40px;
  height: 2px;
  background-color: #f4c478;
  flex: 0 0 auto;
}

/* Title */
.hero-headline{
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.35rem, 6vw, 4.6rem);
  line-height: 1.08;
  margin: 0 0 18px 0;
  color: #fff;
}

.gold-accent{
  color:#f4c478;
  font-style: italic;
}

/* Paragraph */
.hero-text{
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.6;
  color:#e8e8e8;
  max-width: 520px;
  margin: 0;
}

/* =========================
   MOBILE TUNING
   ========================= */
@media (max-width: 768px){
  :root{
    --nav-safe: 78px; /* typical mobile header height */
  }

  .safe-hero-section{
    align-items: center;
    text-align: center;

    /* Keep content near the bottom but not touching the edge */
    padding:
      calc(var(--nav-safe) + 14px)
      18px
      clamp(24px, 7vh, 48px);
  }

  .hero-tag{
    justify-content: center;
  }

  .gold-line{
    display:none;
  }

  /* Optional: avoid forced line break on small screens */
  .hero-headline br{
    display:none;
  }
}

/* =========================
   VERY WIDE SCREENS
   ========================= */
@media (min-width: 1400px){
  .hero-content{
    max-width: 720px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-802fcde *//* Container fits 100% of the Breakdance Column */
.contact-info-content {
    font-family: 'Inter', sans-serif;
    color: #06112c;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center if column is tall */
}

/* --- Typography --- */
.sub-heading {
    color: #3b82f6;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.main-heading {
    font-family: 'Playfair Display', serif;
    /* Responsive Font: Scales smoothly from 2.2rem (mobile) to 3rem (desktop) */
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #06112c;
}

.text-accent {
    color: #dcb36b;
    font-style: italic;
}

.contact-intro {
    color: #555e6d;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

/* --- List Styling --- */
.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.detail-item {
    display: flex;
    align-items: center; /* Aligns icon with text center */
    gap: 1.5rem;
    width: 100%;
}

/* Icon Styling */
.icon-circle {
    /* Fixed size ensuring it never squishes */
    width: 50px;
    height: 50px;
    min-width: 50px; 
    min-height: 50px;
    
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dcb36b;
    font-size: 1.2rem;
    border: 1px solid #e2e8f0;
}

/* Text Details */
.detail-text {
    display: flex;
    flex-direction: column;
    word-break: break-word; /* Prevents long emails from breaking layout */
}

.detail-text .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}

.detail-text .value {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #06112c;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover Links */
a.value:hover {
    color: #dcb36b;
}

/* --- Mobile Responsiveness --- */

/* Tablet & Mobile (Below 991px) */
@media (max-width: 991px) {
    .contact-info-content {
        padding-bottom: 3rem; /* Add space below if stacked */
        text-align: left;
    }
    
    .contact-intro {
        max-width: 100%;
    }
}

/* Small Mobile (Below 480px) */
@media (max-width: 480px) {
    .main-heading {
        font-size: 2rem; /* Force smaller size on tiny screens */
    }

    .detail-item {
        gap: 1rem; /* Tighter spacing */
    }

    .icon-circle {
        width: 40px; /* Slightly smaller icon */
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 1rem;
    }
    
    .detail-text .value {
        font-size: 1.1rem; /* Slightly smaller text */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-698cbcf *//* Section Background - Light Grey to contrast with the white form section above */
.map-section-wrapper {
    background-color: #f8f9fa;
    color: #06112c;
    font-family: 'Inter', sans-serif;
    padding: 5rem 1rem;
    width: 100%;
}

.map-content-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* --- Header --- */
.map-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem auto;
}

.sub-heading {
    color: #3b82f6;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #06112c;
}

.text-accent {
    color: #dcb36b;
    font-style: italic;
}

.map-description {
    color: #555e6d;
    font-size: 1rem;
    line-height: 1.6;
}

/* --- Map Frame Styling --- */
.map-frame {
    position: relative;
    width: 100%;
    height: 450px; /* Adjust height as needed */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
}

.map-frame iframe {
    display: block;
    /* Use grayscale filter for a more modern, muted map look */
    /* filter: grayscale(100%); */
    /* Uncomment the line above if you want a black/white map */
}

/* --- Floating Location Card --- */
.map-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    z-index: 10;
    max-width: 250px;
}

.map-card i {
    font-size: 1.5rem;
    color: #dcb36b;
}

.card-text {
    display: flex;
    flex-direction: column;
}

.card-text strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #06112c;
}

.card-text span {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .map-frame {
        height: 350px;
    }
    
    /* On mobile, center the floating card or hide it if it covers too much */
    .map-card {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        justify-content: center;
    }
}/* End custom CSS */