.carousel-icon-color {
    color: #3e228f;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
    opacity: 1;
}

#header-carousel .carousel-item {
    position: relative;
}

#header-carousel .carousel-item img {
    min-height: 450px;
    object-position: center;
    object-fit: cover;
}

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
} */

#header-carousel .carousel-item img {
    opacity: 0.9;
}

@media (max-width: 900px) {

    .carousel-caption .container h1 {
        font-size: 30px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
        padding: 30px;
    }
}

@media (max-width: 768px) {

    .carousel-caption .container .text-start {
        text-align: center !important;
    }

    .carousel-caption .container h1 {
        font-size: 30px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
        padding: 30px;
    }
}

/*--------------------------------------------------------------
# Section 1 - Vision/Mission
--------------------------------------------------------------*/
.section-1 .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #3e228f;
    z-index: 1;
    text-align: center;
    color: white;
}

.section-1 .icon-box:hover {
    background: #381E81;
}

.section-1 .icon {
    margin-bottom: 15px;
}

.section-1 .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.section-1 .description {
    font-size: 17px;
    margin-bottom: 0;
    /* padding: 0 150px; */
    max-width: 420px;
    margin-inline: auto;
}

/*--------------------------------------------------------------
# Section 2 - About Us
--------------------------------------------------------------*/
.section-2 {
    padding: 130px 0;
}

.section-2 h1 {
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    margin: 8px 0;
}

.section-2 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 20px 0 15px;
    padding: 0;
}

@media screen and (max-width: 998px) {
    .section-2 {
        padding: 50px 0 !important;
    }
}

/*--------------------------------------------------------------
# Section 3 - Our Services
--------------------------------------------------------------*/
.section-3 {
    padding: 100px 200px;
}

.section-3 .services-box {
    padding-bottom: 100px;
    position: relative;
}

.section-3 .services-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    border-bottom: 5px solid #1dad99;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.section-3 .services-box:hover::after {
    opacity: 1;
}

.section-3 .services-box img {
    width: 50px;
    height: 50px;
}

.section-3 .services-box p {
    font-size: 19px
}

@media screen and (max-width: 998px) {
    .section-3 {
        padding: 50px 20px;
    }
}

/*--------------------------------------------------------------
# Section 4 - Find Us Here
--------------------------------------------------------------*/
.section-4 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section-4 .bg-white {
    max-width: 600px;
}