.footer-row2 .navbar-brand img{
    height:150px !important;
    /* width: 200px; */
}

.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;
}
/* floating action button whatsapp */
.fab-whatsapp {
    position: fixed;
    bottom: 100px;
    right: 15px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-whatsapp img {
    width: 45px;
    height: 45px;
}

.fab-whatsapp:hover {
    background-color: #128c7e;
    /* Darker green on hover */
}
.full-image-card {
    height: 100%; 
}
.image-div {
    height: 250px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.case-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.custom-card {
    border: 3px solid blue; /* Blue border */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 255, 0.2); /* Light blue shadow */
}
.custom-table td {
    padding: 10px;
    white-space: nowrap; /* Prevent text from wrapping */
    font-size: 16px;
}

.table-responsive {
    overflow-x: auto; /* Ensures horizontal scroll on small screens */
}

@media (max-width: 768px) {
    .custom-table td {
        font-size: 14px; /* Smaller font size for mobile */
    }
   
}
.bank-det p{
    font-weight: 700 !important;
    font-size: x-large;
    font-size: 18px !important;
}
.text-red{
    color: red;
}
.srcl1 {
    height: 230px;
}
@media (max-width: 768px) {
    .srcl1 {
        height: 285px; /* Adjust as per requirement */
    }
}

