.mobile-sticky-header {
    display: none;
}

.hide-on-mobile {
    display: block !important;
}

.products-wrapper {
    background: linear-gradient(135deg, var(--bg-light) 0%, #fafbfc 100%);
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
    min-height: 100vh;
    overflow: visible;
}

.product-container-fluid {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 30px;
}

/* Sidebar (Desktop) */
.product-sidebar {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 25px;
    background: transparent;
    z-index: 999;
    height: fit-content;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
}

.sidebar-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(211, 47, 47, 0.15);
    position: relative;
    background: linear-gradient(135deg, var(--dark) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.3px;
}

.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 2px;
    animation: slideInWidth 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-item {
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
}

.category-item:nth-child(1) {
    animation-delay: 0.05s;
}

.category-item:nth-child(2) {
    animation-delay: 0.1s;
}

.category-item:nth-child(3) {
    animation-delay: 0.15s;
}

.category-item:nth-child(4) {
    animation-delay: 0.2s;
}

.category-item:nth-child(5) {
    animation-delay: 0.25s;
}

.category-item:nth-child(n+6) {
    animation-delay: 0.3s;
}

.category-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    background: var(--white);
    border: 2px solid transparent;
    border-radius: 12px;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-color);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.category-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(211, 47, 47, 0.08), transparent);
    transition: left 0.5s ease;
}

.category-btn:hover {
    background: var(--white);
    transform: translateX(8px);
    box-shadow: 0 8px 20px rgba(211, 47, 47, 0.15);
    color: var(--primary-color);
    border-color: rgba(211, 47, 47, 0.2);
}

.category-btn:hover::before {
    transform: scaleY(1);
}

.category-btn:hover::after {
    left: 100%;
}

.category-btn.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    box-shadow: 0 8px 25px rgba(211, 47, 47, 0.3);
    border-color: var(--primary-dark);
    transform: translateX(4px);
}

.category-btn.active::after {
    display: none;
}

.category-btn i {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.9rem;
}

.category-btn:hover i {
    transform: translateX(4px) rotate(-15deg);
    color: var(--primary-color);
}

.category-btn.active i {
    transform: rotate(90deg) scale(1.1);
    color: var(--white);
}

/* Content Area */
.product-content {
    flex: 1;
    min-width: 0;
    position: relative;
}

/* ================= Products Grid ================= */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    min-height: 400px;
    --card-min-width: 220px;
    animation: fadeIn 0.6s ease-out;
}

/* ================= Error State ================= */
.grid-error {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    animation: fadeScale 0.5s ease forwards;
}

/* Card */
.error-card {
    position: relative;
    padding: 40px 32px;
    max-width: 420px;
    width: 100%;
    border-radius: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

/* Decorative glow */
.error-card::before,
.error-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 90, 90, 0.35), transparent 70%);
    filter: blur(35px);
    z-index: -1;
}

.error-card::before {
    top: -50px;
    left: -50px;
}

.error-card::after {
    bottom: -50px;
    right: -50px;
}

/* Icon */
.error-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff4d4d, #ff7b7b);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    animation: pulse 1.4s infinite;
}

/* Text */
.error-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.error-card p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 22px;
}

/* Animations */
@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

/* ================= Empty / No Products State ================= */
.no-products-state {
    grid-column: 1 / -1;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg,
            #ffffff 0%,
            #fafbfc 100%);
    border-radius: 24px;
    border: 2px dashed rgba(211, 47, 47, 0.15);
    animation: fadeInUp 0.5s ease-out;
}

.no-products-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg,
            rgba(211, 47, 47, 0.1),
            rgba(211, 47, 47, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(211, 47, 47, 0.2);
}

.no-products-icon i {
    font-size: 2.4rem;
    color: var(--primary-color);
}

.no-products-state h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}

.no-products-state p {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 420px;
    line-height: 1.6;
}

.product-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(211, 47, 47, 0.0);
    display: flex;
    flex-direction: column;
    z-index: 1;
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;

}

.product-card:nth-child(1) {
    animation-delay: 0.05s;
}

.product-card:nth-child(2) {
    animation-delay: 0.1s;
}

