.pageLoading {
    display: none;
    text-align: center;
    z-index: 9999999999999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
}

.pageLoading.pageLoadingContainer {
    position: absolute;
}

.pageLoading .pageLoadingInner {
    margin-top: 20px;
    background: #ffe600;
    color: #000;
    text-shadow: none;
}

.page-header h2 {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.3em;
}

/* Adding CSS for Responsive */

h1.text-color-light.text-3 {
    line-height: 60px !important;
}

@media (max-width: 768px) {
    h1.text-color-light.text-3 {
        line-height: 1.5 !important; 
        padding-top: 80px; 
        font-size: 14px !important; 
        padding-left: 20px !important;
        /* font-weight: bold; */
        color: #333; 
    }

    p.custom-font-secondary {
        font-size: 14px !important; /* Increase font size slightly for readability */
        padding-left: 20px !important; /* Reduce left padding */
        color: #555; /* Softer text color for secondary content */
        font-style: italic; /* Add a decorative italic style */
        letter-spacing: 0.5px; /* Improve spacing between letters */
        text-align: justify; /* Align text for better readability */
    }
    .counters strong {
        font-size: 22px !important;
    }
}

@media (max-width: 576px) {
    h1.text-color-light.text-3 {
        line-height: 1.4 !important;
        padding-top: 60px;
        font-size: 12px !important;
        padding-left: 15px !important;
        /* font-weight: bold; */
        color: #222;
    }
    .mb-4 {
        margin-bottom: 0 !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    section.section {
        padding: 10px 0 !important;
    }

    .text-4 {
        font-size: 1em !important;
    }

    .col-4.col-sm-4.col-lg-2.mb-4 {
        padding: 5px !important;
    }

    p.custom-font-secondary {
        font-size: 12px !important;
        padding-left: 15px !important;
        color: #444;
        font-style: normal;
        letter-spacing: 0.4px;
        text-align: justify;
    }

    .row.justify-content-center {
        margin: 0 auto;
        padding: 10px;
    }

    .col-lg-9.col-xl-8.text-center {
        padding: 0 15px;
    }

    h2.text-color-dark.line-height-6.mb-0 {
        font-size: 16px !important; /* Adjust heading size */
        line-height: 1.4 !important; /* Improve line height */
        margin-bottom: 10px !important; /* Reduce bottom margin */
    }


    p.font-weight-light.text-3-5.mb-5 {
        font-size: 14px !important; /* Reduce paragraph font size */
        line-height: 1.6 !important; /* Adjust spacing for readability */
        margin-bottom: 20px !important; /* Reduce bottom margin */
        color: #666; /* Softer color for secondary text */
    }

    .counters strong {
        font-size: 22px !important;
    }

    .featured-box.featured-box-no-borders.featured-box-box-shadow {
        height: 180px;
    }

    .custom-icon-style-1.mb-4 {
        margin-bottom: 15px !important;
    }

    .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }

    #footer {
        margin-top: 10px !important;
    }

}

label{
    color: #000;
}

select.form-select, input[type="text"].form-control, input[type="number"].form-control{
    border: 1px solid #938e8e;
}
