/* Home Slider */
.home-slider-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 2;
}

.home-slider {
    z-index: 3;
}

.home-slider-section .home-slider-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.swiper-pagination-home-slider-container {
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.swiper-pagination-home-slider-container .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 20px;
}

/* Home Slider */

/* Vertical Navbar */
.vertical-navbar ul {
    list-style: none;
}

.vertical-navbar .nav-item a {
    color: var(--primary-color) !important;
    cursor: pointer;
    font-weight: 600;
}

.vertical-navbar .nav-item a:hover {
    color: var(--green-color) !important;
}

.vertical-navbar .nav-item a.active {
    color: var(--green-color) !important;
}
.vertical-navbar .nav-item a {
    font-size: 0.9rem !important;
}
/* Vertical Navbar */

.about-us-section .primary-icon {
    width: 70px;
    height: 70px;
}