.apparel-hero {
    background: url('img/banner/common-banner.png') no-repeat center center;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.apparel-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(5, 186, 252, 0.779);
    color: #080808;
}

.apparel-hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    color: rgba(92, 90, 90, 0.769);
}

.apparel-hero-content .primary-btn {
    font-size: 16px;
    padding: 15px 40px;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #e74c3c;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    font-size: 18px;
    color: #777;
    margin-bottom: 60px;
}

/* Testimonial Carousel */
.testimonial-carousel {
    position: relative;
}

.testimonial-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.testimonial-content {
    margin-bottom: 25px;
    position: relative;
}

.testimonial-content p {
    font-size: 18px;
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
}

.testimonial-content p:before,
.testimonial-content p:after {
    content: '"';
    font-size: 50px;
    color: #e74c3c;
    opacity: 0.3;
    position: absolute;
}

.testimonial-content p:before {
    top: -20px;
    left: -5px;
}

.testimonial-content p:after {
    bottom: -40px;
    right: -5px;
}

.testimonial-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e74c3c;
    margin-bottom: 15px;
    display: inline-block;
}

.testimonial-author h5 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-author span {
    display: block;
    font-size: 14px;
    color: #777;
}

/* Owl Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.owl-prev, 
.owl-next {
    width: 40px;
    height: 40px;
    background: #e74c3c !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    transition: all 0.3s ease;
}

.owl-prev:hover, 
.owl-next:hover {
    background: #c0392b !important;
}

/* Owl Carousel Dots */
.owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: #e74c3c !important;
    transform: scale(1.2);
}

/* Apparel Filter Section */
.apparel-filter-section .filter-card {
    border: 1px solid #e0e0e0;
}

.apparel-filter-section .form-select {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.apparel-filter-section .form-range {
    width: 100%;
}

/* Apparel Collections */
.apparel-collections {
    margin-top: 40px;
}

.apparel-type-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.apparel-type-card:hover {
    transform: translateY(-10px);
}

.apparel-img-container {
    height: 250px;
    overflow: hidden;
}

.apparel-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.apparel-type-card:hover .apparel-img-container img {
    transform: scale(1.05);
}

.apparel-type-card h3 {
    margin: 20px 0 10px;
    font-size: 1.5rem;
}

.apparel-type-card p {
    color: #666;
    padding: 0 20px;
    margin-bottom: 20px;
}

/* Featured Apparel */
.featured-apparel .single-product {
    margin-bottom: 30px;
}

.featured-apparel .position-relative {
    border-radius: 10px;
    overflow: hidden;
}

.featured-apparel .price-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6b6b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.featured-apparel .type-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #4ecdc4;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.featured-apparel .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-apparel .single-product:hover .product-overlay {
    opacity: 1;
}

.featured-apparel .quick-view-btn {
    color: white;
    background: #ff6b6b;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.featured-apparel .quick-view-btn:hover {
    background: #ff5252;
}

.featured-apparel .product-details {
    padding: 15px;
    background: white;
}

.featured-apparel .product-details h6 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.featured-apparel .price h6 {
    color: #ff6b6b;
    font-weight: bold;
    font-size: 1.2rem;
}

.featured-apparel .l-through {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
    margin-left: 10px;
}

.featured-apparel .product-rating {
    margin: 10px 0;
    color: #ffc107;
}

.featured-apparel .product-rating span:last-child {
    color: #666;
    font-size: 0.8rem;
    margin-left: 5px;
}

.featured-apparel .prd-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.featured-apparel .social-info {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.featured-apparel .social-info:hover {
    color: #ff6b6b;
}

.featured-apparel .social-info span {
    font-size: 1.1rem;
}

/* Size Guide Section */
.size-guide-section {
    background: #f9f9f9;
}

.size-guide-img img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.size-guide-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.guide-intro {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
}

.size-table {
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.size-table th {
    background: #4ecdc4;
    color: white;
    font-weight: 600;
}

.size-table td {
    background: white;
}

.size-guide-btn {
    padding: 12px 25px;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .apparel-hero-content h1 {
        font-size: 2.8rem;
    }
    
    .apparel-img-container {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .apparel-hero {
        height: 60vh;
    }
    
    .apparel-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .apparel-hero-content p {
        font-size: 1rem;
    }
    
    .size-guide-content {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .apparel-hero {
        height: 50vh;
    }
    
    .apparel-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .apparel-type-card h3 {
        font-size: 1.3rem;
    }
}