/*#region Common */
@media (min-width: 1100px) {
    .act-htx .container {
        width: 1200px;
    }
}

/* #endregion Common */

/* #region menu sticky */
.amis-tab-custom {
    position: fixed;
    top: 70px;
    width: 100%;
    transition: top 0.1s;
    z-index: 1999;
}

.amis-tab-custom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amis-tab-custom ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    width: 100%;
    font-size: 16px;
}

.amis-tab-custom ul li {
    color: #212121;
    padding: 0;
    margin: 0;
}



.amis-tab-custom.amis-meeting-room.stickyCss li.not-only-show-in-sticky {
    display: none;
}



.amis-tab-custom.stickyCss li.button-rg a {
    color: #fff;
}


.amis-tab-custom li {
    display: flex;
}

.amis-tab-custom li:first-child {
    margin-left: 0;
    padding: 0;
}

.amis-tab-custom li a {
    color: #000;
    padding: 8px 16px;
    border-radius: 5px;
    opacity: 1;
}

.amis-tab-custom.stickyCss li a {
    color: #212121;
    align-items: center;
    display: flex;
    gap: 6px;
}

.amis-tab-custom.stickyCss li a i.arrow {
    border: solid #212121;
    border-width: 0 2px 2px 0;
    margin: 0 0 2px 2px;
    display: inline-block;
    opacity: 0.5;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.amis-tab-custom ul li.active a {
    color: #fff;
    opacity: 1;
}

.amis-tab-custom.stickyCss ul li.active>a {
    background: #4262f0;
    color: #fff;
}

.amis-aiMarkting.stickyCss ul li.active>a {
    background: #ff5637;
    color: #fff;
}

.logo-banner-tab {
    display: none;
}

.amis-tab-custom.stickyCss .logo-banner-tab {
    display: block;
}

.amis-tab-custom ul li.only-show-in-sticky {
    display: none;
}

.amis-tab-custom.stickyCss ul li.only-show-in-sticky {
    display: block;
}

.stickyCss {
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    top: 0;
    box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)),
        0px 4px 8px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
    z-index: 99999;
}

.menu-item {
    position: relative;
}

.menu-item ul.menu-child {
    list-style: none;
    box-shadow: 0 1px 8px -1px #e0e0e0;
    position: absolute;
    top: 44px;
    background: #fff;
    width: 300px;
    height: auto !important;
    padding: 10px 15px 10px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.amis-act .menu-item ul.menu-child {
    width: 400px;
}

.menu-item ul.menu-child::before {
    content: " ";
    display: block;
    position: absolute;
    left: 20px;
    top: -8px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.menu-item ul.menu-child::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

.menu-item ul.menu-child a {
    padding: 4px 0;
}

.menu-item:hover ul.menu-child {
    display: block;
    z-index: 99;
}

.td-toggle {
    display: none;
}

i.arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    margin: 0 0 2px 2px;
    display: inline-block;
    opacity: 0.5;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-child a {
    color: #212121 !important;
}

.menu-col-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 8px;
}

.menu-flex {
    display: flex;
}

.menu-col-1 {
    flex: 1;
}

.menu-col-3 {
    flex: 3;
}

.amis-tab-custom.stickyCss .container {
    width: 100%;
    max-width: 1280px;
}

.amis-act.stickyCss a#tel-banner2 {
    background: url(/sites/amis/images/pages/amis-accounting/ic-phone.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #4262f0;
    padding: 0 13px 0 30px;
    display: inline-block;
    height: 32px;
}

.amis-act.stickyCss a#dungthu-banner2 {
    display: inline-block;
    background: #4262f0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.amis-act.stickyCss a#dangnhap-banner2 {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    color: #4262f0;
    border: solid 1px #4262f0;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.toggle-mobile {
    display: none;
}

.ic-mobile:before {
    background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png) no-repeat center;
    content: "";
    width: 42px;
    height: 42px;
    display: block;
}

.amis-tab-custom.stickyCss .logo-banner-tab img {
    width: auto;
    max-width: unset;
    height: 40px;
}

@media (min-width: 1170px) {
    .amis-tab-custom .container {
        width: 1280px;
    }
}

