/* =========================================================
   ATL Elite Transport — Brand layer on top of Rentgo
   Shared across all pages (about, services, areas, etc.)
   ========================================================= */
@import url('select2.min.css');

:root{
	--accent-color	: #F8B54A;
	--accent-dark	: #c59636;
	--default-font	: 'Onest', sans-serif;
	--accent-font	: 'Onest', sans-serif;
}

body{ background:#ffffff !important; }

/* ---------- Header: overlay transparente sobre el hero ---------- */
header.main-header{
	position:absolute !important;
	top:42px !important; left:15px !important; right:15px !important;
}
header.main-header .header-sticky{
	background:transparent;
}
header.main-header .header-sticky.active{
	top:0 !important; left:0 !important; right:0 !important;
	border-radius:0 !important;
	background:#0a0a0a;
}
@media(max-width:991px){
	header.main-header{ top:0 !important; }
}
body.page-pricing, body.page-testimonials, body.page-gallery{ padding-top:0; padding-bottom:0; }


/* ---------- Brand logo (text — logo.svg not shipped) ---------- */
/* ---------- Logo image ---------- */
.atl-logo-img{
	display:block; height:54px; width:auto; object-fit:contain;
	transition:opacity .2s ease;
}
.atl-logo-img:hover{ opacity:.9; }
.atl-logo-footer{ height:auto; width:160px; }
@media(max-width:991px){ .atl-logo-img{ height:44px; } }

/* ---------- Brand logo (text fallback — kept for legacy) ---------- */
.navbar-brand .atl-logo{
	display:flex; align-items:center; gap:10px;
	font-family:var(--accent-font); font-weight:600;
	color:var(--accent-color); font-size:21px; letter-spacing:.02em; line-height:1;
}
.navbar-brand .atl-logo i{ font-size:22px; }
.navbar-brand .atl-logo small{
	display:block; font-family:var(--default-font); font-weight:600;
	font-size:10px; letter-spacing:.22em; text-transform:uppercase;
	color:rgba(255,255,255,.55); margin-top:4px;
}
.header-sticky.active .navbar-brand .atl-logo small{ color:rgba(0,0,0,.45); }

.atl-lang{ display:flex; align-items:center; gap:14px; margin-left:22px; }
.atl-lang a{ font-family:var(--accent-font); font-weight:700; font-size:13px; color:rgba(255,255,255,.55); text-decoration:none; }
.atl-lang a.active{ color:var(--accent-color); }
.header-sticky.active .atl-lang a{ color:rgba(0,0,0,.45); }
.header-sticky.active .atl-lang a.active{ color:var(--accent-dark); }

/* ---------- Section rhythm + helpers ---------- */
.atl-section{ padding:110px 0; }
.atl-section-sm{ padding:80px 0; }
@media(max-width:991px){ .atl-section{ padding:70px 0; } .atl-section-sm{ padding:55px 0; } }

.atl-lead{ font-size:18px; line-height:1.8em; color:var(--text-color); }
.dark-section .atl-lead{ color:rgba(255,255,255,.8); }

.atl-eyebrow{
	display:inline-block; font-family:var(--accent-font); font-weight:700;
	font-size:13px; letter-spacing:.12em; text-transform:uppercase; color:var(--accent-color);
	margin-bottom:14px;
}

/* ---------- Hero trust pills (page header) ---------- */
.atl-hero-actions{ display:flex; flex-wrap:wrap; gap:16px; justify-content:center; margin-top:34px; }
.atl-trust-pills{ display:flex; flex-wrap:wrap; gap:14px 26px; justify-content:center; margin-top:30px; }
.atl-trust-pills span{font-size:13px;color: #ffffff;}
.atl-urgency{display:inline-block;margin-top:22px;background: rgba(214, 69, 69, .16);border:1px solid rgba(214,69,69,.6);background: var(--accent-color);color: var(--primary-color);font-family:var(--accent-font);font-weight:700;font-size:13px;letter-spacing:.02em;padding:9px 18px;border-radius:8px;}

/* top urgency strip (full-width, above header) */
.atl-topbar{ background:var(--accent-color); color:#0a0a0a; text-align:center; padding:11px 16px; font-family:var(--accent-font); font-weight:700; font-size:13.5px; letter-spacing:.02em; }
.atl-topbar a{ color:#0a0a0a; text-decoration:underline; }

/* "Most Popular" badge for featured pricing/fleet card */
.pricing-badge-top{ position:absolute; top:16px; right:16px; z-index:3; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:600; font-size:11px; letter-spacing:.06em; text-transform:uppercase; padding:5px 12px; border-radius:6px; }
.pricing-item-gold.featured{ position:relative; }

/* service-single: render Font Awesome icons in Rentgo icon boxes (SVGs absent) */
.service-feature-item .icon-box i, .service-process-item .icon-box i{ font-size:22px; color:var(--accent-color); }
.page-category-list ul li a.active{ color:var(--accent-color); font-weight:700; }
.atl-note{ background:rgba(236,187,71,.10); border-left:4px solid var(--accent-color); border-radius:0 12px 12px 0; padding:18px 22px; margin:26px 0 0; }
.atl-note p{ margin:0; font-size:15px; line-height:1.7em; color:var(--text-color); }
.atl-note strong{ color:var(--primary-color); font-family:var(--accent-font); }
.atl-trust-pills i{ color:var(--accent-color); margin-right:7px; }

/* ---------- Image placeholder (no images shipped) ---------- */
.atl-ph{
	position:relative; width:100%; min-height:240px; border-radius:14px; overflow:hidden;
	background:radial-gradient(circle at 50% 38%, #1c1c1c 0%, #0a0a0a 72%);
	border:1px solid rgba(236,187,71,.28);
	display:flex; align-items:center; justify-content:center; flex-direction:column; gap:14px;
	color:var(--accent-color);
}
.atl-ph::after{ content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 32%, rgba(236,187,71,.14), transparent 62%); pointer-events:none; }
.atl-ph i{ position:relative; font-size:58px; filter:drop-shadow(0 6px 16px rgba(236,187,71,.28)); }
.atl-ph span{ position:relative; font-family:var(--accent-font); font-weight:700; font-size:13px; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.80); }

/* ---------- Trust badge (over story media) ---------- */
.atl-story-media{ position:relative; }
.atl-trust-badge{
	position:absolute; left:24px; bottom:24px; right:24px;
	background:rgba(10,10,10,.82); backdrop-filter:blur(8px);
	 border-radius:16px;
	padding:20px 24px; display:flex; align-items:center; gap:16px;
}
.atl-trust-badge .ic{ width:48px; height:48px; flex:0 0 48px; border-radius:50%; background:var(--accent-color); color:#0a0a0a; display:flex; align-items:center; justify-content:center; font-size:20px; }
.atl-trust-badge h3{ color:#fff; font-size:16px; margin:0 0 4px; }
.atl-trust-badge p{ color:rgba(255,255,255,.65); font-size:13px; margin:0; line-height:1.5em; }

/* ---------- Feature rows ---------- */
.atl-feature{ display:flex; gap:18px; margin-top:30px; }
.atl-feature .ic{ width:56px; height:56px; flex:0 0 56px; border-radius:14px; background:rgba(236,187,71,.12); border:1px solid rgba(236,187,71,.4); color:var(--accent-color); display:flex; align-items:center; justify-content:center; font-size:22px; }
.atl-feature h3{ font-size:19px; margin:0 0 6px; }
.atl-feature p{ font-size:15px; line-height:1.7em; color:var(--text-color); margin:0; }

/* ---------- Stats band ---------- */
.atl-stats{ display:grid; grid-template-columns:repeat(5,1fr); gap:0; border:1px solid rgba(255,255,255,.12); border-radius:10px; overflow:hidden; }
.atl-stat{ padding:42px 20px; text-align:center; border-right:1px solid rgba(255,255,255,.10); }
.atl-stat:last-child{ border-right:none; }
.atl-stat .num{ font-family:var(--accent-font); font-weight:600; font-size:44px; line-height:1; color:var(--accent-color); }
.atl-stat .lbl{ margin-top:12px; font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.6); }
@media(max-width:991px){
	.atl-stats{ grid-template-columns:repeat(2,1fr); }
	.atl-stat{ border-bottom:1px solid rgba(255,255,255,.10); }
	.atl-stat:nth-child(2n){ border-right:none; }
	.atl-stat:last-child{ grid-column:1 / -1; }
}

/* ---------- Cards (values / credentials / use-cases) — Rentgo service-item style ---------- */
.atl-card{
	position:relative; background:var(--bg-color); border-radius:10px;
	padding:40px; height:100%; overflow:hidden; transition:transform .4s ease-in-out;
}
.atl-card:hover{ transform:translateY(-5px); }
.atl-card::before{
	content:''; position:absolute; left:0; right:0; top:100%; height:100%;
	background:var(--accent-color); border-radius:999px 999px 0 0;
	transition:all .4s ease-in-out; z-index:0;
}
.atl-card:hover::before{ top:0; border-radius:0; }
.atl-card > *{ position:relative; z-index:1; }
.atl-card .ic{
	display:inline-flex; font-size:46px; color:var(--accent-color);
	margin-bottom:26px; line-height:1; background:none; width:auto; height:auto;
	transition:color .5s ease-in-out;
}
.atl-card:hover .ic{ color:var(--primary-color); }
.atl-card .ic svg{ width:60px; height:60px; display:block; }.atl-card .ic img{ width:60px; height:60px; display:block; transition:filter .5s ease-in-out; }.atl-card:hover .ic img{ filter:brightness(0); }
.atl-card h3, .atl-card h4{ font-size:21px; margin:0 0 14px; color:var(--primary-color); }
.atl-card p{ font-size:15px; line-height:1.75em; color:var(--text-color); margin:0; transition:color .4s ease-in-out; }
.atl-card:hover p{ color:var(--primary-color); }
.atl-card.atl-card-plain{ background:transparent; }

/* ---------- Mission statement ---------- */
.atl-mission{ max-width:860px; margin:0 auto 60px; text-align:center; font-family:var(--accent-font); font-weight:600; font-size:26px; line-height:1.5em; color:var(--primary-color); position:relative; padding-top:30px; }
.atl-mission::before{ content:'\201C'; font-family:Georgia, serif; font-size:90px; line-height:0; color:var(--accent-color); position:absolute; top:42px; left:50%; transform:translateX(-50%); opacity:.25; }
@media(max-width:767px){ .atl-mission{ font-size:20px; } }

/* ---------- Fleet cards ---------- */
.atl-fleet-card{ background:#fff; border-radius:10px; overflow:hidden; height:100%; border:1px solid var(--divider-color); transition:transform .4s ease-in-out, border-color .3s ease; }
.atl-fleet-card:hover{ transform:translateY(-5px); border-color:rgba(236,187,71,.55); }
.atl-fleet-card .atl-ph{ min-height:230px; }

/* home fleet slider */
.atl-fleets-slider .swiper{ padding-bottom:6px; }
.atl-fleets-slider .swiper-slide{ height:auto; }
.atl-fleets-slider .swiper-slide .atl-fleet-card{ height:100%; }
.atl-fleets-pagination{ text-align:center; margin-top:34px; display:flex; justify-content:center; gap:9px; }
.atl-fleets-pagination .swiper-pagination-bullet{ width:9px; height:9px; background:#c9c4ba; opacity:1; border-radius:50%; transition:all .25s ease; }
.atl-fleets-pagination .swiper-pagination-bullet-active{ background:var(--accent-color); width:26px; border-radius:6px; }
.atl-fleet-body{ padding:30px 32px 34px; }
.atl-fleet-body h3{ font-size:23px; margin:0 0 14px; }
.atl-badges{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:18px; }
.atl-badge{ display:inline-flex; align-items:center; gap:6px; background:rgba(236,187,71,.12); color:var(--accent-dark); border:1px solid rgba(236,187,71,.4); border-radius:6px; font-family:var(--accent-font); font-weight:700; font-size:12px; padding:6px 12px; }
.atl-feat-list{ display:flex; flex-wrap:wrap; gap:8px 20px; margin:18px 0 26px; padding:0; list-style:none; }
.atl-feat-list li{ font-size:14px; color:#666; }
.atl-feat-list li i{ color:var(--accent-color); margin-right:7px; }

/* ---------- Spec list (fleet detail) ---------- */
.atl-specs{ list-style:none; padding:0; margin:18px 0 26px; }
.atl-specs li{ display:flex; align-items:center; gap:12px; font-size:14.5px; color:#555; padding:7px 0; }
.atl-specs li i{ color:var(--accent-color); width:18px; text-align:center; }

/* ---------- Checklist ---------- */
.atl-check{ list-style:none; padding:0; margin:0; }
.atl-check li{ display:flex; align-items:flex-start; gap:16px; padding:18px 0; border-bottom:1px solid var(--divider-color); }
.atl-check li:last-child{ border-bottom:none; }
.atl-check .ic{ width:32px; height:32px; flex:0 0 32px; border-radius:50%; background:var(--accent-color); color:#0a0a0a; display:flex; align-items:center; justify-content:center; font-size:13px; margin-top:2px; }
.atl-check b{ color:var(--primary-color); font-family:var(--accent-font); }
.atl-check span{ font-size:15px; line-height:1.6em; color:var(--text-color); }
.dark-section .atl-check li{ border-bottom-color:rgba(255,255,255,.1); }
.dark-section .atl-check b{ color:#fff; }
.dark-section .atl-check span{ color:rgba(255,255,255,.72); }

/* ---------- Comparison / data tables (flat, minimalist) ---------- */
.atl-table-wrap{ border:1px solid var(--divider-color); border-radius:10px; overflow:hidden; background:var(--bg-color); }
.atl-table{ width:100%; border-collapse:collapse; background:transparent; }
.atl-table th, .atl-table td{ padding:20px 24px; text-align:left; font-size:15px; line-height:1.55em; vertical-align:middle; border-bottom:1px solid var(--divider-color); }
.atl-table thead th{ font-family:var(--accent-font); font-weight:700; font-size:13px; letter-spacing:.05em; text-transform:uppercase; background:var(--primary-color); color:rgba(255,255,255,.85); }
.atl-table thead .col-atl{/* color:var(--accent-color); */}
.atl-table tbody td{ background:#fff; }
.atl-table tbody td:first-child{ font-family:var(--accent-font); font-weight:600; color:var(--primary-color); background:var(--bg-color); }
.atl-table tbody td:first-child i{ color:var(--accent-color); margin-right:10px; width:18px; text-align:center; }
.atl-table td.col-atl{ background:rgba(236,187,71,.08); }
.atl-table thead .col-atl, .atl-table td.col-atl{/* box-shadow:inset 2px 0 0 var(--accent-color); */}
.atl-table.compare tbody td:last-child{ color:#9c9c9c; }
.atl-table.compare tbody td.col-atl{ color:var(--primary-color); font-weight:500; }
.atl-table tbody tr:last-child td{ border-bottom:none; }
.atl-table .yes{ color:var(--accent-dark); margin-right:9px; }
.atl-table .no{ color:#c0473b; margin-right:9px; }
.atl-table .warn{ color:#c79a22; margin-right:9px; }

/* routes variant */
.atl-table.routes thead th{background:var(--primary-color);}
.atl-table.routes tbody tr:hover td{ background:rgba(236,187,71,.07); }
.atl-time{ display:inline-block; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:700; font-size:13px; padding:6px 14px; border-radius:10px; }
.atl-tag-gold{ display:inline-block; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:700; font-size:12px; padding:5px 12px; border-radius:6px; }
.atl-tag-dark{ display:inline-block; background:var(--primary-color); color:#fff; font-family:var(--accent-font); font-weight:700; font-size:12px; padding:5px 12px; border-radius:6px; }
@media(max-width:767px){ .atl-table th, .atl-table td{ padding:13px 15px; font-size:13.5px; } }
.atl-route-card{ background:var(--primary-color); border-radius:20px; padding:38px 40px; display:flex; align-items:center; gap:0; position:relative; overflow:hidden; }
.atl-route-card::before{ content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 80% 50%, rgba(245,183,84,.12), transparent 60%); pointer-events:none; }
.atl-route-point{ flex:1; }
.atl-route-point .label{ font-family:var(--accent-font); font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.5); margin-bottom:6px; }
.atl-route-point .name{ font-size:20px; font-weight:800; color:#fff; line-height:1.25; margin:0 0 4px; }
.atl-route-point .sub{ font-size:13px; color:rgba(255,255,255,.55); }
.atl-route-divider{ flex:0 0 auto; display:flex; flex-direction:column; align-items:center; gap:10px; padding:0 32px; }
.atl-route-arrow{ font-size:22px; color:var(--accent-color); }
.atl-route-stats{ display:flex; flex-direction:column; align-items:center; gap:6px; }
.atl-route-stat{ background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:10px; padding:7px 14px; text-align:center; min-width:110px; }
.atl-route-stat .sv{ font-family:var(--accent-font); font-weight:800; font-size:15px; color:var(--accent-color); display:block; }
.atl-route-stat .sk{ font-size:11px; color:rgba(255,255,255,.45); letter-spacing:.06em; text-transform:uppercase; }
@media(max-width:767px){ .atl-route-card{ flex-direction:column; padding:28px 24px; text-align:center; } .atl-route-divider{ padding:16px 0; flex-direction:row; justify-content:center; } .atl-route-arrow{ transform:rotate(90deg); } }

/* ---------- Service area grid ---------- */
.atl-areas{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
@media(max-width:991px){ .atl-areas{ grid-template-columns:repeat(3,1fr); } }
@media(max-width:575px){ .atl-areas{ grid-template-columns:repeat(2,1fr); } }
.atl-area{ display:flex; flex-direction:column; align-items:center; gap:8px; background:#fff; border:1px solid var(--divider-color); border-radius:14px; padding:24px 12px; text-decoration:none; text-align:center; font-family:var(--accent-font); font-weight:700; font-size:15px; color:var(--primary-color); transition:all .25s ease; }
.atl-area i{ font-size:22px; color:var(--accent-color); transition:color .25s ease; }
.atl-area:hover{ background:var(--accent-color); border-color:var(--accent-color); color:#0a0a0a; transform:translateY(-4px); }
.atl-area:hover i{ color:#0a0a0a; }
.atl-places, .atl-hotels{ display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:16px; }
.atl-place, .atl-hotel{ display:flex; align-items:center; gap:16px; background:#fff; border:1px solid var(--divider-color); border-radius:14px; padding:20px 22px; transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.atl-place:hover, .atl-hotel:hover{ border-color:var(--accent-color); transform:translateY(-3px); box-shadow:0 14px 32px rgba(0,0,0,.07); }
.atl-place-ic, .atl-hotel-ic{ flex-shrink:0; width:50px; height:50px; border-radius:13px; background:rgba(248,181,74,.14); color:var(--accent-color); display:flex; align-items:center; justify-content:center; font-size:21px; }
.atl-place-info, .atl-hotel-info{ display:flex; flex-direction:column; gap:5px; min-width:0; }
.atl-place-name, .atl-hotel-name{ font-family:var(--accent-font); font-weight:700; font-size:16px; color:var(--primary-color); line-height:1.25; }
.atl-hotel-meta{ display:inline-flex; align-items:center; gap:7px; font-size:13.5px; color:#777; }
.atl-hotel-meta i{ color:var(--accent-color); font-size:12px; }

/* ---------- Coverage map (reusable dotted-map component) ---------- */
.atl-coverage{ background:#0a0a0a; color:#fff; }
.atl-coverage .section-sub-title{ background:rgba(248,181,74,.12); color:var(--accent-color); }
.atl-coverage h2{ color:#fff; }
.atl-coverage .atl-coverage-intro{ color:rgba(255,255,255,.62); }
.atl-coverage-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:54px; align-items:center; }
@media(max-width:991px){ .atl-coverage-grid{ grid-template-columns:1fr; gap:40px; } }
.atl-coverage-map{ position:relative; width:100%; aspect-ratio:1 / .92; }
.atl-map-dots{ position:absolute; inset:0; width:100%; height:100%; }
.atl-map-lines{ position:absolute; inset:0; width:100%; height:100%; overflow:visible; pointer-events:none; }
.atl-map-line{ stroke:rgba(248,181,74,.5); stroke-width:1.3; stroke-dasharray:5 6; stroke-linecap:round; vector-effect:non-scaling-stroke; }
.atl-map-pin{ position:absolute; transform:translate(-50%,-50%); display:block; width:0; height:0; z-index:2; text-decoration:none; }
.atl-map-marker{ position:absolute; left:0; top:0; width:13px; height:13px; transform:translate(-50%,-50%); border-radius:50%; background:var(--accent-color); box-shadow:0 0 0 4px rgba(248,181,74,.18); transition:transform .25s ease, box-shadow .25s ease; }
.atl-map-marker::after{ content:''; position:absolute; inset:0; border-radius:50%; background:var(--accent-color); animation:atlMapPulse 2.4s ease-out infinite; }
.atl-map-pin.is-hub .atl-map-marker{ width:18px; height:18px; box-shadow:0 0 0 6px rgba(248,181,74,.22), 0 0 24px rgba(248,181,74,.45); }
.atl-map-pin.is-hub .atl-map-marker::after{ animation-duration:2s; }
.atl-map-label{ position:absolute; left:0; top:14px; transform:translateX(-50%); white-space:nowrap; font-family:var(--accent-font); font-weight:600; font-size:13px; color:rgba(255,255,255,.82); letter-spacing:.01em; pointer-events:none; transition:color .2s ease; }
.atl-map-pin.is-hub .atl-map-label{ top:18px; color:#fff; font-weight:700; }
.atl-map-pin[data-label-pos="top"] .atl-map-label{ top:auto; bottom:14px; }
.atl-map-pin[data-label-pos="left"] .atl-map-label{ left:auto; right:14px; top:50%; transform:translateY(-50%); }
.atl-map-pin[data-label-pos="right"] .atl-map-label{ left:14px; top:50%; transform:translateY(-50%); }
.atl-map-pin:hover{ z-index:5; }
.atl-map-pin:hover .atl-map-marker{ transform:translate(-50%,-50%) scale(1.35); box-shadow:0 0 0 6px rgba(248,181,74,.3), 0 0 22px rgba(248,181,74,.5); }
.atl-map-pin:hover .atl-map-label{ color:var(--accent-color); }
@keyframes atlMapPulse{ 0%{ transform:scale(1); opacity:.55; } 70%{ transform:scale(3.4); opacity:0; } 100%{ opacity:0; } }
@media(prefers-reduced-motion:reduce){ .atl-map-marker::after{ animation:none; } }
.atl-coverage-stats{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:30px; }
.atl-coverage-stat{ border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:22px 22px; background:rgba(255,255,255,.03); }
.atl-coverage-stat .num{ font-family:var(--accent-font); font-weight:800; font-size:30px; line-height:1; color:var(--accent-color); }
.atl-coverage-stat .lbl{ display:block; margin-top:7px; font-size:13.5px; color:rgba(255,255,255,.62); }
@media(max-width:575px){ .atl-coverage-map{ aspect-ratio:1 / 1.05; } .atl-map-label{ font-size:11.5px; } }
.atl-coverage.atl-coverage-light{ background:#fff; color:var(--primary-color); }
.atl-coverage-light .section-sub-title{ background:rgba(248,181,74,.14); color:var(--accent-dark); }
.atl-coverage-light h2{ color:var(--primary-color); }
.atl-coverage-light .atl-coverage-intro{ color:var(--text-color); }
.atl-coverage-light .atl-coverage-grid{ background:var(--bg-color,#F6F4F3); border:1px solid var(--divider-color); border-radius:20px; padding:44px 48px; }
@media(max-width:575px){ .atl-coverage-light .atl-coverage-grid{ padding:28px 22px; } }
.atl-coverage-light .atl-lead{ color:var(--text-color) !important; }
.atl-coverage-light .atl-map-label{ color:rgba(26,26,26,.78); }
.atl-coverage-light .atl-map-pin.is-hub .atl-map-label{ color:#111; }
.atl-coverage-light .atl-map-line{ stroke:rgba(197,150,54,.55); }
.atl-coverage-light .atl-coverage-stat{ border-color:var(--divider-color); background:#fff; }
.atl-coverage-light .atl-coverage-stat .lbl{ color:var(--text-color); }

/* ---------- Contact panel (corporate) ---------- */
.atl-panel{ border:1px solid rgba(236,187,71,.28); border-radius:10px; padding:42px 38px; background:rgba(255,255,255,.04); }
.atl-panel h3{ color:var(--accent-color); font-size:22px; margin:0 0 12px; }
.atl-panel p{ color:rgba(255,255,255,.62); font-size:15px; line-height:1.7em; }
.atl-panel .note{ border-top:1px solid rgba(255,255,255,.1); margin-top:26px; padding-top:18px; font-size:13px; color:rgba(255,255,255,.4); text-align:center; }

/* Built-for panel distribution */
.atl-panel-ic{ width:74px; height:74px; border-radius:50%; margin:0 auto 22px; background:rgba(236,187,71,.12); border:1px solid rgba(236,187,71,.4); display:flex; align-items:center; justify-content:center; color:var(--accent-color); font-size:30px; }
.atl-panel-stats{ display:grid; grid-template-columns:repeat(3,1fr); margin-top:32px; border-top:1px solid rgba(255,255,255,.12); padding-top:28px; }
.atl-panel-stats > div{ padding:0 8px; }
.atl-panel-stats > div + div{ border-left:1px solid rgba(255,255,255,.12); }
.atl-panel-stats .v{ font-family:var(--accent-font); font-weight:600; font-size:30px; color:var(--accent-color); line-height:1; }
.atl-panel-stats .l{ font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.5); margin-top:8px; }

/* ---------- Numbered steps (how it works) — legacy ---------- */.atl-step{ display:flex; gap:18px; align-items:flex-start; background:#fff; border:1px solid var(--divider-color); border-radius:16px; padding:26px 28px; height:100%; transition:border-color .3s ease, transform .3s ease; }
.atl-step:hover{ border-color:rgba(236,187,71,.55); transform:translateY(-4px); }
.atl-step .num{ flex:0 0 52px; width:52px; height:52px; border-radius:50%; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:600; font-size:22px; display:flex; align-items:center; justify-content:center; }
.atl-step h4{ font-size:18px; margin:0 0 6px; color:var(--primary-color); }
.atl-step p{ font-size:14.5px; line-height:1.7em; color:var(--text-color); margin:0; }

/* ---------- Step cards v2 (3-step flow, SecureVest-inspired) ---------- */
.atl-step-card{ position:relative; overflow:hidden; background:#fff; border:1px solid var(--divider-color); border-radius:16px; padding:28px 28px 32px; height:100%; transition:border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.atl-step-card:hover{ border-color:var(--accent-color); box-shadow:0 8px 28px rgba(0,0,0,.07); transform:translateY(-4px); }
.atl-step-card-label{ font-size:26px; font-weight:600; color:var(--primary-color); margin:0; line-height:1; font-family:var(--accent-font); }
.atl-step-card-num{ position:absolute; top:8px; right:18px; font-size:74px; font-weight:900; color:#ECECEC; line-height:1; font-family:var(--accent-font,'sans-serif'); user-select:none; pointer-events:none; }
.atl-step-card-body{ margin-top:40px; }
.atl-step-card-title{ font-size:18px; font-weight:700; color:var(--primary-color); padding-bottom:16px; border-bottom:1px solid var(--divider-color); margin:0; }
.atl-step-card-desc{ font-size:14.5px; line-height:1.75; color:var(--text-color); margin-top:18px; margin-bottom:0; }

/* ---------- Pill badge (Rentgo-inspired section label) ---------- */
.atl-pill-badge{ display:inline-flex; align-items:center; gap:8px; background:#f0ede8; border-radius:100px; padding:8px 20px; font-size:14px; font-weight:600; color:var(--primary-color); margin-bottom:4px; }
.atl-pill-dot{ width:8px; height:8px; border-radius:50%; background:var(--accent-color); flex:0 0 8px; display:inline-block; }

/* ---------- Service feature cards (Rentgo-inspired) ---------- */
.atl-svc-card{ background:#f5f3ee; border-radius:16px; padding:28px 26px 26px; height:100%; display:flex; flex-direction:column; transition:box-shadow .3s ease, transform .3s ease; }
.atl-svc-card:hover{ box-shadow:0 10px 30px rgba(0,0,0,.09); transform:translateY(-4px); }
.atl-svc-icon{ display:block; margin-bottom:22px; }
.atl-svc-title{ font-size:18px; font-weight:700; color:var(--primary-color); margin:0 0 12px; }
.atl-svc-desc{ font-size:14px; line-height:1.75; color:var(--text-color); margin:0; flex:1; }
.atl-svc-divider{ height:1px; background:var(--divider-color); margin:20px 0; }
.atl-svc-link{ display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:var(--primary-color); text-decoration:none; transition:color .2s ease; }
.atl-svc-link:hover{ color:var(--accent-color); }
.atl-svc-link i{ font-size:12px; transition:transform .2s ease; }
.atl-svc-link:hover i{ transform:translateX(4px); }

/* ---------- CTA banner (SecureVest-inspired) ---------- */
.atl-cta-banner{ background:var(--primary-color); border-radius:24px; overflow:hidden; display:flex; align-items:stretch; position:relative; min-height:320px; }
.atl-cta-banner-left{ flex:0 0 58%; padding:56px 52px; display:flex; flex-direction:column; justify-content:center; position:relative; z-index:1; }
.atl-cta-banner-eyebrow{ display:flex; align-items:center; gap:8px; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--accent-color); margin-bottom:20px; }
.atl-cta-banner-eyebrow i{ font-size:9px; }
.atl-cta-banner-title{ font-size:clamp(26px,3vw,42px); font-weight:600; color:#fff; margin:0 0 18px; line-height:1.15; }
.atl-cta-banner-desc{ font-size:15px; line-height:1.75; color:rgba(255,255,255,.65); margin:0 0 32px; max-width:480px; }
.atl-cta-banner-btn{ display:inline-flex; align-items:center; gap:10px; background:var(--accent-color); color:#0a0a0a; font-weight:700; font-size:15px; padding:14px 28px; border-radius:100px; text-decoration:none; transition:opacity .2s ease; width:fit-content; }
.atl-cta-banner-btn:hover{ opacity:.85; color:#0a0a0a; }
.atl-cta-banner-right{ flex:0 0 42%; position:relative; overflow:hidden; }
.atl-cta-banner-right img{ position:absolute; bottom:0; right:0; height:115%; width:auto; object-fit:cover; object-position:top center; }
@media(max-width:991px){ .atl-cta-banner{ flex-direction:column; } .atl-cta-banner-left{ flex:none; padding:40px 28px; } .atl-cta-banner-right{ flex:none; height:260px; } .atl-cta-banner-right img{ width:100%; height:100%; object-fit:cover; position:static; } }

/* ---------- Vehicle pricing cards ---------- */
.atl-vehicle-card{ background:#fff; border:1px solid var(--divider-color); border-radius:20px; overflow:hidden; display:flex; flex-direction:column; height:100%; box-shadow:0 2px 16px rgba(0,0,0,.05); transition:box-shadow .3s ease,transform .3s ease; }
.atl-vehicle-card::before{ content:''; display:block; height:4px; background:var(--accent-color); flex:0 0 4px; }
.atl-vehicle-card:hover{ box-shadow:0 12px 40px rgba(0,0,0,.10); transform:translateY(-4px); }
.atl-vehicle-card-top{ padding:28px 28px 24px; flex:1; display:flex; flex-direction:column; }
.atl-vehicle-icon{ margin-bottom:20px; }
.atl-vehicle-badge{ display:inline-block; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:700; font-size:10px; letter-spacing:.1em; text-transform:uppercase; padding:5px 14px; border-radius:100px; margin-bottom:14px; }
.atl-vehicle-name{ font-size:26px; font-weight:600; color:var(--primary-color); margin:0 0 14px; }
.atl-vehicle-desc{ font-size:15px; line-height:1.75; color:var(--text-color); margin:0 0 24px; flex:1; }
.atl-vehicle-price{ font-size:38px; font-weight:600; color:var(--primary-color); font-family:var(--accent-font); line-height:1; margin-bottom:24px; }
.atl-vehicle-price span{ font-size:14px; font-weight:600; color:var(--text-color); }
.atl-vehicle-btn{ display:block; width:100%; text-align:center; padding:15px 20px; border-radius:12px; font-weight:700; }
.atl-vehicle-features{ background:var(--bg-color); border-top:1px solid var(--divider-color); padding:24px 28px; }
.atl-vehicle-features-title{ font-size:15px; font-weight:700; color:var(--primary-color); margin:0 0 16px; padding-bottom:14px; border-bottom:1px solid var(--divider-color); }
.atl-vehicle-list{ list-style:none; margin:0; padding:0; }
.atl-vehicle-list li{ position:relative; padding-left:26px; margin-bottom:10px; font-size:14.5px; line-height:1.55; color:var(--text-color); }
.atl-vehicle-list li:last-child{ margin-bottom:0; }
.atl-vehicle-list li::before{ content:'\f058'; position:absolute; left:0; top:0; font-family:'Font Awesome 6 Free'; font-weight:900; font-size:15px; color:var(--accent-color); }

/* ---------- Dark flow steps (SecureVest getstrated style) ---------- */
.atl-dark-flow{ background:#0d0d0d; border-radius:24px; overflow:hidden; position:relative; padding:52px 48px 48px; }
.atl-dark-flow-header{ display:flex; align-items:flex-start; justify-content:space-between; gap:32px; margin-bottom:48px; flex-wrap:wrap; }
.atl-dark-flow-header-left{ max-width:480px; }
.atl-dark-flow-badge{ display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:var(--accent-color); margin-bottom:14px; }
.atl-dark-flow-badge::before{ content:'✳'; font-size:14px; }
.atl-dark-flow-header-left h2{ font-size:clamp(26px,3vw,42px); font-weight:600; color:#fff; margin:0; line-height:1.2; }
.atl-dark-flow-header-right{ max-width:380px; padding-top:8px; }
.atl-dark-flow-header-right p{ font-size:16px; line-height:1.75; color:rgba(255,255,255,.6); margin:0; }
.atl-dark-flow-card{ position:relative; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:28px 28px 32px; height:100%; }
.atl-dark-flow-card-wide{ display:flex; align-items:center; gap:48px; flex-wrap:wrap; }
.atl-dark-flow-card-wide .atl-dark-flow-body{ flex:1; min-width:200px; }
.atl-dark-flow-num{ position:absolute; top:14px; right:20px; font-size:80px; font-weight:900; color:rgba(245,183,84,.14); line-height:1; font-family:var(--accent-font,'sans-serif'); user-select:none; pointer-events:none; }
.atl-dark-flow-label{ display:block; font-size:26px; font-weight:600; color:#fff; margin-bottom:28px; }
.atl-dark-flow-body h4{ font-size:18px; font-weight:700; color:#fff; margin:0; padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,.1); }
.atl-dark-flow-body p{ font-size:14.5px; line-height:1.75; color:rgba(255,255,255,.6); margin:16px 0 0; }
@media(max-width:991px){ .atl-dark-flow{ padding:40px 32px 36px; } .atl-dark-flow-header{ flex-direction:column; gap:16px; margin-bottom:32px; } .atl-dark-flow-header-left,.atl-dark-flow-header-right{ max-width:100%; } }
@media(max-width:575px){ .atl-dark-flow{ padding:32px 20px 28px; } .atl-dark-flow-card-wide{ flex-direction:column; gap:0; } }

/* ---------- Flow steps (step-by-step cards) ---------- */
.atl-flow-header-badge{ display:inline-block; background:var(--bg-color); color:var(--primary-color); font-size:14px; font-weight:600; border-radius:10px; padding:8px 20px; margin-bottom:14px; }
.atl-flow-step{ position:relative; overflow:hidden; background:var(--bg-color); border:1px solid var(--divider-color); border-radius:16px; padding:32px 28px 28px; height:100%; transition:border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.atl-flow-step:hover{ border-color:var(--accent-color); box-shadow:0 8px 28px rgba(0,0,0,.07); transform:translateY(-4px); }
.atl-flow-num{ position:absolute; top:10px; right:22px; font-size:88px; font-weight:900; color:rgba(245,183,84,.18); line-height:1; font-family:var(--accent-font,'sans-serif'); user-select:none; pointer-events:none; }
.atl-flow-label{ display:block; font-size:12px; font-weight:700; color:var(--accent-dark,#c59636); text-transform:uppercase; letter-spacing:.08em; margin-bottom:14px; }
.atl-flow-step h4{ font-size:18px; font-weight:700; color:var(--primary-color); margin:0 0 12px; }
.atl-flow-step p{ font-size:14.5px; line-height:1.7em; color:var(--text-color); margin:0; }

/* ---------- FAQ page: TOC sidebar + category headers ---------- */
.atl-toc{ position:sticky; top:110px; background:#fff; border:1px solid var(--divider-color); border-left:3px solid var(--accent-color); border-radius:16px; padding:28px 26px; }
.atl-toc h5{ font-family:var(--accent-font); font-weight:700; font-size:15px; margin:0 0 14px; color:var(--primary-color); }
.atl-toc a{ display:flex; align-items:center; gap:11px; color:var(--text-color); text-decoration:none; padding:11px 0; border-bottom:1px solid var(--divider-color); font-size:14.5px; transition:color .2s ease; }
.atl-toc a.btn-default{ border-bottom:none; }
.atl-toc a i{ color:var(--accent-color); width:18px; text-align:center; }
.atl-toc a:not(.btn-default):hover{ color:var(--accent-dark); }
.atl-faq-cat{ display:flex; align-items:center; gap:14px; margin-bottom:26px; padding-bottom:16px; border-bottom:2px solid var(--accent-color); }
.atl-faq-cat .ic{ width:48px; height:48px; flex:0 0 48px; border-radius:50%; background:var(--accent-color); color:#0a0a0a; display:flex; align-items:center; justify-content:center; font-size:19px; }
.atl-faq-cat h2{ font-size:24px; margin:0; color:var(--primary-color); }
.atl-faq-cat-block{ margin-bottom:56px; scroll-margin-top:110px; }
.atl-faq-cat-block:last-child{ margin-bottom:0; }
.faq-accordion .accordion-body ul{ margin:8px 0 0; padding-left:20px; }
.faq-accordion .accordion-body ul li{ margin-bottom:6px; }
.faq-accordion .accordion-body a{ color:var(--accent-dark); font-weight:600; text-decoration:underline; text-underline-offset:2px; }

/* ---------- Buttons ---------- */
.btn-outline-gold{ display:inline-flex; align-items:center; gap:10px; border:2px solid var(--accent-color); color:#8a6a14; background:transparent; border-radius:10px; padding:15px 30px; font-family:var(--accent-font); font-weight:700; text-decoration:none; transition:all .25s ease; }
.btn-outline-gold:hover{ background:var(--accent-color); color:#0a0a0a; }

.atl-cta-actions{ display:flex; flex-wrap:wrap; gap:18px; align-items:center; }

/* ================= HOME PAGE COMPONENTS ================= */

/* ---------- Home hero ---------- */
.atl-hero{
	position:relative; overflow:hidden; background-color:#0a0a0a;
	background-image:
			radial-gradient(circle at 15% 18%, rgb(43 43 43 / 21%), transparent 45%),
			radial-gradient(circle at 92% 85%, rgb(0 0 0 / 10%), transparent 50%),
			linear-gradient(rgb(0 0 0 / 62%), rgb(0 0 0 / 37%)),
			url('../images/hero-new-2.webp');
	background-size: auto, auto, auto, cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:200px 0 140px;
}
.atl-hero h1{ color:#fff; font-size:clamp(36px,5vw,60px); line-height:1.08em; letter-spacing:-.02em; margin:0; }
.atl-hero h1 em{ font-style:normal; color:var(--accent-color); }
.atl-hero .sub{ color:rgba(255,255,255,.62); font-size:18px; line-height:1.8em; max-width:520px; margin:26px 0 36px; }
@media(max-width:991px){ .atl-hero{ padding:120px 0 90px; } } /* clear the ~85px mobile header (topbar hidden) */
.atl-hero-pill{ display:inline-flex; align-items:center; gap:9px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18); backdrop-filter:blur(6px); color:#fff; font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; padding:8px 18px; border-radius:50px; margin-bottom:28px; }
.atl-pill-dot{ width:8px; height:8px; background:var(--accent-color); border-radius:50%; flex-shrink:0; box-shadow:0 0 8px var(--accent-color); }
.atl-hero-ghost-btn{ display:inline-flex; align-items:center; gap:10px; color:#fff; border:1px solid rgba(255,255,255,.42); border-radius:10px; padding:16px 28px; font-size:16px; font-weight:600; font-family:var(--accent-font); text-decoration:none; background:rgba(255,255,255,.08); backdrop-filter:blur(8px); transition:all .25s; }
.atl-hero-ghost-btn:hover{ border-color:var(--accent-color); color:var(--accent-color); background:rgba(245,183,84,.1); }
.atl-hero-statscard{ background:rgba(6,6,6,.90); border:1px solid rgba(255,255,255,.16); backdrop-filter:blur(22px); border-radius:18px; padding:34px 30px; box-shadow:0 24px 60px rgba(0,0,0,.65), 0 0 0 1px rgba(245,183,84,.07); }
.atl-hsc-top{ margin-bottom:26px; }
.atl-hsc-badge{ display:inline-flex; align-items:center; gap:8px; background:var(--accent-color); border:1px solid var(--accent-color); color:#0a0a0a; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; padding:8px 18px; border-radius:50px; box-shadow:0 0 22px rgba(245,183,84,.45); }
.atl-hsc-clients{ display:flex; align-items:center; gap:14px; margin-bottom:28px; color:rgba(255,255,255,.85); font-size:13.5px; font-weight:500; }
.atl-hsc-avatars{ display:flex; }
.atl-hsc-avatars .av{ width:38px; height:38px; border-radius:50%; border:2px solid rgba(255,255,255,.6); display:flex; align-items:center; justify-content:center; font-size:11px; font-weight:800; color:#0a0a0a; margin-left:-10px; flex-shrink:0; box-shadow:0 2px 8px rgba(0,0,0,.3); }
.atl-hsc-avatars .av:first-child{ margin-left:0; }
.av1{ background:#fff; }.av2{ background:#f5f5f5; }.av3{ background:#ebebeb; }
.atl-hsc-metric{ display:flex; align-items:center; gap:20px; padding:22px 0; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); margin-bottom:22px; }
.atl-hsc-big{ font-size:52px; font-weight:800; color:#fff; font-family:var(--accent-font); line-height:1; flex-shrink:0; }
.atl-hsc-stars{ color:var(--accent-color); font-size:14px; display:block; margin-bottom:5px; }
.atl-hsc-meta p{ color:rgba(255,255,255,.5); font-size:13px; line-height:1.6; margin:0; }
.atl-hsc-tags{ display:flex; gap:8px; flex-wrap:wrap; }
.atl-hsc-tags span{ display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.65); font-size:12px; font-weight:600; padding:6px 12px; border-radius:50px; }
.atl-hsc-tags span i{ color:var(--accent-color); font-size:9px; }
.atl-hero-steps{ display:flex; align-items:flex-start; border-top:1px solid rgba(255,255,255,.1); margin-top:68px; padding-top:50px; }
.atl-hs-item{ flex:1; display:flex; align-items:flex-start; gap:18px; padding:0 32px 0 0; }
.atl-hs-sep{ width:1px; background:rgba(255,255,255,.1); align-self:stretch; margin:0 32px; flex-shrink:0; min-height:80px; }
.atl-hs-icon{ width:56px; height:56px; flex-shrink:0; border:1.5px solid rgba(245,183,84,.50); border-radius:14px; display:flex; align-items:center; justify-content:center; color:var(--accent-color); background:rgba(245,183,84,.16); box-shadow:0 0 18px rgba(245,183,84,.14); }
.atl-hs-icon svg{ width:28px; height:28px; }
.atl-hs-text h5{ color:#fff; font-size:15px; font-weight:700; margin:0 0 7px; line-height:1.3; }
.atl-hs-num{ color:var(--accent-color); font-family:var(--accent-font); }
.atl-hs-text p{ color:rgba(255,255,255,.48); font-size:13.5px; line-height:1.65; margin:0; }
@media(max-width:991px){ .atl-hero-steps{ flex-direction:column; gap:26px; margin-top:36px; padding-top:32px; } .atl-hs-sep{ width:100%; height:1px; min-height:0; margin:0; } .atl-hs-item{ padding:0; } }
/* Rentgo hero video (plantilla/index.htm) — header ya no hace overlay */
.hero.hero-video{ padding-top:80px; }

/* page-header-box: custom.css pone h1 como inline-block; lo sobreescribimos para que el eyebrow quede en línea propia */
.page-header-box h1{ display:block; }
.page-header-box .atl-eyebrow{ display:block; margin-bottom:10px; }
.page-header p{ color:#fff; }

/* section-sub-title: matchea estilo del prototipo (rounded rect limpio, sin dot) */
.section-title .section-sub-title{ border-radius:10px; padding:8px 20px; background-color:var(--bg-color); }
.section-title .section-sub-title::before{ display:none; }

/* sidebar CTA card — icon a 32px para que la cara blanca contraste sobre el fondo dorado */
.sidebar-cta-contact-btn img{ width:32px; height:32px; vertical-align:middle; }

/* hero mini stats */
.atl-hero-rating{ display:flex; align-items:center; gap:12px; margin-top:26px; }
.atl-minis{ display:flex; align-items:center; gap:22px; margin-top:42px; border-top:1px solid rgba(255,255,255,.12); padding-top:28px; flex-wrap:wrap; }
.atl-mini .v{ font-family:var(--accent-font); font-weight:700; color:var(--accent-color); font-size:16px; }
.atl-mini .l{ display:block; font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.42); margin-top:5px; }
.atl-mini-sep{ width:1px; height:38px; background:rgba(255,255,255,.14); }

/* booking / quote / request card (white, sits on dark sections) */
.atl-booking{ background:#fff; border:1px solid var(--divider-color); border-radius:10px; padding:38px 34px; box-shadow:0 20px 55px rgba(0,0,0,.22); }
.atl-booking h2{ color:var(--primary-color); font-size:24px; margin:0 0 4px; }
.atl-booking .eyebrow{ display:block; font-family:var(--accent-font); font-weight:700; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:#8a6a14; margin-bottom:26px; }
.atl-booking label{ display:block; font-family:var(--accent-font); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:#666; margin:0 0 7px; }
.atl-booking .form-control, .atl-booking .form-select{ background:#fff; border:1px solid #d6d6d6; color:var(--primary-color); border-radius:10px; padding:12px 15px; font-size:15px; }
.atl-booking .form-control::placeholder{ color:#aaa; }
.atl-booking .form-control:focus, .atl-booking .form-select:focus{ border-color:var(--accent-color); box-shadow:0 0 0 2px rgba(236,187,71,.2); background:#fff; color:var(--primary-color); }
.atl-booking .form-select option{ background:#fff; color:var(--primary-color); }
.atl-booking .note{ text-align:center; font-size:13px; color:#6a6a6a; margin:16px 0 0; }
.atl-booking .note a{ color:#8a6a14; text-decoration:none; font-weight:700; }

.btn-gold-block{ display:block; width:100%; text-align:center; background:var(--accent-color); color:#0a0a0a; border:none; border-radius:10px; padding:16px; font-family:var(--accent-font); font-weight:700; cursor:pointer; transition:background .25s ease; }
.btn-gold-block:hover{ background:var(--accent-dark); color:#0a0a0a; }

/* ---------- Trust bar (gold band) ---------- */
.atl-trustbar{ background:var(--accent-color); }
.atl-trustbar .wrap{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; padding:16px 0; }
.atl-trustbar .it{ color:#0a0a0a; font-family:var(--accent-font); font-weight:700; font-size:13px; letter-spacing:.03em; text-transform:uppercase; padding:5px 28px; }
.atl-trustbar .it + .it{ border-left:1px solid rgba(0,0,0,.18); }
@media(max-width:767px){ .atl-trustbar .it + .it{ border-left:none; } }

/* ---------- Why-choose numbered ---------- */
.atl-why .n{ font-family:var(--accent-font); font-weight:600; font-size:64px; line-height:1; color:rgba(236,187,71,.2); }
.atl-why h3{ font-size:18px; letter-spacing:.02em; margin:6px 0 12px; color:var(--primary-color); }
.atl-why p{ font-size:15px; line-height:1.75em; color:var(--text-color); margin:0; }

/* ---------- Testimonials ---------- */
.atl-testimonial{ background:#fff; border:1px solid var(--divider-color); border-left:3px solid var(--accent-color); border-radius:14px; padding:34px; height:100%; }
.atl-testimonial .stars{ color:var(--accent-color); font-size:14px; margin-bottom:16px; display:flex; gap:3px; }
.atl-testimonial .q{ font-size:16px; line-height:1.8em; color:var(--text-color); font-style:italic; margin:0 0 22px; }
.atl-testimonial .who{ font-family:var(--accent-font); font-weight:700; font-size:15px; color:var(--primary-color); }
.atl-testimonial .meta{ font-size:13px; color:var(--accent-dark); margin-top:3px; }
/* silver testimonial avatar (no author photos shipped) */
.testimonial-author-image-silver .atl-avatar{ width:50px; height:50px; border-radius:50%; background:var(--accent-color); color:#0a0a0a; display:flex; align-items:center; justify-content:center; font-family:var(--accent-font); font-weight:600; font-size:17px; }

/* ---------- Vehicle spec rows (home fleet) ---------- */
.atl-spec-row{ display:flex; justify-content:space-between; align-items:center; gap:16px; padding:13px 0; border-bottom:1px solid var(--divider-color); font-size:15px; }
.atl-spec-row:last-of-type{ border-bottom:none; }
.atl-spec-row .k{ font-family:var(--accent-font); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:#8a8a8a; }
.atl-spec-row .v{ font-weight:600; color:var(--primary-color); text-align:right; }

/* ---------- FIFA / special-event banner ---------- */
.atl-event-banner{ position:relative; overflow:hidden; border:1px solid rgba(236,187,71,.3); border-radius:10px; padding:44px; background:#0c0c0c; background-image:radial-gradient(ellipse at 85% 50%, rgba(236,187,71,.10), transparent 60%); }
.atl-event-banner .eyebrow{ font-family:var(--accent-font); font-weight:700; font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--accent-color); margin:0 0 6px; }
.atl-event-banner h3{ color:#fff; font-size:26px; margin:0; }
.atl-event-banner p{ color:rgba(255,255,255,.65); font-size:15px; line-height:1.7em; margin:14px 0 0; }

/* ---------- service-item: FontAwesome icon support (no SVGs shipped) ---------- */
.service-item .icon-box i{ font-size:46px; color:var(--accent-color); line-height:1; transition:color .6s ease-in-out; }
.service-item:hover .icon-box i{ color:var(--primary-color); }
.service-item .readmore-btn::before{ background-image:none; content:'\f30b'; font-family:'Font Awesome 7 Free'; font-weight:900; font-size:13px; width:auto; height:auto; background:none; }
/* compact variant: no bottom button — content sits under the icon (no empty gap) */
.service-item.compact{ min-height:auto; gap:24px; justify-content:flex-start; }
/* override .page-header p{color:#fff} — service cards sit on light backgrounds */
.service-item .service-item-content p{ color:var(--text-color); }
.service-item:hover .service-item-content p{ color:var(--primary-color); }

/* ---------- Pricing (Rentgo pricing-item adapted: FA icons replace missing SVGs) ---------- */
.pricing-item .icon-box i{ font-size:40px; color:var(--accent-color); line-height:1; }
.pricing-item-list ul li::before{ color:var(--accent-color); }
.pricing-benefit-list ul li i{ color:var(--accent-color); font-size:18px; margin-right:8px; }
.pricing-item.featured{ outline:2px solid var(--accent-color); outline-offset:-2px; position:relative; }
.pricing-badge{ display:inline-block; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:700; font-size:11px; letter-spacing:.08em; text-transform:uppercase; padding:5px 12px; border-radius:10px; margin-bottom:14px; }

/* Pricing — gold variant (richer card: icon + title + desc + price + button, then list) */
.pricing-item-gold .icon-box i{ font-size:38px; color:var(--accent-color); line-height:1; }
.pricing-item-gold .icon-box svg{ width:38px; height:38px; display:block; color:var(--accent-color); }
.pricing-item-list-gold ul li::before{ color:var(--accent-color); }
.pricing-benefit-list-gold ul li i{ color:var(--accent-color); font-size:18px; margin-right:8px; }
.pricing-item-gold.featured{ outline:2px solid var(--accent-color); outline-offset:-2px; box-shadow:0 8px 32px rgba(236,187,71,.18); }
.pricing-item-gold.featured .pricing-item-header-gold{ position:relative; }
.pricing-item-content-gold .pricing-badge{ display:inline-flex; align-items:center; gap:5px; margin-bottom:8px; }
.pricing-item-gold .pricing-item-title-gold{ display:block; font-size:26px; font-weight:600; color:var(--accent-color); margin-top:0; }

/* ---------- Timeline (roadshow / sample day) ---------- */.atl-timeline{ position:relative; }
.atl-timeline-item{ display:flex; gap:16px; }
.atl-timeline .time{ flex:0 0 72px; font-family:var(--accent-font); font-weight:700; font-size:12px; letter-spacing:.04em; text-transform:uppercase; color:var(--accent-dark); padding-top:2px; text-align:right; }
.atl-timeline .mid{ display:flex; flex-direction:column; align-items:center; flex:0 0 auto; }
.atl-timeline .dot{ width:14px; height:14px; border-radius:50%; background:var(--accent-color); margin-top:4px; flex-shrink:0; box-shadow:0 0 0 4px rgba(236,187,71,.18); }
.atl-timeline .line{ width:2px; flex:1; background:rgba(236,187,71,.3); margin:8px 0; min-height:26px; }
.atl-timeline-item:last-child .line{ display:none; }
.atl-timeline .body{ padding-bottom:30px; }
.atl-timeline-item:last-child .body{ padding-bottom:0; }
.atl-timeline .body h4{ font-size:16px; margin:0 0 4px; color:var(--primary-color); }
.atl-timeline .body p{ font-size:14px; color:#777; margin:0; line-height:1.6em; }
.atl-panel-card{ background:var(--bg-color); border:1px solid var(--divider-color); border-radius:10px; padding:40px 36px; }
.atl-panel-card .head{ font-family:var(--accent-font); font-weight:700; font-size:14px; letter-spacing:.06em; text-transform:uppercase; color:var(--primary-color); margin-bottom:26px; padding-bottom:18px; border-bottom:1px solid var(--divider-color); }
.atl-panel-card .head i{ color:var(--accent-color); margin-right:8px; }

/* contact-info row (CTA) */
.atl-contact-row{ display:flex; align-items:center; gap:16px; margin-bottom:18px; }
.atl-contact-row .ic{ width:46px; height:46px; flex:0 0 46px; border-radius:50%; background:rgba(236,187,71,.14); border:1px solid rgba(236,187,71,.4); color:var(--accent-color); display:flex; align-items:center; justify-content:center; font-size:18px; }
.atl-contact-row .t{ color:#fff; font-family:var(--accent-font); font-weight:700; font-size:15px; }
.atl-contact-row .s{ color:rgba(255,255,255,.6); font-size:14px; }
.atl-contact-row .s a{ color:var(--accent-color); text-decoration:none; font-weight:700; }

/* ================= FOOTER ================= */

/* ================= FOOTER (Rentgo classes + ATL overrides) ================= */

/* Gold border at top */
.main-footer.atl-footer{position:relative;padding-top:0;background: #0a0a0a;}
.main-footer.atl-footer::before{
	content:''; display:block; height:3px;
	background:linear-gradient(90deg, transparent 0%, var(--accent-color) 30%, var(--accent-color) 70%, transparent 100%);
}

/* Footer header CTA strip */
.main-footer.atl-footer .footer-header{
	border-bottom:1px solid rgba(255,255,255,.1);
	margin-bottom:50px; padding:50px 0 40px;
}
.main-footer.atl-footer .footer-header .section-title h2{
	margin:0;
	color:#fff;
	font-size: 41px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	margin-bottom: 0px;
	cursor: none;
}
.main-footer.atl-footer .footer-contact-btn{ text-align:end; }
@media(max-width:767px){ .main-footer.atl-footer .footer-contact-btn{ text-align:left; margin-top:20px; } }

/* Link column headings */
.main-footer.atl-footer .footer-links h3{
	font-family:var(--accent-font);
	font-weight:700;
	letter-spacing:.12em;
	padding-bottom:14px;
	color: var(--white-color);
	font-size: 20px;
	margin-bottom: 20px;
}
/* Link items */
.main-footer.atl-footer .footer-links ul li{ margin-bottom:12px; color:rgba(255,255,255,.58); }
.main-footer.atl-footer .footer-links ul li a{color: rgb(255 255 255);font-size:14px;transition:color .2s ease;}
.main-footer.atl-footer .footer-links ul li:hover,
.main-footer.atl-footer .footer-links ul li a:hover{ color:var(--accent-color); }

/* Contact items — footer derecho */
.main-footer.atl-footer .footer-contact-item{
	display:flex; align-items:center; gap:14px;
	margin-bottom:14px; padding:10px 14px;
	background:rgba(255,255,255,.04);
	border:1px solid rgba(236,187,71,.12);
	border-radius:12px;
	transition:background .22s ease, border-color .22s ease, transform .22s ease;
}
.main-footer.atl-footer .footer-contact-item:hover{
	background:rgba(236,187,71,.08);
	border-color:rgba(236,187,71,.35);
	transform:translateX(4px);
}
.main-footer.atl-footer .footer-contact-item .icon-box{
	flex:0 0 42px; width:42px; height:42px;
	border-radius:10px;
	background:var(--accent-color);
	display:flex; align-items:center; justify-content:center;
	color:#0a0a0a; font-size:18px;
	box-shadow:0 4px 14px rgba(236,187,71,.28);
	transition:box-shadow .22s ease, transform .22s ease;
}
.main-footer.atl-footer .footer-contact-item:hover .icon-box{
	box-shadow:0 6px 20px rgba(236,187,71,.45);
	transform:scale(1.08);
}
.main-footer.atl-footer .footer-contact-item .footer-contact-content p{
	font-size:14px; color:rgba(255,255,255,.8); margin:0; line-height:1.45em;
	font-family:var(--accent-font); font-weight:500;
}
.main-footer.atl-footer .footer-contact-item .footer-contact-content a.color-inherit{
	color:#fff; text-decoration:none; transition:color .2s ease;
}
.main-footer.atl-footer .footer-contact-item .footer-contact-content a.color-inherit:hover{
	color:var(--accent-color);
}

/* Social icons */
.main-footer.atl-footer .footer-social-links ul li a{ border-color:rgba(236,187,71,.3); color:rgba(255,255,255,.6); transition:all .25s ease; }
.main-footer.atl-footer .footer-social-links ul li:hover a{ background:var(--accent-color); border-color:var(--accent-color); color:#0a0a0a; }

/* Hablamos badge */
.atl-habla{
	display:inline-flex; align-items:center; gap:8px;
	background:rgba(236,187,71,.1);
	color:var(--accent-color); font-family:var(--accent-font); font-weight:700;
	font-size:12px; letter-spacing:.05em; padding:7px 14px; border-radius:10px;
	margin-top:18px;
}

/* Copyright bar */
.main-footer.atl-footer .footer-copyright{ margin-top:50px; border-top:1px solid rgba(255,255,255,.08); padding:22px 24px 28px; }
.main-footer.atl-footer .footer-copyright-text p{ color:rgba(255,255,255,.6); font-size:13px; margin:0; }
.main-footer.atl-footer .footer-copyright .text-white.small{ color:rgba(255,255,255,.6) !important; font-size:13px; text-decoration:none; transition:color .2s ease; }
.main-footer.atl-footer .footer-copyright .text-white.small:hover{ color:var(--accent-color) !important; }

/* ================= FOOTER TICKER ================= */
.footer-ticker{
	position:relative;
	padding:30px 0;
	overflow:hidden;
	background: var(--accent-color);
	border-top:1px solid rgba(236,187,71,.2);
	margin-top: 60px;
}
.footer-ticker::before,
.footer-ticker::after{
	content:''; position:absolute; top:0; bottom:0; width:180px; z-index:2; pointer-events:none;
}
.footer-ticker::before{left:0;background: linear-gradient(90deg, #f8c03d 40%, rgba(10, 10, 10, 0) 100%);}
.footer-ticker::after {right:0;background: linear-gradient(270deg, #f8c03d  40%, rgba(10,10,10,0) 100%);}

.scrolling-ticker{ position:relative; }
.scrolling-ticker-box{
	--gap:50px; display:flex; overflow:hidden; user-select:none; gap:var(--gap);
}
.scrolling-content{
	flex-shrink:0; display:flex; align-items:center; gap:var(--gap);
	min-width:100%;
	animation:atl-ticker-scroll 44s linear infinite;
}
.scrolling-content span{
	display:inline-flex;
	align-items:center;
	white-space:nowrap;
	color: #ffffff;
	font-family:var(--accent-font);
	font-weight:600;
	font-size:58px;
	line-height:1;
}
.scrolling-content span.sep{
	color:rgba(236,187,71,.3); font-size:36px; font-weight:300;
}
@keyframes atl-ticker-scroll{
	from{ transform:translateX(0); }
	to  { transform:translateX(calc(-100% - var(--gap))); }
}
@media(max-width:991px){
	.footer-ticker{ padding:22px 0; }
	.footer-ticker::before,.footer-ticker::after{ width:80px; }
	.scrolling-content span{ font-size:36px; }
	.scrolling-content span.sep{ font-size:24px; }
}
@media(max-width:575px){
	.scrolling-content span{ font-size:26px; }
}

/* ---------- Scroll progress (scroll-to-top circular) ---------- */
.progress-wrap{
	position:fixed;
	right: 22px;
	bottom: 142px;
	height:56px;
	width:56px;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .45);
	z-index:9998;
	background: var(--accent-color);
	color: #ffffff;
	opacity:0;
	visibility:hidden;
	transform:translateY(15px);
	transition:.25s linear;
	text-decoration:none;
}
.progress-wrap i{
	font-size:16px;
	color: #ffffff;
	position:relative;
	z-index:2;
	transition:color .25s ease;
}
.progress-wrap:hover{
	background:var(--accent-color);
	box-shadow:0 0 18px rgba(236,187,71,.45);
	transform:translateY(-4px); transition:.3s ease;
}
.progress-wrap:hover i{ color:#0a0a0a; }
.progress-wrap.active-progress{ opacity:1; visibility:visible; transform:translateY(0); }
.progress-wrap svg{
	position:absolute; top:0; left:0; width:100%; height:100%;
}
.progress-wrap svg path{ fill:none; }
.progress-wrap svg.progress-circle path{
	stroke:var(--accent-color); stroke-width:4;
	transition:stroke-dashoffset 10ms linear;
}
@media(max-width:575px){
	.progress-wrap{ right:14px; bottom:186px; width:46px; height:46px; }
	.progress-wrap i{ font-size:14px; }
}

/* ---------- Floating action buttons (pill expand on hover) ---------- */
.atl-float-btn{
	position:fixed; right:24px; border-radius:37px;
	height:52px; min-width:52px; width:52px;
	display:flex; align-items:center; justify-content:center;
	text-decoration:none; overflow:hidden;
	box-shadow:0 4px 18px rgba(0,0,0,.35);
	transition:width .32s ease, padding .32s ease, box-shadow .25s ease;
	white-space:nowrap;
}
.atl-float-btn i{
	font-size:21px; font-weight:600; flex-shrink:0; position:relative; z-index:1;
}
.atl-float-btn span{
	font-family:var(--accent-font); font-weight:700; font-size:13px;
	text-transform:uppercase; letter-spacing:.04em;
	max-width:0; opacity:0; overflow:hidden;
	transition:max-width .32s ease, opacity .25s ease, margin .32s ease;
}
.atl-float-btn:hover{
	width:auto; padding:0 18px; box-shadow:0 6px 24px rgba(0,0,0,.45);
}
.atl-float-btn:hover span{ max-width:160px; opacity:1; margin-left:9px; }

/* WhatsApp — verde oficial */
.atl-float-wa{background:#25D366;bottom:24px;color: #ffffff;}
.atl-float-wa:hover{color: #ffffff;}
.atl-float-wa span{color: #ffffff;}

/* Call — dorado ATL */
.atl-float-call{background:var(--accent-color);color: #ffffff;bottom:24px;}
.atl-float-call:hover{color: #ffffff;}
.atl-float-call span{color: #ffffff;}

/* Text — negro */
.atl-float-text{background:#0a0a0a;color: #ffffff;bottom:84px;}
.atl-float-text:hover{color: #ffffff;}
.atl-float-text span{color: #ffffff;}

@media(max-width:575px){
	.atl-float-btn{ right:14px; height:46px; min-width:46px; width:46px; }
	.atl-float-btn i{ font-size:18px; }
	.atl-float-call{ bottom:18px; }
	.atl-float-text{ bottom:74px; }
}

/* ---------- Legal / policy pages ---------- */
.atl-legal h2{ font-size:22px; font-weight:700; color:var(--primary-color); margin:48px 0 16px; }
.atl-legal h2:first-child{ margin-top:0; }
.atl-legal p, .atl-legal li{ font-size:16px; line-height:1.85em; color:var(--text-color); }
.atl-legal ul{ padding-left:22px; margin:0 0 16px; }
.atl-legal li{ margin-bottom:9px; }
.atl-legal a{ color:var(--accent-dark); font-weight:600; text-decoration:underline; text-underline-offset:2px; }

/* sticky contents sidebar for legal pages */
.atl-toc{ position:sticky; top:120px; background:#fff; border:1px solid var(--divider-color); border-radius:10px; padding:30px 28px; }
.atl-toc h3{ font-size:13px; letter-spacing:.12em; text-transform:uppercase; color:var(--accent-dark); margin:0 0 18px; font-family:var(--accent-font); }
.atl-toc ul{ list-style:none; padding:0; margin:0; }
.atl-toc li{ margin:0; }
.atl-toc a{ display:block; padding:9px 0; font-size:14px; color:var(--text-color); text-decoration:none; border-bottom:1px solid var(--divider-color); transition:color .2s, padding .2s; }
.atl-toc li:last-child a{ border-bottom:none; }
.atl-toc a:hover, .atl-toc a.active{ color:var(--accent-dark); padding-left:8px; }
.atl-toc .toc-cta{ margin-top:22px; }
.atl-toc .toc-cta .btn-default{ width:100%; text-align:center; }
@media(max-width:991px){ .atl-toc{ position:static; margin-bottom:36px; } }

/* highlighted callout inside legal content */
.atl-highlight{ background:rgba(236,187,71,.10); border-left:4px solid var(--accent-color); border-radius:0 12px 12px 0; padding:20px 24px; margin:26px 0; }
.atl-highlight p{ margin:0; font-size:15px; line-height:1.7em; }
.atl-highlight strong{ color:var(--primary-color); font-family:var(--accent-font); }
.atl-legal h2{ scroll-margin-top:120px; }

/* ---------- Topbar (above sticky header) ---------- */
.atl-topbar-bar{
	position:absolute; top:0; left:0; right:0; z-index:102;
	background:transparent; border-bottom:1px solid rgba(236,187,71,.18);
	padding:9px 0; font-family:var(--accent-font); font-size:12.5px;
}
.atl-topbar-bar .topbar-contact-info ul,
.atl-topbar-bar .topbar-time ul{
	display:flex; flex-wrap:wrap; gap:4px 18px;
	list-style:none; padding:0; margin:0;
}
.atl-topbar-bar ul li a{
	color:rgba(255,255,255,.6); text-decoration:none;
	display:flex; align-items:center; gap:7px; font-size:12.5px;
	transition:color .2s ease;
}
.atl-topbar-bar ul li a:hover{ color:var(--accent-color); }
.atl-topbar-bar ul li a i{ color:var(--accent-color); font-size:11px; }

/* Language dropdown inside topbar */
.atl-topbar-bar .language-switcher-nav{
	list-style:none; padding:0; margin:0; position:relative;
}
.atl-topbar-bar .language-switcher-nav > li{ position:relative; }
.atl-topbar-bar .language-dropdown-active{
	color:rgba(255,255,255,.75); font-family:var(--accent-font); font-weight:700;
	font-size:12.5px; cursor:pointer; display:flex; align-items:center; gap:5px;
	padding:4px 10px; border-radius:6px;
	text-decoration:none; transition:all .2s ease;
}
.atl-topbar-bar .language-dropdown-active:hover,
.atl-topbar-bar .language-switcher-nav > li:hover .language-dropdown-active{
	color:var(--accent-color); border-color:var(--accent-color);
}
.atl-topbar-bar .language-dropdown{
	display:none; position:absolute; right:0; top:calc(100% + 6px);
	background:#111; border:1px solid rgba(236,187,71,.3); border-radius:8px;
	list-style:none; padding:6px 0; margin:0; min-width:120px;
	z-index:9999; box-shadow:0 8px 24px rgba(0,0,0,.45);
}
.atl-topbar-bar .language-dropdown::before{
	content:''; position:absolute; top:-6px; left:0; right:0; height:6px;
}
.atl-topbar-bar .language-switcher-nav > li:hover .language-dropdown,.atl-topbar-bar .language-switcher-nav > li.open .language-dropdown{ display:block; }.atl-topbar-bar .language-switcher-nav > li.open .language-dropdown-active{ color:var(--accent-color); }
.atl-topbar-bar .language-dropdown li a{
	display:block; padding:9px 18px; color:rgba(255,255,255,.7);
	font-size:13px; font-family:var(--accent-font); font-weight:600;
	text-decoration:none; transition:all .2s ease;
}
.atl-topbar-bar .language-dropdown li a:hover{
	color:var(--accent-color); background:rgba(236,187,71,.1);
}
@media(max-width:991px){ .atl-topbar-bar{ display:none; } }
/* Desktop: single language switcher lives in the topbar; hide the navbar copy (kept only for the mobile slicknav menu) */
@media(min-width:992px){ #menu > li:has(> a.language-dropdown-active){ display:none; } }

/* ---------- Header social icons ---------- */
.header-social-icons{
	display:flex; align-items:center; gap:8px;
	margin-left:16px; padding-left:16px;
	border-left:1px solid rgba(255,255,255,.14);
}
.header-sticky.active .header-social-icons{ border-left-color:rgba(0,0,0,.12); }
.header-social-icons a{
	width:32px; height:32px; border-radius:50%;
	display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.62);
	font-size:13px; text-decoration:none; transition:all .25s ease;
}
.header-sticky.active .header-social-icons a{ color:rgba(0,0,0,.55); }
.header-social-icons a:hover{
	background:var(--accent-color); border-color:var(--accent-color); color:#0a0a0a;
}

/* ---------- Reliability net: reveal above-the-fold content on load ----------
   WOW.js can fail to reveal in-viewport content on first paint in some setups.
   A small load-time script (in each page) force-shows only what's already on
   screen; below-the-fold elements still animate normally on scroll. */

/* ---------- Routes / comparison tables (FIFA & service pages) ---------- */
.atl-table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; border-radius:20px; }
.atl-routes-table{
	background:#fff; border-radius:20px; overflow:hidden;
	margin:30px 0; width:100%; border-collapse:collapse;
}
.atl-routes-table thead tr{ background:#0a0a0a; color:#fff; }
.atl-routes-table thead th{
	padding:18px 24px; font-family:var(--accent-font); font-weight:700;
	font-size:12px; text-transform:uppercase; letter-spacing:.08em;
	text-align:left; border:none;
}
.atl-routes-table thead th:first-child{ padding-left:30px; }
.atl-routes-table tbody tr{
	border-bottom:1px solid rgba(0,0,0,.08); transition:background .2s ease;
}
.atl-routes-table tbody tr:last-child{ border-bottom:none; }
.atl-routes-table tbody tr:nth-child(odd){ background:#f9f7f5; }
.atl-routes-table tbody tr:hover{ background:rgba(236,187,71,.12); }
.atl-routes-table tbody td{
	padding:16px 24px; font-size:14px; color:#333; border:none; vertical-align:middle;
}
.atl-routes-table tbody td:first-child{
	padding-left:30px; font-family:var(--accent-font); font-weight:700; color:#0a0a0a;
}
.atl-time-badge{
	display:inline-block; background:var(--accent-color); color:#0a0a0a;
	padding:5px 14px; border-radius:100px;
	font-family:var(--accent-font); font-weight:700; font-size:12px;
}

/* ---------- CTA footer: botones agrupados (no separados a los extremos) ---------- */
.cta-content-footer .atl-cta-actions{
	gap:16px;
	flex-wrap:wrap;
}
@media(max-width:576px){
	.cta-content-footer .atl-cta-actions{
		flex-direction:column;
		align-items:stretch;
	}
}

/* =========================================================
   Select2 — matched to ATL form inputs (white field, gold focus)
   ========================================================= */
.select2-container{ width:100% !important; }
.select2-container--default .select2-selection--single{
	height:auto; min-height:48px;
	background:#fff; border:1px solid #d6d6d6 !important; border-radius:10px !important;
	padding:11px 36px 11px 15px; display:flex; align-items:center;
	transition:border-color .2s, box-shadow .2s;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:var(--primary-color); line-height:1.4; padding:0; font-size:15px; font-family:var(--default-font);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{ color:#aaa; }
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:46px; right:12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{ border-color:var(--accent-dark) transparent transparent transparent; }
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default .select2-selection--single:focus{
	border-color:var(--accent-color); box-shadow:0 0 0 2px rgba(236,187,71,.2); outline:none;
}
.select2-container--default.select2-container--open .select2-selection__arrow b{ border-color:transparent transparent var(--accent-dark) transparent; }
/* Dropdown panel */
.select2-dropdown{
	border:1px solid #d6d6d6; border-radius:10px; overflow:hidden; box-shadow:0 12px 30px rgba(0,0,0,.14); z-index:10000;
}
.select2-container--default .select2-results__option{ font-size:15px; padding:11px 15px; color:var(--primary-color); }
.select2-container--default .select2-results__option--highlighted[aria-selected]{ background:var(--accent-color); color:#0a0a0a; }
.select2-container--default .select2-results__option[aria-selected=true]{ background:rgba(236,187,71,.18); color:var(--primary-color); }

/* Contact form status alerts */
.atl-form-alert{ border-radius:10px; padding:14px 18px; margin-bottom:18px; font-size:14.5px; line-height:1.6; }
.atl-form-alert a{ font-weight:700; text-decoration:underline; }
.atl-form-ok{ background:#e7f6ec; border:1px solid #b6e0c4; color:#1c7a3f; }
.atl-form-ok a{ color:#1c7a3f; }
.atl-form-err{ background:#fdecec; border:1px solid #f3c2c2; color:#b3261e; }
.atl-form-err a{ color:#b3261e; }

/* =========================================================
   Sentence case for descriptive labels (were ALL CAPS)
   "NO SURGE PRICING" -> "No surge pricing"
   NOTE: eyebrows/headings excluded (they contain proper nouns: Atlanta, GA, ATL…)
   ========================================================= */
.atl-mini .l,
.atl-stat .lbl,
.atl-trustbar .it,
.atl-booking label,
.atl-panel-stats .l,
.atl-spec-row .k{
	text-transform: lowercase !important;
}
.atl-mini .l::first-letter,
.atl-stat .lbl::first-letter,
.atl-trustbar .it::first-letter,
.atl-booking label::first-letter,
.atl-panel-stats .l::first-letter,
.atl-spec-row .k::first-letter{
	text-transform: uppercase;
}

/* =========================================================
   Responsive polish (mobile): padding, font sizes, declutter
   ========================================================= */
@media(max-width:575px){
	/* booking card: tighter side padding for more usable width */
	.atl-booking{ padding:28px 22px; }
	/* stat labels slightly larger for readability */
	.atl-mini .l{ font-size:12px; }
	/* declutter floating stack: hide scroll-to-top on mobile (keep WhatsApp/Call/Text) */
	.progress-wrap{ display:none !important; }
}

/* =========================================================
   Sticky header — turns WHITE on scroll (UX: persistent nav)
   ========================================================= */
.main-header .header-sticky.atl-scrolled{
	position:fixed !important;
	top:0 !important; left:0 !important; right:0 !important;
	background:#ffffff !important;
	box-shadow:0 2px 20px rgba(0,0,0,.12);
	border-radius:0 !important;
	z-index:1000;
	animation:atlHeaderDown .35s ease;
}
@keyframes atlHeaderDown{ from{ transform:translateY(-100%); } to{ transform:translateY(0); } }
/* compact the navbar when scrolled */
.header-sticky.atl-scrolled .navbar{ padding:14px 0 !important; }
/* invert nav text colors for readability on white */
.header-sticky.atl-scrolled .nav-link{ color:#0a0a0a !important; }
.header-sticky.atl-scrolled .nav-link:hover{ color:var(--accent-dark) !important; }
.header-sticky.atl-scrolled .nav-item.active > .nav-link{ color:var(--accent-dark) !important; }
/* social icons: dark on white */
.header-sticky.atl-scrolled .header-social-icons a{ color:#0a0a0a !important; border-color:rgba(0,0,0,.18) !important; }
.header-sticky.atl-scrolled .header-social-icons a:hover{ color:var(--accent-dark) !important; border-color:var(--accent-color) !important; }
/* divider between menu and buttons */
.header-sticky.atl-scrolled .header-btn::before{ background:rgba(0,0,0,.12) !important; }

/* =========================================================
   Disable custom "Drag" cursor — restore native cursors (UX/a11y)
   ========================================================= */
.cb-cursor{ display:none !important; }
*{ cursor:auto !important; }
a, button, .btn-default, .btn-outline-gold, .nav-link, [role="button"],
.accordion-button, label, summary, .swiper-slide, [data-cursor], [data-cursor-text],
.slicknav_btn, select, .atl-float-btn, .progress-wrap{ cursor:pointer !important; }
input, textarea{ cursor:text !important; }
input[type="date"], input[type="checkbox"], input[type="radio"]{ cursor:pointer !important; }

/* =========================================================
   Final CTA — 50/50 split (text | vehicle image)
   ========================================================= */
.atl-final-cta{ background:#0a0a0a; padding:100px 0; overflow:hidden; position:relative; }
.atl-final-cta h2{ font-size:clamp(28px,3.2vw,44px); line-height:1.16em; margin:14px 0 0; letter-spacing:-.01em; }
.atl-final-cta p{ font-size:16px; line-height:1.8em; max-width:560px; }
.atl-final-cta .atl-cta-actions{ justify-content:flex-start; }
.atl-final-cta-media{
	min-height:420px; height:100%; border-radius:16px;
	background-image:url('../images/cta-bg-image.jpg');
	background-size:cover; background-position:center;
	box-shadow:0 24px 60px rgba(0,0,0,.45);
	border:1px solid rgba(236,187,71,.18);
}
@media(max-width:991px){
	.atl-final-cta{ padding:70px 0; }
	.atl-final-cta-media{ min-height:240px; }
	.atl-final-cta .atl-cta-actions{ justify-content:center; }
	.atl-final-cta p{ margin-left:auto; margin-right:auto; }
	.atl-final-cta .col-lg-6{ text-align:center; }
}

/* =========================================================
   CTA box (about / services / areas) — balanced buttons
   ========================================================= */
.cta-box .cta-content-footer{ display:block; border-top:none; }
.cta-box .atl-cta-actions{ display:flex; flex-wrap:wrap; gap:16px; align-items:center; justify-content:center; max-width:none; }
.cta-box .atl-cta-actions .btn-default.w-100,
.cta-box .atl-cta-actions .btn-outline-gold{ width:auto !important; }
@media(max-width:575px){
	.cta-box .atl-cta-actions{ flex-direction:column; align-items:stretch; }
	.cta-box .atl-cta-actions .btn-default,
	.cta-box .atl-cta-actions .btn-outline-gold{ width:100% !important; text-align:center; }
}

/* =========================================================
   Highlighted button (Book your ride): fill BLACK on hover
   (was filling white, leaving text invisible) + white text
   ========================================================= */
.btn-highlighted::after{ background-color:var(--primary-color) !important; }
.btn-highlighted:hover{ color:var(--white-color) !important; }
.btn-highlighted:hover::before{ background-color:var(--accent-color) !important; }

/* Sample testimonials disclaimer */
.atl-sample-note{ text-align:center; font-size:12px; color:var(--text-color); opacity:.55; margin:36px 0 0; font-style:italic; }

/* =========================================================
   Hero/CTA buttons fix — no forced full-width, legible outline
   ========================================================= */
/* service-page heroes: principal button natural width (was w-100 = huge) */
.atl-hero-actions .btn-default.w-100{ width:auto !important; }
.cta-content-footer .atl-cta-actions .btn-default.w-100{ width:auto !important; }
/* outline button: subtle dark backdrop so gold text stays legible over photos */
.btn-outline-gold{ background:rgba(10,10,10,.45); backdrop-filter:blur(2px); }
.btn-outline-gold:hover{ background:var(--accent-color); }
@media(max-width:575px){
	.atl-hero-actions .btn-default.w-100{ width:100% !important; }
}

/* =========================================================
   Mobile overflow fixes — promo banner wrap + safety net
   ========================================================= */
html, body{ overflow-x:hidden; }
.atl-topbar{ overflow-wrap:break-word; }
.atl-topbar a{ white-space:nowrap; }
@media(max-width:575px){
	.atl-topbar{ font-size:12px; letter-spacing:0; padding:10px 12px; line-height:1.5; }
}

/* =========================================================
   Promo banner (prom/quinceañera): offset absolute header below it
   ========================================================= */
.atl-topbar{ position:relative; z-index:1; }
body:has(.atl-topbar) header.main-header{ top:56px !important; }
@media(min-width:992px){ body:has(.atl-topbar) header.main-header{ top:86px !important; } }

/* =========================================================
   Fleet card CTA — two buttons side by side
   ========================================================= */
.atl-fleet-cta{ display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
.atl-fleet-cta .btn-default,
.atl-fleet-cta .btn-outline-gold{ flex:0 0 auto; }
/* outline button on white fleet card: transparent (not dark backdrop) */
.atl-fleet-cta .btn-outline-gold{ background:transparent; backdrop-filter:none; }
/* "View full fleet" + "View vehicle details" on white background — no dark backdrop */
.atl-fleet-view-all .btn-outline-gold,
.atl-rg-body .btn-outline-gold{ background:transparent !important; backdrop-filter:none !important; color:var(--accent-color) !important; justify-content:center !important; text-align:center !important; }
.atl-rg-body .btn-outline-gold:hover{ background:var(--accent-color) !important; color:#0a0a0a !important; }
@media(max-width:420px){ .atl-fleet-cta{ flex-direction:column; align-items:stretch; } .atl-fleet-cta a{ text-align:center; } }

/* =========================================================
   Buttons: respect HTML casing (sentence case) — was forced capitalize
   ========================================================= */
.btn-default, .btn-highlighted, .btn-outline-gold, .btn-submit{ text-transform:none !important; }

/* =========================================================
   Fleet card buttons — sin círculo, padding uniforme
   ========================================================= */
.atl-rg-body .btn-default{ padding:17px 20px !important; display:flex !important; justify-content:center !important; text-align:center !important; }
.atl-rg-body .btn-default::before{ display:none !important; }
.atl-rg-body .btn-default:hover{ padding:17px 20px !important; color:var(--primary-color); }
.atl-rg-body .btn-default::after{ display:none !important; }

/* atl-rg-card: título en negro aunque sea enlace */
.atl-rg-body h3 a{ color:var(--primary-color) !important; }
.atl-rg-body h3 a:hover{ color:var(--accent-color) !important; }

/* Fleet page amenities list dentro de atl-rg-card */
.atl-fleet-amenities{ margin:18px 0 20px; padding:16px; background:#f9f8f6; border-radius:10px; }
.atl-fleet-amenities h4{ font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--accent-color); margin:0 0 10px; }
.atl-fleet-amenities ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:6px; }
.atl-fleet-amenities ul li{ font-size:14px; color:#333; display:flex; align-items:center; gap:8px; }
.atl-fleet-amenities ul li i{ color:var(--accent-color); font-size:12px; flex-shrink:0; }

/* Fleet card "Book now" button — full width (side to side) */
.atl-fleet-body .btn-default{
	display:flex; align-items:center; justify-content:flex-start;
	width:100%; text-align:left;
}

/* =========================================================
   Full-width section override (bg-section caps at 1300px)
   ========================================================= */
.atl-section.atl-fullwidth{ max-width:none !important; border-radius:0 !important; }

/* =========================================================
   Contact form card (inside map section)
   ========================================================= */
.atl-contact-form-card{ background:#fff; border-radius:24px; padding:48px 44px; width:100%; max-width:560px; box-shadow:0 24px 80px rgba(0,0,0,.28); margin-left:auto; margin-right:0; }
.atl-contact-form-card .eyebrow{ display:block; font-family:var(--accent-font); font-weight:700; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--accent-color); margin-bottom:10px; }
.atl-contact-form-card h2{ font-size:24px; font-weight:600; color:#0a0a0a; margin:0 0 6px; }
.atl-contact-form-card .sub{ font-size:13px; color:#777; line-height:1.6em; margin:0 0 26px; }
.atl-contact-form-card label{ font-family:var(--accent-font); font-weight:600; font-size:12px; letter-spacing:.04em; color:#333; margin-bottom:5px; display:block; }
.atl-contact-form-card .form-control,
.atl-contact-form-card .form-select{ border:1.5px solid #e5e5e5; border-radius:10px; padding:12px 15px; font-size:14px; color:#333; background:#fafafa; transition:border-color .2s,box-shadow .2s; }
.atl-contact-form-card .form-control:focus,
.atl-contact-form-card .form-select:focus{ border-color:var(--accent-color); box-shadow:0 0 0 3px rgba(236,187,71,.18); background:#fff; outline:none; }
.atl-contact-form-card textarea.form-control{ resize:vertical; min-height:100px; }
.atl-contact-form-card .btn-submit{ width:100%; padding:15px; border-radius:12px; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:600; font-size:15px; border:none; cursor:pointer; transition:background .2s,transform .15s; }
.atl-contact-form-card .btn-submit:hover{ background:var(--accent-dark); transform:translateY(-1px); }
@media(max-width:767px){
	.atl-contact-form-card{ padding:32px 24px; max-width:100%; margin-left:0; margin-right:0; }
}

/* =========================================================
   Contact cards
   ========================================================= */
.atl-contact-cards{ padding:80px 0 60px; background:#fff; }
.atl-contact-card{ background:#fff; border-radius:20px; border:1px solid rgba(0,0,0,.08); padding:40px 28px; text-align:center; transition:box-shadow .25s,transform .25s; }
.atl-contact-card:hover{ box-shadow:0 6px 20px rgba(0,0,0,.06); transform:translateY(-3px); }
.atl-contact-card .icon-wrap{ width:60px; height:60px; display:flex; align-items:center; justify-content:center; margin:0 auto 22px; }
.atl-contact-card h3{ font-family:var(--accent-font); font-weight:700; font-size:16px; margin:0 0 10px; color:#0a0a0a; }
.atl-contact-card p{ font-size:14px; color:#555; margin:0; line-height:1.7em; }
.atl-contact-card a{ color:#0a0a0a; text-decoration:none; font-weight:700; }
.atl-contact-card a:hover{ color:var(--accent-color); }

/* =========================================================
   Map section — full-bleed with overlay gradient
   ========================================================= */
.atl-map-section{ position:relative; min-height:640px; padding:100px 0; }
.atl-map-section .map-bg{ position:absolute; inset:0; width:100%; height:100%; overflow:hidden; }
.atl-map-section .map-bg iframe{ width:128%; margin-left:-28%; height:100%; border:0; filter:grayscale(20%) contrast(1.05); }
.atl-map-section .map-overlay{ position:absolute; inset:0; background:rgba(10,10,10,.45); pointer-events:none; }
.atl-map-section .container{ position:relative; z-index:2; min-height:640px; display:flex; align-items:center; justify-content:flex-end; }
@media(max-width:991px){
	.atl-map-section{ min-height:auto; padding:40px 0; }
	.atl-map-section .container{ height:auto; min-height:0; }
	.atl-map-section .map-bg{ position:relative; height:320px; }
	.atl-map-section .map-bg iframe{ width:100%; margin-left:0; }
	.atl-map-section .map-overlay{ display:none; }
}

/* =========================================================
   Zone cards
   ========================================================= */
.atl-zone-card{ background:#fff; border-radius:16px; padding:30px 26px; border:1px solid var(--divider-color); height:100%; transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.atl-zone-card:hover{ border-color:var(--accent-color); box-shadow:0 16px 38px rgba(0,0,0,.08); transform:translateY(-4px); }
.atl-zone-card .zone-icon{ width:56px; height:56px; border-radius:14px; background:rgba(248,181,74,.14); color:var(--accent-color); display:flex; align-items:center; justify-content:center; font-size:23px; margin-bottom:18px; transition:background .25s ease, color .25s ease; }
.atl-zone-card .zone-icon img{ width:30px; height:30px; transition:transform .25s ease; }
.atl-zone-card:hover .zone-icon{ background:rgba(248,181,74,.24); }
.atl-zone-card:hover .zone-icon img{ transform:scale(1.08); }
.atl-zone-card h3{ font-family:var(--accent-font); font-weight:700; font-size:18px; margin:0 0 16px; padding-bottom:14px; border-bottom:1px solid var(--divider-color); color:#0a0a0a; }
.atl-zone-card ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:11px; }
.atl-zone-card ul li{ font-size:14px; color:#555; display:flex; align-items:center; gap:10px; line-height:1.3; }
.atl-zone-card ul li i{ color:var(--accent-color); font-size:11px; flex:0 0 14px; }

/* =========================================================
   CTA content footer (inside page content, dark sections)
   ========================================================= */
.cta-content-footer{ display:flex; flex-wrap:wrap; align-items:center; gap:20px 40px; border-top:1px solid var(--dark-divider-color);  }
.cta-content-footer .atl-cta-actions{ gap:16px; flex-wrap:wrap; }
@media(max-width:991px){ .cta-content-footer{ margin-top:30px; padding-top:30px; } }
@media(max-width:767px){ .cta-content-footer{ gap:20px; } }
@media(max-width:576px){ .cta-content-footer .atl-cta-actions{ flex-direction:column; align-items:stretch; } }

/* =========================================================
   Button aliases used in Spanish/CMS page content
   ========================================================= */
.btn.atl-btn-primary{ background:var(--accent-color); color:#0a0a0a; border:none; border-radius:100px; font-family:var(--accent-font); font-weight:700; transition:background .2s,transform .15s; }
.btn.atl-btn-primary:hover{ background:var(--accent-dark,#d4a53a); color:#0a0a0a; transform:translateY(-1px); }
.btn.atl-btn-outline{ background:transparent; color:var(--white-color,#fff); border:2px solid var(--accent-color); border-radius:100px; font-family:var(--accent-font); font-weight:700; transition:all .2s; }
.btn.atl-btn-outline:hover{ background:var(--accent-color); color:#0a0a0a; }
/* Dark-section context: outline text goes dark since bg turns gold */
.dark-section .btn.atl-btn-outline,
.bg-section .btn.atl-btn-outline{ color:var(--white-color,#fff); }

/* =========================================================
   Stat box — white card with subtle border (Bootstrap provides p-4 rounded-3)
   ========================================================= */
.atl-stat-box{ background:#fff; border:1px solid rgba(0,0,0,.08); }

/* =========================================================
   Flags row — emoji display for multilingual pages
   ========================================================= */
.atl-flags{ font-size:26px; letter-spacing:.08em; margin-bottom:14px; }

/* =========================================================
   Comparison table — horizontal scroll on mobile
   ========================================================= */
.atl-comparison-table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
.atl-comparison-table-wrap table{ min-width:600px; }

/* =========================================================
   Language Switcher — header nav dropdown
   ========================================================= */
.language-switcher-nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.language-switcher-nav > li {
    position: relative;
    list-style: none;
}
.language-switcher-nav > li > a.language-dropdown-active {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    white-space: nowrap;
    text-decoration: none;
}
.language-switcher-nav > li > a.language-dropdown-active i.fa-globe { font-size: 13px; }
.language-switcher-nav > li > a.language-dropdown-active i.fa-chevron-down {
    font-size: 9px;
    transition: transform 0.25s ease;
}
.language-switcher-nav > li:hover > a.language-dropdown-active,.language-switcher-nav > li.open > a.language-dropdown-active { font-weight: 700; }
.language-switcher-nav > li:hover > a.language-dropdown-active i.fa-chevron-down,.language-switcher-nav > li.open > a.language-dropdown-active i.fa-chevron-down { transform: rotate(180deg); }
.language-switcher-nav > li > ul.language-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    min-width: 120px;
}
.language-switcher-nav > li > ul.language-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}
.language-switcher-nav > li:hover > ul.language-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.language-switcher-nav > li > ul.language-dropdown li { list-style: none; }
.language-switcher-nav > li > ul.language-dropdown li a {
    display: block;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease;
}
.language-switcher-nav > li > ul.language-dropdown li a:hover {
    background: rgba(144,187,19,0.12);
    color: #F5B754;
}
/* =========================================================
   ATL Custom SVG Icons — Service Cards & Feature Grid
   ========================================================= */

/* Service card */
.service-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    border-radius: 12px !important;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.10) !important;
}
.service-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    background: #fff9ee;
    border-radius: 50%;
    border: 2px solid rgba(245,183,84,.25);
    transition: background 0.22s ease;
}
.service-card:hover .service-icon-wrap {
    background: #F5B754;
}
.service-icon-wrap img {
    transition: transform 0.22s ease;
}
.service-card:hover .service-icon-wrap img {
    transform: scale(1.12);
}

/* Feature card */
.atl-feature-card {
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: box-shadow 0.22s ease;
}
.atl-feature-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,.10);
}
.atl-feature-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff9ee;
    border-radius: 16px;
    border: 1.5px solid rgba(245,183,84,.30);
}

/* Section label chip */
.atl-section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    background: rgba(245,183,84,.15);
    border: 1px solid rgba(245,183,84,.4);
    padding: 4px 14px;
    border-radius: 50px;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.atl-section-label::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #F5B754;
    border-radius: 50%;
}
.atl-section-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .language-switcher-nav > li > ul.language-dropdown{ display:none; list-style:none; padding:4px 0; margin:0; }.language-switcher-nav > li:hover > ul.language-dropdown,.language-switcher-nav > li.open > ul.language-dropdown{ display:block; }.language-switcher-nav { padding: 5px 0; }
}

/* ---- Footer v2 ---- */
.atl-footer-v2 { padding-top: 0; }

/* CTA row */
.ftv2-cta { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:52px 0 48px; flex-wrap:wrap; }
.ftv2-cta h2 { font-size:clamp(22px,3vw,36px); font-weight:600; color:#fff; margin:0; max-width:560px; line-height:1.25; }
.ftv2-cta-btns { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.ftv2-btn-outline { display:inline-flex; align-items:center; gap:8px; padding:14px 28px; border:1.5px solid rgba(255,255,255,.35); border-radius:100px; color:#fff; font-size:15px; font-weight:600; text-decoration:none; transition:border-color .25s ease, color .25s ease; white-space:nowrap; }
.ftv2-btn-outline:hover { border-color:var(--accent-color); color:var(--accent-color); }

/* Middle section */
.ftv2-middle { display:flex; gap:0; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); }

/* Brand column */
.ftv2-brand { padding:48px 48px 48px 0; min-width:240px; max-width:280px; flex-shrink:0; display:flex; flex-direction:column; gap:24px; }
.ftv2-brand img { max-height:52px; width:auto; }
.ftv2-desc { font-size:14px; line-height:1.75; color:rgba(255,255,255,.6); margin:0; }
.ftv2-contact { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:14px; }
.ftv2-contact li a, .ftv2-contact li span { display:flex; align-items:flex-start; gap:10px; color:rgba(255,255,255,.6); font-size:13.5px; text-decoration:none; transition:color .2s ease; }
.ftv2-contact li a:hover { color:var(--accent-color); }
.ftv2-contact li i { color:var(--accent-color); width:16px; text-align:center; margin-top:2px; flex-shrink:0; }

/* Vertical divider */
.ftv2-vdivider { width:1px; background:rgba(255,255,255,.1); flex-shrink:0; align-self:stretch; margin:0 48px; }

/* Link columns */
.ftv2-links { flex:1; padding:48px 0; display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.ftv2-col h3 { font-size:18px; font-weight:700; color:#fff; margin:0 0 22px; line-height:1; }
.ftv2-col ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:13px; }
.ftv2-col ul li a { font-size:14px; color:rgba(255,255,255,.58); text-decoration:none; transition:color .2s ease; display:block; }
.ftv2-col ul li a:hover { color:var(--accent-color); }

/* Bottom bar */
.ftv2-bottom { padding:22px 0 28px; border-top:0; }
.ftv2-bottom .container { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.ftv2-bottom p { color:rgba(255,255,255,.55); font-size:13px; margin:0; }
.ftv2-social { display:flex; align-items:center; gap:10px; }
.ftv2-social-btn { width:36px; height:36px; background:rgba(255,255,255,.1); border-radius:50%; display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.7); font-size:13px; text-decoration:none; transition:background .25s ease, color .25s ease; }
.ftv2-social-btn:hover { background:var(--accent-color); color:#0a0a0a; }

/* Responsive */
@media (max-width: 991px) {
    .ftv2-middle { flex-direction:column; }
    .ftv2-brand { max-width:100%; padding:40px 0 0; }
    .ftv2-vdivider { width:100%; height:1px; margin:32px 0; }
    .ftv2-links { padding:0 0 40px; grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 575px) {
    .ftv2-cta { flex-direction:column; align-items:flex-start; padding:40px 0 36px; }
    .ftv2-links { grid-template-columns:1fr 1fr; }
    .ftv2-bottom .container { flex-direction:column; align-items:center; text-align:center; }
}

/* ---- FAQ cards (SecureVest style) ---- */
.atl-faq-badge { display:inline-flex; align-items:center; gap:8px; background:var(--bg-color); color:var(--primary-color); font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; border-radius:10px; padding:7px 18px; margin-bottom:14px; }
.atl-faq-badge::before { content:'✳'; color:var(--accent-color); font-size:14px; }
.atl-faq-card { display:flex; gap:18px; padding:24px; background:var(--bg-color); border:1px solid var(--divider-color); border-radius:16px; height:100%; transition:border-color .3s ease,box-shadow .3s ease; }
.atl-faq-card:hover { border-color:var(--accent-color); box-shadow:0 6px 24px rgba(0,0,0,.07); }
.atl-faq-icon { width:40px; height:40px; min-width:40px; background:var(--accent-color); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; }
.atl-faq-content h3 { font-size:16px; font-weight:700; color:var(--primary-color); margin:0 0 10px; line-height:1.4; }
.atl-faq-content p { font-size:14px; line-height:1.75; color:var(--text-color); margin:0; }
.atl-faq-acc-section{background:var(--bg-color)}.atl-faq-left{padding-right:10px}.atl-faq-acc-title{font-size:clamp(26px,3.5vw,40px);font-weight:600;color:var(--primary-color);line-height:1.2;margin:14px 0 18px}.atl-faq-acc-desc{font-size:15px;line-height:1.75;color:var(--text-color);margin-bottom:28px;max-width:400px}.atl-faq-cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--accent-color);color:#0a0a0a!important;font-weight:700;font-size:14px;padding:14px 24px;border-radius:8px;text-decoration:none;transition:opacity .2s}.atl-faq-cta-btn:hover{opacity:.85}.atl-faq-social-proof{display:flex;align-items:center;gap:16px;margin-top:32px}.atl-faq-avatars{display:flex;margin-right:6px}.atl-faq-avatars .av{width:38px;height:38px;border-radius:50%;background:var(--accent-color);color:#0a0a0a;font-weight:700;font-size:11px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;margin-right:-10px}.atl-faq-avatars .av:last-child{margin-right:0}.atl-faq-social-proof strong{font-size:17px;color:var(--primary-color);display:block;line-height:1.3}.atl-faq-social-proof span{font-size:12.5px;color:var(--text-color)}.atl-faq-accordion{display:flex;flex-direction:column;gap:10px}.atl-faq-acc-btn{width:100%;border:none;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-weight:700;font-size:15.5px;color:var(--primary-color);text-align:left;line-height:1.45;transition:background .25s,color .25s;border-radius:14px;background:#f2f2f2}.atl-faq-acc-btn:not(.collapsed){background:var(--accent-color);color:#1a1a1a}.atl-faq-acc-btn:hover{opacity:.9}.atl-faq-acc-icon{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;font-size:16px;color:inherit;background:none;border:none;border-radius:0}.atl-faq-acc-btn:not(.collapsed) .atl-faq-acc-icon i::before{content:"\f00d";font-family:"Font Awesome 6 Free";font-weight:900}.atl-faq-acc-body{font-size:14.5px;line-height:1.8;color:var(--text-color);padding:18px 24px 22px;background:#f2f2f2;border-radius:14px;margin-top:8px}@media(max-width:991px){.atl-faq-left{padding-right:0}.atl-faq-acc-title{font-size:26px}.atl-faq-acc-desc{max-width:100%}}

/* =========================================================
   About / Why Choose Us section (RentGo style)
   ========================================================= */
.atl-about-pill{ display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--divider-color); border-radius:100px; padding:8px 18px 8px 10px; font-family:var(--accent-font); font-weight:700; font-size:13px; color:var(--primary-color); margin-bottom:22px; box-shadow:0 2px 8px rgba(0,0,0,.06); }
.atl-about-pill::before{ content:''; width:10px; height:10px; border-radius:50%; background:var(--accent-color); flex-shrink:0; }
.atl-about-h2{ font-size:clamp(2rem,3.8vw,3rem); font-weight:600; line-height:1.15; margin:0 0 20px; color:var(--primary-color); }
.atl-about-desc{ font-size:16px; line-height:1.8; color:var(--text-color); margin-bottom:32px; max-width:520px; }
.atl-about-features{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:36px; }
.atl-about-feature{ background:#fff; border:1px solid var(--divider-color); border-radius:16px; padding:24px; transition:box-shadow .25s,transform .25s; }
.atl-about-feature:hover{ box-shadow:0 8px 28px rgba(0,0,0,.08); transform:translateY(-3px); }
.atl-about-feature-icon{ width:52px; height:52px; border-radius:12px; background:rgba(245,183,84,.12); border:1px solid rgba(245,183,84,.3); display:flex; align-items:center; justify-content:center; font-size:20px; color:var(--accent-color); margin-bottom:14px; }
.atl-about-feature h4{ font-family:var(--accent-font); font-weight:700; font-size:15px; color:var(--primary-color); margin:0 0 10px; line-height:1.3; }
.atl-about-feature hr{ border:none; border-top:1px solid var(--divider-color); margin:0 0 12px; }
.atl-about-feature p{ font-size:13.5px; color:var(--text-color); line-height:1.7; margin:0; }
.atl-about-footer{ display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.atl-about-cta{ display:inline-flex; align-items:center; gap:12px; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:600; font-size:14px; padding:14px 26px; border-radius:100px; text-decoration:none; transition:background .2s,transform .15s; }
.atl-about-cta .icon{ width:34px; height:34px; border-radius:50%; background:rgba(0,0,0,.12); display:flex; align-items:center; justify-content:center; font-size:13px; }
.atl-about-cta:hover{ background:var(--accent-dark,#d4a53a); color:#0a0a0a; transform:translateY(-1px); text-decoration:none; }
.atl-about-founder{ display:flex; align-items:center; gap:12px; }
.atl-about-founder .avatar{ width:52px; height:52px; border-radius:50%; overflow:hidden; border:2.5px solid var(--accent-color); flex-shrink:0; background:rgba(245,183,84,.18); color:var(--accent-color); font-family:var(--accent-font); font-weight:600; font-size:16px; display:flex; align-items:center; justify-content:center; }
.atl-about-founder h5{ font-family:var(--accent-font); font-weight:700; font-size:14px; color:var(--primary-color); margin:0 0 2px; }
.atl-about-founder p{ font-size:12px; color:#888; margin:0; }
.atl-about-images{ position:relative; min-height:480px; }
.atl-about-img-1{ position:absolute; top:0; left:0; width:72%; border-radius:20px; overflow:hidden; box-shadow:0 12px 48px rgba(0,0,0,.14); z-index:1; }
.atl-about-img-2{ position:absolute; bottom:0; right:0; width:68%; border-radius:20px; overflow:hidden; box-shadow:0 12px 48px rgba(0,0,0,.14); z-index:2; border:5px solid #fff; }
.atl-about-img-1 img,.atl-about-img-2 img{ width:100%; height:auto; display:block; object-fit:cover; }
.atl-about-stat-badge{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3; background:#fff; border-radius:16px; padding:18px 22px; text-align:center; box-shadow:0 8px 30px rgba(0,0,0,.18); white-space:nowrap; }
.atl-about-stat-badge .num{ font-family:var(--accent-font); font-size:26px; font-weight:600; color:var(--accent-color); line-height:1; }
.atl-about-stat-badge .lbl{ font-size:11px; text-transform:uppercase; letter-spacing:.1em; color:#888; margin-top:4px; }
@media(max-width:991px){
    .atl-about-images{ min-height:360px; margin-top:32px; }
    .atl-about-h2{ font-size:2rem; }
}
@media(max-width:767px){
    .atl-about-images{ min-height:260px; }
    .atl-about-features{ grid-template-columns:1fr; }
    .atl-about-footer{ flex-direction:column; align-items:flex-start; gap:16px; }
}
.atl-about-photo-section{background:#fff}.atl-about-photo-wrap{position:relative;padding:0 0 70px}.atl-about-photo-main{border-radius:20px;overflow:hidden;width:82%}.atl-about-photo-main img{width:100%;height:360px;object-fit:cover;display:block;border-radius:20px}.atl-about-photo-sub{position:absolute;bottom:0;right:0;width:54%;border-radius:16px;overflow:hidden;border:4px solid #fff;box-shadow:0 8px 32px rgba(0,0,0,.14)}.atl-about-photo-sub img{width:100%;height:230px;object-fit:cover;display:block}.atl-about-photo-stat{position:absolute;bottom:10px;left:0;background:#fff;border-radius:14px;padding:14px 20px;display:flex;align-items:center;gap:14px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.atl-about-photo-stat-icon{width:42px;height:42px;border-radius:50%;background:var(--accent-color);color:#0a0a0a;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.atl-about-photo-stat strong{display:block;font-size:18px;font-weight:600;color:var(--primary-color);line-height:1.2}.atl-about-photo-stat span{font-size:12px;color:var(--text-color)}.atl-about-photo-h2{font-size:clamp(24px,3.2vw,38px);font-weight:600;color:var(--primary-color);line-height:1.2;margin:16px 0 18px}.atl-about-photo-desc{font-size:15px;line-height:1.8;color:var(--text-color);margin-bottom:28px;max-width:500px}.atl-about-photo-items{display:flex;flex-direction:column;gap:20px;margin-bottom:32px;border-top:1px solid var(--divider-color);padding-top:24px}.atl-about-photo-item{display:flex;align-items:flex-start;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--divider-color)}.atl-about-photo-item:last-child{border-bottom:none;padding-bottom:0}.atl-about-photo-item-icon{width:48px;height:48px;min-width:48px;border-radius:50%;background:var(--accent-color);color:#0a0a0a;display:flex;align-items:center;justify-content:center;font-size:18px}.atl-about-photo-item h4{font-size:15px;font-weight:700;color:var(--primary-color);margin:0 0 6px}.atl-about-photo-item p{font-size:13.5px;line-height:1.65;color:var(--text-color);margin:0}.atl-about-photo-cta{display:inline-flex;align-items:center;background:var(--accent-color);color:#0a0a0a!important;font-weight:700;font-size:14px;padding:14px 28px;border-radius:8px;text-decoration:none;transition:opacity .2s}.atl-about-photo-cta:hover{opacity:.85}@media(max-width:991px){.atl-about-photo-wrap{padding-bottom:50px}.atl-about-photo-main{width:100%}.atl-about-photo-main img{height:260px}.atl-about-photo-sub img{height:170px}}.atl-wcf-section{background:#fff}.atl-wcf-title{font-size:clamp(26px,3.5vw,40px);font-weight:600;color:var(--primary-color);margin:14px 0 0;line-height:1.2}.atl-wcf-cards-row{margin-top:24px}.atl-wcf-card{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center;border:1px solid var(--divider-color);transition:box-shadow .3s,transform .3s}.atl-wcf-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.09);transform:translateY(-4px)}.atl-wcf-card-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.atl-wcf-card-icon img{width:64px;height:64px;display:block}.atl-wcf-card h3{font-size:17px;font-weight:700;color:var(--primary-color);margin:0 0 12px}.atl-wcf-card p{font-size:14px;line-height:1.75;color:var(--text-color);margin:0;flex-grow:1}.atl-wcf-bottom-line{text-align:center;margin-top:48px;font-size:14px;color:var(--text-color)}.atl-wcf-bottom-line a{color:var(--accent-color);font-weight:700;text-decoration:none;margin-left:6px}
/* ── Why clients trust — dark 2-col (SecureVest style) ── */
.atl-wtrust-section{ background:#0d0d0d; }
.atl-wtrust-label{ display:inline-block; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--accent-color); margin-bottom:18px; }
.atl-wtrust-h2{ font-size:clamp(1.8rem,3.4vw,2.8rem); font-weight:600; color:#fff; line-height:1.15em; margin:0 0 18px; }
.atl-wtrust-desc{ font-size:16px; color:rgba(255,255,255,.58); line-height:1.8em; margin-bottom:30px; max-width:520px; }
.atl-wtrust-bullets{ list-style:none; padding:0; margin:0 0 34px; }
.atl-wtrust-bullets li{ display:flex; align-items:flex-start; gap:12px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.07); font-size:15px; color:rgba(255,255,255,.68); line-height:1.6em; }
.atl-wtrust-bullets li:last-child{ border-bottom:none; }
.atl-wtrust-bullets li i{ color:var(--accent-color); font-size:15px; margin-top:3px; flex-shrink:0; }
.atl-wtrust-bullets li strong{ color:#fff; font-weight:700; }
.atl-wtrust-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.atl-wtrust-card{ background:#161616; border:1px solid rgba(255,255,255,.07); border-radius:16px; padding:28px 22px; transition:border-color .25s,background .25s; }
.atl-wtrust-card:hover{ background:#1e1e1e; border-color:rgba(245,183,84,.22); }
.atl-wtrust-icon{ width:48px; height:48px; border-radius:12px; background:rgba(245,183,84,.1); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.atl-wtrust-icon i{ color:var(--accent-color); font-size:20px; }
.atl-wtrust-card h4{ font-size:15px; font-weight:700; color:#fff; margin:0 0 8px; line-height:1.3em; }
.atl-wtrust-card p{ font-size:13px; color:rgba(255,255,255,.5); line-height:1.65em; margin:0; }
.atl-wtrust-section .atl-about-founder h5{ color:#fff; }
@media(max-width:767px){ .atl-wtrust-grid{ grid-template-columns:1fr; } }

/* =========================================================
   Contact page — hero (2-column dark + glassmorphism form)
   ========================================================= */
.atl-contact-hero{ position:relative; background-image:url('../images/cta-bg.jpg'); background-size:cover; background-position:center; padding:100px 0; overflow:hidden; }
.atl-contact-hero::before{ content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(10,10,10,.90) 0%,rgba(10,10,10,.75) 100%); z-index:0; }
.atl-contact-hero .container{ position:relative; z-index:1; }
.atl-contact-hero-list{ list-style:none; padding:0; margin:0 0 36px; display:flex; flex-direction:column; gap:16px; }
.atl-contact-hero-list li{ display:flex; align-items:flex-start; gap:14px; color:rgba(255,255,255,.8); font-size:15px; line-height:1.65; }
.atl-contact-hero-list li i{ color:var(--accent-color); font-size:17px; margin-top:2px; flex-shrink:0; }
.atl-contact-hero-list li strong{ color:#fff; }
.atl-contact-hero-trust{ display:flex; align-items:center; gap:18px; }
.atl-avatar-stack{ display:flex; align-items:center; }
.atl-avatar{ width:46px; height:46px; border-radius:50%; border:2.5px solid var(--accent-color); background:rgba(245,183,84,.15); color:var(--accent-color); font-family:var(--accent-font); font-weight:700; font-size:11px; display:flex; align-items:center; justify-content:center; margin-left:-12px; flex-shrink:0; }
.atl-avatar:first-child{ margin-left:0; }
.atl-avatar-count{ background:var(--accent-color); color:#0a0a0a; font-size:10px; }
.atl-trust-text .atl-trust-stars{ color:var(--accent-color); font-size:13px; letter-spacing:2px; margin-bottom:4px; }
.atl-trust-text p{ color:rgba(255,255,255,.6); font-size:13px; margin:0; }
.atl-contact-hero-glass{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); border-radius:20px; backdrop-filter:blur(24px); -webkit-backdrop-filter:blur(24px); padding:44px; }
/* Form controls inside glass card */
.atl-contact-hero-glass .form-group label,
.atl-contact-hero-glass label{ color:rgba(255,255,255,.75); font-size:13px; }
.atl-contact-hero-glass .form-control,
.atl-contact-hero-glass .form-select,
.atl-contact-hero-glass input[type=text],
.atl-contact-hero-glass input[type=email],
.atl-contact-hero-glass input[type=tel],
.atl-contact-hero-glass select,
.atl-contact-hero-glass textarea{ background:rgba(255,255,255,.1) !important; border:1px solid rgba(255,255,255,.22) !important; border-radius:10px; color:#fff !important; padding:12px 16px; font-size:14px; width:100%; margin-bottom:16px; transition:border-color .2s,background .2s; }
.atl-contact-hero-glass .form-control::placeholder,
.atl-contact-hero-glass input::placeholder,
.atl-contact-hero-glass textarea::placeholder{ color:rgba(255,255,255,.45); }
.atl-contact-hero-glass .form-control:focus,
.atl-contact-hero-glass input:focus,
.atl-contact-hero-glass select:focus,
.atl-contact-hero-glass textarea:focus{ outline:none; border-color:var(--accent-color) !important; background:rgba(255,255,255,.14) !important; box-shadow:0 0 0 3px rgba(245,183,84,.18) !important; }
.atl-contact-hero-glass input[type=submit],
.atl-contact-hero-glass .btn-submit,
.atl-contact-hero-glass button[type=submit]{ background:var(--accent-color); color:#0a0a0a; border:none; border-radius:100px; font-family:var(--accent-font); font-weight:600; font-size:15px; padding:15px 36px; width:100%; cursor:pointer; transition:background .2s,transform .15s; margin-top:8px; }
.atl-contact-hero-glass input[type=submit]:hover,
.atl-contact-hero-glass button[type=submit]:hover{ background:var(--accent-dark,#d4a53a); transform:translateY(-1px); }
.atl-contact-hero-glass .text-danger,
.atl-contact-hero-glass .invalid-feedback{ color:#ff8c8c; }
@media(max-width:991px){
    .atl-contact-hero{ padding:70px 0; }
    .atl-contact-hero-glass{ padding:32px 24px; margin-top:8px; }
}
@media(max-width:767px){
    .atl-contact-hero{ padding:60px 0; }
    .atl-contact-hero-trust{ flex-wrap:wrap; gap:14px; }
}

/* =========================================================
   Fleet cards — RentGo style (photo + specs + CTA)
   ========================================================= */
.atl-rg-card{ background:#fff; border-radius:18px; overflow:hidden; border:1px solid var(--divider-color); transition:transform .3s ease,box-shadow .3s ease; }
.atl-rg-card:hover{ transform:translateY(-6px); box-shadow:0 16px 40px rgba(0,0,0,.1); }
.atl-rg-photo{ position:relative; height:310px; overflow:hidden; background:#0a0a0a; }
.atl-rg-photo img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease; }
.atl-rg-card:hover .atl-rg-photo img{ transform:scale(1.04); }
.atl-rg-badge{ position:absolute; top:16px; left:16px; background:rgba(0,0,0,.65); color:#fff; font-size:12px; font-weight:600; padding:6px 14px; border-radius:8px; backdrop-filter:blur(6px); letter-spacing:.02em; }
.atl-rg-arrow{ position:absolute; bottom:16px; right:16px; width:42px; height:42px; background:var(--accent-color); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#0a0a0a; font-size:15px; text-decoration:none; transition:background .2s,transform .2s; }
.atl-rg-arrow:hover{ background:#fff; transform:scale(1.1); }
.atl-rg-body{ padding:28px 30px 30px; }
.atl-rg-body h3{ font-size:22px; font-weight:600; color:var(--primary-color); margin:0 0 8px; }
.atl-rg-body>p{ font-size:14.5px; line-height:1.7; color:#666; margin:0 0 20px; }
.atl-rg-features{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }
.atl-rg-feature{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:var(--primary-color); background:var(--bg-color); padding:6px 14px; border-radius:8px; }
.atl-rg-feature i{ color:var(--accent-color); font-size:13px; }

/* =========================================================
   How It Works — dark section (RentGo style)
   ========================================================= */
.atl-hiw-dark{ background-color:#0e0e0e; background-image:repeating-linear-gradient(45deg,transparent,transparent 18px,rgba(255,255,255,.022) 18px,rgba(255,255,255,.022) 20px),repeating-linear-gradient(-45deg,transparent,transparent 18px,rgba(255,255,255,.022) 18px,rgba(255,255,255,.022) 20px); padding:100px 0; text-align:center; }
.atl-hiw-pill{ display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); border-radius:100px; padding:8px 20px 8px 14px; font-family:var(--accent-font); font-weight:700; font-size:13px; color:rgba(255,255,255,.9); margin-bottom:24px; }
.atl-hiw-pill::before{ content:''; width:8px; height:8px; border-radius:50%; background:var(--accent-color); flex-shrink:0; }
.atl-hiw-title{ font-size:clamp(2rem,4vw,3.2rem); font-weight:600; color:#fff; line-height:1.15; margin:0 0 56px; }
.atl-hiw-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:48px; }
.atl-hiw-card{ background:#1c1c1c; border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:28px; text-align:left; transition:border-color .25s,transform .25s; }
.atl-hiw-card:hover{ border-color:var(--accent-color); transform:translateY(-4px); }
.atl-hiw-card-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.atl-hiw-card-icon{ width:52px; height:52px; border-radius:12px; background:rgba(245,183,84,.1); border:1px solid rgba(245,183,84,.25); display:flex; align-items:center; justify-content:center; font-size:22px; color:var(--accent-color); }
.atl-hiw-card-num{ font-family:var(--accent-font); font-size:32px; font-weight:600; color:rgba(255,255,255,.2); line-height:1; }
.atl-hiw-card hr{ border:none; border-top:1px solid rgba(255,255,255,.1); margin:0 0 20px; }
.atl-hiw-card h3{ font-family:var(--accent-font); font-size:18px; font-weight:700; color:#fff; margin:0 0 10px; line-height:1.3; }
.atl-hiw-card p{ font-size:14px; color:rgba(255,255,255,.55); line-height:1.7; margin:0; }
.atl-hiw-pills{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:10px; margin-bottom:32px; }
.atl-hiw-trust-pill{ display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:100px; padding:8px 18px; font-size:13px; font-weight:600; color:rgba(255,255,255,.85); }
.atl-hiw-trust-pill::before{ content:''; width:7px; height:7px; border-radius:50%; background:var(--accent-color); }
.atl-hiw-social{ display:flex; align-items:center; justify-content:center; gap:14px; }
.atl-hiw-social-avatars{ display:flex; }
.atl-hiw-social-avatars .av{ width:38px; height:38px; border-radius:50%; border:2.5px solid #0e0e0e; background:rgba(245,183,84,.2); color:var(--accent-color); font-family:var(--accent-font); font-weight:700; font-size:11px; display:flex; align-items:center; justify-content:center; margin-left:-10px; flex-shrink:0; }
.atl-hiw-social-avatars .av:first-child{ margin-left:0; }
.atl-hiw-social p{ color:rgba(255,255,255,.65); font-size:14px; margin:0; }
.atl-hiw-social a{ color:var(--accent-color); font-weight:700; text-decoration:none; }
.atl-hiw-social a:hover{ text-decoration:underline; }
@media(max-width:991px){
    .atl-hiw-dark{ padding:70px 0; }
    .atl-hiw-cards{ grid-template-columns:1fr 1fr; }
    .atl-hiw-title{ margin-bottom:40px; }
}
@media(max-width:767px){
    .atl-hiw-dark{ padding:60px 0; }
    .atl-hiw-cards{ grid-template-columns:1fr; }
}

/* =========================================================
   Services photo cards — RentGo style
   ========================================================= */
.atl-svc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.atl-svc-photo-card{ border-radius:18px; overflow:hidden; background:#fff; border:1px solid var(--divider-color); transition:box-shadow .28s,transform .28s; display:flex; flex-direction:column; }
.atl-svc-photo-card:hover{ box-shadow:0 12px 40px rgba(0,0,0,.12); transform:translateY(-5px); }
.atl-svc-photo-card-img{ position:relative; overflow:hidden; aspect-ratio:16/9; }
.atl-svc-photo-card-img img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .45s ease; }
.atl-svc-photo-card:hover .atl-svc-photo-card-img img{ transform:scale(1.05); }
.atl-svc-photo-card-badge{ position:absolute; top:14px; left:14px; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:700; font-size:11px; letter-spacing:.06em; padding:5px 12px; border-radius:100px; }
.atl-svc-photo-card-body{ padding:22px 24px 26px; flex:1; display:flex; flex-direction:column; }
.atl-svc-photo-card-body h3{ font-family:var(--accent-font); font-size:17px; font-weight:600; color:var(--primary-color); margin:0 0 8px; line-height:1.3; }
.atl-svc-photo-card-body p{ font-size:13.5px; color:var(--text-color); line-height:1.7; margin:0 0 18px; flex:1; }
.atl-svc-photo-link{ display:inline-flex; align-items:center; gap:8px; font-family:var(--accent-font); font-weight:700; font-size:13px; color:var(--primary-color); text-decoration:none; transition:color .2s,gap .2s; }
.atl-svc-photo-link i{ width:28px; height:28px; border-radius:50%; background:var(--accent-color); color:#0a0a0a; display:flex; align-items:center; justify-content:center; font-size:11px; transition:background .2s,transform .2s; }
.atl-svc-photo-card:hover .atl-svc-photo-link{ color:var(--accent-color); gap:12px; }
.atl-svc-photo-card:hover .atl-svc-photo-link i{ background:#0a0a0a; color:var(--accent-color); transform:rotate(-45deg); }
@media(max-width:1199px){ .atl-svc-grid{ grid-template-columns:repeat(3,1fr); } }
@media(max-width:991px){ .atl-svc-grid{ grid-template-columns:repeat(2,1fr); gap:18px; } }
@media(max-width:575px){ .atl-svc-grid{ grid-template-columns:1fr; } }

/* =============================================
   Per-service-page hero background images
   ============================================= */
.page-airport-limo-service-atlanta .page-header{ background-image:url('../images/svc-airport.webp'); }
.page-corporate-transportation-atlanta .page-header{ background-image:url('../images/svc-ritz.webp'); }
.page-wedding-limo-service-atlanta .page-header{ background-image:url('../images/svc-wedding.webp'); }
.page-prom-limo-service-atlanta .page-header{ background-image:url('../images/svc-group.webp'); }
.page-black-car-service-atlanta .page-header{ background-image:url('../images/svc-black-car.webp'); }
.page-hourly-limo-service-atlanta .page-header{ background-image:url('../images/svc-hourly.webp'); }
.page-group-transportation-atlanta .page-header{ background-image:url('../images/svc-stadium.webp'); }
.page-fifa-world-cup-2026-transportation-atlanta .page-header{ background-image:url('../images/svc-fifa.webp'); }
.page-fleet .page-header{ background-image:url('../images/svc-fleet.webp'); }
.page-quinceanera-limo-atlanta .page-header{ background-image:url('../images/svc-quinceanera.webp'); }
.page-luxury-van .page-header{ background-image:url('../images/ford_1_11zon.webp'); }
.page-luxury-suv .page-header{ background-image:url('../images/taho_2_11zon.webp'); }
.page-fleet .ck-content a:not(.btn-default):not(.btn-outlined){ color:#F5B754; }
.page-fleet .ck-content a:not(.btn-default):not(.btn-outlined):hover{ color:#e0a43f; }

/* =============================================
   Hero overlay: gradient + text-shadow
   ============================================= */
.page-header::before{
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.55) 0%,
        rgba(0,0,0,.30) 45%,
        rgba(0,0,0,.70) 100%
    ) !important;
    opacity: 1 !important;
}
.page-header-box h1{
    text-shadow: 0 2px 28px rgba(0,0,0,.75), 0 1px 6px rgba(0,0,0,.55);
}
.page-header-box p,
.page-header-box .atl-eyebrow,
.page-header-box .atl-trust-pills,
.page-header-box .atl-hero-actions{
    text-shadow: 0 1px 16px rgba(0,0,0,.65);
}
.cta-box .btn-default{transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,padding 0.4s ease-in-out;}.cta-box .btn-default:hover{background-color:#ffffff !important;color:#0a0a0a !important;}.cta-box .btn-default::after{display:none !important;}
.page-airport-limo-service-atlanta .cta-box{background-image:url('../images/svc-airport.webp');}
.page-black-car-service-atlanta .cta-box{background-image:url('../images/svc-black-car.webp');}
.page-wedding-limo-service-atlanta .cta-box{background-image:url('../images/svc-wedding.webp');}
.page-prom-limo-service-atlanta .cta-box{background-image:url('../images/svc-group.webp');}
.page-group-transportation-atlanta .cta-box{background-image:url('../images/svc-stadium.webp');}
.page-fleet .cta-box{background-image:url('../images/svc-fleet.webp');}
.page-quinceanera-limo-atlanta .cta-box{background-image:url('../images/svc-quinceanera.webp');}
.page-fifa-world-cup-2026-transportation-atlanta .cta-box{background-image:url('../images/svc-fifa.webp');}
.page-limo-from-ritz-carlton-buckhead .cta-box{background-image:url('../images/svc-ritz.webp');}
.page-limo-to-mercedes-benz-stadium .cta-box{background-image:url('../images/svc-stadium.webp');}
.page-limo-service-alpharetta .cta-box,.page-limo-service-buckhead .cta-box,.page-limo-service-decatur .cta-box,.page-limo-service-downtown-atlanta .cta-box,.page-limo-service-dunwoody .cta-box,.page-limo-service-johns-creek .cta-box,.page-limo-service-marietta .cta-box,.page-limo-service-midtown .cta-box,.page-limo-service-roswell .cta-box,.page-limo-service-sandy-springs .cta-box{background-image:url('../images/svc-black-car.webp');}
.atl-occasions{position:relative;padding:90px 0;background:#080808;overflow:hidden}.atl-occasions::before{content:'';position:absolute;inset:0;background:url('/themes/atlelitetransport/images/taho_2_11zon.webp') center center/cover no-repeat;opacity:.1;pointer-events:none}.atl-occasions .container{position:relative;z-index:1}.atl-occasions-header{text-align:center;margin-bottom:52px}.atl-occasions-header h2{color:#fff;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:600;line-height:1.2;margin:10px 0 0}.atl-occ-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:32px 26px;height:100%;transition:background .25s,border-color .25s}.atl-occ-card:hover{background:rgba(255,255,255,.08);border-color:rgba(245,183,84,.25)}.atl-occ-icon{width:54px;height:54px;border-radius:50%;background:var(--accent-color);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.atl-occ-icon i{color:#fff;font-size:20px}.atl-occ-card h4{font-size:16px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.3}.atl-occ-card p{font-size:14px;color:rgba(255,255,255,.55);line-height:1.65;margin:0 0 18px}.atl-occ-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.atl-occ-list li{font-size:13px;color:rgba(255,255,255,.65);display:flex;align-items:center;gap:8px}.atl-occ-list li i{color:var(--accent-color);font-size:12px;flex-shrink:0}
.atl-icon-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.atl-icon-list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#444;line-height:1.4}.atl-icon-list li i{margin-top:3px;flex-shrink:0;font-size:13px}
.atl-versus{ display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:0; position:relative; }
@media(max-width:767px){ .atl-versus{ grid-template-columns:1fr; gap:20px; } }
.atl-versus-col{ border-radius:18px; padding:36px 34px; height:100%; }
.atl-versus-bad{ background:#fff; border:1px solid var(--divider-color); }
.atl-versus-good{ background:#0a0a0a; border:1px solid rgba(248,181,74,.4); box-shadow:0 30px 70px rgba(0,0,0,.28); position:relative; z-index:1; }
@media(min-width:768px){ .atl-versus-good{ transform:scale(1.04); } .atl-versus-bad{ opacity:.92; } }
.atl-versus-head{ display:flex; flex-direction:column; gap:10px; margin-bottom:22px; padding-bottom:22px; border-bottom:1px solid var(--divider-color); }
.atl-versus-good .atl-versus-head{ border-bottom-color:rgba(255,255,255,.12); }
.atl-versus-tag{ align-self:flex-start; font-family:var(--accent-font); font-weight:700; font-size:11px; letter-spacing:.14em; text-transform:uppercase; padding:6px 14px; border-radius:50px; }
.atl-versus-bad .atl-versus-tag{ background:rgba(245,183,84,.12); color:var(--accent-color); }
.atl-versus-good .atl-versus-tag{ background:rgba(248,181,74,.16); color:var(--accent-color); }
.atl-versus-col h3{ font-size:22px; margin:0; line-height:1.25; }
.atl-versus-bad h3{ color:var(--primary-color); }
.atl-versus-good h3{ color:#fff; }
.atl-versus-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:16px; }
.atl-versus-list li{ display:flex; align-items:flex-start; gap:13px; font-size:15px; line-height:1.5; }
.atl-versus-bad .atl-versus-list li{ color:#5b5b5b; }
.atl-versus-good .atl-versus-list li{ color:rgba(255,255,255,.86); }
.atl-versus-list .ic{ flex-shrink:0; width:24px; height:24px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:11px; margin-top:1px; }
.atl-versus-list .ic-bad{ background:rgba(245,183,84,.14); color:var(--accent-color); }
.atl-versus-list .ic-good{ background:rgba(248,181,74,.16); color:var(--accent-color); }
.atl-versus-good .atl-versus-cta{ margin-top:26px; }
.atl-versus-vs{ width:62px; height:62px; border-radius:50%; background:var(--accent-color); color:#0a0a0a; font-family:var(--accent-font); font-weight:800; font-size:18px; letter-spacing:.04em; display:flex; align-items:center; justify-content:center; z-index:2; box-shadow:0 10px 26px rgba(248,181,74,.45); border:4px solid var(--bg-color); }
@media(max-width:767px){ .atl-versus-vs{ margin:0 auto; } }
.atl-cta-banner{background:var(--primary-color);border-radius:24px;overflow:hidden;display:flex;align-items:stretch;position:relative;min-height:320px}.atl-cta-banner-left{flex:0 0 58%;padding:56px 52px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.atl-cta-banner-eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-color);margin-bottom:20px}.atl-cta-banner-eyebrow i{font-size:9px}.atl-cta-banner-title{font-size:clamp(26px,3vw,42px);font-weight:600;color:#fff;margin:0 0 18px;line-height:1.15}.atl-cta-banner-desc{font-size:15px;line-height:1.75;color:rgba(255,255,255,.65);margin:0 0 32px;max-width:480px}.atl-cta-banner-btn{display:inline-flex;align-items:center;gap:10px;background:var(--accent-color);color:#0a0a0a;font-weight:700;font-size:15px;padding:14px 28px;border-radius:100px;text-decoration:none;transition:opacity .2s ease;width:fit-content}.atl-cta-banner-btn:hover{opacity:.85;color:#0a0a0a}.atl-cta-banner-right{flex:0 0 42%;position:relative;overflow:hidden}.atl-cta-banner-right img{position:absolute;bottom:0;right:0;height:115%;width:auto;object-fit:cover;object-position:top center}@media(max-width:991px){.atl-cta-banner{flex-direction:column}.atl-cta-banner-left{flex:none;padding:40px 28px}.atl-cta-banner-right{flex:none;height:260px}.atl-cta-banner-right img{width:100%;height:100%;object-fit:cover;position:static}}

/* Sidebar connect card (Framex-inspired) */
.sidebar-connect-card{background:var(--bg-color);border-radius:22px;padding:26px 22px 0;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.07);position:relative;margin-top:28px;border:1px solid rgba(0,0,0,.06)}
.sidebar-connect-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.sidebar-connect-brand{display:flex;align-items:center;gap:10px}
.sidebar-connect-logo{width:44px;height:44px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:10px}
.sidebar-connect-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}
.sidebar-connect-name{font-size:16px;font-weight:700;color:var(--primary-color);font-family:var(--accent-font)}
.sidebar-connect-name span{color:var(--accent-color)}
@keyframes scPulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}60%{box-shadow:0 0 0 6px rgba(34,197,94,0)}}
.sidebar-connect-dot{width:10px;height:10px;background:#22c55e;border-radius:50%;display:block;flex-shrink:0;animation:scPulse 2s ease infinite}
.sidebar-connect-heading{font-size:18px;font-weight:700;color:var(--primary-color);line-height:1.35;margin:0 0 6px;text-align:center}
.sidebar-connect-sub{font-size:13px;color:#6b7280;text-align:center;margin:0 0 20px}
.sidebar-connect-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
.sidebar-connect-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--accent-color);color:#0a0a0a;font-size:15px;font-weight:700;font-family:var(--accent-font);padding:13px 20px;border-radius:50px;text-decoration:none;transition:background .2s,transform .2s}
.sidebar-connect-btn:hover{background:#e0a030;color:#0a0a0a;transform:translateY(-1px)}
.sidebar-connect-btn-sms{display:flex;align-items:center;justify-content:center;gap:10px;background:#f4f4f5;color:#0a0a0a;font-size:15px;font-weight:600;font-family:var(--accent-font);padding:13px 20px;border-radius:50px;text-decoration:none;border:1px solid #e4e4e7;transition:background .2s,transform .2s}
.sidebar-connect-btn-sms:hover{background:#e9e9eb;transform:translateY(-1px)}
.sidebar-connect-img{margin:0 -22px;position:relative}
.sidebar-connect-img img{width:100%;height:190px;object-fit:cover;display:block}
.sidebar-connect-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,.18) 0%,rgba(0,0,0,.18) 100%)}
.sc-no-img{padding-bottom:26px}
.sc-checklist{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:9px}
.sc-checklist li{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#374151;font-weight:500}
.sc-checklist li i{color:var(--accent-color);font-size:14px;flex-shrink:0}.dark-section .sc-checklist li{color:rgba(255,255,255,.85)}.dark-section .sc-checklist li i{color:var(--accent-color)}

/* Reviews — star ratings (fa-star, gold) */
.stat-stars{ display:inline-flex; align-items:center; gap:4px; }
.stat-stars i.fa-star{ color:var(--accent-color); font-size:22px; }
.rp-card .content-area ul{ list-style:none; display:flex; gap:3px; padding:0; margin:0 0 14px; }
.rp-card .content-area ul li{ line-height:1; }
.rp-card .content-area ul li i.fa-star{ color:var(--accent-color); font-size:15px; }

/* Mobile navigation — hamburger + menu colors */
.slicknav_btn{background:transparent !important;box-shadow:none}.slicknav_icon .slicknav_icon-bar{background-color:#F5B754 !important}.slicknav_menu{background:transparent !important;border-top:none;box-shadow:none}.slicknav_nav{background:#ffffff;border-top:3px solid #F5B754;box-shadow:0 8px 24px rgba(0,0,0,0.18);border-radius:0 0 10px 10px}.slicknav_nav .slicknav_row,.slicknav_nav li a{color:#0d0d0d;border-bottom:1px solid #f0f0f0}.slicknav_nav a:hover,.slicknav_nav a:focus,.slicknav_nav .slicknav_row:hover{color:#F5B754!important;background-color:#fafafa!important}.slicknav_arrow:after{color:#0d0d0d}.slicknav_open>a .slicknav_arrow:after{color:#F5B754}.slicknav_menu ul ul{background:#f7f7f7}
