.page-bg-heading {
    background-image: url(../images/carousel-2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
    margin-top: 75px;
}

h1,
h2,
h3,
h4,
h6 {
    color: #1e1e1e;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.side-menu {
    padding: 30px;
    border-right: 1px solid #ddd;
    height: 100%;
}

.side-menu h2 {
    margin-bottom: 20px;
}

.side-menu .nav-link {
    padding: 10px;
    color: #000;
}

/* .side-menu .nav-link:hover {
    background-color: #606b763d;
    color: #fff;
    border-radius: 5px;
} */

.abouts-us .active {
    background-color: #606b763d;
    color: #fff;
    border-radius: 5px;
}

.about-content {
    padding: 30px;
}

.stats {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.stat-item {
    text-align: center;
}

.stat-item h3 {
    color: #007bff;
    font-size: 2rem;
    margin-bottom: 10px;
}

.image-gallery {
    display: flex;
    justify-content: space-around;
    height: 500px;
}

.image-gallery video {
    width: 45%;
    border-radius: 15px;
    object-fit: fill;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.abouts-us {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .side-menu {
        padding: 15px;
        border-right: none;
    }

    .side-menu h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .side-menu .nav-link {
        padding: 10px 5px;
        font-size: 1rem;
    }

    .about-content {
        padding: 15px;
    }

    .about-content h3 {
        font-size: 1.5rem;
        text-align: center;
    }

    .stats {
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
    }

    .stat-item {
        margin-bottom: 20px;
    }

    .stat-item h3 {
        font-size: 1.8rem;
    }

    .image-gallery {
        flex-direction: column;
        align-items: center;
    }

    .image-gallery video {
        width: 90%;
        margin-bottom: 15px;
    }

    .nav-link .active {
        background-color: #007bff;
        color: #fff;
        border-radius: 5px;
    }
}