/* ============================
   GLOBAL COLOR CONTROL
   (ALL COLORS COME FROM colors.php)
============================ */

:root {
  --primary-color: var(--php-primary);
  --secondary-color: var(--php-secondary);
  --accent-color: var(--php-accent);
  --background-color: var(--php-background);
  --text-color: var(--php-text);
  --heading-color: var(--php-heading);
  --paragraph-color: var(--php-paragraph);
  --hover-color: var(--php-hover);

  /* Header */
  --header-bg: var(--php-header-bg);
  --header-link: var(--php-header-link);
  --header-link-hover: var(--php-header-link-hover);

  /* Submenu */
  --submenu-bg: var(--php-submenu-bg);
  --submenu-link: var(--php-submenu-link);
  --submenu-link-hover: var(--php-submenu-link-hover);

  /* Footer */
  --footer-bg: var(--php-footer-bg);
  --footer-text: var(--php-footer-text);
  --footer-link: var(--php-footer-link);
  --footer-link-hover: var(--php-footer-link-hover);
}
.uicore-branding img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
}

body, main, section, div {
  position: relative;
  z-index: 1;
}

.hero-video,
.hero-overlay,
.section-background {
  z-index: 0;
}

.uicore-navbar,
header {
  z-index: 1000;
  position: sticky;
  top: 0;
}

.modal,
.popup,
.fixed-button {
  z-index: 2000;
}
button {
  background-color: var(--button-bg);
  color: var(--button-text);
}

button:hover {
  background-color: var(--button-hover);
}




.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-section {
  position: relative;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}
/* ================= Hero Section ================= */
.hero-section {
  position: relative;
  padding: 120px 0;
  color: #fff;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.5);
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 18px;
  color: #ddd;
  margin-bottom: 25px;
  line-height: 1.6;
}

.elementor-icon-list-item a {
  display: inline-block;
  color: #f5c33b;
  text-decoration: none;
  font-size: 16px;
  margin-right: 15px;
}

.elementor-icon-list-item a:hover {
  text-decoration: underline;
}

