/* ==========================================================================
   SERVICES PAGE STYLES
   ========================================================================== */

:root {
    --primary-blue: rgba(26, 32, 44, 1);
    --secondary-blue: #0080CA;
    --text-color: #333;
    --light-grey: rgba(255, 252, 252, 1);
    --border-radius: 20px;
    --font-family: 'Plus Jakarta Sans', sans-serif;
}

.mobile-only {
    display: none !important;
}

/* .desktop-only {
    display: block !important;
} */

/* --- Hero Section --- */
.services-hero-section {}

.services-hero-section .hero-container {
    position: relative;
    max-width: 1312px;
    height: 326px;
    margin: 0 auto;
    padding: 30px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background: linear-gradient(90deg, #033793 -18.33%, #033793 10.11%, #0080CA 69.28%, #025CAF 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.services-hero-section .hero-title {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 20px;
    color: rgba(255, 252, 252, 1);
    font-family: var(--font-family);
}

.services-hero-section .hero-subtitle {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-family: var(--font-family);
    color: var(--light-grey);
    font-weight: 400;
    text-align: center;
    padding: 0 155px;
}

.services-hero-section .hero-button {
    position: absolute;
    bottom: -10px;
    /* Dịch chuyển nút xuống 25px so với đáy container */
    left: 50%;
    /* Dịch chuyển sang giữa container */
    transform: translateX(-50%);
    /* Căn giữa hoàn hảo */
    display: inline-block;
    width: 714px;
    /* Chiều rộng cố định theo Figma */
    height: 49px;
    /* Chiều cao cố định theo Figma */
    line-height: 49px;
    /* Căn giữa văn bản theo chiều dọc */
    text-align: center;
    border-radius: 20px;
    /* Bo tròn góc */
    text-decoration: none;
    font-weight: 800;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    /* Màu chữ trắng */
    font-size: 24px;
    padding: 0;
    background: rgba(255, 255, 255, -20%);

    /* Sử dụng border-image cho viền gradient */
    border-image: linear-gradient(87.18deg, rgba(255, 255, 255, 0.05) 0%, #FFFFFF 50.03%, rgba(255, 255, 255, 0.05) 100.05%) 1;

    /* Hiệu ứng kính mờ */
    backdrop-filter: blur(80px);

    /* Đổ bóng kép */
    box-shadow:
        0px 2px 4px 0px rgba(255, 255, 255, 0.4) inset,
        0px -2px 4px 0px rgba(0, 0, 0, 0.2) inset;
    font-family: var(--font-family);
    pointer-events: none;
}

/* .services-hero-section .hero-button:hover {
    background-position: center;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
} */

/* ==========================================================================
   SERVICES PAGE - SERVICE DETAIL SECTION
   ========================================================================== */

.service-detail-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 20px 0;
}

.service-detail-section .container {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1200px;
    flex-direction: column;
}

/* --- Cột nội dung bên trái --- */
.service-detail-column-left {
    flex-basis: 55%;
}

.service-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(26, 32, 44, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.service-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 46px;
    font-weight: 800;
    color: rgba(26, 32, 44, 1);
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.service-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
    color: rgba(26, 32, 44, 1);
    margin-bottom: 40px;
}

.service-description span {
    color: rgba(26, 32, 44, 1);
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
}

.service-features {
    margin-bottom: 30px;
}

.feature-block h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 40px 0;
    background: linear-gradient(90deg, #033793 -18.33%, #033793 10.11%, #0080CA 69.28%, #025CAF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.feature-block ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    /* Chữ thường */
    color: rgba(26, 32, 44, 1);
}

.feature-block ul li {
    display: flex;
    /* Dùng flexbox để căn chỉnh */
    align-items: center;
    /* Căn icon và text lên trên cùng */
    justify-content: flex-start;
}

.feature-block ul li img {
    width: 37px;
    /* Kích thước chuẩn cho icon tick */
    height: auto;
    margin-right: 15px;
    /* Khoảng cách giữa icon và chữ */
    position: static;
    /* Bỏ position relative nếu có */
    top: auto;
    /* Bỏ top nếu có */
}

/* Style cho phần chữ được in đậm */
.feature-block ul li p span {
    font-weight: 800;
    /* In đậm */
}

.service-summary {
    padding: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #033793 -18.33%, #033793 10.11%, #0080CA 69.28%, #025CAF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
}

.btn-service {
    position: relative;
    display: block;
    width: 27%;
    padding: 16px 0;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    text-align: center;
    background-color: #033793;
    background: linear-gradient(90deg, #033793 -18.33%, #033793 10.11%, #0080CA 69.28%, #025CAF 100%);
    background-size: 200% auto;
    color: #ffffff;
    transition: all 0.4s ease;
    cursor: pointer;
}

.btn-service:hover {
    background-position: right center;
}

.btn-service span {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-service i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
}

.service-benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* --- Cột ảnh bên phải --- */
.service-benefits .service-detail-column-right {
    flex-basis: 45%;
}

.service-detail-column-right img {
    width: 359px;
    height: auto;
    margin-left: 100px;
}

.service-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
}

/* ==========================================================================
   SERVICES PAGE - SERVICE DETAIL SECTION 2 (ALT)
   ========================================================================== */

.service-detail-section-alt {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-detail-section-alt .container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1340px;
    background-color: rgba(232, 232, 232, 1);
    padding: 70px 152px;
    border-radius: 50px;
    height: 790px;
    justify-content: center;
}

/* Dùng lại style của section trước */
.service-detail-section-alt .service-tag {
    font-weight: 400;
    color: rgba(26, 32, 44, 1);
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.service-detail-section-alt .service-title {
    font-size: 43px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.service-detail-section-alt .feature-block ul li strong {
    font-weight: 800;
    color: #002347;
}

.service-detail-section-alt .feature-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.service-detail-section-alt .feature-block ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-detail-section-alt .feature-block ul li p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(26, 32, 44, 1);
}

.service-detail-section-alt .service-detail-column-right img {
    margin-left: 0;
    flex-shrink: 0;
}

.service-detail-section-alt .feature-block ul li p span {
    font-weight: 800;
    white-space: nowrap;
}

/* ==========================================================================
   SERVICES PAGE - SERVICE DETAIL SECTION LICENSING
   ========================================================================== */

.service-detail-section-licensing {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 80px 0;
}

.service-detail-section-licensing .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1124px;
}

.service-detail-section-licensing .service-header-content-licensing {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-detail-section-licensing .service-tag-licensing {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.service-detail-section-licensing .service-title-licensing {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: rgba(3, 55, 147, 1);
}

.service-detail-section-licensing .service-description-licensing {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.6;
    margin: 0 45px 0 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    text-align: left;

}

/* Nhóm các khối DỊCH VỤ VÀ LỢI ÍCH */
.service-included-group {
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-included-group .group-title-licensing {
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(90deg, #033793 -18.33%, #033793 10.11%, #0080CA 69.28%, #025CAF 100%);
    margin-bottom: 40px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

}

.service-included-group .group-container-licensing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 92px;
}

/* Các khối lợi ích có icon */
.benefit-item-licensing {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(232, 232, 232, 1);
    border-radius: 50px;
    width: 212px;
    height: 282px;
    gap: 20px;
}

.benefit-item-licensing .benefit-icon-licensing {
    width: 90px;
    height: 90px;
    /* margin-bottom: 20px; */
    position: relative;
    bottom: 9px;
}

.benefit-item-licensing .benefit-icon-licensing img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-item-licensing .benefit-description-licensing {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

/* Các khối lợi ích không có icon */
.benefit-item-alt-licensing {
    width: 212px;
    height: 181px;
    padding: 20px;
    background: rgba(232, 232, 232, 1);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.benefit-item-alt-licensing .benefit-title-licensing span {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: rgba(0, 0, 0, 1);
}

.benefit-item-alt-licensing .benefit-title-licensing {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: rgba(0, 0, 0, 1);
    line-height: 1.5;
}

/* ==========================================================================
   ABOUT US PAGE - FINAL CONTACT SECTION
   ========================================================================== */

.final-contact-section {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final-contact-section .container {
    display: flex;
    align-items: center;
    gap: 100px;
    max-width: 1140px;
}

/* --- Cột Form bên trái --- */
.contact-form-wrapper {
    flex-basis: 50%;
    background-color: #E8E8E8;
    padding: 50px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #033793;
    text-align: center;
    margin: 0 0 35px 0;
}

.contact-form-wrapper .form-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.contact-form-wrapper .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
}

.contact-form-wrapper textarea {
    height: 120px;
    resize: vertical;
}

.contact-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-submit {
    position: relative;
    display: block;
    width: 50%;
    padding: 16px 0;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    text-align: center;
    background-color: #033793;
    background: linear-gradient(90deg, #033793 -18.33%, #033793 10.11%, #0080CA 69.28%, #025CAF 100%);
    background-size: 200% auto;
    color: #ffffff;
    transition: all 0.4s ease;
    cursor: pointer;
}

.btn-submit:hover {
    background-position: right center;
}

.btn-submit span {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-submit i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
}


/* --- Cột ảnh bên phải --- */
.contact-image-wrapper {
    flex-basis: 40%;
}

.contact-image-wrapper img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {

    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    .hide-on-mobile {
        display: none;
    }

    .services-hero-section .container {
        padding: 0;
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #033793 -18.33%, #033793 10.11%, #0080CA 69.28%, #025CAF 100%);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .services-main-title {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .services-hero-description {
        font-size: 1rem;
    }

    .clients-testimonial-box {
        font-size: 1rem;
        padding: 15px 25px;
        margin-bottom: -80px;
        background: rgba(255, 255, 255, 0.02);
        border: 2px solid;
        border-image-source: linear-gradient(230deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 100.05%);
        backdrop-filter: blur(100px);
        width: 80%;
        border-radius: 20px;
    }

    .service-detail-section {
        padding: 0 20px;
        /* Giảm padding */
    }

    /* --- Phần tiêu đề --- */
    .service-header-content {
        text-align: center;
        /* Căn giữa */
    }

    .service-title {
        font-size: 2rem;
    }

    /* --- Phần thân (2 cột cũ) --- */
    .service-main-content {
        flex-direction: column;
        /* Xếp dọc */
        gap: 40px;
    }

    .service-detail-column-left,
    .service-benefits {
        flex-basis: 100%;
        /* Chiếm hết chiều rộng */
        width: 100%;
    }

    .service-description {
        text-align: center;
        font-size: 16px;
    }

    .service-description span {
        font-size: 16px;
    }

    .feature-block ul li {
        display: flex;
    }

    .service-detail-column-right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .feature-block h4 {
        text-align: center;
        /* Căn giữa */
        margin-bottom: 10px;
    }

    .feature-block ul li img {
        width: 23.9px;
        height: auto;
    }


    .service-detail-column-right img {
        margin: 0;
    }

    .service-benefits {
        flex-direction: column;
        gap: 40px;
    }


    /* --- Phần cuối --- */
    .service-footer-content {
        margin-top: 40px;
    }

    .service-summary {
        font-size: 24px;
        /* Thu nhỏ */
        padding: 0;
        line-height: normal;
    }

    .btn-service {
        width: 251px;
        /* Nút full-width */
        margin: 0 auto;
        height: 48px;
    }

    .service-detail-section-alt .container {
        width: 100%;
        border-radius: 0px;
        padding: 20px;
        height: auto;
    }

    .service-detail-section-alt .service-detail-column-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-detail-section-alt {
        padding: 70px 0;
    }

    .service-detail-section-alt .service-tag {
        font-size: 16px;
    }

    .service-detail-section-alt .service-title {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
    }

    .service-detail-section-alt .service-description {
        font-size: 16px;
        font-weight: 400;
    }

    .service-detail-section-alt .feature-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 93%;
    }

    .service-detail-section-alt .feature-block ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .service-detail-section-alt .feature-block ul li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-detail-section-alt .feature-block ul li p {
        font-size: 16px;
        word-wrap: break-word;
    }

    .service-detail-section-alt .feature-block ul li p span {
        white-space: normal;
    }

    .service-detail-section-alt .feature-block h4 {
        width: 95%;
    }

    .final-contact-section {
        padding: 80px 20px 110px;
        /* Giảm padding cho section */
    }

    .final-contact-section .container {
        flex-direction: column;
        /* Xếp các cột theo chiều dọc */
        gap: 0;
        /* Bỏ khoảng cách ngang */
    }

    /* --- Ẩn cột ảnh bên phải trên mobile --- */
    .contact-image-wrapper {
        display: none;
    }

    /* --- Cho cột form chiếm toàn bộ chiều rộng --- */
    .contact-form-wrapper {
        flex-basis: 100%;
        /* Chiếm hết chiều rộng */
        width: 140%;
        padding: 40px 20px;
        /* Giảm padding trên mobile */
    }

    .contact-form-wrapper .form-row {
        flex-direction: column;
        /* Xếp 2 ô input dọc */
        gap: 0;
    }

    /* --- Di chuyển nút Gửi lời nhắn ra ngoài --- */
    .contact-form-wrapper .btn-submit {
        position: absolute;
        margin: 640px auto 0 auto;
        width: 60%;
    }

    .contact-information {
        width: 90%;
    }

    .service-detail-section-alt .container {
        flex-direction: column-reverse;
        /* Đảo ngược thứ tự trên mobile */
    }

    .services-hero-section .hero-container {
        width: 92vw;
        padding: 0 25px;
        justify-content: space-around;
        height: 290px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    .services-hero-section .hero-button {
        width: 90%;
        height: auto;
        line-height: normal;
        padding: 10px;
        bottom: -20px;
        backdrop-filter: blur(40px);
    }

    .services-hero-section .hero-subtitle {
        padding: 0 50px;
    }

    .service-detail-section .container {
        padding: 80px 0;
    }

    .service-detail-section-licensing .service-header-content-licensing {}

    .service-detail-section-licensing .container {
        max-width: 80vw;
    }

}

/* Responsive cho màn hình nhỏ */
@media (max-width: 758px) {

    .hide-on-mobile {
        display: block;
    }

    .service-detail-section-licensing .service-title-licensing {
        font-size: 32px;
        padding: 0 26px;
        text-align: center;
    }

    .service-detail-section-licensing .service-title-licensing br {
        display: none;
    }

    .service-detail-section-licensing .service-description-licensing {
        font-size: 18px;
        padding: 0 33px;
        text-align: center;
        margin-right: 0;
    }

    .service-included-group {
        align-items: center;
    }

    .service-included-group .group-container-licensing {
        flex-direction: column;
        align-items: center;
    }

    .benefit-item-alt-licensing {
        width: 212px;
        height: 181px;
    }

    .benefit-item-licensing {
        width: 212px;
        height: 288px;
    }

    .benefit-item-licensing .benefit-icon-licensing {
        bottom: 3px;
    }

    .service-detail-section-licensing {
        padding: 0;
    }

    .service-detail-section-licensing .service-header-content-licensing {
        justify-content: center;
        align-items: center;
    }

    .services-hero-section .hero-subtitle {
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    .services-hero-section .hero-container {
        width: 92vw;
        padding: 0 25px;
        justify-content: space-around;
        height: 290px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .services-hero-section .hero-title {
        margin: 0;
        font-size: 32px;
    }

    .hero-text-wrapper {
        gap: 25px;
    }

    .services-hero-section .hero-button {
        width: 90%;
        height: auto;
        line-height: normal;
        padding: 10px;
        bottom: -35px;
        backdrop-filter: blur(40px);
    }

    .service-detail-section {
        padding: 80px 20px 0 20px;
    }

    .service-detail-section .container {
        padding: 30px 0;
    }

    .service-title {
        font-size: 32px;
    }

    .service-detail-section-alt {
        padding: 30px 0;
    }
}

@media (min-width: 320px) and (max-width: 420px) {
    .services-hero-section .container {
        width: 95vw;
    }

    .services-main-title {
        font-size: 28px;
    }

    .services-hero-description {
        font-size: 14px;
    }

    .services-hero-section .hero-container {
        width: 92vw;
        padding: 0 25px;
        justify-content: space-around;
        height: 290px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .services-hero-section .hero-button {
        width: 90%;
        height: auto;
    }

    .services-hero-section .hero-subtitle {
        font-size: 14px;
    }

    .services-hero-section .hero-title {
        font-size: 28px;
    }

    .service-title {
        font-size: 28px;
    }

    .service-description {
        font-size: 14px
    }

    .service-detail-column-right img {
        margin: 0;
        width: 92vw;
        height: auto;
    }

    .service-summary {
        font-size: 21px;
    }

    .service-detail-section-alt .container {
        padding: 20px 10px;
    }

    .service-detail-section-alt .service-title {
        font-size: 28px;
    }

    .service-detail-section-alt .service-description {
        font-size: 14px;
    }

    .service-detail-section-alt .feature-block ul li p {
        font-size: 14px;
    }

    .service-detail-section-licensing .service-title-licensing {
        font-size: 28px;
    }

    .service-detail-section-licensing .service-description-licensing {
        font-size: 14px;
    }

    .service-description span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) and (min-width: 993px) {

    .hide-on-mobile {
        display: none;
    }

    .services-hero-section .hero-container {
        width: 92vw;
    }

    .services-hero-section .hero-button {
        width: 80%;
        height: auto;
    }

    .services-hero-section .hero-subtitle {
        padding: 0 80px;
    }

    .service-detail-section .container {
        max-width: 90%;
    }

    .service-detail-column-right img {
        width: 80%;
        height: auto;
        margin-left: 50px;
    }

    .service-detail-section-alt .container {
        padding: 50px;
        width: 100vw;
        height: auto;
        border-radius: 0;
    }

    .service-detail-section-licensing .container {
        max-width: 90vw;
    }
}