/* Custom Mobile Menu Styles - Clean & Simple Design */

/* Hide preloader completely */
.preloader {
  display: none !important;
}

/* Service Feature Text Hover Effect */
.service-four-wrapper:hover .service-feature-text {
  color: white !important;
}

/* Footer Logo Size */
.footer-logo {
  max-width: 120px !important;
  height: auto !important;
}

/* Desktop Menu - Reduce Gap Between Items */
.header-menu .nav-menu {
  gap: 1rem !important;
}

.header-menu .nav-menu__item {
  margin: 0 !important;
}

.header-menu .nav-menu__link {
  padding: 0.5rem 0.5rem !important;
  font-size: 0.9rem !important;
  color: white !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border-radius: 6px !important;
  position: relative !important;
}

.header-menu .nav-menu__link:hover {
  color: #ff6b35 !important;
  background: rgba(255, 107, 53, 0.1) !important;
}

/* Active Menu State */
.header-menu .nav-menu__item.activePage .nav-menu__link,
.header-menu .nav-menu__link.active {
  color: white !important;
  background: rgba(255, 107, 53, 0.2) !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #ff6b35 !important;
}

.header-menu .nav-menu__item.activePage .nav-menu__link::after,
.header-menu .nav-menu__link.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important;
  height: 4px !important;
  background: #ff6b35 !important;
  border-radius: 50% !important;
}

/* Mobile Menu Active State */
.mobile-menu .nav-menu__item.activePage .nav-menu__link {
  color: white !important;
  background: rgba(255, 107, 53, 0.2) !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #ff6b35 !important;
}

/* Request Quote Form - Fix Text Readability */
.request-quote-area input,
.request-quote-area select,
.request-quote-area textarea {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  transition: all 0.3s ease !important;
}

.request-quote-area input::placeholder,
.request-quote-area select::placeholder,
.request-quote-area textarea::placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}

.request-quote-area input:focus,
.request-quote-area select:focus,
.request-quote-area textarea:focus {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
  border-color: hsl(24, 85%, 55%) !important;
  box-shadow: 0 0 0 3px hsla(24, 85%, 55%, 0.1) !important;
  outline: none !important;
}

.request-quote-area input:focus::placeholder,
.request-quote-area select:focus::placeholder,
.request-quote-area textarea:focus::placeholder {
  color: #999999 !important;
  opacity: 0.7 !important;
}

/* Form Labels and Headings */
.request-quote-area h6 {
  color: #1a1a1a !important;
  font-weight: 600 !important;
}

/* Select Dropdown Styling */
.request-quote-area .nice-select {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
}

.request-quote-area .nice-select:focus {
  border-color: hsl(24, 85%, 55%) !important;
  box-shadow: 0 0 0 3px hsla(24, 85%, 55%, 0.1) !important;
}

/* Header Contact Info Icons - Orange Theme */
.header-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: hsl(24, 85%, 55%) !important;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 2px 8px hsla(24, 85%, 55%, 0.3) !important;
}

.header-icon-wrapper:hover {
  background-color: hsl(24, 85%, 45%) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 15px hsla(24, 85%, 55%, 0.4) !important;
}

