/* ============================================
   Home Page Styles - Unified
   Combines: front-page.css, products-showcase.css, about-section.css, contact.css
   ============================================ */

/* ===== Home Section Styles ===== */
.home-section {
    padding: 80px 0;
    position: relative;
}

.industries-section {
    background: #f9fafb;
}

.section-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===== Products Showcase Section ===== */
.products-showcase-section {
    background: #ffffff;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    direction: rtl;
    width: 100%;
}

.products-top-bar {
    background: transparent;
    padding: 14px 0;
    text-align: center;
    color: #1f2937;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
}

.products-main-title {
    text-align: center;
    padding: 4px 24px 60px;
    background: #ffffff;
}

.products-main-title h2 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
    line-height: 1.2;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
}

.products-cards-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 100px;
    width: 100%;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 950px;
    margin: 0 auto;
}

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

/* ===== Homepage Product Cards - Professional Design ===== */
.products-showcase-section .product-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.products-showcase-section .product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--hover-shadow);
}

/* Product Card Image Container */
.products-showcase-section .product-card-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 78%;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.glass-jars-card .product-card-image {
    background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 50%, #d1d5db 100%);
}

.metal-lids-card .product-card-image {
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 50%, #cbd5e1 100%);
}

.products-showcase-section .product-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px;
}

.products-showcase-section .product-card:hover .product-card-image img {
    transform: scale(1.08);
}

/* Product Badge - Light Blue Solid (Matching Design) */
.products-showcase-section .product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    z-index: 2;
    border: none;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    transition: all 0.3s ease;
}

.products-showcase-section .product-card:hover .product-badge {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    transform: scale(1.05);
}

/* Content Overlay - Light Blue Gradient (Matching Design) */
.products-showcase-section .product-card-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 45%;
    background: linear-gradient(to top, 
        rgba(191, 219, 254, 0.95) 0%, 
        rgba(147, 197, 253, 0.85) 25%, 
        rgba(96, 165, 250, 0.7) 50%, 
        rgba(59, 130, 246, 0.5) 75%, 
        transparent 100%);
    padding: 32px 24px 24px;
    color: #ffffff;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.products-showcase-section .product-card:hover .product-card-content-overlay {
    background: linear-gradient(to top, 
        rgba(191, 219, 254, 1) 0%, 
        rgba(147, 197, 253, 0.9) 25%, 
        rgba(96, 165, 250, 0.75) 50%, 
        rgba(59, 130, 246, 0.55) 75%, 
        transparent 100%);
    padding-bottom: 28px;
}

