﻿.about-section {
    padding: 15px 0;
}

.about-image-wrapper {
    position: relative;
    padding-right: 20px;
}

    .about-image-wrapper img {
        transition: transform 0.5s ease;
    }

    .about-image-wrapper:hover img {
        transform: scale(1.02);
    }

.image-experience-badge {
    position: absolute;
    bottom: -20px;
    right: 0;
    background: #f3a100;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(243, 161, 0, 0.3);
}

    .image-experience-badge .number {
        display: block;
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1;
    }

    .image-experience-badge .text {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }

.title-line {
    width: 50px;
    height: 4px;
    background: #f3a100;
}

.about-highlight-box {
    background-color: #f8f9fa;
    border-left: 5px solid #f3a100;
    border-radius: 0 10px 10px 0;
}

.italic-text {
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
}

.feature-item {
    padding: 15px 25px;
    background: linear-gradient(90deg, #fdf4e3 0%, #ffffff 100%);
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #444;
    letter-spacing: 1px;
}
