/* ===============================
   HEADER - PROFESSIONAL DESIGN
================================ */

/* Main Header Navigation */
.header-navbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 0;
}

.header-navbar .navbar-brand {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-navbar .logo-img {
    transition: transform 0.2s ease;
}

.header-navbar .logo-img:hover {
    transform: scale(1.05);
}

/* Search Box Styling */
.header-search {
    min-width: 140px;
    max-width: 550px;
    flex-grow: 1;
    margin-left: 1.5rem;
}

.search-input {
    border: 1px solid #dae0e7;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    background-color: #f6f8fa;
    transition: all 0.2s ease;
}

.search-input:focus {
    background-color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
    color: #333;
}

.search-btn {
    border-color: #dae0e7;
    color: #666;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.search-btn:hover,
.search-btn:focus {
    background-color: #f6f8fa;
    border-color: #0d6efd;
    color: #0d6efd;
}

.search-results {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-top: 0.25rem;
}

.search-results .list-group-item {
    border: none;
    padding: 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.search-results .list-group-item:hover {
    background-color: #f6f8fa;
}

/* Navigation Buttons */
.nav-link {
    color: #0d6efd !important;
    font-weight: 500;
    text-decoration: none;
    padding: 0.375rem 0.75rem !important;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.nav-link:hover {
    background-color: #f0f7ff;
    color: #0a58ca !important;
}

/* User Button */
.user-btn {
    border-color: #dae0e7;
    color: #333;
    background-color: #f6f8fa;
    padding: 0.375rem 0.5rem !important;
    transition: all 0.2s ease;
}

.user-btn:hover {
    border-color: #0d6efd;
    background-color: #f0f7ff;
    color: #0d6efd;
}

/* Cart Button */
.cart-btn {
    border-color: #dae0e7;
    color: #333;
    background-color: #f6f8fa;
    padding: 0.375rem 0.5rem !important;
    transition: all 0.2s ease;
    position: relative;
}

.cart-btn:hover {
    border-color: #0d6efd;
    background-color: #f0f7ff;
    color: #0d6efd;
}

#cartCount {
    font-weight: 600;
}

/* Dropdown Menu */
.dropdown-menu {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    color: #333;
    transition: all 0.15s ease;
    border: none;
}

.dropdown-item:hover {
    background-color: #f6f8fa;
    color: #0d6efd;
    padding-left: 1.25rem;
}

.dropdown-item i {
    color: #0d6efd;
    width: 20px;
    text-align: center;
}

.dropdown-divider {
    margin: 0.25rem 0;
    opacity: 0.3;
}

/* Address Banner Section */
.header-banner {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    border-bottom: 1px solid #e8e8e8;
    padding: 0 !important;
}

.header-banner .container-fluid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.address-banner {
    display: flex;
    align-items: flex-start;
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.address-selected {
    background-color: #e7f1ff;
    border-left: 3px solid #0d6efd;
    color: #0b3a75;
    flex-grow: 1;
    min-width: 0;
    flex-shrink: 1;
}

.address-selected i {
    color: #0d6efd;
    margin-right: 0.4rem;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.address-not-selected {
    color: #999;
    border-left: 3px solid #ddd;
    background-color: #fafafa;
}

.address-not-selected i {
    color: #bbb;
    margin-right: 0.5rem;
    font-size: 1rem;
}

/* Tablet Responsive (768px - 991px) */
@media (max-width: 991px) {
    .header-navbar .container-fluid {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .header-search {
        min-width: 120px;
        max-width: 280px;
    }

    .search-input,
    .search-btn {
        font-size: 0.8rem;
        padding: 0.425rem 0.625rem;
    }

    .nav-link {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.85rem;
    }

    .user-btn,
    .cart-btn {
        padding: 0.3rem 0.4rem !important;
    }

    .dropdown-menu {
        font-size: 0.8rem;
        min-width: 180px;
    }

    .dropdown-item {
        padding: 0.4rem 0.75rem;
    }

    .address-banner {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
    }
}

/* Mobile Responsive (< 768px) */
@media (max-width: 767px) {

    /* Keep dashboard icon visible */
    .dashboard-icon i {
        display: inline-block !important;
        font-size: 25px;
    }

    .header-navbar {
        padding: 0.5rem 0;
    }

    .header-navbar .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .header-navbar .navbar-brand {
        min-width: auto;
    }

    .header-search {
        margin-left: 0px !important;
    }

    .search-input {
        border: 1px solid #dae0e7;
        padding: 0.375rem 0.5rem;
        font-size: 0.75rem;
    }

    .search-btn {
        padding: 0.375rem 0.5rem;
        font-size: 0.75rem;
    }

    .search-results {
        max-height: 250px;
    }

    .user-btn,
    .cart-btn {
        padding: 0.25rem 0.375rem !important;
        font-size: 0.75rem;
    }

    .user-btn span,
    .nav-link span {
        display: none !important;
    }

    .dropdown-menu {
        font-size: 0.75rem;
        min-width: 160px;
    }

    .dropdown-item {
        padding: 0.35rem 0.6rem;
    }

    .dropdown-divider {
        margin: 0.2rem 0;
    }

    /* Address banner on mobile */
    .header-banner .container-fluid {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .address-banner {
        font-size: 0.80rem;
        padding: 0.2rem 0.35rem;
        flex: 1;
        min-width: 0;
    }

    .address-banner i {
        margin-right: 0.25rem;
        font-size: 0.75rem;
    }

    #newOrderBtn {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.80rem !important;
    }

    #newOrderBtn i {
        margin-right: 0.25rem !important;
    }

    /* Cart page mobile styles */
    .card-header {
        padding: 0.6rem 1rem !important;
        font-size: 0.85rem !important;
    }

    .border-top.bg-light {
        gap: 1rem !important;
    }

    .border-top.bg-light .fw-semibold {
        font-size: 0.85rem !important;
    }

    .border-top.bg-light .d-flex.gap-2 {
        gap: 0.25rem !important;
    }

    .border-top.bg-light .btn {
        padding: 0.25rem 0.6rem !important;
        font-size: 0.75rem !important;
        height: auto;
        line-height: 1.2;
    }

    .border-top.bg-light .btn-outline-primary,
    .border-top.bg-light .btn-success {
        padding: 0.25rem 0.6rem !important;
        font-size: 0.75rem !important;
    }

    #placeCombinedOrder {
        padding: 0.45rem 0.8rem !important;
        font-size: 0.85rem !important;
        height: auto;
        white-space: normal;
        line-height: 1.2;
    }

    .card-body table .fw-semibold {
        font-size: 0.8rem !important;
    }

    .card-body table .text-muted {
        font-size: 0.75rem !important;
    }

    /* Product List Page Mobile */
    .product-layout {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    #leftSizeFilter {
        position: static !important;
        margin-bottom: 1.5rem;
    }

    #leftSizeFilter .card {
        border-top: 1px solid #e5e7eb;
    }

    #leftSizeFilter .card-body {
        padding: 0.6rem 1rem !important;
    }

    #leftSizeFilter .fw-bold {
        font-size: 0.9rem !important;
    }

    #sizeFilterList .form-check {
        padding: 0.3rem 0 !important;
        margin-bottom: 0.3rem !important;
    }

    #sizeFilterList .form-check-label {
        font-size: 0.85rem !important;
        margin: 0 !important;
    }

    #sizeFilterList .badge {
        font-size: 0.8rem !important;
        padding: 0.35rem 0.5rem !important;
        white-space: nowrap;
    }

    .selected-job-type-name,
    .selected-vendor-name {
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid #e5e7eb;
    }

    .selected-job-type-name strong,
    .selected-vendor-name strong {
        font-size: 0.85rem !important;
    }

    .selected-job-type-name .badge,
    .selected-vendor-name .badge {
        font-size: 0.8rem !important;
        padding: 0.35rem 0.6rem !important;
        white-space: nowrap;
    }

    .selected-job-type-name .btn,
    .selected-vendor-name .btn {
        padding: 0.2rem 0.4rem !important;
        font-size: 0.7rem !important;
        margin-left: auto;
    }

    #selectedSizesTop {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.5rem !important;
        margin-bottom: 1rem !important;
    }

    #selectedSizesTop strong {
        font-size: 0.85rem !important;
    }

    #selectedSizesBadges .badge {
        font-size: 0.75rem !important;
        padding: 0.3rem 0.5rem !important;
    }

    #productSection .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.5rem;
    }

    #productSection h4 {
        font-size: 1.1rem !important;
        margin-bottom: 0.3rem !important;
    }

    #productSection p {
        font-size: 0.8rem !important;
        margin-bottom: 0 !important;
    }

    #productGridCol {
        col-md: auto !important;
    }

    #productTable {
        min-width: auto !important;
        font-size: 0.85rem !important;
    }

    #productTable thead th {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
        white-space: nowrap;
    }

    #productTable tbody td {
        font-size: 0.8rem !important;
        padding: 0.4rem !important;
    }

    #productTable img {
        width: 40px !important;
        height: 40px !important;
    }

    .ms-auto {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }

    .ms-auto input {
        font-size: 0.85rem !important;
        padding: 0.5rem 0.75rem !important;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #productTable {
        display: block;
        overflow-x: auto;
    }

    /* Pagination Styling */
    .dataTables_wrapper {
        padding-top: 1rem;
    }

    .dataTables_info {
        font-size: 0.85rem !important;
        margin-bottom: 1rem;
    }

    .dataTables_paginate {
        text-align: center;
        margin-top: 1rem;
    }

    .dataTables_paginate .paginate_button {
        padding: 0.5rem 0.5rem !important;
        margin: 0.3rem 0.2rem !important;
        font-size: 0.85rem !important;
        border: 1px solid #0d6efd;
        border-radius: 4px;
        background: #fff !important;
        color: #0d6efd !important;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        display: inline-block;
    }

    .dataTables_paginate .paginate_button:hover:not(.disabled) {
        background: #0d6efd !important;
        color: white !important;
        box-shadow: 0 2px 6px rgba(13, 110, 253, 0.3);
    }

    .dataTables_paginate .paginate_button.active {
        background: #0d6efd !important;
        color: white !important;
        border-color: #0d6efd;
        font-weight: 600;
    }

    .dataTables_paginate .paginate_button.disabled {
        color: #ccc !important;
        border-color: #ccc;
        cursor: not-allowed;
        opacity: 0.5;
        background: #f5f5f5 !important;
    }

    /* Custom pagination styling */
    .dataTables_paginate .paginate_button {
        padding: 0.5rem 0.5rem !important;
        margin: 0.3rem 0.2rem !important;
        font-size: 0.85rem !important;
        border: 1px solid #0d6efd;
        border-radius: 4px;
        background: #fff !important;
        color: #0d6efd !important;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        display: inline-block;
    }

    .dataTables_paginate .paginate_button:hover:not(.disabled) {
        background: #0d6efd !important;
        color: white !important;
        box-shadow: 0 2px 6px rgba(13, 110, 253, 0.3);
    }

    .dataTables_paginate .paginate_button.active {
        background: #0d6efd !important;
        color: white !important;
        border-color: #0d6efd;
        font-weight: 600;
    }

    /* My Orders Page Mobile */
    .card h4 {
        font-size: 1.1rem !important;
    }

    .table {
        font-size: 0.85rem !important;
    }

    .table thead th {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
        white-space: nowrap;
    }

    .table tbody td {
        font-size: 0.8rem !important;
        padding: 0.4rem !important;
    }

    /* Make table responsive on mobile */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Stack columns on mobile */
    @media (max-width: 576px) {
        .table {
            font-size: 0.75rem !important;
        }

        .table thead th {
            font-size: 0.7rem !important;
            padding: 0.3rem !important;
        }

        .table tbody td {
            font-size: 0.80rem !important;
            padding: 0.3rem !important;
            word-break: break-word;
        }

        /* Hide less important columns on mobile */
        .table th:nth-child(4),
        .table td:nth-child(4),
        .table th:nth-child(5),
        .table td:nth-child(5) {
            display: none;
        }

        #productTable th:nth-child(4),
        #productTable td:nth-child(4),
        #productTable th:nth-child(5),
        #productTable td:nth-child(5) {
            display: table-cell;
        }

        /* Make order items table responsive */
        .table table-sm thead th {
            font-size: 0.7rem !important;
            padding: 0.3rem !important;
        }

        .table table-sm tbody td {
            font-size: 0.7rem !important;
            padding: 0.3rem !important;
        }

        /* Modify Order button - single line */
        .btn-outline-primary {
            white-space: nowrap;
            padding: 0.35rem 0.6rem !important;
            font-size: 0.75rem !important;
        }

        /* Pending Orders - Action buttons on single line */
        td.text-end {
            display: flex !important;
            flex-wrap: wrap;
            gap: 0.25rem !important;
            align-items: center;
            justify-content: flex-end;
        }

        td.text-end .btn {
            white-space: nowrap;
            padding: 0.35rem 0.6rem !important;
            font-size: 0.75rem !important;
            margin: 0 !important;
        }
    }
}

