/***
=============================================
Working Process One - Rich Fasteners
=============================================
***/

.working-process-one {
    position: relative;
    display: block;
    background: #f8f9fa;
    padding: 100px 0 70px;
    z-index: 1;
}

.working-process-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.working-process-one .container {
    position: relative;
}

.working-process-one .shape1 {
    position: absolute;
    top: 242px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: -1;
}

/* ===== Section Title ===== */
.working-process-one .sec-title__tagline .line {
    display: none;
}

.working-process-one .sec-title__tagline h4 {
    color: #d35400;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}

.working-process-one .sec-title__tagline h4 .line-decoration {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #d35400;
    margin: 0 10px;
    vertical-align: middle;
}

.working-process-one .sec-title__title {
    font-size: 44px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 10px;
    line-height: 1.2;
}

.working-process-one .sec-title__title span {
    color: #d35400;
    position: relative;
}

.working-process-one .sec-title__subtitle {
    color: #777;
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto 0;
    line-height: 1.8;
}

/* ===== Process Cards Row ===== */
.working-process-one .process-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -12px;
    margin-right: -12px;
}

.working-process-one .process-col {
    padding: 12px;
    flex: 0 0 25%;
    max-width: 25%;
}

/* ===== Process Card ===== */
.working-process-one .process-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 25px 35px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-bottom: 4px solid #e8e8e8;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.working-process-one .process-card::before {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    content: '';
    background: radial-gradient(circle, rgba(211, 84, 0, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.working-process-one .process-card:hover {
    transform: translateY(-12px);
    box-shadow: 0px 25px 70px 0px rgba(211, 84, 0, 0.15);
    border-bottom: 4px solid #d35400;
}

/* ===== Step Badge ===== */
.working-process-one .step-badge {
    display: inline-block;
    padding: 4px 16px;
    background: #f8f4f0;
    color: #d35400;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid #f0e8e0;
    transition: all 0.3s ease;
}

.working-process-one .process-card:hover .step-badge {
    background: #d35400;
    color: #ffffff;
    border-color: #d35400;
}

/* ===== Icon Wrap ===== */
.working-process-one .icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #f8f4f0 0%, #f0e8e0 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.working-process-one .icon-wrap svg {
    transition: all 0.5s ease;
    stroke: #d35400;
}

.working-process-one .process-card:hover .icon-wrap {
    background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
    transform: scale(1.05) rotate(-5deg);
}

.working-process-one .process-card:hover .icon-wrap svg {
    stroke: #ffffff !important;
}

/* ===== Content ===== */
.working-process-one .content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.working-process-one .content h3 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.working-process-one .content h3 a:hover {
    color: #d35400;
}

.working-process-one .content p {
    color: #888;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ===== Bottom CTA ===== */
.working-process-one .cta-wrapper {
    text-align: center;
    margin-top: 50px;
}

.working-process-one .cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 30px 0px rgba(211, 84, 0, 0.3);
    border: none;
    cursor: pointer;
}

.working-process-one .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 15px 40px 0px rgba(211, 84, 0, 0.4);
    color: #ffffff;
}

.working-process-one .cta-button svg {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

/* =============================================
   RESPONSIVE
============================================= */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .working-process-one .sec-title__title {
        font-size: 38px;
    }
    
    .working-process-one .process-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .working-process-one {
        padding: 80px 0 50px;
    }
    
    .working-process-one .process-col {
        padding: 10px;
    }
    
    .working-process-one .process-card {
        padding: 35px 20px 30px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .working-process-one {
        padding: 60px 0 40px;
    }
    
    .working-process-one .sec-title__title {
        font-size: 32px;
    }
    
    .working-process-one .sec-title__subtitle {
        font-size: 14px;
    }
    
    .working-process-one .process-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .working-process-one .process-card {
        padding: 30px 20px 25px;
    }
    
    .working-process-one .icon-wrap {
        width: 80px;
        height: 80px;
    }
    
    .working-process-one .icon-wrap svg {
        width: 32px;
        height: 32px;
    }
    
    .working-process-one .content h3 {
        font-size: 18px;
    }
    
    .working-process-one .content p {
        font-size: 13px;
    }
    
    .working-process-one .cta-button {
        padding: 14px 30px;
        font-size: 14px;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 479px) {
    .working-process-one {
        padding: 50px 0 30px;
    }
    
    .working-process-one .sec-title__title {
        font-size: 26px;
    }
    
    .working-process-one .process-card {
        padding: 25px 15px 20px;
    }
    
    .working-process-one .icon-wrap {
        width: 70px;
        height: 70px;
    }
    
    .working-process-one .icon-wrap svg {
        width: 28px;
        height: 28px;
    }
    
    .working-process-one .content h3 {
        font-size: 16px;
    }
    
    .working-process-one .content p {
        font-size: 12px;
    }
    
    .working-process-one .step-badge {
        font-size: 10px;
        padding: 3px 12px;
    }
    
    .working-process-one .cta-button {
        padding: 12px 24px;
        font-size: 13px;
    }
}