.product-card:nth-child(3) {
    animation-delay: 0.15s;
}

.product-card:nth-child(4) {
    animation-delay: 0.2s;
}

.product-card:nth-child(n+5) {
    animation-delay: 0.25s;
}

.product-card:hover {
    transform: translateY(-12px) scale(1.01);
    border-color: rgba(211, 47, 47, 0.2);
}

.product-img-wrapper {
    height: 150px;
    background: linear-gradient(135deg, #f9f9f9 0%, #fafbfc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid rgba(211, 47, 47, 0.05);
}

.product-img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.08));
    position: relative;
    z-index: 2;
}

.product-info {
    padding: 14px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, var(--white) 0%, rgba(250, 251, 252, 0.5) 100%);
    position: relative;
    z-index: 2;
}

.product-name {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--secondary-color);
    line-height: 1.4;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.2px;
}

.product-card:hover .product-name {
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Hide duplicate category label */
.product-cat-label {
    display: none;
}

.get-item-btn {
    background: var(--white);
    color: var(--primary-color);
    border: 2.5px solid var(--primary-color);
    padding: 10px 0;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.6px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 0.75rem;
}

.get-item-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.product-card:hover .get-item-btn {
    color: var(--white);
    border-color: var(--primary-color);
}

.product-card:hover .get-item-btn::before {
    left: 0;
}

/* See More Products Btn */
.products-see-more-wrapper {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 30px;
}

.products-see-more-btn {
    padding: 14px 36px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.35s ease;
    box-shadow: 0 10px 25px rgba(211, 47, 47, 0.35);
}

.products-see-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(211, 47, 47, 0.45);
}

/* Loader */
.products-loader {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    display: none;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(211, 47, 47, 0.1);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    box-shadow: 0 0 20px rgba(211, 47, 47, 0.2);
}

.products-loader p {
    color: var(--text-light);
    margin-top: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ================= New Items (Marquee) ================= */
.new-items-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--white) 0%, #fafbfc 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.05);
}

.new-items-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(211, 47, 47, 0.3), transparent);
}

.new-items-section .text-center {
    text-align: center;
    width: 100%;
}

.new-items-section .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.new-items-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    height: auto;
    background: transparent;
}

.new-items-marquee {
    display: inline-flex;
    animation: marquee 50s linear infinite;
    gap: 30px;
    padding: 0 30px;
    will-change: transform;
    min-height: 280px;
    align-items: flex-start;
}

.new-items-marquee:hover {
    animation-play-state: paused;
}

.new-items-card {
    width: 280px;
    min-width: 280px;
    flex-shrink: 0;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    white-space: normal;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
}

.new-items-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(190deg, var(--primary-color));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.new-items-card:hover {
    transform: translateY(-8px) scale(1.02);
}

.new-items-card:hover::before {
    opacity: 1;
}

@media (min-width: 1600px) {
    .products-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .mobile-sticky-header {
        display: block;
        position: sticky;
        top: 60px;
        z-index: 99;
        background: var(--glass-bg);
        backdrop-filter: blur(12px);
        padding: 16px 0;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid rgba(211, 47, 47, 0.08);
        animation: slideInDown 0.4s ease-out;
    }

    .mobile-categories {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 8px 8px 16px 8px;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
    }

    .mobile-categories::-webkit-scrollbar {
        height: 4px;
    }

    .mobile-categories::-webkit-scrollbar-track {
        background: transparent;
    }

    .mobile-categories::-webkit-scrollbar-thumb {
        background: rgba(211, 47, 47, 0.4);
        border-radius: 2px;
    }

    .mobile-cat-pill {
        display: inline-flex;
        align-items: center;
        padding: 5px 18px;
        background: var(--white);
        border: 2px solid #e8e8e8;
        border-radius: 20px;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        color: var(--text-color);
        font-weight: 600;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
        flex-shrink: 0;
        letter-spacing: 0.2px;
    }

    .mobile-cat-pill:hover {
        background: rgba(211, 47, 47, 0.05);
        border-color: var(--primary-color);
        transform: translateY(-2px);
    }

    .mobile-cat-pill.active {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
        color: var(--white);
        border-color: var(--primary-dark);
        box-shadow: 0 6px 15px rgba(211, 47, 47, 0.35);
        transform: scale(1.05);
    }

    .products-wrapper {
        padding-top: 20px;
    }

    .product-container-fluid {
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .product-content {
        width: 100%;
    }

    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ================= Animations ================= */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-25%);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInWidth {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 80px;
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(5px, -5px);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* ================= FORM MODAL ================= */
.enquiry-form-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 3000;
}

.enquiry-form-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.enquiry-form-modal {
    width: 90%;
    max-width: 450px;
    background: linear-gradient(145deg, #fff, #f9fafb);
    border-radius: 28px;
    padding: 30px 25px;
    position: relative;
    transform: translateY(40px) scale(.95);
    transition: .45s cubic-bezier(.18, .89, .32, 1.28);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.enquiry-form-overlay.is-visible .enquiry-form-modal {
    transform: translateY(0) scale(1);
}

.enquiry-form-modal::before,
.enquiry-form-modal::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(211, 47, 47, .25), transparent 70%);
    filter: blur(60px);
    z-index: 0;
}

.enquiry-form-modal::before {
    top: -120px;
    left: -120px;
}

.enquiry-form-modal::after {
    bottom: -120px;
    right: -120px;
}

.enquiry-form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #444;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .15);
    transition: .3s;
    z-index: 2;
}

