
.card-bg-home {
    margin: initial !important;
}

.zoom-img {
    overflow: hidden;
}

    .zoom-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease;
        padding: 4px;
        border-radius: 12px;
    }

        .zoom-img img:hover {
            transform: scale(1.2);
        }

.material-card {
    border-radius: 12px;
}


.section-home-bg {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
    background-color: #e8edf4;
}

.btn-view-more {
    padding: 9px 13px;
    margin: 8px 12px;
    font-size: 1rem;
    border: 1px solid;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .16), 0 -1px 4px 0 rgba(0, 0, 0, .08);
    text-decoration: none;
    color: rgb(0, 120, 212);
}

@media (min-width: 1084px) {
    .modal-footer {
        padding: 1rem 3.5rem;
        justify-content: flex-start;
    }
}

.banner-text {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 24px;
    width: 100%
}


.card-img-overlay {
    position: relative;
    height: 350px;
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

.banner-text {
    text-align: left;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    max-width: 1200px;
    width: 100%;
}

    .banner-text h1 {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .banner-text p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

        .banner-text p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 768px) {
    .banner-text {
        padding: 20px;
        max-width: 90%;
    }

        .banner-text h1 {
            font-size: 2rem;
        }

        .banner-text p {
            font-size: 1rem;
        }
}

@media (max-width: 600px) {
    .card-img-overlay {
        position: relative;
        height: 650px;
    }

    .card-foreground {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 350px) {
    .card-img-overlay {
        position: relative;
        height: 800px;
    }
}

    @media (min-width: 1084px) {
        .card-img-overlay > .card-foreground {
            margin-inline-start: initial !important;
        }
    }
     
    a {
        text-decoration: none !important
    }

    .catsrow {
        color: black;
    }

    .section-bg {
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
        background-color: #e8edf4;
    }

    .relative {
        position: relative;
    }

    .center {
        place-items: center !important;
    }

    .special-glyph {
        position: relative;
        top: -2px;
    }

    .cursor {
        cursor: pointer !important;
    }

    .custom-img {
        width: 75% !important;
        display: block;
        margin: auto;
    }

.h5{
    color:black!important;
}
