/* home page style start from here */

.parent-menu:hover {
    color: #f0f0f0 !important;
}

.anik:hover {
    background-color: aqua !important;
}

.custom-info-card {
    max-width: 400px !important;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(143, 140, 140, 0.3);
    transition-duration: 1.1s;
}

.main-menu>ul>li.menu-item-has-children>a:hover:after {
    color: #f0f0f0 !important;
}

.main-menu>ul>li>a {
    padding: 10px 0;
}

.main-menu a {
    font-size: 15px;
}

.main-menu ul.sub-menu a {
    font-size: 14px;
}


.header-default .menu-area .menu-area-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fill-available;
    background: var(--theme-color);
    padding: 0 18px 0 18px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82% !important;
    margin: auto;
}

.header {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.sub-header {
    font-size: 1.2em;
    color: #777;
    margin-bottom: 30px;
}

.team-leader,
.team-members {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-card {
    background: white;
    margin: -1px !important;
    padding: 2px 17px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    width: 315px !important;
    transition: all 0.3s ease-in-out;
    border: 0.5px solid rgb(221, 209, 209);
}

.team-card:hover {
    /* transform: translateY(-5px); */
    transform: scale(1.03);
}

.team-card img {
    width: 350px !important;
    height: 260px !important;
    /* border-radius: 100% !important; */
    margin-bottom: 10px;
}



.name {
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 0px !important;
}



.designation {
    color: #555;
    font-size: 0.9em;
}

.section-background {
    background: #FFFFFF;
    padding-bottom: 50px !important;
    padding-top: 40px !important;
}

.service-card img {
    transition: all 0.3s ease-in-out;
}


.service-card:hover img {
    filter: none !important;
    opacity: 1 !important;
    /* transform: translateY(-5px); */
    transform: scale(1.03);
}


@media (max-width: 768px) {

    .team-leader,
    .team-members {
        flex-direction: column;
        align-items: center;
    }

    .header-default .menu-area .menu-area-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fill-available;
        background: white;
        padding: 0 18px 0 18px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 82% !important;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .header-logo {
        background: transparent !important;
    }


    .coustom-res {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 300px !important;

    }

    .team-card {
        background: white;
        margin: -1px !important;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 300px !important;
        transition: transform 0.3s;
    }


}

@media screen and (max-width: 768px) {
    .logo_container {
        background-color: transparent !important;
        justify-content: start !important;
    }



    .team-card img {
        width: 150px !important;
        height: 160px !important;
        /*border-radius: 100% !important;*/
        margin-bottom: 10px;
    }


    .team-card {
        background: white;
        margin: -1px !important;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 200px !important;
        transition: transform 0.3s;
    }


}

.arban_guest_card:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 8px 16px rgba(143, 140, 140, 0.3);
    transition-duration: 1.1s;
}

