﻿/*==============================

ABOUT HERO

==============================*/

.about-hero {
    padding: 100px 0;
    background: linear-gradient(135deg,#ffffff,#f7f7f7);
}

.about-tag {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    background: #111;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

    .about-tag i {
        color: #d71920;
        margin-right: 8px;
    }

.about-content h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin-bottom: 30px;
}

.about-content p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.about-buttons {
    margin-top: 35px;
}

.btn-about-red {
    background: #d71920;
    padding: 15px 35px;
    color: #fff;
    border-radius: 40px;
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
}

.btn-about-dark {
    background: #111;
    padding: 15px 35px;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
}

.about-image img {
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

/*==============================

HIGHLIGHT

==============================*/

.company-highlights {
    padding: 70px 0;
    background: #111;
}

.highlight-box {
    background: #1d1d1d;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    transition: .3s;
}

    .highlight-box:hover {
        transform: translateY(-8px);
        background: #d71920;
    }

    .highlight-box i {
        font-size: 42px;
        color: #fff;
        margin-bottom: 20px;
    }

    .highlight-box h3 {
        color: #fff;
    }

    .highlight-box p {
        color: #ddd;
    }

/*==============================

WHO WE ARE

==============================*/

.who-we-are {
    padding: 100px 0;
}

.who-content span {
    color: #d71920;
    font-weight: 700;
    letter-spacing: 2px;
}

.who-content h2 {
    font-size: 42px;
    margin: 20px 0;
    font-weight: 700;
}

.who-content p {
    line-height: 30px;
    color: #666;
}

.who-content ul {
    margin-top: 25px;
    padding: 0;
    list-style: none;
}

    .who-content ul li {
        margin-bottom: 15px;
        font-size: 16px;
    }

.who-content i {
    color: #d71920;
    margin-right: 10px;
}


.development-culture {
    padding: 90px 0;
    background: linear-gradient( 135deg, #F8FAFC 0%, #EEF5FF 100% );
}

.culture-content .section-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #dae6f6;
    color: #0d6efd;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.culture-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.culture-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 18px;
}

.mini-feature {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 600;
}

    .mini-feature i {
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background: #e9f3ff;
        color: #0d6efd;
        border-radius: 50%;
        margin-right: 12px;
        font-size: 18px;
    }

.culture-image img {
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

