/* BigG's Laundromat - Main Styles */

/* Cross-Browser CSS Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Ensure consistent rendering across browsers */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Fix for Safari and mobile browsers */
input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

/* Remove default button styles */
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/* Fix for iOS Safari */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

/* Logo Styles */
.brand-logo-img,
.mobile-brand-logo-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
    margin-right: 15px;
    background: transparent;
}

.brand-logo-img:hover,
.mobile-brand-logo-img:hover {
    transform: scale(1.05);
}

/* Brand logo container positioning */
.brand-logo {
    display: flex;
    align-items: center;
    margin-left: -15px;
    /* Move logo more to the left */
}

.brand-icon {
    margin-right: 15px;
    /* Additional spacing from text */
}

/* Professional brand positioning */
.professional-brand {
    margin-left: -5px;
    /* Additional left positioning for the brand */
}

/* Mobile menu brand positioning */
.mobile-menu-brand {
    margin-left: -10px;
    /* Move mobile logo more to the left */
}

/* CSS Variables */
:root {
    /* Brand Colors */
    --royal-blue: #1E3A8A;
    --fresh-green: #16A34A;
    --warm-gold: #FACC15;
    --light-blue: #3B82F6;
    --dark-blue: #1E40AF;

    /* Neutral Colors */
    --white: #FFFFFF;
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --gray-900: #111827;

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--royal-blue) 0%, var(--light-blue) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--fresh-green) 0%, #22C55E 100%);
    --gradient-gold: linear-gradient(135deg, var(--warm-gold) 0%, #FDE047 100%);

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    /* Typography */
    --font-primary: 'Plus Jakarta Sans', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    --font-display: 'Playfair Display', serif;

    /* Spacing */
    --section-padding: 5rem 0;
    --container-padding: 0 1rem;

    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;

    /* Transitions */
    --transition-fast: 0.15s ease-in-out;
    --transition-normal: 0.3s ease-in-out;
    --transition-slow: 0.5s ease-in-out;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape */
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    font-family: var(--font-secondary);
    line-height: 1.6;
    color: var(--gray-700);
    background-color: var(--white);
    overflow-x: hidden;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Mobile-specific improvements */
@media (max-width: 768px) {
    html {
        font-size: 14px;
        /* Slightly smaller base font for mobile */
        overflow-x: hidden;
        /* Prevent horizontal scroll */
    }

    body {
        overflow-x: hidden;
        /* Prevent horizontal scroll */
        width: 100vw;
        /* Full viewport width */
        max-width: 100vw;
        /* Prevent overflow */
    }

    body {
        -webkit-tap-highlight-color: transparent;
        /* Remove tap highlight on iOS */
        -webkit-touch-callout: none;
        /* Disable callout on iOS */
        -webkit-user-select: none;
        /* Disable text selection on touch */
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Re-enable text selection for input fields and content areas */
    input,
    textarea,
    [contenteditable] {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.2;
    color: var(--gray-800);
    letter-spacing: -0.02em;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

h5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

p {
    margin-bottom: 1rem;
    color: var(--gray-600);
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 1.7;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-normal);
}

/* Background Effects */
.background-effects {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.bubbles-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(30, 58, 138, 0.1);
    animation: float 6s ease-in-out infinite;
}

.bubble-1 {
    width: 60px;
    height: 60px;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.bubble-2 {
    width: 40px;
    height: 40px;
    left: 20%;
    animation-delay: 2s;
    animation-duration: 6s;
}

.bubble-3 {
    width: 80px;
    height: 80px;
    left: 30%;
    animation-delay: 4s;
    animation-duration: 10s;
}

.bubble-4 {
    width: 50px;
    height: 50px;
    left: 70%;
    animation-delay: 1s;
    animation-duration: 7s;
}

.bubble-5 {
    width: 35px;
    height: 35px;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 5s;
}

.bubble-6 {
    width: 70px;
    height: 70px;
    left: 90%;
    animation-delay: 5s;
    animation-duration: 9s;
}

.bubble-7 {
    width: 45px;
    height: 45px;
    left: 50%;
    animation-delay: 2.5s;
    animation-duration: 6.5s;
}

.bubble-8 {
    width: 55px;
    height: 55px;
    left: 60%;
    animation-delay: 4.5s;
    animation-duration: 8.5s;
}

.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
}

.wave {
    width: 100%;
    height: 100%;
}

.wave-path {
    fill: rgba(30, 58, 138, 0.05);
    animation: wave 8s ease-in-out infinite;
}

.particles-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--warm-gold);
    border-radius: 50%;
    animation: sparkle 4s ease-in-out infinite;
}

.particle-1 {
    left: 15%;
    top: 20%;
    animation-delay: 0s;
}

.particle-2 {
    left: 85%;
    top: 30%;
    animation-delay: 1s;
}

.particle-3 {
    left: 45%;
    top: 60%;
    animation-delay: 2s;
}

.particle-4 {
    left: 75%;
    top: 80%;
    animation-delay: 3s;
}

.particle-5 {
    left: 25%;
    top: 70%;
    animation-delay: 4s;
}

/* Professional Navigation */
.professional-navbar {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    padding: 0.75rem 0;
    z-index: 1050;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: visible;
}

/* Ensure mobile menu button stays within header */
.professional-navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    max-width: 100%;
    overflow: visible;
    flex-wrap: nowrap;
    min-height: 80px;
    position: relative;
}

/* Mobile menu button positioning within header - REMOVED */

/* Remove duplicate - already defined above */

/* Fix content positioning below fixed header */
body {
    padding-top: 0;
}

/* Hero section positioning handled in main hero-section rule */

/* Ensure all main content starts below fixed header */
main,
.main-content,
.page-header,
.service-overview,
.why-choose-section,
.testimonials-section,
.cta-section {
    margin-top: 0;
    padding-top: 0;
}

/* First section after header should have top margin */
body>section:first-of-type {
    margin-top: 80px;
}

/* Large screen navigation optimization */
@media (min-width: 1200px) {
    .professional-navbar .container-fluid {
        padding: 0 3rem;
    }

    .professional-nav {
        gap: 0.5rem;
    }

    .professional-link {
        padding: 0.7rem 1rem;
        font-size: 0.95rem;
    }
}

/* Extra large screen navigation optimization */
@media (min-width: 1400px) {
    .professional-navbar .container-fluid {
        padding: 0 4rem;
    }

    .professional-nav {
        gap: 0.6rem;
    }

    .professional-link {
        padding: 0.75rem 1.2rem;
        font-size: 1rem;
    }
}

/* Ultra wide screen navigation optimization */
@media (min-width: 1600px) {
    .professional-navbar .container-fluid {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 2rem;
    }
}

/* Desktop navigation - show nav inline with logo */
@media (min-width: 992px) {
    .professional-nav {
        display: flex !important;
        flex-direction: row !important;
        gap: 0.5rem;
        margin-left: auto;
        flex-wrap: nowrap;
        overflow: visible;
    }

    .professional-toggler {
        display: none !important;
    }

    .professional-link {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .professional-link .nav-text {
        display: inline !important;
        margin-left: 0.5rem;
    }

    .professional-link .nav-icon {
        margin-right: 0.5rem;
    }

    .professional-navbar .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 0;
        align-items: center;
        position: static !important;
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .professional-navbar .navbar-collapse .professional-nav {
        display: flex !important;
        flex-direction: row !important;
        gap: 0.5rem;
        margin-left: auto;
        flex-wrap: nowrap;
        overflow: visible;
    }
}

/* Large screen navigation - show nav and handle overflow properly */
@media (min-width: 1401px) {
    .professional-nav {
        display: flex !important;
        flex-wrap: wrap;
        gap: 0.1rem;
    }

    .professional-toggler {
        display: none !important;
    }

    .professional-link {
        padding: 0.3rem 0.4rem;
        font-size: 0.75rem;
        max-width: 120px;
        flex-shrink: 1;
    }

    .professional-link .nav-text {
        display: inline !important;
        margin-left: 0.3rem;
        font-size: 0.7rem;
    }

    .professional-link .nav-icon {
        margin-right: 0.3rem;
    }
}

/* Medium screens - show compact navigation */
@media (min-width: 992px) and (max-width: 1400px) {
    .professional-nav {
        display: flex !important;
        flex-wrap: wrap;
        gap: 0.1rem;
    }

    .professional-toggler {
        display: none !important;
    }

    .professional-link {
        padding: 0.25rem 0.3rem;
        font-size: 0.7rem;
        max-width: 100px;
        flex-shrink: 1;
    }

    .professional-link .nav-text {
        display: inline !important;
        margin-left: 0.3rem;
        font-size: 0.65rem;
    }

    .professional-link .nav-icon {
        margin-right: 0.3rem;
    }
}

/* Modern hamburger menu for smaller screens */
@media (max-width: 991px) {
    .professional-nav {
        display: none !important;
    }

    .professional-toggler,
    .navbar-toggler.professional-toggler,
    button.professional-toggler,
    button.navbar-toggler.professional-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: none !important;
        width: 56px !important;
        height: 56px !important;
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
        border-radius: 12px !important;
        position: relative !important;
        z-index: 9999 !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .professional-toggler .hamburger-line,
    .navbar-toggler.professional-toggler .hamburger-line,
    button.professional-toggler .hamburger-line,
    button.navbar-toggler.professional-toggler .hamburger-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #ffffff !important;
        width: 26px !important;
        height: 3px !important;
        margin: 4px 0 !important;
        border-radius: 3px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .professional-navbar .container-fluid {
        padding: 0 1rem;
        flex-wrap: nowrap;
    }
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .professional-navbar .container-fluid {
        padding: 0 0.75rem;
    }

    .brand-name {
        font-size: 1.2rem;
        font-style: italic;
    }

    .brand-subtitle {
        font-size: 0.6rem;
    }

    .brand-icon {
        width: 35px;
        height: 35px;
    }

    /* Ensure mobile menu button is always visible */
    .professional-toggler {
        display: block !important;
        background: rgba(255, 255, 255, 0.15) !important;
        border: 2px solid rgba(255, 255, 255, 0.3) !important;
        width: 56px !important;
        height: 56px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    }

    .hamburger-line {
        width: 24px !important;
        height: 3px !important;
        background: #ffffff !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 576px) {

    .professional-toggler,
    .navbar-toggler.professional-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: none !important;
        width: 64px !important;
        height: 64px !important;
        box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4) !important;
        border-radius: 16px !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .hamburger-line {
        width: 30px !important;
        height: 4px !important;
        background: #ffffff !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4) !important;
        border: none !important;
        border-radius: 4px !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
}

/* Ultra small mobile devices - Maximum visibility */
@media (max-width: 480px) {

    .professional-toggler,
    .navbar-toggler.professional-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: none !important;
        width: 68px !important;
        height: 68px !important;
        box-shadow: 0 15px 35px rgba(59, 130, 246, 0.5) !important;
        border-radius: 18px !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .hamburger-line {
        width: 32px !important;
        height: 5px !important;
        background: #ffffff !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
        border: none !important;
        border-radius: 5px !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
}

.professional-navbar .navbar-brand {
    margin-right: 0;
}

.professional-navbar .navbar-collapse {
    flex-grow: 0;
}

/* Mobile navigation menu - only for screens below 992px */
@media (max-width: 991px) {
    .professional-navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(20px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        padding: 1rem;
        z-index: 1060;
        /* Higher than navbar z-index: 1050 */
    }

    .professional-nav {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .professional-link {
        width: 100%;
        justify-content: flex-start;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        max-width: none;
    }

    .professional-link .nav-text {
        display: block;
    }
}

.professional-navbar.scrolled {
    background: rgba(0, 0, 0, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    padding: 0.5rem 0;
}

/* Professional Brand */
.professional-brand {
    text-decoration: none;
    transition: all 0.3s ease;
}

.professional-brand:hover {
    transform: translateY(-1px);
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
    transition: all 0.3s ease;
}

.brand-icon i {
    font-size: 1.25rem;
    color: white;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    color: #2563eb;
    /* Professional blue */
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(37, 99, 235, 0.1), 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.brand-accent {
    color: #1d4ed8;
    /* Darker blue for accent */
    font-weight: 800;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(29, 78, 216, 0.2);
}

.brand-subtitle {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.9rem;
    /* Enlarged from 0.65rem */
    font-weight: 500;
    color: #1e40af;
    /* Medium blue */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.125rem;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(30, 64, 175, 0.1);
}

/* Modern Professional Toggle Button */
.professional-toggler {
    border: none;
    padding: 0;
    background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%);
    border-radius: 12px;
    position: relative;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    overflow: hidden;
}

.professional-toggler::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.professional-toggler:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
}

.professional-toggler:hover::before {
    opacity: 1;
}

.professional-toggler:active {
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* CRITICAL: Force mobile menu button visibility on small screens */
@media screen and (max-width: 991.98px) {

    .professional-toggler,
    .navbar-toggler.professional-toggler,
    button.professional-toggler,
    button.navbar-toggler.professional-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: none !important;
        width: 56px !important;
        height: 56px !important;
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
        border-radius: 12px !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .professional-toggler .hamburger-line,
    .navbar-toggler.professional-toggler .hamburger-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #ffffff !important;
        width: 24px !important;
        height: 3px !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
    }
}

.professional-toggler:hover {
    background: rgba(30, 58, 138, 0.1);
    border-radius: 8px;
}

.hamburger-line {
    width: 26px;
    height: 3px;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.hamburger-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.professional-toggler[aria-expanded="true"] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    transform: rotate(90deg);
}

.professional-toggler[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.professional-toggler[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.professional-toggler[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.professional-toggler[aria-expanded="true"] .hamburger-line::before {
    opacity: 1;
}

/* Professional Navigation Links */
.professional-nav {
    gap: 0.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
    max-width: 100%;
    justify-content: flex-end;
}

.professional-link {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.4rem 0.5rem;
    color: #E5E7EB;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
    max-width: none;
}

.professional-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.professional-link:hover::before {
    opacity: 1;
}

.professional-link:hover {
    color: #3B82F6;
    transform: translateY(-1px);
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}

.professional-link.active {
    color: #3B82F6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.1) 100%);
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}

.nav-icon {
    font-size: 1rem;
    width: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.professional-link:hover .nav-icon {
    transform: scale(1.1);
}

.nav-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}

.dropdown-arrow {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    margin-left: 0.25rem;
    color: #E5E7EB;
}

.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

/* Professional Dropdown */
.professional-dropdown {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    min-width: 280px;
    backdrop-filter: blur(20px);
}

.professional-dropdown-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: #4B5563;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0;
    position: relative;
}

.professional-dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.professional-dropdown-item:hover {
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.05) 0%, rgba(30, 58, 138, 0.02) 100%);
    color: #1E3A8A;
    transform: translateX(4px);
}

.professional-dropdown-item:hover::before {
    opacity: 1;
}

.professional-dropdown-item i {
    font-size: 1.25rem;
    color: #6B7280;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.professional-dropdown-item:hover i {
    color: #1E3A8A;
    transform: scale(1.1);
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.dropdown-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: inherit;
}

.dropdown-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    color: #9CA3AF;
    font-weight: 400;
}

/* Professional Cart Dropdown */
.professional-cart-dropdown {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 0.5rem;
    min-width: 320px;
    backdrop-filter: blur(20px);
}

.cart-dropdown-header {
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid #E5E7EB;
    background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
    border-radius: 16px 16px 0 0;
}

.cart-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
}

.cart-item-count {
    font-size: 0.85rem;
    color: #6B7280;
    font-weight: 500;
}

.cart-dropdown-body {
    padding: 1rem 1.25rem;
    max-height: 300px;
    overflow-y: auto;
}

.cart-empty {
    text-align: center;
    padding: 2rem 1rem;
    color: #9CA3AF;
}

.cart-empty i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.cart-dropdown-footer {
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid #E5E7EB;
    background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
    border-radius: 0 0 16px 16px;
}

.cart-total {
    margin-bottom: 1rem;
    text-align: center;
}

.cart-total strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #1F2937;
}

.cart-actions {
    display: flex;
    gap: 0.75rem;
}

.cart-actions .btn {
    flex: 1;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
}

/* Professional Badge */
.professional-badge {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    min-width: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Panel Link Special Styling */
.panel-link {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.panel-link:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.08) 100%);
    color: #047857;
    border-color: rgba(16, 185, 129, 0.3);
}