/* ===============================
   Dashboard Card Hover Effects
================================ */

    .card-hover {
        cursor: pointer;
        transition: 
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease;
        border: 1px solid #e5e7eb;
    }

    .card-hover:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
        border-color: #c7d2fe;
    }

    /* Icon animation */
    .card-hover i {
        transition: transform 0.25s ease;
    }

    .card-hover:hover i {
        transform: scale(1.15);
    }

    /* Remove link underline + keep pointer */
    a.text-decoration-none {
        cursor: pointer;
    }
    .card-hover:active {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }


/* ===============================
   Product List UI
================================ */

    #productSection{
        margin-top: 20px;
    }

    .product-row {
        transition: background-color 0.2s ease;
    }

    .product-row:hover {
        background-color: #f8fafc;
    }

    /* Quantity Control */
    .qty-control {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .qty-control button {
        width: 34px;
        height: 34px;
        padding: 0;
        font-size: 18px;
    }

    .qty-value {
        min-width: 24px;
        text-align: center;
        font-weight: 600;
    }

    /* Keep table layout on mobile, allow scroll */
    .table-responsive {
        overflow-x: auto;
    }

    #productTable {
        min-width: 700px; /* forces scroll instead of collapse */
    }

    #productTable th,
    #productTable td {
        text-align: center;
        vertical-align: middle;
    }

