/* ==================================================
   TRANG DỊCH VỤ - BẢO ANH ADS
================================================== */


/* ==================================================
   HEADER RIÊNG CHO TRANG DỊCH VỤ
   Chỉ giảm logo, không thay đổi bố cục header
================================================== */

.services-page .header .logo img {
    width: auto;
    height: 65px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}


/* ==================================================
   BANNER TRANG DỊCH VỤ
================================================== */

.service-hero {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #031b45;
    overflow: hidden;
    line-height: 0;
}

.service-hero-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: contain;
}


/* ==================================================
   PHẦN GIỚI THIỆU DỊCH VỤ
================================================== */

.service-intro {
    padding: 80px 0;
    background-color: #ffffff;
}

.service-intro .section-heading {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.service-intro .section-heading span {
    display: inline-block;
    margin-bottom: 12px;
    color: #f2a900;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-intro .section-heading h1 {
    margin: 0 0 20px;
    color: #08233f;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.2;
}

.service-intro .section-heading p {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}


/* ==================================================
   CÁC SECTION TIẾP THEO
================================================== */

.service-list,
.service-why,
.service-process,
.service-cta {
    width: 100%;
    padding: 90px 0;
}

.service-list,
.service-process {
    background-color: #f7f9fc;
}

.service-why,
.service-cta {
    background-color: #ffffff;
}


/* ==================================================
   MÀN HÌNH MÁY TÍNH BẢNG
================================================== */

@media (max-width: 992px) {

    .services-page .header .logo img {
        height: 60px;
    }

    .service-intro {
        padding: 70px 0;
    }

    .service-list,
    .service-why,
    .service-process,
    .service-cta {
        padding: 75px 0;
    }
}


/* ==================================================
   MÀN HÌNH ĐIỆN THOẠI
================================================== */

@media (max-width: 768px) {

    .services-page .header .logo img {
        height: 52px;
    }

    .service-intro {
        padding: 55px 0;
    }

    .service-intro .section-heading {
        text-align: left;
    }

    .service-intro .section-heading span {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .service-intro .section-heading h1 {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.25;
    }

    .service-intro .section-heading p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .service-list,
    .service-why,
    .service-process,
    .service-cta {
        padding: 55px 0;
    }
}


/* ==================================================
   MÀN HÌNH ĐIỆN THOẠI NHỎ
================================================== */

@media (max-width: 480px) {

    .services-page .header .logo img {
        height: 46px;
    }

    .service-intro .section-heading h1 {
        font-size: 28px;
    }
}