.enquiry-form-close:hover {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(90deg);
}

.enquiry-form-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.enquiry-form-header h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.enquiry-form-header p {
    font-size: .95rem;
    color: var(--text-light);
}

/* ================= FORM ================= */
.enquiry-form-modern {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.enquiry-field {
    position: relative;
}

.enquiry-field input,
.enquiry-field textarea {
    width: 100%;
    padding: 18px 16px;
    border-radius: 14px;
    border: 2px solid #e4e6eb;
    background: #f6f7f9;
    font-size: .95rem;
    transition: .3s ease;
}

.enquiry-field textarea {
    resize: none;
}

.enquiry-field input:focus,
.enquiry-field textarea:focus {
    outline: none;
    background: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(211, 47, 47, .15);
}

.enquiry-field label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .85rem;
    color: var(--text-light);
    pointer-events: none;
    padding: 0 8px;
    background: #f6f7f9;
    transition: .3s ease;
}

.enquiry-field textarea+label {
    top: 22px;
    transform: none;
}

.enquiry-field input:focus+label,
.enquiry-field textarea:focus+label,
.enquiry-field input:not(:placeholder-shown)+label,
.enquiry-field textarea:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    font-size: .72rem;
    color: var(--primary-color);
    background: #fff;
}

/* ================= SUBMIT ================= */
.enquiry-submit-btn {
    margin-top: 12px;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .35s ease;
}

.enquiry-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(211, 47, 47, .35);
}

.enquiry-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -120%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);
    transition: .6s;
}

.enquiry-submit-btn:hover::before {
    left: 120%;
}

.enquiry-submit-btn:active {
    transform: scale(.97);
}

/* ================= STATUS POPUP ================= */
.enquiry-status-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 4000;
}

.enquiry-status-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.enquiry-status-popup {
    background: var(--bg-white);
    padding: 50px 40px 45px;
    border-radius: 26px;
    text-align: center;
    max-width: 440px;
    width: 92%;
    box-shadow: var(--shadow-lg);
    position: relative;
    animation: statusPopupIn 0.45s cubic-bezier(.18, .89, .32, 1.28);
}

@keyframes statusPopupIn {
    from {
        transform: scale(0.85) translateY(30px);
        opacity: 0;
    }

    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.enquiry-status-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f2f2f2;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #555;
    transition: all 0.25s ease;
}

.enquiry-status-close:hover {
    background: #d32f2f;
    color: #fff;
    transform: rotate(90deg);
}

.enquiry-status-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 0 auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 34px;
    animation: pulse 1.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.enquiry-status-icon.success {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.enquiry-status-icon.error {
    background: linear-gradient(135deg, #d32f2f, #b71c1c);
}

#enquiry-status-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #222;
}

#enquiry-status-message {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .enquiry-form-modal {
        padding: 50px 20px 44px;
    }
}