





.facts {
    position: relative;
    background: url('Images/galary/whychhose.jpg') no-repeat center center/cover;
    padding: 60px 0;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.container {
    position: relative;
    z-index: 2;
}

h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}

.circleo {
    width: 120px;
    height: 120px;
    border: 3px dashed white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-section {
    background: url('Images/about.jpg') center/cover no-repeat;
    color: white;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    height: 200px;
    height: 500px;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
}

.about-section h1 {
    position: relative;
    z-index: 1;
    font-size: 3rem;
    font-weight: bold;
}

.about-content {
    padding: 50px 20px;
}

.icon-box {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.icon-box:hover {
    transform: translateY(-10px);
}

.icon-box i {
    font-size: 40px;
    color: #28a745;
}

.icon-box h4 {
    margin-top: 10px;
    font-weight: bold;
}

.mission-vision {
    background-color: #28a745;
    color: white;
    padding: 50px 20px;
    text-align: center;
}