/* AIZAT - CSS */

body.body {
    font-size: 18px !important;
}

.overlay .preloader .logo {
    opacity: 0;
    animation-delay: 0.5s;
    display: block;
    width: 300px;
    height: 130px;
    margin: 0px auto;
    text-align: center;
    background: transparent url(../img/logo/Logo-HUB-02.png) no-repeat center center;
    background-size: contain;
    text-indent: -99999px;
    padding: 5px;
}

.background {
    opacity: 0;
    stroke: #fff;
    stroke-width: 2;
    fill: transparent;
}

.header7-btn::after {
    background: var(--Home-Page-7-Linner-Color,
            linear-gradient(90deg, #1f2cd1 0%, #0476f5 100%));
}

.header7-btn::before {
    background: var(--Home-Page-7-Linner-Color,
            linear-gradient(90deg, #0476f5 0%, #1f2cd1 100%));
}

.header7-btn {
    display: inline-block;
    padding: 15px 22px 5px 22px;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    text-decoration: unset;
    text-align: center;
}

a {
    text-decoration: unset !important;
}

h3 {
    font-weight: 700 !important;
}

ul {
    padding-left: 0 !important;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li a.active {
    color: #0d6efd;
    font-weight: 500;
}

.main-menu-ex ul li a {
    position: relative;
    transition: all 0.3s ease;
}

.main-menu-ex ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0%;
    height: 2px;
    background: #cc2029;
    transition: 0.3s ease;
}

.main-menu-ex ul li a:hover::after {
    width: 100%;
}

/* === HEADING STYLE #3 === */
.underline-red span {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 3.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}

.underline-red span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #cc2029;
}

.underline-red span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 280px;
    background-color: #cc2029;
}

.underline-red2 span {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 3.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
}

.underline-red2 span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #cc2029;
}

.underline-red2 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 280px;
    background-color: #cc2029;
}

.underline-red2 span img {
    width: 22px;
    padding-bottom: 0;
    margin-right: 5px;
}

.underline-red2 span::before ul li span {
    display: none;
}

