* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    color: #333;
}

/* Utilities */
.max-width {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

.hidden-lg {
    display: none;
}

.hidden-md {
    display: none;
}

.hidden-md-down {
    display: block;
}

/* Media queries for responsive */
@media (min-width: 768px) {
    .hidden-md {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .hidden-lg {
        display: flex;
    }
    .hidden-md-down {
        display: none;
    }
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.top-bar {
    background: #5b92e4;
    color: white;
    padding: 0.625rem 0;
    font-size: 0.875rem;
}

.link {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

.link:hover {
    opacity: 0.8;
}

.main-header {
    background: white;
    padding: 1rem 0;
}

.brand {
    font-size: 1.75rem;
    font-weight: 900;
    color: #5b92e4;
    text-decoration: none;
    letter-spacing: -0.025em;
}

.brand-small {
    color: #FF6B00;
    font-size: 0.875rem;
    margin-left: 0.25rem;
    font-weight: 700;
}

.nav-link {
    color: #4B5563;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #5b92e4;
}

.nav-link.active {
    color: #5b92e4;
    font-weight: 700;
}

.btn {
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn.primary {
    background: #FF6B00;
    color: white;
}

.btn.primary:hover {
    background: #E55F00;
}

.btn.outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn.outline:hover {
    background: white;
    color: #5b92e4;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

/* ========== INLINE CSS TRANSFERRED FROM schedule-booking.php ========== */

/* Custom Select Styles */
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.25rem;
    padding-right: 3rem;
    position: relative;
}

.form-group select:hover {
    border-color: #CBD5E0;
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-group select:focus {
    border-color: #FF6B00;
    background: white;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    outline: none;
}

.form-group select option {
    background: white;
    color: #374151;
    padding: 0.5rem;
    font-weight: 500;
}

.form-group select option:hover {
    background: #FF6B00;
    color: white;
}

/* Booking Hero Section */
.booking-hero {
    position: relative;
    background: linear-gradient(135deg, #56a9e2 0%, #5b92e4 33%, #2e7bbb 66%, #1e4065 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.booking-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PHBhdGggZD0iTTM2IDE0YzAtMS4xLS45LTItMi0ycy0yIC45LTIgMiAuOSAyIDIgMiAyLS45IDItMnptMCAwIi8+PC9nPjwvZz48L3N2Zz4=");
    opacity: 0.5;
}

.booking-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.booking-hero-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

/* Booking Section */
.booking-section {
    background: #F9FAFB;
    padding: 5rem 0;
}

.booking-container {
    max-width: 900px;
    margin: 0 auto;
}

.booking-form-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin: -2rem auto 0;
    position: relative;
    z-index: 1;
}

.form-header {
    background: linear-gradient(135deg, #5b92e4 0%, #0044BB 100%);
    color: white;
    padding: 2rem;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-header h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

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

/* Form Styles */
.form-section {
    background: white;
    padding: 2rem;
    border-bottom: 1px solid #F3F4F6;
}

.form-section:last-of-type {
    border-bottom: none;
}

.form-section h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

@media (max-width: 768px) {
    .appointment-form .form-row {
        grid-template-columns: 1fr;
    }
    .form-section {
        padding: 1.5rem;
    }
}

/* Success Screen Styles */
.success-screen {
    max-width: 900px;
    margin: -2rem auto 0;
    text-align: center;
    animation: fadeInUp 0.6s ease-out;
}

.success-content {
    background: white;
    border-radius: 1rem;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
}

.success-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #FF6B00 0%, #FF8C42 50%, #E55F00 100%);
    border-radius: 1rem 1rem 0 0;
}

.success-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FF6B00 0%, #E55F00 100%);
    border-radius: 50%;
    margin-top: -25px;
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
}

.success-icon {
    font-size: 5rem;
    margin-bottom: 2rem;
    display: block;
    animation: bounceIn 0.8s ease-out;
    filter: drop-shadow(0 4px 8px rgba(255, 107, 0, 0.3));
}

.success-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 1.5rem;
    animation: slideUp 0.6s ease-out 0.2s both;
}

.success-message {
    font-size: 1.3rem;
    color: #374151;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    animation: fadeIn 0.6s ease-out 0.4s both;
}

.success-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: slideUp 0.6s ease-out 0.6s both;
}

.success-detail-item {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    border: 2px solid #E5E7EB;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.success-detail-item:hover {
    border-color: #FF6B00;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 107, 0, 0.15);
}

.success-detail-item:hover i {
    transform: scale(1.1);
    animation: pulse 0.6s ease-in-out;
}

.success-detail-item i {
    color: #FF6B00;
    font-size: 2rem;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #FF6B00 0%, #E55F00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.success-detail-item span {
    font-weight: 700;
    color: #0F172A;
    line-height: 1.5;
    font-size: 1.05rem;
}

.success-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    animation: slideUp 0.6s ease-out 0.8s both;
}

.success-actions .btn {
    min-width: 220px;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(0, 38, 119, 0.15);
    transition: all 0.3s ease;
}

.success-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 38, 119, 0.2);
}

.success-actions .btn-outline {
    background: transparent;
    border: 3px solid #5b92e4;
    color: #5b92e4;
}

.success-actions .btn-outline:hover {
    background: linear-gradient(135deg, #5b92e4 0%, #0044BB 100%);
    color: white;
}

.success-actions .btn.primary {
    animation: pulseGlow 2s ease-in-out infinite;
}

.support-info {
    border-top: 2px solid #F3F4F6;
    padding-top: 2.5rem;
    color: #6B7280;
    background: #FAFAFA;
    margin: -3rem -3rem 0;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2.5rem;
    border-radius: 0 0 1rem 1rem;
}

.support-info p:first-child {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.support-info p:last-child {
    margin-bottom: 0;
    color: #4B5563;
}

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes pulseGlow {
    0% {
        box-shadow: 0 8px 25px rgba(255, 107, 0, 0.1), 0 0 0 0px rgba(255, 107, 0, 0.2);
    }
    50% {
        box-shadow: 0 8px 25px rgba(255, 107, 0, 0.15), 0 0 0 8px rgba(255, 107, 0, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(255, 107, 0, 0.1), 0 0 0 0px rgba(255, 107, 0, 0.2);
    }
}

@media (max-width: 768px) {
    .success-content {
        margin: 1rem;
        padding: 2.5rem 2rem;
        border-radius: 0.75rem;
    }

    .success-content h2 {
        font-size: 2.2rem;
    }

    .success-message {
        font-size: 1.1rem;
    }

    .success-details {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .success-actions {
        flex-direction: column;
        align-items: center;
    }

    .success-actions .btn {
        width: 100%;
        max-width: 300px;
    }

    .support-info {
        margin: -2rem -2rem 0;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .success-content h2 {
        font-size: 1.8rem;
    }

    .success-icon {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
    }

    .success-content::after {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .success-content::before {
        height: 5px;
    }
}

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

.form-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.form-group label i {
    color: #FF6B00;
    width: 16px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-family: inherit;
    color: #374151;
    background: #FAFAFA;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #FF6B00;
    background: white;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
    transform: translateY(-1px);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 3rem;
}

/* Custom Checkbox Styles */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    color: #374151;
    gap: 0.75rem;
}

.checkbox-item input[type="checkbox"] {
    display: none;
}

.checkmark {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #D1D5DB;
    border-radius: 4px;
    background: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkmark::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border: solid white;
    border-width: 0 0 2px 2px;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transition: all 0.3s ease;
}

.checkbox-item input[type="checkbox"]:checked ~ .checkmark {
    background: #FF6B00;
    border-color: #FF6B00;
}

.checkbox-item input[type="checkbox"]:checked ~ .checkmark::before {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.warranty-note {
    color: #FF6B00;
    font-weight: 600;
}

/* Form Actions */
.form-actions {
    text-align: center;
    padding: 3rem 2rem;
    background: #FAFAFA;
    border-top: 1px solid #E5E7EB;
}

.form-actions .btn {
    background: linear-gradient(135deg, #FF6B00 0%, #E55F00 100%);
    border: none;
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 0.75rem;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.form-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
}

.form-support {
    max-width: 500px;
    margin: 0 auto;
}

.form-support p {
    font-size: 0.9rem;
    color: #6B7280;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-support p i {
    color: #5b92e4;
}

.form-support a {
    color: #5b92e4;
    font-weight: 600;
    text-decoration: none;
}

.form-support a:hover {
    text-decoration: underline;
}

/* Step Indicator */
.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    gap: 0.5rem;
}

.step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
}

.step.active {
    background: white;
    color: #5b92e4;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.step.completed {
    background: #FF6B00;
    color: white;
}

.step-connector {
    width: 60px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    transition: background 0.3s ease;
}

.step.active + .step-connector {
    background: #FF6B00;
}

/* Multi-Step Form */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.step-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
}

.step-buttons .btn-outline {
    background: transparent;
    border: 2px solid #5b92e4;
    color: #5b92e4;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.step-buttons .btn-outline:hover {
    background: #5b92e4;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 38, 119, 0.3);
}

.step-buttons .btn-outline:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 38, 119, 0.3);
}

/* Model Actions Button */
.model-actions .btn-outline {
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.model-actions .btn-outline:hover {
    background: #5b92e4;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 38, 119, 0.3);
}

/* Responsive Step Indicator */
@media (max-width: 480px) {
    .step-indicator {
        gap: 0.25rem;
    }
    .step {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    .step-connector {
        width: 30px;
        height: 2px;
    }
}

/* Service Cards */
.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.service-card {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
    border-color: #FF6B00;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2);
}

.service-card.selected {
    border-color: #FF6B00;
    background: #FFF8ED;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.service-card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.service-card p {
    font-size: 0.875rem;
    color: #6B7280;
}

/* Brand Model Cards */
.brand-models {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
    margin: 2rem 0;
}

.model-card {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.model-card:hover {
    border-color: #FF6B00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
}

.model-card.selected {
    border-color: #FF6B00;
    background: #FFF8ED;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
}

.model-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
}

.model-card h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 0;
}

/* Model Options */
.model-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.model-option-card {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.model-option-card:hover {
    border-color: #FF6B00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
}

.model-option-card.selected {
    border-color: #FF6B00;
    background: #FFF8ED;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
}

.model-option-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 0;
}

/* Issue Options (Service Detail Cards) */
.issue-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin: 2rem 0;
}

.issue-card, .service-detail-card {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    padding: 0.75rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.issue-card:hover, .service-detail-card:hover {
    border-color: #FF6B00;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2);
}

.issue-card.selected, .service-detail-card.selected {
    border-color: #FF6B00;
    background: #FFF8ED;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2);
}

.issue-card .service-icon, .service-detail-card .service-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.issue-card h3, .service-detail-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.issue-card p, .service-detail-card p {
    font-size: 0.75rem;
    color: #6B7280;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.price {
    font-size: 0.9rem;
    font-weight: 700;
    color: #FF6B00;
    margin-top: 0.25rem;
}

/* Selected Issues Display */
.selected-issues {
    background: #F8FAFC;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 2px solid #FF6B00;
}

.selected-issues-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.selected-count {
    font-weight: 700;
    color: #0F172A;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.selected-count::before {
    content: "✅";
    font-size: 1.2rem;
}

.selected-issues-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.selected-issue-tag {
    background: #FF6B00;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.selected-issue-tag::after {
    content: "×";
    font-weight: bold;
    cursor: pointer;
    padding: 0 0.25rem;
}

.selected-issue-tag:hover::after {
    opacity: 0.8;
}

/* Model Actions */
.model-actions {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .booking-hero-content h1 {
        font-size: 2.5rem;
    }
    .booking-form-card {
        margin: -1rem 1rem 0;
    }
    .form-header {
        padding: 1.5rem;
    }
    .form-header h2 {
        font-size: 1.5rem;
    }
    .service-cards {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .brand-models {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .model-options {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    .issue-options {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/* Appointment Number Card */
.appointment-number-card {
    background: linear-gradient(135deg, #5b92e4 0%, #0044BB 100%);
    color: white;
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 38, 119, 0.3);
    animation: slideUp 0.6s ease-out 0.8s both;
}

.appointment-number-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.appointment-number {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.appointment-number span {
    font-size: 2rem;
    font-weight: 900;
    color: #5b92e4;
    letter-spacing: 2px;
    font-family: 'Monaco', 'Menlo', monospace;
}

.appointment-note {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1rem;
    font-style: italic;
}

/* Appointment Details */
.appointment-details {
    background: #F8FAFC;
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
    border: 2px solid #E5E7EB;
    animation: slideUp 0.6s ease-out 1s both;
}

.appointment-details h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 1.5rem;
    text-align: center;
    border-bottom: 3px solid #FF6B00;
    padding-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: white;
    border-radius: 0.5rem;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.detail-row:hover {
    background: #FFF8ED;
    border-color: #FF6B00;
    transform: translateX(5px);
}

.detail-label {
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.detail-label i {
    color: #FF6B00;
    width: 18px;
}

.detail-value {
    font-weight: 700;
    color: #0F172A;
    text-align: right;
    font-size: 0.9rem;
}

/* Appointment Issues */
.appointment-issues h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.issues-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.issue-tag {
    background: #FF6B00;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 4px rgba(255, 107, 0, 0.2);
}

.issue-description {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 2px solid #E5E7EB;
    margin-top: 1rem;
}

.issue-description h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #FF6B00;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.issue-description p {
    color: #374151;
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
}

/* Responsive Success Screen */
@media (max-width: 768px) {
    .appointment-details h3,
    .appointment-issues h3 {
        font-size: 1.2rem;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }

    .detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .detail-value {
        text-align: left;
        font-weight: 600;
    }

    .appointment-number-card {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }

    .appointment-details,
    .appointment-issues {
        margin: 1.5rem 0;
    }
}

@media (max-width: 480px) {
    .service-cards,
    .brand-models,
    .model-options,
    .issue-options {
        grid-template-columns: 1fr;
    }

    .appointment-number span {
        font-size: 1.5rem;
    }
}

@media (min-width: 640px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-card {
    background: white;
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid #E5E7EB;
}

.product-card:hover {
    box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.1);
    border-color: #FF6B00;
}

.product-image {
    margin-bottom: 1rem;
}

.product-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
    background: #EBF4FF;
    color: #5b92e4;
}

.product-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.product-card p {
    color: #6B7280;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.price {
    font-size: 1.125rem;
    font-weight: 700;
    color: #FF6B00;
    margin-bottom: 1rem;
}

/* Horizontal Filters */
.horizontal-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    padding: 2rem 1rem;
    background: #F9FAFB;
    border-radius: 1rem;
    border: 1px solid #E5E7EB;
}

.filter-dropdown {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 180px;
}

.filter-dropdown label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.filter-dropdown select {
    padding: 0.75rem;
    border: 2px solid #D1D5DB;
    border-radius: 0.5rem;
    background: white;
    font-size: 1rem;
    color: #374151;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.filter-dropdown select:focus {
    outline: none;
    border-color: #5b92e4;
    box-shadow: 0 0 0 3px rgba(0, 38, 119, 0.15);
}

/* Clear filters button special styling */
.horizontal-filters button#clear-filters {
    align-self: flex-end;
    margin-top: 1.875rem;
    background: #5b92e4;
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.horizontal-filters button#clear-filters:hover {
    background: #003399;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.horizontal-filters button#clear-filters:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .horizontal-filters {
        padding: 2rem;
        gap: 1.5rem;
    }

    .filter-dropdown {
        flex: 1;
        min-width: 160px;
    }
}

@media (min-width: 1024px) {
    .horizontal-filters {
        gap: 2rem;
    }
}

/* Product Layout */
.products-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    align-items: start;
}

.products-content {
    width: 100%;
}

.products-list {
    width: 100%;
}

@media (max-width: 1024px) {
    .products-container {
        grid-template-columns: 1fr;
    }
}

/* Pagination Container */
.pagination-container {
    grid-column: 1 / -1;
    width: 100%;
}

/* Sidebar Filters */
.sidebar-filters {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 2rem;
}

.sidebar-filters h3 {
    margin-bottom: 1.5rem;
    color: #111827;
    font-size: 1.125rem;
}

/* Expandable Filter Groups */
.expandable {
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 1rem;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0.75rem 0;
    user-select: none;
    transition: padding 0.2s ease;
}

.filter-header:hover {
    background-color: rgba(0, 38, 119, 0.02);
    padding-left: 0.25rem;
}

.filter-header label {
    font-weight: 600;
    font-size: 0.95rem;
    color: #374151;
    margin: 0;
}

.toggle-icon {
    font-size: 0.8rem;
    color: #6B7280;
    transition: transform 0.3s ease;
    display: inline-block;
    width: 12px;
    text-align: center;
}

.expandable.collapsed .toggle-icon {
    transform: rotate(-90deg);
}

.filter-options {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.expandable.collapsed .filter-options {
    max-height: 0;
    margin-top: 0;
}

.option-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    justify-content: space-between;
}

.option-item input[type="checkbox"] {
    margin-right: 0.75rem;
    accent-color: #5b92e4;
}

.option-item label {
    flex: 1;
    font-size: 0.9rem;
    color: #4B5563;
    cursor: pointer;
}

.count {
    font-size: 0.8rem;
    color: #6B7280;
    background: #F3F4F6;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
}

/* Price Filter */
.price-filter {
    margin-top: 0.75rem;
}

.price-filter input[type="range"] {
    width: 100%;
    margin-bottom: 0.5rem;
    accent-color: #5b92e4;
}

.price-display {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-top: 0.5rem;
}

/* Clear Button */
.full-width {
    width: 100%;
}

.btn.secondary {
    background: #6B7280;
    color: white;
}

.btn.secondary:hover {
    background: #4B5563;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    padding: 2rem 0;
}

.pagination-numbers {
    display: flex;
    gap: 0.5rem;
}

.pagination-btn {
    padding: 0.75rem 1rem;
    border: 2px solid #D1D5DB;
    background: white;
    color: #4B5563;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
    font-weight: 500;
}

.pagination-btn:hover:not(:disabled) {
    border-color: #5b92e4;
    background: #F9FAFB;
    color: #5b92e4;
}

.pagination-btn.active {
    background: #5b92e4;
    color: white;
    border-color: #5b92e4;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-btn.prev-btn:disabled,
.pagination-btn.next-btn:disabled {
    background: #F3F4F6;
    border-color: #E5E7EB;
    color: #9CA3AF;
}

.sidebar-filters .filter-group {
    margin-bottom: 1.5rem;
}

.sidebar-filters .filter-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.sidebar-filters .filter-group input[type="checkbox"] {
    margin-right: 0.5rem;
}

.product-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* No products message */
.no-products {
    text-align: center;
    color: #6B7280;
    padding: 2rem;
    grid-column: 1 / -1;
}

.no-products h3 {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.mobile-toggle {
    background: none;
    border: none;
    color: #374151;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Dropdown menu */
.dropdown {
    position: relative;
    display: inline-block;
    width: auto;
}

.dropbtn {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.3s;
    padding: 0;
    margin: 0;
}

.dropbtn:hover {
    color: #5b92e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%;
    left: 0;
    border-radius: 0.5rem;
    overflow: hidden;
}

.dropdown-content a {
    color: #4B5563;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
}

.dropdown-content a:hover {
    background: #F9FAFB;
    color: #5b92e4;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Hero */
.hero {
    position: relative;
background: linear-gradient(135deg, #5b92e4 0%, #5b92e4 33%, #5488d7 66%, #4a8edc 100%);
    color: white;
    overflow: hidden;
    padding: 5rem 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PHBhdGggZD0iTTM2IDE0YzAtMS4xLS45LTItMi0ycy0yIC45LTIgMiAuOSAyIDIgMiAyLS45IDItMnptMCAwIi8+PC9nPjwvZz48L3N2Zz4=");
    opacity: 0.5;
}

.hero-grid {
    position: relative;
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-title span {
    color: #FF6B00;
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

.hero-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 40rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-direction: column;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}

.hero-image {
    position: relative;
    display: none;
}

@media (min-width: 768px) {
    .hero-image {
        display: block;
    }
    .hero-image img {
        border-radius: 1rem;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        position: relative;
        width: 100%;
        height: auto;
    }
    .hero-image::before {
        content: '';
        position: absolute;
        inset: -1rem;
        background: rgba(255, 107, 0, 0.2);
        border-radius: 3rem;
        filter: blur(3rem);
        z-index: -1;
    }
}

/* Slider */
.slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slides {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
    position: relative;
}

.prev-btn, .next-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.prev-btn {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.next-btn {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.prev-btn:hover, .next-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: white;
}

.stats {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-top: 1.5rem;
}

.stat {
    text-align: center;
}

.stat:first-child {
    color: #FF6B00;
}

.stat-divider {
    width: 1px;
    height: 3rem;
    background: rgba(0, 0, 0, 0.2);
}

/* Services */
.services {
    padding: 5rem 0;
    background: #F9FAFB;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #111827;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.25rem;
    color: #6B7280;
    max-width: 32rem;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid #E5E7EB;
    cursor: pointer;
    position: relative;
}

.service-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #FF6B00;
}

.service-card.coming-soon {
    opacity: 0.7;
    cursor: not-allowed;
    filter: grayscale(20%);
}

.service-card.coming-soon:hover {
    transform: none;
    border-color: #E5E7EB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.coming-soon-badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: #FF6B00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(255, 107, 0, 0.3);
}

.service-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    transition: transform 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon.blue {
    background: #EBF4FF;
}

.service-icon.orange {
    background: #FFF8ED;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.service-card p {
    color: #6B7280;
    line-height: 1.6;
}

/* Brands */
.brands {
    padding: 4rem 0;
    background: white;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

.brands h3 {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.5rem;
    font-weight: 900;
    color: #D1D5DB;
    cursor: pointer;
    transition: color 0.3s;
}

.brand-list .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
}

.brand-list .brand-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 38, 119, 0.2);
}

.brand-list .brand-logo {
    width: 80px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.brand-list .brand-item:hover .brand-logo {
    filter: grayscale(0%);
}

.brand-list .brand-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    text-align: center;
}

.brand-list .brand-item:hover .brand-name {
    color: white;
}

.brand-list div:hover {
    color: #5b92e4;
}

/* Auto-moving Brand Slider */
.brand-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.brand-list {
    display: flex;
    gap: 2rem;
    animation: scroll 80s linear infinite;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    width: fit-content;
    min-width: calc(100% + 200px);
    padding: 0 2rem;
    align-items: center;
}

.brand-list:hover {
    animation-play-state: paused;
}

.brand-list .brand-item {
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    min-height: 80px;
    height: 80px;
    min-width: 120px;
    max-width: 120px;
    flex: 0 0 120px !important;
    box-sizing: border-box;
}

.brand-list .brand-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 38, 119, 0.2);
}

.brand-list .brand-logo {
    width: 80px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    max-width: 100%;
    max-height: 100%;
}

.brand-list .brand-item:hover .brand-logo {
    filter: grayscale(0%);
}

.brand-list .brand-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.brand-list .brand-item:hover .brand-name {
    color: white;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 2rem));
    }
}

/* Pause animation on hover for better UX */
.brand-slider:hover .brand-list {
    animation-play-state: paused;
}

/* Ensure single row on all screen sizes */
@media (max-width: 1024px) {
    .brand-list .brand-item {
        min-width: 110px;
    }
}

@media (max-width: 768px) {
    .brand-list {
        gap: 1.5rem;
    }

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

    .brand-list .brand-logo {
        width: 70px;
        height: 35px;
    }

    .brand-list .brand-name {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .brand-list {
        gap: 1rem;
    }

    .brand-list .brand-item {
        min-width: 90px;
        padding: 0.5rem;
        min-height: 70px;
        height: 70px;
    }

    .brand-list .brand-logo {
        width: 60px;
        height: 30px;
    }

    .brand-list .brand-name {
        font-size: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .brand-list .gap {
        gap: 3rem;
    }
}

/* Location Finder */
.location-finder {
    padding: 5rem 0;
    background: #5b92e4;
    color: white;
}

.location-content {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.location-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
}

.location-finder h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.location-finder p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.search-form {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-direction: column;
}

@media (min-width: 640px) {
    .search-form {
        flex-direction: row;
    }
}

.search-input-wrapper {
    position: relative;
    flex: 1;
    max-width: 32rem;
}

.search-input {
    width: 100%;
    padding: 1.75rem 3rem 1.75rem 3rem;
    border-radius: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(239, 246, 255, 0.1);
    color: white;
    font-size: 1.125rem;
    outline: none;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
}

.location-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

.location-text a {
    color: inherit;
    text-decoration: underline;
}

/* Service Details */
.service-hero {
background: linear-gradient(135deg, #5b92e4 0%, #5b92e4 33%, #5488d7 66%, #4a8edc 100%);
    padding: 6rem 0;
}

.service-hero-content {
    text-align: center;
    color: white;
}

.service-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.service-hero-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.service-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.service-detail-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid #E5E7EB;
    cursor: pointer;
}

.service-detail-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #5b92e4;
}

.service-detail-card .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FF6B00;
    margin-top: 0.75rem;
}

/* Testimonials */
.testimonials {
    padding: 5rem 0;
    background: #F9FAFB;
}

.testimonials-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.testimonial:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #FF6B00;
    margin-bottom: 1rem;
}

.testimonial p {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial div:last-child {
    font-weight: 700;
    color: #111827;
}

/* Contact Section */
.contact-section {
    padding: 5rem 0;
    background: #F9FAFB;
}

.contact-grid {
    display: grid;
    gap: 3rem;
    align-items: start;
}

@media (min-width: 1200px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-details-grid {
    display: grid;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
}

@media (min-width: 640px) {
    .contact-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.contact-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.contact-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.contact-card p {
    color: #6B7280;
    line-height: 1.6;
}

/* Form Styles */
.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    color: #374151;
    background: white;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #5b92e4;
    box-shadow: 0 0 0 3px rgba(0, 38, 119, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 8rem;
}

.contact-meta {
    font-size: 0.875rem;
    color: #6B7280;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

/* About Section */
.about-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-section {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.about-stats {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 640px) {
    .about-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 639px) {
    .about-stats {
        grid-template-columns: repeat(1, 1fr);
    }
}

.about-stats .stat {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.about-stats .stat:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-stats .stat div:first-child {
    font-size: 2.5rem;
    font-weight: 900;
    color: #FF6B00;
    margin-bottom: 0.5rem;
}

.about-stats .stat div:last-child {
    font-weight: 600;
    color: #374151;
}

/* Footer */
.footer {
    background: #5b92e4;
    color: white;
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer .brand {
    color: white;
}

.social-links {
    display: flex;
    gap: 0.5rem;
}

.social-link {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-link:hover {
    background: #FF6B00;
}

.footer-links h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: #FF6B00;
}

/* Product Details Page Styles */
.product-details-container {
    display: grid;
    gap: 3rem;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {
    .product-details-container {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

/* Product Gallery */
.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.thumbnail-images {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
}

.thumbnail {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 0.5rem;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.3s;
}

.thumbnail:hover {
    border-color: #FF6B00;
}

.thumbnail.active {
    border-color: #5b92e4;
}

/* Product Info */
.product-info h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #111827;
    margin: 1rem 0;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.product-sku {
    font-size: 0.875rem;
    color: #6B7280;
    background: #F3F4F6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars {
    color: #FF6B00;
    font-size: 1.25rem;
}

.review-count {
    color: #6B7280;
    font-size: 0.875rem;
}

/* Product Price */
.product-price {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.current-price {
    font-size: 2.5rem;
    font-weight: 900;
    color: #FF6B00;
}

.original-price {
    text-decoration: line-through;
    color: #6B7280;
    font-size: 1.25rem;
}

.discount {
    background: #DCFCE7;
    color: #166534;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.product-availability {
    margin: 1rem 0;
}

.in-stock {
    color: #166534;
    background: #DCFCE7;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

/* Product Specifications */
.product-specifications {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #F9FAFB;
    border-radius: 0.75rem;
    border: 1px solid #E5E7EB;
}

.product-specifications h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.product-specifications ul {
    list-style: none;
    padding: 0;
}

.product-specifications li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #E5E7EB;
    color: #4B5563;
}

.product-specifications li:last-child {
    border-bottom: none;
}

/* Add to Cart Section */
.add-to-cart-section {
    margin: 2rem 0;
    padding: 1.5rem;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 0.125rem;
    border: 2px solid #E5E7EB;
    border-radius: 2rem;
    overflow: hidden;
    background: #F9FAFB;
    transition: border-color 0.2s ease;
}

.quantity-controls:focus-within {
    border-color: #5b92e4;
}

.quantity-controls button {
    width: 40px;
    height: 40px;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.quantity-controls button:hover:not(:disabled) {
    background: #FF6B00;
    color: white;
    transform: scale(1.05);
}

.quantity-controls button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.quantity-controls input {
    width: 70px;
    height: 40px;
    text-align: center;
    padding: 0;
    border: none;
    background: white;
    border-left: 1px solid #E5E7EB;
    border-right: 1px solid #E5E7EB;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    outline: none;
}

.quantity-controls input:focus {
    outline: 2px solid #5b92e4;
    outline-offset: -2px;
}

.add-to-cart-btn {
    width: 100%;
    justify-content: center;
    font-size: 1.125rem;
    padding: 1rem 2rem;
    border-radius: 2rem;
    background: linear-gradient(135deg, #FF6B00 0%, #E55F00 100%);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
}

/* Cart Message Animation */
.cart-message {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Quick Features */
.quick-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #F3F4F6;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    flex: 1;
    min-width: calc(50% - 0.5rem);
}

/* Breadcrumb */
.breadcrumb {
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 1rem;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb span {
    color: white;
}

/* Product Tabs */
.product-tabs {
    border: 1px solid #E5E7EB;
    border-radius: 0.75rem;
    margin-bottom: 4rem;
    overflow: hidden;
}

.tab-buttons {
    display: flex;
    background: #F9FAFB;
    border-bottom: 1px solid #E5E7EB;
}

.tab-btn {
    flex: 1;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    font-weight: 600;
    color: #4B5563;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 3px solid transparent;
}

.tab-btn:hover {
    background: #F3F4F6;
    color: #111827;
}

.tab-btn.active {
    background: white;
    color: #FF6B00;
    border-bottom-color: #FF6B00;
}

.tab-content {
    padding: 2rem;
    background: white;
}

.tab-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.tab-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.tab-content ul {
    margin-left: 1.5rem;
}

.tab-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Specifications Table */
.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table td {
    padding: 0.75rem;
    border-bottom: 1px solid #E5E7EB;
    font-weight: 500;
}

.specs-table td:first-child {
    background: #F9FAFB;
    font-weight: 600;
    width: 30%;
    color: #374151;
}

/* Reviews */
.reviews-section .overall-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E5E7EB;
}

.big-stars {
    font-size: 2rem;
    color: #FF6B00;
}

.rating-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.review-item {
    border-bottom: 1px solid #E5E7EB;
    padding: 1.5rem 0;
}

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

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.review-author {
    font-weight: 600;
    color: #111827;
}

.review-date {
    color: #6B7280;
    font-size: 0.875rem;
}

.review-text {
    line-height: 1.6;
    color: #4B5563;
}

/* Related Products */
.related-products {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #E5E7EB;
}

.related-products h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #111827;
    margin-bottom: 2rem;
    text-align: center;
}

.compatibility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.compatibility-section h4 {
    color: #111827;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .compatibility-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

/* ========== INLINE CSS TRANSFERRED FROM PAGES ========== */

/* Hero Breadcrumb Styles */
.hero-breadcrumb {
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-breadcrumb .breadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-breadcrumb .breadcrumb-link,
.hero-breadcrumb .breadcrumb-current {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.hero-breadcrumb .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    font-size: 0.9em;
    margin: 0 2px;
}

.hero-breadcrumb .breadcrumb-link:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.15);
    text-decoration: none;
    transform: translateY(-1px);
}

/* Mobile adjustment for hero breadcrumb */
@media (max-width: 768px) {
    .hero-breadcrumb {
        margin-bottom: 1rem;
    }

    .hero-breadcrumb .breadcrumb-nav {
        padding: 8px 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-breadcrumb .breadcrumb-link,
    .hero-breadcrumb .breadcrumb-current {
        font-size: 0.9rem;
        padding: 4px 8px;
        white-space: nowrap;
    }

    .hero-breadcrumb .breadcrumb-separator {
        font-size: 0.9em;
        margin: 0 2px;
    }
}

@media (max-width: 640px) {
    .hero-breadcrumb .breadcrumb-nav {
        padding: 8px 12px;
        gap: 6px;
    }

    .hero-breadcrumb .breadcrumb-link,
    .hero-breadcrumb .breadcrumb-current {
        font-size: 0.85rem;
        padding: 3px 6px;
    }

    .hero-breadcrumb .breadcrumb-separator {
        font-size: 0.8em;
        margin: 0 1px;
    }
}

@media (max-width: 480px) {
    .hero-breadcrumb .breadcrumb-nav {
        padding: 6px 10px;
        gap: 4px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(5px);
        border-radius: 20px;
    }

    .hero-breadcrumb .breadcrumb-link,
    .hero-breadcrumb .breadcrumb-current {
        font-size: 0.8rem;
        padding: 2px 4px;
        font-weight: 600;
    }

    .hero-breadcrumb .breadcrumb-separator {
        font-size: 0.7em;
        margin: 0 1px;
    }
}

@media (max-width: 360px) {
    .hero-breadcrumb .breadcrumb-nav {
        padding: 5px 8px;
        gap: 3px;
        border-radius: 16px;
    }

    .hero-breadcrumb .breadcrumb-link,
    .hero-breadcrumb .breadcrumb-current {
        font-size: 0.75rem;
        padding: 2px 3px;
        font-weight: 700;
    }

    .hero-breadcrumb .breadcrumb-separator {
        font-size: 0.6em;
        margin: 0 1px;
    }
}

/* Booking Hero Section */
.booking-hero {
    position: relative;
    background: linear-gradient(135deg, #5b92e4 0%, #5b92e4 33%, #5488d7 66%, #4a8edc 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.booking-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PHBhdGggZD0iTTM2IDE0YzAtMS4xLS45LTItMi0ycy0yIC45LTIgMiAuOSAyIDIgMiAyLS45IDItMnptMCAwIi8+PC9nPjwvZz48L3N2Zz4=");
    opacity: 0.5;
}

.booking-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.booking-hero-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

/* Breadcrumb Navigation */
.breadcrumb-container {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumb-link {
    color: #5b92e4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.breadcrumb-link:hover {
    color: #003399;
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #6b7280;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 4px;
}

.breadcrumb-current {
    color: #374151;
    font-weight: 600;
}

/* Horizontal Filters */
.horizontal-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: end;
    padding: 2rem 0;
    margin-bottom: 20px;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background: #f8f9fa;
}

.filter-dropdown {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 160px;
}

.filter-dropdown label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.filter-dropdown select {
    padding: 10px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9rem;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s;
}

.filter-dropdown select:focus {
    outline: none;
    border-color: #5b92e4;
}

.horizontal-filters .btn.primary {
    padding: 10px 20px;
    background: #5b92e4;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    height: fit-content;
}

.horizontal-filters .btn.primary:hover {
    background: #003399;
}

/* Shop Controls */
.shop-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    gap: 2rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

.search-bar {
    display: flex;
    flex: 1;
    max-width: 400px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s;
}

.search-bar:focus-within {
    border-color: #5b92e4;
}

.search-input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    outline: none;
    font-size: 1rem;
    background: white;
}

.search-btn {
    padding: 12px 16px;
    background: #5b92e4;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btn:hover {
    background: #003399;
}

.controls-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sort-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sort-label {
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.sort-select {
    padding: 8px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    background: white;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.3s;
}

.sort-select:focus {
    outline: none;
    border-color: #5b92e4;
}

.view-options {
    display: flex;
    gap: 0.25rem;
}

.view-toggle {
    padding: 8px 10px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.view-toggle.active {
    background: #5b92e4;
    color: white;
    border-color: #5b92e4;
}

.view-toggle:hover {
    border-color: #5b92e4;
}

/* Shop Content Layout */
.shop-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.shop-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.sidebar-filters {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.sidebar-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a202c;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 1rem;
}

.filter-group {
    margin-bottom: 2rem;
}

.filter-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #374151;
}

.filter-item {
    margin-bottom: 1rem;
}

.filter-item label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #374151;
    font-size: 0.9rem;
}

.sidebar-select {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    background: white;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.3s;
}

.sidebar-select:focus {
    outline: none;
    border-color: #5b92e4;
}

.price-slider {
    margin-top: 1rem;
}

.price-inputs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.price-input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.price-input-group label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
}

.price-input-group input {
    padding: 8px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.3s;
}

.price-input-group input:focus {
    outline: none;
    border-color: #5b92e4;
}

.price-range-container {
    position: relative;
    height: 40px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.price-range-container input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
}

.price-range-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 2px solid #5b92e4;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.price-range-container input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.price-range-container input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 2px solid #5b92e4;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.price-range-container input[type="range"]::-moz-range-track {
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    border: none;
}

.price-display {
    text-align: center;
    font-weight: 700;
    color: #5b92e4;
    font-size: 1rem;
    background: #f3f4f6;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 1rem;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    color: #374151;
}

.checkbox-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    accent-color: #5b92e4;
    cursor: pointer;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    color: #374151;
}

.radio-item input {
    display: none;
}

.radiomark {
    width: 18px;
    height: 18px;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s;
}

.radio-item input:checked + .radiomark {
    border-color: #5b92e4;
}

.radio-item input:checked + .radiomark::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #5b92e4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clear-filters-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.shop-main {
    min-height: 600px;
}

.results-header {
    margin-bottom: 2rem;
}

.results-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#results-count {
    font-weight: 600;
    color: #374151;
}

.clear-active-btn {
    padding: 6px 12px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.3s;
}

.clear-active-btn:hover {
    background: #c82333;
}

.results-count {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

/* Pagination */
.pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid #e5e7eb;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 16px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
}

.pagination-btn:hover:not(:disabled) {
    background: #f3f4f6;
    border-color: #5b92e4;
    color: #5b92e4;
}

.pagination-btn.active {
    background: #5b92e4;
    border-color: #5b92e4;
    color: white;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-numbers {
    display: flex;
    gap: 0.25rem;
    margin: 0 1rem;
}

.prev-btn i,
.next-btn i {
    font-size: 0.8rem;
}

.pagination-info {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

/* Mobile Pagination */
@media (max-width: 768px) {
    .pagination {
        gap: 0.25rem;
    }

    .pagination-btn {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .pagination-numbers {
        margin: 0 0.5rem;
    }

    .pagination-info {
        font-size: 0.8rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pagination-btn {
        padding: 8px 10px;
        font-size: 0.75rem;
    }

    .prev-btn span,
    .next-btn span {
        display: none;
    }

    .prev-btn i,
    .next-btn i {
        font-size: 0.7rem;
    }

    .pagination-numbers {
        gap: 0.125rem;
        margin: 0 0.25rem;
    }
}

/* Mobile Responsiveness for Hero */
@media (max-width: 768px) {
    .booking-hero {
        padding: 3rem 0;
    }

    .booking-hero-content h1 {
        font-size: 2.5rem;
    }

    .booking-hero-content p {
        font-size: 1.1rem;
    }
}

/* Mobile Shop Styles */
/* Add collapsible functionality for mobile filters */
@media (max-width: 1024px) {
    .shop-content {
        grid-template-columns: 240px 1fr;
        gap: 2rem;
    }

    .sidebar-filters {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .shop-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .search-bar {
        max-width: none;
    }

    .controls-right {
        justify-content: space-between;
        align-items: center;
    }

    .view-options {
        margin-left: 1rem;
    }

    .shop-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .shop-sidebar {
        position: static;
        margin-bottom: 1rem;
    }

    .sidebar-filters {
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: none;
        border-radius: 0;
    }

    .sidebar-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid #e5e7eb;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s;
    }

    .sidebar-title::after {
        content: '▼';
        font-size: 0.8rem;
        transition: transform 0.3s;
    }

    .sidebar-filters.collapsed .sidebar-title::after {
        transform: rotate(-90deg);
    }

    .filter-container {
        display: none;
    }

    .sidebar-filters:not(.collapsed) .filter-container {
        display: block;
        padding: 0 1rem 1rem 1rem;
    }

    .filter-group {
        background: white;
        margin-bottom: 1rem;
        border-radius: 8px;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        border: 1px solid #e5e7eb;
    }

    .filter-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: color 0.3s;
    }

    .filter-title:hover {
        color: #5b92e4;
    }

    .filter-title::after {
        content: '−';
        font-size: 0.8rem;
        transition: transform 0.3s;
    }

    .filter-group.collapsed .filter-title::after {
        content: '+';
        transform: rotate(0deg);
    }

    .filter-content {
        display: block;
        margin-top: 0.5rem;
    }

    .filter-group.collapsed .filter-content {
        display: none;
    }
}

@media (max-width: 640px) {
    .shop-controls {
        gap: 0.75rem;
        padding: 1.5rem 0;
    }

    .sidebar-title {
        font-size: 1.1rem;
        padding: 0.875rem;
    }

    .filter-group {
        padding: 0.875rem;
        margin-bottom: 0.75rem;
    }

    .filter-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .horizontal-filters {
        display: none;
    }

    .shop-controls {
        padding: 1.5rem 0;
        gap: 1rem;
    }

    .controls-right {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .sort-section {
        justify-content: center;
    }

    .view-options {
        justify-content: center;
        margin: 0;
    }

    .results-info {
        padding: 0.75rem;
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
        text-align: center;
    }

    .sidebar-title {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .filter-group {
        margin-bottom: 1.5rem;
    }

    .price-inputs {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Shop Section Styles */
.shop-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.shop-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

/* List View Styles */
.products-grid.list-view {
    grid-template-columns: 1fr;
    gap: 20px;
}

.products-grid.list-view .product-card {
    display: flex;
    flex-direction: row;
    height: auto;
    max-height: 280px;
}

.products-grid.list-view .product-image {
    width: 280px;
    height: 280px;
    flex-shrink: 0;
}

.products-grid.list-view .product-details {
    flex: 1;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.products-grid.list-view .product-details h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.products-grid.list-view .product-details p {
    font-size: 1rem;
    margin-bottom: 15px;
    flex-grow: unset;
}

.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-details {
    padding: 25px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-details h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a202c;
    line-height: 1.3;
}

.product-details p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.product-price {
    font-size: 1.6rem;
    font-weight: 800;
    color: #5b92e4;
    margin-bottom: 20px;
    display: block;
}

.add-to-cart-btn {
    width: 100%;
    padding: 15px 24px;
    background: linear-gradient(135deg, #5b92e4 0%, #003399 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.add-to-cart-btn:hover {
    background: linear-gradient(135deg, #003399 0%, #0044BB 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 38, 119, 0.4);
}

/* Cart Message */
.cart-message {
    position: fixed;
    top: 100px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-message.success {
    background: #28a745;
    color: white;
}

.cart-message.error {
    background: #dc3545;
    color: white;
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .shop-section {
        padding: 40px 0;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .product-card {
        border-radius: 12px;
    }

    .product-image {
        height: 220px;
    }

    .product-details {
        padding: 20px;
    }

    .product-details h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .product-details p {
        font-size: 0.9rem;
    }

    .product-price {
        font-size: 1.4rem;
    }

    .add-to-cart-btn {
        padding: 12px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 15px;
    }

    .product-image {
        height: 200px;
    }

    .product-details {
        padding: 18px;
    }

    .product-details h3 {
        font-size: 1.15rem;
    }

    .product-details p {
        font-size: 0.85rem;
    }

    .product-price {
        font-size: 1.3rem;
    }

    .add-to-cart-btn {
        padding: 10px 18px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .shop-container {
        padding: 0 10px;
    }

    .shop-section {
        padding: 30px 0;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
    }

    .product-card {
        max-width: 100%;
        border-radius: 10px;
    }

    .product-image {
        height: 180px;
    }

    .product-details {
        padding: 15px;
    }

    .product-details h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .product-details p {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }

    .product-price {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .add-to-cart-btn {
        padding: 12px 16px;
        font-size: 0.9rem;
        letter-spacing: 0.3px;
    }
}

@media (max-width: 360px) {
    .shop-container {
        padding: 0 8px;
    }

    .products-grid {
        gap: 15px;
        margin-top: 20px;
    }

    .product-card {
        border-radius: 8px;
    }

    .product-image {
        height: 160px;
    }

    .product-details {
        padding: 12px;
    }

    .product-details h3 {
        font-size: 1rem;
    }

    .product-price {
        font-size: 1.1rem;
    }

    .add-to-cart-btn {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-container {
    background: white;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h2 {
    margin: 0;
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
}

.modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #6b7280;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.modal-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.modal-content {
    padding: 20px;
}

.modal-product-summary {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
}

.modal-product-image img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.modal-product-details h3 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #1f2937;
}

.modal-product-details p {
    margin: 0;
    color: #5b92e4;
    font-weight: 600;
}

.modal-product-details p span {
    font-weight: normal;
    color: #6b7280;
}

/* Form styles in modal */
#modal-enquiry-form .form-group {
    margin-bottom: 16px;
}

#modal-enquiry-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
}

#modal-enquiry-form input,
#modal-enquiry-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

#modal-enquiry-form input:focus,
#modal-enquiry-form textarea:focus {
    outline: none;
    border-color: #5b92e4;
}

#modal-enquiry-form textarea {
    resize: vertical;
    min-height: 80px;
}

/* Mobile modal adjustments */
@media (max-width: 768px) {
    .modal-overlay {
        padding: 10px;
    }

    .modal-container {
        max-height: 95vh;
    }

    .modal-header {
        padding: 16px;
    }

    .modal-content {
        padding: 16px;
    }

    .modal-product-summary {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .modal-product-image img {
        align-self: center;
        width: 100px;
        height: 75px;
    }
}

/* ========== INLINE CSS TRANSFERRED FROM header.php ========== */

/* Mobile Navigation Styles */
.mobile-only {
    display: none !important;
}

.hidden-md {
    display: inline-block !important;
}

.hidden-md-down {
    display: none !important;
}

/* Desktop Navigation */
@media (min-width: 1024px) {
    #main-nav {
        display: flex !important;
    }
    .mobile-toggle {
        display: none !important;
    }
}

/* Mobile rules and gutter fix so menu/buttons don't touch edges */
@media (max-width: 1023px) {
    /* Show mobile button inside menu */
    .mobile-only {
        display: inline-block !important;
        width: calc(100% - 32px);
        margin: 8px 16px;
        box-sizing: border-box;
    }

    /* Hide desktop schedule button */
    .hidden-md {
        display: none !important;
    }

    /* Show mobile hamburger */
    .hidden-md-down {
        display: inline-block !important;
    }

    /* Make the opened mobile nav respect gutters */
    #main-nav.active {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        padding: 12px 16px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        gap: 8px;
    }

    /* ensure nav links also don't touch edges */
    #main-nav.active .nav-link {
        margin: 8px 0;
        border-bottom: 1px solid #eee;
        padding: 6px 0;
    }
}

/* Desktop Navigation Override */
@media (min-width: 1024px) {
    #main-nav {
        display: flex !important;
    }
}

/* Mobile Navigation Active State */
#main-nav.active {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

#main-nav.active .nav-link {
    margin: 10px 20px;
    border-bottom: 1px solid #eee;
}

/* Mobile Menu Button Visibility */
@media (max-width: 1023px) {
    .mobile-only {
        display: inline-block !important;
    }
}

/* Cart Icon Styles */
.cart-icon {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    padding: 10px;
    transition: color 0.3s;
}

.cart-icon:hover {
    color: #28a745;
}

.cart-count {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Blog Page Styles */
/* Blog Layout with Sidebar */
.blog-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 3rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .blog-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Blog Main Content */
.blog-main {
    width: 100%;
}

/* Blog Sidebar */
.blog-sidebar {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

/* Newsletter Signup - Moved outside blog-layout */
.newsletter-signup {
    background: linear-gradient(135deg, #5b92e4 0%, #0044BB 100%);
    color: white;
    border-radius: 1.5rem;
    padding: 4rem 3rem;
    text-align: center;
    margin-top: 4rem;
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .newsletter-signup {
        padding: 3rem 2rem;
        margin-top: 2rem;
    }
}

.newsletter-content h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.newsletter-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
}

@media (max-width: 640px) {
    .newsletter-form {
        flex-direction: column;
        gap: 1rem;
    }
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-form input[type="email"]::placeholder,
.newsletter-form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="text"]:focus {
    border-color: white;
    background: white;
    color: #333;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.newsletter-form input[type="email"]:focus::placeholder,
.newsletter-form input[type="text"]:focus::placeholder {
    color: #6B7280;
}

.newsletter-form .btn {
    background: white;
    color: #5b92e4;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
    background: #FF6B00;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
}

/* Blog Categories Sidebar */
.blog-categories-sidebar {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
    margin-bottom: 2rem;
}

.blog-categories-sidebar h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #5b92e4;
    padding-bottom: 0.75rem;
}

.blog-categories {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.blog-category {
    padding: 0.75rem 1rem;
    background: #F9FAFB;
    color: #4B5563;
    border: 1px solid #E5E7EB;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.blog-category:hover,
.blog-category.active {
    background: #5b92e4;
    color: white;
    border-color: #5b92e4;
    transform: translateY(-1px);
}

/* Recent Posts */
.recent-posts {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
}

.recent-posts h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #5b92e4;
    padding-bottom: 0.75rem;
}

.recent-post-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F3F4F6;
}

.recent-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-post-item img {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.recent-post-content {
    flex: 1;
}

.recent-post-content h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-post-content time {
    font-size: 0.8rem;
    color: #6B7280;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Blog Card */
.blog-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #E5E7EB;
}

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

.blog-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 2rem;
}

.blog-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.blog-content p {
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-meta {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.blog-meta .category {
    background: #EBF4FF;
    color: #5b92e4;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 1rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.blog-meta .read-time {
    color: #6B7280;
    font-size: 0.875rem;
}

/* Read More Button Base Styles */
.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
background: linear-gradient(135deg, #5b92e4 0%, #5b92e4 33%, #5488d7 66%, #4a8edc 100%);
    color: white;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.read-more:hover {
    background: linear-gradient(135deg, #003399 0%, #0044BB 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 38, 119, 0.3);
    color: white;
}

.read-more:active {
    transform: translateY(0);
}

.blog-card .read-more {
    margin-top: 1rem;
    display: block;
    margin: 1rem 0 0;
    width: fit-content;
}

/* ========== BLOG DETAIL PAGE STYLES ========== */

/* Blog Detail Layout */
.blog-detail-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 4rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

@media (max-width: 1024px) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

/* Blog Detail Main Content */
.blog-detail-main {
    width: 100%;
}

/* Article Styles */
.blog-detail-article {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 4rem;
}

.blog-detail-meta {
    padding: 2rem 2.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.blog-detail-categories {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.meta-category {
    background: linear-gradient(135deg, #FF6B00 0%, #E55F00 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-detail-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    color: #6B7280;
    font-size: 0.9rem;
}

.blog-detail-info time,
.read-time,
.author {
    color: #6B7280;
}

.author {
    font-weight: 600;
    color: #374151;
}

.blog-detail-image {
    width: 100%;
    height: 500px;
    margin: 2rem 0;
    overflow: hidden;
    border-radius: 0.5rem;
}

.blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-detail-image:hover img {
    transform: scale(1.02);
}

.blog-detail-content {
    padding: 0 2.5rem 2.5rem;
    line-height: 1.8;
}

.blog-intro {
    font-size: 1.1rem;
    color: #374151;
    margin-bottom: 2.5rem;
    font-style: italic;
    position: relative;
}

.blog-intro::before {
    content: '"';
    font-size: 3rem;
    color: #FF6B00;
    position: absolute;
    left: -2rem;
    top: -1rem;
    font-family: Georgia, serif;
    opacity: 0.3;
}

.blog-detail-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin: 2.5rem 0 1.5rem 0;
    border-bottom: 3px solid #FF6B00;
    padding-bottom: 0.75rem;
    display: inline-block;
}

.blog-detail-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin: 2rem 0 1rem 0;
}

.blog-detail-content ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.blog-detail-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Content Blocks */
.content-highlight {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    border: 2px solid #E5E7EB;
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 4px solid #FF6B00;
}

.content-highlight h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.stats-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, #5b92e4 0%, #0044BB 100%);
    color: white;
    border-radius: 1rem;
    text-align: center;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

.decision-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.decision-item {
    background: #F9FAFB;
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}

.decision-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.service-factors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.factor-item {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.factor-item:hover {
    border-color: #5b92e4;
    box-shadow: 0 5px 15px rgba(0, 38, 119, 0.1);
}

.factor-item i {
    font-size: 2rem;
    color: #FF6B00;
    margin-bottom: 1rem;
}

.factor-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.factor-item p {
    color: #6B7280;
    font-size: 0.9rem;
    line-height: 1.6;
}

.advance-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.advance-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 0.5rem;
    padding: 1rem;
}

.advance-item i {
    color: #16A34A;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.advance-item span {
    font-weight: 600;
    color: #166534;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.tip-item {
    background: #F8FAFC;
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.tip-item:hover {
    background: #FFF8ED;
    border-color: #FF6B00;
    transform: translateY(-3px);
}

.tip-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF6B00 0%, #E55F00 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.tip-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.blog-quote {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    border-left: 4px solid #5b92e4;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 2rem 2rem 2rem 3rem;
    margin: 2.5rem 0;
    font-style: italic;
    position: relative;
}

.blog-quote p {
    font-size: 1.2rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.blog-quote::before {
    content: '"';
    font-size: 4rem;
    color: #5b92e4;
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-family: Georgia, serif;
    opacity: 0.3;
    line-height: 1;
}

/* Article Footer */
.article-footer {
    background: #F9FAFB;
    padding: 2rem 2.5rem;
    border-top: 1px solid #E5E7EB;
}

.article-tags {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tag-label {
    font-weight: 600;
    color: #374151;
}

.article-tag {
    background: #5b92e4;
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.article-tag:hover {
    background: #0044BB;
    transform: translateY(-1px);
}

/* Comments Section */
.comments-section {
    background: white;
    border-radius: 1.5rem;
    padding: 3rem;
    margin-bottom: 4rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.comments-section h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 2rem;
    border-bottom: 3px solid #FF6B00;
    padding-bottom: 0.75rem;
    display: inline-block;
}

.comment-list {
    margin-bottom: 3rem;
}

.comment-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #F3F4F6;
}

.comment-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.comment-header h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
}

.comment-header time {
    font-size: 0.85rem;
    color: #6B7280;
}

.comment-content p {
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

/* Add Comment Section */
.add-comment {
    background: #F9FAFB;
    border-radius: 1rem;
    padding: 2rem;
    border: 2px solid #E5E7EB;
}

.add-comment h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1.5rem;
}

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

@media (max-width: 768px) {
    .comment-form .form-row {
        grid-template-columns: 1fr;
    }
}

/* Blog Detail Sidebar */
.blog-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Author Bio */
.author-bio {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #E5E7EB;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FF6B00;
}

.author-info {
    flex: 1;
}

.author-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.author-info p {
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.author-social {
    display: flex;
    gap: 0.5rem;
}

.author-social .social-link {
    width: 35px;
    height: 35px;
    background: #F3F4F6;
    color: #374151;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.author-social .social-link:hover {
    background: #FF6B00;
    color: white;
    transform: scale(1.1);
}

/* Social Share */
.social-share {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #E5E7EB;
}

.social-share h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

.share-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    background: white;
    color: #374151;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.share-btn:hover {
    border-color: #5b92e4;
    background: #5b92e4;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 38, 119, 0.2);
}

.share-btn.facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.share-btn.twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.share-btn.linkedin:hover {
    background: #0077B5;
    border-color: #0077B5;
}

.share-btn.email {
    background: #FF6B00;
    border-color: #FF6B00;
    color: white;
}

.share-btn.email:hover {
    background: #E55F00;
    border-color: #E55F00;
}

/* Table of Contents */
.toc-widget {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #E5E7EB;
}

.toc-widget h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

.toc-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.toc-link {
    color: #4B5563;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1rem;
}

.toc-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #FF6B00;
    transition: width 0.3s ease;
}

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

.toc-link:hover {
    color: #FF6B00;
    padding-left: 1.5rem;
}

/* Related Articles in Sidebar */
.related-articles {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #E5E7EB;
}

.related-articles h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

.related-article-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F3F4F6;
}

.related-article-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-article-image img {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 0.25rem;
}

.related-article-content h5 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
}

.related-article-content h5 a {
    color: inherit;
    text-decoration: none;
}

.related-article-content h5 a:hover {
    color: #FF6B00;
}

.related-article-content time {
    font-size: 0.8rem;
    color: #6B7280;
}

/* Related Posts Section */
.related-posts-section {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 2px solid #E5E7EB;
}

.related-posts-section h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #111827;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.related-posts-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: #FF6B00;
    border-radius: 2px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2rem;
    }

    .blog-detail-meta {
        padding: 1.5rem 2rem 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .blog-detail-content {
        padding: 0 2rem 2rem;
    }

    .blog-detail-image {
        margin: 1.5rem 2rem;
        height: 250px;
    }

    .comments-section {
        padding: 2rem;
        margin-bottom: 3rem;
    }

    .author-bio {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .related-posts-section h2 {
        font-size: 2rem;
    }

    .decision-matrix,
    .service-factors,
    .tips-grid {
        grid-template-columns: 1fr;
    }

    .stats-block {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem;
    }

    .stats-block .stat {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .blog-quote {
        padding: 1.5rem 2rem 1.5rem 2.5rem;
    }

    .blog-quote::before {
        left: 0.5rem;
        top: 0.5rem;
        font-size: 3rem;
    }

    .article-footer {
        padding: 1.5rem 2rem;
    }
}

@media (max-width: 480px) {
    .blog-detail-content h2 {
        font-size: 1.5rem;
    }

    .blog-detail-content h3 {
        font-size: 1.2rem;
    }

    .content-highlight,
    .decision-item,
    .factor-item,
    .tip-item {
        padding: 1rem;
    }

    .advance-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .comments-section {
        padding: 1.5rem;
    }

    .author-bio,
    .social-share,
    .toc-widget,
    .related-articles {
        padding: 1.5rem;
    }

    .share-buttons {
        gap: 0.5rem;
    }

    .share-btn {
        padding: 0.625rem 0.75rem;
        font-size: 0.9rem;
    }

    .related-posts-section {
        margin-top: 3rem;
        padding-top: 3rem;
    }

    .related-posts-section h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Newsletter Signup */
.newsletter-signup {
background: linear-gradient(135deg, #5b92e4 0%, #5b92e4 33%, #5488d7 66%, #4a8edc 100%);
    color: white;
    border-radius: 1.5rem;
    padding: 4rem 3rem;
    text-align: center;
    margin-top: 4rem;
}

@media (max-width: 768px) {
    .newsletter-signup {
        padding: 3rem 2rem;
    }
}

.newsletter-content h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.newsletter-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
}

@media (max-width: 640px) {
    .newsletter-form {
        flex-direction: column;
        gap: 1rem;
    }
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form input[type="email"]:focus {
    border-color: white;
    background: white;
    color: #333;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.newsletter-form input[type="email"]:focus::placeholder {
    color: #6B7280;
}

.newsletter-form .btn {
    background: white;
    color: #5b92e4;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
    background: #FF6B00;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
}

/* WhatsApp Floating Icon */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    animation: whatsappBounce 2s infinite;
    cursor: pointer;
    border: none;
    outline: none;
    line-height: 1;
}

.whatsapp-float i {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

@keyframes whatsappBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.whatsapp-float i {
    animation: whatsappPulse 2s infinite;
}

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

/* WhatsApp Modal Styles */
.whatsapp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease-out;
}

.whatsapp-modal-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.whatsapp-modal {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 550px;
    max-height: 95vh;
    overflow-y: auto;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.whatsapp-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 20px;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px 20px 0 0;
}

.modal-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.whatsapp-modal-header h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1e293b;
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.whatsapp-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #64748b;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-modal-close:hover {
    background: #f1f5f9;
    color: #334155;
    transform: rotate(90deg);
}

.whatsapp-modal-body {
    padding: 30px;
}

.modal-intro {
    text-align: center;
    margin-bottom: 30px;
}

.modal-intro h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.modal-intro p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.store-selection-section {
    margin-bottom: 30px;
}

.whatsapp-store-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.whatsapp-store-card {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.whatsapp-store-card:hover {
    border-color: #25d366;
    background: #f0fdf4;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.15);
}

.store-radio {
    position: relative;
    margin-right: 16px;
    margin-top: 2px;
}

.store-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
}

.radio-checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    background: white;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
}

.store-radio input[type="radio"]:checked + .radio-checkmark,
.whatsapp-store-card:has(input[type="radio"]:checked) .radio-checkmark {
    border-color: #25d366 !important;
    background: #25d366 !important;
    box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.2);
}

.store-radio input[type="radio"]:checked + .radio-checkmark::after,
.whatsapp-store-card:has(input[type="radio"]:checked) .radio-checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: checkmarkPop 0.2s ease-out;
}

@keyframes checkmarkPop {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.whatsapp-store-card:hover .radio-checkmark {
    border-color: #25d366;
    transform: scale(1.1);
}

.store-content {
    flex: 1;
}

.store-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.store-header h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-right: 8px;
}

.store-badge {
    color: #fbbf24;
    font-size: 14px;
}

.store-details p {
    margin: 0 0 8px 0;
    color: #64748b;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-details p:last-child {
    margin-bottom: 0;
}

.store-details i {
    color: #25d366;
    width: 16px;
    flex-shrink: 0;
}

.modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.btn {
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-secondary {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.btn-secondary:hover {
    background: #e2e8f0;
    color: #475569;
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #128c7e 0%, #0f6b5e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-primary i {
    font-size: 16px;
}

/* Message Options Styles */
.message-options-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.message-options-section h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    text-align: center;
}

.message-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.message-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    text-align: left;
}

.message-option:hover {
    border-color: #25d366;
    background: #f0fdf4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.15);
}

.message-option.active {
    border-color: #25d366;
    background: #dcfce7;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

.message-option i {
    color: #25d366;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.message-option.active i {
    color: #16a34a;
}

/* Mobile Responsive WhatsApp Icon */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 12px;
        right: 12px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

/* Mobile Responsive Modal */
@media (max-width: 640px) {
    .whatsapp-modal {
        width: 95%;
        margin: 10px;
        max-height: 90vh;
    }

    .whatsapp-modal-header {
        padding: 20px 20px 15px;
    }

    .modal-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .whatsapp-modal-header h3 {
        font-size: 1.4rem;
        margin: 0 15px;
    }

    .whatsapp-modal-body {
        padding: 20px;
    }

    .whatsapp-store-card {
        padding: 16px;
    }

    .store-header h4 {
        font-size: 1.1rem;
    }

    .store-details p {
        font-size: 0.85rem;
    }

    .modal-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .whatsapp-modal-header {
        padding: 15px 15px 10px;
    }

    .whatsapp-modal-body {
        padding: 15px;
    }

    .modal-intro h4 {
        font-size: 1.1rem;
    }

    .modal-intro p {
        font-size: 0.9rem;
    }
}

/* ========== INLINE CSS TRANSFERRED FROM cart.php ========== */

/* Booking Hero Section - Updated for Cart Page */
.cart-hero {
    position: relative;
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
}

.empty-cart {
    text-align: center;
    padding: 100px 20px;
    color: #666;
}

.empty-cart h2 {
    margin: 20px 0;
    color: #333;
}

.cart-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.cart-right-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns: 100px 2fr 1fr 100px 40px;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: white;
}

.item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.item-sku {
    color: #666;
    font-size: 0.9em;
}

.item-price {
    color: #28a745;
    font-weight: 500;
}

.quantity-form {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.quantity-form input[name="quantity"] {
    width: 60px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.quantity-form button[type="button"] {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.quantity-form button[type="button"]:hover {
    background: #e9ecef;
}

.item-subtotal {
    font-weight: 600;
    color: #28a745;
}

.btn-remove {
    background: transparent;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
}

.btn-remove:hover {
    background: #f8d7da;
}

.cart-summary {
    background: white;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    height: fit-content;
}

.summary-header h3 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.total-row {
    font-weight: 600;
    font-size: 1.2em;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 30px;
}

.checkout-btn {
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 15px;
    font-size: 1.1em;
}

.continue-shopping {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 12px;
}

@media (max-width: 768px) {
    .cart-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cart-right-side {
        gap: 15px;
    }

    .cart-item {
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto;
        gap: 15px;
    }

    .item-details {
        grid-column: 2;
    }

    .item-quantity {
        grid-row: 2;
        grid-column: 1 / 3;
        text-align: center;
    }

    .item-subtotal {
        grid-row: 2;
        grid-column: 2;
        text-align: right;
    }

    .item-actions {
        grid-row: 2;
        grid-column: 3;
        text-align: right;
    }

    .coupon-section {
        padding: 15px;
    }

    .coupon-input-group {
        flex-direction: column;
        gap: 8px;
    }

    .cart-summary {
        padding: 20px;
    }
}

/* Coupon Styles */
.coupon-section {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    background: #f9fafb;
}

.coupon-input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.coupon-input {
    flex: 1;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 16px;
    background: white;
    transition: border-color 0.3s;
}

.coupon-input:focus {
    outline: none;
    border-color: #5b92e4;
}

.btn-coupon {
    padding: 12px 20px;
    background: #5b92e4;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-coupon:hover {
    background: #003399;
}

.btn-coupon.remove {
    background: #dc3545;
}

.btn-coupon.remove:hover {
    background: #c82333;
}

.coupon-applied {
    color: #28a745;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.discount-row {
    color: #28a745 !important;
    font-weight: 600;
}

.coupon-message {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.coupon-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.coupon-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