@media (min-width: 980px) {
    .amis-tab-custom.stickyCss ul {
        justify-content: flex-end;
        font-size: 16px;
        margin-bottom: 0;
    }

    .menu-item:hover ul.menu-child {
        display: flex;
        align-items: flex-start;
        flex-flow: row wrap;
        width: 445px;
    }

    .amis-act .menu-item:hover ul.menu-child {
        width: 600px;
        left: -250px;
    }

    .amis-act .menu-item ul.menu-child::before {
        left: 50%;
    }

    .menu-item ul.menu-child .menu-col {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .amis-tab-custom.stickyCss li a {
        font-size: 14px;
        padding: 8px;
    }

    .amis-tab-custom ul li:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 1070px) {
    .amis-tab-custom.stickyCss ul {
        display: none;
    }

    .amis-tab-custom.stickyCss .toggle-mobile {
        display: block;
    }

    .amis-tab-custom ul {
        display: none;
    }
}

@media (max-width: 979px) {
    .amis-tab-custom {
        display: none;
    }

    .amis-tab-custom.stickyCss {
        display: block;
    }
}

@media (max-width: 767px) {
    .amis-tab-custom {
        top: 15px;
    }

    .amis-tab-custom li a {
        font-size: 14px;
    }

    .amis-tab-custom.stickyCss {
        top: 0;
    }
}

.menu-item:hover ul.menu2 {
    display: block;
    width: 264px;
}

@media (max-width: 700px) {
    .amis-tab-custom-wrap ul:nth-child(2) {
        display: none;
    }
}

@media (min-width: 701px) {
    .amis-tab-custom-wrap ul:nth-child(3) {
        display: none;
    }
}

.amis-tab-custom-wrap ul:nth-child(3) {
    padding-bottom: 10px;
}

.amis-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 0;
    overflow-y: auto;
    background-image: linear-gradient(#36404a, #378bac);
}

.mobile-container {
    position: relative;
}

.mobile-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000;
}

.mobile-header {
    height: 60px;
}

.mobile-close .td-icon-close-mobile {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    top: 4px;
    position: relative;
}

.mobile-content {
    padding: 20px 20px 0;
}

.mobile-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-content ul li {
    margin: 0;
    padding: 0;
}

.mobile-content li a {
    color: #fff;
    padding: 12px 30px 12px 12px;
    line-height: 1.42857143;
    display: block;
}

.mobile-content .td-icon-menu-right {
    font-size: 14px;
    padding: 6px 12px;
    right: 15px;
    position: absolute;
}

.mobile-content .mobile-sub-menu {
    display: none;
}

.mobile-content .mobile-sub-menu a {
    padding: 9px 26px 9px 36px;
}

.mobile-main-menu i {
    transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
    transform: rotate(90deg);
    /* transition: transform 0.3s ease; */
}

/*#endregion*/

/* #region Banner Section */
.htx-banner {
    background: url(/sites/amis/images/pages/act-htx/bg.png) no-repeat;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
}

.htx-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.htx-banner-content {
    max-width: 67%;
    padding-right: 30px;
}

.htx-banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #1F1F1F;
    width: max-content;
    margin-bottom: 36px;
}

.htx-banner-features {
    margin-bottom: 30px;
}

.feature-main {
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
    width: 610px;
}

.feature-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.feature-item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #00BD6B;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.highlight {
    color: #E64C3C;
    font-weight: 600;
}

.highlight-blue {
    color: #2680EB;
    font-weight: 600;
}

.htx-banner-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-red {
    background-color: #E64C3C;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary-red:hover {
    background-color: #d43b2b;
    color: white;
}

.htx-banner-image {
    max-width: 50%;
    /* position: relative; */
}

.banner-img {
    max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 372px;
}

.certification-stamp {
    background-image: url('/sites/amis/images/pages/act-htx/certification-stamp.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

@media(max-width:979px) {
    .htx-banner-wrapper {
        display: grid;
    }

    .htx-banner-content {
        max-width: unset;
    }

    .htx-banner-image {
        max-width: unset;
    }

    img.banner-img {
        position: unset;
        height: auto;
    }

    .htx-banner-title {
        width: auto;
        font-size: 39px;
    }

    .htx-banner-features {}

    p.feature-main {
        width: auto;
    }
}

/*#endregion Banner Section */

/*#region Pain Points Section */
.htx-pain-points {
    padding: 60px 0;

    position: relative;
    overflow: hidden;
}

.htx-pain-points-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #212121;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
}

.pain-points-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 24px;
    width: 100%;
}

.pain-points-list {
    flex: 1;
    max-width: 50%;
}

.pain-point-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #586074;
}

.icon-check {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    object-fit: contain;
}

.pain-point-item p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.pain-points-image {
    flex: 1;
    max-width: 50%;
    text-align: center;
}