.navbar-nav .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.6s ease;
}

.navbar-nav .nav-link:hover::before {
    left: 100%;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--fresh-green), var(--light-blue));
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(22, 163, 74, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link:hover i {
    transform: scale(1.2) rotate(5deg);
    color: #ffffff;
}

.navbar-nav .nav-link:hover span {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link:active {
    transform: translateY(-1px) scale(1.02);
    transition: all 0.1s ease;
}

.navbar-nav .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--royal-blue), var(--fresh-green));
    font-weight: 600;
    font-style: normal;
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link.active:hover {
    background: linear-gradient(135deg, var(--fresh-green), var(--royal-blue));
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(22, 163, 74, 0.4);
}

/* The Panel Button Styling */
.navbar-nav .nav-link.panel-btn {
    background: linear-gradient(135deg, #8B5CF6, #A855F7) !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 8px;
    margin-left: 0.5rem;
    position: relative;
    overflow: hidden;
}

.navbar-nav .nav-link.panel-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.navbar-nav .nav-link.panel-btn:hover::before {
    left: 100%;
}

.navbar-nav .nav-link.panel-btn:hover {
    background: linear-gradient(135deg, #7C3AED, #9333EA) !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.navbar-nav .nav-link.panel-btn:hover i {
    transform: scale(1.2) rotate(10deg);
    color: #ffffff;
}

.navbar-nav .nav-link.panel-btn:hover span {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Cart Badge Styling */
.cart-badge {
    background: var(--royal-blue);
    color: white;
    border-radius: 50%;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 0.5rem;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Dropdown Menu Styling */
.dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
}

.dropdown-item {
    color: var(--royal-blue);
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: rgba(30, 58, 138, 0.1);
    color: var(--royal-blue);
}

/* Cart Dropdown Styling */
.cart-dropdown {
    min-width: 320px;
    max-width: 400px;
    padding: 0;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
}

.cart-dropdown-header {
    background: var(--royal-blue);
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-dropdown-header h6 {
    margin: 0;
    font-weight: 600;
}

.cart-item-count {
    font-size: 0.875rem;
    opacity: 0.9;
}

.cart-dropdown-body {
    max-height: 300px;
    overflow-y: auto;
    padding: 1rem;
}

.cart-empty {
    text-align: center;
    padding: 2rem 1rem;
    color: var(--gray-500);
}

.cart-empty i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.5;
}

.cart-empty p {
    margin: 0;
    font-size: 0.9rem;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--gray-200);
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 50px;
    height: 50px;
    background: var(--gray-100);
    border-radius: 8px;
    margin-right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--royal-blue);
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: var(--gray-800);
}

.cart-item-price {
    font-size: 0.875rem;
    color: var(--royal-blue);
    font-weight: 600;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.quantity-btn {
    width: 24px;
    height: 24px;
    border: 1px solid var(--gray-300);
    background: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quantity-btn:hover {
    background: var(--royal-blue);
    color: white;
    border-color: var(--royal-blue);
}

.quantity-display {
    font-size: 0.875rem;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

.cart-dropdown-footer {
    background: var(--gray-50);
    padding: 1rem;
    border-top: 1px solid var(--gray-200);
}

.cart-total {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.1rem;
    color: var(--gray-800);
}

.cart-actions {
    display: flex;
    gap: 0.5rem;
}

.cart-actions .btn {
    flex: 1;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

/* Order button styles removed */

/* Location Section - Enhanced with Color Themes */
.location-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.location-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 107, 107, 0.1) 0%, transparent 100%);
}

.location-title {
    font-family: var(--font-primary);
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: normal;
    color: #3b82f6 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #3b82f6, #1d4ed8, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

.location-subtitle {
    font-size: 1.2rem;
    color: var(--gray-600);
    margin-bottom: 0;
    font-weight: 300;
}

.location-info-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.location-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 107, 107, 0.2);
    border-color: rgba(255, 107, 107, 0.4);
}

.location-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 107, 107, 0.1);
}

.location-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.location-icon i {
    font-size: 0.75rem;
    color: var(--white);
}

.location-info-header h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ff6b6b;
    margin: 0;
}

.location-details {
    margin-bottom: 1rem;
}

.location-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.6rem;
    background: rgba(255, 107, 107, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 107, 107, 0.1);
    transition: all 0.3s ease;
}

.location-item:hover {
    background: rgba(255, 107, 107, 0.1);
    transform: translateX(5px);
    border-color: rgba(255, 107, 107, 0.2);
}

.location-item-icon {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.location-item-icon i {
    font-size: 0.5rem;
    color: var(--white);
}

.location-item-content h5 {
    font-size: 0.55rem;
    font-weight: 600;
    color: #ff6b6b;
    margin-bottom: 0.25rem;
}

.location-item-content p {
    color: var(--gray-600);
    line-height: 1.3;
    margin: 0;
    font-size: 0.45rem;
}

.location-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-location-primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.45rem;
}

.btn-location-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    color: white;
}

.btn-location-secondary {
    background: transparent;
    color: #ff6b6b;
    border: 1px solid #ff6b6b;
    padding: 0.375rem 0.75rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.45rem;
}

.btn-location-secondary:hover {
    background: #ff6b6b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.location-map-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 0.75rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(72, 52, 212, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.location-map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(72, 52, 212, 0.2);
    border-color: rgba(72, 52, 212, 0.4);
}

.map-container {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Hero Section - Clean Responsive Design */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    background: none;
    box-sizing: border-box;
}

/* Video Background Container */
.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: #000;
    /* Fallback background */
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    display: block;
    /* Ensure video is displayed */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.hero-video-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.1) !important;
    /* Very subtle overlay to maintain video visibility */
    z-index: 2 !important;
}

/* Fallback animation when video is not available */
.hero-video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

/* Hero Content Wrapper - Clean Responsive Container */
.hero-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

