.about-img {
    height: 70vh;
    object-fit: cover;
    opacity: 0.3;
}

.about-product-img {
    max-width: 100%;
    height: auto;
    padding: 80px;
    object-fit: cover;
}

.contactUs-text:hover{
 transform: translateX(10px);
 transition: all 0.5s ease-in-out;
 cursor: pointer;
}


/* ============================================
   ABOUT PAGE
   ============================================ */
/* Hero Banner */
.about-img {
    height: 50vh;
    object-fit: cover;
    filter: brightness(0.7);
}

.about-us-text {
    color: #fff;
    z-index: 2;
}

.about-us-text .display-5,
.about-us-text .display-md-4 {
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.about-us-text .d-flex {
    margin-top: 20px;
}

.page-links-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: var(--transition-smooth);
}

.about-us-text .d-flex a:hover {
    color: #fff;
}

.about-us-text .d-flex span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* About Heading */
.about-heading {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* About Content Section */
.about-content-section {
    padding: 60px 0;
}

.about-content-section .display-6 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 25px;
}

.about-content-section p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.about-content-section .btn {
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    background: var(--accent-gradient);
    border: none;
    transition: var(--transition-smooth);
}

.about-content-section .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(196, 94, 61, 0.4);
}

/* About Product Image */
.about-product-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-medium);
    border-radius: 20px;
}

.about-product-img:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-strong);
}

/* About Page Sections */
.about-section {
    padding: 80px 0;
    background: #fff;
}

.about-section-alt {
    background: #f9f9f9;
}

/* Mission/Vision Cards */
.about-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
    text-align: center;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-strong);
}

.about-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--accent-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: #fff;
}

.about-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.about-card p {
    color: #666;
    line-height: 1.8;
}

/* Stats Section */
.about-stats {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    padding: 60px 0;
    border-radius: 20px;
    margin: 60px 0;
}

.about-stats-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--accent-color);
    display: block;
}

.about-stats-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* CTA Section */
.about-cta {
    background: linear-gradient(135deg, var(--accent-color) 0%, #e07a5f 100%);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    margin: 60px 0;
}

.about-cta h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.about-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.about-cta .btn {
    background: #fff;
    color: var(--accent-color);
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: var(--transition-smooth);
}

.about-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Team Section */
.about-team {
    padding: 60px 0;
}

.about-team-member {
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    transition: var(--transition-smooth);
}

.about-team-member:hover {
    background: #fff;
    box-shadow: var(--shadow-medium);
}

.about-team-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid var(--accent-color);
    transition: var(--transition-smooth);
}

.about-team-member:hover .about-team-img {
    transform: scale(1.1);
    box-shadow: var(--shadow-medium);
}

.about-team-member h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-team-member p {
    color: var(--accent-color);
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Testimonial */
.about-testimonial {
    background: #f9f9f9;
    padding: 60px;
    border-radius: 20px;
    margin: 60px 0;
}

.about-testimonial-quote {
    font-size: 1.5rem;
    font-style: italic;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    padding: 0 40px;
}

.about-testimonial-quote::before {
    content: '"';
    font-size: 4rem;
    color: var(--accent-color);
    position: absolute;
    top: -20px;
    left: 0;
    font-family: Georgia, serif;
}

.about-testimonial-author {
    font-weight: 700;
    color: #1a1a1a;
}

.about-testimonial-role {
    color: #999;
    font-size: 0.9rem;
}




/* ============================================
   FILTER SIDEBAR
   ============================================ */
.filter-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: var(--shadow-soft);
}

.filter-sidebar .d-flex {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    padding: 12px 0;
    transition: var(--transition-smooth);
}

.filter-sidebar .d-flex:hover {
    color: var(--accent-color);
}

.filter-sidebar .d-flex i {
    font-size: 12px;
    color: #666;
    transition: var(--transition-smooth);
}

.filter-sidebar .d-flex:hover i {
    color: var(--accent-color);
    transform: rotate(45deg);
}