.image-illustration {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.pain-points-cta {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn-outline-blue {
    border: 1px solid #072E78;
    color: #072E78;
    background-color: transparent;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 16px;
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-blue:hover {
    background-color: rgba(7, 46, 120, 0.1);
    color: #072E78;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .pain-points-content {
        flex-direction: column;
        gap: 30px;
    }

    .pain-points-list,
    .pain-points-image {
        max-width: 100%;
    }

    .pain-point-item p {
        font-size: 14px;
    }

    .pain-points-cta {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .pain-points-cta .btn {
        width: auto;
        min-width: 160px;
    }

    .icon-check {
        width: 16px;
        height: 16px;
    }
}

/*#endregion Pain Points Section */

/*#region Features Section */
.htx-features {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.htx-features-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.htx-features .section-title {
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.section-subtitle {
    font-size: 24px;
    color: #586074;
    margin-bottom: 40px;
    max-width: 800px;
    letter-spacing: -0.02em;
}

.features-video {
    width: 100%;
    margin-bottom: 50px;
}

.video-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.video-placeholder {
    width: 100%;
    /* 16:9 aspect ratio */
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 426px;
}

.video-placeholder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.video-play-button .play-icon img {
    width: 128px;
    height: 128px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.features-video-title {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    letter-spacing: -0.02em;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    z-index: 3;
}

.htx-types {
    width: 100%;
    margin-bottom: 12px;
}

.htx-types-title {
    font-size: 36px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

.htx-types-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.htx-type-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.htx-type-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 20px;
    position: relative;
}

.htx-type-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 189, 107, 0.2);
    z-index: 1;
    pointer-events: none;
}

.htx-type-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.htx-type-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
}

.htx-type-title-sub {
    font-weight: normal;
}

.features-cta {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.btn-primary-green {
    background-color: #00BD6B;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary-green:hover {
    background-color: #00a65c;
    color: white;
}

.btn-primary-blue {
    background-color: #072E78;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary-blue:hover {
    background-color: #051f54;
    color: white;
}

/*#endregion */

/*#region Features Detail Section */
.htx-features-detail {
    padding-bottom: 60px;
    background-color: #FFFFFF;
}

.htx-features-detail-wrapper {
    display: flex;
    flex-direction: column;
}

.feature-detail-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.feature-detail-item {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    /* gap: 50px; */
    position: relative;
    padding: 20px 0;
    /* gap: 10px; */
}

.feature-detail-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 500px;
    position: absolute;
    width: 558px;
}

.feature-detail-image img {
    /* width: 111%; */
    height: auto;
    display: block;
    object-fit: contain;
    /* transform: scale(1.2); */
    position: absolute;
    top: 0;
}

.feature-detail-content {
    padding: 13px 30px;
    display: flex;
    flex-direction: column;
}

.feature-detail-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 29px;
    color: #212121;
    line-height: 1.3;
    width: 477px;
}

.feature-detail-intro {
    font-size: 20px;
    line-height: 1.5;
    color: #586074;
    margin-bottom: 47px;
    font-weight: bold;
}

.feature-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.feature-detail-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
    color: #586074;
}

.check-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 12px;
    background-image: url('/sites/amis/images/pages/act-htx/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.feature-detail-point p {
    margin: 0;
    font-size: 20px;
}

.feature-detail-cta {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.feature-detail-cta .btn {
    min-width: 140px;
}

/*Feature Detail - Odd/Even Alternating Layout */
.feature-detail-item:nth-child(even) {
    grid-template-columns: 47% 50%;
}

.feature-detail-item:nth-child(odd) .feature-detail-image {
    grid-column: 1;
    grid-row: 1;
}

.feature-detail-item:nth-child(odd) .feature-detail-content {
    grid-column: 2;
    grid-row: 1;
}

.feature-detail-item:nth-child(even) .feature-detail-image {
    grid-column: 2;
    grid-row: 1;
}

.feature-detail-item:nth-child(even) .feature-detail-content {
    grid-column: 1;
    grid-row: 1;
}

.feature-image {
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
}

.ecosystem-visual {
    margin: 0 0 30px 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.ecosystem-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.visible-desktop {
    display: block;
}

.visible-mobile {
    display: none;
}

/*#endregion */

/*#region Responsive Styles */
@media (max-width: 979px) {

    .feature-detail-item,
    .feature-detail-item:nth-child(even) {
        flex-direction: column;
    }

    .feature-detail-image {
        flex: 0 0 200px;
    }

    .feature-detail-content {
        flex: 1;
    }

    .ecosystem-visual {
        margin-bottom: 30px;
    }

    .visible-desktop {
        display: none;
    }

    .visible-mobile {
        display: block;
    }
}

/*#endregion */

/*#region Security Section */
.htx-security {
    padding: 60px 0;
    /* background-color: #F5F7FA; */
}

.htx-security-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.security-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 30px; */
    /* margin-top: 40px; */
    /* max-width: 1000px; */
}

.security-badge-item {
    background-color: #FFFFFF;
    width: 200px;
    height: 120px;
    border-radius: 12px;
    /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: transform 0.3s ease;
}

.security-badge-item:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12); */
}

