.navbar-nav {
    align-items: center;

}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-brand img {
    max-height: 70px;
}

.custom-nav-btn a {
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 50px;
    background-color: var(--kuv-primary);
    color: #fff;
    border: 2px solid var(--kuv-primary);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.4s;
    animation-fill-mode: both;
    text-decoration: none;
}

.custom-nav-btn a:hover {
    background-color: transparent;
    color: var(--kuv-primary);
    transform: translateY(-3px);
}

.custom-button {
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 50px;
    /* Pill shape */
    background-color: var(--kuv-primary);
    color: #fff;
    border: 2px solid var(--kuv-primary);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.4s;
    animation-fill-mode: both;
}

.custom-button:hover {
    background-color: transparent;
    color: var(--kuv-primary);
    transform: translateY(-3px);
}

/* custom button outline start*/
.custom-button-outline {
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 50px;
    /* Pill shape */
    background-color: transparent;
    color: var(--kuv-primary);
    border: 2px solid var(--kuv-primary);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.4s;
    animation-fill-mode: both;
}

.custom-button-outline:hover {
    background-color: var(--kuv-primary);
    color: #fff;
    transform: translateY(-3px);
}

/* custom button outline end */


.sub-heading {
    background-color: var(--kuv-secondary);
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.main-heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.5;
}

.service-card .icon img {
    max-width: 80px;
}


.explore-banner.banner-1 {
    background-image: url(../img/explore-section/5.webp);
    background-position: center;
    background-size: cover;
}

.explore-banner.banner-2 {
    background-image: url(../img/explore-section/6.webp);
    background-position: center;
    background-size: cover;
}

.explore-banner.banner-3 {
    background-image: url(../img/explore-section/7.webp);
    background-position: center;
    background-size: cover;
}

.explore-banner.banner-4 {
    background-image: url(../img/explore-section/8.webp);
    background-position: center;
    background-size: cover;
}

.accordion-button:not(.collapsed)::after {

    filter: brightness(0) invert(1);
}

.f-logo {
    margin-bottom: 20px;
}

.f-logo img {
    width: 180px;
    filter: brightness(0) invert(1);
}

.page-header h2.main-heading {
    color: #fff;
}

h1.page-heading-title {
    font-weight: 500;
    position: relative;
}