/*
Theme Name: AveryLimo Global
Theme URI: https://bookaridelimo.com
Author: AveryLimo Global
Description: Premium Limousine & Transportation WordPress Theme
Version: 1.0
*/

/* ===== VARIABLES ===== */
:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --blue: #1a4fa0;
  --blue-dark: #0f3578;
  --blue-light: #2563c7;
  --gray: #f5f5f5;
  --gray-dark: #555555;
  --gold: #c9a84c;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Open Sans', Arial, sans-serif;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--black); background: var(--white); font-size: 16px; line-height: 1.7; }
a { color: var(--blue); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--blue-dark); }
img { max-width: 100%; height: auto; }
ul { list-style: none; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 700; line-height: 1.3; color: var(--black); }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
p { margin-bottom: 1rem; }

/* ===== LAYOUT ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 70px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 2.2rem; margin-bottom: 15px; }
.section-title p { color: var(--gray-dark); font-size: 1.1rem; max-width: 700px; margin: 0 auto; }

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 14px 32px; border-radius: 4px; font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease; border: 2px solid transparent; }
.btn-primary { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--white); }
.btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.btn-secondary:hover { background: var(--white); color: var(--black); }
.btn-gold { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-gold:hover { background: #b8943e; border-color: #b8943e; color: var(--white); }

/* ===== TOP BAR ===== */
.top-bar { background: var(--black); color: var(--white); padding: 8px 0; font-size: 0.85rem; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.top-bar a { color: var(--white); }
.top-bar a:hover { color: var(--gold); }
.top-bar-left { display: flex; gap: 25px; align-items: center; }
.top-bar-right { display: flex; gap: 20px; align-items: center; }
.top-bar .social-links { display: flex; gap: 12px; }
.top-bar .social-links a { font-size: 0.85rem; }

/* ===== HEADER ===== */
.site-header { background: var(--white); padding: 15px 0; box-shadow: 0 2px 15px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 1000; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.site-logo img { height: 55px; width: auto; }
.site-logo-text { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700; color: var(--black); line-height: 1.1; }
.site-logo-text span { color: var(--blue); display: block; font-size: 0.85rem; font-weight: 400; }

/* ===== NAVIGATION ===== */
.main-nav ul { display: flex; align-items: center; gap: 5px; }
.main-nav ul li { position: relative; }
.main-nav ul li a { display: block; padding: 8px 14px; color: var(--black); font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 4px; }
.main-nav ul li a:hover { color: var(--blue); background: var(--gray); }
.main-nav ul li.current-menu-item > a { color: var(--blue); }
.main-nav .dropdown { display: none; position: absolute; top: 100%; left: 0; background: var(--white); min-width: 260px; box-shadow: 0 8px 25px rgba(0,0,0,0.12); border-top: 3px solid var(--blue); z-index: 100; border-radius: 0 0 6px 6px; }
.main-nav li:hover .dropdown { display: block; }
.main-nav .dropdown li a { padding: 10px 20px; font-size: 0.88rem; border-radius: 0; text-transform: none; letter-spacing: 0; }
.main-nav .dropdown li a:hover { background: var(--gray); padding-left: 28px; }
.nav-cta .btn { padding: 10px 22px; font-size: 0.85rem; }
.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px; }
.mobile-menu-toggle span { display: block; width: 25px; height: 2px; background: var(--black); transition: all 0.3s; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(26,79,160,0.5) 100%), url('assets/images/hero-bg.jpg') center/cover no-repeat; color: var(--white); overflow: hidden; }
.hero-content { text-align: center; max-width: 800px; margin: 0 auto; padding: 60px 20px; }
.hero-badge { display: inline-block; background: var(--gold); color: var(--white); padding: 6px 20px; border-radius: 30px; font-size: 0.85rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.hero h1 { font-size: 3.5rem; color: var(--white); margin-bottom: 20px; line-height: 1.1; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.hero p { font-size: 1.2rem; margin-bottom: 35px; opacity: 0.92; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* ===== VEHICLES STRIP ===== */
.vehicles-strip { background: var(--black); padding: 20px 0; }
.vehicles-strip .container { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.vehicle-item { color: var(--white); text-align: center; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 10px 15px; border-right: 1px solid rgba(255,255,255,0.15); }
.vehicle-item:last-child { border-right: none; }
.vehicle-item span { display: block; color: var(--gold); font-size: 0.7rem; margin-bottom: 3px; }

/* ===== INTRO ===== */
.intro-section { background: var(--white); padding: 80px 0; }
.intro-section .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.intro-text h2 { font-size: 2.2rem; margin-bottom: 20px; }
.intro-text h2 span { color: var(--blue); }
.intro-text p { color: var(--gray-dark); font-size: 1.05rem; margin-bottom: 15px; }

/* ===== QUOTE FORM ===== */
.quote-section { background: var(--gray); padding: 70px 0; }
.quote-form-wrapper { background: var(--white); border-radius: 8px; padding: 50px; box-shadow: 0 5px 30px rgba(0,0,0,0.08); max-width: 900px; margin: 0 auto; }
.quote-form-wrapper h2 { text-align: center; margin-bottom: 10px; }
.quote-form-wrapper p.subtitle { text-align: center; color: var(--gray-dark); margin-bottom: 35px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full-width { grid-column: 1 / -1; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-weight: 600; font-size: 0.88rem; color: var(--black); text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 1.5px solid #ddd; border-radius: 4px; font-size: 0.95rem; font-family: var(--font-body); transition: border-color 0.3s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { text-align: center; margin-top: 25px; }
.form-submit .btn { padding: 15px 50px; font-size: 1rem; }

/* ===== SERVICES GRID ===== */
.services-section { background: var(--white); padding: 80px 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card { background: var(--white); border: 1px solid #e8e8e8; border-radius: 8px; padding: 35px 30px; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--blue); transform: scaleX(0); transition: transform 0.3s ease; }
.service-card:hover { box-shadow: 0 10px 35px rgba(0,0,0,0.1); transform: translateY(-5px); }
.service-card:hover::before { transform: scaleX(1); }
.service-card .icon { width: 65px; height: 65px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.service-card .icon svg { width: 30px; height: 30px; fill: var(--white); }
.service-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.service-card p { color: var(--gray-dark); font-size: 0.95rem; margin-bottom: 20px; }
.service-card a { color: var(--blue); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; }

/* ===== AIRPORTS ===== */
.airports-section { background: var(--black); padding: 60px 0; }
.airports-section .section-title h2 { color: var(--white); }
.airports-section .section-title p { color: rgba(255,255,255,0.7); }
.airports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.airport-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 25px 20px; text-align: center; transition: all 0.3s; }
.airport-card:hover { background: rgba(255,255,255,0.1); border-color: var(--gold); }
.airport-card h4 { color: var(--white); font-size: 1rem; margin-bottom: 5px; }
.airport-card span { color: var(--gold); font-size: 0.85rem; font-weight: 700; }

/* ===== REVIEWS ===== */
.reviews-section { background: var(--gray); padding: 80px 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.review-card { background: var(--white); border-radius: 8px; padding: 30px; box-shadow: 0 3px 15px rgba(0,0,0,0.06); }
.review-stars { color: #f59e0b; font-size: 1.1rem; margin-bottom: 15px; }
.review-text { color: var(--gray-dark); font-size: 0.95rem; font-style: italic; margin-bottom: 20px; line-height: 1.7; }
.review-author { font-weight: 700; font-size: 0.9rem; }
.review-source { font-size: 0.8rem; color: var(--gray-dark); }

/* ===== CITY PAGE SPECIFIC ===== */
.city-hero { background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(26,79,160,0.6) 100%), url('assets/images/city-bg.jpg') center/cover no-repeat; padding: 80px 0; color: var(--white); text-align: center; }
.city-hero h1 { color: var(--white); font-size: 2.8rem; margin-bottom: 15px; }
.city-hero p { font-size: 1.1rem; opacity: 0.9; max-width: 600px; margin: 0 auto 30px; }
.city-content { padding: 70px 0; }
.city-content .container { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.city-main h2 { font-size: 1.8rem; margin: 35px 0 15px; color: var(--blue); }
.city-main h2:first-child { margin-top: 0; }
.city-main ul { padding-left: 0; margin-bottom: 20px; }
.city-main ul li { padding: 8px 0 8px 25px; position: relative; color: var(--gray-dark); border-bottom: 1px solid #eee; }
.city-main ul li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.city-main ul li a { color: var(--blue); font-weight: 600; }
.city-sidebar { position: sticky; top: 100px; }
.sidebar-cta { background: var(--blue); color: var(--white); border-radius: 8px; padding: 30px; text-align: center; margin-bottom: 25px; }
.sidebar-cta h3 { color: var(--white); margin-bottom: 10px; }
.sidebar-cta p { opacity: 0.9; font-size: 0.95rem; margin-bottom: 20px; }
.sidebar-cta .phone { font-size: 1.4rem; font-weight: 700; color: var(--gold); display: block; margin-bottom: 15px; }
.sidebar-links { background: var(--gray); border-radius: 8px; padding: 25px; }
.sidebar-links h4 { margin-bottom: 15px; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.5px; }
.sidebar-links ul li { padding: 8px 0; border-bottom: 1px solid #e0e0e0; }
.sidebar-links ul li a { color: var(--black); font-size: 0.92rem; font-weight: 600; }
.sidebar-links ul li a:hover { color: var(--blue); padding-left: 5px; }

/* ===== SERVICE PAGE ===== */
.service-hero { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--black) 100%); padding: 80px 0; color: var(--white); }
.service-hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.service-hero-text h1 { color: var(--white); font-size: 2.8rem; margin-bottom: 20px; }
.service-hero-text p { opacity: 0.9; font-size: 1.1rem; margin-bottom: 30px; }
.service-hero-badge { display: inline-block; background: var(--gold); padding: 6px 18px; border-radius: 30px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.07); transition: all 0.3s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.blog-card-img { height: 200px; background: var(--gray); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 25px; }
.blog-card-meta { font-size: 0.82rem; color: var(--gray-dark); margin-bottom: 10px; }
.blog-card-meta span { color: var(--blue); font-weight: 600; }
.blog-card h3 { font-size: 1.1rem; margin-bottom: 12px; line-height: 1.4; }
.blog-card h3 a { color: var(--black); }
.blog-card h3 a:hover { color: var(--blue); }
.blog-card p { font-size: 0.92rem; color: var(--gray-dark); margin-bottom: 15px; }
.blog-card .read-more { color: var(--blue); font-weight: 700; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.5px; }

/* ===== FOOTER ===== */
.site-footer { background: var(--black); color: rgba(255,255,255,0.8); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.footer-col h4 { color: var(--white); font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--blue); display: inline-block; }
.footer-logo { margin-bottom: 20px; }
.footer-logo img { height: 45px; }
.footer-logo-text { font-family: var(--font-heading); font-size: 1.4rem; color: var(--white); font-weight: 700; }
.footer-desc { font-size: 0.92rem; line-height: 1.8; margin-bottom: 20px; }
.footer-col ul li { padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-col ul li a { color: rgba(255,255,255,0.75); font-size: 0.92rem; transition: all 0.3s; }
.footer-col ul li a:hover { color: var(--gold); padding-left: 5px; }
.footer-contact li { padding: 8px 0; font-size: 0.92rem; display: flex; gap: 10px; align-items: flex-start; }
.footer-contact li strong { color: var(--white); min-width: 50px; }
.footer-contact a { color: rgba(255,255,255,0.75); }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.85rem; }
.footer-bottom a { color: rgba(255,255,255,0.6); }
.footer-bottom a:hover { color: var(--gold); }
.footer-badges { display: flex; gap: 20px; align-items: center; margin-top: 25px; }
.footer-badges img { height: 45px; filter: brightness(0) invert(1); opacity: 0.7; }

/* ===== ASSOCIATIONS ===== */
.associations { background: var(--black); padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.associations .container { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; }
.associations img { height: 45px; filter: brightness(0) invert(1); opacity: 0.6; transition: opacity 0.3s; }
.associations img:hover { opacity: 1; }

/* ===== PAGE CONTENT ===== */
.page-hero { background: linear-gradient(135deg, var(--black) 0%, var(--blue-dark) 100%); padding: 70px 0; color: var(--white); text-align: center; }
.page-hero h1 { color: var(--white); font-size: 2.8rem; }
.page-hero p { opacity: 0.85; font-size: 1.1rem; margin-top: 15px; }
.page-content { padding: 70px 0; }
.page-content .container { max-width: 900px; }
.page-content h2 { color: var(--blue); margin: 35px 0 15px; font-size: 1.7rem; }
.page-content ul { padding-left: 0; margin-bottom: 20px; }
.page-content ul li { padding: 8px 0 8px 25px; position: relative; border-bottom: 1px solid #eee; color: var(--gray-dark); }
.page-content ul li::before { content: '→'; position: absolute; left: 0; color: var(--blue); }

/* ===== CTA BANNER ===== */
.cta-banner { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); padding: 70px 0; text-align: center; color: var(--white); }
.cta-banner h2 { color: var(--white); font-size: 2.2rem; margin-bottom: 15px; }
.cta-banner p { opacity: 0.9; font-size: 1.1rem; margin-bottom: 35px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-banner .cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.cta-phone { font-size: 2rem; font-weight: 700; color: var(--gold); display: block; margin-bottom: 20px; }

/* ===== FLEET GRID ===== */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.fleet-card { border-radius: 8px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: all 0.3s; }
.fleet-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.fleet-card-img { height: 220px; background: var(--gray); }
.fleet-card-img img { width: 100%; height: 100%; object-fit: cover; }
.fleet-card-body { padding: 25px; background: var(--white); }
.fleet-card-body h3 { font-size: 1.15rem; margin-bottom: 8px; }
.fleet-card-body p { font-size: 0.9rem; color: var(--gray-dark); margin-bottom: 15px; }
.fleet-capacity { display: flex; gap: 15px; font-size: 0.85rem; color: var(--gray-dark); margin-bottom: 15px; }
.fleet-capacity span { background: var(--gray); padding: 4px 12px; border-radius: 30px; font-weight: 600; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .intro-section .container { grid-template-columns: 1fr; }
  .city-content .container { grid-template-columns: 1fr; }
  .service-hero .container { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .hero h1 { font-size: 2.2rem; }
  .main-nav { display: none; }
  .main-nav.open { display: block; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 20px; }
  .main-nav.open ul { flex-direction: column; }
  .main-nav.open .dropdown { position: static; box-shadow: none; border: none; padding-left: 20px; }
  .mobile-menu-toggle { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .airports-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .top-bar .container { flex-direction: column; text-align: center; }
  .hero-buttons { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .container { padding: 0 15px; }
  .section { padding: 50px 0; }
  .hero h1 { font-size: 1.8rem; }
  .airports-grid { grid-template-columns: 1fr; }
}