.badge-img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}

/*#endregion */

/*#region Awards Section */
.htx-awards {
    padding: 20px 0;
    background-color: #FFFFFF;
}

.htx-awards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.awards-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    /* margin-top: 40px; */
    max-width: 1100px;
}

.award-item {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 2px 40px rgba(195, 199, 205, 0.25);
    padding: 20px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(195, 199, 205, 0.4);
}

.award-image {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.award-img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.award-title {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    margin: 0;
    line-height: 1.3;
}

/*#endregion */

/*#region Press Section */
.htx-press {
    padding: 60px 0;
    background-color: #FFFFFF;
    padding-bottom: unset;
}

.htx-press-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.press-container {
    display: grid;
    grid-template-columns: 3fr 2fr;
    width: 100%;
    max-width: 1100px;
    gap: 30px;
}

.press-articles {
    display: grid;
    gap: 20px;
}

.press-article {
    display: grid;
    grid-template-columns: 217px 1fr;
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.press-article:hover {
    opacity: 0.9;
}

.article-image {
    width: 217px;
    height: 120px;
    overflow: hidden;
}

.article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content {
    flex: 1;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: max-content;
}

.article-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1.3;
    color: #000000;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-source {
    margin: 0;
    color: #586074;
    font-size: 14px;
}

.press-featured {
    display: grid;
    grid-template-rows: auto auto;
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.featured-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.video-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.play-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #00BD6B;
    margin-left: 4px;
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.featured-content {
    padding: 15px;
    flex-grow: 1;
}

.featured-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

/*#endregion */

/*#region Register Form Section */
.htx-register-form {
    padding: 60px 0;
    position: relative;
    background: url(/sites/amis/images/pages/act-htx/bg-form.png) no-repeat;
    color: #FFFFFF;
    background-position: center;
    margin: 71px;
    background-size: contain;
}

.register-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/sites/amis/images/pages/act-htx/form-bg.png');
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
}

.register-form-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.register-form-content {
    width: 55%;
    padding-right: 30px;
}

.register-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
    line-height: 1.3;
}

.register-subtitle {
    margin: 0 0 25px 0;
    text-align: left;
    line-height: 1.4;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #000;
}

.register-key-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}

.key-feature {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 8px 15px;
}

.feature-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.key-feature p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.register-image {
    margin-top: 20px;
}

.app-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.register-form-container {
    width: 40%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.form-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.register-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
}

.form-control::placeholder {
    color: #888;
}

.form-control:focus {
    outline: none;
    border-color: #00BD6B;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #888;
}

.select-wrapper select option:not(:first-child) {
    color: #333;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    pointer-events: none;
}

.select-arrow:before,
.select-arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #888;
    top: 50%;
}

.select-arrow:before {
    left: 0;
    transform: rotate(45deg);
}

.select-arrow:after {
    right: 0;
    transform: rotate(-45deg);
}

.terms-group {
    margin-top: 5px;
}

