.elementor-615 .elementor-element.elementor-element-6edcc4a{--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;--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-615 .elementor-element.elementor-element-266780c{--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-615 .elementor-element.elementor-element-b145577{--grid-columns:3;--grid-row-gap:38px;--grid-column-gap:39px;}.elementor-615 .elementor-element.elementor-element-29b9992{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-615 .elementor-element.elementor-element-8dbb4e8{--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(max-width:999px){.elementor-615 .elementor-element.elementor-element-b145577{--grid-columns:2;}}@media(max-width:689px){.elementor-615 .elementor-element.elementor-element-b145577{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-7388647 *//* Reset & Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden; /* Prevents horizontal scroll on small phones */
}

/* --- HERO CONTAINER --- */
.hero-cinematic {
    position: relative;
    /* 100svh is better for mobile browsers (ignores the address bar resizing) */
    height: 100svh; 
    min-height: 700px;
    width: 100%;
    
    background-image: url('https://exumacars.com/wp-content/uploads/2026/01/05f78ab0-b869-47ad-b879-d7337b3a5352.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    display: flex;
    align-items: center; 
    /* Centers content vertically, but padding-top will offset it for the Nav */
}

/* Dark Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradient adjusted for better text contrast */
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

/* --- CONTENT WRAPPER --- */
.content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    
    /* WIDESCREEN FIX: Stops text from floating too far left on massive monitors */
    max-width: 1600px; 
    margin-left: auto;
    margin-right: auto;
    
    /* Spacing */
    padding-left: 5vw; /* Responsive side padding */
    padding-right: 20px;
    
    /* NAV BAR OVERLAP FIX: Pushes text down to clear your transparent header */
    padding-top: 140px; 
    
    color: white;
}

/* --- ACCENT HEADER (Line + Year) --- */
.accent-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.gold-line {
    width: 50px; /* Slightly longer for elegance */
    height: 2px;
    background-color: #cda45e;
    display: block;
}

.accent-text {
    font-size: 0.9rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: #cda45e;
    text-transform: uppercase;
}

/* --- TYPOGRAPHY --- */
.main-title {
    font-family: 'Playfair Display', serif;
    /* CLAMP: Scales smoothly between 3rem (mobile) and 5.5rem (desktop) */
    font-size: clamp(3rem, 5vw, 5.5rem); 
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #ffffff;
    max-width: 900px; /* Prevents title from getting too wide to read */
}

.gold-italic {
    font-style: italic;
    color: #cda45e;
    font-weight: 400;
}

.hero-description {
    font-family: 'Montserrat', sans-serif;
    /* CLAMP: Scales description text slightly */
    font-size: clamp(1rem, 1.1vw, 1.25rem);
    line-height: 1.7;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 45px;
}

/* --- BUTTON STYLING --- */
.gold-btn {
    display: inline-block;
    padding: 18px 40px;
    background-color: transparent;
    border: 2px solid #cda45e;
    color: #cda45e;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.gold-btn:hover {
    background-color: #cda45e;
    color: #000;
    box-shadow: 0 0 20px rgba(205, 164, 94, 0.4); /* Glow effect */
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* Tablet (Portrait & Small Laptop) */
@media (max-width: 1024px) {
    .hero-cinematic {
        min-height: 600px; /* Allow shorter height on tablets */
    }

    .content-wrapper {
        padding-top: 100px; /* Less top padding needed on tablet */
        padding-left: 40px;
    }

    .main-title {
        max-width: 100%;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .hero-cinematic {
        background-position: 65% center; /* Adjusts image focus for mobile portrait */
        text-align: left; /* Keep left alignment or switch to center if preferred */
    }

    .content-wrapper {
        padding-left: 25px; /* Standard mobile padding */
        padding-right: 25px;
        padding-top: 90px; /* Nav bars are usually shorter on mobile */
    }

    .accent-header {
        margin-bottom: 15px;
    }

    .gold-line {
        width: 30px; /* Shorter line for small screens */
    }

    .main-title {
        font-size: 2.8rem; /* Hard set for mobile to ensure "Paradise" fits */
        line-height: 1.2;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .gold-btn {
        width: 100%; /* Full width button on mobile is easier to tap */
        text-align: center;
        padding: 15px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebd8e28 */.exuma-steps {
  background: #ffffff;
  padding: 4.8rem 6vw 5.2rem;
}

.exuma-steps-inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* Header */
.steps-header {
  margin-bottom: 2.6rem;
  max-width: 650px;
}

.steps-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: #1b6ba0;
  margin-bottom: 0.55rem;
}

.steps-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 2.4vw, 2.4rem);
  color: #102a3a;
  margin-bottom: 0.6rem;
}

.steps-text {
  font-family: "DM Sans", system-ui;
  font-size: 1rem;
  color: #4b5b66;
  line-height: 1.7;
}

/* Steps Grid */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.step-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.8rem 1.4rem 1.6rem;
  border: 1px solid rgba(15, 46, 75, 0.08);
  box-shadow: 0 20px 45px rgba(15, 46, 75, 0.07);
  transition: all 0.25s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 46, 75, 0.18);
}

/* Number */
.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dfeffc, #f8fcff);
  color: #1b6ba0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", system-ui;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

/* Titles */
.step-title {
  font-family: "DM Sans", system-ui;
  color: #102a3a;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

/* Desc */
.step-desc {
  font-family: "DM Sans", system-ui;
  font-size: 0.95rem;
  color: #4c5b67;
  line-height: 1.65;
}

/* Footer reassurance */
.steps-footer {
  margin-top: 2.4rem;
}

.steps-reassure {
  font-family: "DM Sans", system-ui;
  font-size: 0.9rem;
  color: #6d7c86;
}

/* Responsive */
@media (max-width: 960px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    padding: 1.6rem 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a01876 *//* ============= ENHANCED FAQ SECTION ============= */

.exuma-faq {
  background: radial-gradient(circle at top left, #f0f6ff, #f7fafc 38%, #ffffff 90%);
  padding: 4.8rem 6vw 5.4rem;
}

.exuma-faq-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 3.2rem;
  align-items: flex-start;
}

/* LEFT SIDE */

.exuma-faq .faq-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: #1b6ba0;
  margin-bottom: 0.55rem;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.exuma-faq .faq-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.4vw, 2.4rem);
  color: #102a3a;
  margin-bottom: 0.7rem;
}

.exuma-faq .faq-text {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #4b5b66;
  margin-bottom: 1.4rem;
}

/* Category pills */

.exuma-faq .faq-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
}

.exuma-faq .faq-pill {
  font-family: "DM Sans", system-ui;
  font-size: 0.78rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(27, 107, 160, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: #1b6ba0;
}

/* Highlight help card */

.exuma-faq .faq-highlight-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1.2rem 1.3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #e8f2ff, #ffffff);
  border: 1px solid rgba(15, 46, 75, 0.1);
  box-shadow: 0 18px 45px rgba(15, 46, 75, 0.06);
}

.exuma-faq .faq-highlight-left {
  display: flex;
  align-items: flex-start;
}

.exuma-faq .faq-highlight-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1b6ba0, #0f4f7a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #ffffff;
}

.exuma-faq .faq-highlight-content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.exuma-faq .faq-highlight-label {
  font-family: "DM Sans", system-ui;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #4a6a82;
}

.exuma-faq .faq-highlight-title {
  font-family: "DM Sans", system-ui;
  font-size: 1rem;
  font-weight: 600;
  color: #102a3a;
}

.exuma-faq .faq-highlight-text {
  font-family: "DM Sans", system-ui;
  font-size: 0.9rem;
  color: #4c5b67;
  line-height: 1.6;
}

.exuma-faq .faq-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.9rem;
  margin-top: 0.5rem;
}

.exuma-faq .faq-highlight-cta {
  font-family: "DM Sans", system-ui;
  font-size: 0.86rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #1b6ba0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 9px 22px rgba(27, 107, 160, 0.35);
}

.exuma-faq .faq-highlight-cta:hover {
  background: #145177;
}

.exuma-faq .faq-highlight-meta {
  font-family: "DM Sans", system-ui;
  font-size: 0.8rem;
  color: #5a6b78;
}

/* RIGHT SIDE – Accordion */

.exuma-faq .faq-right {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

/* FAQ items */

.exuma-faq .faq-item {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 46, 75, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  position: relative;
}

.exuma-faq .faq-item::before {
  /* left accent line */
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
}

/* Summary (header row) */

.exuma-faq .faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 0.95rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Remove default marker */
.exuma-faq .faq-item > summary::-webkit-details-marker {
  display: none;
}

/* Icon circle */

.exuma-faq .faq-icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #f0f6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.exuma-faq .faq-icon {
  font-size: 1rem;
}

/* Question text */

.exuma-faq .faq-question {
  font-family: "DM Sans", system-ui;
  font-size: 0.95rem;
  font-weight: 600;
  color: #122536;
  flex: 1;
}

/* Toggle indicator */

.exuma-faq .faq-toggle-indicator {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 46, 75, 0.25);
  position: relative;
}

.exuma-faq .faq-toggle-indicator::before,
.exuma-faq .faq-toggle-indicator::after {
  content: "";
  position: absolute;
  background: rgba(15, 46, 75, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Horizontal line */
.exuma-faq .faq-toggle-indicator::before {
  width: 9px;
  height: 1px;
}

/* Vertical line (for + sign) */
.exuma-faq .faq-toggle-indicator::after {
  width: 1px;
  height: 9px;
}

/* Answer */

.exuma-faq .faq-answer {
  font-family: "DM Sans", system-ui;
  font-size: 0.9rem;
  color: #4c5b67;
  line-height: 1.7;
  padding: 0 1.1rem 0.95rem 3.1rem; /* aligned under question text */
  border-top: 1px solid rgba(15, 46, 75, 0.06);
}

/* Open state styling */

.exuma-faq .faq-item[open] {
  border-color: rgba(15, 46, 75, 0.2);
  box-shadow: 0 18px 38px rgba(15, 46, 75, 0.06);
  transform: translateY(-2px);
}

.exuma-faq .faq-item[open]::before {
  background: linear-gradient(180deg, #1b6ba0, #0f4f7a);
}

/* Change + to - when open (hide vertical bar) */
.exuma-faq .faq-item[open] .faq-toggle-indicator::after {
  display: none;
}

/* Hover hint (desktop) */
@media (hover: hover) {
  .exuma-faq .faq-item:hover {
    border-color: rgba(15, 46, 75, 0.18);
  }
}

/* ============= RESPONSIVE ============= */

@media (max-width: 960px) {
  .exuma-faq-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }
}

@media (max-width: 640px) {
  .exuma-faq {
    padding: 3.8rem 1.8rem 4.2rem;
  }

  .exuma-faq .faq-answer {
    padding-left: 2.6rem;
  }

  .exuma-faq .faq-highlight-card {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */