/* ===== INLINE CSS FROM HEADER.PHP - MOVED FOR PERFORMANCE ===== */

/* Universal CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Reset default browser margins and padding */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Remove any default spacing from Bootstrap */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
}

/* Professional Header Styles */
.top-bar {
    font-size: 15px;
    font-weight: 500;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin: 0;
    line-height: 1.5;
    background: linear-gradient(135deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.05) 100%);
}

/* Desktop-specific top-bar improvements */
@media (min-width: 992px) {
    .top-bar {
        font-size: 16px;
        padding: 15px 0;
        font-weight: 600;
    }

    .top-bar .d-flex.align-items-center {
        gap: 1.5rem;
    }

    .top-bar a {
        transition: all 0.3s ease;
    }

    .top-bar a:hover {
        opacity: 0.8;
        transform: translateY(-1px);
    }

    /* Desktop top bar alignment */
    .top-bar .d-none.d-md-flex.justify-content-between {
        align-items: center;
        margin-top: 0;
        width: 100%;
    }

    .top-bar .d-none.d-md-flex .d-flex.align-items-center {
        min-height: 40px;
        padding: 0 10px;
    }

    .top-bar .d-none.d-md-flex .d-flex.align-items-center:first-child {
        justify-content: flex-start;
        text-align: left;
    }

    .top-bar .d-none.d-md-flex .d-flex.align-items-center:last-child {
        justify-content: flex-end;
        text-align: right;
    }

    /* Better tracking form styling for desktop */
    .top-bar form.d-flex {
        max-width: 280px;
    }

    .top-bar .form-control {
        font-size: 14px;
        padding: 0.375rem 0.75rem;
        border-radius: 25px 0 0 25px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.9);
    }

    .top-bar .form-control:focus {
        border-color: #ffc107;
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
    }

    .top-bar .btn-warning {
        border-radius: 0 25px 25px 0;
        font-weight: 600;
        font-size: 14px;
        border: 2px solid #ffc107;
        background: #ffc107;
        color: #000;
        padding: 0.375rem 1rem;
    }

    .top-bar .btn-warning:hover {
        background: #e0a800;
        border-color: #e0a800;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    /* Better icon sizing and spacing */
    .top-bar i.fas {
        width: 18px;
        text-align: center;
    }

    /* Improved text spacing */
    .top-bar .fw-bold {
        letter-spacing: 0.5px;
    }

    .top-bar .fw-semibold {
        letter-spacing: 0.3px;
    }

    /* Mobile phone styling */
    .mobile-phone {
        font-size: inherit;
    }
}

.navbar-brand {
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    border: none;
    padding: 8px 0;
}

.dropdown-item {
    color: #0d6efd;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0056b3;
    transform: translateX(5px);
}

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

.nav-link:hover {
    transform: translateY(-1px);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #0056b3;
    border-radius: 2px;
}

.nav-link:hover {
    color: #0d6efd !important;
    transform: translateY(-1px);
}

.nav-link.active {
    color: #0d6efd !important;
}

/* Hero Section Enhancements */
.hero-section {
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%),
                url('images/best-packers-and-movers.jpg') center/contain no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-size: 120% auto;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.hero-content {
    z-index: 2;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-text h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    line-height: 1.2;
}

.hero-text .main-heading {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-weight: 300;
    text-align: left;
    font-size: 50px;
}

.stats-card {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Professional Form Styling */
.quote-form-container {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.1);
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-floating > label {
    color: #6c757d;
    font-weight: 500;
    background: transparent !important;
}

.form-floating {
    background: transparent !important;
}

.form-control,
.form-control:focus,
textarea,
textarea:focus {
    background: #fff !important;
    border: 1px solid #ced4da !important;
}

.form-control:focus {
    background: #fff !important;
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Track Modal Enhancements */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-header {
    border-radius: 12px 12px 0 0;
    border-bottom: none;
    padding: 20px 24px;
}

/* Mobile-Friendly Responsive Adjustments */
@media (max-width: 991px) {
    /* Tablet and Mobile */
    .top-bar {
        font-size: 14px;
        padding: 12px 0;
        text-align: center;
    }

    .top-bar .d-flex {
        flex-direction: column;
        gap: 10px;
        align-items: center !important;
        margin: 0;
    }

    .top-bar .d-none.d-md-flex.justify-content-between {
        align-items: center;
        margin-top: 0;
    }

    .top-bar .text-end {
        text-align: center !important;
    }

    .navbar-brand img {
        max-width: 120px;
    }

    .navbar-nav {
        margin-top: 1rem;
        padding: 1rem 0;
        border-top: 1px solid #f0f0f0;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 0;
        font-size: 16px; /* Prevents zoom on iOS */
    }

    /* Enhanced Hero Section for Tablet */
    .hero-section {
        min-height: 75vh;
        padding: 1.5rem 0;
    }

    .hero-text h1,
    .hero-text .main-heading {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 1rem;
        text-align: left;
    }

    .hero-text .h4 {
        font-size: 1.3rem;
        margin-bottom: 2rem;
        line-height: 1.4;
    }

    .hero-text .d-flex.flex-wrap {
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .hero-text .d-flex.flex-wrap .d-flex {
        background: rgba(255, 255, 255, 0.15);
        padding: 0.75rem 1rem;
        border-radius: 8px;
        backdrop-filter: blur(5px);
    }

    .hero-text .d-flex.flex-column.flex-sm-row {
        gap: 1.5rem;
    }

    .row.g-3.mb-4 {
        justify-content: center;
    }

    .stats-card {
        margin-bottom: 1rem;
        padding: 1.25rem;
        backdrop-filter: blur(10px);
        min-height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .stats-card .h1 {
        font-size: 2rem;
        margin-bottom: 0.25rem;
        line-height: 1.2;
    }

    .min-vh-75 {
        min-height: 75vh;
    }

    .quote-form-container {
        margin: 2rem 1rem;
        padding: 2rem 1.5rem;
    }

    .quote-form .row > div {
        margin-bottom: 1rem;
    }

    .btn {
        min-height: 48px; /* Touch-friendly */
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    /* Mobile Only */
    .top-bar {
        font-size: 18px;
        padding: 16px 0;
        text-align: center;
        line-height: 1.3;
        font-weight: 600;
    }

    .top-bar .container {
        max-width: 100%;
    }

    .top-bar .row {
        justify-content: center;
    }

    .top-bar .col-lg-6,
    .top-bar .col-md-8,
    .top-bar .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-bar .d-flex.align-items-center {
        justify-content: center;
        flex-direction: row;
        gap: 10px;
        padding: 4px 0;
        align-items: center;
    }

    .top-bar .fas.fa-phone-alt {
        font-size: 20px;
        margin-right: 2px;
        color: #fff;
    }

    .top-bar a.fw-bold {
        font-size: 20px;
        font-weight: 700;
        color: #fff !important;
        text-decoration: none !important;
    }

    /* Hide tracking section on mobile */
    .top-bar .d-none.d-md-block {
        display: none !important;
    }

    /* Hide email on mobile */
    .top-bar .d-none.d-md-flex {
        display: none !important;
    }

    /* Enhanced Hero Section for Mobile */
    .hero-section {
        min-height: 65vh;
        padding: 2rem 0 1rem;
        background-attachment: scroll;
        background-position: center center;
        background-size: 110% auto;
        background-repeat: no-repeat;
    }

    /* Extra small mobile adjustments */
    @media (max-width: 480px) {
        .hero-section {
            min-height: 55vh;
            background-position: center 25%;
            background-size: 120% auto;
            padding: 1.25rem 0 0.75rem;
        }

        .hero-overlay {
            background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
        }

        .hero-text h1,
        .hero-text .main-heading {
            font-size: 16px;
            margin-bottom: 0.6rem;
            letter-spacing: 0.2px;
            line-height: 1.4;
            text-align: left;
        }



        .hero-text .d-flex.flex-wrap {
            gap: 0.5rem;
            margin-bottom: 1.25rem;
        }

        .hero-text .d-flex.flex-wrap .d-flex {
            padding: 0.6rem 0.8rem;
            font-size: 0.9rem;
        }

        .hero-text .d-flex.flex-column.flex-sm-row {
            gap: 0.4rem;
            justify-content: flex-start;
        }

        .hero-text .d-flex.flex-column.flex-sm-row .btn {
            padding: 0.4rem 0.8rem;
            font-size: 0.75rem;
            min-height: 32px;
        }

        /* Extra small mobile button adjustments */
        @media (max-width: 480px) {
            .hero-text .d-flex.flex-column.flex-sm-row {
                gap: 0.3rem;
                justify-content: flex-start;
            }

            .hero-text .d-flex.flex-column.flex-sm-row .btn {
                padding: 0.3rem 0.6rem;
                font-size: 0.7rem;
                min-height: 28px;
            }
        }

        .stats-card {
            padding: 1rem 0.6rem;
            margin-bottom: 0.6rem;
            min-height: 85px;
        }

        .stats-card .h1 {
            font-size: 1.6rem;
            margin-bottom: 0.25rem;
        }

        .stats-card .small {
            font-size: 0.75rem;
        }
    }

    .hero-overlay {
        background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%);
    }

    .hero-content {
        padding: 0 1rem;
    }

    .hero-text {
        text-align: center;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }

    /* Enhanced mobile hero layout */
    .hero-text .d-flex.align-items-center {
        margin-bottom: 0.5rem;
        justify-content: flex-start;
    }

    .hero-text .d-flex.align-items-center i {
        font-size: 1.1rem;
        margin-right: 0.5rem;
    }

    .hero-text .d-flex.align-items-center span {
        font-size: 0.95rem;
        font-weight: 500;
    }

    .hero-text h1,
    .hero-text .main-heading {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 0.8rem;
        text-align: left;
    }

    .hero-text .h4 {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        line-height: 1.4;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .hero-text .d-flex.flex-wrap {
        justify-content: center;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .hero-text .d-flex.flex-wrap .d-flex {
        background: rgba(255, 255, 255, 0.15);
        padding: 0.7rem 1rem;
        border-radius: 8px;
        font-size: 0.95rem;
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        font-weight: 500;
    }

    .hero-text .d-flex.flex-column.flex-sm-row {
        gap: 0.5rem;
        justify-content: flex-start;
    }

    .hero-text .d-flex.flex-column.flex-sm-row .btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
        border-radius: 6px;
        font-weight: 600;
        letter-spacing: 0.1px;
        min-height: 32px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        justify-content: flex-start;
    }

    .hero-text .d-flex.flex-column.flex-sm-row .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    }

    /* Stats Cards Mobile Layout - 2x2 Grid */
    .row.g-3.mb-4 {
        margin-bottom: 1.5rem;
        justify-content: center;
    }

    /* Override Bootstrap grid for mobile - make 2 columns */
    @media (max-width: 576px) {
        .row.g-3.mb-4 .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0.25rem;
            padding-right: 0.25rem;
        }
    }

    .stats-card {
        padding: 1.25rem 0.75rem;
        margin-bottom: 0.75rem;
        border-radius: 12px;
        min-height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.1);
    }

    .stats-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .stats-card .h1 {
        font-size: 1.8rem;
        margin-bottom: 0.3rem;
        line-height: 1.1;
        font-weight: 700;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

    .stats-card .small {
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 1.2;
        opacity: 0.95;
        letter-spacing: 0.3px;
    }

    /* Enhanced Form for Mobile - Compact */
    .quote-form-container {
        margin: 1rem 0.5rem 0;
        padding: 1.5rem 1rem;
        border-radius: 12px;
    }

    .quote-form .row > div {
        margin-bottom: 0.75rem;
    }

    .form-floating > .form-control {
        padding: 1rem 1rem;
        font-size: 16px;
    }

    .form-floating > label {
        padding: 1rem 1rem;
        font-size: 14px;
    }

    /* Mobile Form Button Enhancement - Compact */
    .quote-form-container .btn-primary {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        border-radius: 10px;
        margin-top: 0.75rem;
        box-shadow: 0 3px 12px rgba(13, 110, 253, 0.3);
    }

    .quote-form-container .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
    }

    /* Better mobile spacing */
    .hero-section .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .modal-dialog {
        margin: 0.5rem;
    }

    .modal-body {
        padding: 1rem;
    }

    /* Touch-friendly buttons */
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 16px;
    }

    /* Mobile modal button adjustments */
    .modal .btn-primary {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        min-height: 36px;
    }

    /* Better mobile navigation */
    .navbar-toggler {
        padding: 0.375rem 0.5rem;
        font-size: 1.1rem;
    }

    .dropdown-menu {
        border-radius: 6px;
    }

    .dropdown-item {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* Touch-friendly improvements for all devices */
@media (hover: none) and (pointer: coarse) {
    .btn:hover {
        transform: none;
    }

    .nav-link:hover {
        transform: none;
    }

    .navbar-brand:hover {
        transform: none;
    }

    .stats-card:hover {
        transform: none;
    }
}

/* Prevent horizontal scroll on mobile - already handled above */

/* Remove any spacing from header and main elements */
header, main, section, nav {
    margin: 0;
    padding: 0;
}

/* Ensure hero section starts immediately */
.hero-section {
    margin-top: 0;
    padding-top: 0;
}

/* Beautiful Minimal Form Design */
.minimal-quote-form {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.minimal-quote-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 20px 20px 0 0;
}

.form-header-minimal {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.form-header-minimal h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.form-header-minimal h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.form-header-minimal p {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0.8;
}

/* Form Grid Layout */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-grid textarea {
    grid-column: 1 / -1;
}

.form-grid .submit-btn-minimal {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: 300px;
}

/* Beautiful Input Styling */
.form-input-minimal,
.form-textarea-minimal {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.form-input-minimal:hover,
.form-textarea-minimal:hover {
    border-color: rgba(102, 126, 234, 0.4);
    background: rgba(255, 255, 255, 0.95);
}

.form-input-minimal:focus,
.form-textarea-minimal:focus {
    border-color: #667eea;
    background: #fff;
    box-shadow:
        0 0 0 3px rgba(102, 126, 234, 0.1),
        0 4px 16px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
    animation: focusPulse 0.3s ease-out;
}

@keyframes focusPulse {
    0% { box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1), 0 4px 16px rgba(102, 126, 234, 0.1); }
    50% { box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15), 0 6px 20px rgba(102, 126, 234, 0.15); }
    100% { box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1), 0 4px 16px rgba(102, 126, 234, 0.1); }
}

.form-textarea-minimal {
    resize: vertical;
    min-height: 80px;
}

/* Beautiful Submit Button */
.submit-btn-minimal {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 1.25rem 3rem;
    border-radius: 30px;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 8px 25px rgba(102, 126, 234, 0.3),
        0 4px 12px rgba(118, 75, 162, 0.2);
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn-minimal::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.6s;
}

.submit-btn-minimal:hover::before {
    left: 100%;
}

.submit-btn-minimal:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 12px 35px rgba(102, 126, 234, 0.4),
        0 6px 18px rgba(118, 75, 162, 0.3);
    background: linear-gradient(135deg, #5a6fd8 0%, #6b4190 100%);
}

.submit-btn-minimal:active {
    transform: translateY(-1px) scale(0.98);
    transition: all 0.1s ease;
}

.submit-btn-minimal span {
    z-index: 2;
    position: relative;
}

.submit-btn-minimal i {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

.submit-btn-minimal:hover i {
    transform: translateX(4px);
}

.form-footer {
    margin-top: 1.5rem;
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(102, 126, 234, 0.1);
}

.form-footer small {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0;
}

.form-footer i {
    color: #28a745;
    font-size: 1rem;
    filter: drop-shadow(0 1px 2px rgba(40, 167, 69, 0.3));
}

/* Beautiful Mobile Responsive */
@media (max-width: 768px) {
    .minimal-quote-form {
        margin: 1rem 0.75rem;
        padding: 2rem 1.5rem;
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    }

    .form-header-minimal h3 {
        font-size: 1.6rem;
        margin-bottom: 0.25rem;
    }

    .form-header-minimal h3::after {
        width: 40px;
        height: 2px;
    }

    .form-header-minimal p {
        font-size: 0.9rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .form-grid .submit-btn-minimal {
        grid-column: 1;
        max-width: 100%;
        margin-top: 1rem;
    }

    .form-input-minimal,
    .form-textarea-minimal {
        padding: 1rem 1rem;
        font-size: 1rem;
        border-radius: 10px;
        border: 2px solid rgba(226, 232, 240, 0.9);
    }

    .form-input-minimal:focus,
    .form-textarea-minimal:focus {
        transform: translateY(-1px);
        box-shadow:
            0 0 0 3px rgba(102, 126, 234, 0.12),
            0 4px 12px rgba(102, 126, 234, 0.08);
    }

    .submit-btn-minimal {
        padding: 1.125rem 2.5rem;
        font-size: 1.05rem;
        border-radius: 25px;
        box-shadow:
            0 6px 20px rgba(102, 126, 234, 0.25),
            0 3px 10px rgba(118, 75, 162, 0.15);
    }

    .submit-btn-minimal:hover {
        transform: translateY(-2px) scale(1.01);
        box-shadow:
            0 10px 30px rgba(102, 126, 234, 0.35),
            0 5px 15px rgba(118, 75, 162, 0.25);
    }

    .form-footer {
        margin-top: 1.25rem;
        padding: 0.75rem 0;
        border-top: 1px solid rgba(102, 126, 234, 0.08);
    }

    .form-footer small {
        font-size: 0.85rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .minimal-quote-form {
        margin: 0.75rem 0.5rem;
        padding: 1.5rem 1rem;
    }

    .form-header-minimal h3 {
        font-size: 1.4rem;
    }

    .form-input-minimal,
    .form-textarea-minimal {
        padding: 0.875rem 0.875rem;
        font-size: 0.95rem;
    }

    .submit-btn-minimal {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* Better focus states for accessibility */
.btn:focus,
.form-control:focus,
.nav-link:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

/* Mobile-specific form improvements */
@media (max-width: 576px) {
    .form-control,
    .form-select {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 0.75rem 1rem;
    }

    .form-floating > .form-control {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > label {
        padding: 1rem 1rem;
    }

    /* Better mobile input experience */
    input[type="tel"],
    input[type="email"],
    input[type="text"] {
        -webkit-appearance: none;
        appearance: none;
    }

    /* Improve button spacing */
    .btn-group .btn,
    .btn {
        margin-bottom: 0.25rem;
    }
}

/* Improve readability on small screens */
@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-text h1 {
        font-size: 1.6rem;
    }

    .hero-text h2 {
        font-size: 0.95rem;
    }

    .stats-card .h1 {
        font-size: 1.8rem;
    }

    .stats-card .small {
        font-size: 0.8rem;
    }
}

/* Better performance on mobile */
* {
    -webkit-tap-highlight-color: rgba(0,123,255,0.1);
}

/* Ensure smooth scrolling on mobile */
html {
    scroll-behavior: smooth;
}

/* Navigation hover effects */
.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0056b3;
    transition: width 0.3s ease;
}

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

/* White navbar specific styling */
.navbar-light .navbar-nav .nav-link {
    color: #0d6efd;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #0056b3;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #0056b3;
    font-weight: 600;
}

.navbar-light .navbar-brand {
    padding: 0;
}

.navbar-light .navbar-brand:hover {
    opacity: 0.9;
}

/* Clean navbar layout */
.navbar {
    margin: 0;
    padding: 0px 0; /* Ensure no top padding */
}

.navbar-nav {
    gap: 0.5rem;
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ===== END OF INLINE CSS FROM HEADER.PHP ===== */

/* Header styling */
header {
            background-color: #f8f9fa;
    padding: 0px 0; /* Removed top padding to eliminate white space */
    margin: 0;
        }

/* Desktop Dis-Phone Styling */
.dis-phone {
    margin-top: 20px;
    text-align: center;
}

.dis-phone a {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #ffc107 0%, #ff8c00 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 6px 25px rgba(255, 193, 7, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.dis-phone a::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 ease;
}

.dis-phone a:hover::before {
    left: 100%;
}

.dis-phone a:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 35px rgba(255, 193, 7, 0.6);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.dis-phone i {
    font-size: 1.4rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Body and general layout */
        body {
  padding-top: 0px; /* Removed padding to eliminate white space above top bar */
  text-align: justify;
   overflow-x: hidden;
    margin: 0;
    font-family: 'Arial', sans-serif;
    scroll-behavior: smooth;
}

/* Container spacing improvements */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Section spacing for desktop */
section {
    padding: 20px 0;
    margin: 0;
}

/* Section spacing for mobile */
@media (max-width: 768px) {
    section {
        padding: 30px 0;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    section {
        padding: 20px 0;
    }

    /* Extra small mobile hero image adjustments */
    .hero-section {
        min-height: 60vh !important;
        background-position: center 20% !important;
        background-size: 100% auto !important;
        padding: 1.5rem 0 1rem !important;
    }

    .hero-overlay {
        background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%) !important;
    }

    /* EXTRA SMALL MOBILE (576px and below) - Consistent with tablet but optimized */
    /* ALL TEXT ELEMENTS - Consistent 15px for very small screens */
    * {
        font-size: 15px !important;
    }

    /* Headings - slightly smaller for very small screens */
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.6rem !important; /* 22.4px */
        line-height: 1.4 !important;
        font-weight: 600 !important;
    }

    .hero-content h1,
    .hero-content .main-heading {
        font-size: 17px !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    /* ALL paragraphs - consistent 15px */
    p, .lead, p.lead {
        line-height: 1.6 !important;
        font-weight: 400 !important;
    }

    /* Navigation - consistent with body text */
    .navbar-nav .nav-link {
        font-size: 15px !important;
        padding: 6px 10px !important;
        font-weight: 500 !important;
    }

    .navbar-brand {
        font-size: 16px !important; /* Slightly larger for branding */
        font-weight: 700 !important;
    }

    /* Tables - consistent with body text */
    .table th, .table td {
        font-size: 15px !important;
        padding: 8px 6px !important;
        font-weight: 400 !important;
    }

    /* Buttons - consistent with navigation */
    .consignment button, .hero-section button, button, .btn {
        font-size: 15px !important;
        padding: 10px 20px !important;
        font-weight: 500 !important;
    }

    /* Links - consistent sizing */
    a, .nav-link {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    /* Form elements - consistent sizing */
    input, textarea, select {
        font-size: 15px !important; /* Prevents zoom on iOS */
        font-weight: 400 !important;
    }

    /* Small text elements - readable on small screens */
    small, .text-small, .text-muted, .subtitle, .section-subtitle {
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    /* List items */
    li, ul li, ol li {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    /* Span elements and inline text */
    span, .text, .content {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    /* Strong and bold text */
    strong, b {
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    /* Card content */
    .card-title, .card-text, .review-card p {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    /* Feature items */
    .feature-item p, .feature-content p {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    /* Dramatically increase width of Our Trusted Partners section for small screens */
    .partners-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 125% !important;
        margin-left: -12.5% !important;
        max-width: 125% !important;
        position: relative;
        overflow: visible !important;
    }

    .partners-section .container {
        padding-left: 3px !important;
        padding-right: 3px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Make partner items much larger on small mobile */
    .partner-item {
        padding: 18px !important;
        margin: 0 6px !important;
        min-width: 130px !important;
    }

    .partner-logo {
        padding: 18px !important;
        min-height: 110px !important;
    }

    .partner-img {
        max-width: 70px !important;
        max-height: 50px !important;
    }

    /* Increase carousel spacing for small screens */
    .partners-carousel {
        overflow: visible !important;
        padding: 0 8px !important;
    }
}

/* Consistent paragraph styling */
p, .lead {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

/* Ensure all paragraphs have consistent font size */
p.lead {
    font-size: 16px ;
    font-weight: 400 !important;
}

/* Override any Bootstrap lead class that might have different font size */
.lead {
    font-size: 18px !important;
    font-weight: 400 !important;
}

/* Heading spacing improvements */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.2rem !important;
    margin-top: 0;
}

h1 {
    margin-bottom: 1.5rem !important;
}

h2 {
    margin-bottom: 1.3rem !important;
}

/* Row and column spacing */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-4, .col-md-6, .col-lg-6, .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/* Mobile column spacing */
@media (max-width: 768px) {
    .col-md-4, .col-md-6, .col-lg-6, .col-12 {
        margin-bottom: 20px;
    }
    
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1rem !important;
    }
    
    h1 {
        margin-bottom: 1.2rem !important;
    }
    
    h2 {
        margin-bottom: 1.1rem !important; 
    }
}




 .hero-section {
      position: relative;
      background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%),
                  url('images/best-packers-and-movers.jpg') center/contain no-repeat;
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      background-size: 120% auto;
    }

    
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      backdrop-filter: blur(2px);
      background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      color: white;
    }
   
     
     .hero-section form{
         margin-top: 100px !important;
         background: #e7efd5 !important;
         color : #383838;
         font-weight: 400;
     }

    .hero-form {
      background: rgba(255, 255, 255, 0.9);
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      margin-top: 30px;
    }

    .breadcrumb-custom {
      background-color: transparent;
      margin-bottom: -60px;
      position: relative;
      z-index: 3;
    }

    /* COMPREHENSIVE MOBILE TYPOGRAPHY SYSTEM - All text sizes unified */
    @media (max-width: 768px) {
      /* ALL TEXT ELEMENTS - Consistent 16px font size */
      * {
        font-size: 16px !important;
      }

      /* Override all headings to be consistent */
      h1, h2, h3, h4, h5, h6 {
        font-size: 1.7rem !important; /* 24px - readable but not too large */
        line-height: 1.4 !important;
        font-weight: 600 !important;
      }

      .hero-content h1,
      .hero-content .main-heading {
        font-size: 17px !important; /* Much smaller for mobile */
        line-height: 1.4 !important;
        text-align: left !important;
      }

      /* ALL paragraphs - consistent 16px */
      p, .lead, p.lead {
        line-height: 1.6 !important;
        font-weight: 400 !important;
      }

      /* Navigation - consistent with body text */
      .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 8px 12px !important;
        font-weight: 500 !important;
      }

      .navbar-brand {
        font-size: 18px !important; /* Slightly larger for branding */
        font-weight: 700 !important;
      }

      /* Tables - consistent with body text */
      .table th, .table td {
        font-size: 16px !important;
        padding: 10px 8px !important;
        font-weight: 400 !important;
      }

      /* Buttons - consistent with navigation */
      .consignment button, .hero-section button, button, .btn {
        font-size: 16px !important;
        padding: 12px 24px !important;
        font-weight: 500 !important;
      }

      /* Links - consistent sizing */
      a, .nav-link {
        font-size: 16px !important;
        font-weight: 400 !important;
      }

      /* Form elements - consistent sizing */
      input, textarea, select {
        font-size: 16px !important; /* Prevents zoom on iOS */
        font-weight: 400 !important;
      }

      /* Small text elements - slightly smaller but still readable */
      small, .text-small, .text-muted, .subtitle, .section-subtitle {
        font-size: 14px !important;
        font-weight: 400 !important;
      }

      /* List items */
      li, ul li, ol li {
        font-size: 16px !important;
        font-weight: 400 !important;
      }

      /* Span elements and inline text */
      span, .text, .content {
        font-size: 16px !important;
        font-weight: 400 !important;
      }

      /* Strong and bold text */
      strong, b {
        font-size: 16px !important;
        font-weight: 600 !important;
      }

      /* Card content */
      .card-title, .card-text, .review-card p {
        font-size: 16px !important;
        font-weight: 400 !important;
      }

      /* Feature items */
      .feature-item p, .feature-content p {
        font-size: 16px !important;
        font-weight: 400 !important;
      }

      /* Significantly increase width of Our Trusted Partners section */
      .partners-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 115% !important;
        margin-left: -7.5% !important;
        max-width: 115% !important;
        position: relative;
      }

      .partners-section .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
        width: 100% !important;
        max-width: 100% !important;
      }

      /* Make partner items much larger on mobile */
      .partner-item {
        padding: 20px !important;
        margin: 0 8px !important;
        min-width: 140px !important;
      }

      .partner-logo {
        padding: 20px !important;
        min-height: 120px !important;
      }

      .partner-img {
        max-width: 80px !important;
        max-height: 60px !important;
      }

      /* Increase carousel spacing */
      .partners-carousel {
        overflow: visible !important;
        padding: 0 10px !important;
      }
    }



        .hero {
            background: url('https://via.placeholder.com/1200x400') center/cover no-repeat;
            color: white;
            text-align: center;
            padding: 100px 20px;
        }

        .pricing-table td, .pricing-table th {
            text-align: center;
        }

        .review-card {
            border: 1px solid #ddd;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        /* Mobile review card adjustments */
        @media (max-width: 768px) {
            .review-card {
            padding: 20px;
            margin-bottom: 20px;
            }

            /* Mobile background image adjustments */
            .hero-section {
                background-attachment: scroll !important;
                background-position: center center !important;
                background-size: 110% auto !important;
                background-repeat: no-repeat !important;
                min-height: 65vh !important;
            }

            .hero-overlay {
                background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%) !important;
            }
        }
        .navbar {
  background: #ffff;
    border-bottom: 2px solid #f3f3f3;
    padding: 0px 0; /* Removed top padding to eliminate white space */
    margin: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
  font-weight: bold;
  font-size: 22px;
  color: #ffc107 !important; /* golden-yellow */
    margin-right: 30px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 17px;
  color: #108f8a !important; /* white text */
    margin-right: 15px;
    padding: 8px 15px !important;
  transition: color 0.3s, background 0.3s;
    border-radius: 5px;
}

/* Mobile navbar adjustments - Now handled by comprehensive typography system above */
.navbar-nav .phone{
    color: #ffc107 !important; /* golden on hover */
  background-color: rgba(255, 193, 7, 0.1); /* soft background on hover */
  border-radius: 5px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffc107 !important; /* golden on hover */
  background-color: rgba(255, 193, 7, 0.1); /* soft background on hover */
  border-radius: 5px;
}

.dropdown-menu {
  background-color: #343a40; /* dark dropdown background */
}

.dropdown-item {
  color: #ffffff;
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: #ffc107;
  color: #000;
}

.dis-phone {
    text-align: center;
    margin-top: 85px;
    font-size: 30px;
}
.dis-phone a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.hero-section .dis-phone i{
  transition: transform 0.2s;
  animation: shake 0.5s infinite;
}
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-2px); }
  40% { transform: translateX(2px); }
  60% { transform: translateX(-2px); }
  80% { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

.car-transport img{
    border-radius: 20px;
    width: 100%;
}
.car-transport iframe{
    border-radius: 20px;
}


.consignment form{
         background: #e7efd5 !important;
    color: #383838;
         font-weight: 400;
    padding: 30px !important;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin: 20px 0;
}

/* Mobile form adjustments */
@media (max-width: 768px) {
    .consignment form {
        padding: 20px !important;
        margin: 15px 0;
    }
     }

.consignment a {
    text-decoration: none;
    color: red;
}

.consignment button, .hero-section button{
    background: #108f8a;
    font-weight: 500;
    border: none;
    padding: 12px 30px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin: 10px 0;
}

.consignment button:hover, .hero-section button:hover{
    background: #0a6b67;
    font-weight: 500;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(16, 143, 138, 0.3);
}

/* Table improvements */
.table {
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.table th {
    background-color: #108f8a;
    color: white;
    padding: 15px 10px;
    border: none;
}

.table td {
    padding: 12px 10px;
    vertical-align: middle;
}

/* Mobile table and button styles moved to unified typography system above */
/* Modern Footer Styling */
.footer-bg {
    background: linear-gradient(135deg, #108f8a 0%, #0a6b67 100%);
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer-bg::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="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.footer-main {
    position: relative;
    z-index: 2;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-heading {
    color: #ffc107;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 193, 7, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-heading i {
    font-size: 1.2rem;
    color: #ffc107;
}

.footer-description {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-contact {
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 14px;
}

.contact-item i {
    color: #ffc107;
    width: 16px;
    font-size: 14px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 193, 7, 0.3);
}

.social-link:hover {
    background: #ffc107;
    color: #108f8a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a {
    color: #e0e0e0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.footer-links-list a:hover {
    color: #ffc107;
    transform: translateX(5px);
}

.footer-links-list i {
    color: #ffc107;
    width: 16px;
    font-size: 12px;
}

.service-areas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.area-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e0e0e0;
    font-size: 13px;
    padding: 5px 0;
}

.area-item i {
    color: #ffc107;
    font-size: 12px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.copyright-text {
    color: #b0b0b0;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.copyright-text i {
    color: #ffc107;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.bottom-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.bottom-link:hover {
    color: #ffc107;
}

/* Mobile Footer Adjustments */
@media (max-width: 768px) {
    .footer-bg {
        padding: 40px 0 15px;
    }
    
    .footer-heading {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .footer-description {
        font-size: 13px;
    }
    
    .contact-item {
        font-size: 13px;
    }
    
    .footer-links-list a {
        font-size: 13px;
    }
    
    .service-areas-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .area-item {
        font-size: 12px;
    }
    
    .social-links {
        gap: 12px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
    }
    
    .footer-bottom-links {
        justify-content: center;
        gap: 15px;
        margin-top: 15px;
    }
    
    .copyright-text {
        text-align: center;
        justify-content: center;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .footer-bg {
        padding: 30px 0 10px;
    }
    
    .footer-section {
        margin-bottom: 25px;
    }
    
    .footer-heading {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-link {
        width: 32px;
        height: 32px;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
}

/* Track Consignment Section Styling */
.track-consignment-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.track-consignment-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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.track-consignment-section .container {
    position: relative;
    z-index: 2;
}

/* Track Header Styling */
.track-header {
    margin-bottom: 2rem;
}

.track-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffc107 0%, #ff8c00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.track-icon i {
    font-size: 2rem;
    color: white;
}

.track-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.track-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Track Form Container */
.track-form-container {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}

/* Track Form Styling */
.track-form {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 0;
}

.input-group {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.input-group:focus-within {
    border-color: #ffc107;
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.3);
    transform: translateY(-2px);
}

.input-group-text {
    background: linear-gradient(135deg, #108f8a 0%, #0a6b67 100%);
    border: none;
    color: white;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
}

.track-input {
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.track-input:focus {
    background: white;
    box-shadow: none;
    outline: none;
}

.track-input::placeholder {
    color: #6c757d;
    font-style: italic;
}

/* Track Button Styling */
.track-btn {
    background: linear-gradient(135deg, #ffc107 0%, #ff8c00 100%);
    border: none;
    color: white;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 140px;
}

.track-btn:hover {
    background: linear-gradient(135deg, #ff8c00 0%, #ff6b35 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

.track-btn i {
    font-size: 1rem;
}

/* Track Features */
.track-features {
    padding: 1.5rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.track-feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #6c757d;
}

.track-feature:hover {
    background: #f8f9fa;
    color: #108f8a;
    transform: translateX(5px);
}

.track-feature i {
    font-size: 1.2rem;
    color: #ffc107;
    width: 20px;
}

.track-feature span {
    font-weight: 500;
    font-size: 0.95rem;
}

/* Contact Info */
.contact-info {
    margin-top: 1.5rem;
}

.contact-card {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #108f8a 0%, #0a6b67 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(16, 143, 138, 0.3);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(16, 143, 138, 0.4);
}

.contact-card i {
    font-size: 1.5rem;
    color: #ffc107;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.contact-label {
    font-size: 0.85rem;
    opacity: 0.9;
}

.contact-number {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.contact-number:hover {
    color: #ffc107;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* General mobile improvements */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Section spacing for mobile */
    section {
        padding: 25px 0;
    }
    
    /* Heading adjustments for mobile */
    h1 {
        font-size: 1.8rem !important;
        line-height: 1.3;
        margin-bottom: 1.2rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
        line-height: 1.3;
        margin-bottom: 1rem !important;
    }
    
    h3 {
        font-size: 1.6rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    /* Paragraph adjustments for mobile - same size as desktop */
    p, .lead {
        font-size: 18px !important;
        line-height: 1.5;
        margin-bottom: 0.8rem !important;
    }
    
    /* Track consignment section */
    .track-consignment-section {
        padding: 2rem 0;
    }
    
    .track-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .track-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
    }
    
    .track-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }
    
    .track-icon i {
        font-size: 1.5rem;
    }
    
    .track-form-container {
        padding: 2rem;
        margin: 0 1rem;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .input-group {
        flex-direction: row !important;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .input-group-text {
        border-radius: 12px 0 0 12px;
        padding: 1rem;
        font-size: 1.1rem;
        justify-content: center;
        border: none;
        background: #f8f9fa;
        color: #108f8a;
        min-width: 60px;
    }

    .track-input {
        border-radius: 0;
        padding: 1rem;
        font-size: 16px; /* Prevents zoom on iOS */
        text-align: left;
        border: 2px solid #e0e0e0;
        border-left: none;
        border-right: none;
        background: white;
        flex: 1;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-weight: 500;
    }
    
    .track-input:focus {
        background: white;
        outline: none;
        border-color: #108f8a;
        box-shadow: 0 0 0 0.2rem rgba(16, 143, 138, 0.25);
    }
    
    .track-input::placeholder {
        color: #6c757d;
        opacity: 1;
    }
    
    .track-btn {
        background: linear-gradient(135deg, #108f8a 0%, #0a6b67 100%);
        color: white;
        border: 2px solid #108f8a;
        border-left: none;
        border-radius: 0 12px 12px 0;
        padding: 1rem 1.5rem;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        min-width: 140px;
        transition: all 0.3s ease;
    }

    .track-btn:hover {
        background: linear-gradient(135deg, #0a6b67 0%, #085c58 100%);
        border-color: #0a6b67;
        transform: translateY(-1px);
    }

    .track-btn span {
        font-size: 0.95rem;
        white-space: nowrap;
        font-weight: 600;
    }

    /* Smaller tablets optimization */
    @media (max-width: 576px) {
        .track-form-container {
            padding: 1.5rem;
            margin: 0 0.5rem;
        }

        .track-input {
            font-size: 16px;
            padding: 0.875rem 0.75rem;
        }

        .track-btn {
            padding: 0.875rem 1.25rem;
            min-width: 120px;
        }

        .track-btn span {
            font-size: 0.9rem;
        }
    }
    
    .track-features {
        padding: 1rem 0;
    }
    
    .track-feature {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem 0.5rem;
        margin-bottom: 0.5rem;
        background: #f8f9fa;
        border-radius: 8px;
        border: 1px solid #e9ecef;
    }
    
    .track-feature i {
        font-size: 1.5rem;
        margin-bottom: 0.3rem;
    }
    
    .track-feature span {
        font-size: 0.9rem;
        font-weight: 600;
    }
    
    .contact-card {
        padding: 1rem;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
        border-radius: 25px;
        width: 100%;
    }
    
    .contact-card i {
        font-size: 1.3rem;
    }
    
    .contact-label {
        font-size: 0.8rem;
    }
    
    .contact-number {
        font-size: 1rem;
    }
    
    /* Hero section mobile improvements */
    .consignment {
        padding: 2rem 0;
    }
    
    .consignment h1,
    .consignment .main-heading {
        font-size: 20px !important;
        padding: 0 0.5rem;
        text-align: left !important;
    }
    
    .consignment .lead {
        padding: 0 0.5rem;
    }
    
    /* Service list mobile improvements */
    .consignment ul {
        padding-left: 20px !important;
    }
    
    .consignment li {
        font-size: 14px;
        margin-bottom: 0.5rem;
        line-height: 1.4;
    }
    
    /* Feature items mobile improvements */
    .feature-item {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .feature-item i {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem;
    }
    
    .feature-item p {
        font-size: 13px !important;
    }
    
    /* Address section mobile improvements */
    .address-section {
        padding: 20px;
        margin: 15px 0;
    }
    
    .address-box {
        padding: 15px;
    }
    
    .address-box p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    /* Table mobile improvements */
    .table-responsive {
        font-size: 13px;
    }
    
    .table th, .table td {
        padding: 8px 5px;
        font-size: 13px;
    }
    
    /* Review cards mobile improvements */
    .review-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .review-card p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* FAQ mobile improvements */
    .accordion-button {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .accordion-body {
        font-size: 14px;
        padding: 15px;
    }
    
    /* Mobile input field fixes */
    input[type="text"], 
    input[type="email"], 
    input[type="tel"], 
    input[type="number"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        font-size: 16px; /* Prevents zoom on iOS */
        min-height: 44px; /* Minimum touch target */
    }
    
    /* Ensure form elements are clickable on mobile */
    .form-control {
        position: relative;
        z-index: 1;
        pointer-events: auto;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 576px) {
    /* General improvements for small mobile */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    section {
        padding: 25px 0;
    }
    
    h1 {
        font-size: 1.5rem !important;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 1.3rem !important;
        line-height: 1.2;
    }
    
    h3 {
        font-size: 1.3rem !important;
    }
    
    p, .lead {
        line-height: 1.4;
    }
    
    /* Track consignment section */
    .track-consignment-section {
        padding: 1.5rem 0;
    }
    
    .track-title {
        font-size: 1.6rem;
    }
    
    .track-subtitle {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    /* Mobile-optimized tracking form */
    .track-form-container {
        padding: 1.5rem;
        margin: 0 0.5rem;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .track-form .input-group {
        position: relative;
        display: flex;
        align-items: stretch;
        width: 100%;
    }

    .track-form .input-group-text {
        background: #f8f9fa;
        border: 2px solid #e0e0e0;
        border-right: none;
        border-radius: 8px 0 0 8px;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 50px;
    }

    .track-input {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 0.75rem 1rem;
        border: 2px solid #e0e0e0;
        border-left: none;
        border-right: none;
        background: white;
        flex: 1;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-weight: 500;
    }

    .track-input:focus {
        background: white;
        outline: none;
        border-color: #108f8a;
        box-shadow: none;
    }

    .track-input::placeholder {
        color: #6c757d;
        opacity: 1;
        font-weight: 400;
    }

    .track-btn {
        background: linear-gradient(135deg, #108f8a 0%, #0a6b67 100%);
        color: white;
        border: 2px solid #108f8a;
        border-left: none;
        border-radius: 0 8px 8px 0;
        padding: 0.75rem 1.25rem;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        min-width: 120px;
        transition: all 0.3s ease;
    }

    .track-btn:hover {
        background: linear-gradient(135deg, #0a6b67 0%, #085c58 100%);
        border-color: #0a6b67;
        transform: translateY(-1px);
    }

    .track-btn i {
        font-size: 1rem;
    }

    .track-btn span {
        font-size: 0.9rem;
        white-space: nowrap;
    }
    
    .track-feature {
        padding: 0.8rem 0.3rem;
    }
    
    .track-feature i {
        font-size: 1.3rem;
    }
    
    .track-feature span {
        font-size: 0.85rem;
    }
    
    .contact-card {
        padding: 0.8rem;
    }
    
    .contact-card i {
        font-size: 1.2rem;
    }
    
    .contact-label {
        font-size: 0.75rem;
    }
    
    .contact-number {
        font-size: 0.95rem;
    }
}

/* Very Small Mobile Devices */
@media (max-width: 375px) {
    .track-title {
        font-size: 1.4rem;
    }
    
    .dis-phone a {
        padding: 0.6rem 1rem;
        font-size: 0.95rem;
        gap: 0.5rem;
    }
    
    .dis-phone i {
        font-size: 1rem;
    }
    
    .track-input {
        font-size: 0.9rem;
        padding: 0.7rem;
        border: 2px solid #e0e0e0;
        background: white;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        min-height: 44px; /* Minimum touch target size */
    }
    
    .track-input:focus {
        background: white;
        outline: none;
        border-color: #108f8a;
        box-shadow: 0 0 0 0.2rem rgba(16, 143, 138, 0.25);
    }
    
    .track-subtitle {
        font-size: 0.85rem;
    }
    
    .track-form-container {
        padding: 1rem;
        margin: 0 0.2rem;
    }
    
    .track-input {
        font-size: 0.9rem;
        padding: 0.7rem;
    }
    
    .track-btn {
        padding: 0.7rem;
        font-size: 0.9rem;
    }
    
    .track-feature {
        padding: 0.6rem 0.2rem;
    }
    
    .track-feature i {
        font-size: 1.2rem;
    }
    
    .track-feature span {
        font-size: 0.8rem;
    }
}

/* Feature Items Styling */
.feature-item {
    padding: 15px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.feature-item i {
    display: block;
    margin: 0 auto;
}

.feature-item p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

/* Partners Carousel Styling */
.partners-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.partners-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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(16,143,138,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.partners-section .container {
    position: relative;
    z-index: 2;
}

.partners-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #108f8a;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.partners-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
    font-weight: 400;
}

.partners-carousel {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.partners-slider {
    display: flex;
    animation: slidePartners 30s linear infinite;
    gap: 30px;
    padding: 20px 0;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.partners-slider:active {
    cursor: grabbing;
}

.partners-slider:hover {
    animation-play-state: paused;
}

@keyframes slidePartners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-item {
    min-width: 200px;
    flex-shrink: 0;
    background: white;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.partner-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(16, 143, 138, 0.1), transparent);
    transition: left 0.5s ease;
}

.partner-item:hover::before {
    left: 100%;
}

.partner-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(16, 143, 138, 0.2);
    border-color: #108f8a;
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.partner-img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: white;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.partner-logo:hover .partner-img {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(16, 143, 138, 0.3);
}

.partner-logo i {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.partner-item:hover .partner-logo i {
    transform: scale(1.2);
}

.partner-logo h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

.partner-item:hover .partner-logo h5 {
    color: #108f8a;
}

.partner-logo p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
}

.partners-info {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border: 2px solid #e9ecef;
}

.partners-info p {
    margin-bottom: 0.5rem;
}

.partners-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-top: 1rem;
}

/* Mobile responsive for partners */
@media (max-width: 768px) {
    .partners-slider {
        animation-duration: 8s;
        gap: 12px;
        padding: 12px 6px;
    }
    
    .partner-item {
        min-width: 130px;
        max-width: 130px;
        padding: 18px 12px;
    }
    
    .partner-img {
        width: 80px;
        height: 60px;
        padding: 6px;
    }
    
    .partner-logo h5 {
        font-size: 0.9rem;
        margin-bottom: 4px;
    }
    
    .partner-logo p {
        font-size: 0.7rem;
        margin: 0;
    }
    
    .partner-logo {
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .partners-slider {
        animation-duration: 5s;
        gap: 10px;
        padding: 10px 5px;
    }
    
    .partner-item {
        min-width: 110px;
        max-width: 110px;
        padding: 15px 10px;
    }
    
    .partner-img {
        width: 65px;
        height: 45px;
        padding: 4px;
    }
    
    .partner-logo h5 {
        font-size: 0.8rem;
        margin-bottom: 3px;
    }
    
    .partner-logo p {
        font-size: 0.6rem;
        margin: 0;
    }
    
    .partner-logo {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .partners-slider {
        animation-duration: 4s;
        gap: 8px;
        padding: 8px 4px;
    }
    
    .partner-item {
        min-width: 100px;
        max-width: 100px;
        padding: 12px 8px;
    }
    
    .partner-img {
        width: 55px;
        height: 40px;
        padding: 3px;
    }
    
    .partner-logo h5 {
        font-size: 0.7rem;
        margin-bottom: 2px;
    }
    
    .partner-logo p {
        font-size: 0.5rem;
        margin: 0;
    }
    
    .partner-logo {
        gap: 4px;
    }
}

/* Fix excessive white space above H2 headings on mobile */
@media (max-width: 768px) {
    section {
        padding: 15px 0 !important;
    }
    
    h2.mb-4 {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 576px) {
    section {
        padding: 10px 0 !important;
    }
    
    h2.mb-4 {
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }
}

/* Address Section Styling */
.address-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #108f8a;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.address-section h4 {
    color: #108f8a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.address-section h4 i {
    color: #108f8a;
    font-size: 1.2rem;
}

.address-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.address-box p {
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.address-box p:last-child {
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    color: #108f8a;
    font-size: 16px;
}

.address-box p:last-child i {
    margin-right: 8px;
    color: #28a745;
}

/* Mobile address section adjustments */
@media (max-width: 768px) {
    .address-section {
        padding: 20px;
        margin-top: 15px;
    }
    
    .address-box {
        padding: 15px;
    }
    
    .address-box p {
        font-size: 14px;
    }
    
    .address-box p:last-child {
        font-size: 15px;
    }
}

/* Mobile footer adjustments */
@media (max-width: 768px) {
    .footer-bg {
        padding: 30px 0 15px;
    }
    
    .footer-bg footer {
        padding: 12px 0;
        margin-top: 20px;
    }
    
    .footer-links a {
        font-size: 14px;
        padding: 3px 0;
        margin-bottom: 5px;
    }
}
@media (max-width: 575.98px) {
  .footer-links > [class^="col-"]{
    margin-bottom: 6px;
  }
}
.footer-bg p{
    margin-top: 20px;
    color: #fff;
}

 @media only screen and (min-device-width: 300px) and (max-device-width: 350px){
 .hero-content h1 {
        margin-top: 20px;
        font-size: 19px;
      }
      .hero-section{
          height: 100%;
          top: 100px;
          position: relative;
      }
      
      
      
      
 }








/* General responsive helpers */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Medium and below */
@media (max-width: 991.98px) {
  body {
    padding-top: 0px; /* Removed padding to eliminate white space above top bar */
  }
  .navbar-brand img {
    max-width: 120px;
    height: auto;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 12px;
  }
  .hero-section {
    min-height: unset;
        padding: 60px 0 30px;
  }
  .hero-content h2 {
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
  }
  .hero-section form {
    margin-top: 20px !important;
        padding: 20px;
  }
  .dis-phone {
    margin-top: 20px;
    font-size: 22px;
  }
    
    .dis-phone a {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        background: linear-gradient(135deg, #ffc107 0%, #ff8c00 100%);
        color: white;
        padding: 0.8rem 1.5rem;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.2);
        position: relative;
        overflow: hidden;
    }
    
    .dis-phone a::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 ease;
    }
    
    .dis-phone a:hover::before {
        left: 100%;
    }
    
    .dis-phone a:hover {
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 8px 30px rgba(255, 193, 7, 0.6);
        border-color: rgba(255, 255, 255, 0.4);
        color: white;
    }
    
    .dis-phone i {
        font-size: 1.2rem;
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }
    
    /* Container adjustments for tablets */
    .container {
        padding-left: 20px;
        padding-right: 20px;
  }
}

/* Small screens */
@media (max-width: 575.98px) {
  .breadcrumb-custom {
    margin-bottom: -20px;
  }
  .hero-content h2 {
    font-size: 1.35rem;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
  }
    
    .dis-phone a {
        padding: 0.7rem 1.2rem;
        font-size: 1rem;
        gap: 0.6rem;
    }
    
    .dis-phone i {
        font-size: 1.1rem;
    }
    
    /* Container adjustments for mobile */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Reduce section padding for mobile */
    section {
        padding: 25px 0;
    }
    
    /* Adjust hero section for mobile */
    .hero-section {
        padding: 40px 0 20px;
    }

    /* Mobile hero text adjustments */
    .hero-text .main-heading {
        font-size: 25px !important;
        line-height: 1.3 !important;
        margin-bottom: 0.8rem !important;
        text-align: left !important;
    }
    
    /* Mobile form adjustments */
    .consignment form {
        padding: 15px !important;
        margin: 10px 0;
    }
    
    /* Mobile button adjustments */
    .consignment button, .hero-section button {
        padding: 8px 15px !important;
        font-size: 13px;
    }
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #108f8a;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
    font-weight: 400;
}

/* Services Overview Section */
.services-overview {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(16, 143, 138, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(16, 143, 138, 0.2);
    border-color: #108f8a;
}

.service-icon {
    margin-bottom: 20px;
}

.service-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.service-card:hover h4 {
    color: #108f8a;
}

.service-card p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.service-features li {
    padding: 5px 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.service-features i {
    margin-right: 8px;
    width: 16px;
}

/* Pricing Section */
.pricing-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pricing-card.featured {
    border-color: #ffc107;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.3);
}

.pricing-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background: #ffc107;
    color: white;
    padding: 5px 40px;
    font-size: 0.8rem;
    font-weight: 600;
    transform: rotate(45deg);
}

.pricing-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.price {
    margin-bottom: 25px;
}

.currency {
    font-size: 1.5rem;
    color: #6c757d;
    vertical-align: top;
}

.amount {
    font-size: 3rem;
    font-weight: 700;
    color: #108f8a;
    margin: 0 5px;
}

.period {
    font-size: 1rem;
    color: #6c757d;
}

.pricing-features {
    margin-bottom: 25px;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #6c757d;
}

.pricing-features i {
    margin-right: 10px;
    width: 16px;
}

.pricing-footer .btn {
    width: 100%;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 25px;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Service Areas Section */
.service-areas-section {
    background: white;
}

.area-card {
    background: linear-gradient(135deg, #108f8a 0%, #0a6b67 100%);
    color: white;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(16, 143, 138, 0.2);
    height: 100%;
}

.area-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 30px rgba(16, 143, 138, 0.3);
}

.area-card i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #ffc107;
}

.area-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.area-card p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

.service-areas-info {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    border: 2px solid #e9ecef;
}

.service-areas-info p {
    margin-bottom: 20px;
    color: #6c757d;
}

/* Why Choose Us Section */
.why-choose-us {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.feature-highlight {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 143, 138, 0.2);
    border-color: #108f8a;
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #108f8a 0%, #0a6b67 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.feature-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.feature-content p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Image Gallery Section */
.image-gallery-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 300px;
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(16, 143, 138, 0.2);
}

.gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(16, 143, 138, 0.9), rgba(13, 110, 253, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 20px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.gallery-content h5 i {
    margin-right: 8px;
    color: #ffd700;
}

.gallery-content p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.gallery-info {
    background: linear-gradient(135deg, #108f8a, #0d6efd);
    border-radius: 15px;
    padding: 30px;
    color: white;
    box-shadow: 0 8px 25px rgba(16, 143, 138, 0.2);
}

.gallery-info p {
    margin: 0;
    color: white !important;
}

.gallery-info strong {
    color: #ffd700;
    font-weight: 600;
}

.gallery-description {
    font-size: 1rem !important;
    opacity: 0.9;
    margin-top: 15px !important;
}

/* Mobile responsive for gallery */
@media (max-width: 768px) {
    .gallery-item {
        height: 250px;
    }
    
    .gallery-content h5 {
        font-size: 1rem;
    }
    
    .gallery-content p {
        font-size: 0.8rem;
    }
    
    .gallery-info {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .gallery-item {
        height: 200px;
    }
    
    .gallery-content h5 {
        font-size: 0.9rem;
    }
    
    .gallery-content p {
        font-size: 0.7rem;
    }
    
    .gallery-info {
        padding: 15px;
    }
    
    .gallery-description {
        font-size: 0.9rem !important;
    }
}

/* Customer Testimonials Carousel Section */
.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.testimonials-title {
    color: #108f8a;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 2.2rem;
}

.testimonials-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.testimonials-carousel {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.testimonials-slider {
    display: flex;
    gap: 30px;
    animation: slideTestimonials 30s linear infinite;
    width: max-content;
}

.testimonial-item {
    min-width: 350px;
    max-width: 350px;
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.testimonial-item::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4rem;
    color: #108f8a;
    opacity: 0.1;
    font-family: serif;
}

.testimonial-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(16, 143, 138, 0.2);
    border-color: #108f8a;
}

.testimonial-stars {
    margin-bottom: 15px;
    text-align: center;
}

.testimonial-stars i {
    font-size: 1.1rem;
    margin: 0 2px;
}

.testimonial-text {
    font-style: italic;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
    text-align: center;
}

.testimonial-author {
    text-align: center;
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.testimonial-author strong {
    color: #108f8a;
    font-weight: 600;
    display: block;
    font-size: 1.1rem;
}

.testimonial-location {
    color: #6c757d;
    font-size: 0.9rem;
    display: block;
    margin-top: 5px;
}

.testimonials-info {
    background: linear-gradient(135deg, #108f8a, #0d6efd);
    border-radius: 15px;
    padding: 30px;
    color: white;
    box-shadow: 0 8px 25px rgba(16, 143, 138, 0.2);
}

.testimonials-info p {
    margin: 0;
    color: white !important;
}

.testimonials-info strong {
    color: #ffd700;
    font-weight: 600;
}

.testimonials-description {
    font-size: 1rem !important;
    opacity: 0.9;
    margin-top: 15px !important;
}

@keyframes slideTestimonials {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Mobile responsive for testimonials */
@media (max-width: 768px) {
    .testimonials-slider {
        animation-duration: 20s;
    }
    
    .testimonial-item {
        min-width: 300px;
        max-width: 300px;
        padding: 25px 20px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
    
    .testimonials-title {
        font-size: 1.8rem;
    }
    
    .testimonials-info {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .testimonials-slider {
        animation-duration: 15s;
    }
    
    .testimonial-item {
        min-width: 280px;
        max-width: 280px;
        padding: 20px 15px;
    }
    
    .testimonial-text {
        font-size: 0.85rem;
    }
    
    .testimonials-title {
        font-size: 1.5rem;
    }
    
    .testimonials-info {
        padding: 15px;
    }
    
    .testimonials-description {
        font-size: 0.9rem !important;
  }
}

/* FAQ Section Styles */
.divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px;
  margin: 20px auto;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #007bff;
  box-shadow: none;
  border-bottom: 2px solid #007bff;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #007bff;
}

.accordion-item {
  border-radius: 10px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.accordion-body {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

/* Google Map & Address Section Styles */
.map-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.map-container iframe {
  width: 100% !important;
  height: 400px;
  border: 0;
  border-radius: 15px;
}

.address-card {
  background: white;
  border-radius: 15px;
  border: 1px solid rgba(0,123,255,0.1);
  transition: all 0.3s ease;
}

.address-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.address-header {
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px solid #f8f9fa;
}

.address-item {
  padding: 15px 0;
  border-bottom: 1px solid #f8f9fa;
}

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

.contact-numbers .text-decoration-none {
  color: #495057;
}

.contact-numbers .text-decoration-none:hover {
  color: #007bff;
}

.contact-actions {
  margin-top: 20px;
}

.contact-actions .btn {
  margin-bottom: 8px;
}

.info-card {
  background: white;
  border-radius: 15px;
  border: 1px solid rgba(0,123,255,0.1);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,123,255,0.2);
  border-color: #007bff;
}

/* Mobile Responsiveness for Map Section */
@media (max-width: 991.98px) {
  .map-container iframe {
    height: 300px;
  }

  .address-card {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .map-container iframe {
    height: 250px;
  }

  .address-card {
    margin-top: 20px;
    padding: 20px;
  }

  .address-header {
    padding: 15px 0;
  }

  .contact-actions .btn {
    font-size: 14px;
    padding: 12px;
  }
}

/* ===== ENHANCED ADDRESS SECTION STYLES ===== */

/* Address Card Container */
.address-card {
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%);
  border: 1px solid rgba(0,123,255,0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.address-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* Address Header */
.address-header {
  border-bottom: 2px solid #e3f2fd;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.address-header h5 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.address-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px;
}

/* Address Icon Circle */
.address-icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0,123,255,0.3);
  transition: all 0.3s ease;
}

.address-icon-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,123,255,0.4);
}

.address-icon-circle i {
  font-size: 1.2rem;
  color: white;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

/* Address Items */
.address-item {
  margin-bottom: 15px;
  transition: all 0.3s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.address-item:last-child {
  margin-bottom: 0;
}

.address-item:hover {
  transform: translateX(5px);
}

.address-item p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
}

.address-item p strong {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #2c3e50;
  font-size: 15px;
}

.address-item .text-muted {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #6c757d !important;
  font-style: italic;
}

/* Address Item Icons */
.address-item-icon {
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.address-item:hover .address-item-icon {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.address-item a {
  transition: all 0.3s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.address-item a:hover {
  color: #0056b3 !important;
  text-decoration: none;
  letter-spacing: 0.5px;
}

/* Address Text Typography */
.address-text {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}

.address-main {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #2c3e50;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.address-street {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  color: #495057;
  font-size: 14px;
}

.address-city {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  color: #343a40;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.address-country {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #6c757d !important;
}

/* Mobile Enhancements for Address Section */
@media (max-width: 991.98px) {
  .address-card {
    margin-top: 20px;
    padding: 20px;
  }

  .address-icon-circle {
    width: 45px;
    height: 45px;
  }

  .address-icon-circle i {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .address-card {
    margin-top: 15px;
    padding: 15px;
  }

  .address-header h5 {
    font-size: 1.1rem;
    letter-spacing: 0.3px;
  }

  .address-icon-circle {
    width: 40px;
    height: 40px;
  }

  .address-icon-circle i {
    font-size: 1rem;
  }

  .address-item-icon {
    width: 30px;
    height: 30px;
  }

  .address-item-icon i {
    font-size: 0.8rem;
  }

  .address-item p {
    font-size: 13px;
    line-height: 1.4;
  }

  .address-main {
    font-size: 14px;
  }

  .address-street,
  .address-city {
    font-size: 13px;
  }

  .address-country {
    font-size: 12px;
  }

  .address-item a {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .address-card {
    padding: 12px;
  }

  .address-header h5 {
    font-size: 1rem;
    letter-spacing: 0.2px;
  }

  .address-item p {
    font-size: 12px;
    line-height: 1.3;
  }

  .address-main {
    font-size: 13px;
  }

  .address-street,
  .address-city {
    font-size: 12px;
  }

  .address-country {
    font-size: 11px;
  }

  .address-item a {
    font-size: 14px;
  }

  .address-icon-circle {
    width: 35px;
    height: 35px;
  }

  .address-icon-circle i {
    font-size: 0.9rem;
  }

  .address-item-icon {
    width: 28px;
    height: 28px;
  }

  .address-item-icon i {
    font-size: 0.7rem;
  }
}

/* ===== PRIVACY POLICY STYLES ===== */

/* Privacy Policy Section */
.privacy-policy-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.privacy-content {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Privacy Policy Header */
.privacy-content .display-5 {
  font-size: 2.5rem;
  color: #2c3e50 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.privacy-content .text-primary {
  color: #2c3e50 !important;
}

/* Typography Hierarchy */
.privacy-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.privacy-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #34495e;
  margin: 2.5rem 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #3498db;
  position: relative;
}

.privacy-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #3498db, #2980b9);
}

.privacy-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 2rem 0 1rem 0;
  padding-left: 1rem;
  border-left: 4px solid #e74c3c;
  background: linear-gradient(90deg, rgba(231, 76, 60, 0.1), transparent);
  padding: 0.5rem 1rem;
  border-radius: 0 8px 8px 0;
}

.privacy-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #34495e;
  margin: 1.5rem 0 1rem 0;
  display: flex;
  align-items: center;
}

.privacy-content h4::before {
  content: "📋";
  margin-right: 0.5rem;
  font-size: 1rem;
}

/* Paragraph Styling */
.privacy-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.privacy-content p:last-child {
  margin-bottom: 0;
}

/* List Styling */
.privacy-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.privacy-content li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
  color: #555;
}

.privacy-content li p {
  margin-bottom: 0.5rem;
}

.privacy-content li:last-child {
  margin-bottom: 0;
}

/* Enhanced Contact List */
.privacy-content .list-unstyled li {
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.05), rgba(231, 76, 60, 0.05));
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem !important;
  border-left: 4px solid #3498db;
  transition: all 0.3s ease;
}

.privacy-content .list-unstyled li:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.privacy-content .list-unstyled li p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

/* Strong Text */
.privacy-content strong {
  color: #2c3e50;
  font-weight: 600;
  background: linear-gradient(120deg, #3498db 0%, transparent 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 2px;
}

/* Link Styling */
.privacy-content a {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.privacy-content a:hover {
  color: #2980b9;
  border-bottom-color: #2980b9;
  text-decoration: none;
}

.privacy-content a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.8em;
  opacity: 0.7;
}

/* Horizontal Rules */
.privacy-content hr {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg, #3498db, #2980b9, #3498db);
  margin: 2rem 0;
  border-radius: 1px;
}

/* Responsive Design - Mobile First */
@media (max-width: 576px) {
  .privacy-policy-section {
    padding: 1rem 0 3rem 0;
  }

  .privacy-content {
    margin: 1rem 0.5rem;
    padding: 1.5rem;
    border-radius: 10px;
  }

  .privacy-content .display-5 {
    font-size: 2rem;
  }

  .privacy-content h1 {
    font-size: 2rem;
  }

  .privacy-content h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
  }

  .privacy-content h3 {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }

  .privacy-content h4 {
    font-size: 1.1rem;
  }

  .privacy-content p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .privacy-content ul {
    padding-left: 1rem;
  }

  .privacy-content li {
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) {
  .privacy-content {
    padding: 2.5rem;
    margin: 2rem 1rem;
  }

  .privacy-content .display-5 {
    font-size: 2.8rem;
  }

  .privacy-content h1 {
    font-size: 2.8rem;
  }

  .privacy-content h2 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .privacy-content {
    padding: 3rem;
    margin: 3rem auto;
    max-width: 900px;
  }

  .privacy-content .display-5 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .privacy-content {
    padding: 3.5rem;
  }
}

/* Print Styles */
@media print {
  .privacy-policy-section {
    background: white !important;
  }

  .privacy-content {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }

  .privacy-content a {
    color: black !important;
    text-decoration: underline !important;
  }

  .privacy-content a::after {
    content: " (" attr(href) ")" !important;
  }
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
  .privacy-policy-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  }

  .privacy-content {
    background: #2d2d2d;
    color: #e0e0e0;
    border-color: #444;
  }

  .privacy-content h1,
  .privacy-content h2,
  .privacy-content h3,
  .privacy-content h4,
  .privacy-content strong {
    color: #ffffff;
  }

  .privacy-content p,
  .privacy-content li {
    color: #cccccc;
  }

  .privacy-content a {
    color: #5dade2;
  }

  .privacy-content a:hover {
    color: #3498db;
  }
}

/* ===== QUOTE FORM SECTION STYLES ===== */

.quote-form-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 3rem 0;
  margin: 0;
}

.quote-form-wrapper {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form Grid Layout */
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 0;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

/* Form Inputs */
.form-input-minimal {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
}

.form-input-minimal:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
  outline: none;
}

.form-textarea-minimal {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  resize: vertical;
  min-height: 80px;
  transition: all 0.3s ease;
  background: #fff;
}

.form-textarea-minimal:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
  outline: none;
}

/* Submit Button */
.submit-btn-minimal {
  width: 100%;
  padding: 0.875rem 2rem;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.submit-btn-minimal:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.submit-btn-minimal:active {
  transform: translateY(0);
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  .quote-form-section {
    padding: 2rem 0;
  }

  .quote-form-wrapper {
    margin: 0 1rem;
    padding: 1.5rem;
    border-radius: 10px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .form-input-minimal,
  .form-textarea-minimal {
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
  }

  .submit-btn-minimal {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .quote-form-section {
    padding: 1.5rem 0;
  }

  .quote-form-wrapper {
    margin: 0 0.5rem;
    padding: 1rem;
  }

  .form-header-minimal h3 {
    font-size: 1.5rem;
  }

  .form-input-minimal,
  .form-textarea-minimal {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }

  .submit-btn-minimal {
    padding: 0.625rem 1.25rem;
    font-size: 0.95rem;
  }
}

/* Enhanced Form Styling */
.minimal-quote-form {
  max-width: 100%;
}

.form-header-minimal {
  margin-bottom: 2rem;
}

.form-header-minimal h3 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.form-header-minimal p {
  font-size: 0.95rem;
  color: #6c757d;
}

.form-footer {
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

/* Animation for form appearance */
.quote-form-section {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Focus states for accessibility */
.form-input-minimal:focus,
.form-textarea-minimal:focus {
  background-color: #fff;
}

/* Placeholder styling */
.form-input-minimal::placeholder,
.form-textarea-minimal::placeholder {
  color: #adb5bd;
  font-size: 0.9rem;
}

/* ===== ABOUT US PAGE STYLES ===== */

/* About Hero Section */
.about-hero-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3b5998 50%, #4a90e2 75%, #5dade2 100%);
  background-position: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(74, 144, 226, 0.05) 30%,
    rgba(30, 60, 114, 0.08) 70%,
    rgba(42, 82, 152, 0.12) 100%);
  pointer-events: none;
}

.about-hero-section .hero-overlay {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero-section .display-4 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4), 0 0 15px rgba(74, 144, 226, 0.2);
  line-height: 1.2;
  color: #ffffff;
}

.about-hero-section .lead {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), 0 0 12px rgba(74, 144, 226, 0.15);
  color: #ffffff;
}

.hero-badge .badge {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-stats {
  margin: 2.5rem 0;
}

.stat-item {
  text-align: center;
  min-width: 130px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(74, 144, 226, 0.2);
  background: rgba(255, 255, 255, 0.15);
}

.stat-number {
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-features {
  margin: 2rem 0;
}

.feature-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.feature-badge:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* About Content Section */
.about-content {
  padding: 5rem 0;
}

.about-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.about-text h2 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 2rem;
}

.about-text .lead {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #6c757d;
}

.about-highlights {
  margin-top: 2rem;
}

.highlight-item {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.highlight-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Mission & Vision Cards */
.mission-vision {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mission-card .card,
.vision-card .card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card .card:hover,
.vision-card .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.mission-icon,
.vision-icon {
  margin-bottom: 1rem;
}

/* Services Overview */
.services-overview {
  padding: 5rem 0;
  background: #fff;
}

.service-card {
  padding: 2rem 1rem;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  color: #3498db;
  margin-bottom: 1rem;
}

.service-title {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-desc {
  color: #6c757d;
  font-size: 0.95rem;
}

/* Why Choose Us Section */
.why-choose-us {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.why-choose-us::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 1000 1000"><defs><pattern id="pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%233498db" opacity="0.05"/><circle cx="25" cy="25" r="8" fill="none" stroke="%233498db" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23pattern)"/></svg>');
  pointer-events: none;
}

.why-card {
  padding: 0;
  height: 100%;
}

.why-card-wrapper {
  background: white;
  padding: 3rem 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.why-card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #2980b9);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.why-card-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.why-card-wrapper:hover::before {
  transform: scaleX(1);
}

.why-icon-wrapper {
  position: relative;
}

.why-icon-bg {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
  transition: all 0.3s ease;
}

.why-card-wrapper:hover .why-icon-bg {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(52, 152, 219, 0.4);
}

.why-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-size: 1.25rem;
}

.why-desc {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.why-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.feature-tag {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  color: #3498db;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(52, 152, 219, 0.2);
}

/* Additional Stats Cards */
.stat-card {
  background: white;
  padding: 2rem 1rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
}

.stat-number {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.rating-stars {
  color: #ffc107;
}

.rating-stars i {
  margin: 0 1px;
}

.satisfaction-bar {
  margin-top: 0.5rem;
}

.progress {
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
}

.progress-bar {
  border-radius: 3px;
}

.support-icon,
.insurance-icon {
  margin-top: 0.5rem;
}

/* Team Section */
.team-section {
  padding: 5rem 0;
  background: #f8f9fa;
}

.team-card {
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.team-avatar {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: white;
}

.team-name {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.team-role {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.team-desc {
  font-size: 0.95rem;
  color: #6c757d;
}

/* Contact CTA Section */
.contact-cta {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.cta-content h3 {
  color: #2c3e50;
  font-weight: 600;
}

.cta-buttons .btn {
  min-width: 140px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about-hero-section {
    min-height: 50vh;
    padding: 3rem 0;
  }

  .about-hero-section .display-4 {
    font-size: 2.2rem;
  }

  .about-hero-section .lead {
    font-size: 1.2rem;
  }

  .hero-badge .badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }

  .hero-stats {
    gap: 1rem !important;
    margin: 2rem 0;
  }

  .stat-item {
    min-width: 100px;
    padding: 0.75rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .hero-features {
    gap: 0.5rem;
    margin: 1.5rem 0;
  }

  .feature-badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }

  .about-content {
    padding: 3rem 0;
  }

  .about-image img {
    height: 250px;
    margin-bottom: 2rem;
  }

  .mission-vision {
    padding: 3rem 0;
  }

  .services-overview,
  .team-section {
    padding: 3rem 0;
  }

  .why-choose-us {
    padding: 3rem 0;
  }

  .why-card-wrapper {
    padding: 2rem 1.5rem;
  }

  .why-icon-bg {
    width: 80px;
    height: 80px;
  }

  .why-icon-bg i {
    font-size: 2rem;
  }

  .why-title {
    font-size: 1.1rem;
  }

  .why-features {
    gap: 0.25rem;
  }

  .feature-tag {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
  }

  .stat-card {
    padding: 1.5rem 0.75rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .contact-cta {
    text-align: center;
  }

  .cta-buttons {
    margin-top: 2rem;
  }

  .cta-buttons .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .about-hero-section .display-4 {
    font-size: 1.8rem;
  }

  .about-hero-section .lead {
    font-size: 1rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 1rem !important;
  }

  .stat-item {
    min-width: auto;
  }

  .about-highlights .row {
    --bs-gutter-x: 0.5rem;
  }

  .about-highlights .col-6 {
    padding: 0.25rem;
  }

  .highlight-item {
    padding: 0.75rem;
  }

  .service-card {
    padding: 1.5rem 0.5rem;
  }

  .team-card {
    padding: 1.5rem;
  }
}

/* Animation for about page */
.about-content,
.mission-vision,
.services-overview,
.team-section,
.contact-cta {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Contact Us Page Styles */
.contact-info-section {
    background: white;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.contact-card {
    background: #f8f9fa;
    padding: 2.5rem 2rem;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: white;
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
}

.contact-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.contact-card p {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.contact-link {
    font-size: 1.2rem;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-hours {
    margin-top: 1rem;
}

/* Contact Form Section */
.contact-form-container {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    color: #6c757d;
    margin-bottom: 2rem;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-form .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

/* Map Section */
.map-container {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.map-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.map-subtitle {
    color: #6c757d;
    margin-bottom: 2rem;
}

.map-placeholder {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    padding: 3rem 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.map-content h4 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.map-content p {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.map-address {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
}

.office-hours h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

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

.hour-item .day {
    font-weight: 600;
    color: #2c3e50;
}

.hour-item .time {
    color: #6c757d;
}

/* Quick Contact Section */
.quick-contact {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
}

.quick-contact-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 3rem 2rem;
}

.emergency-contact {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.emergency-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.emergency-details h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.emergency-details p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.emergency-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    color: #007bff;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.emergency-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Service Areas */
.service-areas {
    background: #f8f9fa;
}

.area-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.area-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.area-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
}

.area-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.area-card p {
    color: #6c757d;
}

/* Modern Contact Cards */
.contact-card-modern {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
}

.contact-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.contact-icon-modern {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
}

.contact-content {
    padding-top: 0.5rem;
}

.contact-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-description {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.contact-link-modern {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.contact-link-modern:hover {
    color: #0056b3;
    text-decoration: none;
    transform: translateY(-1px);
}

.contact-address-modern {
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
}

.contact-address-modern i {
    color: #dc3545;
}

/* Additional Contact Section */
.additional-contact {
    border: 1px solid #e9ecef;
}

.contact-stat h5 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-stat p {
    font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-info-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .contact-card-modern {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .contact-icon-modern {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .contact-card {
        padding: 2rem 1.5rem;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .contact-form-container,
    .map-container {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .emergency-contact {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .emergency-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .area-card {
        padding: 1.5rem;
    }

    .area-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .additional-contact .col-md-4 {
        margin-bottom: 2rem;
    }
}

/* =================================================================
   ANIMATIONS
   ================================================================= */

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(0,123,255,0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(0,123,255,0.5);
    }
}

/* =================================================================
   ENHANCED CONTACT INFO SECTION STYLES
   ================================================================= */

/* Enhanced Contact Info Container */
.contact-info-enhanced {
    position: relative;
}

.contact-card-enhanced {
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.contact-card-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.12);
}

/* Contact Icon Wrapper */
.contact-icon-wrapper {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 15px rgba(0,123,255,0.3);
    animation: pulse-glow 3s ease-in-out infinite;
}

/* Contact Title */
.contact-title {
    font-size: 1.1rem;
    color: #2d3748 !important;
    margin-bottom: 0.5rem;
}

/* Contact Options */
.contact-options .btn {
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 10px 15px;
    font-size: 14px;
    min-height: 45px;
}

.contact-options .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40,167,69,0.3);
}

.contact-options .btn i {
    font-size: 16px;
}

/* Contact Features */
.contact-features .feature-item {
    padding: 5px 0;
}

.contact-features .feature-item i {
    font-size: 14px;
    min-width: 16px;
}

.contact-features small {
    font-size: 12px;
    line-height: 1.2;
}

/* =================================================================
   MOBILE RESPONSIVE STYLES FOR CONTACT INFO
   ================================================================= */

@media (max-width: 768px) {
    .contact-card-enhanced {
        padding: 20px !important;
    }

    .contact-icon-wrapper {
        width: 50px;
        height: 50px;
    }

    .contact-icon-wrapper i {
        font-size: 1.5rem;
    }

    .contact-title {
        font-size: 1rem;
    }

    .contact-options {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .contact-options .btn {
        font-size: 13px;
        padding: 12px 10px;
        min-height: 50px;
    }

    .contact-features .col-6 {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .contact-info-enhanced {
        margin-top: 20px !important;
    }

    .contact-card-enhanced {
        padding: 15px !important;
    }

    .contact-icon-wrapper {
        width: 45px;
        height: 45px;
        margin-bottom: 10px !important;
    }

    .contact-icon-wrapper i {
        font-size: 1.3rem;
    }

    .contact-options .btn {
        font-size: 12px;
        padding: 10px 8px;
    }

    .contact-options .btn span {
        font-size: 11px;
    }
}

/* =================================================================
   END OF ENHANCED CONTACT INFO SECTION STYLES
   ================================================================= */