/* Horizontal Scroll Manufacturing Process - Compact Design */
.horizontal-scroll-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #F97316 #f1f1f1;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #F97316;
    border-radius: 3px;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #ea580c;
}

.step .process {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step .process:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.12) !important;
}

.step .blog-img img {
    transition: transform 0.2s ease;
}

.step .process:hover .blog-img img {
    transform: scale(1.08);
}

/* Mobile responsive for compact design */
@media (max-width: 768px) {
    .step {
        width: 140px !important;
        margin-right: 4px !important;
    }
    
    .step.single .blog-img {
        height: 80px !important;
    }
    
    .step.double .blog-img {
        height: 38px !important;
    }
    
    .step h3 {
        font-size: 0.75rem !important;
        line-height: 1.1 !important;
        margin-top: 0.5rem !important;
    }
    
    .step.double h3 {
        font-size: 0.65rem !important;
    }
    
    .horizontal-scroll-wrapper {
        padding-bottom: 1rem !important;
    }
}

@media (max-width: 480px) {
    .step {
        width: 120px !important;
        margin-right: 3px !important;
    }
    
    .step.single .blog-img {
        height: 70px !important;
    }
    
    .step.double .blog-img {
        height: 32px !important;
    }
    
    .step h3 {
        font-size: 0.7rem !important;
        margin-top: 0.25rem !important;
    }
    
    .step.double h3 {
        font-size: 0.6rem !important;
    }
}

/* ===========================================
   ABOUT PAGE INLINE CSS EXTRACTION
   =========================================== */
.about-hero-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://indiancraftsupply.com/wp-content/uploads/2025/10/About-Us-Background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.about-hero-badge {
    background-color: #FFFBE6 !important;
    color: #D97706 !important;
}

.about-hero-title-main {
    font-size: 3rem;
}

.about-hero-title-sub {
    font-size: 2.25rem;
    color: #D97706 !important;
}

.about-hero-description {
    font-size: 1.125rem;
    line-height: 1.6;
}

.about-hero-description-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.about-hero-description-support {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Manufacturing Process Timeline Styles */
.manufacturing-timeline {
    background: linear-gradient(135deg, #FFFBE6 0%, #FEF3C7 100%);
    min-height: 150vh;
}

.timeline-container {
    padding: 60px 0;
}

.timeline-line {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #F97316, #D97706);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.3);
}

.timeline-step {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.timeline-step.step-hidden {
    opacity: 0.3;
    transform: translateY(50px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #F97316, #D97706);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
    z-index: 10;
}

.step-image-container {
    width: 210px;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.step-image-overlay {
    background: linear-gradient(45deg, rgba(249, 115, 22, 0.1), transparent);
}

.process-completion-banner {
    border: 2px solid #F97316;
}

/* Timeline Step Variations */
.timeline-step-2 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.1s;
}

.timeline-step-3 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.2s;
}

.timeline-step-4 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.3s;
}

.timeline-step-5 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.4s;
}

.timeline-step-6 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.5s;
}

.timeline-step-7 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.6s;
}

.timeline-step-8 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.7s;
}

.timeline-step-9 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.8s;
}

.timeline-step-10 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 0.9s;
}

.timeline-step-11 {
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 0.8s ease 1s;
}

/* Step Image Containers */
.step-image-left {
    width: 210px;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    margin-left: auto;
}

.step-image-right {
    width: 210px;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Step Images */
.step-image-cover {
    object-fit: cover;
}

/* Manufacturing Process Description */
.manufacturing-process-description {
    max-width: 600px;
}