/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

/* ==========================================================================
   KEYFRAMES ANIMATIONS
   ========================================================================== */
@keyframes float-gentle {

    0%,
    100% {
        transform: translateY(0px) translateX(0px);
    }

    25% {
        transform: translateY(-15px) translateX(8px);
    }

    50% {
        transform: translateY(-8px) translateX(-5px);
    }

    75% {
        transform: translateY(-20px) translateX(12px);
    }
}

@keyframes float-rotate {

    0%,
    100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-12px) translateX(-8px) rotate(8deg);
    }

    50% {
        transform: translateY(-18px) translateX(6px) rotate(-5deg);
    }

    75% {
        transform: translateY(-6px) translateX(-3px) rotate(10deg);
    }
}

/* ==========================================================================
   GENERAL
   ========================================================================== */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Rubik', sans-serif;
    color: #a0a6ad;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
}

p {
    font-size: 14px;
    color: #5e629c;
    line-height: 26px;
    margin-bottom: 0;
}

/* a:hover,
a:focus {
    color: #000;
} */

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #151948;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.bg-transparent {
    background: transparent !important;
}

.bg-defult {
    background: #0069c2 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.pc-show {
    display: block;
}


.mb-show {
    display: none !important;
}

@media (max-width: 768px) {
    .pc-show {
        display: none !important;
    }

    .mb-show {
        display: block !important;
    }
}

/* ==========================================================================
   Container Global Settings
   ========================================================================== */
.container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 10px !important;
    }
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
    padding: 100px 0px 0px 0px;
}

@media (max-width: 768px) {
    .section {
        padding: 20px 0px 0px 0px;
    }
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.section-header {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.section-header .section-title {
    margin-bottom: 30px;
    position: relative;
    color: #292929;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .section-header .section-title {
        margin-bottom: 30px;
        position: relative;
        color: #292929;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }
}

.section-header .s-title {
    color: #292929;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: -30px;
}

@media (max-width: 768px) {
    .section-header .s-title {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.75px;
        margin-top: 20px;
    }
}

.section-header .section2-title {
    font-size: 28px;
    color: #595959;
    margin-bottom: 15px;
    font-weight: 300;
    position: relative;
    line-height: 30px;
}

.section-header .desc-text p {
    font-size: 18px;
    color: #5A6168;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0;
}


/* ==========================================================================
   Navbar Style
   ========================================================================== */

.logo-menu a {
    font-size: 20px;
    color: #fff;
}

.menu-bg {
    background: #fff;
    background: #fff !important;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
    top: 0;
    width: 100%;

}

.menu-bg .menu-button:hover {
    cursor: pointer;
    color: #0069c2;
}

.menu-bg .logo-menu a {
    color: #666;
}

.navbar-nav {
    color: #666;
}

.nav-link {
    color: #333 !important;
}

.nav-link:hover {
    color: #0069c2 !important;
}

.menu-bg .navbar-nav .nav-link {
    color: #333 !important;
}

/* .menu-bg .navbar-nav .nav-link:hover {
    color: #0069c2 !important;
} */

/* .menu-bg .navbar-nav .active {
    color: #0069c2 !important;
} */

.navbar-expand-md {
    position: fixed;
    display: flex;
    align-items: center;
    padding: 0 0 0 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    min-height: 66px;
    width: 100%;
    z-index: 101;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #0069c2;
    font-size: 16px;
    padding: 8px 0px;
    margin-left: 26px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 500;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .active>.nav-link {
    color: #0069c2 !important;
}

.navbar-expand-md .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 0;
    height: 4px;
    background: #0069c2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.navbar-brand {
    color: #666;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: #666;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
    color: #666;
}

.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: 1px solid #666;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    float: right;
}

.navbar-expand-md .navbar-toggler i {
    color: #666 !important;
}

.navbar-expand-md .navbar-toggler:focus {
    outline: none;
}

@media (max-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link:before {
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
        width: 0;
        height: 0px;
        background: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (min-width: 768px) {
    #navbarCollapse {
        display: flex !important;
    }

    #navbarCollapse-m {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #navbarCollapse {
        display: none !important;
    }

    #navbarCollapse-m {
        display: none;
    }

    #navbarCollapse-m.show {
        display: flex !important;
    }
}




/* ==========================================================================
   Header
   ========================================================================== */

.has-submenu {
    position: relative;
}

.has-submenu:hover .sub_menu {
    display: block;
    border-radius: 10px;
}

.has-submenu:hover .menu_li {
    color: #1260a5;
}

.sub_menu {
    position: absolute;
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 20px;
}

.sub_menu .sub_menu_ul {
    box-shadow: 0 2px 4px 0 rgba(199, 199, 199, 0.5);
    background-color: #fff;
    min-width: 230px;
    overflow: hidden;
    color: #5E5E5E;
    border-radius: 10px;
}

.sub_menu .sub_menu_ul .sub_menu_li {
    padding: 6px 16px;
}

.sub_menu .sub_menu_ul .sub_menu_li:first-child {
    padding: 16px 16px 8px;
}

.sub_menu .sub_menu_ul .sub_menu_li:last-child {
    padding: 8px 16px 16px;
}

.sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a {
    transition: all 0.3s ease;
    min-height: inherit;
    height: 50px;
    margin-left: 0;
    color: #333333;
    text-decoration: none;
}

.sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a:hover {
    color: #0069C2;
}

.navbar-expand-md .navbar-nav .has-submenu:hover .nav-link:before {
    width: 100%;
}

.sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a:hover:after {
    display: none;
}

.menu {
    display: flex;
    font-size: 16px;
    flex-grow: 1;
}

.menu a {
    min-height: 70px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 22px;
    padding: 0 8px;
    text-decoration: none;
}

.menu a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #0069c2;
    bottom: 0;
    left: 0;
    transition: height 0.2s ease;
}

.header-m {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-right: 16px;
    -ms-flex-pack: justify;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.header-m .menu-burger {
    cursor: pointer;
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.header-m .menu-burger #burgerCheck_label>span {
    height: 2px;
    width: 16px;
    border-radius: 2px;
    display: block;
    position: relative;
    background: #0069c2;
    cursor: pointer;
}

.header-m .menu-burger #burgerCheck_label>span:before,
.header-m .menu-burger #burgerCheck_label>span:after {
    height: 2px;
    width: 16px;
    border-radius: 2px;
    display: block;
    position: absolute;
    content: "";
    background: #0069c2;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.header-m .menu-burger #burgerCheck_label>span:before {
    top: -7px;
}

