.footer-row2 .navbar-brand img{
    height:170px !important
}

.text-justify{
    text-align: justify;
}
.main-header{
    /* background-color: #fff; */
}
.nav-bg-b .custom-nav .nav-list li a.menu-links{
    color:#050748
}

.ptb-30{
    padding : 30px 0;
}

.ptb-60{
    padding : 60px 0;
}


/*Mobile-specific styles */
@media (max-width: 768px) {
    .funfact .row {
        flex-wrap: wrap; /* Ensure proper wrapping */
    }

    .funfact .funfct {
        height: auto; /* Let content decide height */
        padding: 5px; /* Further reduce padding on mobile */
    }

    .funfact img {
        max-width: 40px; /* Resize icons for better fit */
        height: auto;
    }

    .services-cuntr {
        font-size: 20px; /* Adjust font size for better scaling */
    }

    p {
        font-size: 14px; /* Adjust text size for better fit */
        margin-bottom: 5px;
    }
}
