@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    padding: 10;
}

.contactUsBtn {
    padding: 10
}


a,
.fontfam {
    font-family: "Open sans", sans-serif;
}

.cr {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.about-us-li {
    list-style-type: disc;
}

.sub-titles {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #333 !important;
}

li {
    font-family: "Poppins", sans-serif;
    /* list-style-image: url("/assets/images/cropped-Tapovan_Logo-1-192x192.png"); */
    list-style: square;
    font-size: large;

}

.poppins {

    font-family: "Poppins", sans-serif;
    line-height: 1.8rem;

}

/* .card-hover:hover {
    height: 26rem;
} */

.title-sub::before {
    /* position: absolute; */
    /* content: ''; */
    /* Required for pseudo-elements */
    /* width: 100px; */
    /* Full width of the parent element */
    /* height: 4px; */
    /* Thickness of the line */
    /* background-color: #ff5815; */
    /* Line color */
    /* top: 150px; */
    /* Space between the title and the line */
}

a:link,
a:visited {
    text-decoration: none;
    cursor: pointer;
}

.part-image {
    width: 100px;
    /* Set a fixed width */
    height: 100px;
    /* Set a fixed height */
    object-fit: cover;
    /* Ensures images maintain aspect ratio and fill the box */
}

.hoverCard {
    transition: transform 0.3s ease;
}

.hoverCard:hover {
    transform: scale(1.05);
    cursor: pointer;
}