.header-m .menu-burger #burgerCheck_label>span:after {
    top: 7px;
}

.header-m .menu-burger #burgerCheck_label.show span,
.header-m .menu-burger #burgerCheck_label.show :hover span {
    background: transparent;
}

.header-m .menu-burger #burgerCheck_label.show span:before {
    transform: rotate(45deg) translate(7px, 3.5px);
    opacity: 1;
    background: #0069c2;
}

.header-m .menu-burger #burgerCheck_label.show span:after {
    transform: rotate(-45deg) translate(7px, -3.5px);
    background: #0069c2;
}

.header-m .menu-burger .nav__menu {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: height 1s ease;
}

.header-m .menu-burger .nav__menu a {
    margin-left: initial;
    width: 100%;
    font-weight: 600;
    display: block;
    text-align: center;
    background: #f5f8ff;
    border-top: 1px solid #ddd;
    padding: 10px;
    color: #292929;
}

.header-m .menu-burger .nav__menu a:hover {
    color: #0069c2;
}

.header-m .menu-burger .nav__menu>a {
    transition: 0.2s;
}

.header-m .menu-burger .nav__menu.show {
    visibility: visible;
    height: auto;
}

.header-m .logo {
    width: 140px;
}

.header-m .logo img {
    max-width: 100%;
}

.header-m .button {
    text-align: center;
    transition-duration: 0;
    padding: 5px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #0069c2;
    width: 80px;
    height: 32px;
    margin-left: auto;
    color: #fff;
}

.header-m .button:hover,
.header-m .button:active {
    background-color: #4394db;
    color: #fff;
    text-decoration: none;
}

.btn-call.mb_show {
    position: fixed;
    top: 60px;
    right: 14px;
    width: 18px;
    height: 18px;
    background-color: #0069c2;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}

.btn-call.mb_show img {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
}


@media screen and (min-width: 0) and (max-width: 767px) {
    .pc_show {
        display: none !important;
    }
}


/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
    position: relative;
}

.hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0px;
    left: 0px;
    background-image: url(../img/hr_consulting_services/s1_intro.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-area .contents {
    padding: 190px 0 0 50px;
}

.hero-area .contents .head-title-eng {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.hero-area .contents h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 67.2px;
    letter-spacing: -1.44px;
}

.hero-area .contents .desc {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-area .contents {
        padding: 140px 0 0 0px;
    }
}

@media (max-width: 768px) {
    .hero-area .overlay {
        background: url(../img/hr_consulting_services/s1_intro_m.png);
        position: relative;
        background-position: center;
        background-size: cover;
        padding: 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        height: 230px;
        position: relative;
    }

    .hero-area .contents {
        padding: 0;
        margin-top: -176px;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
    }

    .hero-area .contents h1 {
        font-size: 32px;
        line-height: 44.8px;
        letter-spacing: -0.96px;
        text-align: center;
        margin-top: 30px;
    }

    .hero-area .contents .desc {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        width: 100%;
    }
}

/* ==========================================================================
   solutions Section 
   ========================================================================== */
#solutions {
    padding-top: 300px;
    padding-bottom: 100px;

    .container-fluid {
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 20px;
    }

    .solutions-info {
        text-align: center;
    }

    .solutions-layout {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 40px;
    }

    .solutions-items {
        display: flex;
        flex-direction: column;
        gap: 30px;
        flex: 1;
        max-width: 338px;
    }

    .center-image {
        flex: 0 0 auto;
        text-align: center;
        max-width: 483px;

        img {
            max-width: 100%;
            height: auto;
        }
    }

    .solutions-item-link {
        text-decoration: none;
        color: inherit;
        display: block;
        transition: all 0.3s ease;

        &:hover {
            text-decoration: none;
            color: inherit;
        }

        &:focus {
            outline: none;
        }
    }

    .solutions-item {
        display: flex;
        flex: 1;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-left: 3px solid #3778FA;
        background: #F1F6FF;
        transition: all 0.3s ease;
        cursor: pointer;

        .item-content {
            .item-title {
                color: #5D7CB4;
                font-family: "Microsoft JhengHei";
                font-size: 20px;
                font-weight: 700;
                line-height: 160%;
                letter-spacing: 1px;
                text-align: left;
                margin: 0 0 5px 0;
            }

            p {
                color: #292929;
                font-family: "Microsoft JhengHei";
                font-size: 16px;
                font-weight: 400;
                line-height: 160%;
                margin: 0;
                text-align: left;
            }
        }
    }

    .solutions-item-link:hover .solutions-item {
        transform: scale(1.02);
        background: #FFFFFF;
        border-left-color: #3778FA;
        box-shadow: 0 8px 25px rgba(55, 120, 250, 0.15);

        .item-content .item-title {
            color: #3778FA;
        }
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    #solutions {
        .solutions-layout {
            gap: 20px;
        }

        .center-image {
            max-width: 400px;
            order: -1;
        }

        .solutions-items {
            max-width: 100%;
            width: 100%;
        }

        .solutions-item {
            padding: 15px;
        }
    }
}

@media (max-width: 768px) {
    #solutions {
        padding-top: 40px;
        padding-bottom: 40px;

        .solutions-info {
            text-align: center;
        }


        .solutions-img {
            text-align: center;

            img {
                width: 100%;
                height: auto;
            }
        }

        .solutions-items-mobile {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .solutions-item-link-mobile {
            text-decoration: none;
            color: inherit;
            display: block;
            transition: all 0.3s ease;
        }

        .solutions-item-link-mobile:hover,
        .solutions-item-link-mobile:focus {
            text-decoration: none;
            color: inherit;
        }

        .solutions-item-mobile {
            display: flex;
            padding: 20px;
            flex-direction: column;
            align-items: flex-start;
            align-self: stretch;
            border-left: 3px solid #3778FA;
            background: #F1F6FF;
            transition: all 0.3s ease;

            .item-content-mobile {
                text-align: left;

                .item-title-mobile {
                    color: #5D7CB4;
                    font-family: "Microsoft JhengHei";
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 160%;
                    letter-spacing: 1px;
                    transition: color 0.3s ease;
                }

                .item-desc-mobile {
                    color: #292929;
                    font-family: "Microsoft JhengHei";
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 160%;
                    margin: 0;
                }
            }
        }


    }
}


/* ==========================================================================
   process Section 
   ========================================================================== */
