﻿.about-company .custom-segment-control {
    display: inline-flex;
    background-color: rgba(255, 255, 255, 0.15); /* semi-transparent background */
    border-radius: 8px;
    padding: 4px;
    width: 100%;
}

.about-company .segment-option {
    width: 50rem;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    user-select: none;
}

.about-company .btn-check:checked + .segment-option {
    background-color: rgba(255, 255, 255, 0.35); /* lighter semi-transparent bg */
    color: #ffffff;
}

.about-company .segment-content {
    color: #fff;
    margin-top: 1rem;
}

.about-company .d-none {
    display: none !important;
}

.about-company .info-box {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    height: 100%;
}

.about-company .info-box-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1rem;
}

.about-company .info-box-content {
    margin: 1rem;
}

.btn-learn-more {
    background-color: #ffffff;
    color: #00658E !important;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.4rem 0.85rem;
    transition: background-color 0.2s ease;
}