/* ================= Booking Form ================= */
.booking-form {
  background: rgba(0, 0, 0, 0.8);
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.booking-form h3 {
  color: #f5c33b;
  font-weight: 700;
  margin-bottom: 15px;
}

.booking-form input,
.booking-form button {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
}

.booking-form input {
  background: #fff;
  color: #000;
}

.booking-form button {
  background: var(--button-bg);
  color: var(--button-text);
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-form button:hover {
  background: var(--button-hover);
}
.elementor-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.elementor-col-50 {
  flex: 1 1 48%;
  min-width: 300px;
}

.hero-section {
  position: relative;
  padding: 120px 0;
  color: #fff;
  background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.booking-form {
  background: rgba(0, 0, 0, 0.85);
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
/* Remove Elementor grid background lines */
.elementor-container::before,
.elementor-section::before {
  background: none !important;
  content: none !important;
}
.elementor-section {
  background-image: none !important;
  background: transparent !important;
}
/* kill Elementor grid lines if any slipped in */
.elementor-container::before,
.elementor-section::before { content:none !important; background:none !important; }

/* hero layout */
.hero{position:relative; min-height:85vh; display:grid; align-items:center; overflow:hidden;}
.hero-media{position:absolute; inset:0; z-index:0;}
.hero-video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.65) 100%);
}

/* content grid */
.hero-inner{
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.2fr .9fr; gap:3rem;
  max-width:1200px; margin:0 auto; padding:8rem 1.5rem 6rem;
}

.hero-copy h1{color:#fff; font-size:clamp(32px,4vw,56px); line-height:1.1; margin:0 0 1rem;}
.hero-copy p{color:#e8e8e8; font-size:18px; max-width:58ch;}
.hero-contacts{margin-top:1.25rem; display:flex; gap:1.25rem; flex-wrap:wrap;}
.hero-contacts a{color:#ffd06a; text-decoration:none; font-weight:600}

/* form card */
.hero-form{
  background:#0e0e0e; color:#fff; border-radius:16px; padding:28px;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
}
.hero-form h3{color:#f0b533; margin:0 0 14px; font-size:28px;}
.hero-form form{display:grid; gap:12px;}
.hero-form input, .hero-form button{
  border-radius:10px; border:none; padding:14px 16px; font-size:16px;
}
.hero-form input{background:#fff; color:#111;}
.btn-primary{background:#D9992F; color:#fff; font-weight:600; cursor:pointer;}
.btn-primary:hover{background:#c18927}

/* responsive */
@media (max-width:1024px){
  .hero-inner{grid-template-columns:1fr; gap:2rem; padding-top:6rem}
  .hero-form{max-width:640px; width:100%}
}
/* ---------- Header Styles ---------- */
.uicore-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  z-index: 1000;
}

.uicore-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
}

.uicore-branding img {
  height: 50px;
  transition: transform 0.3s ease;
}
.uicore-branding img:hover { transform: scale(1.05); }

.uicore-menu {
  list-style: none;
  display: flex;
  gap: 25px;
}
.uicore-menu li {
  position: relative;
}
.uicore-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease;
}
.uicore-menu a:hover { color: #D9992F; }

/* Dropdown */
.uicore-menu .sub-menu {
  display: none;
  position: absolute;
  background: #111;
  padding: 10px 0;
  list-style: none;
  top: 100%;
  left: 0;
  min-width: 220px;
  border-radius: 6px;
}
.uicore-menu li:hover .sub-menu { display: block; }
.sub-menu li { padding: 5px 20px; }
.sub-menu a { color: #fff; font-weight: 400; font-size: 14px; }
.sub-menu a:hover { color: #D9992F; }

/* CTA Button */
.uicore-btn {
 background: var(--button-bg);
  color: var(--button-text);
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}
.uicore-btn:hover { background: #c58a25; }

/* Mobile Toggle */
.uicore-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
.bars { display: flex; flex-direction: column; gap: 4px; }
.bar {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

/* Mobile Nav */
.mobile-nav {
  display: none;
  background: #111;
  position: absolute;
  top: 70px;
  width: 100%;
  left: 0;
  padding: 15px 0;
}
.mobile-nav ul {
  list-style: none;
  text-align: center;
}
.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
/* FIX LOGO SIZE */
.uicore-branding .site-logo {
    height: 38px;          /* perfect size */
    width: auto;           /* keeps original ratio */
    object-fit: contain;   /* prevents stretching */
    display: block;
}
/* Logo Fix */
.site-logo {
    height: 45px;   /* perfect size */
    width: auto !important;
    object-fit: contain;
    display: block;
    margin: 0;
    padding: 0;
}
.uicore-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
}

/* Logo hover */
.uicore-branding .site-logo:hover {
    transform: scale(1.05);
}

.mobile-nav a:hover { color: #D9992F; }
.accomplishments-section img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.accomplishments-section img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .uicore-menu { display: none; }
  .uicore-toggle { display: block; }
}
/* ========== Ontario Section (Your Premier Limousine Service) ========== */
.ontario-section {
  background-color: #30353C;
  color: #fff;
  padding: 80px 5%;
}

.ontario-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.ontario-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.ontario-content {
  max-width: 550px;
}

.ontario-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--uicore-primary-color, #D9992F);
  margin-bottom: 20px;
}

.ontario-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #ddd;
}

/* Responsive layout */
@media (max-width: 992px) {
  .ontario-container {
    flex-direction: column;
    text-align: center;
  }
  .ontario-content {
    max-width: 100%;
  }
}
/* ========== Airport Transfers Section ========== */
.airport-section {
  background-color: #000; /* dark background like TopLimo */
  color: #fff;
  padding: 80px 5%;
}

.airport-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.airport-content {
  flex: 1;
  min-width: 320px;
}

.airport-content h2 {
  font-size: 2rem;
  color: var(--uicore-primary-color, #D9992F);
  margin-bottom: 20px;
  font-weight: 700;
}

.airport-content p {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 25px;
}

.airport-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.airport-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.airport-list li::before {
  content: "✔";
  color: var(--uicore-primary-color, #D9992F);
  font-weight: bold;
}

.airport-image {
  flex: 1;
  text-align: center;
}

.airport-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

/* Responsive */
@media (max-width: 992px) {
  .airport-container {
    flex-direction: column-reverse;
    text-align: center;
  }
}


/* ===== Background Images ===== */
.bg-gta {
  background-image: url('../images/gta.jpg');
}

.bg-halton {
  background-image: url('../images/halton.jpg');
}

.bg-durham {
  background-image: url('../images/durham.jpg');
}

.bg-simcoe {
  background-image: url('../images/simcoe.jpg');
}

.bg-southwestern {
  background-image: url('../images/southwestern.jpg');
}

.icon-box {
  text-align: center;
  padding: 20px;
  background: #ffffff10;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.icon-box img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.icon-box h5 {
  font-size: 18px;
  color: var(--uicore-accent-color);
  margin-bottom: 10px;
}
.icon-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.icon-box li {
  line-height: 1.6;
}
.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.icon-box:hover img {
  transform: scale(1.05);
}
.icon-box {
  position: relative;
  z-index: 5;
}
/* ----- Fleet Section ----- */
.fleet-section {
    background: #000;
    padding: 80px 0;
    text-align: center;
}

.fleet-title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 60px;
    font-weight: 700;
}

/* Grid System */
.fleet-grid {
    max-width: 1350px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px; /* row gap, column gap */
}

/* Image Styling */
.fleet-item img {
    width: 250px;
    height: 160px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

.fleet-item img:hover {
    transform: scale(1.08);
}

/* Vehicle Name */
.fleet-item h3 {
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .fleet-item img {
        width: 220px;
        height: 150px;
    }
}

@media (max-width: 600px) {
    .fleet-grid {
        grid-template-columns: 1fr;
    }

    .fleet-item img {
        width: 200px;
        height: 140px;
    }

    .fleet-title {
        font-size: 36px;
    }
}

/* =====================
   Mission Section
===================== */

.mission-section {
    background: var(--uicore-secondary-color);
    padding: 80px 0;
}

.mission-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

/* Title */
.mission-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Description */
.mission-description {
    max-width: 800px;
    margin: 0 auto 60px auto;
    color: var(--uicore-body-color);
    font-size: 18px;
    line-height: 1.7;
}

/* GRID */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* BOXES */
.mission-box {
    background: #1c1c1c;
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid #333;
}

.mission-box:hover {
    transform: translateY(-10px);
    border-color: var(--uicore-primary-color);
}

/* ICON */
.mission-icon svg {
    width: 55px;
    height: 55px;
    fill: var(--uicore-primary-color);
    margin-bottom: 20px;
}

/* Titles */
.mission-box h3 {
    color: var(--uicore-accent-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Text */
.mission-box p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }
}
/* ============================
   Mission – Vision – Values Section
============================= */

.mv-section {
  padding: 80px 0;
  background-color: #30353C; /* Dark gray background */
  color: #fff;
}

.mv-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.mv-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #D9992F; /* Gold accent */
}

.mv-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto 40px auto;
}

.mv-box-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}

.mv-box {
  flex: 1;
  background: #2a2d32;
  padding: 30px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  min-height: 220px;
}

.mv-box:hover {
  transform: translateY(-10px);
  background-color: #1f2226;
}

.mv-icon i {
  font-size: 50px;
  color: #D9992F;
  margin-bottom: 15px;
}

.mv-box h4 {
  color: #D9992F;
  font-size: 22px;
  margin-bottom: 10px;
}

.mv-box p {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}

/* Mobile Responsive */
@media(max-width: 768px) {
  .mv-box-wrapper {
    flex-direction: column;
  }
}
/* ============================
   TESTIMONIAL SECTION
=========================== */

.testimonials-section {
    background-color: #30353C;   /* Dark background */
    color: white;
    padding: 80px 0;
    text-align: center;
}

.testimonials-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.testimonials-subtitle {
    font-size: 18px;
    color: #dddddd;
    margin-bottom: 40px;
}

.testimonials-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.testimonial-card {
    background: #3a3f46; /* Card dark gray */
    padding: 25px;
    border-radius: 12px;
    text-align: left;
    color: white;
    min-height: 260px;
}

.testimonial-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.testimonial-card .stars {
    color: #D9992F; /* Gold stars */
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #e6e6e6;
}

/* Mobile Responsive */
@media(max-width: 991px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* ===========================
   PREMIUM SERVICES SECTION
=========================== */

.services-section {
    background-color: #000; /* Dark like original screenshot */
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.services-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.services-subtitle {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 50px;
}

.services-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-box {
    position: relative;
    background: #30353C;
    color: white;
    padding: 40px 25px;
    border-radius: 12px;
    min-height: 230px;
    transition: transform 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

/* FRONT */
.service-front {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.4s ease;
}

/* BACK */
.service-back {
    position: absolute;
    inset: 0;
    background: #202328;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
}

.service-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-box a {
    color: #D9992F;
    text-decoration: none;
    font-size: 16px;
}

.service-box a:hover {
    text-decoration: underline;
}

/* HOVER FLIP EFFECT */
.service-box:hover .service-front {
    opacity: 0;
    transform: translateY(-20px);
}

.service-box:hover .service-back {
    opacity: 1;
    pointer-events: auto;
}

/* Responsive */
@media(max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
.service-front img.service-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 auto 15px auto;
    display: block;
}
/* Fix newsletter section background */
.newsletter-section {
    background-color: var(--background-color) !important;
}

.newsletter-section {
    background-color: var(--background-color) !important;
    text-align: center;
}

.newsletter-title {
    color: var(--heading-color);
    font-size: 28px;
    margin-bottom: 15px;
}

.newsletter-text {
    color: var(--paragraph-color);
    font-size: 16px;
    margin-bottom: 25px;
}

.newsletter-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: var(--primary-color);
    color: var(--text-color);
    border-radius: 6px;
    font-weight: 600;
}

.newsletter-btn:hover {
    background-color: var(--hover-color);
}
/* FORCE OVERRIDE ELEMENTOR WHITE BACKGROUND */
.newsletter-wrapper {
    background-color: var(--background-color) !important;
    padding: 60px 0;
    position: relative;
    z-index: 3;
}

/* Remove unwanted Elementor grid lines */
.newsletter-wrapper * {
    background: transparent !important;
    box-shadow: none !important;
}
/* FIX NEWSLETTER & ANY SECTION THAT LOOKS WHITE */
.newsletter-wrapper,
.newsletter-section {
    background-color: #000000 !important;   /* dark grey */
    color: #FFFFFF !important;
    z-index: 10 !important;
    position: relative;
}
/* Remove any UiCore/Elementor background */
.elementor-section,
.elementor-column,
.elementor-widget,
.elementor-container {
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* FAQ Section Wrapper */
.faq-section {
    background-color: #30353C; /* your dark grey */
    padding: 60px 0;
    color: white;
}

.faq-content {
    display: flex;
    width: 90%;
    margin: auto;
    gap: 40px;
}

/* LEFT IMAGES */
.faq-left {
    position: relative;
    width: 50%;
}

.faq-main-img {
    width: 100%;
    border-radius: 10px;
}

.faq-bg-img,
.faq-bg-img2 {
    position: absolute;
    width: 200px;
    opacity: 0.3;
    z-index: 1;
}

.faq-bg-img {
    top: -30px;
    left: -30px;
}

.faq-bg-img2 {
    bottom: -30px;
    right: -30px;
}

/* RIGHT SIDE FAQ */
.faq-right {
    width: 50%;
}

.faq-right h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.faq-box {
    background: #2a2f35;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.faq-box h3 {
    color: #D9992F;
    margin-bottom: 8px;
}
.service-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 5%;
    background-color: #30353C;
    color: white;
}

.service-hero-content {
    width: 50%;
}

.service-hero-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.service-hero-image img {
    width: 420px;
    border-radius: 10px;
}

.service-details {
    padding: 60px 5%;
    background-color: #1f1f1f;
    color: white;
}

.service-details h2 {
    color: #D9992F;
}

/* ========== REMOVE ALL ELEMENTOR GRID LINES (FINAL & COMPLETE FIX) ========== */
.elementor-section::before,
.elementor-container::before,
.elementor-inner-section::before,
.elementor-column::before,
.elementor-row::before,
.elementor::before,
.e-con::before,
.e-con-inner::before {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Also disable possible after pseudo-elements */
.elementor-section::after,
.elementor-container::after,
.elementor-inner-section::after,
.elementor-column::after,
.elementor-row::after,
.elementor::after,
.e-con::after,
.e-con-inner::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Neutralize any Elementor editor grid or guide backgrounds */
[class*="elementor-grid"], 
[class*="e-con"], 
[class*="e-container"] {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Prevent line visibility caused by layout debug overlays */
.elementor, .e-con, .e-container, .elementor-section {
  outline: none !important;
  border: none !important;
}
/* REMOVE WHITE BACKGROUND + GRID LINES ONLY */
.uicore-body-content,
#uicore-page {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Remove Elementor default white background */
.elementor-section {
    background-image: none !important;
    background-color: transparent !important;
}
/* REMOVE UICORE GRID LINES COMPLETELY */
.uicore-page:before,
.uicore-page:after,
#uicore-page:before,
#uicore-page:after,
.uicore-body-content:before,
.uicore-body-content:after,
body:before,
body:after {
    background-image: none !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    opacity: 0 !important;
    display: none !important;
}

/* Also remove Elementor container grid lines */
.elementor-section:before,
.elementor-section:after {
    background-image: none !important;
    opacity: 0 !important;
    display: none !important;
}
/* Remove white margins and force full width */
html, body {
    background: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Remove UiCore + Elementor white container backgrounds */
.uicore-body-content,
#uicore-page,
.elementor-section,
.elementor-top-section,
.elementor-inner-section,
.uicore,
.uicore-container {
    background: transparent !important;
    background-color: transparent !important;
}

/* FORCE full-width for all sections */
.elementor-section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix body wrapper gap */
.uicore-body-content,
#uicore-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* ============================
   FIX VIDEO SECTION RESPONSIVE
=============================== */

.custom-video-section {
    position: relative;
    width: 100%;
    height: 100vh;          /* full screen height */
    overflow: hidden;       /* prevent right-side overflow */
    margin: 0;
    padding: 0;
}
/* ─────────────────────────────────────────
   TOPLIMO CUSTOM SECTIONS (NAMESPACED)
   Prefix: .tl-
──────────────────────────────────────────*/

/* SERVICES TITLE */
.services-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--uicore-primary-color, #D9992F);
}

.services-subtitle {
    max-width: 750px;
    margin: auto;
    font-size: 17px;
    line-height: 1.7;
    color: #ddd;
}
.section-name {
   width:100%;
   padding:60px 0;
}

.section-name .container {
   max-width:1200px;
   margin:auto;
}

/* ===== AREAS WE SERVE ===== */
.areas-section {
    width: 100%;
    background: #000;
    padding: 60px 0;
    font-family: Inter, sans-serif;
    color: white;
}

.areas-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
}

/* EACH ROW (TITLE + LIST) */
.area-row {
    width: 75%;
    margin: auto;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

/* LEFT COLUMN */
.area-left {
    width: 40%;
    font-size: 18px;
    font-weight: 700;
}

/* RIGHT COLUMN  */
.area-right {
    width: 55%;
    color: #D6D6D6;
    line-height: 26px;
}

/* MOBILE */
@media(max-width:768px){
    .area-row {
        flex-direction: column;
        width: 90%;
    }
    .area-left, .area-right {
        width: 100%;
    }
    .area-right { margin-top: 10px; }
}
.areas-section {
    background: var(--e-global-color-uicore_dark); /* same dark as site */
    color: var(--uicore-headline-color); /* PURE WHITE TEXT */
}

.areas-section h2,
.areas-section h3,
.areas-section ul li a {
    color: var(--uicore-headline-color) !important; /* force white */
}
.areas-section {
    padding: 60px 0;
    background: var(--e-global-color-uicore_dark);
    color: var(--uicore-headline-color);
    width: 100%;
}

.areas-section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.areas-row {
    display: grid;
    grid-template-columns: 260px auto;
    max-width: 900px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 25px 0;
}

.areas-section ul {
    list-style: disc;
    padding-left: 18px;
}

.areas-section a {
    color: var(--uicore-headline-color);
    text-decoration: none;
}

.areas-section a:hover {
    color: var(--uicore-primary-color);
}
.areas-section {
    width: 100%;
    background: #000;
    padding: 60px 0;
    color: #fff;
}

.areas-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 45px;
    color: var(--uicore-headline-color);
}

.areas-row {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);

    display: grid;
    grid-template-columns: 260px auto;  /* ★ THE MAGIC FIX */
    gap: 30px;                          /* OPTIONAL for spacing */
}

.areas-row:last-child {
    border-bottom: none;
}

.areas-row h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--uicore-primary-color);
}

.areas-row ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    padding-left: 20px;
}

.areas-row li {
    font-size: 15px;
    line-height: 1.6;
}

.areas-row a {
    color: #fff;
    text-decoration: none;
}

.areas-row a:hover {
    color: var(--uicore-primary-color);
}
.luxury-occasion {
    background: #000;
    padding: 60px 0;
    text-align: center;
}

.luxury-title {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    color: var(--uicore-headline-color);
}

.luxury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 85%;
    margin: auto;
}

.luxury-box {
    position: relative;
    height: 330px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
    cursor: pointer;
}

.luxury-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(0px);
    transition: 0.5s;
}

.luxury-box h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 28px;
    font-weight: 700;
    color: transparent;
    opacity: 0;
    transition: 0.5s;
}

/* HOVER EFFECT */
.luxury-box:hover .luxury-overlay {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
}

.luxury-box:hover h3 {
    opacity: 1;
    color: var(--uicore-primary-color);
}
/* ===========================
   🟡 FIX LUXURY GRID SECTION
   =========================== */

.luxury-occasion {
    background: #000;
    padding: 60px 0;
    text-align: center;
}

.luxury-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 50px;
}

.luxury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    width: 88%;
    margin: auto;
}

