/*
Theme Name: Imperial Assist
Theme URI: https://imperialassist.com
Author: ChatGPT & Ayoub
Description: A premium, fancy, and responsive VIP Meet & Greet WordPress theme for Moroccan airports, inspired by SkyVIPServices.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imperial-assist
Tags: vip, airport, luxury, responsive, modern, elegant
*/

/* Reset and base styles */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: #fff;
  color: #1f2937;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
}

a {
  color: #1e3a8a;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #f59e0b;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.btn, .button {
  background: #1e3a8a;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  font-weight: 600;
}
.btn:hover, .button:hover {
  background: #f59e0b;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.section {
  padding: 60px 0 40px 0;
}

@media (max-width: 800px) {
  .container {
    width: 98%;
  }
  .section {
    padding: 30px 0 20px 0;
  }
}

/* styles moved to canvas, included in theme */

.hero-banner .hero-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto;
}
.hero-banner .hero-select {
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  font-size: 1.1em;
  min-width: 220px;
}
.hero-banner .btn {
  padding: 12px 28px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .hero-banner .hero-form {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .hero-banner .hero-select, .hero-banner .btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .desktop-nav {
    display: none !important;
  }
  
  .mobile-menu-toggle {
    display: block !important;
  }
  
  .site-logo span {
    font-size: 1.1em !important;
  }
  
  .hero-banner h1 {
    font-size: 2em !important;
  }
  
  .hero-banner p {
    font-size: 1.1em !important;
  }
  
  .section {
    padding: 40px 0 20px 0 !important;
  }
  
  .container {
    width: 95% !important;
  }
}

@media (max-width: 480px) {
  .hero-banner h1 {
    font-size: 1.8em !important;
  }
  
  .hero-banner p {
    font-size: 1em !important;
  }
  
  .site-logo span {
    font-size: 1em !important;
  }
  
  .mobile-menu {
    width: 100% !important;
  }
}

.fancy-dropdown-card {
  margin: 36px auto 0 auto;
  max-width: 420px;
  background: #fff;
  border: 2.5px solid #bfa046;
  border-radius: 18px;
  box-shadow: 0 4px 18px 0 rgba(30,58,138,0.07);
  padding: 32px 28px 24px 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.fancy-dropdown-title {
  font-size: 1.25em;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #7c83c0 0%, #f1f5f9 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgb(11 12 12 / 33%);
  padding: 17px;
}

.fancy-dropdown-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 16px 48px 16px 18px;
  font-size: 1.13em;
  font-weight: 600;
  color: #1e3a8a;
  background: #f8fafc;
  border: 2px solid #bfa046;
  border-radius: 10px;
  box-shadow: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23bfa046" height="22" viewBox="0 0 20 20" width="22" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 18px center;
  transition: border 0.2s, box-shadow 0.2s;
  outline: none;
  cursor: pointer;
}
.fancy-dropdown-select:focus {
  border: 2px solid #1e3a8a;
  box-shadow: 0 0 0 2px #bfa04633;
}
.fancy-dropdown-select:hover {
  border: 2px solid #1e3a8a;
}
@media (max-width: 600px) {
  .fancy-dropdown-card {
    padding: 18px 8px 14px 8px;
    max-width: 98vw;
  }
}

/* Fresh CTA Button for 'Book your service now' */
.cta-book-now {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 44px;
  font-size: 1.25em;
  font-weight: 700;
  background: linear-gradient(90deg, #bfa046 0%, #fbbf24 100%);
  color: #fff;
  border: none;
  border-radius: 32px;
  box-shadow: 0 4px 18px rgba(191,160,70,0.18);
  text-decoration: none;
  transition: background 0.2s, transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
  letter-spacing: 0.02em;
  position: relative;
}
.cta-book-now:hover, .cta-book-now:focus {
  background: linear-gradient(90deg, #fbbf24 0%, #bfa046 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 28px rgba(191,160,70,0.22);
  text-decoration: none;
}
.cta-book-now svg {
  width: 1.2em;
  height: 1.2em;
  fill: #fff;
  margin-left: 4px;
  transition: transform 0.18s;
}
.cta-book-now:hover svg {
  transform: translateX(4px) scale(1.1);
}

.card-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
  flex-wrap: nowrap;
}
.card-header-flex h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 700;
  color: #1e3a8a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meet-greet-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #fbbf24 0%, #bfa046 100%);
  color: #fff;
  font-size: .9em;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(191,160,70,0.10);
  letter-spacing: 0.03em;
  border: 2px solid #fffbe6;
  text-shadow: 0 2px 8px rgba(191,160,70,0.10);
  white-space: nowrap;
}
@media (max-width: 600px) {
  .card-header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .card-header-flex h3 {
    font-size: 1.1em;
  }
  .meet-greet-price-badge {
    font-size: 0.95em;
    padding: 6px 12px;
  }
}

.booking-form {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(30,58,138,0.10);
  border: 2.5px solid #fbbf24;
  padding: 40px 32px 32px 32px;
  max-width: 800px;
  margin: 0 auto;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  position: relative;
  overflow: hidden;
}
.booking-section-title {
  display: block;
  background: rgba(255,255,255,0.75);
  color: #1e3a8a;
  font-size: 2.1em;
  font-weight: 800;
  text-align: center;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(30,58,138,0.10);
  border: 2.5px solid #bfa046;
  padding: 28px 0 18px 0;
  margin: 0 auto 32px auto;
  max-width: 520px;
  position: relative;
  letter-spacing: 0.01em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.booking-section-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  background: #bfa046;
  border-radius: 2px;
  margin: 18px auto 0 auto;
}
@media (max-width: 600px) {
  .booking-section-title {
    font-size: 1.3em;
    padding: 18px 0 12px 0;
    max-width: 98vw;
    border-radius: 16px;
  }
  .booking-section-title::after {
    width: 36px;
    height: 3px;
    margin: 10px auto 0 auto;
  }
}

.booking-form input,
.booking-form select {
  height: 52px;
  line-height: 1.2;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 1.08em;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  background: #f8fafc;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(30,58,138,0.03);
  margin-bottom: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.booking-form select {
  height: auto;
  min-height: 52px;
  line-height: 1.4;
  padding: 14px 44px 14px 18px;
  font-size: 1.08em;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  background: #f8fafc;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(30,58,138,0.03);
  margin-bottom: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='18' viewBox='0 0 20 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
}
@media (max-width: 600px) {
  .booking-form select {
    min-height: 44px;
    padding: 10px 38px 10px 14px;
    font-size: 1em;
  }
}
.booking-form input {
  height: 52px;
  line-height: 1.4;
  padding: 0 18px;
  font-size: 1.08em;
}