/* ===================================== RESPONSIVE & INTERACTIVE ENHANCEMENTS ================================== */
/* Comprehensive device-adaptive styles for all breakpoints */

/* ===================================== GLOBAL RESPONSIVE FIXES ================================== */

/* Fluid typography with clamp */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; /* stylelint-disable-line */
}

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

/* Prevent horizontal overflow on all devices */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ===================================== CAROUSEL / HERO SLIDER ================================== */

/* Make carousel height responsive */
.carousel-item {
  height: 70vh !important;
  min-height: 400px;
  max-height: 700px;
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  padding: 20px;
  bottom: 15%;
}

.carousel-caption h2,
.carousel-caption .fs-11 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* ===================================== NAVBAR RESPONSIVE ================================== */

/* Navbar brand image */
.navbar-brand img {
  max-height: 52px;
  width: auto;
}

/* Better mobile menu */
@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(6, 14, 26, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 0 0 20px 20px;
    padding: 20px;
    margin: 0 -12px;
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-top: none;
    max-height: 80vh;
    overflow-y: auto;
  }

  .navbar-nav {
    gap: 0 !important;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(59, 130, 246, 0.08);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .navbar-nav .nav-link {
    padding: 14px 16px !important;
    font-size: 1rem;
    display: flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    transition: background 0.3s ease;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:active {
    background: rgba(37, 99, 235, 0.1);
  }

  /* Mobile header CTA buttons */
  .navbar .d-flex.align-items-center {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid rgba(59, 130, 246, 0.1);
  }
}

/* ===================================== HERO 2026 RESPONSIVE ================================== */

@media (max-width: 575px) {
  .hero-2026 {
    padding: 45px 12px 40px !important;
  }

  .hero-2026 h1 {
    font-size: 1.65rem !important;
    letter-spacing: -0.5px;
  }

  .hero-2026 p.hero-sub,
  .hero-2026 p.lead {
    font-size: 0.9rem !important;
    padding: 0 5px;
    line-height: 1.6;
  }

  .hero-2026 .hero-badges {
    gap: 8px !important;
  }

  .hero-2026 .hero-btn-group {
    flex-direction: column;
    gap: 10px !important;
    align-items: stretch;
  }

  .hero-2026 .hero-btn-group .btn-glow {
    width: 100%;
    text-align: center;
    padding: 14px 20px !important;
  }

  .pill-tag {
    font-size: 0.72rem;
    padding: 5px 12px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hero-2026 h1 {
    font-size: 1.85rem !important;
  }
}

/* ===================================== BENTO GRID RESPONSIVE ================================== */

@media (max-width: 767px) {
  .bento-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .bento-card {
    padding: 22px !important;
    border-radius: 18px;
  }

  .bento-card.span-2,
  .bento-card.span-3 {
    grid-column: span 1 !important;
  }

  .bento-card img {
    height: auto !important;
    min-height: 200px;
    max-height: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }

  .bento-card.span-3 {
    grid-column: span 2 !important;
  }

  .bento-card img {
    height: auto !important;
    min-height: 220px;
    max-height: 300px;
  }
}

/* ===================================== GALLERY RESPONSIVE ================================== */

/* Gallery card images: fluid height */
.bento-card[style*="padding:0"] img,
.bento-card[style*="padding: 0"] img {
  height: auto !important;
  min-height: 180px;
  aspect-ratio: 16/10;
}

@media (max-width: 575px) {
  .gallery-container {
    grid-template-columns: 1fr !important;
    gap: 12px;
    padding: 12px;
  }

  .gallery-card {
    border-width: 2px;
  }

  .gallery-card .gallery-image {
    height: auto;
    min-height: 200px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .gallery-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
    padding: 15px;
  }
}

/* ===================================== SERVICE CARDS RESPONSIVE ================================== */

/* Fix inline-styled fixed widths on service images */
.visual-service-card .service-img {
  width: 100% !important;
  height: auto !important;
  min-height: 160px;
  max-height: 220px;
  aspect-ratio: 4/3;
}

/* Service page bento image fixes */
.bento-card img[style*="width:260px"],
.bento-card img[style*="width: 260px"] {
  max-width: 100% !important;
}

.bento-card img[style*="height:160px"],
.bento-card img[style*="height: 160px"],
.bento-card img[style*="height:200px"],
.bento-card img[style*="height: 200px"] {
  height: auto !important;
  min-height: 140px;
  aspect-ratio: 16/10;
}

/* card.css card fix */
.card {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  min-height: 0;
}

.card .header {
  height: auto;
  min-height: 180px;
  aspect-ratio: 16/10;
}

@media (max-width: 575px) {
  .visual-service-card {
    padding: 20px 14px !important;
  }

  .visual-service-card .service-icon {
    width: 70px !important;
    height: 70px !important;
    font-size: 1.8rem !important;
  }

  .visual-service-card h5 {
    font-size: 1rem;
  }

  .visual-service-card p {
    font-size: 0.85rem;
  }
}

/* ===================================== CONTACT PAGE RESPONSIVE ================================== */

/* Google Maps iframe responsive */
.bento-card iframe,
.glass-card-2026 iframe,
section iframe[src*="google.com/maps"] {
  width: 100% !important;
  height: 100%;
  min-height: 280px;
  border-radius: 16px;
  border: none;
}

@media (max-width: 767px) {
  .bento-card iframe,
  .glass-card-2026 iframe,
  section iframe[src*="google.com/maps"] {
    min-height: 240px;
    height: 280px;
  }

  .contact-card {
    padding: 25px 18px;
  }

  .contact-card h2 {
    font-size: 1.4rem;
  }

  .contact-info-card {
    padding: 20px 15px;
  }

  .working-hours {
    padding: 22px 18px;
  }
}

/* ===================================== FORM RESPONSIVE ================================== */

@media (max-width: 767px) {
  .form-control,
  .form-select {
    font-size: 16px !important; /* Prevents iOS zoom on focus */
    padding: 12px 14px;
  }

  .form-control-lg,
  .form-select-lg {
    font-size: 16px !important;
    padding: 14px 16px;
  }

  .glass-card-2026 {
    padding: 22px 16px !important;
  }
}

/* ===================================== CTA SECTION RESPONSIVE ================================== */

@media (max-width: 575px) {
  .cta-section {
    padding: 40px 12px !important;
  }

  .cta-section h2 {
    font-size: 1.35rem !important;
    line-height: 1.4;
  }

  .cta-section p {
    font-size: 0.88rem !important;
    margin-bottom: 20px !important;
  }

  .cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    padding: 14px 24px !important;
    font-size: 0.95rem;
  }

  .cta-btn + .cta-btn {
    margin-left: 0 !important;
  }

  /* Lead capture form in CTA */
  .cta-section .row .col-md-4 {
    margin-bottom: 0;
  }

  .cta-section form .col-md-4 {
    padding-bottom: 4px;
  }
}

/* ===================================== STATS SECTION RESPONSIVE ================================== */

@media (max-width: 575px) {
  .stats-section {
    padding: 30px 0 !important;
  }

  .stat-item {
    padding: 15px 8px;
  }

  .stat-item .stat-icon {
    font-size: 1.8rem;
  }

  .stat-item .stat-number {
    font-size: 1.6rem !important;
  }

  .stat-item .stat-label {
    font-size: 0.7rem !important;
    letter-spacing: 0.5px;
  }
}

/* ===================================== REVIEW/TESTIMONIAL RESPONSIVE ================================== */

@media (max-width: 767px) {
  .testimonial-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .testimonial-card {
    padding: 16px !important;
  }

  .testimonial-card:hover {
    transform: scale(1.02) !important; /* Reduce dramatic transforms on mobile */
  }

  .profile-pic {
    width: 60px !important;
    height: 60px !important;
  }

  .rating {
    font-size: 24px !important;
  }

  /* Review bento cards */
  .review-card {
    padding: 22px 16px;
  }

  .review-card .review-avatar {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ===================================== SECTION HEADERS RESPONSIVE ================================== */

@media (max-width: 575px) {
  .section-header-2026 {
    margin-bottom: 32px !important;
  }

  .section-header-2026 h2 {
    font-size: 1.55rem !important;
    letter-spacing: -0.3px;
  }

  .section-header-2026 p {
    font-size: 0.88rem !important;
    padding: 0 5px;
  }

  .section-header-2026 .overline {
    font-size: 0.7rem;
    padding: 6px 14px;
    letter-spacing: 1px;
  }
}

/* ===================================== TICKER STRIP RESPONSIVE ================================== */

@media (max-width: 575px) {
  .ticker-strip {
    padding: 10px 0;
  }

  .ticker-strip .ticker-item {
    font-size: 0.78rem;
    margin-right: 32px;
  }
}

/* ===================================== FOOTER 2026 RESPONSIVE ================================== */

@media (max-width: 767px) {
  .footer-2026 {
    padding: 50px 0 0 !important;
  }

  .footer-2026 .footer-brand img {
    height: 45px !important;
  }

  .footer-2026 .footer-brand p {
    font-size: 0.88rem;
    max-width: 100%;
  }

  .footer-2026 h5 {
    margin-top: 10px;
    margin-bottom: 14px !important;
    font-size: 0.95rem;
  }

  .footer-2026 .footer-links li {
    margin-bottom: 8px;
  }

  .footer-2026 .footer-links li a {
    font-size: 0.88rem;
  }

  .footer-2026 .social-icons-2026 {
    justify-content: center;
  }

  .footer-2026 .social-icons-2026 a {
    width: 44px;
    height: 44px;
  }

  .footer-2026 .footer-bottom {
    margin-top: 30px;
    padding: 16px 10px;
    font-size: 0.8rem;
  }

  /* Center footer columns on mobile */
  .footer-2026 .col-lg-4,
  .footer-2026 .col-lg-2,
  .footer-2026 .col-lg-3 {
    text-align: center;
  }

  .footer-2026 .d-flex.gap-2 {
    justify-content: center;
  }
}

/* ===================================== ABOUT PAGE RESPONSIVE ================================== */

/* --- Fix aurora-bg content clipping --- */
.aurora-bg > .container-xl,
.aurora-bg > .container {
  position: relative;
  z-index: 1;
}

/* --- Fix hero content z-index so text is always above ::before --- */
.hero-2026 > .container-xl,
.hero-2026 > .container {
  position: relative;
  z-index: 2;
}

/* --- Fix cta-section content above rotating bg --- */
.cta-section > .container-xl,
.cta-section > .container {
  position: relative;
  z-index: 1;
}

/* --- Fix stats-section content above pattern --- */
.stats-section > .container-xl,
.stats-section > .container {
  position: relative;
  z-index: 1;
}

/* --- Navbar Utility Classes (replace inline styles) --- */
.nav-2026 {
  background: rgba(2, 6, 23, 0.95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.nav-brand-logo {
  height: 52px;
  width: auto;
}

.nav-toggler-icon {
  filter: invert(1);
}

.nav-btn-wa {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.3);
}

.nav-btn-insta {
  background: rgba(225, 48, 108, 0.15);
  color: #e1306c;
  border: 1px solid rgba(225, 48, 108, 0.3);
}

/* --- Bento Icon Box (replaces inline 52px icon boxes) --- */
.bento-icon-box {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.bento-icon-box.icon-blue {
  background: rgba(37, 99, 235, 0.15);
  color: var(--cosmic-celestial);
}

.bento-icon-box.icon-green {
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
}

.bento-icon-box.icon-yellow {
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
}

.bento-icon-box.icon-purple {
  background: rgba(168, 85, 247, 0.15);
  color: #a78bfa;
}

.bento-icon-box.icon-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
}

/* --- Gallery Showcase Section (about page) --- */
.about-gallery-section {
  align-items: stretch;
}

.about-gallery-section .col-lg-5 .glass-card-2026 {
  height: 100%;
  display: flex;
}

.about-gallery-full {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.about-gallery-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* --- Instagram Icon Gradient --- */
.insta-icon-gradient {
  font-size: 3rem;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- Footer Utility Classes --- */
.footer-hours-row {
  border-bottom: 1px dashed rgba(59, 130, 246, 0.15);
}

.footer-text-glow {
  color: var(--cosmic-glow);
}

.footer-text-celestial {
  color: var(--cosmic-celestial);
  font-weight: 600;
}

.footer-text-closed {
  color: #f87171;
  font-weight: 600;
}

.footer-icon {
  color: var(--cosmic-celestial);
  font-size: 1.2rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-link-glow {
  color: var(--cosmic-glow);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-link-glow:hover {
  color: var(--cosmic-celestial);
}

/* --- Pill Tag small variant --- */
.pill-tag-sm {
  font-size: 0.75rem;
}

/* --- WhatsApp Chat Pill --- */
.pill-tag-whatsapp {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.2);
  color: #4ade80;
}

/* ===================================== CONTACT PAGE — Inline Style Replacements ================================== */

/* --- Contact Page Navbar (uses nav-2026 from style.css, but contact.html had inline styles) --- */
.contact-nav {
  background: rgba(2, 6, 23, 0.95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.contact-nav .navbar-brand img {
  height: 52px;
}

.contact-nav .navbar-toggler-icon {
  filter: invert(1);
}

/* --- Contact Nav Social Buttons --- */
.nav-btn-wa-contact {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.3);
}
.nav-btn-wa-contact:hover {
  background: rgba(37, 211, 102, 0.25);
  color: #25d366;
}

.nav-btn-insta-contact {
  background: rgba(225, 48, 108, 0.15);
  color: #e1306c;
  border: 1px solid rgba(225, 48, 108, 0.3);
}
.nav-btn-insta-contact:hover {
  background: rgba(225, 48, 108, 0.25);
  color: #e1306c;
}

/* --- Contact Hero Text --- */
.contact-hero-sub {
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto;
}

/* --- Contact Info Card Icons --- */
.contact-card-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}
.contact-card-icon i {
  color: var(--cosmic-celestial);
}

.contact-card-title {
  color: #e2e8f0;
  font-weight: 700;
}

.contact-card-text {
  color: #94a3b8;
}

.contact-card-link {
  color: var(--cosmic-ice);
  text-decoration: none;
  font-weight: 600;
}
.contact-card-link:hover {
  color: var(--cosmic-celestial);
}

.contact-card-sub {
  color: #64748b;
  font-size: 0.85rem;
}

.contact-card-cta {
  display: inline-flex;
  font-size: 0.85rem;
}

/* --- Contact Sections --- */
.contact-section-padded {
  padding: 80px 0;
}

.contact-section-hours {
  padding: 60px 0;
  background: var(--cosmic-deep, #0f172a);
}

.contact-map-section {
  background: var(--cosmic-void, #020617);
}

/* --- Map iframe container --- */
.contact-map-card {
  padding: 0;
  overflow: hidden;
}

.contact-map-card iframe {
  border: 0;
  border-radius: 20px;
}

/* --- Form labels --- */
.contact-form-label {
  color: #94a3b8;
}

/* --- Working Hours Table --- */
.working-hours-title {
  color: #e2e8f0;
  font-weight: 700;
  margin-bottom: 24px;
}

.working-hours-wrap {
  max-width: 360px;
  margin: 0 auto;
}

.working-hours-row {
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.working-hours-day {
  color: #94a3b8;
}

.working-hours-time {
  color: #22c55e;
  font-weight: 600;
}

.working-hours-closed {
  color: #ef4444;
  font-weight: 600;
}

/* --- Footer heading (contact page had inline) --- */
.footer-heading {
  color: #e2e8f0;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-brand-img {
  height: 48px;
  margin-bottom: 16px;
}

.footer-clock-text {
  color: #64748b;
}

/* ===================================== REVIEW PAGE — Inline Style Replacements ================================== */

/* --- Review Page Navbar (same pattern as nav-2026) --- */
.review-nav {
  background: rgba(2, 6, 23, 0.95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.review-nav .navbar-brand img {
  height: 52px;
}

.review-nav .navbar-toggler-icon {
  filter: invert(1);
}

/* --- Review Hero Subtitle --- */
.review-hero-sub {
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto;
}

/* --- Review Bento Section Wrapper --- */
.review-section-padded {
  padding: 80px 0;
}

/* --- Review Avatar (featured: span-2 cards) --- */
.review-avatar-lg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(59, 130, 246, 0.3);
}

/* --- Review Avatar (standard cards) --- */
.review-avatar-sm {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(59, 130, 246, 0.3);
}

/* --- Review Card Name (featured) --- */
.review-name {
  color: #e2e8f0;
  font-weight: 700;
  margin-bottom: 4px;
}

/* --- Review Card Name (standard, smaller) --- */
.review-name-sm {
  color: #e2e8f0;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}

/* --- Review Stars --- */
.review-stars {
  color: #fbbf24;
  margin-bottom: 8px;
}

.review-stars-sm {
  color: #fbbf24;
  font-size: 0.9rem;
}

/* --- Review Text (featured) --- */
.review-text {
  color: #94a3b8;
  font-size: 0.95rem;
}

/* --- Review Text (standard) --- */
.review-text-sm {
  color: #94a3b8;
  font-size: 0.9rem;
  margin-top: 12px;
}

/* --- Google Link Pill --- */
.review-google-link {
  text-decoration: none;
}

.review-google-link-sm {
  text-decoration: none;
  font-size: 0.75rem;
}

/* --- Google Logo Icon (featured) --- */
.review-google-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

/* --- Google Logo Icon (standard) --- */
.review-google-icon-sm {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

/* --- Lead Form Section --- */
.review-form-section {
  padding: 60px 0;
}

.review-form-heading {
  color: #e2e8f0;
}

.review-form-heading i {
  color: #3b82f6;
}

.review-form-sub {
  color: #94a3b8;
}

/* ===================================== SERVICES PAGE — Inline Style Replacements ================================== */

/* --- Services Hero Subtitle --- */
.services-hero-sub {
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto;
}

/* --- Services Section Wrapper --- */
.services-section-padded {
  padding: 80px 0;
}

/* --- Services Section Subtitle --- */
.services-section-sub {
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto;
}

/* --- Service Card Image (featured span-2) --- */
.service-img-lg {
  width: 260px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
}

/* --- Service Card Image (standard) --- */
.service-img-sm {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}

/* --- Service Card Title (featured) --- */
.service-title-lg {
  color: #e2e8f0;
  font-size: 1.4rem;
  font-weight: 700;
}

/* --- Service Card Title (standard) --- */
.service-title-sm {
  color: #e2e8f0;
  font-size: 1.2rem;
  font-weight: 700;
}

/* --- Service Card Text --- */
.service-text {
  color: #94a3b8;
}

.service-text-sm {
  color: #94a3b8;
  font-size: 0.9rem;
}

/* --- Why Choose Us Section --- */
.services-why-section {
  padding: 80px 0;
  background: var(--cosmic-void, #020617);
}

/* --- Why Card Emoji --- */
.why-emoji {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

/* --- Why Card Title --- */
.why-title {
  color: #e2e8f0;
  font-weight: 700;
}

/* --- Why Card Text --- */
.why-text {
  color: #94a3b8;
}

/* --- Services Lead Form Section --- */
.services-form-section {
  padding: 60px 0;
}

.services-form-heading {
  color: #e2e8f0;
}

.services-form-heading i {
  color: #3b82f6;
}

.services-form-sub {
  color: #94a3b8;
}

/* ===================================== INDEX PAGE — Inline Style Replacements ================================== */

/* --- Carousel Slide Backgrounds --- */
.slide-bg-s1 { background-image: url('../images/slider/s1.jpg'); }
.slide-bg-s2 { background-image: url('../images/slider/s2.jpg'); }
.slide-bg-s5 { background-image: url('../images/slider/s5.jpg'); }
.slide-bg-s6 { background-image: url('../images/slider/s6.jpg'); }
.slide-bg-s7 { background-image: url('../images/slider/s7.jpg'); }

/* --- Index About Image --- */
.index-about-img {
  width: 100%;
}

/* ===================================== GALLERY PAGE — Inline Style Replacements ================================== */

/* --- Gallery Hero Subtitle --- */
.gallery-hero-sub {
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto;
}

/* --- Gallery Section --- */
.gallery-section-padded {
  padding: 80px 0;
}
.gallery-section-sub {
  color: #94a3b8;
}

/* --- Gallery Bento Card (no padding, overflow hidden) --- */
.gallery-bento-card {
  padding: 0;
  overflow: hidden;
}

/* --- Gallery Images --- */
.gallery-img-xl {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}
.gallery-img-lg {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
}
.gallery-img-md {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

/* --- Instagram Section Heading --- */
.gallery-insta-heading {
  color: #e2e8f0;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

/* --- Gallery Lead Form --- */
.gallery-form-section {
  padding: 60px 0;
}
.gallery-form-heading {
  color: #e2e8f0;
}
.gallery-form-icon {
  color: #3b82f6;
}

/* ===================================== ABOUT PAGE — Enhanced Sections ================================== */

/* --- Breadcrumb --- */
.breadcrumb-about {
  padding: 12px 0 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
}
.breadcrumb-about li a {
  color: var(--cosmic-glow);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-about li a:hover {
  color: var(--cosmic-celestial);
}
.breadcrumb-about li.active {
  color: var(--cosmic-starlight);
  font-weight: 600;
}
.breadcrumb-about .sep {
  color: var(--cosmic-ice);
  opacity: 0.5;
}

/* --- Timeline Section --- */
.timeline-container {
  position: relative;
  padding: 20px 0;
}
.timeline-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--cosmic-celestial), var(--cosmic-stellar), var(--cosmic-celestial), transparent);
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 48px;
  position: relative;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-spacer {
  flex: 1;
  max-width: calc(50% - 50px);
}
.timeline-item:nth-child(odd) .timeline-content {
  text-align: right;
}
.timeline-item:nth-child(even) .timeline-content {
  text-align: left;
}
.timeline-content {
  flex: 1;
  max-width: calc(50% - 50px);
}
.timeline-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: var(--cosmic-navy);
  border: 2px solid var(--cosmic-celestial);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--cosmic-ice);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
}
.timeline-year {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cosmic-celestial);
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.timeline-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cosmic-starlight);
  margin-bottom: 8px;
}
.timeline-content p {
  font-size: 0.9rem;
  color: var(--cosmic-glow);
  line-height: 1.65;
  margin-bottom: 0;
}

/* --- Why Choose Us Section --- */
.why-card {
  text-align: center;
  padding: 32px 20px;
  transition: all 0.35s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(10, 22, 40, 0.35);
  border-color: rgba(59, 130, 246, 0.3);
}
.why-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  transition: transform 0.35s ease;
}
.why-card:hover .why-icon {
  transform: scale(1.1);
}
.why-icon.icon-blue { background: rgba(37, 99, 235, 0.15); color: var(--cosmic-celestial); }
.why-icon.icon-green { background: rgba(16, 185, 129, 0.15); color: #34d399; }
.why-icon.icon-yellow { background: rgba(245, 158, 11, 0.15); color: #fbbf24; }
.why-icon.icon-purple { background: rgba(168, 85, 247, 0.15); color: #a78bfa; }
.why-icon.icon-red { background: rgba(239, 68, 68, 0.15); color: #f87171; }
.why-icon.icon-teal { background: rgba(20, 184, 166, 0.15); color: #2dd4bf; }
.why-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cosmic-starlight);
  margin-bottom: 10px;
}
.why-card p {
  font-size: 0.88rem;
  color: var(--cosmic-glow);
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Team Section --- */
.team-card {
  text-align: center;
  padding: 28px 20px;
  transition: all 0.4s ease;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
}
.team-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(59, 130, 246, 0.2);
  margin-bottom: 16px;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.team-card:hover img {
  transform: scale(1.08);
  border-color: var(--cosmic-celestial);
}
.team-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cosmic-starlight);
  margin-bottom: 4px;
}
.team-card .team-role {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cosmic-celestial);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.team-card p {
  font-size: 0.85rem;
  color: var(--cosmic-glow);
  line-height: 1.55;
  margin-bottom: 0;
}

/* --- Team Avatar Placeholder --- */
.team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cosmic-nebula, #1a3a6b), var(--cosmic-stellar, #2563eb));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 3px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.team-avatar i {
  font-size: 3rem;
  color: var(--cosmic-glow, #93c5fd);
  line-height: 1;
}
.team-avatar-initials {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.team-card:hover .team-avatar {
  transform: scale(1.08);
  border-color: var(--cosmic-celestial, #3b82f6);
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.4);
}

/* --- Process Section (How We Work) --- */
.process-step {
  text-align: center;
  position: relative;
  padding: 24px 16px;
}
.process-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
}
.process-step h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--cosmic-starlight);
  margin-bottom: 8px;
}
.process-step p {
  font-size: 0.85rem;
  color: var(--cosmic-glow);
  line-height: 1.55;
  margin-bottom: 0;
}
.process-connector {
  display: none;
}
@media (min-width: 768px) {
  .process-connector {
    display: block;
    position: absolute;
    top: 40px;
    right: -20px;
    color: var(--cosmic-celestial);
    font-size: 1.2rem;
    opacity: 0.5;
  }
}

/* --- Google Badge row --- */
.trust-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: rgba(13, 31, 60, 0.5);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cosmic-starlight);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.trust-badge i {
  font-size: 1.1rem;
}
.trust-badge .badge-stars {
  color: #fbbf24;
}

/* --- About page mobile responsive --- */
@media (max-width: 767px) {
  .timeline-container::before {
    left: 28px;
  }
  .timeline-item {
    flex-wrap: nowrap;
  }
  .timeline-spacer {
    display: none;
  }
  .timeline-item,
  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left !important;
  }
  .timeline-item {
    flex-direction: row;
  }
  .timeline-content {
    max-width: calc(100% - 80px);
    order: 2;
  }
  .timeline-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 1.1rem;
    order: 1;
  }
  .timeline-year {
    font-size: 0.7rem;
    padding: 3px 10px;
  }
  .timeline-content h4 {
    font-size: 0.95rem;
  }
  .timeline-content p {
    font-size: 0.82rem;
  }
  .why-icon {
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
  }
  .why-card {
    padding: 22px 14px;
  }
  .team-card img {
    width: 80px;
    height: 80px;
  }
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .trust-badge {
    padding: 8px 14px;
    font-size: 0.78rem;
  }
  .breadcrumb-about {
    font-size: 0.75rem;
  }
}

/* --- Insta Section Typography --- */
.insta-section h3 {
  color: var(--cosmic-starlight);
}

.insta-section .insta-desc {
  color: var(--cosmic-glow);
  margin-top: 8px;
}

/* --- Text Color Utilities --- */
.text-closed {
  color: #f87171;
}

.text-glow-link {
  color: var(--cosmic-glow);
}

.text-glow-link:hover {
  color: var(--cosmic-celestial);
}

@media (max-width: 767px) {
  .hero-about {
    padding: 40px 12px !important;
  }

  .hero-about h1 {
    font-size: 1.6rem !important;
  }

  /* Timeline mobile */
  .timeline-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .timeline-item .timeline-icon::after {
    display: none;
  }

  .timeline-item .timeline-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  /* Bento icon boxes smaller on mobile */
  .bento-icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.2rem;
    border-radius: 12px;
  }

  /* About gallery images — prevent overlay/overlap */
  .about-gallery-thumb {
    height: auto;
    min-height: 140px;
    max-height: 200px;
    aspect-ratio: 16/10;
  }

  .about-gallery-full {
    height: auto;
    min-height: 200px;
    aspect-ratio: 4/3;
  }

  /* Gallery showcase: stack columns, prevent overlap */
  .about-gallery-section .col-lg-5,
  .about-gallery-section .col-lg-7 {
    width: 100%;
  }

  .about-gallery-section .h-100 {
    height: auto !important;
  }

  /* Team cards */
  .team-card {
    padding: 22px 16px;
  }

  .team-card img {
    width: 80px;
    height: 80px;
  }

  /* Instagram icon */
  .insta-icon-gradient {
    font-size: 2.2rem;
  }

  /* Footer icon alignment */
  .footer-icon {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .about-gallery-thumb {
    height: 180px;
    aspect-ratio: unset;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-gallery-section .col-lg-5,
  .about-gallery-section .col-lg-7 {
    width: 100%;
  }

  .about-gallery-section .h-100 {
    height: auto !important;
  }

  .about-gallery-full {
    height: auto;
    min-height: 280px;
    aspect-ratio: 16/9;
  }

  .about-gallery-thumb {
    height: 200px;
  }
}

/* ===================================== INSTAGRAM SECTION RESPONSIVE ================================== */

@media (max-width: 575px) {
  .insta-section {
    padding: 24px 16px !important;
    border-radius: 16px;
  }

  .insta-section .insta-handle {
    font-size: 1.2rem;
  }

  .insta-section .insta-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }

  .insta-section i[style*="font-size:3rem"] {
    font-size: 2.2rem !important;
  }
}

/* ===================================== FLOATING BUTTONS RESPONSIVE ================================== */

@media (max-width: 767px) {
  /* Ensure back-to-top doesn't overlap quick-action-bar */
  .back-to-top {
    bottom: 80px !important;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .back-to-top i {
    font-size: 16px;
  }
}

/* ===================================== QUICK ACTION BAR STYLING ================================== */

@media (max-width: 767px) {
  .quick-action-bar {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .quick-action-bar a,
  .quick-action-bar .action-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--cosmic-glow, #93c5fd);
    transition: all 0.3s ease;
    min-height: 56px;
    gap: 3px;
  }

  .quick-action-bar a i,
  .quick-action-bar .action-item i {
    font-size: 1.2rem;
  }
}

/* ===================================== CHATBOT RESPONSIVE ================================== */

@media (max-width: 767px) {
  /* Push chatbot toggle above quick action bar */
  #gm-chatbot-toggle {
    bottom: 75px !important;
    right: 12px !important;
    width: 50px !important;
    height: 50px !important;
  }

  #gm-chatbot-container {
    bottom: 135px !important;
    right: 8px !important;
    left: 8px !important;
    width: auto !important;
    max-height: 65vh !important;
  }
}

@media (max-width: 400px) {
  #gm-chatbot-container {
    max-height: 60vh !important;
  }
}

/* ===================================== VERY SMALL DEVICES (< 360px) ================================== */

@media (max-width: 359px) {
  .hero-2026 h1 {
    font-size: 1.4rem !important;
  }

  .hero-2026 p.hero-sub,
  .hero-2026 p.lead {
    font-size: 0.82rem !important;
  }

  .stat-item .stat-number {
    font-size: 1.4rem !important;
  }

  .section-header-2026 h2 {
    font-size: 1.35rem !important;
  }

  .cta-section h2 {
    font-size: 1.2rem !important;
  }

  .bento-card {
    padding: 16px !important;
  }

  .footer-2026 {
    padding: 35px 0 0 !important;
  }
}

/* ===================================== TABLET LANDSCAPE (992 - 1199px) ================================== */

@media (min-width: 992px) and (max-width: 1199px) {
  .container-xl {
    max-width: 960px;
    padding: 0 20px;
  }

  .hero-2026 h1 {
    font-size: 2.6rem;
  }

  .bento-grid {
    gap: 16px;
  }
}

/* ===================================== LARGE DESKTOP (> 1400px) ================================== */

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1280px;
  }

  .hero-2026 h1 {
    font-size: 3.5rem;
  }

  .bento-grid {
    gap: 24px;
  }
}

/* ===================================== INTERACTIVE ENHANCEMENTS ================================== */

/* Smooth hover lift for all interactive cards */
.bento-card,
.glass-card-2026,
.visual-service-card,
.review-card,
.contact-info-card,
.team-card,
.testimonial-card {
  will-change: transform;
  -webkit-tap-highlight-color: transparent;
}

/* Card press effect on mobile (touch feedback) */
@media (hover: none) {
  .bento-card:active,
  .glass-card-2026:active,
  .visual-service-card:active,
  .review-card:active,
  .testimonial-card:active {
    transform: scale(0.98) !important;
    transition: transform 0.1s ease !important;
  }

  /* Disable hover transform on touch-only devices to avoid stuck states */
  .testimonial-card:hover {
    transform: none !important;
  }
}

/* Smooth transitions for images on hover */
.bento-card img,
.gallery-card img,
.gallery-card-new img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bento-card:hover img {
  transform: scale(1.05);
}

/* Button ripple effect */
.cta-btn,
.btn-glow,
.slider-cta-btn,
.insta-btn {
  position: relative;
  overflow: hidden;
}

.cta-btn::after,
.btn-glow::after,
.slider-cta-btn::after,
.insta-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.cta-btn:hover::after,
.btn-glow:hover::after,
.slider-cta-btn:hover::after,
.insta-btn:hover::after {
  width: 300px;
  height: 300px;
}

/* Animated gradient border on focus */
.bento-card:focus-within {
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* Form input floating label effect enhancement */
.form-control:focus,
.form-select:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
}

/* Scroll-triggered reveal animation */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children animation */
.stagger-children > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.stagger-children.revealed > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.revealed > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.revealed > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.revealed > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.revealed > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.revealed > *:nth-child(6) { transition-delay: 0.6s; }

.stagger-children.revealed > * {
  opacity: 1;
  transform: translateY(0);
}

/* Parallax subtle effect — disabled to prevent hero content overlay */
/* The ::after with background:inherit and inset:0 was covering hero text */

/* Pulse animation for CTA */
@keyframes subtlePulse {
  0%, 100% { box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3); }
  50% { box-shadow: 0 4px 25px rgba(37, 99, 235, 0.5); }
}

.cta-btn:not(:hover) {
  animation: subtlePulse 3s ease-in-out infinite;
}

/* Counter animation */
.stat-number {
  transition: all 0.3s ease;
}

.stat-item:hover .stat-number {
  transform: scale(1.1);
  background: linear-gradient(135deg, #93c5fd, #60a5fa, #dbeafe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-item:hover .stat-icon {
  transform: scale(1.2) rotate(10deg);
  transition: transform 0.3s ease;
}

/* Gradient text shimmer effect */
@keyframes gradientShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.gradient-text {
  background-size: 200% auto;
  animation: gradientShimmer 4s linear infinite;
}

/* Smooth section transitions */
section {
  position: relative;
}

/* Image lightbox cursor */
.bento-card[style*="padding:0"],
.bento-card[style*="padding: 0"],
.gallery-card,
.gallery-card-new {
  cursor: pointer;
}

/* ===================================== ACCESSIBILITY MEDIA QUERIES ================================== */

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .ticker-strip .ticker-content {
    animation: none;
  }

  .gradient-text {
    animation: none;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .bento-card,
  .glass-card-2026,
  .visual-service-card {
    border-width: 2px;
    border-color: rgba(59, 130, 246, 0.4);
  }

  .pill-tag {
    border-width: 2px;
  }
}

/* ===================================== LANDSCAPE MOBILE FIX ================================== */

@media (max-height: 500px) and (orientation: landscape) {
  .hero-2026 {
    padding: 30px 15px 25px !important;
  }

  .hero-2026 h1 {
    font-size: 1.5rem !important;
  }

  .hero-2026 p.hero-sub,
  .hero-2026 p.lead {
    font-size: 0.85rem !important;
    margin-bottom: 15px !important;
  }

  .carousel-item {
    height: 50vh !important;
    min-height: 250px;
  }

  .stats-section {
    padding: 25px 0 !important;
  }

  .quick-action-bar a,
  .quick-action-bar .action-item {
    min-height: 48px;
    padding: 6px 4px;
  }
}

/* ===================================== PRINT STYLES EXTENDED ================================== */

/* ===================================== VEHICLE TYPES SECTION ================================== */

/* --- Vehicle Card --- */
.vehicle-card {
  padding: 24px 16px 20px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default;
  position: relative;
  overflow: hidden;
}
.vehicle-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.vehicle-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.2), 0 0 30px rgba(59, 130, 246, 0.08);
}
.vehicle-card:hover::before {
  opacity: 1;
}

/* --- Vehicle Illustration Container --- */
.vehicle-illustration {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 16px;
  padding: 16px 8px;
  background: radial-gradient(ellipse at center bottom, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
  border-radius: 16px;
  position: relative;
}
.vehicle-illustration::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 20%;
  right: 20%;
  height: 3px;
  background: radial-gradient(ellipse, rgba(96, 165, 250, 0.25), transparent);
  border-radius: 50%;
}
.vehicle-illustration-wide {
  max-width: 240px;
}

/* --- Vehicle SVG --- */
.vehicle-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(10, 22, 40, 0.3));
  transition: transform 0.4s ease, filter 0.4s ease;
}
.vehicle-card:hover .vehicle-svg {
  transform: scale(1.08);
  filter: drop-shadow(0 6px 16px rgba(37, 99, 235, 0.25));
}