.header-area.header-area7 .header-elements {
    border-radius: 126px;
    padding: 5px 3px 5px 38px;
    border: 1px solid rgb(124 132 255 / 37%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    /* background: rgb(148 155 255 / 8%); */
}

.header-area.header-area .main-menu-ex ul li a {
    color: #040404 !important;
    font-size: 16px;
    display: block;
    font-weight: 300;
    padding: 10px 15px;
    letter-spacing: 1px;
    text-decoration: unset;
}

.main-menu-ex.main-menu-ex1 ul {
    margin-bottom: 0;
}

.header-area7.sticky {
    padding: 12px 0px;
    border: 1px solid rgb(124 132 255 / 37%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    /* background: rgb(148 155 255 / 8%); */
}

.hero-area9.hero-inner-area {
    display: flex;
    align-items: center;
    min-height: 200px;
    position: relative;
}

.login-btn {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 0;
    text-transform: uppercase;
    border-radius: 111px;
    position: relative;
    overflow: hidden;
}

.login-btn img {
    margin-right: 0;
    transform: translateY(0);
    width: 26px;
}

.login-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.forgot-link {
    /* font-size: 14px;
    color: #6c757d; */
    text-decoration: none;
}

.forgot-link:hover {
    color: #0d6efd;
}

.contact-page-area {
    margin-top: 0;
}

.form-control {
    height: 48px;
    border-radius: 8px;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: 600;
}

.input-group .btn {
    height: 48px;
    border-radius: 8px;
    background-color: #f2f2f2;
    color: #5e5e5e;
    border: 1px solid #ced4da;
}

.input-group .form-control {
    height: 48px;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

.header7-btn img {
    width: 26px;
}

.login-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--Home-Page-7-Linner-Color,
            linear-gradient(90deg, #0476f5 0%, #1f2cd1 100%));
    border-radius: 111px;
    z-index: -1;
    transition: all 0.4s;
}

.login-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--Home-Page-7-Linner-Color,
            linear-gradient(90deg, #1f2cd1 0%, #0476f5 100%));
    border-radius: 111px;
    z-index: -2;
    transition: all 0.4s;
}

.login-btn:hover::before {
    width: 100%;
    transition: all 0.4s;
}

.hero-area9 .main-heading p {
    /* color: #ffffff; */
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 28px;
    margin: 0;
}

.hero-area9 .main-heading h1 {
  color: #000000;
  font-weight: 700;
  font-size: 38px;
  font-style: normal;
}

.hero-area9 .main-heading h1.system-name {
    color: var(--Home-Page-8-Text-Color, #ffffff);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.hero-area9 .main-heading img {
    width: 22px;
    padding-bottom: 0;
    margin-right: 5px;
}

.hero-area9 .main-heading h1 {
    line-height: 1.0;
}

.hero-area9 .main-images {
    height: 520px;
    position: relative;
    margin-right: -20px;
    margin-left: -30px;
    margin-top: 250px;
}

.hero-area9 .main-heading span.span {
    color: var(--Home-Page-8-Main-Color, #ffffff);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 0;
    background-color: #ffffff26;
    border-radius: 111px;
    padding: 12px 15px;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.hero-area9 .main-images .image3 {
    position: absolute;
    right: -90px;
    top: 0px;
    width: 420px;
}

.hero-area9 .main-images .image4 {
    position: absolute;
    bottom: 70px;
    left: -60px;
    width: 420px;
}

.heading9 h2 {
    color: var(--Text-Color, #101022);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.heading9 span.span {
    color: var(--Home-Page-8-Main-Color, #202cce);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    background-color: #0778f41f;
    border-radius: 111px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 16px;
}

.heading9 span.span img {
    margin-right: 3px;
    margin-top: -2px;
    width: 26px;
}

.work2 .nav .nav-item button.active {
    background-color: var(--qt-bg-bg-7);
    background: var(--Home-Page-7-Linner-Color,
            linear-gradient(273deg, #0476f5 0%, #1f2cd1 100%));
    color: var(--qt-text-h-text1);
}

.work2 .nav .nav-item button {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-semibold);
    color: var(--qt-text-h-text1);
    background-color: #222b40;
    height: 48px;
    width: 48px;
    border-radius: 10px;
    text-align: center;
    line-height: 32px;
    color: var(--qt-text-h-text2);
}

.works8 .works-box .icon {
    background-color: var(--qt-bg-bg-7);
    background: var(--Home-Page-7-Linner-Color,
            linear-gradient(273deg, #0476f5 0%, #1f2cd1 100%));
    color: var(--qt-text-h-text1);
    height: 48px;
    width: 48px;
    border-radius: 10px;
    text-align: center;
    line-height: 32px;
    padding: 7px 12px;
}

.works8 .shape2 {
    position: absolute;
    bottom: -150px;
    right: 0;
}

.works8 .works-box .shape1 {
    position: absolute;
    top: 20px;
    right: -185px;
    width: 85%;
}

.works8 .works-box .shape2 {
    position: absolute;
    top: 20px;
    right: -185px;
    width: 85%;
    transform: rotateX(180deg);
}

.for-shape {
    z-index: 1;
    position: relative;
}

.hr-solutions .shape2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

/* Mengenai Kami */

.feature-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.icon-box {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    /* background: linear-gradient(135deg, #0d6efd, #4dabf7); */
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feature-card h5 {
    margin-top: 10px;
    font-weight: 600;
}

.feature-card p {
    font-size: 14px;
    color: #6c757d;
}

.divider {
    width: 40px;
    height: 3px;
    background: #0d6efd;
    margin: 10px auto 15px;
    border-radius: 2px;
}

/* Hubungi Kami */

.contact-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.info-icon {
    width: 45px;
    height: 45px;
    background: #eef4ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    flex-shrink: 0;
}

.info-item h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.info-item p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

textarea.form-control {
    height: auto;
}

/* Lokasi */

.map-section {
    background: #ffffff;
    /* padding: 30px 0; */
}

.map-section iframe {
    width: 100%;
    display: block;
}

.tes9 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.tes9 .tes2-slider-all .single-slider p {
    font-size: var(--f-fs-font-fs16);
}

.tes9 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding {
    padding-left: 0;
}

.tes9 .tes2-slider-all .single-slider {
    padding: 24px;
    border-radius: 20px;
    margin: 0 10px;
    position: relative;
    background: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    min-height: 310px; /* adjust ikut kesesuaian */
    display: flex;
    flex-direction: column;
}

.tes9 .tes2-slider-all .single-slider p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer-icon-list {
    list-style: none;
    padding: 0;
    margin-left: 20px;
}

.footer-icon-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-icon-list img {
    width: 28px;
    height: 28px;
}

.footer2 {
    background-color: #080826;
}

.footer2 .single-footer-items h3 {
    color: #ffffff;
}

.footer2 .single-footer-items .menu-list li a {
    color: #ffffff;
    padding: 10px 0px;
}

.footer2 .single-footer-items .social-icons li a {
    display: inline-block;
    height: 40px;
    width: 30px;
    text-align: left;
    line-height: 0;
    color: #ffffff;
    position: relative;
}

.footer2 .single-footer-items .menu-list li a::after {
    height: 0px;
}

.footer2 .copyright-area {
    border-top: 1px solid #1b4588;
}

.footer2 .copyright-area .coppyright a {
    color: var(--qt-text-p-text1);
    font-size: var(--f-fs-font-fs16);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #d6d6f0;
    line-height: 1.8;
}

.contact-item i {
    font-size: 18px;
    margin-top: 5px;
}

.contact-icon {
    min-width: 22px;
    /* fix width icon */
    margin-top: 6px;
}

.contact-text {
    flex: 1;
    /* text ambil baki ruang */
}

/* PENDAFTARAN */

.contact-page-area .contact-form-all .form-inputs .button {
    text-align: center;
}

.selection-custom {
    height: 56px;
    background-color: #f5f8ff;
}

.btn-group .btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-check:checked+.btn {
    background-color: #0d6efd;
    color: #fff;
}

/* MOBILE */

.mobile-sidebar.mobile-sidebar4 {
    /* background-color: #222b40 !important; */
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    color: #000 !important;
}   

.mobile-sidebar.mobile-sidebar4 a,
.mobile-sidebar.mobile-sidebar4 ul li a,
.mobile-sidebar.mobile-sidebar4 p,
.mobile-sidebar.mobile-sidebar4 span,
.mobile-sidebar.mobile-sidebar4 h1,
.mobile-sidebar.mobile-sidebar4 h2,
.mobile-sidebar.mobile-sidebar4 h3,
.mobile-sidebar.mobile-sidebar4 h4,
.mobile-sidebar.mobile-sidebar4 h5,
.mobile-sidebar.mobile-sidebar4 h6 {
    color: #000 !important;
}

.mobile-sidebar .logo-m {
    width: 130px;
}

/*chatbot*/

.chatbot-wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: inherit;
}

.chatbot-trigger {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0056b3;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.chatbot-trigger:hover {
    transform: scale(1.1);
}

.chat-container {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #eee;
}

.chat-header {
    background: #0056b3;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.chat-header button {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

.chat-body {
    height: 350px;
    padding: 15px;
    background: #f8f9fa;
    overflow-y: auto;
}

.bot-msg {
    background: #e9ecef;
    padding: 10px;
    border-radius: 10px 10px 10px 0;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.chat-footer {
    padding: 15px;
    display: flex;
    gap: 10px;
    border-top: 1px solid #eee;
}

.chat-footer input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
}

.chat-footer button {
    background: #0056b3;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.bot-msg-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}

.bot-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #0056b3;
    background: #fff;
}

.bot-msg {
    background: #e9ecef;
    padding: 10px 15px;
    border-radius: 15px 15px 15px 0;
    font-size: 13px;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.chatbot-trigger-transparent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 80px;
    transition: transform 0.3s ease;
}

.trigger-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

.chatbot-trigger-transparent:hover {
    transform: scale(1.1);
}

.chat-container {
    bottom: 110px;
}

.password-wrapper {
    display: flex;
}

.password-wrapper input {
    border-right: 0;
}

.password-wrapper .toggle-password {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-left: 0;
    cursor: pointer;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.password-wrapper .toggle-password i {
    color: #666;
}

/* Register Type Modal */

.type-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 25px 15px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e9ecef;

    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.type-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-color: #0d6efd;
}

.type-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 12px;
    transition: transform 0.25s ease;
}

.type-box:hover .type-icon {
    transform: scale(1.1);
}

.type-label {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

@media screen and (max-width: 769px) {
    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 17px 0;
        z-index: 999;
        /* background: #222b40; */
    }

    .mobile-nav-icon {
        font-size: 23px;
        border: 1px solid;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        /* color: #ffffff; */
    }

    .hr-solutions .shape2 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .hero-area9 .main-images {
        height: 450px !important;
        position: relative;
        margin-right: -10px !important;
        margin-left: 0;
        margin-top: 30px !important;
    }
}

/* ===== Lazy Section Animation ===== */
.lazy-section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
    will-change: opacity, transform;
}

/* Bila masuk viewport */
.lazy-section.show {
    opacity: 1;
    transform: translateY(0);
}

/* optional tambahan animation layer */
.lazy-section.animate-in {
    transition-delay: 0.1s;
}

.image1 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}