@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
}

.theme-color {
    color: #4ab242;
}

.header-top {
    background-color: #4ab242;
}

.header-top a {
    color: #ffffff;
    text-decoration: none;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.header-top .container div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top .container div a {
    margin: 0 5px;
}

/* .navbar {
    color: #ffffff;
}

.navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    height: 90px
}*/

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-nav .nav-link {
    color: #4ab242 !important;
    font-weight: bold;
}

/* .navbar-brand img {
    height: 50px;
} */


.carousel-item {
    transition: transform 2s ease-in-out, opacity 2s ease-in-out;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: scale(0);
    opacity: 0;
}

.carousel-item-next.carousel-item-start,
.carousel-item-prev.carousel-item-end {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 768px) {
    .header-top .social-icons {
        display: none;
    }
}

@media (max-width: 576px) {
    .header-top {
        display: none;
    }

    .social-media {
        display: flex;
        justify-content: center !important;
    }

    .footer-links {
        display: flex;
        justify-content: center !important;
    }

    .footer-links a {
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
    }

}

.footer-links ul {
    list-style: none;
    padding: 5px;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.navbar-nav .nav-link {
    color: #000000;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background-color: #4ab242 !important;
    /* Green background */
    color: #ffffff !important;
    /* White text */
}

/* Ensure dropdown items also have the same styling */
.navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #000000;
    /* Default text color */
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item.active,
.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #4ab242 !important;
    /* Green background */
    color: #ffffff !important;
    /* White text */
}


.item-container {
    background-color: #fff;
    width: 25rem;
    height: 35rem;
    margin: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.item-container img {
    width: 100%;
    height: auto;
    display: block;
}

.text-left {
    text-align: left;
    padding: 1rem;
}


.text-left {
    text-align: left;
    padding: 1rem;
}


.heading-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.heading-wrapper .divider {
    width: 50px;
    height: 4px;
    background-color: #4ab242;
    border-radius: 2px;
    margin-right: 1rem;
}

.heading-wrapper h2 {
    margin: 0;
}

.title {
    font-size: 25px;
    font-weight: 100
}

.icon {
    position: relative;
    bottom: 11px
}

.mt-100 {
    margin-top: 100px
}

.profile img {
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.card {
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.card-body {
    position: relative;
    bottom: 80px;
}

.custom-btn {
    margin-top: 36px;
    margin-bottom: 45px;
    background-color: #4ab242;
    border: none;
    color: white;
}

.custom-btn :hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #4ab242;
    color: white;
}

.header {
    padding-top: 40px
}

.container-core-team {
    background-color: white;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    margin-bottom: 50px
}