/* --- Vehicle Name --- */
.vehicle-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--cosmic-starlight);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

/* --- Vehicle Tag (brand examples) --- */
.vehicle-tag {
  display: inline-block;
  font-size: 0.72rem;
  color: var(--cosmic-glow);
  opacity: 0.75;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

/* --- Wide Card (buses, trucks, EVs) --- */
.vehicle-card-wide .vehicle-name {
  font-size: 1.1rem;
}

/* --- Brand Strip Label --- */
.brand-strip-label {
  color: var(--cosmic-glow);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

/* --- Brand Logos Horizontal Scroll --- */
.brand-logos-scroll {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.brand-logos-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: brandScroll 30s linear infinite;
}
.brand-pill {
  flex-shrink: 0;
  padding: 8px 20px;
  background: rgba(13, 31, 60, 0.5);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cosmic-starlight);
  white-space: nowrap;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.brand-pill:hover {
  background: rgba(37, 99, 235, 0.15);
  border-color: rgba(59, 130, 246, 0.35);
  color: #fff;
  transform: scale(1.05);
}
@keyframes brandScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- Vehicle Section Responsive --- */
@media (max-width: 767px) {
  .vehicle-card {
    padding: 18px 12px 16px;
  }
  .vehicle-illustration {
    max-width: 120px;
    padding: 12px 6px;
  }
  .vehicle-illustration-wide {
    max-width: 180px;
  }
  .vehicle-name {
    font-size: 0.9rem;
  }
  .vehicle-tag {
    font-size: 0.65rem;
  }
  .brand-pill {
    padding: 6px 14px;
    font-size: 0.72rem;
  }
  .brand-logos-track {
    animation-duration: 20s;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicle-illustration {
    max-width: 140px;
  }
  .vehicle-illustration-wide {
    max-width: 200px;
  }
}

/* ===================================== PRINT STYLES ================================== */

@media print {
  .hero-2026,
  .ticker-strip,
  .aurora-bg::before,
  .cta-section::before,
  .quick-action-bar,
  .whatsapp-float,
  .call-float,
  .back-to-top,
  #gm-chatbot-toggle,
  #gm-chatbot-container {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #000 !important;
    padding-bottom: 0 !important;
  }

  .bento-card,
  .glass-card-2026,
  .visual-service-card {
    background: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    page-break-inside: avoid;
  }
}