.terms-text {
    font-size: 13px;
    color: #666;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

.terms-text u {
    color: #00AD5F;
    cursor: pointer;
}

.submit-group {
    margin-top: 15px;
}

.btn-register {
    width: 100%;
    height: 46px;
    background: linear-gradient(90deg, #FF5100 0%, #FFA100 100%);
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background: linear-gradient(90deg, #FFA100 0%, #FF5100 100%);
    box-shadow: 0px 5px 15px rgba(255, 81, 0, 0.2);
    color: #FFFFFF;
}

/*#endregion */

/*#region Media Queries for Register Form */
@media (max-width: 979px) {
    .register-form-wrapper {
        flex-direction: column;
    }

    .register-form-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .register-title {
        font-size: 28px;
        text-align: center;
    }

    .register-subtitle {
        text-align: center;
        font-size: 16px;
    }

    .register-key-features {
        justify-content: center;
    }

    .key-feature {
        flex: 0 0 45%;
        margin: 0 5px 15px;
    }

    .register-form-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .htx-register-form {
        padding: 40px 0;
    }

    .register-title {
        font-size: 24px;
    }

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

    .key-feature {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .form-title {
        font-size: 20px;
    }

    .register-form-container {
        padding: 20px;
    }

    /* Press Section */
    .htx-press {
        padding: 40px 0;
    }

    .press-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .press-articles {
        gap: 15px;
    }

    .press-article {
        grid-template-columns: 120px 1fr;
        gap: 15px;
    }

    .article-image {
        width: 120px;
        height: 80px;
    }

    .article-content {
        padding: 0;
    }

    .article-title {
        font-size: 14px;
        -webkit-line-clamp: 3;
        margin-bottom: 3px;
    }

    .article-source {
        font-size: 12px;
    }

    .press-featured {
        margin-top: 0;
    }

    .featured-video {
        height: 200px;
    }

    .featured-content {
        padding: 15px;
    }

    .featured-title {
        font-size: 16px;
    }

    .video-play-btn {
        width: 40px;
        height: 40px;
    }

    .play-triangle {
        border-width: 8px 0 8px 12px;
        margin-left: 2px;
    }
}

/*#endregion */

/*#region Mobile Responsive */
@media (max-width: 767px) {

    /* Common */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .section-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    /* Pain Points Section */
    .htx-pain-points {
        padding: 40px 0;
    }

    .pain-points-content {
        flex-direction: column;
        gap: 30px;
    }

    .pain-points-list,
    .pain-points-image {
        max-width: 100%;
    }

    .pain-point-item p {
        font-size: 14px;
    }

    .pain-points-cta {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    /* Features Section */
    .htx-features {
        padding: 40px 0;
    }

    .htx-types-title {
        font-size: 20px;
    }
    
    .features-video-title {
        font-size: 14px;
        bottom: 9px;
        width: 100%;
        z-index: 3;
    }

    .htx-types-content {
        flex-direction: column;
    }

    .htx-type-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .video-placeholder {
        border-radius: 12px;
        height: auto;
        /* padding-bottom: 56.25%; */ /* 16:9 aspect ratio */
    }
    
    .video-placeholder img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .video-play-button {
        width: 60px;
        height: 60px;
    }
    
    .play-icon img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .features-cta {
        flex-direction: column;
        gap: 10px;
    }

    .features-cta .btn {
        width: 100%;
    }

    /* Features Detail Section */
    .htx-features-detail {
        padding: 40px 0;
    }

    .feature-detail-items {
        gap: 20px;
    }

    .feature-detail-item {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto;
        padding: 0;
        margin-bottom: 0;
        border-radius: 16px;
    }

    .feature-detail-item:nth-child(odd) .feature-detail-image,
    .feature-detail-item:nth-child(even) .feature-detail-image,
    .feature-detail-item:nth-child(odd) .feature-detail-content,
    .feature-detail-item:nth-child(even) .feature-detail-content {
        grid-column: 1;
    }

    .feature-detail-item:nth-child(odd) .feature-detail-image,
    .feature-detail-item:nth-child(even) .feature-detail-image {
        grid-row: 1;
        position: relative;
        min-height: 300px;
        width: 100%;
    }

    .feature-detail-item:nth-child(odd) .feature-detail-content,
    .feature-detail-item:nth-child(even) .feature-detail-content {
        grid-row: 2;
        padding: 20px;
    }

    .feature-detail-image img {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .feature-detail-title {
        font-size: 24px;
        margin-bottom: 15px;
        width: 100%;
    }

    .feature-detail-intro {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .feature-detail-point {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .feature-detail-point p {
        font-size: 16px;
    }

    .feature-detail-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }

    .feature-detail-cta .btn {
        width: auto;
        min-width: 160px;
    }

    /* Security Section */
    .htx-security {
        padding: 40px 0;
    }

    .security-badges {
        gap: 15px;
    }

    .security-badge-item {
        width: calc(50% - 15px);
        height: 90px;
    }

    /* Awards Section */
    .htx-awards {
        padding: 40px 0;
    }

    .awards-container {
        gap: 15px;
    }

    .award-item {
        width: calc(50% - 15px);
        padding: 15px;
    }

    .award-image {
        height: 80px;
    }

    .award-title {
        font-size: 14px;
    }

    /* Register Form Section */
    .htx-register-form {
        padding: 40px 0;
        background-size: cover;
        /* padding: unset; */
        margin: unset;
    }

    .register-form-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .register-title {
        font-size: 22px;
        text-align: center;
    }

    .register-subtitle {
        font-size: 14px;
        text-align: center;
    }

    .register-key-features {
        justify-content: center;
    }

    .key-feature {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .register-form-container {
        width: 100%;
        padding: 15px;
        border-radius: 12px;
    }

    .form-title {
        font-size: 18px;
    }

    .form-control {
        height: 42px;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .btn-register {
        height: 42px;
    }
}
.htx-register-form {
    background-size: cover;
    margin: 0;
    padding-bottom: unset;
    margin-top: 40px;
}
/*#endregion Mobile Responsive */