.header-icon {
  width: 20px !important;
  height: 20px !important;
  filter: brightness(0) invert(1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.header-icon-wrapper:hover .header-icon {
  transform: scale(1.1) !important;
}

/* Track Shipment Icon - Centered and Full Size */
.line-two .header-icon-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto !important;
}

.line-two .header-icon {
  width: 24px !important;
  height: 24px !important;
  filter: brightness(0) invert(1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.line-two .header-icon-wrapper:hover .header-icon {
  transform: scale(1.1) !important;
}

/* Mobile Menu Background - Force Desktop Nav Background */
.mobile-menu {
  background: var(--main-two-600) !important;
  background-color: var(--main-two-600) !important;
}

/* Mobile Menu Text Colors - Fix Readability */
.mobile-menu .nav-link {
  color: #ffffff !important;
}

.mobile-menu .nav-link:hover {
  color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .nav-link.active {
  background-color: hsl(24, 85%, 55%) !important;
  color: #ffffff !important;
}

.mobile-menu .nav-link.active i {
  color: #ffffff !important;
}

.mobile-menu .nav-link i {
  color: #ffffff !important;
}

.mobile-menu .nav-link:hover i {
  color: hsl(24, 85%, 55%) !important;
}

.mobile-menu h6 {
  color: #ffffff !important;
}

.mobile-menu .text-neutral-800 {
  color: #ffffff !important;
}

.mobile-menu .text-neutral-600 {
  color: #e5e5e5 !important;
}

.mobile-menu .text-neutral-700 {
  color: #ffffff !important;
}

.mobile-menu .text-neutral-500 {
  color: #e5e5e5 !important;
}

.mobile-menu .text-main-two-600 {
  color: #ffffff !important;
}

.mobile-menu .text-main-two-600.fw-semibold {
  color: #ffffff !important;
}

/* Home Link Specific Fix */
.mobile-menu .nav-link.text-main-two-600 {
  color: #ffffff !important;
}

.mobile-menu .nav-link.text-main-two-600:hover {
  color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .border-neutral-200 {
  border-color: #404040 !important;
}

/* Desktop Header Auth Buttons - Grouped Design */
.btn-group .btn-signup {
  border: 2px solid hsl(24, 85%, 55%) !important;
  border-left: none !important;
  color: hsl(24, 85%, 55%) !important;
  background-color: transparent !important;
  transition: all 0.3s ease !important;
}

.btn-group .btn-signup:hover {
  background-color: hsl(24, 85%, 55%) !important;
  color: white !important;
  border-color: hsl(24, 85%, 55%) !important;
}

.btn-group .btn-signin {
  border-right: none !important;
  background-color: hsl(24, 85%, 55%) !important;
  color: white !important;
}

/* CSS Variables - Modern Orange Theme with Perfect Contrast */
:root {
  /* Primary Orange - Modern & Vibrant */
  --main-h: 24 !important;
  --main-s: 85% !important;
  --main-l: 55% !important;
  --main-600: hsl(24, 85%, 55%) !important;
  --main-700: hsl(24, 85%, 45%) !important;
  --main-800: hsl(24, 85%, 35%) !important;
  --main-50: hsl(24, 85%, 95%) !important;
  --main-100: hsl(24, 85%, 88%) !important;
  --main-200: hsl(24, 85%, 82%) !important;
  --main-300: hsl(24, 85%, 70%) !important;
  
  /* Dark Text - High Contrast for Readability */
  --main-two-h: 0 !important;
  --main-two-s: 0% !important;
  --main-two-l: 15% !important;
  --main-two-600: hsl(0, 0%, 15%) !important;
  --main-two-700: hsl(0, 0%, 10%) !important;
  
  /* Enhanced Neutral Colors for Better Contrast */
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
}

/* Force override for mobile menu specifically */
.mobile-menu {
  --main-600: hsl(24, 85%, 55%) !important;
  --main-700: hsl(24, 85%, 45%) !important;
  --main-800: hsl(24, 85%, 35%) !important;
  --main-two-600: hsl(0, 0%, 15%) !important;
  --main-two-700: hsl(0, 0%, 10%) !important;
}

/* Force modern orange colors on all elements with perfect contrast */
.mobile-menu .text-main-600 {
  color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .bg-main-600 {
  background-color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .hover-bg-main-600:hover {
  background-color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .hover-text-main-600:hover {
  color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .border-main-600 {
  border-color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .text-main-two-600 {
  color: hsl(0, 0%, 15%) !important;
}

/* Mobile Menu Container - Modern Design */
.mobile-menu {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

/* Navigation Links - Enhanced Readability */
.nav-link {
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.nav-link:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 20px hsla(24, 85%, 55%, 0.15);
  background-color: hsl(24, 85%, 95%) !important;
}

.nav-link i {
  transition: all 0.3s ease;
}

.nav-link:hover i {
  color: hsl(24, 85%, 55%) !important;
  transform: scale(1.1);
}

.nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.nav-link:hover::before {
  left: 100%;
}

/* Contact Info Icons - Modern Design */
.contact-info .tw-w-10 {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.contact-info .tw-w-10:hover {
  transform: scale(1.05) rotate(5deg);
  background-color: hsl(24, 85%, 45%) !important;
  border-color: hsl(24, 85%, 70%);
  box-shadow: 0 4px 15px hsla(24, 85%, 55%, 0.3);
}

.contact-info .tw-w-10:hover i {
  color: white !important;
  transform: scale(1.1);
}

/* CTA Button - Modern Gradient */
.btn-main {
  background: linear-gradient(135deg, hsl(24, 85%, 55%) 0%, hsl(24, 85%, 45%) 100%) !important;
  border: none;
  box-shadow: 0 4px 15px hsla(24, 85%, 55%, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  letter-spacing: 0.025em;
}

.btn-main:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px hsla(24, 85%, 55%, 0.35);
  background: linear-gradient(135deg, hsl(24, 85%, 45%) 0%, hsl(24, 85%, 35%) 100%) !important;
}

/* Close Button - Modern Design */
.close-button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.close-button:hover {
  transform: rotate(90deg) scale(1.1);
  background-color: hsl(24, 85%, 55%) !important;
  border-color: hsl(24, 85%, 70%);
  box-shadow: 0 4px 15px hsla(24, 85%, 55%, 0.3);
}

/* Logo */
.mobile-menu img {
  transition: all 0.3s ease;
}

.mobile-menu a:hover img {
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 480px) {
  .mobile-menu {
    width: 100% !important;
    max-width: 320px;
  }
  
  .nav-link {
    padding: 12px 16px !important;
  }
  
  .contact-info {
    gap: 12px !important;
  }
}

/* Smooth Scrollbar */
.mobile-menu::-webkit-scrollbar {
  width: 4px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background: var(--main-200);
  border-radius: 2px;
}

.mobile-menu::-webkit-scrollbar-thumb:hover {
  background: var(--main-300);
}

/* Animation Enhancements */
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.nav-item {
  animation: slideInFromLeft 0.3s ease forwards;
}

.nav-item:nth-child(1) { animation-delay: 0.1s; }
.nav-item:nth-child(2) { animation-delay: 0.2s; }
.nav-item:nth-child(3) { animation-delay: 0.3s; }
.nav-item:nth-child(4) { animation-delay: 0.4s; }
.nav-item:nth-child(5) { animation-delay: 0.5s; }

/* Loading State */
.mobile-menu.loading {
  opacity: 0.8;
  pointer-events: none;
}

.mobile-menu.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid hsl(24, 85%, 82%);
  border-top: 2px solid hsl(24, 85%, 55%);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* NEXA AI Floating Tag Styles */
.badge.floating-tag {
  position: absolute !important;
  top: -8px !important;
  left: -8px !important;
  background: linear-gradient(135deg, hsl(24, 85%, 55%) 0%, hsl(24, 85%, 45%) 100%) !important;
  color: white !important;
  border: 2px solid white;
  box-shadow: 0 4px 12px hsla(24, 85%, 55%, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transform: rotate(-15deg);
  border-radius: 8px !important;
  overflow: hidden;
  z-index: 10;
  font-size: 0.65rem !important;
  padding: 3px 6px !important;
  line-height: 1.2;
}

.badge.floating-tag:hover {
  background: linear-gradient(135deg, hsl(24, 85%, 45%) 0%, hsl(24, 85%, 35%) 100%) !important;
  transform: rotate(-15deg) translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px hsla(24, 85%, 55%, 0.6), 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Floating Tag Shine Effect */
.badge.floating-tag::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
  border-radius: 6px;
}

.badge.floating-tag:hover::before {
  left: 100%;
}

/* Floating Tag Pulse Animation */
@keyframes tag-float {
  0%, 100% { 
    transform: rotate(-15deg) translateY(0);
    box-shadow: 0 4px 12px hsla(24, 85%, 55%, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2);
  }
  50% { 
    transform: rotate(-15deg) translateY(-2px);
    box-shadow: 0 6px 18px hsla(24, 85%, 55%, 0.6), 0 0 0 2px rgba(255, 255, 255, 0.3);
  }
}

.badge.floating-tag {
  animation: tag-float 3s ease-in-out infinite;
}

/* Mobile floating tag adjustment */
.mobile-menu .badge.floating-tag {
  top: -6px !important;
  left: -6px !important;
  font-size: 0.6rem !important;
  padding: 2px 5px !important;
  transform: rotate(-10deg);
}

.mobile-menu .badge.floating-tag:hover {
  transform: rotate(-10deg) translateY(-2px) scale(1.08);
}

.mobile-menu .badge.floating-tag {
  animation: tag-float-mobile 3s ease-in-out infinite;
}

@keyframes tag-float-mobile {
  0%, 100% { 
    transform: rotate(-10deg) translateY(0);
    box-shadow: 0 3px 10px hsla(24, 85%, 55%, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2);
  }
  50% { 
    transform: rotate(-10deg) translateY(-1px);
    box-shadow: 0 5px 15px hsla(24, 85%, 55%, 0.6), 0 0 0 2px rgba(255, 255, 255, 0.3);
  }
}

/* Desktop floating tag larger size */
.header-middle .badge.floating-tag {
  font-size: 0.75rem !important;
  padding: 4px 8px !important;
  top: -10px !important;
  left: -10px !important;
}

/* Mobile Menu Contact Info - Enhanced Design */
.mobile-menu .contact-info {
  margin: 0 !important;
}

.mobile-menu .contact-item {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
}

.mobile-menu .contact-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: hsl(24, 85%, 55%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 20px hsla(24, 85%, 55%, 0.2) !important;
}

.mobile-menu .contact-icon-wrapper {
  background: linear-gradient(135deg, hsl(24, 85%, 55%) 0%, hsl(24, 85%, 45%) 100%) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 15px hsla(24, 85%, 55%, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.mobile-menu .contact-item:hover .contact-icon-wrapper {
  transform: scale(1.1) rotate(5deg) !important;
  box-shadow: 0 6px 20px hsla(24, 85%, 55%, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.mobile-menu .contact-details p {
  margin: 0 !important;
}

.mobile-menu .contact-details p:first-child {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
}

.mobile-menu .contact-details p:last-child {
  color: #e5e5e5 !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  opacity: 0.8 !important;
}

.mobile-menu .contact-item:hover .contact-details p:first-child {
  color: hsl(24, 85%, 55%) !important;
}

.mobile-menu .contact-item:hover .contact-details p:last-child {
  color: #ffffff !important;
  opacity: 1 !important;
}
