﻿.usp-section {
    background: #f4f4f4;
    padding: 30px 0 60px;
}

    .usp-section .section-title {
        margin-bottom: 35px !important;
    }

.usp-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    height: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .4s;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .usp-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }

    .usp-box img {
        width: 220px;
        height: 220px;
        object-fit: cover;
        border: 3px solid #ff3b3b;
        border-radius: 12px;
        margin-bottom: 20px;
        transition: .4s;
    }

    .usp-box:hover img {
        transform: scale(1.05);
    }

    .usp-box h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        min-height: 60px; /* Heading alignment same */
    }

    .usp-box p {
        color: #555;
        line-height: 1.7;
        margin-bottom: 0;
    }

/* Tablet */
@@media (max-width:991px) {
    .usp-section {
        padding: 40px 0;
    }

    .usp-box {
        min-height: 470px;
    }

        .usp-box img {
            width: 180px;
            height: 180px;
        }

        .usp-box h4 {
            font-size: 20px;
            min-height: auto;
        }
}

/* Mobile */
@@media (max-width:576px) {
    .usp-box {
        min-height: auto;
        padding: 20px;
    }

        .usp-box img {
            width: 160px;
            height: 160px;
        }

        .usp-box h4 {
            font-size: 18px;
        }

        .usp-box p {
            font-size: 14px;
        }
}

.sign-image img {
    width: 300px;
    height: auto;
    bottom: 20px
}

.service-item h3 {
    font-size: 28px;
    line-height: 1.2;
}

@@media(max-width:991px) {
    .service-item h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .service-item p {
        font-size: 14px;
    }
}

@@media(max-width:576px) {
    .service-item h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .service-item p {
        font-size: 13px;
    }
}

.instagram-items-style-1 .instagram-image {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

    .instagram-items-style-1 .instagram-image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        transition: .4s;
    }

    .instagram-items-style-1 .instagram-image:hover img {
        transform: scale(1.08);
    }



.facebook {
    background: #1877F2 !important;
    color: #fff !important;
}

.instagram {
    background: linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4) !important;
    color: #fff !important;
}

.linkedin {
    background: #0A66C2 !important;
    color: #fff !important;
}

.youtube {
    background: #FF0000 !important;
    color: #fff !important;
}

.news-card-items-style-1 {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

    .news-card-items-style-1 .news-content {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
    }

        .news-card-items-style-1 .news-content h3 {
            height: 70px !important;
            overflow: hidden;
        }

    .news-card-items-style-1 .link-btn {
        margin-top: auto !important;
    }