#process {
    display: flex;
    padding: 80px 0 100px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px 200px;
    background: #F1F6FF;

    .section-title {
        margin-bottom: 40px;
    }

    .process-steps {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        width: 100%;
    }

    .step-item {
        flex: 0 0 auto;

        .step-image {
            max-width: 260px;
            height: auto;
        }
    }

    .arrow-item {
        flex: 0 0 auto;

        .arrow-image {
            width: 80px;
            height: auto;
        }
    }

    .process-steps-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
        width: 100%;
    }

    .step-item-mobile {
        width: 100%;
        text-align: center;

        .step-image-mobile {
            max-width: 300px;
            width: 100%;
            height: auto;
        }
    }

    .arrow-item-mobile {
        width: 100%;
        text-align: center;

        .arrow-image-mobile {
            width: 60px;
            height: auto;
            transform: rotate(90deg);
        }
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #process {

        .section-title {
            margin-bottom: 0;
        }

        .process-steps {
            gap: 0;
            margin-top: 40px;
        }

        .step-item .step-image {
            max-width: 200px;
        }

        .arrow-item .arrow-image {
            width: 60px;
        }
    }
}

@media (max-width: 768px) {
    #process {
        padding: 20px 0px;
        border-radius: 0 0;
        background: #F1F6FF;

        .section-title {
            margin-bottom: 20px;
        }

        .process-steps-mobile {
            margin-top: 20px;
            gap: 15px;
        }

        .step-item-mobile .step-image-mobile {
            max-width: 280px;
        }

        .arrow-item-mobile .arrow-image-mobile {
            width: 40px;
        }
    }
}

/* ==========================================================================
   KSAS Section 
   ========================================================================== */
#KSAS {
    padding-bottom: 100px;

    .iceberg-section {
        margin-bottom: 60px;

        .iceberg-title {
            width: 100%;

            img {
                max-width: 100%;
                height: 415px;
            }
        }

        .iceberg-image {
            text-align: center;

            img {
                max-width: 100%;
                height: auto;
            }
        }

        .iceberg-content-mobile {
            text-align: center;
            margin-top: 30px;

            .iceberg-title-mobile {
                color: #292929;
                font-family: "Microsoft JhengHei";
                font-size: 24px;
                font-weight: 700;
                line-height: 150%;
                margin-bottom: 16px;
            }

            .iceberg-description-mobile {
                p {
                    color: #5D7CB4;
                    font-family: "Microsoft JhengHei";
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 180%;
                    margin-bottom: 0;
                }
            }
        }

        .iceberg-image-mobile {
            text-align: center;

            img {
                max-width: 100%;
                height: auto;
            }
        }
    }

    .competency-cards-section {
        margin-top: 60px;

        .competency-card {
            background: #E3EDFF;
            border-radius: 50px 50px 50px 0;
            padding: 30px;
            height: 100%;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            width: 350px;

            &:hover {
                transform: translateY(-5px) !important;
            }

            .card-header {
                display: flex;
                align-items: flex-start;
                gap: 15px;
                width: 100%;
                background: none;
                border-bottom: none;
                padding: 0;

                .card-icon {
                    flex-shrink: 0;

                    img {
                        width: 60px;
                        height: 60px;
                    }
                }

                .card-titles {
                    flex: 1;

                    .card-title-en {
                        color: #80AEFF;
                        font-family: "Microsoft JhengHei";
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 120%;
                        margin: 0 0 4px 0;
                    }

                    .card-title {
                        color: #292929;
                        font-family: "Microsoft JhengHei";
                        font-size: 24px;
                        font-weight: 700;
                        line-height: 120%;
                        margin: 0 0 4px 0;
                    }

                    .card-subtitle {
                        color: #292929;
                        font-family: "Microsoft JhengHei";
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 140%;
                        margin: 0;
                    }
                }
            }

            .card-content {
                width: 100%;

                .card-description {
                    color: #292929;
                    font-family: "Microsoft JhengHei";
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 140%;
                    text-align: left;
                    margin-bottom: 10px;
                }

                .card-features {
                    color: #292929;
                    font-family: "Microsoft JhengHei";
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 140%;
                    margin: 0;
                }
            }
        }

        .core {
            background: #FDF1E8;

            .card-header {
                .card-titles {
                    .card-title-en {
                        color: #F0AE85;
                    }
                }
            }
        }

        .functional {
            background: #C4E7FF;

            .card-header {
                .card-titles {
                    .card-title-en {
                        color: #3BA5F1;
                    }
                }
            }
        }
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #KSAS {
        padding-bottom: 80px;

        .iceberg-section {
            margin-bottom: 50px;

            .iceberg-title img {
                height: 350px;
            }
        }

        .competency-cards-section {
            margin-top: 50px;

            .row {
                margin: 0 -10px;
            }

            .col-lg-4,
            .col-md-6,
            .col-sm-12 {
                padding: 0 10px;
                margin-bottom: 20px;
            }

            .competency-card {
                padding: 25px;
                max-width: 100%;
                width: 100%;
                min-height: 280px;

                .card-header {
                    gap: 12px;

                    .card-icon img {
                        width: 55px;
                        height: 55px;
                    }

                    .card-titles {
                        .card-title-en {
                            font-size: 11px;
                        }

                        .card-title {
                            font-size: 22px;
                            line-height: 130%;
                        }

                        .card-subtitle {
                            font-size: 15px;
                        }
                    }
                }

                .card-content {
                    .card-description {
                        font-size: 15px;
                        margin-bottom: 8px;
                    }

                    .card-features {
                        font-size: 14px;
                        line-height: 150%;
                    }
                }
            }
        }
    }
}

@media (max-width: 768px) {
    #KSAS {
        padding-top: 30px;
        padding-bottom: 40px;

        .iceberg-section {
            margin-bottom: 10px;
        }

        .competency-cards-section {
            margin-top: 0;

            .row {
                margin: 0 -5px;
            }

            .col-lg-4,
            .col-md-6,
            .col-sm-12 {
                padding: 0 5px;
                margin-bottom: 10px;
            }

            .competency-card {
                padding: 20px;
                margin-bottom: 0;
                margin: 0 auto;
                width: 100%;

                .card-header {
                    gap: 10px;
                    justify-content: center;
                    align-items: center;

                    .card-icon img {
                        width: 60px;
                        height: 60px;
                    }

                    .card-titles {
                        .card-title-en {
                            font-size: 12px;
                            /* margin-bottom: 6px; */
                        }

                        .card-title {
                            font-size: 24px;
                            /* margin-bottom: 6px; */
                        }

                        .card-subtitle {
                            font-size: 16px;
                        }
                    }
                }

                .card-content {
                    .card-description {
                        font-size: 16px;
                    }

                    .card-features {
                        font-size: 15px;
                    }
                }
            }
        }
    }
}