/* ===============================
   Product List – Compact Rows
================================ */

    /* Reduce vertical padding */
    #productTable tbody td {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-bottom: 1px solid #d2d2d2;
    }

    /* Bottom divider for each row */
    #productTable tbody tr {
        border-bottom: 1px solid #e5e7eb;
    }

    /* Remove last extra border */
    #productTable tbody tr:last-child {
        border-bottom: none;
    }

    /* Slight hover clarity */
    #productTable tbody tr:hover {
        background-color: #f9fafb;
    }


/* ===============================
   Header Cart Icon
================================ */

    .user-btn {
        padding: 4px 10px;
        font-size: 16px;
    }

    .header-cart {
        position: relative;
        font-size: 20px;
        color: #2563eb;
        text-decoration: none;
        margin: 0;   /* IMPORTANT */
    }

    .header-cart-count {
        position: absolute;
        top: -6px;
        right: -8px;
        background: #ef4444;
        color: #fff;
        font-size: 11px;
        min-width: 18px;
        height: 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

#productTable th,
#productTable td {
    text-align: center;
    vertical-align: middle;
}


#productTable td,
#productTable th {
    vertical-align: middle;
}

#productTable img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.product-info .vendor {
    font-size: 14px;
    color: #666;
}

.selected-vendor-name .badge {
    font-size: 13px;
}


