/* Added service style for 'lw' on 2025-02-13 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
h1,h2,h3,h4,h5,h6{font-family: 'MB';}
.services{min-height: 200px;}

/* ---- Shared ---- */
.hp-container {
    margin-top: 90px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    min-height: 420px;
    font-family: Montserrat;
    scroll-behavior: smooth;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.hp-container.ready {
    visibility: visible;
    opacity: 1;
}

/* ---- /services: vertical document scroll ---- */
.hp-container.hp-vertical {
    overflow-x: clip;
}

/* /services: expand main content to 95% of viewport */
.hp-container.hp-vertical > .container {
    max-width: 95%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.hp-container.hp-vertical .hp-content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.hp-container.hp-vertical .hp-page {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    padding: 48px 15px 40px;
}

.hp-container.hp-vertical .hp-page [id^="screen-"],
.hp-container.hp-vertical .hp-page .jump-box {
    scroll-margin-top: 200px;
}

.hp-container.hp-vertical .hp-page .services-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
}

/* Sticky anchor bar: sits after hero; sticks under header while scrolling long tables */
.hp-container.hp-vertical .fixed-tabs {
    position: sticky;
    top: 90px;
    z-index: 40;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 16px;
    box-sizing: border-box;
    background: #f5f4f0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    box-shadow: none;
    list-style: none;
}

.hp-container.hp-vertical .services-stack > .fixed-tabs {
    align-self: stretch;
    margin-top: 8px;
    margin-bottom: 20px;
}

.hp-container.hp-vertical .fixed-tabs li {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    border: none !important;
    border-radius: 0;
    min-width: 96px;
    max-width: none;
    text-align: center;
    cursor: pointer;
    display: flex;
}

.hp-container.hp-vertical .fixed-tabs li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
    height: 100%;
    min-height: 52px;
    padding: 8px 10px;
    min-width: 0;
    max-width: none;
    line-height: 1.25;
    font-size: 12.5px;
    font-weight: 600;
    color: #2a2a2a;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}
.hp-container.hp-vertical .fixed-tabs .services-tab-abbr {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    flex-shrink: 0;
}
.hp-container.hp-vertical .fixed-tabs .services-tab-desc {
    font-size: 9.5px;
    font-weight: 500;
    line-height: 1.2;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}
.hp-container.hp-vertical .fixed-tabs li a:hover {
    background: #fff;
    border-color: rgba(233, 69, 96, 0.45);
    color: #111;
    box-shadow: 0 2px 6px rgba(233, 69, 96, 0.12);
}
.hp-container.hp-vertical .fixed-tabs li a:hover .services-tab-desc {
    color: #495057;
}
.hp-container.hp-vertical .fixed-tabs li.active a {
    background: #e94560;
    border-color: #e94560;
    color: #fff;
}
.hp-container.hp-vertical .fixed-tabs li.active a .services-tab-desc {
    color: rgba(255, 255, 255, 0.88);
}

.hp-container.hp-vertical .hp-page #screen-1{width: 100%;max-width: 100%;line-height: 30px;}
.hp-container.hp-vertical .hp-page #screen-2{width: 100%;max-width: 100%;}
.hp-container.hp-vertical .hp-page #screen-2 img{width: 100%;height: auto;max-height: 360px;object-fit: cover;}
.hp-container.hp-vertical .hp-page .service-box{width: 100%;max-width: 100%;}
.hp-container.hp-vertical .hp-page .for-box{width: 100%;max-width: 100%;}
.hp-container.hp-vertical .jump-box {
    width: 100%;
    max-width: 100%;
}
.hp-container.hp-vertical .jump-box ul {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}
.hp-container.hp-vertical .jump-box ul li {
    flex: 0 1 auto;
    width: auto;
    min-width: 220px;
    max-width: 360px;
    height: auto;
    min-height: 56px;
    border-radius: 5px;
}
.hp-container.hp-vertical .jump-box ul li a {
    padding: 14px 28px;
    white-space: nowrap;
}
@media (max-width: 575.98px) {
    .hp-container.hp-vertical .jump-box ul {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .hp-container.hp-vertical .jump-box ul li {
        min-width: 0;
        max-width: none;
        width: 100%;
    }
}

/* ---- /for-functional, /for-visual: vertical (hp-vertical); hp-horizontal below is unused ---- */
.hp-container.hp-horizontal {
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: auto;
    height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hp-container.hp-horizontal::-webkit-scrollbar {
    display: none;
}

.hp-container.hp-horizontal .hp-content {
    display: flex;
    width: max-content;
    height: 100%;
}

.hp-container.hp-horizontal .hp-page {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 100px;
}

.hp-container.hp-horizontal .hp-page .hp-box-horizontal {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
}

.hp-container.hp-horizontal .fixed-tabs {
    position: fixed;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 800px;
    width: auto;
}

.hp-container.hp-horizontal .hp-page #screen-1{width: 800px;line-height: 30px;}
.hp-container.hp-horizontal .hp-page .service-box{width: 800px;}
.hp-container.hp-horizontal .hp-page .for-box{width: 800px;max-width: none;}
.hp-container.hp-horizontal .hp-page .package-box{width: 550px;max-width: none;}
.hp-container.hp-horizontal .jump-box {
    width: 260px;
}

/* ---- Shared page blocks ---- */
.hp-page .font-size{font-size: 16px;}
.hp-page #screen-1 .services-intro-row {
    align-items: flex-start;
}
.hp-page #screen-1 .title,
.hp-page #screen-1 .title1 {
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.25;
    font-weight: 700;
}
.hp-page #screen-1 .title {
    font-size: clamp(1.75rem, 2.2vw, 2.25rem);
}
.hp-page #screen-1 .title1 {
    font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}
