﻿.section-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.full-text {
    display: none;
}

.read-more-btn {
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}

.mission-icon, .vision-icon {
    color: #fb104f;
    font-size: 30px;
    margin-top: 5px;
}

.fun-fact h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    color: #0b3290;
}

.fun-fact p {
    font-size: 15px;
    font-weight: 600;
}

/* Button Style */
.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fb104f; /* pinkish color */
    color: #fff; /* text color */
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover Effect */
.read-more-btn:hover {
    background-color: #e6003e; /* darker shade on hover */
    transform: translateY(-2px); /* slight lift */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


@media (max-width: 767px) {
    .chart-area .default.info {
        text-align: left;
    }
}