.filter-sidebar hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #eee, transparent);
    margin: 15px 0;
}

.filter-sidebar .btn {
    font-weight: 500;
    font-size: 13px;
    border-radius: 25px;
    transition: var(--transition-smooth);
    border: 2px solid #eee;
}

.filter-sidebar .btn:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
    transform: translateY(-2px);
}

.filter-sidebar .btn-outline-dark {
    border: 2px solid #eee;
    background: transparent;
}

.filter-sidebar .btn-outline-dark:hover {
    background: var(--accent-gradient);
    border-color: transparent;
    color: #fff;
}

.filter-sidebar .btn-outline-secondary {
    border: 2px solid #eee;
    background: transparent;
}

.filter-sidebar .btn-outline-secondary:hover {
    background: var(--accent-gradient);
    border-color: transparent;
    color: #fff;
}

/* Size buttons */
.filter-sidebar .btn.active-size {
    background: var(--accent-gradient);
    border-color: transparent;
    color: #fff;
}

/* Color buttons */
.filter-sidebar .btn-color {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    border: 3px solid transparent;
    transition: var(--transition-smooth);
}

.filter-sidebar .btn-color:hover {
    transform: scale(1.1);
    border-color: var(--accent-color);
}

.filter-sidebar .btn-color.active {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(196, 94, 61, 0.2);
}

/* Price range */
.filter-sidebar .form-range {
    height: 6px;
    border-radius: 5px;
    background: #eee;
}

.filter-sidebar .form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--accent-gradient);
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(196, 94, 61, 0.4);
    transition: var(--transition-smooth);
}

.filter-sidebar .form-range::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.filter-sidebar .form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--accent-gradient);
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 10px rgba(196, 94, 61, 0.4);
}

.filter-sidebar .d-flex span {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

/* Action buttons */
.filter-sidebar .actio-btn {
    margin-top: 20px;
    padding-top: 15px;
}

.filter-sidebar .btn-clear {
    border: 2px solid #eee;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.filter-sidebar .btn-clear:hover {
    border-color: #ff6b6b;
    color: #ff6b6b;
}

.filter-sidebar .btn-apply {
    background: var(--accent-gradient);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
}

.filter-sidebar .btn-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(196, 94, 61, 0.4);
}

/* Collapse animation */
.filter-sidebar .collapse {
    transition: all 0.3s ease;
}

.filter-sidebar .collapse.show {
    animation: fadeInUp 0.3s ease;
}




/* Responsive */
@media (max-width: 992px) {
    .about-img {
        height: 40vh;
    }

       .contactUs-message{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-us-text .display-5,
    .about-us-text .display-md-4 {
        font-size: 2.5rem;
    }

    .about-heading {
        font-size: 2rem;
    }

    .about-content-section .display-6 {
        font-size: 1.75rem;
    }

    .about-stats-number {
        font-size: 2.5rem;
    }

    .about-cta {
        padding: 40px 20px;
    }

    .about-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .about-img {
        height: 35vh;
    }

    .contactUs-message{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-us-text p {
        font-size: 28px;
    }
    .page-links-item a {

    font-size: 11px;

}

    .about-product-img {
        height: 400px;
        width: 100%;
    }

    .about-us-text .display-5,
    .about-us-text .display-md-4 {
        font-size: 1.75rem;
    }

    .about-heading {
        font-size: 1.5rem;
    }

    .about-content-section .display-6 {
        font-size: 1.5rem;
    }

    .about-card {
        padding: 30px 20px;
    }

    .about-stats {
        padding: 40px 20px;
    }

    .about-stats-number {
        font-size: 2rem;
    }

    .about-cta h2 {
        font-size: 1.5rem;
    }

    .about-testimonial {
        padding: 30px 20px;
    }

    .about-testimonial-quote {
        font-size: 1.1rem;
        padding: 0 20px;
    }
}

@media (max-width:420px) {
    .page-links-item a {

    font-size: 9px;

}
}