.hp-page #screen-1 .content1{padding-right: 30px;}
.hp-page #screen-1 .services-intro-aside {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding-left: 12px;
}
.hp-page #screen-1 .services-intro-thumb {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}
.hp-page #screen-1 .services-intro-thumb img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 220px;
    max-height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
@media (max-width: 767.98px) {
    .hp-page #screen-1 .services-intro-aside {
        padding-left: 0;
        margin-top: 20px;
    }
    .hp-page #screen-1 .services-intro-thumb img {
        min-height: 180px;
        max-height: 260px;
    }
}
.hp-page #screen-2{width: auto;}
.hp-page .scroll{font-weight: bold;font-size: 18px;margin-top: 10px;}
.hp-page #screen-3{}
.hp-page .service-box{position: relative;border-radius: 5px;background: #e9e8e1;height: fit-content;}
.hp-page .service-box .top-label{background: #000;padding:5px 10px;color: #FFFFFF;display: inline-block;position: relative;top: 15px;left: 15px;border-radius: 5px;font-weight: bold;}
.hp-page .service-box .top-text{position: absolute;right: 15px;top:15px;color: #e94560;display: flex;align-items: center;gap: 5px;}
.hp-page .service-box .top-text .bi{font-size: 20px;margin-top: 4px;}
.hp-page .service-box .title{text-align: left;margin-top: 0;margin-bottom: 0;font-size: 18px;line-height: 1.3;font-weight: 700;}
.hp-page .service-box .service-box-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 18px 20px 14px;
    margin-top: 18px;
}
.hp-page .service-box .service-box-media{
    flex: 0 0 44%;
    max-width: 44%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.hp-page .service-box .img-box{display: flex;justify-content: flex-start;gap: 14px;width: 100%;}
.hp-page .service-box .img-box img{height: auto;max-height: 130px;width: auto;max-width: calc(50% - 7px);object-fit: contain;cursor: zoom-in;}
.hp-page .service-box .text-box{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 0;
    min-width: 0;
    text-align: left;
}
.hp-page .service-box .text-box .left{
    width: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    padding-right: 0;
}
.hp-page .service-box .text-box .left img{height: 40px;}
.hp-page .service-box .text-box .left .name{font-size: 16px;font-weight: bold;white-space: nowrap;}
.hp-page .service-box .text-box .right{
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    text-align: left;
}
.hp-page .service-box .text-box .right p{
    margin-bottom: 0.5rem;
    text-align: left;
}
.hp-page .service-box .text-box .right p:last-child{
    margin-bottom: 0;
}
.hp-page .service-box .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 0 20px 15px;
    padding: 0;
}
.hp-page .service-box .bottom .bottom-label{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
}
.hp-page .service-box .bottom .bottom-label span{background: rgba(211, 211, 211, 1);padding: 5px 10px;border-radius: 5px;font-weight: bold;font-size: 12px;}
.hp-page .service-box .bottom .bottom-text{
    font-weight: bold;
    transform: rotate(180deg);
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .hp-page .service-box .service-box-body{
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-top: 14px;
        padding-top: 12px;
    }
    .hp-page .service-box .service-box-media{
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }
    .hp-page .service-box .img-box img{
        max-height: 120px;
    }
}

.hp-page .tabs{display: flex;background: rgba(211, 211, 211, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.hp-container.hp-horizontal .fixed-tabs{display: flex;background: rgba(211, 211, 211, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.hp-container.hp-vertical .hp-page .tabs{flex-wrap: wrap;}
.hp-container.hp-horizontal .hp-page .tabs,
.hp-container.hp-horizontal .fixed-tabs{flex-wrap: nowrap;}
.hp-container.hp-horizontal .hp-page .tabs li,
.hp-container.hp-horizontal .fixed-tabs li{padding: 5px 15px;border-right: 1px solid #ab9b9b;width: 200px;text-align: center;font-weight: bold;cursor: pointer;}
.hp-container.hp-vertical .hp-page .tabs li{padding: 8px 12px;border-right: 1px solid #ab9b9b;min-width: 0;flex: 1 1 auto;text-align: center;font-weight: bold;cursor: pointer;}
.hp-page .tabs li.active,.hp-container.hp-horizontal .fixed-tabs li.active{background: #e94560;}
.hp-page .tabs li.active a,.hp-container.hp-horizontal .fixed-tabs li.active a{color: #FFFFFF;}
.hp-page .tabs li a,.hp-container.hp-horizontal .fixed-tabs li a{display: block;}
.hp-page .tabs li:first-child,.hp-container.hp-horizontal .fixed-tabs li:first-child{border-bottom-left-radius: 5px;}
.hp-page .tabs li:last-child,.hp-container.hp-horizontal .fixed-tabs li:last-child{border-right: none;}

.hp-page .for-box{border-radius: 5px;background: #e9e8e1;height: fit-content;min-height: 320px;}
.hp-page.hp-for-functional-page .for-box{min-height: 350px;}
.hp-page .package-box{border-radius: 5px;background: #FFFFFF;height: auto;flex-direction: column;display: flex;}
.hp-page .for-box .title,.hp-page .package-box .title{margin-top: 20px;font-size: 20px;margin-left: 15px;width: 100%;margin-bottom: 10px;}
.hp-page .for-box .row, .hp-page .package-box .row{margin: 0;width: 100%;flex-grow: 1;align-items: center;}
.hp-page .for-box .name{
    margin: 30px 0;
    font-weight: bold;
    font-size: 18px;
}
.hp-page .for-box ul.list{
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}
.hp-page .for-box .table th,.hp-page .for-box .table thead th{border:0;border-bottom: 1px solid #888;text-align: left;width: auto;padding: 8px 15px;}
.table, .table td{border:1px solid #e9e8e1;}
.hp-page .for-box .table, .table td{border-bottom: 1px solid #888;text-align: left;color: #000;padding: 8px 15px;}

.hp-page .for-box ul.list li{}
.hp-page .for-box .bottom-text{padding:15px;}
.hp-page .package-box ul.list{
    display: grid;
    gap: 15px;
    align-items: center;
}
.hp-page .package-box ul.list li{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
}


.jump-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jump-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jump-box ul li {
    background: #e9e8e1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 100%;
}

.jump-box ul li a{
    font-size: 18px;
    padding-right: 10px;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
    color: #e94560;
    font-weight: bold;
}
.jump-box ul li .bi{font-size: 30px;}

.jump-box ul li:last-child {
    margin-bottom: 0;
}
