﻿body {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px
}

.bg-theme {
    background-color: #D2242A
}

#mblMenu {
    display: none
}

#desktopMenu {
    display: block
}

.bgBanner {
    background-image: url(../Images/bgBanner.webp);
    padding-top: 225px;
    padding-bottom: 292px;
    align-items: center;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.txtBanner {
    font-size: 35px;
    font-weight: 600;
    color: #424343 !important;
}

.otherFacilities {
    color: #D2242A;
    font-size: 23px;
    font-weight: 600;
}

.btn-success {
    background-color: #00BF30;
    border: none
}

.img-Features {
    width: 5rem
}

.features-section {
    background-color: #d7232c; /* red background */
    color: white;
    padding: 3rem 1rem;
    text-align: center;
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.feature-text {
    font-weight: 500;
}

.heading {
    color: #D2242A;
    font-weight: 600;
    font-size: 23px;
}

.justify {
    text-align: justify
}

.info-section {
    background-color: #f8f9fa;
}

    .info-section h4 {
        font-weight: 700;
        color: #d7232c;
    }

    .info-section p {
        margin: 0 0 0.75rem;
    }

.illustration {
    max-width: 100%;
    height: auto;
}

.footer {
    background-color: #fff;
    padding: 3rem 1rem 1rem;
    border-top: 1px solid #ddd;
}

    .footer h6 {
        font-weight: 700;
    }

    .footer p, .footer a {
        color: #000;
        font-size: 14px;
        margin: 0 0 0.5rem;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.footer-bottom {
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding-top: 1rem;
    color: #555;
}

.choose-Us {
    font-weight: 600;
    font-size: 24px;
}

.heading {
    color: #D2242A;
    font-weight: 600;
    font-size: 23px;
}

@media screen and (max-width: 992px) {
    #mblMenu {
        display: block
    }

    #desktopMenu {
        display: none
    }
}

@media screen and (max-width: 515px) {
    .header-Phone {
        display: none
    }
}
