

/* main content + footer responsive */
@media (max-width: 992px) {

    .banner-section.container {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-container {
        margin: 0;
        border-radius: 0;
        height: 75vh;
        min-height: 420px;
    }

    .banner-content {
        width: min(92%, 760px);
        padding-top: 24px;
    }

    .banner-content h2 {
        font-size: clamp(30px, 5vw, 42px);
        margin-bottom: 14px;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 0;
    }

    .banner-bottom {
        width: calc(100% - 30px);
        grid-template-columns: 1fr;
        gap: 0;
        border-width: 1px;
        border-radius: 12px;
    }

    .banner-bottom-item {
        justify-content: space-between;
        padding: 15px 15px;
        min-height: 92px;
        border-bottom: 1px solid #eef2f6;
    }

    .banner-bottom-item:last-child {
        border-bottom: none;
    }

    .banner-bottom-item::after {
        display: none;
    }

    .banner-bottom-item .item-left {
        width: auto;
        flex: 1;
    }

    .banner-bottom-item .item-left h2 {
        text-align: left;
        font-size: 20px;
    }

    .banner-bottom-item .item-right {
        width: 100%;
        padding: 0;
        height: 130px;
    }

    .banner-bottom-item .item-right .content h2{
        font-size: 18px;
        font-weight: 500;
    }




    .industry-section,
    .news-section,
    .company-section {
        padding: 20px 0;
    }

    .industry-band,
    .company-main,
    .company-contact {
        border-radius: 10px;
    }

    .news-section {
        padding: 20px 0;
    }

    .company-section {
        padding-bottom: 40px;
    }

    .more-bottom{
        position: absolute;
        top: 5px;
        right: 0;
    }

    .heading-more{
        font-size: 13px;
        line-height: 13px;
        padding: 8px 16px;
    }

    .news-heading{
        width: 100%;
        max-width: 100%;
    }

    .product-heading .heading-left{
        width: 100%;
        max-width: 100%;
    }

    
}

@media (max-width: 767px) {


    .banner-container {
        height: 75vh;
        min-height: 360px;
    }

    .banner-content {
        width: calc(100% - 30px);
        padding-top: 12px;
    }

    .banner-content h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .banner-bottom {
        width: calc(100% - 20px);
        margin-top: -155px;
    }

    .banner-bottom-item {
        min-height: 82px;
        padding: 12px 12px;
    }

    .banner-bottom-item .item-left h2 {
        font-size: 18px;
    }

    .banner-bottom-item .item-right {
        width: 100%;
        padding: 0;
        height: 85px;
    }


    .product-section {
        padding: 20px 0;
    }

    .product-heading {
        margin-bottom: 18px;
        position: relative;
    }


    .industry-heading,.news-heading{
        position: relative;
    }




    .product-heading h2,
    .industry-heading h2,
    .news-heading h2,
    .company-main h2 {
        font-size: 28px;
    }

    .product-body {
        padding: 14px 14px 16px;
    }

    .product-body h3 {
        font-size: 20px;
    }

    .product-body p {
        min-height: auto;
        font-size: 14px;
        line-height: 1.65;
    }

    .industry-heading p,
    .news-heading p,
    .company-main p {
        font-size: 14px;
        line-height: 1.7;
    }

    .industry-band {
        padding: 14px 12px;
    }

    .industry-visual {
        min-height: 220px;
    }

    .industry-visual-overlay {
        padding: 14px 12px 12px;
    }

    .industry-visual-overlay h3 {
        font-size: 22px;
    }

    .industry-visual-overlay p {
        font-size: 13px;
        line-height: 1.55;
    }

    .industry-metric {
        padding: 16px 13px;
    }

    .industry-metric h3 {
        font-size: 21px;
    }

    .industry-metric p {
        font-size: 14px;
        min-height: auto;
    }

    .empower-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .empower-bg {
        top: 16px;
        bottom: 16px;
    }

    .empower-card {
        border-radius: 8px;
    }

    .empower-card h2 {
        margin-bottom: 18px;
        font-size: 26px;
    }

    .empower-card p {
        margin-bottom: 20px;
    }

    .empower-visual {
        border-radius: 8px;
        margin-top: 2px;
    }


    .news-grid {
        gap: 8px;
    }

    .news-content {
        padding: 10px;
    }

    .news-content h3,
    .news-card:not(.news-card-main) .news-content h3 {
        font-size: 15px;
    }

    .company-section {
        padding-bottom: 40px;
    }

    .company-container {
        gap: 14px;
    }

    .company-main,
    .company-contact {
        border-radius: 8px;
    }

    .company-contact {
        padding: 24px 14px;
    }

    .company-contact h3 {
        font-size: 24px;
    }

    .company-contact>span {
        margin-bottom: 24px;
    }

    .company-contact ul li {
        padding: 14px 0;
    }

    .contact-tags {
        margin-top: 14px;
    }

    .contact-tags span {
        padding: 5px 11px;
        font-size: 12px;
    }

}

@media (max-width: 480px) {
    .banner-content h2 {
        font-size: 24px;
    }

    .banner-content p {
        font-size: 13px;
    }

    .product-heading h2,
    .industry-heading h2,
    .news-heading h2,
    .company-main h2 {
        font-size: 25px;
    }

    .industry-tags span,
    .contact-tags span {
        font-size: 11px;
    }
}