/* Hero Content Positioning */
.hero-section .container-fluid {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    padding: 2rem 1rem;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* Enhanced Mobile Viewport Meta Tag Support */
@supports (height: 100dvh) {
    .hero-section {
        min-height: 100dvh;
    }
}

/* 100% Responsive Base Styles */
* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

/* Fluid Typography - Compressed for Hero Section */
.hero-content .title-main {
    font-size: clamp(1.2rem, 3.5vw, 3.2rem) !important;
    line-height: 1.15;
    font-family: var(--font-secondary) !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
}

.hero-content .welcome-text {
    font-size: clamp(0.7rem, 1.5vw, 1.1rem) !important;
    font-family: var(--font-secondary) !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.hero-content .hero-tagline {
    font-size: clamp(0.7rem, 1.2vw, 1rem) !important;
}

.hero-promo {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.8rem !important;
    margin: 1rem 0 !important;
}

.hero-features {
    gap: 1.2rem !important;
    margin-bottom: 1.5rem !important;
}

.hero-actions {
    gap: 0.8rem !important;
}

.hero-content {
    padding: 1rem !important;
}

.hero-section {
    height: 100vh !important;
    max-height: 100vh !important;
    margin-top: 0 !important;
    /* Remove margin to fit screen exactly */
}

body>.hero-section:first-of-type {
    margin-top: 0 !important;
}


/* Fluid Spacing - Reduced for more compact layout */
.py-5 {
    padding-top: clamp(1.5rem, 3vw, 3rem) !important;
    padding-bottom: clamp(1.5rem, 3vw, 3rem) !important;
}

.mb-5 {
    margin-bottom: clamp(1.5rem, 4vw, 3rem) !important;
}

/* Fluid Container - Let Bootstrap handle container sizing */

/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Videos */
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Responsive Grid - Let Bootstrap handle the grid system */

/* Responsive Service Cards - Keep original design */

/* Responsive Gallery */
.gallery-item {
    width: 100%;
    height: clamp(150px, 25vw, 300px);
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

/* Responsive Buttons */
.btn,
.hero-btn,
.service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: clamp(0.5rem, 2vw, 1rem) clamp(1rem, 3vw, 2rem);
    font-size: clamp(0.8rem, 2vw, 1.1rem);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Responsive Navigation */
.navbar {
    padding: clamp(0.5rem, 2vw, 1rem) clamp(1rem, 3vw, 2rem);
}

.navbar-brand {
    font-size: clamp(1rem, 3vw, 1.5rem);
}

.nav-link {
    padding: clamp(0.5rem, 1.5vw, 1rem);
    font-size: clamp(0.8rem, 2vw, 1rem);
}

/* Responsive Text */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: clamp(1.2rem, 3vw, 2.5rem);
    line-height: 1.3;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    line-height: 1.6;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

/* Responsive Service Titles */
.service-title {
    font-size: clamp(0.9rem, 2vw, 1.3rem);
    padding: clamp(0.3rem, 1vw, 0.5rem) !important;
    margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
}

/* Responsive Service Prices */
.service-price {
    font-size: clamp(0.7rem, 1.8vw, 1rem);
    padding: clamp(0.2rem, 0.8vw, 0.3rem) clamp(0.3rem, 1vw, 0.5rem) !important;
    margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
}

/* Enhanced Touch Interactions */
@media (hover: none) and (pointer: coarse) {

    .btn:hover,
    .hero-btn:hover,
    .service-btn:hover,
    .service-card:hover,
    .gallery-item:hover {
        transform: none;
    }

    .btn:active,
    .hero-btn:active,
    .service-btn:active {
        transform: scale(0.98);
    }
}

/* Enhanced video background support */
.hero-video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /* No additional overlay */
    z-index: 1;
}

.fallback-animation {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 80%, rgba(107, 114, 128, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(156, 163, 175, 0.4) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(75, 85, 99, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 60% 70%, rgba(107, 114, 128, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(156, 163, 175, 0.2) 0%, transparent 50%);
    animation: waterSplash 8s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.fallback-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 30% 60%, rgba(59, 130, 246, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 70% 30%, rgba(139, 92, 246, 0.1) 0%, transparent 40%);
    animation: waterSplash 6s ease-in-out infinite reverse;
}

@keyframes waterSplash {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.8;
    }

    25% {
        transform: scale(1.05) rotate(1deg);
        opacity: 0.9;
    }

    50% {
        transform: scale(0.95) rotate(-1deg);
        opacity: 0.7;
    }

    75% {
        transform: scale(1.02) rotate(0.5deg);
        opacity: 0.85;
    }
}

/* Color Cycling Animations */
@keyframes colorCycleDeepClean {
    0% {
        color: #FF6B35;
        text-shadow:
            0 0 8px rgba(255, 107, 53, 0.8),
            0 0 16px rgba(255, 107, 53, 0.6),
            0 0 24px rgba(255, 107, 53, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    20% {
        color: #10B981;
        text-shadow:
            0 0 8px rgba(16, 185, 129, 0.8),
            0 0 16px rgba(16, 185, 129, 0.6),
            0 0 24px rgba(16, 185, 129, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    40% {
        color: #3B82F6;
        text-shadow:
            0 0 8px rgba(59, 130, 246, 0.8),
            0 0 16px rgba(59, 130, 246, 0.6),
            0 0 24px rgba(59, 130, 246, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    60% {
        color: #8B5CF6;
        text-shadow:
            0 0 8px rgba(139, 92, 246, 0.8),
            0 0 16px rgba(139, 92, 246, 0.6),
            0 0 24px rgba(139, 92, 246, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    80% {
        color: #F59E0B;
        text-shadow:
            0 0 8px rgba(245, 158, 11, 0.8),
            0 0 16px rgba(245, 158, 11, 0.6),
            0 0 24px rgba(245, 158, 11, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    100% {
        color: #FF6B35;
        text-shadow:
            0 0 8px rgba(255, 107, 53, 0.8),
            0 0 16px rgba(255, 107, 53, 0.6),
            0 0 24px rgba(255, 107, 53, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }
}

@keyframes colorCycleFresh {
    0% {
        color: #8B5CF6;
        text-shadow:
            0 0 8px rgba(139, 92, 246, 0.8),
            0 0 16px rgba(139, 92, 246, 0.6),
            0 0 24px rgba(139, 92, 246, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    20% {
        color: #EC4899;
        text-shadow:
            0 0 8px rgba(236, 72, 153, 0.8),
            0 0 16px rgba(236, 72, 153, 0.6),
            0 0 24px rgba(236, 72, 153, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    40% {
        color: #06B6D4;
        text-shadow:
            0 0 8px rgba(6, 182, 212, 0.8),
            0 0 16px rgba(6, 182, 212, 0.6),
            0 0 24px rgba(6, 182, 212, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    60% {
        color: #10B981;
        text-shadow:
            0 0 8px rgba(16, 185, 129, 0.8),
            0 0 16px rgba(16, 185, 129, 0.6),
            0 0 24px rgba(16, 185, 129, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    80% {
        color: #F97316;
        text-shadow:
            0 0 8px rgba(249, 115, 22, 0.8),
            0 0 16px rgba(249, 115, 22, 0.6),
            0 0 24px rgba(249, 115, 22, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    100% {
        color: #8B5CF6;
        text-shadow:
            0 0 8px rgba(139, 92, 246, 0.8),
            0 0 16px rgba(139, 92, 246, 0.6),
            0 0 24px rgba(139, 92, 246, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }
}

@keyframes colorCycleBasic {
    0% {
        color: #3B82F6;
        /* Blue */
    }

    20% {
        color: #EF4444;
        /* Red */
    }

    40% {
        color: #10B981;
        /* Green */
    }

    60% {
        color: #F59E0B;
        /* Yellow */
    }

    80% {
        color: #F97316;
        /* Orange */
    }

    100% {
        color: #3B82F6;
        /* Blue */
    }
}

@keyframes heroGradientShift {

    0%,
    100% {
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%);
    }

    25% {
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    }

    50% {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    }

    75% {
        background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    }
}

/* Seamless Fade Transition Animation */
@keyframes fadeShow {
    0% {
        background: linear-gradient(135deg, var(--royal-blue), var(--light-blue));
        opacity: 1;
    }

    22% {
        background: linear-gradient(135deg, var(--royal-blue), var(--light-blue));
        opacity: 1;
    }

    25% {
        background: linear-gradient(135deg, var(--fresh-green), var(--light-blue));
        opacity: 0;
    }

    30% {
        background: linear-gradient(135deg, var(--fresh-green), var(--light-blue));
        opacity: 1;
    }

    47% {
        background: linear-gradient(135deg, var(--fresh-green), var(--light-blue));
        opacity: 1;
    }

    50% {
        background: linear-gradient(135deg, var(--warm-gold), var(--fresh-green));
        opacity: 0;
    }

    55% {
        background: linear-gradient(135deg, var(--warm-gold), var(--fresh-green));
        opacity: 1;
    }

    72% {
        background: linear-gradient(135deg, var(--warm-gold), var(--fresh-green));
        opacity: 1;
    }

    75% {
        background: linear-gradient(135deg, var(--light-blue), var(--royal-blue));
        opacity: 0;
    }

    80% {
        background: linear-gradient(135deg, var(--light-blue), var(--royal-blue));
        opacity: 1;
    }

    97% {
        background: linear-gradient(135deg, var(--light-blue), var(--royal-blue));
        opacity: 1;
    }

    100% {
        background: linear-gradient(135deg, var(--royal-blue), var(--light-blue));
        opacity: 0;
    }
}

.hero-content {
    z-index: 2;
    position: relative;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Hero Actions - New Call to Action Buttons */
.hero-actions {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 2rem 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hero-btn {
    padding: 12px 24px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 160px;
    justify-content: center;
}

.hero-btn i {
    font-size: 1rem;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.hero-promo {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.hero-description {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hero-btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Hero Tagline Styles */
.hero-tagline {
    margin: 1.5rem 0;
    text-align: center;
}

.tagline-complete {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #3B82F6;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: colorCycleBasic 5s ease-in-out infinite;
    white-space: nowrap;
}

/* Updated Promo Banner */
.promo-text {
    display: inline-block;
    background: linear-gradient(135deg, #FACC15 0%, #FF6B35 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(250, 204, 21, 0.4);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    animation: pulse 2s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

/* Gallery Section */
.gallery-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e2e8f0" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23cbd5e1" opacity="0.2"/><circle cx="50" cy="10" r="0.5" fill="%23f1f5f9" opacity="0.4"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
    z-index: 1;
}

.gallery-item {
    position: relative;
    z-index: 2;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #ffffff;
    margin-bottom: 1rem;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border: 2px dashed #cbd5e1;
    color: #64748b;
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease;
}

.gallery-placeholder:hover {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-color: #94a3b8;
    color: #475569;
}

.gallery-placeholder i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.6;
}

.gallery-placeholder p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery-placeholder small {
    font-size: 0.9rem;
    opacity: 0.7;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.gallery-image:not([src]) {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image:not([src])::before {
    content: "Image not found";
    color: #64748b;
    font-size: 0.9rem;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Gallery Responsive */
@media (max-width: 768px) {
    .gallery-item {
        height: 200px;
    }

    .gallery-placeholder {
        padding: 1.5rem;
    }

    /* Hero text responsive sizing */
    .welcome-text {
        font-size: 10rem !important;
    }

    .title-main {
        font-size: 5rem !important;
    }

    .tagline-complete {
        font-size: 0.9rem !important;
    }

    .gallery-placeholder i {
        font-size: 2.5rem;
    }

    .gallery-placeholder p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .gallery-item {
        height: 180px;
    }

    .gallery-placeholder {
        padding: 1rem;
    }

    .gallery-placeholder i {
        font-size: 2rem;
    }

    .gallery-placeholder p {
        font-size: 0.9rem;
    }
}

.promo-star {
    margin-right: 0.5rem;
    color: #FFD700;
    font-size: 1.2rem;
}

/* Water Animation */
.water-animation {
    position: absolute;
    top: 60%;
    left: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.water-drop {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(59, 130, 246, 1) 0%, rgba(59, 130, 246, 0.8) 30%, rgba(59, 130, 246, 0.4) 70%, transparent 100%);
    border-radius: 50%;
    animation: waterDrop 3s ease-in-out infinite;
    box-shadow:
        0 0 8px rgba(59, 130, 246, 0.8),
        0 0 16px rgba(59, 130, 246, 0.6),
        0 0 24px rgba(59, 130, 246, 0.4);
    filter: brightness(1.3) contrast(1.2);
}

.water-drop.drop-1 {
    left: 20%;
    animation-delay: 0s;
    animation-duration: 2.5s;
}

.water-drop.drop-2 {
    left: 35%;
    animation-delay: 0.5s;
    animation-duration: 3s;
    width: 6px;
    height: 6px;
}

.water-drop.drop-3 {
    left: 50%;
    animation-delay: 1s;
    animation-duration: 2.8s;
    width: 10px;
    height: 10px;
}

.water-drop.drop-4 {
    left: 65%;
    animation-delay: 1.5s;
    animation-duration: 3.2s;
    width: 7px;
    height: 7px;
}

.water-drop.drop-5 {
    left: 80%;
    animation-delay: 2s;
    animation-duration: 2.7s;
    width: 5px;
    height: 5px;
}

.water-drop.drop-6 {
    left: 10%;
    animation-delay: 0.3s;
    animation-duration: 3.1s;
    width: 7px;
    height: 7px;
}

.water-drop.drop-7 {
    left: 45%;
    animation-delay: 0.8s;
    animation-duration: 2.9s;
    width: 6px;
    height: 6px;
}

.water-drop.drop-8 {
    left: 70%;
    animation-delay: 1.3s;
    animation-duration: 3.3s;
    width: 8px;
    height: 8px;
}

.water-drop.drop-9 {
    left: 85%;
    animation-delay: 1.8s;
    animation-duration: 2.6s;
    width: 4px;
    height: 4px;
}

.water-drop.drop-10 {
    left: 15%;
    animation-delay: 2.3s;
    animation-duration: 3.4s;
    width: 9px;
    height: 9px;
}

.water-ripple {
    position: absolute;
    border: 2px solid rgba(59, 130, 246, 0.8);
    border-radius: 50%;
    animation: waterRipple 4s ease-out infinite;
    box-shadow:
        0 0 10px rgba(59, 130, 246, 0.6),
        0 0 20px rgba(59, 130, 246, 0.4),
        inset 0 0 10px rgba(59, 130, 246, 0.3);
    filter: brightness(1.4) contrast(1.3);
}

.water-ripple.ripple-1 {
    left: 25%;
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.water-ripple.ripple-2 {
    left: 50%;
    animation-delay: 1.5s;
    animation-duration: 4s;
}

.water-ripple.ripple-3 {
    left: 75%;
    animation-delay: 2.5s;
    animation-duration: 3.5s;
}

.water-ripple.ripple-4 {
    left: 15%;
    animation-delay: 3s;
    animation-duration: 4.2s;
}

.water-ripple.ripple-5 {
    left: 40%;
    animation-delay: 0.8s;
    animation-duration: 3.8s;
}

.water-ripple.ripple-6 {
    left: 90%;
    animation-delay: 1.2s;
    animation-duration: 4.5s;
}

@keyframes waterDrop {
    0% {
        transform: translateY(-20px) scale(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    90% {
        opacity: 1;
        transform: translateY(60px) scale(0.8);
    }

    100% {
        transform: translateY(80px) scale(0);
        opacity: 0;
    }
}

@keyframes waterRipple {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0.8;
    }

    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
        transform: translate(-30px, -30px);
    }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    opacity: 0.8;
    animation: bounce 2s infinite;
}


@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    }
}

.hero-title {
    margin-bottom: 1.5rem;
}

.welcome-text {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 12rem;
    font-weight: 600;
    font-style: normal;
    color: #ffffff !important;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
    text-transform: none;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.3),
        0 0 20px rgba(255, 255, 255, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1),
        2px 2px 4px rgba(0, 0, 0, 0.8);
    filter: brightness(1.1) contrast(1.2);
}

.title-main {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 6rem;
    font-weight: 700;
    color: #1E3A8A;
    text-shadow:
        0 0 10px rgba(30, 58, 138, 0.8),
        0 0 20px rgba(30, 58, 138, 0.6),
        0 0 30px rgba(30, 58, 138, 0.4),
        2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.02em;
    line-height: 1.1;
    filter: brightness(0.9) contrast(1.2);
}

.big-g {
    font-size: 4.5rem;
    font-weight: 900;
    color: #1E3A8A;
    text-shadow:
        0 0 5px rgba(30, 58, 138, 0.5),
        0 0 10px rgba(30, 58, 138, 0.4),
        3px 3px 6px rgba(0, 0, 0, 0.2);
    filter: brightness(0.9) contrast(1.2);
}

.brand-text {
    font-style: normal;
    font-size: 3.5rem;
    font-weight: 700;
    color: #fbbf24;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
    display: inline-block;
}

.title-main {
    display: block;
    color: #3b82f6 !important;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.title-subtitle {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--gray-600);
    font-family: var(--font-secondary);
}

.hero-description {
    font-size: 1.125rem;
    color: var(--gray-600);
    margin-bottom: 2rem;
    max-width: 500px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: var(--gray-700);
}

.feature-item i {
    font-size: 1.25rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    padding: 0.75rem 2rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition-normal);
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
    color: var(--white);
}

.btn-outline-primary {
    background: transparent;
    color: var(--royal-blue);
    border: 2px solid var(--royal-blue);
}

.btn-outline-primary:hover {
    background: var(--royal-blue);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

/* Hero Visual - Service navigation buttons removed */
.hero-visual {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sections */
.section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #3b82f6 !important;
    margin-bottom: 0.75rem;
    text-align: center;
}

.section-subtitle {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    color: var(--gray-600);
    text-align: center;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Beautiful Section Titles */
.section-title-beautiful {
    font-family: var(--font-primary);
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: normal;
    color: #3b82f6 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #3b82f6, #1d4ed8, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

.section-subtitle-beautiful {
    font-size: 1.3rem;
    color: var(--gray-600);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    font-weight: 300;
}

/* Services Section */
.services-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: var(--section-padding);
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 107, 107, 0.1) 0%, transparent 100%);
    z-index: 1;
}

.services-section .container {
    position: relative;
    z-index: 2;
}

.premium-title {
    font-family: var(--font-primary);
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: normal;
    color: #ff6b6b;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 0.75rem;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

.premium-subtitle {
    font-family: var(--font-secondary);
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.005em;
    font-style: normal;
    color: var(--gray-600);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

.service-card {
    background: transparent !important;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 152px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Service Card Background Images - Fixed */
.service-card.laundry-bg {
    background-image: url('../images/service-cards/laundry-package-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.upholstery-bg {
    background-image: url('../images/service-cards/home-package-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.hotels-bg {
    background-image: url('../images/service-cards/hotel-linen-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.auto-bg {
    background-image: url('../images/service-cards/full-detailing-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Service Card Wrapper - New Layout */
.service-card-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    margin-bottom: 2rem !important;
}

/* Professional Service Card Design */
.service-card {
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    position: relative !important;
    min-height: 128px !important;
    display: flex !important;
    flex-direction: column !important;
    contain: layout !important;
    flex: 1 !important;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--card-accent), var(--card-accent-light));
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-4px) !important;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15),
        0 3px 10px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

/* Service Card Color Themes */
.service-card.laundry-bg {
    --card-accent: #ef4444;
    --card-accent-light: #fca5a5;
}

.service-card.laundry-bg .service-title {
    color: #ef4444 !important;
}

.service-card.upholstery-bg {
    --card-accent: #8b5cf6;
    --card-accent-light: #c4b5fd;
}

.service-card.upholstery-bg .service-title {
    color: #3b82f6 !important;
}

.service-card.hotels-bg {
    --card-accent: #06b6d4;
    --card-accent-light: #67e8f9;
}

.service-card.hotels-bg .service-title {
    color: #16a34a !important;
}

.service-card.auto-bg {
    --card-accent: #ec4899;
    --card-accent-light: #f9a8d4;
}

.service-card.auto-bg .service-title {
    color: #8b5cf6 !important;
}

/* Why Choose Section Feature Card Colors */
.feature-card-1 {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(239, 68, 68, 0.05) 100%) !important;
    border: 2px solid rgba(239, 68, 68, 0.3) !important;
}

.feature-card-1 h4 {
    color: #ef4444 !important;
}

.feature-card-2 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%) !important;
    border: 2px solid rgba(59, 130, 246, 0.3) !important;
}

.feature-card-2 h4 {
    color: #3b82f6 !important;
}

.feature-card-3 {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.1) 0%, rgba(22, 163, 74, 0.05) 100%) !important;
    border: 2px solid rgba(22, 163, 74, 0.3) !important;
}

.feature-card-3 h4 {
    color: #16a34a !important;
}

.feature-card-4 {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%) !important;
    border: 2px solid rgba(139, 92, 246, 0.3) !important;
}

.feature-card-4 h4 {
    color: #8b5cf6 !important;
}

/* Section Title Colors - Blue Theme */
.section-title,
.premium-title {
    color: #3b82f6 !important;
}

.section-title-beautiful {
    color: #3b82f6 !important;
}

.why-choose-title {
    color: #3b82f6 !important;
}

.location-title {
    color: #3b82f6 !important;
}

/* Service Card Content Layout */
.service-card .service-card-content {
    position: relative !important;
    z-index: 2 !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0.5rem 0.5rem !important;
    text-align: center !important;
    justify-content: center !important;
}

/* Service Card Icon Design */
.service-card .service-icon {
    width: 32px !important;
    height: 32px !important;
    margin: 0 auto 0.5rem auto !important;
    background: linear-gradient(135deg, var(--card-accent), var(--card-accent-light)) !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

.service-card .service-icon i {
    font-size: 1rem !important;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.3) !important;
}

/* External Service Card Button */
.service-card-wrapper .service-card-button {
    position: relative !important;
    z-index: 10 !important;
    margin-top: 0.5rem !important;
    padding: 0.75rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 0 0 15px 15px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    visibility: visible !important;
    display: block !important;
    text-align: center !important;
}

/* Service Card Typography */
.service-card .service-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-bottom: 0.375rem !important;
    line-height: 1.3 !important;
    letter-spacing: -0.025em !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-card .service-price {
    color: #ffffff !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
    text-align: center !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(5px) !important;
}

.service-card .service-price-multi {
    margin-bottom: 0.5rem !important;
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 0.35rem !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(5px) !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    flex-shrink: 1 !important;
}

/* Ensure all service cards have consistent height */
.service-card-wrapper .service-card {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
}

/* Ensure service card wrapper has consistent height */
.services-grid-section .service-card-wrapper {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}







.service-card .price-item {
    color: #ffffff !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
    margin-bottom: 0.25rem !important;
    text-align: center !important;
}

.service-card .price-item:last-child {
    margin-bottom: 0 !important;
}

/* Selectable Pricing Options */
.service-card .price-option {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 0.15rem !important;
    padding: 0.1rem 0 !important;
}

.service-card .price-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

.service-card .price-check {
    width: 12px !important;
    height: 12px !important;
    accent-color: #3b82f6 !important;
    cursor: pointer !important;
}

.service-card .price-label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.65rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
}

.service-card .price-amount {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    padding: 0.15rem 0.35rem !important;
    border-radius: 4px !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.service-card .price-description {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.55rem !important;
    font-weight: 400 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
    margin-bottom: 0.15rem !important;
    text-align: left !important;
    padding-left: 0.25rem !important;
    line-height: 1.1 !important;
}

.service-card .add-to-cart-btn {
    width: 100% !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    padding: 0.4rem 0.5rem !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3) !important;
    transition: all 0.3s ease !important;
}

.service-card .add-to-cart-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4) !important;
}

.service-card .add-to-cart-btn:disabled {
    background: rgba(107, 114, 128, 0.5) !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.service-card .service-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
    flex: 1 !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Professional External Button Design */
.service-card-wrapper .service-card-button .btn.service-btn {
    background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%) !important;
    border: 2px solid #1E3A8A !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    box-shadow:
        0 6px 20px rgba(30, 58, 138, 0.4),
        0 3px 8px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10 !important;
    min-height: 44px !important;
    text-decoration: none !important;
}

.service-card .service-card-button .btn.service-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.service-card-wrapper .service-card-button .btn.service-btn:hover {
    transform: translateY(-4px) !important;
    box-shadow:
        0 10px 30px rgba(30, 58, 138, 0.6),
        0 6px 16px rgba(0, 0, 0, 0.3) !important;
    border-color: #3B82F6 !important;
    background: linear-gradient(135deg, #3B82F6 0%, #1E3A8A 100%) !important;
}

.service-card-wrapper .service-card-button .btn.service-btn:hover::before {
    left: 100%;
}

.service-card-wrapper .service-card-button .btn.service-btn:active {
    transform: translateY(-1px) !important;
}

/* Force Button Visibility - Override any potential hiding */
.service-card .service-card-button,
.service-card .service-card-button .btn,
.service-card .service-card-button .btn.service-btn,
.service-card .service-card-button a.btn.service-btn {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 100 !important;
}

/* Override Bootstrap button hiding */
.btn.service-btn {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure external button visibility */
.service-card-wrapper .service-card-button,
.service-card-wrapper .service-card-button .btn,
.service-card-wrapper .service-card-button .btn.service-btn,
.service-card-wrapper .service-card-button a.btn.service-btn {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Ensure buttons are not hidden by any parent elements */
.service-card .service-card-content {
    overflow: visible !important;
}

.service-card {
    overflow: visible !important;
}

.service-card-wrapper {
    overflow: visible !important;
}

/* Service Card Hover Effects */
.service-card:hover .service-title {
    color: var(--card-accent) !important;
    transition: color 0.3s ease !important;
}

.service-card:hover .service-description {
    color: #4b5563 !important;
    transition: color 0.3s ease !important;
}


.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.88) 50%, rgba(255, 255, 255, 0.9) 100%);
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: var(--radius-2xl);
}

.service-card:hover::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0.85) 100%);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.1);
}

.service-card>* {
    position: relative;
    z-index: 2;
}

.service-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: var(--transition-normal);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

/* Service Icon Color Themes */
.service-card.laundry-bg .service-icon {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.5);
    border: 2px solid rgba(255, 107, 107, 0.3);
}

.service-card.upholstery-bg .service-icon {
    background: linear-gradient(135deg, #4834d4 0%, #686de0 100%);
    box-shadow: 0 8px 25px rgba(72, 52, 212, 0.5);
    border: 2px solid rgba(72, 52, 212, 0.3);
}

.service-card.hotels-bg .service-icon {
    background: linear-gradient(135deg, #00d2d3 0%, #54a0ff 100%);
    box-shadow: 0 8px 25px rgba(0, 210, 211, 0.5);
    border: 2px solid rgba(0, 210, 211, 0.3);
}

.service-card.auto-bg .service-icon {
    background: linear-gradient(135deg, #ff9ff3 0%, #f368e0 100%);
    box-shadow: 0 8px 25px rgba(255, 159, 243, 0.5);
    border: 2px solid rgba(255, 159, 243, 0.3);
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon i {
    font-size: 1.75rem;
    color: #374151;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.95);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    letter-spacing: -0.01em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Service Title Color Themes */
.service-card.laundry-bg .service-title {
    color: #ff6b6b;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 107, 107, 0.4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-card.upholstery-bg .service-title {
    color: #4834d4;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(72, 52, 212, 0.4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-card.hotels-bg .service-title {
    color: #00d2d3;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 210, 211, 0.4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-card.auto-bg .service-title {
    color: #ff9ff3;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 159, 243, 0.4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-description {
    color: var(--gray-700);
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.92);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Service features and pricing styles removed - simplified cards */

.service-btn {
    width: 100%;
    justify-content: center;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff !important;
    border: none !important;
    border-radius: 35px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 60px;
    display: flex !important;
    align-items: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    z-index: 10;
    opacity: 1 !important;
    visibility: visible !important;
}

.service-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.service-btn:hover::before {
    left: 100%;
}

.service-btn:hover {
    transform: translateY(-8px) scale(1.08);
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
    visibility: visible !important;
}

.service-btn:active {
    transform: translateY(-1px) scale(1.01);
    transition: all 0.1s ease;
}

.service-btn i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.service-btn:hover i {
    transform: translateX(3px);
}

/* Updated Service Button Styles - Smaller and Oval */
.service-btn {
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    min-height: auto !important;
    height: 36px !important;
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.service-btn:hover {
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Laundry Service Button - Red Theme */
.service-card.laundry-bg .service-btn,
.service-card.laundry-bg .btn.service-btn {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    box-shadow: 0 3px 10px rgba(239, 68, 68, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
}

.service-card.laundry-bg .service-btn:hover,
.service-card.laundry-bg .btn.service-btn:hover {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.6) !important;
    color: #ffffff !important;
}

/* Upholstery Service Button - Blue Theme */
.service-card.upholstery-bg .service-btn,
.service-card.upholstery-bg .btn.service-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
}

.service-card.upholstery-bg .service-btn:hover,
.service-card.upholstery-bg .btn.service-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6) !important;
    color: #ffffff !important;
}

/* Hotels Service Button - Green Theme */
.service-card.hotels-bg .service-btn,
.service-card.hotels-bg .btn.service-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 3px 10px rgba(22, 163, 74, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
}

.service-card.hotels-bg .service-btn:hover,
.service-card.hotels-bg .btn.service-btn:hover {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%) !important;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.6) !important;
    color: #ffffff !important;
}

/* Auto Service Button - Purple Theme */
.service-card.auto-bg .service-btn,
.service-card.auto-bg .btn.service-btn {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%) !important;
    box-shadow: 0 3px 10px rgba(139, 92, 246, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
}

.service-card.auto-bg .service-btn:hover,
.service-card.auto-bg .btn.service-btn:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%) !important;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6) !important;
    color: #ffffff !important;
}

/* Why Choose Us Section - Full Screen Design */
.why-choose-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.why-choose-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 6rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.why-choose-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 107, 107, 0.1) 0%, transparent 100%);
    z-index: 1;
}

.why-choose-hero .container {
    position: relative;
    z-index: 2;
}

.why-choose-title {
    font-family: var(--font-primary);
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: normal;
    color: #2563eb !important;
    /* Professional blue - visible */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    background: none;
    /* Remove gradient background */
    -webkit-text-fill-color: #2563eb;
    /* Ensure text is visible */
    animation: none;
    /* Remove shimmer animation */
}

.why-choose-subtitle {
    font-size: 1.3rem;
    color: #374151 !important;
    /* Dark gray - clearly visible */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    font-weight: 500;
}

.why-choose-features {
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem 0 6rem;
    position: relative;
}

.why-choose-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.1) 0%, transparent 100%);
}

.feature-card {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.feature-card-1 {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(238, 90, 36, 0.05) 100%);
    border-color: rgba(255, 107, 107, 0.2);
}

.feature-card-2 {
    background: linear-gradient(135deg, rgba(72, 52, 212, 0.1) 0%, rgba(104, 109, 224, 0.05) 100%);
    border-color: rgba(72, 52, 212, 0.2);
}

.feature-card-3 {
    background: linear-gradient(135deg, rgba(0, 210, 211, 0.1) 0%, rgba(84, 160, 255, 0.05) 100%);
    border-color: rgba(0, 210, 211, 0.2);
}

.feature-card-4 {
    background: linear-gradient(135deg, rgba(255, 159, 243, 0.1) 0%, rgba(243, 104, 224, 0.05) 100%);
    border-color: rgba(255, 159, 243, 0.2);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.1);
}

.feature-card-1:hover {
    border-color: rgba(255, 107, 107, 0.5);
    box-shadow: 0 20px 40px rgba(255, 107, 107, 0.2);
}

.feature-card-2:hover {
    border-color: rgba(72, 52, 212, 0.5);
    box-shadow: 0 20px 40px rgba(72, 52, 212, 0.2);
}

.feature-card-3:hover {
    border-color: rgba(0, 210, 211, 0.5);
    box-shadow: 0 20px 40px rgba(0, 210, 211, 0.2);
}

.feature-card-4:hover {
    border-color: rgba(255, 159, 243, 0.5);
    box-shadow: 0 20px 40px rgba(255, 159, 243, 0.2);
}

.feature-card>* {
    position: relative;
    z-index: 2;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.feature-card-1 .feature-icon {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.feature-card-2 .feature-icon {
    background: linear-gradient(135deg, #4834d4 0%, #686de0 100%);
    box-shadow: 0 8px 25px rgba(72, 52, 212, 0.4);
}

.feature-card-3 .feature-icon {
    background: linear-gradient(135deg, #00d2d3 0%, #54a0ff 100%);
    box-shadow: 0 8px 25px rgba(0, 210, 211, 0.4);
}

.feature-card-4 .feature-icon {
    background: linear-gradient(135deg, #ff9ff3 0%, #f368e0 100%);
    box-shadow: 0 8px 25px rgba(255, 159, 243, 0.4);
}

.feature-card:hover .feature-icon {
    transform: scale(1.05);
}

.feature-icon i {
    font-size: 1.3rem;
    color: #374151;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon i {
    transform: scale(1.1);
}

.feature-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 0.8rem;
    transition: color 0.3s ease;
}

.feature-card-1 h4 {
    color: #ff6b6b;
}

.feature-card-2 h4 {
    color: #4834d4;
}

.feature-card-3 h4 {
    color: #00d2d3;
}

.feature-card-4 h4 {
    color: #ff9ff3;
}

.feature-card:hover h4 {
    color: var(--gray-900);
}

.feature-card p {
    color: var(--gray-600);
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.feature-card:hover p {
    color: var(--gray-700);
}

/* Order Flow Section */
.order-flow-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: var(--section-padding);
    position: relative;
    overflow: hidden;
}

.order-flow-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 107, 107, 0.1) 0%, transparent 100%);
}

.flow-step {
    text-align: center;
    padding: 1rem 0.75rem;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1rem;
}

.flow-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.2);
    border-color: rgba(255, 107, 107, 0.4);
}

.step-number {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    margin: 0 auto 0.75rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.step-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 107, 107, 0.1);
    border: 2px solid #ff6b6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    transition: var(--transition-normal);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
}

.flow-step:hover .step-icon {
    background: #ff6b6b;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.flow-step:hover .step-icon i {
    color: var(--white);
}

.step-icon i {
    font-size: 1.125rem;
    color: #ff6b6b;
    transition: var(--transition-normal);
}

.flow-step h5 {
    font-size: 0.84375rem;
    font-weight: 600;
    color: #ff6b6b;
    margin-bottom: 0.375rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.flow-step p {
    font-size: 0.65625rem;
    color: var(--gray-600);
    line-height: 1.4;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: var(--section-padding);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(72, 52, 212, 0.1) 0%, transparent 100%);
}

.contact-info {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    background: transparent;
}

.footer .contact-info {
    margin-bottom: 0.5rem;
    gap: 0.25rem;
    background: transparent;
}

.footer .contact-info .contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin-bottom: 0.375rem;
    background: transparent;
    border: none;
    padding: 0;
}

.footer .contact-info .contact-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--royal-blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer .contact-info .contact-label i {
    width: 16px;
    color: var(--royal-blue);
    font-size: 0.8rem;
}

.footer .contact-info .contact-value {
    font-size: 0.9rem;
    color: var(--gray-400);
    margin-left: 1.5rem;
    transition: var(--transition-normal);
}

.footer .contact-info .contact-value:hover {
    color: var(--white);
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    min-width: 300px;
    max-width: 400px;
}

.contact-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-icon i {
    font-size: 0.9375rem;
    color: #374151;
}

.contact-details {
    text-align: center;
}

.contact-details h5 {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4834d4;
    margin-bottom: 0.1875rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.contact-details p {
    margin: 0;
    color: var(--gray-600);
    font-size: 0.7125rem;
    line-height: 1.4;
}

.contact-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(72, 52, 212, 0.2);
    backdrop-filter: blur(10px);
}

.form-control {
    border: 1px solid rgba(72, 52, 212, 0.3);
    border-radius: 10px;
    padding: 0.5625rem 0.75rem;
    font-size: 0.7125rem;
    transition: var(--transition-normal);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.form-control:focus {
    border-color: #4834d4;
    box-shadow: 0 0 0 3px rgba(72, 52, 212, 0.1);
    outline: none;
}

/* Footer */
/* Global Footer Styles - Professional Corporate Look */
.footer {
    padding: 4rem 0 2rem;
    background-color: #0f172a;
    color: #94a3b8;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logo {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: contain;
    background: white;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.brand-logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand-text-footer {
    display: flex;
    flex-direction: column;
}

.brand-text-footer .brand-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.brand-text-footer .brand-sub {
    font-family: 'Dancing Script', cursive;
    font-size: 1.1rem;
    color: var(--light-blue);
}

.footer-tagline {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #94a3b8;
}

.social-links-footer {
    display: flex;
    gap: 12px;
}

.social-circle {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.social-circle i {
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-circle:hover {
    background: var(--light-blue);
    transform: translateY(-3px);
    border-color: var(--light-blue);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

.footer-heading {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 1.5rem;
}

.footer-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-links li {
    margin-bottom: 12px;
}

.footer-nav-links a {
    color: #94a3b8;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-nav-links a:hover {
    color: white;
    transform: translateX(5px);
    display: inline-block;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.f-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 0.95rem;
}

.f-contact-item i {
    color: var(--light-blue);
    margin-top: 4px;
    width: 20px;
    text-align: center;
}

.f-contact-item a {
    color: #94a3b8;
    transition: color 0.3s ease;
    text-decoration: none;
}

.f-contact-item a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
    font-size: 0.9rem;
}

.built-link {
    color: #94a3b8;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.built-link:hover {
    color: white;
}



/* Truck Order Tracking Styles */
.tracking-form-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tracking-form .input-group {
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.tracking-form .input-group .input-group-text {
    background: linear-gradient(135deg, var(--royal-blue) 0%, #1e40af 100%);
    border: 2px solid var(--royal-blue);
    border-right: none;
    color: white;
    font-weight: 600;
    min-width: 50px;
    justify-content: center;
}

.tracking-input {
    border: 2px solid #e9ecef;
    border-left: none;
    border-radius: 0 12px 12px 0;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 200px;
}

.tracking-input:focus {
    border-color: var(--royal-blue);
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
    outline: none;
}

.tracking-btn {
    background: linear-gradient(135deg, var(--royal-blue) 0%, #1e40af 100%);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 140px;
}

.tracking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.tracking-btn .btn-text {
    margin-left: 0.5rem;
}

.form-text {
    color: var(--gray-600);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.form-text i {
    color: var(--royal-blue);
    font-size: 1rem;
}

.order-status-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.order-header {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f1f3f4;
}

.order-header h3 {
    color: var(--royal-blue);
    margin: 0;
    font-weight: 700;
}

.order-id {
    background: linear-gradient(135deg, var(--royal-blue) 0%, #1e40af 100%);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.7rem;
}

.status-timeline {
    margin: 1rem 0;
    position: relative;
}

.status-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--royal-blue), #e5e7eb);
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    position: relative;
}

.timeline-marker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    position: relative;
    z-index: 2;
    background: #e5e7eb;
    color: #6b7280;
    transition: all 0.3s ease;
}

.timeline-item.completed .timeline-marker {
    background: #28a745;
    color: white;
    transform: scale(1.1);
}

.timeline-item.active .timeline-marker {
    background: var(--royal-blue);
    color: white;
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    }

    50% {
        box-shadow: 0 0 30px rgba(59, 130, 246, 0.8);
    }

    100% {
        box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    }
}

.timeline-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.5rem;
    border-radius: 6px;
    border-left: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.timeline-item.completed .timeline-content {
    border-left-color: #28a745;
    background: rgba(40, 167, 69, 0.05);
}

.timeline-item.active .timeline-content {
    border-left-color: var(--royal-blue);
    background: rgba(59, 130, 246, 0.05);
    transform: translateX(5px);
}

.timeline-content h5 {
    margin: 0 0 0.5rem 0;
    color: var(--gray-800);
    font-weight: 600;
}

.timeline-content p {
    margin: 0 0 0.5rem 0;
    color: var(--gray-600);
    line-height: 1.5;
}

.timeline-time {
    color: var(--gray-500);
    font-size: 0.8rem;
}

.order-details {
    margin: 1rem 0;
    padding: 0.75rem;
    background: rgba(248, 250, 252, 0.8);
    border-radius: 6px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.375rem;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.detail-item i {
    width: 16px;
    color: var(--royal-blue);
    font-size: 0.8rem;
}

.detail-item div {
    flex: 1;
}

.detail-item strong {
    display: block;
    color: var(--gray-700);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.detail-item span {
    color: var(--gray-800);
    font-weight: 500;
}

.order-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f3f4;
}

.order-actions .btn {
    border-radius: 12px;
    padding: 0.375rem 0.75rem;
    font-weight: 600;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.order-actions .btn:hover {
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {

    /* Tracking Form Mobile Styles */
    .tracking-form-container {
        padding: 1rem !important;
        margin: 0 0.75rem 1rem !important;
        border-radius: 12px !important;
        max-width: 100% !important;
        width: calc(100% - 1.5rem) !important;
    }

    .tracking-form {
        width: 100% !important;
    }

    .tracking-form .input-group {
        flex-direction: column !important;
        gap: 0.5rem !important;
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .tracking-form .input-group .input-group-text {
        border-radius: 12px 12px 0 0 !important;
        border-right: 2px solid var(--royal-blue) !important;
        border-bottom: none !important;
        min-width: auto !important;
        padding: 0.75rem !important;
        justify-content: center !important;
        order: 1 !important;
        width: 100% !important;
        display: flex !important;
    }

    .tracking-input {
        border-radius: 0 0 12px 12px !important;
        border-left: 2px solid #e9ecef !important;
        border-top: none !important;
        padding: 0.875rem 1rem !important;
        font-size: 1rem !important;
        min-width: auto !important;
        order: 2 !important;
        width: 100% !important;
        display: block !important;
    }

    .tracking-btn {
        border-radius: 12px !important;
        padding: 0.875rem 1.5rem !important;
        font-size: 1rem !important;
        min-width: auto !important;
        width: 100% !important;
        order: 3 !important;
        margin-top: 0.5rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .tracking-btn .btn-text {
        margin-left: 0.25rem !important;
    }

    .form-text {
        font-size: 0.8rem !important;
        margin-top: 0.75rem !important;
        flex-direction: column !important;
        gap: 0.25rem !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Order Status Card Mobile Styles */
    .order-status-card {
        padding: 0.75rem;
        margin: 0 0.5rem;
    }

    .order-header {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .timeline-marker {
        width: 18px;
        height: 18px;
    }

    .timeline-content {
        padding: 0.375rem;
    }

    .order-actions {
        flex-direction: column;
    }

    .detail-item {
        flex-direction: column;
        text-align: center;
        gap: 0.25rem;
    }

    /* Enhanced Mobile Responsive Improvements */
    .section-padding {
        padding: 2rem 0 !important;
        padding-top: 6rem !important;
        /* Account for fixed navbar */
    }

    /* Container Mobile Fixes */
    .container {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        max-width: 100% !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .col-lg-8 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    /* Timeline Mobile Enhancements */
    .status-timeline {
        margin: 1rem 0;
    }

    .timeline-item {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
        padding: 0.75rem;
        background: rgba(248, 250, 252, 0.5);
        border-radius: 8px;
        border-left: 3px solid #e5e7eb;
    }

    .timeline-item.active {
        border-left-color: var(--royal-blue);
        background: rgba(59, 130, 246, 0.05);
    }

    .timeline-item.completed {
        border-left-color: #10b981;
        background: rgba(16, 185, 129, 0.05);
    }

    .timeline-marker {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e5e7eb;
        color: #6b7280;
        flex-shrink: 0;
        font-size: 1rem;
    }

    .timeline-item.active .timeline-marker {
        background: var(--royal-blue);
        color: white;
    }

    .timeline-item.completed .timeline-marker {
        background: #10b981;
        color: white;
    }

    .timeline-content {
        flex: 1;
        min-width: 0;
        padding: 0 !important;
    }

    .timeline-content h5 {
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
        color: #374151;
    }

    .timeline-content p {
        font-size: 0.8rem;
        color: #6b7280;
        margin-bottom: 0.25rem;
        line-height: 1.4;
    }

    .timeline-time {
        font-size: 0.75rem;
        color: #9ca3af;
    }

    /* Order Details Mobile Enhancements */
    .order-details {
        margin: 1rem 0;
    }

    .order-details .row {
        margin: 0;
    }

    .order-details .col-md-6 {
        padding: 0.5rem;
        margin-bottom: 0.75rem;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .detail-item {
        display: flex !important;
        align-items: center !important;
        gap: 0.75rem !important;
        padding: 0.75rem !important;
        background: rgba(248, 250, 252, 0.5) !important;
        border-radius: 8px !important;
        border: 1px solid #e5e7eb !important;
        text-align: left !important;
    }

    .detail-item i {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--royal-blue);
        font-size: 0.9rem;
        flex-shrink: 0;
    }

    .detail-item div {
        flex: 1;
        min-width: 0;
    }

    .detail-item strong {
        display: block;
        font-size: 0.8rem;
        color: #6b7280;
        margin-bottom: 0.25rem;
    }

    .detail-item span {
        font-size: 0.9rem;
        color: #374151;
        word-break: break-word;
    }

    /* Order Actions Mobile Enhancements */
    .order-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.5rem !important;
        margin-top: 1rem !important;
    }

    .order-actions .btn {
        width: 100% !important;
        padding: 0.75rem 1rem !important;
        font-size: 0.9rem !important;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.5rem !important;
    }

    /* Error Message Mobile */
    .alert {
        margin: 0 0.5rem 1rem !important;
        padding: 0.75rem !important;
        border-radius: 8px !important;
        font-size: 0.9rem !important;
    }

    /* Section Titles Mobile */
    .section-title-beautiful {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .section-subtitle-beautiful {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* Order Header Mobile */
    .order-header h3 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .order-id {
        font-size: 0.9rem;
        background: rgba(59, 130, 246, 0.1);
        padding: 0.25rem 0.5rem;
        border-radius: 6px;
        color: var(--royal-blue);
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {
    .tracking-form-container {
        padding: 0.75rem;
        margin: 0 0.5rem 1rem;
    }

    .tracking-input {
        padding: 0.75rem 0.875rem;
        font-size: 0.95rem;
    }

    .tracking-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }

    .form-text {
        font-size: 0.75rem;
    }

    /* Enhanced Extra Small Mobile Styles */
    .timeline-marker {
        width: 35px !important;
        height: 35px !important;
        font-size: 0.9rem;
    }

    .timeline-content h5 {
        font-size: 0.85rem;
    }

    .timeline-content p {
        font-size: 0.75rem;
    }

    .timeline-time {
        font-size: 0.7rem;
    }

    .detail-item {
        padding: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .detail-item i {
        width: 18px;
        height: 18px;
        font-size: 0.8rem;
    }

    .detail-item strong {
        font-size: 0.75rem;
    }

    .detail-item span {
        font-size: 0.85rem;
    }

    .section-title-beautiful {
        font-size: 1.25rem !important;
    }

    .section-subtitle-beautiful {
        font-size: 0.85rem !important;
    }

    .order-header h3 {
        font-size: 1.1rem;
    }

    .order-id {
        font-size: 0.8rem;
        padding: 0.2rem 0.4rem;
    }

    .order-actions .btn {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.85rem !important;
    }
}

/* Laundry Solution Cards Background Images */
.service-card.wash-fold-bg {
    background: url('../images/service-cards/wash-fold-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.curtain-cleaning-bg {
    background: url('../images/service-cards/curtain-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.suits-drycleaning-bg {
    background: url('../images/service-cards/suits-drycleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}




.service-card.duvet-cleaning-bg {
    background: url('../images/service-cards/duvet-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.gowns-cleaning-bg {
    background: url('../images/service-cards/gowns-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.sneakers-cleaning-bg {
    background: url('../images/service-cards/sneakers-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.teddy-bear-bg {
    background: url('../images/service-cards/teddy-bear-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Laundry Solution Card Title Colors - Color Scheme */
.service-card.wash-fold-bg .service-title {
    color: #dc2626 !important;
    /* Red */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #dc2626 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.curtain-cleaning-bg .service-title {
    color: #2563eb !important;
    /* Blue */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #2563eb !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.suits-drycleaning-bg .service-title {
    color: #16a34a !important;
    /* Green */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #16a34a !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.duvet-cleaning-bg .service-title {
    color: #ea580c !important;
    /* Orange */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #ea580c !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.gowns-cleaning-bg .service-title {
    color: #9333ea !important;
    /* Purple */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #9333ea !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.sneakers-cleaning-bg .service-title {
    color: #800000 !important;
    /* Maroon */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #800000 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.teddy-bear-bg .service-title {
    color: #dc2626 !important;
    /* Red */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #dc2626 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

/* Laundry Solution Card Button Colors */
.service-card.wash-fold-bg .service-btn {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    border: 2px solid #dc2626 !important;
    color: white !important;
}

.service-card.curtain-cleaning-bg .service-btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    /* Blue */
    border: 2px solid #2563eb !important;
    color: white !important;
}

.service-card.suits-drycleaning-bg .service-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    /* Green */
    border: 2px solid #16a34a !important;
    color: white !important;
}

.service-card.gowns-cleaning-bg .service-btn {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%) !important;
    /* Purple */
    border: 2px solid #9333ea !important;
    color: white !important;
}

.service-card.duvet-cleaning-bg .service-btn {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    /* Orange */
    border: 2px solid #ea580c !important;
    color: white !important;
}

.service-card.sneakers-cleaning-bg .service-btn {
    background: linear-gradient(135deg, #800000 0%, #660000 100%) !important;
    /* Maroon */
    border: 2px solid #800000 !important;
    color: white !important;
}

.service-card.teddy-bear-bg .service-btn {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    /* Red */
    border: 2px solid #dc2626 !important;
    color: white !important;
}

/* Upholstery Solution Cards Background Images */
.service-card.sofa-cleaning-bg {
    background: url('../images/service-cards/sofa-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.carpet-cleaning-bg {
    background: url('../images/service-cards/carpet-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.hotel-linen-bg {
    background: url('../images/service-cards/hotel-linen-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.chester-beds-bg {
    background: url('../images/service-cards/chester-beds-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}



.service-card.home-package-bg {
    background: url('../images/service-cards/home-package-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Hotels Solution Cards Background Images */






.service-card.beds-cleaning-bg {
    background: url('../images/service-cards/beds-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.sofa-seats-bg {
    background: url('../images/service-cards/sofa-seats-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.laundry-package-bg {
    background: url('../images/service-cards/laundry-package-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.office-cleaning-bg {
    background: url('../images/service-cards/office-cleaning-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Auto Solution Cards Background Images */






.service-card.interior-detailing-bg {
    background: url('../images/service-cards/interior-detailing-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.exterior-detailing-bg {
    background: url('../images/service-cards/exterior-detailing-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card.full-detailing-bg {
    background: url('../images/service-cards/full-detailing-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Force Background Images to Show - Override all conflicting styles */
.service-card[class*="-bg"] {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Ensure all specific background image classes have !important */
.service-card.chester-beds-bg,
.service-card.home-package-bg,
.service-card.beds-cleaning-bg,
.service-card.sofa-seats-bg,
.service-card.laundry-package-bg,
.service-card.office-cleaning-bg,
.service-card.interior-detailing-bg,
.service-card.exterior-detailing-bg,
.service-card.full-detailing-bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* All New Card Title Colors - Color Scheme */
.service-card.sofa-cleaning-bg .service-title {
    color: #dc2626 !important;
    /* Red */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #dc2626 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.carpet-cleaning-bg .service-title {
    color: #2563eb !important;
    /* Blue */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #2563eb !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.hotel-linen-bg .service-title {
    color: #16a34a !important;
    /* Green */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #16a34a !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.chester-beds-bg .service-title {
    color: #ea580c !important;
    /* Orange */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #ea580c !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.home-package-bg .service-title {
    color: #9333ea !important;
    /* Purple */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #9333ea !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

.service-card.beds-cleaning-bg .service-title,
.service-card.sofa-seats-bg .service-title,
.service-card.laundry-package-bg .service-title,
.service-card.office-cleaning-bg .service-title,
.service-card.interior-detailing-bg .service-title,
.service-card.exterior-detailing-bg .service-title,
.service-card.full-detailing-bg .service-title {
    color: #800000 !important;
    /* Maroon */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #800000 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
}

/* All New Card Button Colors - Matching Text Colors */
.service-card.sofa-cleaning-bg .service-btn {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    /* Red */
    border: 2px solid #dc2626 !important;
    color: white !important;
}

.service-card.hotel-linen-bg .service-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    /* Green */
    border: 2px solid #16a34a !important;
    color: white !important;
}

.service-card.carpet-cleaning-bg .service-btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    /* Blue */
    border: 2px solid #2563eb !important;
    color: white !important;
}

.service-card.chester-beds-bg .service-btn {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    /* Orange */
    border: 2px solid #ea580c !important;
    color: white !important;
}

.service-card.home-package-bg .service-btn {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%) !important;
    /* Purple */
    border: 2px solid #9333ea !important;
    color: white !important;
}

.service-card.beds-cleaning-bg .service-btn,
.service-card.sofa-seats-bg .service-btn,
.service-card.laundry-package-bg .service-btn,
.service-card.office-cleaning-bg .service-btn,
.service-card.interior-detailing-bg .service-btn,
.service-card.exterior-detailing-bg .service-btn,
.service-card.full-detailing-bg .service-btn {
    background: linear-gradient(135deg, #800000 0%, #660000 100%) !important;
    /* Maroon */
    border: 2px solid #800000 !important;
    color: white !important;
}

.service-card.hotel-linen-bg .service-btn,
.service-card.chester-beds-bg .service-btn {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    border: 2px solid #22c55e !important;
    color: white !important;
}

.service-card.home-package-bg .service-btn,
.service-card.beds-cleaning-bg .service-btn,
.service-card.sofa-seats-bg .service-btn,
.service-card.laundry-package-bg .service-btn,
.service-card.office-cleaning-bg .service-btn,
.service-card.interior-detailing-bg .service-btn,
.service-card.exterior-detailing-bg .service-btn,
.service-card.full-detailing-bg .service-btn {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%) !important;
    border: 2px solid #ec4899 !important;
    color: white !important;
}

/* Pricing Section Styles */
.pricing-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(59, 130, 246, 0.1);
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.2);
}

.pricing-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--royal-blue) 0%, #1e40af 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.pricing-title {
    color: var(--royal-blue);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pricing-price {
    color: var(--gray-600);
    font-size: 1rem;
    margin-bottom: 0;
}

.pricing-price .price-amount {
    color: var(--fresh-green);
    font-weight: 700;
    font-size: 1.125rem;
}

.pricing-details {
    text-align: left;
    margin-top: 1rem;
}

.pricing-details p {
    margin-bottom: 0.75rem;
    color: var(--gray-600);
    font-size: 1rem;
}

.pricing-details strong {
    color: var(--royal-blue);
    font-weight: 600;
}

/* Mobile Responsive for Pricing */
@media (max-width: 768px) {
    .pricing-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .pricing-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .pricing-title {
        font-size: 1.1rem;
    }

    .pricing-price {
        font-size: 0.9rem;
    }

    .pricing-price .price-amount {
        font-size: 1rem;
    }
}

/* Utility Classes */
.text-primary {
    color: var(--royal-blue) !important;
}

.text-success {
    color: var(--fresh-green) !important;
}

.text-warning {
    color: var(--warm-gold) !important;
}

.bg-primary {
    background: var(--gradient-primary) !important;
}

.bg-success {
    background: var(--gradient-secondary) !important;
}

/* Service Button Color Overrides - High Specificity */
.service-card.laundry-bg a.btn.service-btn {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    box-shadow: 0 3px 10px rgba(239, 68, 68, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

.service-card.laundry-bg a.btn.service-btn:hover {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.6) !important;
    color: #ffffff !important;
}

.service-card.upholstery-bg a.btn.service-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

.service-card.upholstery-bg a.btn.service-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6) !important;
    color: #ffffff !important;
}

.service-card.hotels-bg a.btn.service-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 3px 10px rgba(22, 163, 74, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

.service-card.hotels-bg a.btn.service-btn:hover {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%) !important;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.6) !important;
    color: #ffffff !important;
}

.service-card.auto-bg a.btn.service-btn {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%) !important;
    box-shadow: 0 3px 10px rgba(139, 92, 246, 0.4) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

.service-card.auto-bg a.btn.service-btn:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%) !important;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6) !important;
    color: #ffffff !important;
}

/* ULTRA HIGH SPECIFICITY OVERRIDE - FINAL ATTEMPT */
a[href="laundry.html"].btn.service-btn {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(239, 68, 68, 0.4) !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

a[href="upholstery.html"].btn.service-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.4) !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

a[href="hotels.html"].btn.service-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(22, 163, 74, 0.4) !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

a[href="auto.html"].btn.service-btn {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(139, 92, 246, 0.4) !important;
    padding: 8px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 25px !important;
    height: 36px !important;
}

/* Enhanced Add to Cart Buttons - Premium Services */
.btn.add-to-cart {
    background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%) !important;
    color: #ffffff !important;
    border: 2px solid #1E3A8A !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.4) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.btn.add-to-cart::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn.add-to-cart:hover {
    background: linear-gradient(135deg, #3B82F6 0%, #1E3A8A 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.6) !important;
    border-color: #3B82F6 !important;
}

.btn.add-to-cart:hover::before {
    left: 100%;
}

.btn.add-to-cart:active {
    transform: translateY(-1px) !important;
}

.btn.add-to-cart i {
    font-size: 1.1rem !important;
    margin-right: 4px !important;
}

/* Mobile Add to Cart Button Improvements */
@media (max-width: 768px) {
    .btn.add-to-cart {
        padding: 14px 20px !important;
        font-size: 0.9rem !important;
        min-width: 140px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 576px) {
    .btn.add-to-cart {
        padding: 12px 16px !important;
        font-size: 0.85rem !important;
        min-width: 120px !important;
        border-radius: 12px !important;
    }
}

/* ULTIMATE BACKGROUND IMAGE OVERRIDE - MAXIMUM SPECIFICITY */
/* Duplicate service card styles removed - using the fixed styles above */

/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVE DESIGN
   ======================================== */

/* Base Mobile Styles - Apply to all mobile devices */
@media (max-width: 991px) {

    /* Container and Layout */
    .container,
    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Typography - Mobile Optimized */
    h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    h4 {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    h5 {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    h6 {
        font-size: 1rem;
        line-height: 1.5;
    }

    p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 0.75rem;
    }

    /* Section Padding - Mobile */
    .section-padding {
        padding: 3rem 0;
    }

    /* Professional Navbar - Mobile Menu */
    .professional-navbar {
        padding: 0.5rem 0;
    }

    .professional-navbar .container-fluid {
        padding: 0 1rem;
        flex-wrap: nowrap;
    }

    .professional-nav {
        display: none !important;
    }

    .professional-toggler,
    .navbar-toggler.professional-toggler,
    button.professional-toggler,
    button.navbar-toggler.professional-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: none !important;
        width: 56px !important;
        height: 56px !important;
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
        border-radius: 12px !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .professional-toggler .hamburger-line,
    .navbar-toggler.professional-toggler .hamburger-line,
    button.professional-toggler .hamburger-line,
    button.navbar-toggler.professional-toggler .hamburger-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #ffffff !important;
        width: 26px !important;
        height: 3px !important;
        margin: 4px 0 !important;
        border-radius: 3px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    /* Mobile Navigation Menu */
    .professional-navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(20px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        padding: 1rem;
        z-index: 1060;
        /* Higher than navbar z-index: 1050 */
        display: none;
    }

    .professional-navbar .navbar-collapse.show {
        display: block !important;
    }

    .professional-navbar .navbar-collapse .professional-nav {
        display: flex !important;
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .professional-navbar .navbar-collapse .professional-link {
        width: 100%;
        justify-content: flex-start;
        padding: 0.875rem 1.25rem;
        font-size: 0.95rem;
        max-width: none;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        transition: all 0.3s ease !important;
        position: relative;
        overflow: hidden;
    }

    .professional-navbar .navbar-collapse .professional-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.5s ease;
    }

    .professional-navbar .navbar-collapse .professional-link:hover::before {
        left: 100%;
    }

    .professional-navbar .navbar-collapse .professional-link:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
        transform: translateX(4px) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    }

    .professional-navbar .navbar-collapse .professional-link .nav-text {
        display: block;
        font-weight: 500;
        color: #ffffff !important;
    }

    .professional-navbar .navbar-collapse .professional-link .nav-icon {
        color: #60A5FA !important;
        font-size: 1.1rem;
        margin-right: 0.75rem;
        transition: all 0.3s ease;
    }

    .professional-navbar .navbar-collapse .professional-link:hover .nav-icon {
        color: #93C5FD !important;
        transform: scale(1.1);
    }
}

/* Tablet Styles - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {

    .container,
    .container-fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hero-section {
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        max-width: 100vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .title-main {
        font-size: 2.4rem;
        line-height: 1.2;
        color: #1E3A8A;
    }

    .title-subtitle {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .service-card {
        height: 400px;
        padding: 1.5rem;
    }

    .service-title {
        font-size: 1.2rem;
        padding: 0.6rem 1rem;
    }

    .service-description {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }

    .service-btn {
        padding: 6px 8px;
        font-size: 0.8rem;
        height: 32px;
        border-radius: 20px;
    }
}

/* Mobile Styles - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-section {
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        max-width: 100vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .title-main {
        font-size: 2.1rem;
        line-height: 1.2;
        color: #1E3A8A;
    }

    .title-subtitle {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .hero-content {
        text-align: center;
        padding: 1.5rem 1rem 1rem 1rem;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        height: 100vh;
        margin: 0;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .hero-btn {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }

    .service-card {
        height: 350px;
        padding: 1.25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .service-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        padding: 0.6rem 0.8rem;
        background: rgba(255, 255, 255, 0.95) !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .service-description {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
        padding: 0.6rem 0.8rem;
        background: rgba(255, 255, 255, 0.92) !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .service-btn {
        padding: 6px 7px;
        font-size: 0.75rem;
        height: 30px;
        border-radius: 18px;
        font-weight: 600;
        display: inline-flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
    }

    .service-icon i {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .premium-title {
        font-size: 2rem;
    }

    .premium-subtitle {
        font-size: 1rem;
    }
}

/* Small Mobile Styles - 320px to 575px */
@media (max-width: 575px) {

    .container,
    .container-fluid {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .hero-section {
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        max-width: 100vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .title-main {
        font-size: 1.8rem;
        line-height: 1.2;
        color: #1E3A8A;
    }

    .title-subtitle {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .hero-content {
        text-align: center;
        padding: 1.5rem 1rem 1rem 1rem;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        height: 100vh;
        margin: 0;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-btn {
        width: 100%;
        max-width: 200px;
        justify-content: center;
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .hero-features {
        flex-direction: column;
        gap: 0.75rem;
    }

    .feature-item {
        font-size: 0.85rem;
    }

    .service-card {
        height: 320px;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .service-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        padding: 0.5rem 0.75rem;
        background: rgba(255, 255, 255, 0.95) !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .service-description {
        font-size: 0.8rem;
        margin-bottom: 0.75rem;
        padding: 0.5rem 0.75rem;
        background: rgba(255, 255, 255, 0.92) !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .service-btn {
        padding: 5px 6px;
        font-size: 0.7rem;
        height: 28px;
        border-radius: 16px;
        font-weight: 600;
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 0.75rem;
    }

    .service-icon i {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .premium-title {
        font-size: 1.75rem;
    }

    .premium-subtitle {
        font-size: 0.9rem;
    }

    .section-padding {
        padding: 2rem 0;
    }

    /* Contact Section Mobile */
    .contact-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        min-width: auto;
        max-width: 100%;
    }

    .contact-form {
        padding: 1rem;
    }

    .form-control {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }

    /* Why Choose Us Section Mobile */
    .why-choose-title {
        font-size: 1.75rem;
    }

    .why-choose-subtitle {
        font-size: 0.9rem;
    }

    .why-choose-hero {
        padding: 3rem 0 1rem;
    }

    .why-choose-features {
        padding: 1rem 0 3rem;
    }

    .feature-card {
        padding: 1rem 0.75rem;
        margin-bottom: 1rem;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 0.75rem;
    }

    .feature-icon i {
        font-size: 1rem;
    }

    .feature-card h4 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .feature-card p {
        font-size: 0.75rem;
    }

    /* Location Section Mobile */
    .location-title {
        font-size: 1.75rem;
    }

    .location-subtitle {
        font-size: 0.9rem;
    }

    .location-info-card {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }

    .location-info-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0.75rem;
    }

    .location-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .location-info-header h3 {
        font-size: 0.75rem;
    }

    .location-item {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .location-item-icon {
        width: 18px;
        height: 18px;
    }

    .location-item-icon i {
        font-size: 0.45rem;
    }

    .location-item-content h5 {
        font-size: 0.5rem;
    }

    .location-item-content p {
        font-size: 0.4rem;
    }

    .location-actions {
        flex-direction: column;
        gap: 0.4rem;
    }

    .btn-location-primary,
    .btn-location-secondary {
        padding: 0.3rem 0.6rem;
        font-size: 0.4rem;
        justify-content: center;
    }

    .location-map-card {
        padding: 0.5rem;
    }

    .map-container {
        height: 150px;
    }

    /* Hero Section Mobile Responsive */
    .hero-section {
        min-height: 100vh;
        background: none;
    }

    .hero-section::after {
        display: none;
    }

    /* Hero Promo Mobile */
    .hero-promo {
        margin-top: 1rem;
        margin-bottom: 0;
        text-align: center;
    }

    .promo-text {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
        border-radius: 20px;
    }

    .tagline-deep-clean {
        font-size: 1.2rem;
    }

    .tagline-fresh {
        font-size: 1.2rem;
    }

    .scroll-indicator {
        bottom: 1rem;
        font-size: 1.2rem;
    }


    .water-animation {
        height: 60px;
        top: 65%;
    }

    .water-drop {
        width: 6px;
        height: 6px;
    }

    .water-drop.drop-3 {
        width: 8px;
        height: 8px;
    }

    .water-drop.drop-2,
    .water-drop.drop-4 {
        width: 5px;
        height: 5px;
    }

    .water-drop.drop-5 {
        width: 4px;
        height: 4px;
    }

    .water-drop.drop-6,
    .water-drop.drop-7,
    .water-drop.drop-8 {
        width: 4px;
        height: 4px;
    }

    .water-drop.drop-9 {
        width: 3px;
        height: 3px;
    }

    .water-drop.drop-10 {
        width: 5px;
        height: 5px;
    }

    /* Beautiful Section Titles Mobile */
    .section-title-beautiful {
        font-size: 1.75rem;
    }

    .section-subtitle-beautiful {
        font-size: 0.9rem;
    }

    /* Footer Brand Mobile */
    .footer-brand .brand-name {
        font-size: 1.4rem;
        color: #2563eb;
        /* Professional blue */
        font-family: 'Georgia', 'Times New Roman', serif;
        font-style: italic;
    }

    .footer-brand .brand-subtitle {
        font-size: 0.9rem;
        color: #1e40af;
        /* Medium blue */
        font-family: 'Georgia', 'Times New Roman', serif;
        font-style: italic;
    }

    /* Footer Powered By Mobile */
    .powered-link {
        font-size: 0.75rem;
        padding: 0.4rem 0.75rem;
    }

    .powered-icon {
        font-size: 0.8rem;
    }

    .love-text {
        font-size: 0.75rem;
    }

    /* Brand adjustments for mobile */
    .brand-text {
        font-size: 2rem;
    }

    .big-g {
        font-size: 2.5rem;
    }

    .navbar-brand .big-g {
        font-size: 1.25rem;
    }

    .brand-name {
        font-size: 1.2rem;
        font-style: italic;
    }

    .brand-subtitle {
        font-size: 0.6rem;
    }

    /* Professional Toggler Mobile */
    .professional-toggler {
        width: 45px !important;
        height: 45px !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: none !important;
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
    }

    .professional-toggler .hamburger-line {
        width: 20px !important;
        height: 2px !important;
        margin: 2px 0 !important;
    }
}

/* Extra Small Mobile Styles - 320px and below */
@media (max-width: 320px) {

    .container,
    .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .title-main {
        font-size: 1.75rem;
    }

    .title-subtitle {
        font-size: 1rem;
    }

    .service-card {
        height: 300px;
        padding: 0.75rem;
    }

    .service-title {
        font-size: 0.9rem;
        padding: 0.4rem 0.6rem;
    }

    .service-description {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }

    .service-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
        min-height: 35px;
    }

    .service-icon {
        width: 45px;
        height: 45px;
    }

    .service-icon i {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .premium-title {
        font-size: 1.5rem;
    }

    .section-padding {
        padding: 1.5rem 0;
    }

    .hero-btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.8rem;
    }

    .promo-text {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .tagline-deep-clean {
        font-size: 1rem;
    }

    .tagline-fresh {
        font-size: 1rem;
    }

    .scroll-indicator {
        bottom: 0.5rem;
        font-size: 1rem;
    }


    .water-animation {
        height: 50px;
        top: 70%;
    }

    .water-drop {
        width: 4px;
        height: 4px;
    }

    .water-drop.drop-3 {
        width: 6px;
        height: 6px;
    }

    .water-drop.drop-2,
    .water-drop.drop-4 {
        width: 3px;
        height: 3px;
    }

    .water-drop.drop-5 {
        width: 2px;
        height: 2px;
    }

    .water-drop.drop-6,
    .water-drop.drop-7,
    .water-drop.drop-8 {
        width: 2px;
        height: 2px;
    }

    .water-drop.drop-9 {
        width: 1px;
        height: 1px;
    }

    .water-drop.drop-10 {
        width: 3px;
        height: 3px;
    }
}

/* ========================================
   MOBILE TOUCH AND INTERACTION IMPROVEMENTS
   ======================================== */

/* Touch-friendly button sizing */
@media (max-width: 768px) {

    .btn,
    .service-btn,
    .hero-btn,
    .btn-primary,
    .btn-outline-primary {
        min-height: 44px;
        /* Apple's recommended minimum touch target */
        min-width: 44px;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        line-height: 1.2;
        border-radius: 8px;
        touch-action: manipulation;
        /* Prevent double-tap zoom */
    }

    .professional-link {
        min-height: 44px;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .professional-toggler {
        min-height: 44px;
        min-width: 44px;
        touch-action: manipulation;
    }

    /* Form inputs mobile optimization */
    .form-control,
    input,
    textarea,
    select {
        min-height: 44px;
        font-size: 16px;
        /* Prevent zoom on iOS */
        padding: 0.75rem 1rem;
        border-radius: 8px;
        touch-action: manipulation;
    }

    /* Service cards mobile optimization */
    .service-card {
        touch-action: manipulation;
        cursor: pointer;
    }

    .service-card:hover {
        transform: none;
        /* Disable hover effects on touch devices */
    }

    .service-card:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }

    /* Feature cards mobile optimization */
    .feature-card {
        touch-action: manipulation;
        cursor: pointer;
    }

    .feature-card:hover {
        transform: none;
        /* Disable hover effects on touch devices */
    }

    .feature-card:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
}

/* Landscape orientation adjustments */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
        padding: 1rem 0;
    }

    .title-main {
        font-size: 2rem;
    }

    .title-subtitle {
        font-size: 1.1rem;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .service-card {
        height: 280px;
    }

    .feature-card {
        padding: 1rem 0.75rem;
    }
}

/* High DPI displays optimization */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .service-icon i,
    .feature-icon i,
    .location-icon i {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Dark mode support for mobile */
@media (max-width: 768px) and (prefers-color-scheme: dark) {
    .service-card {
        background: rgba(30, 30, 30, 0.95);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .service-title {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.8);
    }

    .service-description {
        color: #e5e5e5;
        background: rgba(0, 0, 0, 0.6);
    }

    .feature-card {
        background: rgba(30, 30, 30, 0.95);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.1);
    }
}

/* Reduced motion support */
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {

    .service-card,
    .feature-card,
    .hero-btn,
    .service-btn {
        transition: none;
    }

    .service-card:hover,
    .feature-card:hover {
        transform: none;
    }

    .service-card:active,
    .feature-card:active {
        transform: none;
    }
}

/* ========================================
   MOBILE GRID AND LAYOUT IMPROVEMENTS
   ======================================== */

/* Mobile grid system */
@media (max-width: 768px) {
    .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100vw;
    }

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%;
    }

    /* Service cards grid */
    .services-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.5rem;
    }

    /* Feature cards grid */
    .features-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.5rem;
    }

    /* Contact items grid */
    .contact-info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.5rem;
    }

    /* Footer contact info mobile styling */
    .footer .contact-info {
        gap: 0.25rem;
    }

    .footer .contact-info .contact-item {
        margin-bottom: 0.25rem;
    }

    .footer .contact-info .contact-label {
        font-size: 0.7rem;
        gap: 0.375rem;
    }

    .footer .contact-info .contact-label i {
        width: 14px;
        font-size: 0.7rem;
    }

    .footer .contact-info .contact-value {
        font-size: 0.8rem;
        margin-left: 1.25rem;
    }

    /* Social links mobile styling */
    .social-links {
        gap: 0.5rem;
    }

    .social-link {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    /* Footer copyright mobile styling */
    .footer-copyright {
        font-size: 0.9rem;
    }


    /* Location cards grid */
    .location-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.5rem;
    }
}

/* Tablet grid adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .contact-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .location-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }
}

/* Mobile spacing improvements */
@media (max-width: 768px) {
    .section-padding {
        padding: 2rem 0;
    }

    .container,
    .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: 100%;
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
    }

    /* Hero section mobile spacing */
    .hero-section {
        padding: 0 !important;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        /* Dynamic viewport height for mobile */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-top: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .hero-content {
        padding: 2rem 0;
        margin-top: 0;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80vh;
    }

    .hero-title {
        margin-bottom: 1rem;
    }

    .hero-description {
        margin-bottom: 1.5rem;
    }

    .hero-cta {
        margin-top: 1.5rem;
    }

    /* Section spacing */
    .section-title {
        margin-bottom: 1rem;
    }

    .section-subtitle {
        margin-bottom: 2rem;
    }

    /* Card spacing */
    .service-card,
    .feature-card,
    .contact-item,
    .location-info-card,
    .location-map-card {
        margin-bottom: 1rem;
    }

    /* Form spacing */
    .contact-form {
        margin-top: 2rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    /* Footer spacing */
    .footer {
        padding: 2rem 0;
    }
}


/* Mobile text alignment and readability */
@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center;
    }

    .text-left-mobile {
        text-align: left;
    }

    .text-right-mobile {
        text-align: right;
    }

    /* Improve readability */
    p,
    .service-description,
    .feature-card p {
        line-height: 1.6;
        word-spacing: 0.1em;
    }

    /* Better contrast for mobile */
    .service-title,
    .feature-card h4,
    .contact-details h5 {
        font-weight: 700;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
}

/* Mobile image optimization */
@media (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .service-card,
    .feature-card {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Optimize background images for mobile */
    .service-card[data-category="laundry_dry_cleaning"],
    .service-card[data-category="home_upholstery"],
    .service-card[data-category="hotels_office"],
    .service-card[data-category="auto_detailing"] {
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        /* Better performance on mobile */
    }
}

/* Mobile performance optimizations */
@media (max-width: 768px) {

    /* Reduce animations for better performance */
    .service-card,
    .feature-card,
    .hero-btn,
    .service-btn {
        will-change: transform;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    /* Optimize transforms */
    .service-card:hover,
    .feature-card:hover {
        will-change: auto;
    }

    /* Reduce repaints */
    .professional-navbar {
        contain: layout style paint;
    }

    .service-card,
    .feature-card {
        contain: layout style;
    }
}

/* Hero Background Fade Animation */
@keyframes heroBackgroundFade {
    0% {
        background-image: url('../images/custom/hero-background.jpg?v=20241219');
        opacity: 0.7;
    }

    25% {
        background-image: url('../images/custom/hero-background-2.jpg?v=20241219');
        opacity: 0.8;
    }

    50% {
        background-image: url('../images/custom/hero-background-3.jpg?v=20241219');
        opacity: 0.7;

    }

    75% {
        background-image: url('../images/custom/hero-background-4.jpg?v=20241219');
        opacity: 0.8;
    }

    100% {
        background-image: url('../images/custom/hero-background.jpg?v=20241219');
        opacity: 0.7;
    }
}

/* ========================================
   CRITICAL MOBILE MENU BUTTON FIX
   ======================================== */

/* Force mobile menu button visibility for screens 990px and below */
@media screen and (max-width: 990px) {

    /* Ensure navbar container maintains proper layout */
    .professional-navbar .container-fluid {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        position: relative !important;
    }

    /* Brand positioning */
    .professional-navbar .navbar-brand {
        order: 1;
        flex-shrink: 0;
    }

    /* Professional mobile menu button - smaller size */
    .professional-toggler,
    .navbar-toggler.professional-toggler,
    button.professional-toggler,
    button.navbar-toggler.professional-toggler,
    .navbar-toggler,
    button.navbar-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #3B82F6 !important;
        border: none !important;
        width: 36px !important;
        height: 36px !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
        border-radius: 12px !important;
        position: relative !important;
        z-index: 99999 !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 2;
        margin-left: auto !important;
        flex-shrink: 0;
        transition: all 0.3s ease !important;
        overflow: hidden;
    }

    /* Hover effect for mobile menu button */
    .professional-toggler:hover,
    .navbar-toggler.professional-toggler:hover,
    button.professional-toggler:hover,
    button.navbar-toggler.professional-toggler:hover,
    .navbar-toggler:hover,
    button.navbar-toggler:hover {
        background: #2563EB !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
        transform: translateY(-1px) !important;
    }

    /* Active state for mobile menu button */
    .professional-toggler.active,
    .navbar-toggler.professional-toggler.active,
    button.professional-toggler.active,
    button.navbar-toggler.professional-toggler.active,
    .navbar-toggler.active,
    button.navbar-toggler.active {
        background: linear-gradient(135deg, #DC2626 0%, #EF4444 100%) !important;
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    }

    .professional-toggler .hamburger-line,
    .navbar-toggler.professional-toggler .hamburger-line,
    button.professional-toggler .hamburger-line,
    button.navbar-toggler.professional-toggler .hamburger-line,
    .navbar-toggler .hamburger-line,
    button.navbar-toggler .hamburger-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #ffffff !important;
        width: 16px !important;
        height: 2px !important;
        margin: 3px auto !important;
        border-radius: 1px !important;
        box-shadow: none !important;
        transition: all 0.3s ease !important;
        position: relative;
    }

    /* Hamburger animation for active state */
    .professional-toggler.active .hamburger-line:nth-child(1),
    .navbar-toggler.professional-toggler.active .hamburger-line:nth-child(1),
    button.professional-toggler.active .hamburger-line:nth-child(1),
    button.navbar-toggler.professional-toggler.active .hamburger-line:nth-child(1),
    .navbar-toggler.active .hamburger-line:nth-child(1),
    button.navbar-toggler.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px) !important;
    }

    .professional-toggler.active .hamburger-line:nth-child(2),
    .navbar-toggler.professional-toggler.active .hamburger-line:nth-child(2),
    button.professional-toggler.active .hamburger-line:nth-child(2),
    button.navbar-toggler.professional-toggler.active .hamburger-line:nth-child(2),
    .navbar-toggler.active .hamburger-line:nth-child(2),
    button.navbar-toggler.active .hamburger-line:nth-child(2) {
        opacity: 0 !important;
    }

    .professional-toggler.active .hamburger-line:nth-child(3),
    .navbar-toggler.professional-toggler.active .hamburger-line:nth-child(3),
    button.professional-toggler.active .hamburger-line:nth-child(3),
    button.navbar-toggler.professional-toggler.active .hamburger-line:nth-child(3),
    .navbar-toggler.active .hamburger-line:nth-child(3),
    button.navbar-toggler.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px) !important;
    }

    /* Hide the regular navigation on mobile */
    .professional-navbar .professional-nav {
        display: none !important;
    }

    /* Professional mobile menu - slide in from right */
    .professional-navbar .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        width: 300px !important;
        height: 100vh !important;
        max-height: 100vh !important;
        min-height: 100vh !important;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.98) 0%, rgba(30, 58, 138, 0.98) 100%) !important;
        backdrop-filter: blur(20px) !important;
        border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4), -4px 0 16px rgba(0, 0, 0, 0.2) !important;
        padding: 2rem 1rem !important;
        z-index: 99999 !important;
        /* Much higher than all other elements */
        border-radius: 0 !important;
        /* Remove border radius for full coverage */
        transform: translateX(100%) !important;
        /* Start off-screen */
        transition: transform 0.3s ease-in-out !important;
        /* Debug border removed */
        overflow-y: auto !important;
        /* Allow scrolling if content is too tall */
        overflow-x: hidden !important;
    }

    /* Mobile menu close button */
    .professional-navbar .navbar-collapse::before {
        content: '✕';
        position: absolute !important;
        top: 1rem !important;
        right: 1rem !important;
        width: 40px !important;
        height: 40px !important;
        background: #dc2626 !important;
        color: white !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 1.2rem !important;
        font-weight: bold !important;
        cursor: pointer !important;
        z-index: 100000 !important;
        border: 2px solid white !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    }

    /* Force visibility for collapsing state */
    .professional-navbar .navbar-collapse.collapsing {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
        /* Show immediately when collapsing */
    }

    /* Bootstrap collapse show state */
    .professional-navbar .navbar-collapse.show,
    .professional-navbar .navbar-collapse.collapsing {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 99999 !important;
        /* Much higher than all other elements */
        transform: translateX(0) !important;
        /* Slide in from right */
        height: auto !important;
        overflow: visible !important;
    }

    /* Ensure proper visibility when collapsed */
    .professional-navbar .navbar-collapse:not(.show):not(.collapsing) {
        display: none !important;
    }

    /* Force mobile menu navigation to display when menu is open */
    .professional-navbar .navbar-collapse.show .professional-nav,
    .professional-navbar .navbar-collapse.collapsing .professional-nav {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        width: 100% !important;
        padding: 3rem 0 2rem 0 !important;
        margin: 0 !important;
        position: relative !important;
        z-index: 99999 !important;
        /* Much higher than all other elements */
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        min-height: calc(100vh - 4rem) !important;
        /* Full height minus padding */
        overflow-y: auto !important;
    }

    /* Force mobile menu links to display when menu is open */
    .professional-navbar .navbar-collapse.show .professional-link,
    .professional-navbar .navbar-collapse.collapsing .professional-link {
        display: flex !important;
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 1rem 1.25rem !important;
        font-size: 1rem !important;
        max-width: none !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        transition: all 0.3s ease !important;
        position: relative !important;
        overflow: hidden !important;
        z-index: 99999 !important;
        /* Much higher than all other elements */
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        min-height: 44px !important;
        /* Debug minimum height */
    }

    /* Force mobile menu text and icons to display */
    .professional-navbar .navbar-collapse.show .professional-link .nav-text,
    .professional-navbar .navbar-collapse.collapsing .professional-link .nav-text {
        display: block !important;
        font-weight: 500 !important;
        color: #ffffff !important;
        position: relative !important;
        z-index: 99999 !important;
        /* Much higher than all other elements */
    }

    .professional-navbar .navbar-collapse.show .professional-link .nav-icon,
    .professional-navbar .navbar-collapse.collapsing .professional-link .nav-icon {
        color: #60A5FA !important;
        font-size: 1.1rem !important;
        margin-right: 0.75rem !important;
        transition: all 0.3s ease !important;
        position: relative !important;
        z-index: 99999 !important;
        /* Much higher than all other elements */
    }
}

/* ========================================
   CRITICAL MOBILE MENU BUTTON FIX
   ======================================== */

/* Force mobile menu button visibility - ULTIMATE OVERRIDE */
@media screen and (max-width: 991.98px) {

    .navbar-toggler,
    .navbar-toggler.professional-toggler,
    button.navbar-toggler,
    button.navbar-toggler.professional-toggler,
    .professional-toggler,
    button.professional-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: 3px solid #ffffff !important;
        width: 60px !important;
        height: 60px !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6) !important;
        border-radius: 12px !important;
        position: relative !important;
        z-index: 99999 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-toggler .hamburger-line,
    .navbar-toggler.professional-toggler .hamburger-line,
    button.navbar-toggler .hamburger-line,
    button.navbar-toggler.professional-toggler .hamburger-line,
    .professional-toggler .hamburger-line,
    button.professional-toggler .hamburger-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #ffffff !important;
        width: 30px !important;
        height: 4px !important;
        margin: 3px 0 !important;
        border-radius: 2px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7) !important;
        border: 1px solid rgba(0, 0, 0, 0.3) !important;
    }
}

/* Extra small devices - Maximum visibility */
@media screen and (max-width: 576px) {

    .navbar-toggler,
    .navbar-toggler.professional-toggler,
    button.navbar-toggler,
    button.navbar-toggler.professional-toggler,
    .professional-toggler,
    button.professional-toggler {
        width: 70px !important;
        height: 70px !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: 4px solid #ffffff !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7) !important;
    }

    .navbar-toggler .hamburger-line,
    .navbar-toggler.professional-toggler .hamburger-line,
    button.navbar-toggler .hamburger-line,
    button.navbar-toggler.professional-toggler .hamburger-line,
    .professional-toggler .hamburger-line,
    button.professional-toggler .hamburger-line {
        width: 35px !important;
        height: 5px !important;
        margin: 4px 0 !important;
        background: #ffffff !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8) !important;
        border: 2px solid rgba(0, 0, 0, 0.4) !important;
    }
}

/* Small mobile devices - Ensure visibility */
@media screen and (max-width: 576px) {
    .welcome-text {
        font-size: 8rem !important;
    }

    .title-main {
        font-size: 4rem !important;
    }
}

/* Ultra small devices - Absolute maximum visibility */
@media screen and (max-width: 480px) {

    /* Hero text extra small screens */
    .welcome-text {
        font-size: 7rem !important;
    }

    .title-main {
        font-size: 3.5rem !important;
    }

    .tagline-complete {
        font-size: 0.8rem !important;
    }
}

/* Very small screens - Ensure text is still readable */
@media screen and (max-width: 360px) {
    .welcome-text {
        font-size: 6rem !important;
    }

    .title-main {
        font-size: 3rem !important;
    }

    .navbar-toggler,
    .navbar-toggler.professional-toggler,
    button.navbar-toggler,
    button.navbar-toggler.professional-toggler,
    .professional-toggler,
    button.professional-toggler {
        width: 80px !important;
        height: 80px !important;
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%) !important;
        border: 5px solid #ffffff !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8) !important;
        border-radius: 15px !important;
    }

    .navbar-toggler .hamburger-line,
    .navbar-toggler.professional-toggler .hamburger-line,
    button.navbar-toggler .hamburger-line,
    button.navbar-toggler.professional-toggler .hamburger-line,
    .professional-toggler .hamburger-line,
    button.professional-toggler .hamburger-line {
        width: 40px !important;
        height: 6px !important;
        margin: 5px 0 !important;
        background: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9) !important;
        border: 3px solid rgba(0, 0, 0, 0.5) !important;
    }
}

/* ========================================
   ENHANCED CONTACT SECTIONS
   ======================================== */

/* Contact Section Base Styles */
.contact-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23e2e8f0" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23e2e8f0" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23e2e8f0" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

/* Contact Section Titles */
.contact-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--royal-blue);
    margin-bottom: 0.75rem;
    position: relative;
}

.contact-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.contact-section-description {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Contact Info Wrapper */
.contact-info-wrapper {
    background: var(--white);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
    height: fit-content;
    position: relative;
    overflow: hidden;
}

.contact-info-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

/* Contact Info List */
.contact-info-list {
    margin-bottom: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--gray-100);
    transition: all 0.3s ease;
}

.contact-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact-info-item:hover {
    transform: translateX(5px);
}

.contact-info-item .contact-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-md);
}

.contact-info-item .contact-icon i {
    color: var(--white);
    font-size: 1.2rem;
}

.contact-info-item .contact-details h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 0.25rem;
}

.contact-info-item .contact-details p {
    color: var(--gray-600);
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-info-item .contact-details a {
    color: var(--royal-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-info-item .contact-details a:hover {
    color: var(--light-blue);
    text-decoration: underline;
}

/* Social Media Section */
.social-media-section {
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-200);
}

.social-media-section h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: var(--gray-100);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-600);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.social-link:hover {
    background: var(--gradient-primary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
    position: relative;
    overflow: hidden;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-secondary);
}

/* Contact Form Styles */
.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .form-label {
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.contact-form .form-control {
    border: 2px solid var(--gray-200);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: var(--white);
}

.contact-form .form-control:focus {
    border-color: var(--royal-blue);
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
    outline: none;
}

.contact-form .form-control::placeholder {
    color: var(--gray-400);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-primary {
    background: var(--gradient-primary);
    border: none;
    padding: 0.875rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--royal-blue) 100%);
}

.contact-form .btn-primary:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 991.98px) {

    .contact-info-wrapper,
    .contact-form-wrapper {
        margin-bottom: 2rem;
    }

    .contact-info-wrapper {
        padding: 1.5rem;
    }

    .contact-form-wrapper {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .contact-section {
        padding: 3rem 0;
    }

    .contact-info-wrapper,
    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .contact-info-item {
        margin-bottom: 1rem;
        padding: 0.75rem 0;
    }

    .contact-info-item .contact-icon {
        width: 40px;
        height: 40px;
        margin-right: 0.75rem;
    }

    .contact-info-item .contact-icon i {
        font-size: 1rem;
    }

    .social-links {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {

    .contact-info-wrapper,
    .contact-form-wrapper {
        padding: 1rem;
    }

    .contact-section-title {
        font-size: 1.25rem;
    }

    .contact-form .btn-primary {
        width: 100%;
        padding: 1rem;
    }
}

/* Animation for contact items */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-info-item {
    animation: slideInUp 0.6s ease-out;
}

.contact-info-item:nth-child(1) {
    animation-delay: 0.1s;
}

.contact-info-item:nth-child(2) {
    animation-delay: 0.2s;
}

.contact-info-item:nth-child(3) {
    animation-delay: 0.3s;
}

.contact-info-item:nth-child(4) {
    animation-delay: 0.4s;
}

/* Form validation styles */
.contact-form .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.contact-form .form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

/* Loading state for form submission */
.contact-form .btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Success/Error message styles */
.contact-form .alert {
    margin-top: 1rem;
    border-radius: 8px;
    border: none;
    font-weight: 500;
}

.contact-form .alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
}

.contact-form .alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
}

/* ========================================
   HERO SECTION FIXES - OVERRIDE CONFLICTS
   ======================================== */

/* Ensure hero section is properly centered */
.hero-section {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Ensure hero content is properly centered */
.hero-content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    z-index: 2 !important;
}

.hero-section .container-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem 1rem !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 3 !important;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .hero-section {
        min-height: 100vh !important;
        min-height: 100dvh !important;
        padding: 0 !important;
    }

    .hero-content {
        padding: 1rem 0.5rem !important;
        min-height: 90vh !important;
    }

    .hero-actions {
        flex-direction: column !important;
        gap: 1rem !important;
        width: 100% !important;
        max-width: 300px !important;
    }

    .hero-btn {
        width: 100% !important;
        max-width: 250px !important;
    }
}

/* ========================================
   HERO CONTENT STYLING
   ======================================== */

/* Hero Title Styling */
.hero-title {
    margin-bottom: 1.5rem;
}

.welcome-text {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    opacity: 0.9;
    color: white;
}

.title-main {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
    color: white;
}

.brand-accent {
    color: #FACC15;
}

/* Hero Tagline Styling */
.hero-tagline {
    margin: 1.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
}

.tagline-deep-clean,
.tagline-fresh {
    display: block;
    margin: 0.3rem 0;
}

/* Hero Promo Styling */
.hero-promo {
    margin: 1.5rem 0;
    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.promo-star {
    color: #FACC15;
    margin-right: 0.5rem;
}

.promo-text {
    font-weight: 600;
    font-size: 1rem;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .title-main {
        font-size: 2.2rem !important;
    }

    .welcome-text {
        font-size: 1rem !important;
    }

    .hero-tagline {
        font-size: 0.9rem !important;
    }

    .hero-promo {
        font-size: 0.8rem !important;
        padding: 0.6rem 1rem !important;
    }
}

@media (max-width: 480px) {
    .title-main {
        font-size: 1.8rem !important;
    }

    .welcome-text {
        font-size: 0.9rem !important;
    }

    .hero-tagline {
        font-size: 0.8rem !important;
    }
}

/* ========================================
   SERVICE CARD PRICING COLORS - COLOR SCHEME
   ======================================== */

/* Laundry Service Pricing Colors */
.service-card.wash-fold-bg .service-price {
    color: #dc2626 !important;
    /* Red */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #dc2626 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.curtain-cleaning-bg .service-price {
    color: #2563eb !important;
    /* Blue */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #2563eb !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.suits-drycleaning-bg .service-price {
    color: #16a34a !important;
    /* Green */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #16a34a !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.duvet-cleaning-bg .service-price {
    color: #ea580c !important;
    /* Orange */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #ea580c !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.gowns-cleaning-bg .service-price {
    color: #9333ea !important;
    /* Purple */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #9333ea !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.sneakers-cleaning-bg .service-price {
    color: #800000 !important;
    /* Maroon */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #800000 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.teddy-bear-bg .service-price {
    color: #dc2626 !important;
    /* Red */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #dc2626 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

/* Upholstery Service Pricing Colors */
.service-card.sofa-cleaning-bg .service-price {
    color: #dc2626 !important;
    /* Red */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #dc2626 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.carpet-cleaning-bg .service-price {
    color: #2563eb !important;
    /* Blue */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #2563eb !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.hotel-linen-bg .service-price {
    color: #16a34a !important;
    /* Green */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #16a34a !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.chester-beds-bg .service-price {
    color: #ea580c !important;
    /* Orange */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #ea580c !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.home-package-bg .service-price {
    color: #9333ea !important;
    /* Purple */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #9333ea !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.service-card.beds-cleaning-bg .service-price,
.service-card.sofa-seats-bg .service-price,
.service-card.laundry-package-bg .service-price,
.service-card.office-cleaning-bg .service-price,
.service-card.interior-detailing-bg .service-price,
.service-card.exterior-detailing-bg .service-price,
.service-card.full-detailing-bg .service-price {
    color: #800000 !important;
    /* Maroon */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #800000 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0.3rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

/* Cart Styles */
.cart-toggle-btn {
    position: relative;
    background: transparent;
    border: none;
    color: var(--text-dark);
    font-size: 1.5rem;
    padding: 0.5rem;
    margin-right: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-toggle-btn:hover {
    color: var(--primary);
    transform: scale(1.1);
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--secondary);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h3 {
    margin: 0;
    color: var(--text-dark);
}

.cart-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0.5rem;
}

.cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.cart-empty {
    text-align: center;
    padding: 2rem;
    color: var(--text-muted);
}

.cart-empty i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f8f9fa;
}

.cart-item-image {
    width: 60px;
    height: 60px;
    background: var(--primary-light);
    border-radius: 8px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.cart-item-price {
    color: var(--primary);
    font-weight: 600;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.25rem;
}

.cart-footer {
    padding: 1.5rem;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.cart-summary {
    margin-bottom: 1rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.summary-row.total {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--primary);
    border-top: 1px solid #ddd;
    padding-top: 0.5rem;
}

.cart-actions {
    display: flex;
    gap: 0.5rem;
}

.cart-actions .btn {
    flex: 1;
}

@media (max-width: 768px) {
    .cart-sidebar {
        width: 100%;
        right: -100%;
    }
}

/* Service Card Button Styles */
.service-card-button {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

/* Single button styling for home page service cards */
.service-card-button:has(.btn:only-child) {
    align-items: center;
}

.service-card-button:has(.btn:only-child) .btn {
    width: 100%;
    max-width: 200px;
}

.service-card-button .btn {
    width: 100%;
    text-align: center;
}

.add-to-cart {
    background: var(--secondary);
    color: white;
    border: 2px solid var(--secondary);
    transition: all 0.3s ease;
}

.add-to-cart:hover {
    background: white;
    color: var(--secondary);
    transform: translateY(-2px);
}

.add-to-cart i {
    margin-right: 0.5rem;
}