.elementor-3206 .elementor-element.elementor-element-bb966e8{--display:flex;--min-height:700px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3206 .elementor-element.elementor-element-32be35d{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3206 .elementor-element.elementor-element-7b5d549{--spacer-size:113px;}@media(max-width:767px){.elementor-3206 .elementor-element.elementor-element-bb966e8{--min-height:0px;}.elementor-3206 .elementor-element.elementor-element-32be35d{--min-height:0px;}}/* Start custom CSS for html, class: .elementor-element-f7815cc *//* Stats Section - Desktop Left, Mobile 1-Row Center */
.premium-stats {
    display: flex;
    justify-content: flex-start; /* Aligns left on desktop */
    align-items: center;
    gap: 40px; /* Gap for desktop */
    margin: 40px 0 50px 0;
    width: 100%;
}

.stat-box { 
    text-align: left; /* Text left-aligned for desktop */
}

/* Mobile Settings */
@media (max-width: 600px) {
    .premium-stats {
        gap: 15px; /* Tighter gap for mobile */
    }
    .stat-val { font-size: 16px !important; }
    .stat-label { font-size: 8px !important; }
}

/* Desktop Settings */
@media (min-width: 601px) {
    .stat-val { font-size: 24px; }
    .stat-label { font-size: 10px; }
}

.stat-val { font-weight: 600; color: #ffffff; display: block; }
.stat-label { 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    color: #888888; 
    margin-top: 6px; 
    display: block; 
    white-space: nowrap;
}
/* Boxed Container */
.main-boxed-container {
  max-width: 1000px; /* Adjust this to make it wider or narrower */
  margin: 0 auto;    /* This centers the box on your page */
  padding: 20px;
}

.service-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  text-align: left;
}

.map-side { 
  flex: 1 1 400px; 
}

.content-side { 
  flex: 1 1 300px; 
}

.section-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}

.fleet-section-container p {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  color: #000 !important;
  margin-bottom: 15px !important;
}

@media (max-width: 768px) {
  .service-section { flex-direction: column; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .service-section { flex-direction: column; }
}
/* Section Titles and Paragraphs */
.section-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}

.box-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000 !important; /* Changed to black */
  margin-bottom: 8px !important;
}

.why-choose-content p, 
.fleet-section-container > p, 
.fleet-info p,
.prom-box p {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  color: #000 !important;
  margin-bottom: 15px !important;
}

/* Grid Layout */
.prom-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 20px;
}

.prom-box {
  padding: 20px;
  border-radius: 8px;
  border-top: 4px solid #D19C2D;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;800&display=swap');

/* General Global Typography Override */
/* --- Targeted Classes for H2 and P --- */
.why-choose-content h2, 
.fleet-section-container > h2, 
.section-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

.why-choose-content p, 
.fleet-section-container > p, 
.fleet-info p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: #000 !important;
    margin-bottom: 15px !important;
}

.why-choose-content strong, 
.fleet-info p b, 
.fleet-info p strong {
    font-weight: 500 !important;
    color: #000 !important;
}

/* Contact Form 7 Centering */
.wpcf7 {
    margin: 0 auto !important;
    text-align: center !important;
    max-width: 600px !important; /* Adjust width as needed */
}

/* General Layout Styles */
.wrapper-outer, .why-choose-wrapper, .call-bar-container, .fleet-section-container, .trust-footer-wrapper, .split-section {
    font-family: 'Roboto', sans-serif !important;
}

/* 1. HERO */
.wrapper-outer {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://blacknblacklimo.com/wp-content/uploads/2026/04/Lucid_Origin_A_luxury_black_Lincoln_Navigatorparked_in_front_o_0.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    color: #ffffff !important;
}
.wrapper { display: grid; grid-template-columns: 3fr 2fr; gap: 40px; max-width: 1200px; margin: auto; padding: 40px 20px; }

/* Hero Content Specifics */
.content h1, .content p, .content, .content a {
    font-family: 'Roboto', sans-serif !important;
    text-shadow: none !important;
    letter-spacing: normal !important;
}

.content h1 { 
    font-size: 30px !important; 
    font-weight: 500 !important; 
    margin: 30px 0 15px 0 !important; 
    color: #fff !important; 
}

.content p { 
    font-size: 14px !important; 
    font-weight: 300 !important; 
    margin-bottom: 15px !important; 
    line-height: 1.5 !important; 
    color: #e0e0e0 !important; 
}

.content p b { 
    color: #fff !important; 
    font-weight: 500 !important; 
}

.cta-button { display: inline-block; background-color: #D19C2D; color: #ffffff; padding: 10px 24px; border-radius: 4px; text-decoration: none; }
.code-container { background: #f1f3f4; padding: 20px; border-radius: 8px; border: 1px solid #dadce0; color: #202124;
        HEIGHT: 430PX;
}

/* 2. WHY CHOOSE & BENEFIT */
.why-choose-wrapper { max-width: 1200px; margin: auto; padding: 40px 20px; }

/* 3. CALL BAR */
.call-bar-container { background-color: #000000; padding: 25px 40px; display: flex; justify-content: space-between; align-items: center; }
.call-bar-title { color: #ffffff; font-size: 20px; margin: 0; }
.call-bar-button { background-color: #D19C2D; color: #ffffff; padding: 12px 30px; text-decoration: none; border-radius: 4px; }

/* 4. FLEET */
.fleet-section-container { max-width: 1200px; margin: 50px auto; padding: 0 20px; text-align: center; }
.fleet-grid-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.fleet-card { border-radius: 15px; background: #fff; border: 1px solid #f0f0f0; box-shadow: 0 4px 15px rgba(0,0,0,0.08); overflow: hidden; }
.fleet-image { height: 150px; display: flex; align-items: center; justify-content: center; }
.fleet-image img { max-width: 90%; max-height: 90%; object-fit: contain; }
.fleet-info { padding: 20px; }

.fleet-info h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin: 0 0 5px 0 !important;
}

.fleet-info .capacity {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #d4af37 !important;
    margin-bottom: 10px !important;
}

/* 5. TRUST FOOTER */
.trust-footer-wrapper { padding: 60px 20px; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://blacknblacklimo.com/wp-content/uploads/2026/06/3_11zon-2026-06-23T194704.701.webp'); background-size: cover; background-attachment: fixed; color: #fff; text-align: center; }
.trust-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }
.trust-item h4 { font-size: 18px; margin-bottom: 15px; color: #FFF; }
.contact-links a {
    display: block;
    text-decoration: none;
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 8px;
}
.logo-container img { height: 35px; background: #fff; padding: 5px; border-radius: 4px; }

/* 6. FAQ & FORM */
.split-section { display: flex; flex-wrap: wrap; gap: 40px; max-width: 1200px; margin: 40px auto; padding: 0 20px; }
.faq-side, .form-side { flex: 1; min-width: 300px; }

.section-title { 
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.faq-item { margin-bottom: 15px; border: 1px solid #000; border-radius: 10px; overflow: hidden; }
.faq-question { 
    background: #FFF; 
    padding: 20px; 
    color: #000 !important;
    cursor: pointer; 
    font-weight: 800; 
    display: flex; 
    justify-content: space-between; 
    font-family: 'Roboto', sans-serif;
}
.faq-answer { 
    display: none;
    padding: 0 20px 20px 20px; 
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #000 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    background-color: #fff;
}

@media (max-width: 768px) {
    .wrapper, .call-bar-container { grid-template-columns: 1fr; flex-direction: column; text-align: center; }
}/* End custom CSS */