/* ==========================================================================
   benefit Section 
   ========================================================================== */
#benefit {
    display: flex;
    padding: 80px 0 120px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px 200px;
    background: #F1F6FF;

    .section-title {
        margin-bottom: 40px;
    }

    .benefit-circle-section {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1000px;
        width: 100%;
        height: 400px;
        margin: 0 auto;
    }

    .center-graphic {
        position: absolute;
        z-index: 2;

        img {
            max-width: 550px;
            height: auto;
        }
    }

    .benefit-box {
        position: absolute;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        max-width: 202px;
        width: 100%;
        text-align: center;
        z-index: 3;
        transition: all 0.3s ease;
        /* cursor: pointer; */
        display: flex;
        padding: 10px 20px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 10px;
        background: #4383DD;

        /* &:hover {
            transform: translateY(-5px) scale(1.05) !important;
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
        } */

        p {
            color: #FFF;
            text-align: center;
            font-family: "Microsoft JhengHei";
            font-size: 18px;
            font-weight: 400;
            line-height: 140%;
            margin: 0;
        }

        strong {
            font-weight: 700;
        }
    }

    .benefit-box-1 {
        top: 80px;
        left: 95px;
    }

    .benefit-box-2 {
        background: #40A7E1;
        top: 187px;
        left: 95px;
    }

    .benefit-box-3 {
        background: #87BB2E;
        top: 377px;
    }

    .benefit-box-4 {
        background: #43D1A1;
        top: 187px;
        right: 95px;
    }

    .benefit-box-5 {
        background: #20BCCB;
        top: 80px;
        right: 95px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    #benefit {
        .center-graphic {
            img {
                max-width: 450px;
            }
        }

        .benefit-box-1 {
            top: 33%;
            left: 6%;
        }

        .benefit-box-2 {
            background: #40A7E1;
            top: 53%;
            left: 6%;
        }

        .benefit-box-3 {
            background: #87BB2E;
            top: 89%;
        }

        .benefit-box-4 {
            top: 53%;
            right: 6%;
        }

        .benefit-box-5 {
            top: 33%;
            right: 6%;
        }
    }
}

@media (max-width: 768px) {
    #benefit {
        padding: 40px 0px;
        border-radius: 0 0;
        background: #F1F6FF;

        .benefit-circle-section-mobile {
            text-align: center;

            .center-graphic-mobile {
                margin-bottom: 30px;

                img {
                    max-width: 280px;
                    height: auto;
                }
            }

            .benefit-boxes-mobile {
                display: flex;
                flex-direction: column;
                gap: 10px;
                align-items: center;

                .benefit-box-mobile {
                    border-radius: 10px;
                    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
                    padding: 10px 0;
                    max-width: 280px;
                    width: 100%;
                    text-align: center;
                    transition: all 0.3s ease;
                    cursor: pointer;
                    background: #4383DD;

                    /* &:hover,
                    &:active {
                        transform: translateY(-5px) scale(1.05) !important;
                        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
                    } */

                    p {
                        color: #FFF;
                        font-family: "Microsoft JhengHei";
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 1.5;
                        margin: 0;

                        strong {
                            font-weight: 700;
                        }
                    }

                    &:nth-child(1) {
                        background: #20BCCB;
                    }

                    &:nth-child(2) {
                        background: #43D1A1;
                    }

                    &:nth-child(3) {
                        background: #87BB2E;
                    }

                    &:nth-child(4) {
                        background: #40A7E1;
                    }

                    &:nth-child(5) {
                        background: #4383DD;
                    }
                }
            }
        }
    }
}


/* ==========================================================================
   importProcess Section 
   ========================================================================== */
#importProcess {
    padding-top: 80px;
    padding-bottom: 80px;

    .section-title {
        margin-bottom: 40px;
    }

    .importProcess-info {
        text-align: center;
        margin: 0 auto;
        max-width: 1200px;
        padding: 0 50px;
    }

    .process-flow-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .process-flow-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .process-flow-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .process-flow-image-mobile {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .sr-only {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #importProcess {
        padding-top: 60px;
        padding-bottom: 60px;

        .process-flow-container {
            max-width: 900px;
        }

        .process-flow-image {
            max-width: 95%;
        }
    }
}

@media (max-width: 768px) {
    #importProcess {
        padding-top: 30px;
        padding-bottom: 30px;

        .section-title {
            margin-bottom: 20px;
        }

        .importProcess-info {
            padding: 0;
        }

        .process-flow-container-mobile {
            padding: 0;
        }

        .process-flow-image-mobile {
            max-width: 100%;

        }
    }
}

/* ==========================================================================
   suggestion Section 
   ========================================================================== */