.qty-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.qty-box input {
    width: 50px;
    text-align: center;
}

.qty-box button {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.qty-plus {
    background: #28a745;
    color: #fff;
}

.qty-minus {
    background: #dc3545;
    color: #fff;
}

.qty-box button:active {
    transform: scale(0.95);
}

.qty-input {
    width: 50px;
    text-align: center;
    border-radius: 6px;
}

/* ===============================
   Collapsible Cart UI
================================ */

.accordion-button {
    font-weight: 600;
}

.accordion-button .badge {
    font-size: 12px;
}

.accordion-body table {
    margin-bottom: 0;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e5e7eb;
}

.accordion-item:last-child {
    border-bottom: none;
}

/* ===============================
   Cart Table Column Alignment
================================ */

.cart-table {
    table-layout: fixed;
    width: 100%;
}

.cart-table th,
.cart-table td {
    vertical-align: middle;
}

.cart-col-image { width: 70px; }
.cart-col-desc  { width: auto; }
.cart-col-size  { width: 120px; text-align: center; }
.cart-col-qty   { width: 160px; text-align: center; }


.cart-product-image {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}

.cart-product-image img {
    max-width: 100%;
    max-height: 100%;
}

.cart-product-desc .cart-sku {
    font-weight: 600;
}

.cart-product-desc .cart-desc {
    font-size: 13px;
}


/* ===============================
   Vendor Grid (Shop by Brand)
================================ */

.vendor-card {
    cursor: pointer;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.vendor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.vendor-card img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.vendor-card .vendor-name {
    font-weight: 600;
    margin-top: 6px;
}



/* ===============================
   Vendor Autosuggest Dropdown
================================ */

#vendorSuggestBox .list-group-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

#vendorSuggestBox img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

#vendorSuggestBox .vendor-name {
    font-weight: 500;
}


.address-box {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
    background: #fff;
}

.address-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.fade-remove {
    animation: fadeOut .4s forwards;
}

@keyframes fadeOut {
    to {
        opacity: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
}

/* ===============================
   GLOBAL FULL SCREEN LOADER
================================ */
.global-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-loader.d-none {
    display: none !important;
}

.loader-box {
    text-align: center;
}

.loader-text {
    margin-top: 12px;
    font-weight: 600;
    color: #333;
}

/* Spinner */
.spinner {
    width: 52px;
    height: 52px;
    border: 5px solid #e0e0e0;
    border-top: 5px solid #0d6efd; /* bootstrap primary */
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===============================
   Sticky Left Size Filter
================================ */

#leftSizeFilter {
    position: sticky;
    top: 90px;              /* adjust based on header height */
    align-self: flex-start; /* IMPORTANT for Bootstrap rows */
    height: fit-content;
}

/* ===============================
   Selected Address Banner
================================ */


.address-select-card {
    cursor: pointer;
}

.address-select-card .address-card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid #e5e7eb;
}

.address-select-card input:checked + .address-card {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.15);
}
.selected-address-banner {
    margin-left: 25% !important;
    margin-left: 160px;          /* aligns under search box */
    margin-top: 6px;
    padding: 6px 10px;
    background: #eef6ff;
    border-left: 4px solid #0d6efd;
    color: #0b3a75;
    font-size: 13px;
    border-radius: 4px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .selected-address-banner {
        margin-left: 0;
        max-width: 100%;
        font-size: 12px;
    }
    .qty-box input {
        width: 35px;
        text-align: center;
    }
    .qty-box button{width: 30px;height: 30px;}
}
.jobtype-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.jobtype-icon i {
    font-size: 36px;
    color: #ffffff;
}

.jobtype-card {
    border-radius: 14px;
    transition: all 0.25s ease;
}

.jobtype-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.jobtype-card:hover .jobtype-icon {
    transform: scale(1.1);
}