.wc-about-hero,
.wc-about-overview {
    padding: 80px 0;
    background: #1c1c1c;
}

.wc-about-kicker {
    display: inline-block;
    color: #ff9d23;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wc-about-title {
    color: #f6efe4;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.wc-about-copy {
    color: #cfc8bb;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
}

.wc-about-awards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 28px;
}

.wc-about-awards span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 157, 35, 0.22);
    color: #f3ead8;
    font-size: 13px;
}

.wc-about-awards i {
    color: #ff9d23;
}

.wc-about-media {
    position: relative;
    min-height: 420px;
}

.wc-about-media__main {
    width: 82%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    min-height: 380px;
    border: 1px solid rgba(255, 157, 35, 0.16);
}

.wc-about-media__sub {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 46%;
    border-radius: 16px;
    border: 6px solid #1c1c1c;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.wc-about-stat {
    position: absolute;
    left: 18px;
    bottom: 28px;
    background: #ff9d23;
    color: #1a1a1a;
    border-radius: 14px;
    padding: 14px 18px;
    min-width: 120px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.wc-about-stat strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.wc-about-stat span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.wc-about-services {
    padding: 70px 0;
    background: #232323;
}

.wc-about-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
}

.wc-about-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 140px;
    padding: 20px 12px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 157, 35, 0.16);
    border-radius: 16px;
    color: #f3ead8;
    text-decoration: none;
    text-align: center;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.wc-about-service i {
    font-size: 22px;
    color: #ff9d23;
}

.wc-about-service span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.wc-about-service:hover {
    transform: translateY(-4px);
    border-color: #ff9d23;
    background: #323232;
    color: #fff;
}

.wc-about-overview__photo {
    position: relative;
}

.wc-about-overview__photo img {
    width: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    min-height: 360px;
    border: 1px solid rgba(255, 157, 35, 0.16);
}

.wc-about-stat--overlay {
    left: auto;
    right: 18px;
    bottom: 18px;
}

.wc-about-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.wc-about-call {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #f3ead8;
    text-decoration: none;
}

.wc-about-call i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ff9d23;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-about-call small {
    display: block;
    color: #ff9d23;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wc-about-work {
    padding: 40px 0 80px !important;
    background: #1c1c1c;
}

.wc-about-work .sec-title h2 {
    color: #f6efe4 !important;
    font-size: 32px !important;
}

.wc-about-work .sec-title .sub-title {
    color: #ff9d23 !important;
}

.wc-about-work .project-block-three .inner-box,
.wc-about-work .project-block-three .image-box,
.wc-about-work .project-block-three .image {
    border-radius: 16px;
    overflow: hidden;
}

.wc-about-work .project-block-three .overlay-box {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
}

@media (max-width: 991.98px) {
    .wc-about-hero,
    .wc-about-overview,
    .wc-about-services {
        padding: 48px 0;
    }

    .wc-about-title {
        font-size: 28px;
    }

    .wc-about-media {
        min-height: 0;
        margin-bottom: 12px;
    }

    .wc-about-media__main {
        width: 100%;
        min-height: 260px;
    }

    .wc-about-media__sub {
        display: none;
    }

    .wc-about-stat {
        position: static;
        margin-top: 14px;
        display: inline-block;
    }

    .wc-about-overview__photo img {
        min-height: 240px;
    }
}
