/* =========================
   COMPANY OVERVIEW
========================= */

.company-overview{

    position:relative;

    overflow:hidden;

    padding:110px 0;

    background:linear-gradient(180deg,#ffffff 0%,#f7f7f7 100%);
}


/* BACKGROUND SHAPE */

.overview-shape{

    position:absolute;

    width:500px;

    height:500px;

    background:
    radial-gradient(
    rgba(229,57,53,.08),
    transparent 70%
    );

    top:-120px;

    right:-120px;

    border-radius:50%;
}


/* IMAGE */

.overview-image-wrapper{

    position:relative;
}

.overview-image{

    width:100%;

    border-radius:28px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);

    transition:.4s ease;
}

.overview-image:hover{

    transform:translateY(-6px);
}


/* EXPERIENCE BADGE */

.experience-badge{

    position:absolute;

    left:30px;

    bottom:-30px;

    background:#E53935;

    color:#fff;

    padding:24px 34px;

    border-radius:20px;

    box-shadow:
    0 15px 35px rgba(229,57,53,.25);
}

.experience-badge h3{

    font-size:42px;

    font-weight:900;

    margin-bottom:4px;
}

.experience-badge span{

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:1px;
}


/* CONTENT */

.overview-content{

    padding-left:20px;
}


/* SUBTITLE */

.section-subtitle{

    color:#E53935;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}


/* TITLE */

.section-title{

    font-size:52px;

    line-height:1.2;

    font-weight:800;

    color:#1f1f1f;

    margin-bottom:25px;
}

.section-title span{

    color:#E53935;
}


/* PARAGRAPH */

.overview-content p{

    font-size:17px;

    line-height:1.9;

    color:#555;

    margin-bottom:20px;
}


/* FEATURES */

.overview-features{

    margin-top:35px;

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:18px;
}


/* FEATURE BOX */

.feature-box{

    display:flex;

    align-items:center;

    gap:12px;

    background:#fff;

    padding:16px 18px;

    border-radius:14px;

    box-shadow:
    0 5px 20px rgba(0,0,0,.05);

    transition:.3s ease;
}

.feature-box:hover{

    transform:translateY(-5px);

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);
}

.feature-box i{

    width:40px;

    height:40px;

    background:#E53935;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:14px;
}

.feature-box span{

    font-size:15px;

    font-weight:600;

    color:#222;
}


/* BUTTON */

.overview-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    margin-top:40px;

    padding:16px 34px;

    background:#E53935;

    color:#fff;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    transition:.3s ease;

    box-shadow:
    0 12px 30px rgba(229,57,53,.2);
}

.overview-btn:hover{

    background:#cf2e2e;

    color:#fff;

    transform:translateY(-4px);
}


/* =========================
   RESPONSIVE
========================= */

/* LARGE DESKTOP */

@media (min-width:1600px){

    .company-overview{

        padding:140px 0;
    }

    .section-title{

        font-size:62px;
    }

    .overview-content p{

        font-size:18px;
    }

    .experience-badge{

        padding:28px 40px;
    }

    .experience-badge h3{

        font-size:48px;
    }

}


/* DESKTOP */

@media (max-width:1400px){

    .section-title{

        font-size:48px;
    }

}


/* LAPTOP */

@media(max-width:1199px){

    .company-overview{

        padding:100px 0;
    }

    .section-title{

        font-size:44px;
    }

    .overview-content p{

        font-size:16px;
    }

    .feature-box{

        padding:14px 16px;
    }

}


/* TABLET */

@media(max-width:991px){

    .company-overview{

        padding:90px 0;
    }

    .overview-content{

        padding-left:0;

        margin-top:50px;
    }

    .section-title{

        font-size:38px;

        line-height:1.25;
    }

    .overview-features{

        grid-template-columns:1fr 1fr;
    }

    .experience-badge{

        left:20px;

        bottom:-20px;

        padding:18px 26px;
    }

    .experience-badge h3{

        font-size:34px;
    }

}


/* MOBILE */

@media(max-width:767px){

    .company-overview{

        padding:70px 0;
    }

    .section-subtitle{

        font-size:12px;

        letter-spacing:1px;
    }

    .section-title{

        font-size:30px;

        line-height:1.3;
    }

    .overview-content p{

        font-size:15px;

        line-height:1.8;
    }

    .overview-image{

        border-radius:22px;
    }

    .experience-badge{

        position:relative;

        left:0;

        bottom:auto;

        margin-top:20px;

        display:inline-block;

        padding:16px 22px;

        border-radius:16px;
    }

    .experience-badge h3{

        font-size:28px;
    }

    .overview-features{

        grid-template-columns:1fr;

        gap:14px;
    }

    .feature-box{

        padding:14px 16px;
    }

    .overview-btn{

        width:100%;

        justify-content:center;

        padding:14px 24px;
    }

}


/* SMALL MOBILE */

@media(max-width:575px){

    .company-overview{

        padding:60px 0;
    }

    .section-title{

        font-size:26px;
    }

    .overview-content p{

        font-size:14px;
    }

    .feature-box{

        padding:12px 14px;
    }

    .feature-box i{

        width:36px;

        height:36px;

        font-size:13px;
    }

    .feature-box span{

        font-size:14px;
    }

    .experience-badge{

        width:100%;

        text-align:center;
    }

    .experience-badge h3{

        font-size:26px;
    }

    .experience-badge span{

        font-size:11px;
    }

}


/* EXTRA SMALL DEVICES */

@media(max-width:380px){

    .section-title{

        font-size:22px;
    }

    .overview-btn{

        font-size:14px;

        padding:12px 20px;
    }

    .feature-box{

        flex-direction:column;

        text-align:center;

        gap:10px;
    }

}