/* ==============
    Hero Section 
================= */
@media (max-width: 575.98px) {

    .blog-hero {
        height: 220px;
        background-position: center 20%;
    }

    .hero-title {
        width: 200px;
        height: 50px;
        font-size: 22px;
    }

    .hero-breadcrumb {
        font-size: 16px;
    }

    .hero-breadcrumb img {
        width: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .blog-hero {
        height: 240px;
    }

    .hero-title {
        width: 230px;
        height: 55px;
        font-size: 26px;
    }

    .hero-breadcrumb {
        font-size: 18px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .blog-hero {
        height: 260px;
    }

    .hero-title {
        width: 260px;
        height: 60px;
        font-size: 30px;
    }

    .hero-breadcrumb {
        font-size: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .blog-hero {
        height: 287px;
    }

    .hero-title {
        width: 297px;
        height: 67px;
        font-size: 34px;
    }

    .hero-breadcrumb {
        font-size: 22px;
    }

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .blog-hero {
        height: 320px;
    }

    .hero-title {
        width: 320px;
        height: 70px;
        font-size: 38px;
    }

    .hero-breadcrumb {
        font-size: 24px;
    }

}

@media (min-width: 1400px) {

    .blog-hero {
        height: 287px;
        background-position: center 15%;
    }

    .hero-title {
        width: 360px;
        height: 80px;
        font-size: 42px;
    }

    .hero-breadcrumb {
        font-size: 26px;
    }

}


/* =================
    Service Section
==================== */
@media (max-width: 575.98px) {

    .services-section {
        padding: 60px 0;
    }

    .services-tag {
        width: auto;
        height: 36px;
        font-size: 14px;
        padding: 0 15px;
    }

    .experts-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 25px;
        text-align: center;
    }

    .experts-desc {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

    .service-row {
        padding-left: 0px;
    }

    .service-card {
        padding: 60px 15px 30px;
        min-height: auto;
    }

    .service-icon {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .service-card h5 {
        font-size: 16px;
        line-height: 24px;
        max-width: 160px;
    }
    
    .service-card h6 {
        font-size: 14px;
    }

    /* Reduce hover scale on mobile */
    .service-card:hover {
        transform: translateY(-6px) scale(1.02);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .services-section {
        padding: 70px 0;
    }

    .experts-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
        text-align: center;
    }

    .experts-desc {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-bottom: 40px;
    }

    .service-icon {
        width: 90px;
        height: 90px;
        top: -45px;
    }

    .service-card {
        padding: 65px 20px 35px;
    }

    .service-card h5 {
        font-size: 17px;
    }
    
    .service-card h6 {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .experts-title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 60px;
    }

    .experts-desc {
        width: 100%;
        font-size: 17px;
    }

    .service-card {
        min-height: 300px;
    }

    .service-icon {
        width: 100px;
        height: 100px;
        top: -50px;
    }

    .service-card h5 {
        font-size: 18px;
    }
    
    .service-card h6 {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .experts-title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 80px;
    }

    .experts-desc {
        width: 90%;
    }

    .service-card {
        min-height: 300px;
        /* width: 100%; */
    }

    .service-card:hover {
        transform: translateY(-10px) scale(1.04);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .experts-title {
        font-size: 50px;
        line-height: 52px;
        margin-bottom: 100px;
    }

    .experts-desc {
        width: 80%;
    }

    .service-card {
        min-height: 300px;
    }

    .service-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1400px) {

    .services-section {
        padding: 120px 0;
    }

    .experts-title {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 120px;
    }

    .experts-desc {
        width: 80%;
        font-size: 19px;
        padding-left: 20px;
    }

    .service-card {
        padding: 80px 30px 50px;
        min-height: 320px;
    }

    .service-icon {
        width: 120px;
        height: 120px;
        top: -60px;
    }

    .service-card h5 {
        font-size: 22px;
        max-width: 220px;
    }
    
    .service-card h6 {
        font-size: 16px;
    }
}