/* Product Categories Section - Exact Match to Image */
.product-categories-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.product-categories-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.product-categories-subtitle {
    font-size: 1rem;
    color: #718096;
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.product-category-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 2.5rem 1.5rem 2rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product-category-icon {
    color: #1b365d;
    font-size: 2.5rem;
    margin-bottom: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #f0f2f5;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.product-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.product-category-description {
    font-size: 0.875rem;
    color: #718096;
    line-height: 1.5;
    margin-bottom: 1.75rem;
    padding: 0 0.25rem;
}

.product-category-link {
    color: #1b365d;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.product-category-link i {
    margin-left: 0.375rem;
    font-size: 0.7rem;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .product-categories-section {
        padding: 2.5rem 0;
    }
    
    .product-categories-title {
        font-size: 1.75rem;
        letter-spacing: 0;
        margin-bottom: 0.875rem;
    }
    
    .product-category-card {
        padding: 1.875rem 1.125rem 1.5rem;
        margin-bottom: 1.25rem;
        border-radius: 7px;
    }
    
    .product-categories-subtitle {
        font-size: 0.875rem;
        margin-bottom: 1.75rem;
        padding: 0 1rem;
        line-height: 1.45;
    }
    
    .product-category-icon {
        font-size: 2rem;
        margin-bottom: 1.25rem;
        width: 65px;
        height: 65px;
    }
    
    .product-category-title {
        font-size: 0.925rem;
        margin-bottom: 0.675rem;
        letter-spacing: 0.25px;
        font-weight: 750;
    }
    
    .product-category-description {
        font-size: 0.75rem;
        padding: 0 1rem;
        line-height: 1.35;
        margin-bottom: 1.75rem;
    }
    
    .product-category-link {
        font-size: 0.825rem;
    }
}

@media (max-width: 576px) {
    .product-categories-title {
        font-size: 1.5rem;
    }
    .product-categories-subtitle {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
        line-height: 1.4;
    }
    .product-category-card {
        padding: 1.5rem 0.875rem 1.25rem;
        margin-bottom: 1rem;
        border-radius: 8px;
    }
    
    .product-category-icon {
        font-size: 1.5rem;
        margin-bottom: 0.875rem;
        width: 50px;
        height: 50px;
    }
    
    .product-category-title {
        font-size: 0.825rem;
        margin-bottom: 0.5rem;
        font-weight: 800;
        letter-spacing: 0.25px;
    }
    
    .product-category-description {
        font-size: 0.7rem;
        padding: 0;
        margin-bottom: rem;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .product-category-link {
        font-size: 0.75rem;
        font-weight: 600;
    }
}

/* Why Choose Us Section - Modern Slim Card Design */
.why-choose-us-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.why-choose-us-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.why-choose-us-subtitle {
    font-size: 1rem;
    color: #718096;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.why-choose-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    position: relative;
    border: 1px solid #f1f3f4;
}

.why-choose-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.why-choose-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #1b365d;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.why-choose-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.why-choose-card-description {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}

/* Responsive adjustments for Why Choose Us */
@media (max-width: 768px) {
    .why-choose-us-section {
        padding: 3rem 0;
    }
    
    .why-choose-us-section .container {
        max-width: 90%;
        padding: 0 1rem;
    }
    
    .why-choose-us-title {
        font-size: 1.75rem;
        margin-bottom: 0.875rem;
    }
    
    .why-choose-card {
        padding: 1.25rem 1rem;
        margin-bottom: 1.25rem;
        border-radius: 14px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .why-choose-us-subtitle {
        font-size: 0.9rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
        line-height: 1.5;
    }
    
    .why-choose-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        margin-bottom: 1.25rem;
        border-radius: 10px;
    }
    
    .why-choose-card-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        letter-spacing: 0.25px;
    }
    
    .why-choose-card-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .why-choose-us-section {
        padding: 2.5rem 0;
    }
    
    .why-choose-us-section .container {
        max-width: 85%;
        padding: 0 0.5rem;
    }
    
    .why-choose-us-title {
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
    }
    
    .why-choose-card {
        padding: 1rem 0.75rem;
        margin-bottom: 1rem;
        border-radius: 12px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .why-choose-number {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
        margin-bottom: 1rem;
        border-radius: 8px;
    }
    
    .why-choose-card-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        letter-spacing: 0.25px;
    }
    
    .why-choose-card-description {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    
    .why-choose-us-subtitle {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .why-choose-us-section .container {
        max-width: 80%;
        padding: 0;
    }
    
    .why-choose-card {
        padding: 0.875rem 0.625rem;
        max-width: 280px;
    }
    
    .why-choose-us-title {
        font-size: 1.3rem;
    }
    
    .why-choose-number {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }
    
    .why-choose-card-title {
        font-size: 0.85rem;
    }
    
    .why-choose-card-description {
        font-size: 0.7rem;
    }
} 