#suggestion {
    padding: 80px 0 100px;
    background: #F1F6FF;
    border-radius: 0 200px;

    .suggestion-info {
        margin-top: 60px;
    }

    .suggestion-layout {
        display: flex;
        align-items: flex-start;
        gap: 100px;
    }

    .suggestion-image {
        flex: 0 0 auto;

        img {
            max-width: 350px;
            height: auto;
        }
    }

    .suggestion-right-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .suggestion-title-section {
        text-align: left;

        .suggestion-main-title {
            font-size: 36px;
            color: #292929;
            font-weight: 700;
            margin-bottom: 10px;
            font-family: 'Microsoft JhengHei', sans-serif;
        }

        .suggestion-subtitle {
            font-size: 24px;
            color: #292929;
            font-weight: 700;
            font-family: 'Microsoft JhengHei', sans-serif;
        }
    }

    .suggestion-cards {
        display: flex;
        gap: 20px;
    }

    .suggestion-card {
        transition: all 0.3s ease-out;
        display: flex;
        width: 165px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 10px;
        background: #8896FF;
        cursor: pointer;
        position: relative;
        border: 3px solid transparent;

        &:hover {
            background: #FFFFFF;
            border-color: #8896FF;
            box-shadow: 0 6px 20px rgba(136, 150, 255, 0.2);

            .card-title,
            .card-description {
                color: #8896FF;
            }

            /* .card-description {
                color: #666666;
            } */
        }
    }

    .card-2 {
        background: #5BC3FC;

        &:hover {
            background: #FFFFFF;
            border-color: #5BC3FC;
            box-shadow: 0 6px 20px rgba(91, 195, 252, 0.2);

            .card-title,
            .card-description {
                color: #5BC3FC;
            }

            /* .card-description {
                color: #666666;
            } */
        }
    }

    .card-3 {
        background: #45D6DC;

        &:hover {
            background: #FFFFFF;
            border-color: #45D6DC;
            box-shadow: 0 6px 20px rgba(69, 214, 220, 0.2);

            .card-title,
            .card-description {
                color: #45D6DC;
            }

            /* .card-description {
                color: #666666;
            } */
        }
    }

    .card-icon {
        flex-shrink: 0;
        transition: all 0.3s ease-out;

        img {
            width: 30px;
            height: 30px;
            transition: all 0.3s ease-out;
        }
    }

    .suggestion-card:hover .card-icon img {
        filter: brightness(0) saturate(100%) invert(43%) sepia(85%) saturate(2899%) hue-rotate(226deg) brightness(95%) contrast(101%);
    }

    .card-2:hover .card-icon img {
        filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(2742%) hue-rotate(184deg) brightness(101%) contrast(97%);
    }

    .card-3:hover .card-icon img {
        filter: brightness(0) saturate(100%) invert(63%) sepia(45%) saturate(2135%) hue-rotate(169deg) brightness(96%) contrast(87%);
    }

    .card-content {
        flex: 1;
    }

    .card-title {
        margin: 10px 0 10px 0;
        color: #FFF;
        font-family: "Microsoft JhengHei";
        font-size: 22px;
        font-weight: 700;
        transition: all 0.3s ease-out;
    }

    .card-description {
        margin: 0;
        color: #FFF;
        font-family: "Microsoft JhengHei";
        font-size: 18px;
        font-weight: 400;
        opacity: 0.7;
        transition: all 0.3s ease-out;
        white-space: nowrap;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #suggestion {
        padding: 60px 0 80px;

        .suggestion-info {
            margin-top: 40px;
        }

        .suggestion-layout {
            gap: 40px;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .suggestion-image {
            order: 1;

            img {
                max-width: 400px;
            }
        }

        .suggestion-right-content {
            order: 2;
            gap: 30px;
            align-items: center;
        }

        .suggestion-title-section {
            text-align: center;

            .suggestion-main-title {
                font-size: 32px;
                margin-bottom: 15px;
            }

            .suggestion-subtitle {
                font-size: 20px;
            }
        }

        .suggestion-cards {
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .suggestion-card {
            width: 180px;
            padding: 15px;

            &:hover {
                transform: translateY(-3px);
            }
        }

        .card-icon img {
            width: 35px;
            height: 35px;
        }

        .card-title {
            font-size: 20px;
            margin: 8px 0;
        }

        .card-description {
            font-size: 16px;
            white-space: normal;
            line-height: 1.4;
        }
    }
}

@media (max-width: 768px) {
    #suggestion {
        padding: 20px 0 30px 0;
        border-radius: 0;

        .suggestion-info {
            margin-top: 0;
        }

        .suggestion-title-section-mobile {
            padding: 0 15px;
        }

        .suggestion-cards-mobile {
            padding: 0 15px;
        }

        .suggestion-card-mobile {
            padding: 16px;
        }

        .card-icon-mobile img {
            width: 45px;
            height: 45px;
        }

        .card-title-mobile {
            font-size: 16px;
        }

        .card-description-mobile {
            font-size: 13px;
        }

        .suggestion-title-section-mobile {
            text-align: center;
            margin-bottom: 10px;

            .suggestion-main-title-mobile {
                margin-bottom: 10px;
                color: #292929;
                text-align: center;
                font-family: "Microsoft JhengHei";
                font-size: 24px;
                font-weight: 700;
            }

            .suggestion-subtitle-mobile {
                color: #292929;
                text-align: center;
                font-family: "Microsoft JhengHei";
                font-size: 16px;
                font-weight: 700;
            }
        }

        .suggestion-cards-mobile {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .suggestion-card-mobile {
            display: flex;
            padding: 10px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            align-self: stretch;
            border-radius: 10px;
            background: #8896FF;

            transition: all 0.3s ease-out;
            cursor: pointer;


            &:nth-child(1) {}

            &:nth-child(2) {
                background: #5BC3FC;
            }

            &:nth-child(3) {
                background: #45D6DC;
            }
        }

        .card-header-mobile {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
        }

        .card-icon-mobile {
            flex-shrink: 0;
            transition: all 0.3s ease-out;

            img {
                width: 30px;
                height: 30px;
            }
        }

        .card-title-mobile {
            color: #FFF;
            font-family: "Microsoft JhengHei";
            font-size: 22px;
            font-weight: 700;
            line-height: 140%;
            margin: 0;
        }

        .card-description-mobile {
            color: #FFF;
            font-family: "Microsoft JhengHei";
            font-size: 18px;
            font-weight: 400;
            opacity: 0.7;
        }

        .suggestion-card-mobile:hover .card-description-mobile {
            color: #1A1A1A;
            font-weight: 500;
        }
    }
}

/* ==========================================================================
   service Section 
   ========================================================================== */
#service {
    padding-top: 100px;
    padding-bottom: 100px;

    .section-title {
        margin-bottom: 40px;
    }

    .service-info {
        text-align: center;
        margin: 40px auto 0 auto;
        max-width: 1200px;
        padding: 0 50px;
    }

    .service-puzzle-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        min-height: 450px;
        padding: 40px 0;
    }

    .service-bg-decorations {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .service-bg {
        position: absolute;
        mix-blend-mode: multiply;
    }

    .service-bg-1 {
        top: 40%;
        left: 7%;
        width: 70px;
        height: auto;
    }

    .service-bg-2 {
        top: 68%;
        right: 54%;
        width: 60px;
        height: auto;
    }

    .service-bg-3 {
        bottom: 89%;
        left: 51%;
        width: 70px;
        height: auto;
    }

    .service-bg-4 {
        bottom: 75%;
        right: 6%;
        width: 65px;
        height: auto;
    }

    .service-puzzles {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: stretch;
        max-width: 900px;
        margin: 0 auto;
        gap: -10px;
    }

    .service-puzzle-item {
        position: relative;
        display: block;
        text-decoration: none;
        transition: all 0.4s ease;
        cursor: pointer;
        flex: 0 0 auto;
    }

    .service-puzzle-item:nth-child(1) {
        z-index: 4;
        transform: translateY(-20px);
    }

    .service-puzzle-item:nth-child(2) {
        z-index: 3;
        transform: translateY(-20px) translateX(-20px);
        margin-left: -45px;
        margin-top: -94px;
    }

    .service-puzzle-item:nth-child(3) {
        z-index: 2;
        transform: translateY(20px) translateX(-40px);
        margin-left: -45px;
        margin-top: 36px;
    }

    .service-puzzle-item:nth-child(4) {
        z-index: 1;
        transform: translateY(20px) translateX(-60px);
        margin-left: -44px;
        margin-top: -55px;
    }

    .service-puzzle-item:hover {
        transform: scale(1.08) translateY(-15px) !important;
        z-index: 10 !important;
        filter: brightness(1.15) drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
    }

    .puzzle-base {
        width: 231px;
        height: auto;
        display: block;
        mix-blend-mode: multiply;
        opacity: 0.5;
    }

    .puzzle-base-4 {
        width: 203px;
    }

    .puzzle-content {
        position: absolute;
        text-align: center;
        z-index: 5;
    }

    .puzzle-content-1 {
        top: 38%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .puzzle-content-2 {
        top: 34%;
        left: 44%;
        transform: translate(-50%, -50%);
    }

    .puzzle-content-3 {
        top: 47%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .puzzle-content-4 {
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .puzzle-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .puzzle-title {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        white-space: nowrap;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
     .service-bg-decorations{
        display: none;
    }
}

@media (max-width: 768px) {
    #service {
    padding-top: 100px;
    padding-bottom: 100px;

    .section-title {
        margin-bottom: 40px;
    }

    .service-info {
        text-align: center;
        margin: 0 auto;
        max-width: 1200px;
        padding: 0 ;
    }

    .service-puzzle-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 ;
        min-height: auto;
        padding: 40px 0;
    }

    .service-puzzles {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: stretch;
        max-width: 100%;
        margin: 0;
        gap: -10px;
    }

    .service-puzzle-item {
        position: relative;
        display: block;
        text-decoration: none;
        transition: all 0.4s ease;
        cursor: pointer;
        flex: 0 0 auto;
    }

    .service-puzzle-item:nth-child(1) {
        z-index: 4;
        transform: translateY(-20px);
           margin-left: -20px;
        /* margin-top: -94px; */
    }

    .service-puzzle-item:nth-child(2) {
        z-index: 3;
        transform: translateY(-20px) translateX(-20px);
        margin-left: -6%;
        margin-top: -10%;
    }

    .service-puzzle-item:nth-child(3) {
        z-index: 2;
        transform: translateY(20px) translateX(-40px);
        margin-left: -7%;
        margin-top: 6%;
    }

    .service-puzzle-item:nth-child(4) {
        z-index: 1;
        transform: translateY(20px) translateX(-60px);
        margin-left: -5%;
        margin-top: -4%;
    }

    .service-puzzle-item:hover {
        transform: scale(1.08) translateY(-15px) !important;
        z-index: 10 !important;
        filter: brightness(1.15) drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
    }

    .puzzle-base {
        width: 104px;
        height: auto;
        display: block;
        mix-blend-mode: multiply;
        opacity: 0.5;
    }

    .puzzle-base-4 {
        width: 91px;
    }

    .puzzle-content {
        position: absolute;
        text-align: center;
        z-index: 5;
    }

    .puzzle-content-1 {
        top: 38%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .puzzle-content-2 {
        top: 32%;
        left: 44%;
        transform: translate(-50%, -50%);
    }

    .puzzle-content-3 {
        top: 47%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .puzzle-content-4 {
        top: 37%;
        left: 52%;
        transform: translate(-50%, -50%);
    }

    .puzzle-icon {
        width: 30px;
        height: 30px;
    }

    .puzzle-title {
        color: #FFF;
        font-size: 10px;
        font-weight: 700;
        margin: 0;
        white-space: nowrap;
    }

}
}


/* ==========================================================================
   expertTeam Section 
   ========================================================================== */
#expertTeam {
    padding: 100px 0 80px;
    background: #e8efff;
    position: relative;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        right: -11%;
        top: 49%;
        transform: translateY(-50%);
        width: 83%;
        height: 110%;
        background-image: url('../img/hr_consulting_services/s9_bg.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .triangle-decoration {
        position: absolute;
        z-index: 0;
        will-change: transform;

        img {
            width: auto;
            height: auto;
            max-width: none;
        }

        &.triangle-1 {
            top: 24%;
            left: 7%;
            animation: float-gentle 6s ease-in-out infinite;

            img {
                width: 30px;
                height: 30px;
            }
        }

        &.triangle-2 {
            top: 14%;
            left: 31%;
            animation: float-rotate 8s ease-in-out infinite;
            animation-delay: 2s;

            img {
                width: 30px;
                height: 30px;
            }
        }
    }

    .expertTeam-info {
        margin-top: 60px;
        position: relative;
        z-index: 2;
    }

    .expertTeam-layout {
        display: flex;
        align-items: flex-start;
        position: relative;
        z-index: 2;
    }

    .expertTeam-content {
        flex: 1;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .expertTeam-title-section {
        text-align: left;

        .expertTeam-main-title {
            font-size: 36px;
            color: #292929;
            font-weight: 700;
            margin-bottom: 20px;
            font-family: 'Microsoft JhengHei', sans-serif;
            line-height: 1.4;

            span {
                color: #3778FA;
            }
        }
    }

    .expertTeam-cards {
        display: flex;
    }

    .expertTeam-card {
        transition: all 0.3s ease;
        max-width: 517px;
        border-radius: 0 30px 30px 30px;
        border: 1px solid #B8D9FF;
        display: flex;
        padding: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        align-self: stretch;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

        &:hover {
            transform: translateY(-5px) !important;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }

    }

    .card-item {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 5px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .card-icon {
        flex-shrink: 0;
        margin-top: -5px;

        img {
            width: 16px;
            height: 16px;
        }
    }

    .card-description {
        margin: 0;
        color: #292929;
        font-family: "Microsoft JhengHei";
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.48px;
        flex: 1;
        white-space: nowrap;
    }

    /* 手機版標題樣式 */
    .expertTeam-title-section-mobile {
        text-align: center;
        margin-bottom: 30px;

        .expertTeam-main-title-mobile {
            font-size: 28px;
            color: #151948;
            font-weight: 700;
            margin-bottom: 30px;
            font-family: 'Microsoft JhengHei', sans-serif;
            line-height: 1.4;
        }

        .expertTeam-subtitle-mobile {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            font-family: 'Microsoft JhengHei', sans-serif;
        }
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #expertTeam {
        padding: 80px 0 60px;

        &::before {
            width: 110%;
            right: -25%;
        }

        .triangle-decoration {
            &.triangle-1 {
                top: 20%;
                left: 5%;

                img {
                    width: 20px;
                    height: 20px;
                }
            }

            &.triangle-2 {
                top: 12%;
                left: 25%;

                img {
                    width: 20px;
                    height: 20px;
                }
            }
        }

        .expertTeam-info {
            margin-top: 40px;
            margin-right: 47%;
        }

        .expertTeam-layout {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 30px;
        }

        .expertTeam-content {
            max-width: 100%;
            gap: 25px;
            align-items: center;
        }

        .expertTeam-title-section {
            text-align: center;

            .expertTeam-main-title {
                font-size: 28px;
                margin-bottom: 15px;
            }
        }

        .expertTeam-cards {
            justify-content: center;
            width: 100%;

        }

        .expertTeam-card {
            max-width: 600px;
            width: 86%;
            padding: 25px;
            background: rgba(255, 255, 255, 0.90);

            &:hover {
                transform: translateY(-3px) !important;
            }
        }

        .card-item {
            gap: 8px;
            margin-bottom: 8px;
        }

        .card-icon img {
            width: 14px;
            height: 14px;
        }

        .card-description {
            font-size: 15px;
            line-height: 1.5;
            white-space: normal;
        }
    }
}

@media (max-width: 768px) {
    #expertTeam {
        padding: 40px 0;
        background: #F1F6FF;

        &::before {
            display: none;
        }

        .triangle-decoration {
            &.triangle-1 {
                top: 7%;
                left: 12%;
            }

            &.triangle-2 {
                top: 21%;
                left: 86%;
            }
        }

        .expertTeam-info {
            margin-top: 0;
        }

        .expertTeam-title-section-mobile {
            margin-bottom: 30px;

            .expertTeam-main-title-mobile {
                font-size: 24px;
                line-height: 1.3;
                margin-bottom: 0;
            }
        }

        .expertTeam-cards-mobile {
            padding: 0 20px;

            .expertTeam-card-mobile {
                border-radius: 0 30px 30px 30px;
                border: 1px solid #B8D9FF;
                background: rgba(255, 255, 255, 0.40);
                backdrop-filter: blur(5px);
                display: flex;
                padding: 25px 20px;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                gap: 10px;
                align-self: stretch;
            }

            .card-item-mobile {
                margin-bottom: 10px;
                gap: 5px;
                display: flex;
                align-items: flex-start;

                &:last-child {
                    margin-bottom: 0;
                }

            }

            .card-icon-mobile {
                flex-shrink: 0;
                margin-top: 2px;

                img {
                    width: 16px;
                    height: 16px;
                }
            }


            .card-description-mobile {
                font-size: 16px;
                letter-spacing: 0.48px;
                color: #292929;
                font-family: "Microsoft JhengHei";
                font-weight: 400;
                line-height: 140%;
                margin: 0;
                flex: 1;
                display: flex;
                justify-content: center;
            }
        }
    }
}


/* ==========================================================================
      online  
      ========================================================================== */
/* bootstrap.min-m.css版本留資表單 */
#online {
    background: #3778FA;
    min-height: 900px;
    overflow: hidden;
    padding: 50px 0 0;

    /* 主要容器 */
    .wrapper-in {
        padding: 0;
        margin: 0 auto;
        max-width: 1200px;
        width: calc(100% - 20px);
        display: flex;
        justify-content: space-between;
        gap: 10px;

        &.online-wrapper {
            align-items: flex-start;

            @media screen and (max-width: 768px) {
                align-items: center;
                margin: 0 auto;
                flex-direction: column;
            }
        }
    }

    /* 標題區塊 */
    .title-box {
        margin-top: 20px;

        @media screen and (max-width: 768px) {
            margin-top: 0;
        }

        .title {
            font-size: 36px;
            font-weight: bold;
            color: #fff;
            line-height: 50px;
            margin-bottom: 20px;

            @media screen and (max-width: 768px) {
                max-width: initial;
                margin: 0;
                font-size: 24px;
                line-height: normal;
            }
        }

        .subtitle {
            color: #FFF;
            font-size: 24px;
            font-weight: 400;
        }

        .section-content-list {
            margin-top: 50px !important;
            max-width: 419px;

            @media screen and (max-width: 768px) {
                max-width: initial;
                margin: 0 !important;
            }

            >li+li {
                margin-top: 15px;
            }

            .title {
                position: relative;
                font-size: 24px;
                font-weight: bold;
                color: #fff;
                line-height: normal;

                &::before {
                    content: url(/products/HRMax/images/checked.svg);
                    margin-right: 15px;
                }

                @media screen and (max-width: 768px) {
                    margin-top: 20px;
                    font-size: 18px;
                }
            }

            .stext {
                margin-top: 8px;
                font-size: 16px;
                font-weight: normal;
                color: #292929;
                line-height: 1.67;

                @media screen and (max-width: 768px) {
                    line-height: 1.5;
                }
            }

            .phone-group {
                margin-top: 50px;
                font-weight: bold;
                font-size: 24px;
                color: #fff;

                &::before {
                    content: url(/products/HRMax/images/phone.svg);
                    margin-right: 6px;
                    vertical-align: middle;
                }

                div {
                    margin-top: 10px;
                    letter-spacing: 0.24px;
                }

                .phone-call {
                    margin-right: 4px;
                    width: 28px;
                    fill: #fff;
                    font-weight: bold;
                }

                @media screen and (max-width: 768px) {
                    margin: 20px 0 0;
                    font-size: 18px;
                }
            }
        }
    }

    /* 表單區塊 */
    #contactUsPageForm {
        max-width: 630px;
        width: 100% !important;
        padding: 30px 50px !important;
        min-height: 830px;
        border-radius: 12px 12px 0 0;
        background-color: #fff;

        @media (max-width: 768px) {
            padding: 15px 30px !important;
            margin-left: 0;
        }

        @media (min-width: 320px) and (max-width: 479px) {
            .modal-body {
                padding: 10px;
            }
        }

        .modal-body {
            padding: 0 !important;
        }

        .form-title {
            font-size: 24px;
            margin: 0 19px 30px 0;
            color: #292929;
            font-weight: 600;
        }

        .content-title {
            color: #292929;
            font-weight: bold;
            font-size: 14px;
        }

        .displayNone {
            display: none;
        }

        /* 表單標籤 */
        label {
            color: #292929;
            font-weight: bold;
            font-size: 14px;
            margin: 0 3px;
            padding: 9px 6px 4px 0;

            &.required:after {
                content: '*';
                color: #ea475b;
                display: inline-block;
            }
        }

        @media screen and (min-width: 992px) {
            .job-title {
                text-align: right;
            }
        }

        /* 表單輸入框 */
        #queryCompanyInput,
        #userName,
        #empNum,
        #identityCategory,
        #email {
            height: 38px;
            margin: 8px 0 0 0;
            border-radius: 4px;
            border: solid 1px #eee;
            background-color: #f3f3f3;
        }

        #queryCompanyInput {
            font-size: 16px;
        }

        #phoneAreaCode,
        #phoneNum,
        #phoneExt {
            margin: 8px 0 0 0;
        }

        #message {
            height: 80px;
            resize: vertical;
        }

        #resetQueryCompany {
            margin-top: 48px;

            .fa-times {
                cursor: pointer;
                color: #ea475b;
            }
        }

        #queryCompanyBtn {
            margin-top: 34px;
            line-height: 34px;
            color: #1654b9;
            font-size: 16px;
            text-decoration: underline;
            align-items: flex-end;

            @media (max-width: 768px) {
                margin-left: -16px;
            }
        }

        #companyName {
            color: #3f5dab;
            text-align: left;
            font-size: 12pt;
            padding: 7px 0 0 3px;
            display: none;
        }

        #queryCompanyList {
            list-style: none;
            padding-left: 0;
            border: 1pt solid #b9b9b9;
            display: none;
            background: white;
            position: absolute;
            z-index: 100;
            text-align: left;
            overflow-y: auto;
            max-height: 400px;
            width: 100%;

            li {
                cursor: pointer;
                padding: 5px 5px 5px 10px;

                &:hover {
                    background-color: lightblue;
                }

                &.searching {
                    cursor: default !important;
                    color: #9a9a9a;

                    &:hover {
                        background-color: white !important;
                    }
                }
            }
        }

        #searchInfoRow {
            margin: 5px 3px;
        }
    }

    /* 錯誤訊息 */
    #newCompanyInfo .errorInfo,
    #contactUsPageForm .errorInfo {
        color: #ea475b;
        font-size: 85%;
    }

    /* 網格系統 */
    .row {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;

        &.row-to-column {
            @media screen and (max-width: 768px) {
                flex-direction: column;
            }

            .col-sm-6 {
                @media (min-width: 768px) {
                    padding-right: 10px;

                    &:last-child {
                        padding-right: 15px;
                        padding-left: 10px;
                    }
                }
            }
        }

        /* 清除浮動 */
        &:before,
        &:after {
            display: table;
            content: " ";
        }

        &:after {
            clear: both;
        }
    }

    /* Bootstrap 網格類別 */
    .col-xs-12,
    .col-sm-6,
    .col-md-10,
    .col-md-1 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-12 {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;

        input,
        select,
        textarea {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    .col-md-10 {
        padding-left: 0;
        width: 83.33333333333334%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .col-xs-1 {
        width: 8.333333333333332%;
        float: left;
    }

    @media (min-width: 768px) {
        .col-sm-6 {
            width: 50%;
            float: left;
        }

        .col-md-10 {
            width: 83.33333333%;
            float: left;
        }

        .col-md-1 {
            width: 8.33333333%;
            float: left;
        }
    }

    /* 電話欄位 */
    .phone-row {
        display: flex;
        align-items: flex-start;
        margin: 8px 0 0 0;
        padding: 0;

        .col-xs-3,
        .col-xs-6 {
            float: none;
            flex: none;
        }

        .col-xs-3 {
            width: 25%;
        }

        .col-xs-6 {
            width: 50%;
        }

        >div {
            padding: 0 5px 0 0;

            &:last-child {
                padding-right: 0;
            }
        }
    }

    .phone-fields {
        .col-xs-3 {
            width: 25%;
            float: left;
        }

        .col-xs-6 {
            width: 50%;
            float: left;
        }
    }

    /* Email 和職務類別欄位 */
    .email-job-row {
        .col-sm-6 {
            @media (min-width: 768px) {
                padding-right: 10px;

                &:last-child {
                    padding-right: 15px;
                    padding-left: 10px;
                }
            }
        }
    }

    /* 表單控件 */
    .form-control {
        display: block;
        width: 100%;
        height: 38px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.4;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .form-control,
    .J104Select .field,
    select {
        height: 38px;
        line-height: 1.4;
    }

    /* J104 表單元件 */
    .J104Text,
    .J104Number,
    .J104Select {
        margin: 0 3px;
    }

    .J104Text input,
    .J104Text textarea,
    .J104Select .field {
        padding: 8px 12px;
        border-radius: 4px;
        border: solid 1px #eeeeee;
        background-color: #f3f3f3;
        box-shadow: none;
        font-size: 16px;
        height: 38px;
        color: #7e7e7e;

        ::placeholder {
            color: #7e7e7e;
        }
    }

    .J104Select .field:after {
        border-left: none;
        background: none;
        line-height: 38px;
    }

    /* 按鈕 */
    .btn-submit {
        width: 150px;
        min-width: 120px;
        height: 48px;
        border-radius: 8px;
        background-color: #3778FA;
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        margin: 0;

        &:hover {
            background-color: #265EDB;
            color: #FFF;
            text-decoration: none;
        }
    }

    /* 多選框區塊 */
    .checkbox-section {
        margin: 25px 0;

        .checkbox-item {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
    }

    .text-center {
        text-align: center;
        margin-top: 30px;
    }

    .search-submit-btn {
        @media (max-width: 767px) {
            margin-top: 10px;
            width: 100%;
        }
    }

    #userName,
    #email,
    #source,
    #message {
        transform: translateX(0) !important;
        margin: 8px 0 0 0 !important;
    }

    @media (max-width: 767px) {
        .row-to-column {
            display: block;

            .col-sm-6 {
                width: 100%;
                float: none;
                margin-bottom: 10px;
                padding-right: 15px;
                padding-left: 15px;
            }


        }

        .email-job-row .col-sm-6 {
            padding-right: 15px;
            padding-left: 15px;
            margin-bottom: 10px;
        }

        .row {
            margin-bottom: 0;
        }

        .col-xs-12 {
            margin-bottom: 10px;
        }

    }
}


/* ==========================================================================
      footer Section 
      ========================================================================== */

#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #3778FA;
    color: #EDF2ED;
    font-family: "Microsoft JhengHei";
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    padding: 10px;

    @media (max-width: 768px) {
        margin-bottom: 72px;
        font-size: 12px;
    }
}