/*=========================================
            OUR WORK HERO
=========================================*/

.our-work-hero{

    position:relative;

    overflow:hidden;

    padding:180px 0 140px;

    text-align:center;

    background:
    radial-gradient(circle at top right,#2563eb22,transparent 45%),
    linear-gradient(135deg,#020617,#0f172a);

}

.our-work-hero .container{

    max-width:900px;

    position:relative;

    z-index:2;

}

.our-work-hero .hero-tag{

    display:inline-block;

    padding:10px 22px;

    border:1px solid rgba(255,255,255,.12);

    border-radius:100px;

    color:#38bdf8;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:30px;

}

.our-work-hero h1{

    color:#fff;

    font-size:64px;

    line-height:1.1;

    margin-bottom:28px;

}

.our-work-hero p{

    color:#cbd5e1;

    font-size:20px;

    line-height:1.9;

    max-width:760px;

    margin:auto auto 45px;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 34px;

    border:2px solid rgba(255,255,255,.25);

    border-radius:50px;

    color:#ffffff;

    background:transparent;

    text-decoration:none;

    transition:.3s;

}

.btn-outline:hover{

    background:#ffffff;

    color:#0f172a;

    border-color:#ffffff;

}

/*=========================================
            OUR STORY
=========================================*/

.our-work-story{

    padding:120px 0;

    background:#ffffff;

}

.story-content{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.story-content p{

    font-size:19px;

    line-height:1.9;

    color:#475569;

    margin-bottom:30px;

}

.story-content strong{

    color:#0f172a;

    font-weight:700;

}

/*=========================================
        OUR WORK EXPERIENCE
=========================================*/

.our-work-experience{

    padding:120px 0;

    background:#f8fafc;

}

.experience-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.experience-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    border:1px solid #e2e8f0;

    transition:.35s;

}

.experience-card:hover{

    transform:translateY(-8px);

    border-color:#2563eb;

    box-shadow:0 20px 50px rgba(15,23,42,.08);

}

.experience-icon{

    width:70px;

    height:70px;

    border-radius:16px;

    background:#eff6ff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin-bottom:25px;

}

.experience-card h3{

    font-size:24px;

    color:#0f172a;

    margin-bottom:18px;

}

.experience-card p{

    color:#64748b;

    line-height:1.8;

    font-size:17px;

}

/*=========================================
        FEATURED PROJECT
=========================================*/

.featured-project{

    padding:120px 0;

    background:#020617;

}

.featured-project .section-title h2{

    color:#fff;

}

.featured-project .section-title p{

    color:#94a3b8;

}

.project-card{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.project-label{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#1e3a8a;

    color:#fff;

    font-size:13px;

    margin-bottom:20px;

}

.project-left h3{

    color:#fff;

    font-size:42px;

    margin-bottom:20px;

}

.project-left p{

    color:#cbd5e1;

    line-height:1.9;

    margin-bottom:35px;

}

.project-features{

    list-style:none;

    padding:0;

    margin:0 0 40px;

}

.project-features li{

    color:#cbd5e1;

    margin-bottom:15px;

    font-size:17px;

}

.project-preview{

    background:#0f172a;

    border-radius:22px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 40px 70px rgba(0,0,0,.4);

}

.preview-top{

    display:flex;

    gap:10px;

    padding:18px;

}

.preview-top span{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#334155;

}

.preview-screen img{

    display:block;

    width:100%;

}

/*=========================================
            OUR JOURNEY
=========================================*/

.our-journey{

    padding:120px 0;

    background:#ffffff;

}

.journey-timeline{

    max-width:850px;

    margin:auto;

    position:relative;

}

.journey-timeline::before{

    content:"";

    position:absolute;

    left:18px;

    top:0;

    bottom:0;

    width:2px;

    background:#e2e8f0;

}

.journey-item{

    display:flex;

    gap:35px;

    margin-bottom:55px;

    position:relative;

}

.journey-dot{

    width:38px;

    height:38px;

    border-radius:50%;

    background:#ffffff;

    border:3px solid #cbd5e1;

    flex-shrink:0;

    position:relative;

    z-index:2;

}

.journey-item.completed .journey-dot{

    background:#2563eb;

    border-color:#2563eb;

}

.journey-content{

    padding-top:4px;

}

.journey-content h3{

    font-size:26px;

    color:#0f172a;

    margin-bottom:12px;

}

.journey-content p{

    color:#64748b;

    line-height:1.8;

    font-size:17px;

}

/*=========================================
            NEXT PROJECT
=========================================*/

.next-project{

    padding:120px 0;

    background:#f8fafc;

}

.next-project-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.next-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    border:1px solid #e2e8f0;

    transition:.35s;

}

.next-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(15,23,42,.08);

    border-color:#2563eb;

}

.project-number{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#2563eb;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    font-weight:700;

    margin-bottom:30px;

}

.next-card h3{

    color:#0f172a;

    margin-bottom:18px;

    font-size:26px;

}

.next-card p{

    color:#64748b;

    line-height:1.8;

}

/*=========================================
            TRUST
=========================================*/

.our-work-trust{

    padding:120px 0;

    background:#020617;

}

.trust-box{

    max-width:950px;

    margin:auto;

    text-align:center;

}

.trust-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(37,99,235,.15);

    color:#38bdf8;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:30px;

}

.trust-box h2{

    color:#fff;

    font-size:54px;

    line-height:1.2;

    margin-bottom:30px;

}

.trust-box p{

    color:#cbd5e1;

    font-size:19px;

    line-height:1.9;

    max-width:800px;

    margin:0 auto 25px;

}

.trust-values{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

.trust-item{

    background:rgba(255,255,255,.04);

    padding:35px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.08);

}

.trust-item h4{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}

.trust-item p{

    color:#94a3b8;

    font-size:16px;

    margin:0;

}

/*=========================================
            RESPONSIVE
=========================================*/

/* Large Tablets */
@media (max-width:1200px){

    .our-work-hero h1{

        font-size:56px;

    }

}

/* Tablets */
@media (max-width:992px){

    .our-work-hero{

        padding:160px 0 110px;

    }

    .our-work-hero h1{

        font-size:46px;

    }

    .project-card{

        grid-template-columns:1fr;

        gap:50px;

    }

    .experience-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .next-project-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .trust-values{

        grid-template-columns:1fr;

    }

}

/* Mobile */
@media (max-width:768px){

    .our-work-hero{

        padding:140px 0 90px;

    }

    .our-work-hero h1{

        font-size:38px;

    }

    .our-work-hero p{

        font-size:18px;

    }

    .section-title{

        margin-bottom:50px;

    }

    .section-title h2{

        font-size:36px;

    }

    .experience-grid{

        grid-template-columns:1fr;

    }

    .next-project-grid{

        grid-template-columns:1fr;

    }

    .project-left h3{

        font-size:34px;

    }

    .trust-box h2{

        font-size:38px;

    }

}

/* Small Phones */
@media (max-width:576px){

    .our-work-hero h1{

        font-size:32px;

    }

    .our-work-hero p{

        font-size:17px;

    }

    .hero-buttons{

        flex-direction:column;

        align-items:center;

    }

    .hero-buttons .btn{

        width:100%;

        max-width:280px;

    }

    .experience-card,
    .next-card,
    .trust-item{

        padding:30px;

    }

    .journey-item{

        gap:20px;

    }

    .journey-content h3{

        font-size:22px;

    }

    .project-left h3{

        font-size:28px;

    }

}