/* Product Card Title */
.products-showcase-section .product-card-title {
    font-size: 1.625rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.3;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Product Card Description */
.products-showcase-section .product-card-description {
    font-size: 0.95rem;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    opacity: 0.95;
}

/* Product Card Button - Light Blue (Matching Design) */
.products-showcase-section .product-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: #ffffff;
    border-radius: 12px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.products-showcase-section .product-card-btn:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    transform: translateX(-4px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}

.products-showcase-section .product-card-btn i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.products-showcase-section .product-card-btn:hover i {
    transform: translateX(-2px);
}

/* Responsive Design */
@media (max-width: 767px) {
    .products-showcase-section .product-card-image {
        padding-bottom: 70%;
    }
    
    .products-showcase-section .product-card-image img {
        padding: 16px;
    }
    
    .products-showcase-section .product-badge {
        top: 12px;
        right: 12px;
        padding: 5px 12px;
        font-size: 0.7rem;
    }
    
    .products-showcase-section .product-card-content-overlay {
        padding: 20px 16px 16px;
    }
    
    .products-showcase-section .product-card-title {
        font-size: 1.25rem;
        margin-bottom: 6px;
    }
    
    .products-showcase-section .product-card-description {
        font-size: 0.85rem;
        margin-bottom: 12px;
    }
    
    .products-showcase-section .product-card-btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

.home-video-section {
    width: 100%;
    padding: 80px 24px;
    background: #e0f2fe;
    direction: rtl;
}

.video-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    overflow: hidden;
    background: var(--color-gray-800);
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* ===== About Section - Professional Design ===== */
.about-section-new {
    background: #ffffff;
    padding: 80px 24px;
    direction: rtl;
    width: 100%;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Content Section */
.about-content {
    text-align: right;
    direction: rtl;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.about-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    display: inline-block;
    padding: 6px 14px;
    background: #f3f4f6;
    border-radius: 6px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 24px 0;
    line-height: 1.2;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
}

.about-description {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.8;
    margin: 0 0 32px 0;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
}

.about-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.feature-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 600;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    transform: translateY(-2px);
}

.feature-item-checked {
    background: #ecfdf5;
    border-color: #10b981;
    color: #065f46;
}

.feature-item-checked:hover {
    background: #d1fae5;
    border-color: #059669;
}

.feature-check-icon {
    color: #10b981;
    font-size: 0.75rem;
}

/* Buttons Section */
.about-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    align-items: center;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    white-space: nowrap;
    border: 2px solid transparent;
}

.about-btn-outline {
    background: #ffffff;
    color: #1f2937;
    border-color: #1f2937;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.about-btn-outline:hover {
    background: var(--hover-primary);
    color: var(--color-white);
    transform: translateY(-3px);
    box-shadow: var(--hover-shadow);
}

.about-btn-primary {
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(31, 41, 55, 0.2);
}

.about-btn-primary:hover {
    background: var(--hover-primary);
    transform: translateY(-3px);
    box-shadow: var(--hover-shadow);
}

.about-btn-primary i {
    transition: transform 0.3s ease;
}

.about-btn-primary:hover i {
    transform: translateX(-4px);
}

/* Statistics Grid */
.about-stats {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.stat-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #f3f4f6;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #e5e7eb;
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 2px solid;
    transition: all 0.3s ease;
}

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

.stat-icon-green {
    color: #10b981;
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

.stat-icon-blue {
    color: #2563eb;
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}

.stat-icon-orange {
    color: #f59e0b;
    border-color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
}

.stat-icon-purple {
    color: #2563eb;
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    margin: 0;
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    margin: 0;
}

/* ===== Location/Contact Section ===== */
.location-section {
    padding: 35px 20px;
    background: #f0f7ff;
}

.location-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.location-header {
    text-align: center;
    margin-bottom: 25px;
}

.location-title-small {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 600;
    margin: 0 0 8px 0;
    direction: rtl;
}

.location-title-large {
    font-size: 1.5rem;
    color: #1f2937;
    font-weight: 800;
    direction: rtl;
    margin: 0;
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px;
    align-items: flex-start;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-card {
    background: white;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 12px;
    direction: rtl;
    text-align: right;
}

.info-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    direction: rtl;
}

.info-card-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.info-card-icon {
    font-size: 1.1rem;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.address-icon {
    color: #1f2937;
    background: #dbeafe;
}

.phone-icon {
    color: #10b981;
    background: #d1fae5;
}

.info-card-text {
    font-size: 0.8rem;
    color: #374151;
    margin: 0;
    line-height: 1.4;
}

.info-card-address-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.info-card-address-primary {
    font-size: 0.8rem;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

.info-card-address-secondary {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
    padding-top: 6px;
    border-top: 1px solid #e5e7eb;
    margin-top: 4px;
    opacity: 0.9;
}

.contact-btn {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    direction: rtl;
    text-align: right;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-btn-content {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

.contact-btn-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-btn-text {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.contact-btn-main {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
}

.contact-btn-sub {
    font-size: 0.75rem;
    opacity: 0.9;
    line-height: 1.2;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #1ebe5d 100%);
}

.facebook-btn {
    background: linear-gradient(135deg, #1877F2 0%, #166fe5 100%);
}

.phone-btn {
    background: #1f2937;
    color: white;
}

.location-map {
    width: 100%;
    height: 327px;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.location-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ===== Industries Section - Professional Design ===== */
.industries-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
    position: relative;
    overflow: hidden;
}

.industries-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}

.industries-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

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

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

.industry-card {
    display: flex;
    flex-direction: column;
    text-align: right;
    direction: rtl;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #f3f4f6;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #2563eb, #1d4ed8);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 20px 20px 0;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #e5e7eb;
}

.industry-card:hover::before {
    height: 100%;
}

.industry-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 50%, #e5e7eb 100%);
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-card:hover .industry-image-wrapper {
    background: linear-gradient(135deg, #f0f4ff 0%, #e0e7ff 50%, #c7d2fe 100%);
    transform: scale(1.02);
}

.industry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 24px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.industry-card:hover .industry-image {
    transform: scale(1.1) translateY(-4px);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

.industry-title {
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.industry-card:hover .industry-title {
    color: #2563eb;
}

.industry-description {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
    font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.industry-card:hover .industry-description {
    color: #4b5563;
}


/* ===== Form Styles ===== */
#homeContactForm input,
#homeContactForm textarea {
    direction: rtl;
    text-align: right;
}

#homeContactForm input::placeholder,
#homeContactForm textarea::placeholder {
    text-align: right;
    direction: rtl;
}

/* ===== Responsive Styles ===== */
@media (max-width: 1024px) {
    .section-container {
        padding: 0 20px;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .about-section-new {
        padding: 60px 20px;
    }
    
    .about-container {
        gap: 50px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .stat-card {
        padding: 24px 16px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .location-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .location-map {
        height: 220px;
        order: -1;
    }
}

@media (max-width: 768px) {
    .home-section {
        padding: 60px 0;
    }
    
    .section-container {
        padding: 0 16px;
    }
    
    .section-title {
        font-size: 1.875rem;
        margin-bottom: 12px;
    }
    
    .about-section-new {
        padding: 50px 16px;
    }
    
    .about-container {
        gap: 40px;
    }
    
    .about-title {
        font-size: 1.875rem;
        margin-bottom: 20px;
    }
    
    .about-description {
        font-size: 1rem;
        margin-bottom: 28px;
    }
    
    .about-features {
        gap: 8px;
        margin-bottom: 28px;
    }
    
    .feature-item {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .about-buttons {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .about-btn {
        flex: 1;
        min-width: 140px;
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    
    .stat-card {
        padding: 20px 14px;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .stat-number {
        font-size: 1.875rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .location-section {
        padding: 30px 15px;
    }
    
    .info-card-address-secondary {
        font-size: 0.7rem;
    }
    
    .home-video-section {
        padding: 60px 16px;
    }
    
    .products-main-title h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 480px) {
    .home-section {
        padding: 40px 0;
    }
    
    .section-container {
        padding: 0 12px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .about-section-new {
        padding: 32px 12px;
    }
    
    
    .stats-grid {
        gap: 10px;
    }
    
    .stat-card {
        padding: 16px 10px;
        min-height: 110px;
    }
    
    .stat-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .about-subtitle {
        font-size: 0.75rem;
        margin-bottom: 8px;
    }
    
    .about-title {
        font-size: 1.375rem;
        margin-bottom: 14px;
        line-height: 1.3;
    }
    
    .about-description {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-bottom: 18px;
    }
    
    .about-features {
        gap: 8px;
        margin-bottom: 18px;
    }
    
    .feature-item {
        padding: 7px 11px;
        font-size: 0.75rem;
    }
    
    .about-buttons {
        gap: 10px;
    }
    
    .info-card-address-secondary {
        font-size: 0.65rem;
        padding-top: 4px;
    }
    
    .about-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .location-section {
        padding: 30px 10px;
    }
    
    .products-main-title h2 {
        font-size: 1.5rem;
    }
    
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .industry-card {
        padding: 20px;
    }
    
    .industry-image-wrapper {
        padding-bottom: 70%;
        margin-bottom: 16px;
    }
    
    .industry-image {
        padding: 20px;
    }
    
    .industry-title {
        font-size: 1.125rem;
        margin-bottom: 10px;
    }
    
    .industry-description {
        font-size: 0.875rem;
    }
    
}