/* 🟡 GRID BOX */
.luxury-box {
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* 🟡 OVERLAY (INVISIBLE UNTIL HOVER) */
.luxury-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.10);
    backdrop-filter: blur(0px);
    transition: 0.4s ease-in-out;
}

/* 🟡 TITLE (HIDDEN BY DEFAULT) */
.luxury-box h3 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    font-size: 28px;
    font-weight: 700;
    opacity: 0;
    color: #D9992F !important;
    transition: 0.4s ease-in-out !important;
    z-index: 2;
}

/* =============== HOVER EFFECT =============== */
.luxury-box:hover::before {
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(6px);
}

.luxury-box:hover h3 {
    opacity: 1 !important;
}

/* 🔥 FORCE OVERRIDE ELEMENTOR */
.luxury-box h3.elementor-heading-title {
    opacity: 0 !important;
    color: transparent !important;
}

.luxury-box:hover h3.elementor-heading-title {
    color: #D9992F !important;
    opacity: 1 !important;
}
/* ==========================
   HEADER COLOR OVERRIDE
   ========================== */

.uicore-navbar,
header {
    background: var(--header-bg) !important;
}

.uicore-menu li a {
    color: var(--header-link) !important;
}

.uicore-menu li a:hover {
    color: var(--header-link-hover) !important;
}

/* Submenu */
.uicore-menu .sub-menu {
    background: var(--submenu-bg) !important;
}

.uicore-menu .sub-menu li a {
    color: var(--submenu-link) !important;
}

.uicore-menu .sub-menu li a:hover {
    color: var(--submenu-link-hover) !important;
}
