﻿body {
}
.banner-header-text{
    padding: 80px 0px 0px 0px;
    color: #0D351F;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.box-text {
    font-size: 14px;
    color: #676767;
    margin-bottom: 10px;
}
.box-text-grey {
    font-size: 14px;
    color: #676767;
    margin-bottom: 10px;
}
.card-body-no2 {
    padding: 30px !important;
    border-radius: 8px;
    height: auto;
}
@media (max-width: 500px) {
    .banner-header-text {
        padding: 30px 0px 0px 0px;
        color: #0D351F;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    .box-text {
        font-size: 12px;
        color: #676767;
        margin-bottom: 10px;
    }
    .box-text-grey {
        font-size: 12px;
        color: #676767;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-header-text {
        padding: 30px 0px 0px 0px;
        color: #0D351F;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .box-text-grey {
        font-size: 12px;
        color: #676767;
        margin-bottom: 10px;
    }

    .text-box {
        text-align: center;
    }

    .text-margin {
        margin-top: 40px;
    }

    .box-text {
        font-size: 12px;
        color: #676767;
        margin-bottom: 10px;
    }

    .card-heading {
        font-size: 16px;
    }
}
/* Desktop view */
.desktop-only {
    display: inline;
}


/* Mobile view */
@media (min-width: 768px) and (max-width: 991px) {
    .desktop-only {
        display: none;
    }
}
@media (max-width: 600px) {
    .desktop-only {
        display: none;
    }
    .text-margin {
        margin-top: 0px;
    }
    .para-hrms {
        padding: 0px !important;
    }

    .banner-container {
        position: relative;
        height: 400px !important;
        background-image: url('../images/new-greencall/service-small.png') !important;
        background-size: cover;
        background-position: center;
    }

    .mobile-center-btn2 {
        display: flex;
        justify-content: center;
        align-items: center; /* Vertical center */
        min-height: 60px !important;
    }

    .btn-views-new {
        margin-top: 20px;
    }
}
/* Laptop/Desktop – normal behavior */
.mobile-center-btn2 {
    display: block;
}

/* Mobile (max-width 768px) – center in flex */
@media (min-width: 768px) and (max-width: 991px) {
    .mobile-center-btn2 {
        display: flex;
        justify-content: center;
        align-items: center; /* Vertical center */
        min-height: 130px;
    }
}

    .mobile-center-btn2 {
        display: flex;
        justify-content: center;
        align-items: center; /* Vertical center */
        min-height: 130px;
    }
