/* =============================================
   iCheck Hero Section Widget
   ============================================= */

.icheck-hero {
    position: relative;
    width: 100%;
    min-height: 865px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.icheck-hero__container {
    position: relative;
    max-width: 1168px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: inherit;
}

/* --- Content Area --- */

.icheck-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-top: 60px;
}

.icheck-hero__heading-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.icheck-hero__heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #ffffff;
    margin: 0;
    max-width: 820px;
}

.icheck-hero__heading-line {
    display: block;
}

.icheck-hero__highlight {
    font-weight: 600;
}

.icheck-hero__subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #ffffff;
    margin: 0;
}

/* --- CTA Button --- */

.icheck-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    height: 52px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    transition:
        opacity 0.3s ease,
        transform 0.2s ease;
    position: relative;
    z-index: 2;
}

.icheck-hero__cta:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

.icheck-hero__cta:active {
    transform: translateY(0);
}

/* --- Hero Visual --- */

.icheck-hero__visual {
    position: relative;
    width: 100%;
    max-width: 1096px;
    height: 400px;
    margin-top: -20px;
    z-index: 1;
}

.icheck-hero__solution-bg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 64%;
    transform: translate(-50%, -30%);
    pointer-events: none;
}

.icheck-hero__orbit-lights {
    position: absolute;
    width: 100%;
    max-width: 1096px;
    height: auto;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

.icheck-hero__orbit {
    position: absolute;
    width: 100%;
    max-width: 1092px;
    height: auto;
    left: 50%;
    top: 65px;
    transform: translateX(-50%);
    pointer-events: none;
    object-fit: cover;
    z-index: 2;
}

.icheck-hero__main-visual {
    position: absolute;
    width: 320px;
    height: 320px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
    animation: icheckFloatCentered 3.5s ease-in-out infinite;
    will-change: transform;
}

@keyframes icheckFloatCentered {
    0%,
    100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -14px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .icheck-hero__main-visual {
        animation: none;
    }
}

.icheck-hero__glow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.icheck-hero__cube {
    position: absolute;
    width: 196px;
    height: 179px;
    left: 62px;
    top: 75px;
    object-fit: cover;
    pointer-events: none;
}

/* --- Responsive --- */

@media (max-width: 1024px) {
    .icheck-hero {
        min-height: 700px;
    }

    .icheck-hero__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .icheck-hero__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .icheck-hero__visual {
        height: 320px;
    }

    .icheck-hero__main-visual {
        width: 260px;
        height: 260px;
    }

    .icheck-hero__cube {
        width: 160px;
        height: 146px;
        left: 50px;
        top: 60px;
    }
}

@media (max-width: 768px) {
    .icheck-hero {
        min-height: 600px;
    }

    .icheck-hero__content {
        padding-top: 40px;
        gap: 24px;
    }

    .icheck-hero__heading {
        font-size: 26px;
        line-height: 34px;
    }

    .icheck-hero__heading-group {
        gap: 12px;
    }

    .icheck-hero__subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .icheck-hero__cta {
        width: 200px;
        height: 46px;
        font-size: 14px;
    }

    .icheck-hero__visual {
        height: 260px;
        margin-top: -10px;
    }

    .icheck-hero__main-visual {
        width: 200px;
        height: 200px;
    }

    .icheck-hero__cube {
        width: 120px;
        height: 110px;
        left: 40px;
        top: 48px;
    }
}

@media (max-width: 480px) {
    .icheck-hero {
        min-height: 500px;
    }

    .icheck-hero__heading {
        font-size: 22px;
        line-height: 30px;
    }

    .icheck-hero__subtitle {
        font-size: 13px;
    }

    .icheck-hero__visual {
        height: 200px;
    }

    .icheck-hero__main-visual {
        width: 160px;
        height: 160px;
    }

    .icheck-hero__cube {
        width: 96px;
        height: 88px;
        left: 32px;
        top: 38px;
    }
}

/* =============================================
   Shared Keyframes
   ============================================= */

@keyframes icheck-scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes icheck-scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* =============================================
   Brand Slider Widget
   ============================================= */

.icheck-brand-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 8px 0;
}

.icheck-brand-slider__track {
    display: flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    will-change: transform;
}

.icheck-brand-slider--pause-hover:hover .icheck-brand-slider__track {
    animation-play-state: paused !important;
}

.icheck-brand-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    min-width: 172px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 8px;
    flex-shrink: 0;
}

.icheck-brand-slider__logo {
    max-height: 60px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.icheck-brand-slider__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.icheck-brand-slider__fade--left {
    left: 0;
}

.icheck-brand-slider__fade--right {
    right: 0;
}

/* =============================================
   Logo Rows Widget
   ============================================= */

.icheck-logo-rows {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.icheck-logo-rows__rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icheck-logo-rows__row {
    overflow: hidden;
    width: 100%;
}

.icheck-logo-rows__track {
    display: flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    will-change: transform;
}

.icheck-logo-rows--pause-hover:hover .icheck-logo-rows__track {
    animation-play-state: paused !important;
}

.icheck-logo-rows__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px !important;
    min-width: 111px !important;
    height: 63px !important;
    background-color: #ffffff;
    border-radius: 8px;
    flex-shrink: 0;
}

.icheck-logo-rows__logo {
    max-height: 60px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.icheck-logo-rows__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.icheck-logo-rows__fade--left {
    left: 0;
}

.icheck-logo-rows__fade--right {
    right: 0;
}

/* --- Logo Rows Responsive --- */

@media (max-width: 768px) {
    .icheck-logo-rows__item,
    .icheck-brand-slider__item {
        width: 140px;
        min-width: 140px;
        height: 65px;
    }

    .icheck-logo-rows__logo,
    .icheck-brand-slider__logo {
        max-height: 45px;
        max-width: 110px;
    }
}

@media (max-width: 480px) {
    .icheck-logo-rows__item,
    .icheck-brand-slider__item {
        width: 120px;
        min-width: 120px;
        height: 55px;
    }

    .icheck-logo-rows__logo,
    .icheck-brand-slider__logo {
        max-height: 35px;
        max-width: 90px;
    }
}

/* =============================================
   Solution Ecosystem Widget
   ============================================= */

.icheck-se {
    position: relative;
    width: 100%;
    padding: 58px 0 60px;
    font-family: "Poppins", sans-serif;
}

.icheck-se__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* --- Section Header --- */

.icheck-se__header {
    position: relative;
    text-align: center;
    max-width: 621px;
    margin: 0 auto 60px;
    z-index: 1;
}

.icheck-se__heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #253745;
    margin: 0 0 10px;
}

.icheck-se__heading-highlight {
    background: linear-gradient(145deg, #037517 16%, #37d553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.icheck-se__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #55656f;
    margin: 0;
}

/* --- Solution Detail Layout --- */

.icheck-se__detail {
    position: relative;
    display: flex;
    gap: 19px;
    align-items: center;
    justify-content: center;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    font-family: "Poppins", sans-serif;
}

/* --- Solution Flow (Left Sidebar) --- */

.icheck-se__flow {
    position: relative;
    width: 238px;
    flex-shrink: 0;
}

.icheck-se__stage-list {
    display: flex;
    flex-direction: column;
    gap: 82px;
    position: relative;
    z-index: 2;
}

.icheck-se__connector {
    position: absolute;
    left: 113px;
    top: 106px;
    bottom: 106px;
    width: 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.icheck-se__connector svg {
    width: 2px;
    height: 100%;
}

/* --- Stage Items --- */

.icheck-se__stage {
    width: 238px;
    height: 112px;
    position: relative;
    border: 2px solid #fbfbfb;
    border-radius: 14px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.icheck-se__stage--active {
    border-color: #38d454;
}

.icheck-se__stage-body {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 220px;
    height: 94px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 19px 30px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 94%, #f5f5f5 100%);
    transition:
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.icheck-se__stage--active .icheck-se__stage-body {
    background: linear-gradient(119deg, #037517 0%, #37d553 91%);
    box-shadow: 0 4px 15px rgba(0, 77, 14, 0.3);
}

.icheck-se__stage-icon {
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    object-fit: contain;
}

.icheck-se__stage-label {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #828282;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.icheck-se__stage--active .icheck-se__stage-label {
    color: #ffffff;
}

/* --- Solution Content (Right) --- */

.icheck-se__content {
    position: relative;
    flex: 1;
    max-width: 834px;
    margin-left: 25px;
}

.icheck-se__content::before {
    content: '';
    position: absolute;
    left: -25px;
    top: var(--icheck-se-pointer-y, 56px);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #ffffff;
    transform: translateY(-50%);
    transition: top 0.35s ease;
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 1024px) {
    .icheck-se__content::before {
        display: none;
    }
}

.icheck-se__card {
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 8px 40px rgba(0, 77, 14, 0.08);
    padding: 18px 0 0;
    min-height: 500px;
    overflow: hidden;
}

/* --- Tabs --- */

.icheck-se__tabs {
    display: flex;
    align-items: flex-end;
    gap: 1px;
    padding: 0px 30px;
    position: relative;
    z-index: 2;
    min-height: 48px;
}

.icheck-se__tab {
    flex: 1;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    position: relative;
        min-width: 150px;
}

.icheck-se__tab-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #828282;
    background-color: #ececec;
    white-space: nowrap;
    padding: 0 12px;
    transition: all 0.3s ease;
}

.icheck-se__tab--active .icheck-se__tab-label {
    color: #1cae36;
    background: radial-gradient(
        ellipse at center bottom,
        rgba(74, 255, 106, 1) 0%,
        rgba(226, 250, 221, 1) 97%
    );
}

.icheck-se__tab-indicator {
    display: block;
    width: 244px;
    height: 3px;
    background: transparent;
    transition: background 0.3s ease;
}

.icheck-se__tab--active .icheck-se__tab-indicator {
    /* background: #19be58; */
}

/* --- Tab Panels --- */

.icheck-se__panel {
    display: none;
    padding: 30px;
    position: relative;
}

.icheck-se__panel--active {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.icheck-se__panel-body {
    flex: 1;
    min-width: 0;
}

.icheck-se__solution-header {
    margin-bottom: 48px;
}

.icheck-se__solution-title {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #253745;
    margin: 0 0 22px;
}

.icheck-se__solution-name {
    color: #1cae36;
}

.icheck-se__solution-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #55656f;
    margin: 0;
    max-width: 330px;
}

/* --- Action Buttons --- */

.icheck-se__solution-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icheck-se__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 46px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition:
        opacity 0.3s ease,
        transform 0.2s ease;
    flex-shrink: 0;
}

.icheck-se__btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    text-decoration: none;
}

.icheck-se__btn--primary {
    background: linear-gradient(to right, #0eb52c, #02901b);
    color: #ffffff;
    box-shadow: inset 0 -4px 20px #8be990;
    position: relative;
}

.icheck-se__btn--primary:hover {
    color: #ffffff;
}

.icheck-se__btn--secondary {
    background: #ffffff;
    color: #1cae36;
    border: 1px solid #d9d9d9;
}

.icheck-se__btn--secondary:hover {
    color: #1cae36;
}

/* --- Panel Visual --- */

.icheck-se__panel-visual {
    width: 366px;
    flex-shrink: 0;
    border-radius: 25px;
    overflow: hidden;
    animation: icheckFloat 4s ease-in-out infinite;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .icheck-se__panel-visual {
        animation: none;
    }
}

.icheck-se__panel-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* --- Solution Ecosystem Responsive --- */

@media (max-width: 1024px) {
    .icheck-se__detail {
        flex-direction: column;
        align-items: stretch;
    }

    .icheck-se__flow {
        width: 100%;
    }

    .icheck-se__stage-list {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .icheck-se__connector {
        display: none;
    }

    .icheck-se__stage {
        width: auto;
        min-width: 160px;
        height: 90px;
    }

    .icheck-se__stage-body {
        width: calc(100% - 14px);
        height: calc(100% - 14px);
        padding: 12px 20px;
        gap: 10px;
    }

    .icheck-se__stage-icon {
        width: 38px;
        height: 38px;
    }

    .icheck-se__stage-label {
        font-size: 13px;
        line-height: 18px;
    }

    .icheck-se__content {
        max-width: 100%;
    }

    .icheck-se__panel--active {
        flex-direction: column-reverse;
    }

    .icheck-se__panel-visual {
        width: 100%;
        max-width: 366px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .icheck-se {
        padding: 40px 0;
    }

    .icheck-se__heading {
        font-size: 24px;
        line-height: 34px;
    }

    .icheck-se__subtitle {
        font-size: 15px;
    }

    .icheck-se__header {
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .icheck-se__tabs {
        padding: 0 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .icheck-se__tab-label {
        font-size: 13px;
        padding: 0 8px;
    }

    .icheck-se__panel {
        padding: 20px;
    }

    .icheck-se__solution-title {
        font-size: 20px;
        line-height: 30px;
    }

    .icheck-se__solution-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .icheck-se__solution-header {
        margin-bottom: 24px;
    }

    .icheck-se__solution-actions {
        flex-direction: column;
    }

    .icheck-se__btn {
        width: 100%;
    }

    .icheck-se__stage-list {
        gap: 8px;
    }

    .icheck-se__stage {
        min-width: 130px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .icheck-se__stage-list {
        flex-wrap: wrap;
    }

    .icheck-se__stage {
        min-width: calc(50% - 8px);
    }
}

/* =============================================
   Background Decoration Widget
   ============================================= */

.icheck-bg-deco {
    position: relative;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

/* =============================================
   Awards Carousel Widget
   ============================================= */

.icheck-awards {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.icheck-awards__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        #D3F4D9 8.6%,
        #F7FBF6 16%,
        #FFFFFF 49.5%,
        #F7FBF6 82.5%,
        #EEF9F0 95.9%,
        #D5F8DC 104%
    );
    pointer-events: none;
    z-index: 0;
}

.icheck-awards > * {
    position: relative;
    z-index: 1;
}

/* --- Header --- */

.icheck-awards__header {
    text-align: center;
    margin-bottom: 48px;
}

.icheck-awards__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #253745;
    margin: 0;
    white-space: nowrap;
}

/* --- Carousel Wrap --- */

.icheck-awards__carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    min-height: 263px;
}

.icheck-awards__laurel {
    flex-shrink: 0;
    width: 126px;
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icheck-awards__laurel img,
.icheck-awards__laurel svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.icheck-awards__carousel {
    position: relative;
    width: 632px;
    height: 263px;
    overflow: hidden;
    flex-shrink: 0;
}

/* --- Slides --- */

.icheck-awards__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 38px;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.icheck-awards__slide--active {
    opacity: 1;
    pointer-events: auto;
}

.icheck-awards__slide-trophy {
    width: 202px;
    height: 263px;
    flex-shrink: 0;
}

.icheck-awards__slide-trophy img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.icheck-awards__slide-content {
    flex: 1;
    min-width: 0;
}

.icheck-awards__slide-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #1CAE36;
    margin: 0 0 8px;
}

.icheck-awards__slide-divider {
    height: 1px;
    background-color: #DCDDE3;
    margin-bottom: 8px;
}

.icheck-awards__slide-category {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #253745;
    margin: 0;
}

.icheck-awards__slide-org {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #253745;
    margin: 0;
}

/* --- Navigation Dots --- */

.icheck-awards__dots {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.icheck-awards__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.2s;
}

.icheck-awards__dot--active {
    background: #1CAE36;
    transform: scale(1.3);
}

/* --- Award Tags --- */

.icheck-awards__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 20px;
}

.icheck-awards__tag {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(33.33% - 7px);
    height: 94px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 71, 21, 0.1);
    padding: 0 12px 0 0;
    overflow: hidden;
    flex-shrink: 0;
}

.icheck-awards__tag-icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.icheck-awards__tag-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.icheck-awards__tag-icon--placeholder {
    background: rgba(28, 174, 54, 0.08);
    border-radius: 8px;
}

.icheck-awards__tag-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #55656F;
    margin: 0;
    flex: 1;
    min-width: 0;
}

/* --- Awards Responsive --- */

@media (max-width: 900px) {
    .icheck-awards__carousel {
        width: 100%;
        max-width: 500px;
    }

    .icheck-awards__slide-trophy {
        width: 140px;
        height: 180px;
    }

    .icheck-awards__slide-name {
        font-size: 20px;
    }

    .icheck-awards__slide-category,
    .icheck-awards__slide-org {
        font-size: 16px;
        line-height: 26px;
    }

    .icheck-awards__laurel {
        width: 80px;
        height: 180px;
    }

    .icheck-awards__title {
        font-size: 26px;
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .icheck-awards__tags {
        gap: 8px;
    }

    .icheck-awards__tag {
        width: calc(50% - 4px);
        height: auto;
        min-height: 70px;
        padding: 8px;
    }

    .icheck-awards__tag-icon {
        width: 40px;
        height: 40px;
        margin-left: 0;
    }

    .icheck-awards__tag-text {
        font-size: 13px;
    }

    .icheck-awards__carousel-wrap {
        flex-direction: column;
        gap: 16px;
    }

    .icheck-awards__laurel {
        display: none;
    }

    .icheck-awards__carousel {
        width: 100%;
        max-width: 360px;
        height: 200px;
    }

    .icheck-awards__slide {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 16px;
    }

    .icheck-awards__slide-trophy {
        width: 100px;
        height: 100px;
    }
    .icheck-awards__carousel{
                height: 250px;
    }
    .icheck-articles{
        padding: 10px !important;
                margin: 10px !important;
    }
}

/* =============================================
   Featured Articles Widget
   ============================================= */

.icheck-articles {
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    padding: 24px;
    background-color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}

.icheck-articles__inner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

/* --- Main Article (Left) --- */

.icheck-articles__main {
    width: 571px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 10px;
}

.icheck-articles__featured-img-wrap {
    display: block;
    width: 551px;
    height: 330px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none;
}

.icheck-articles__featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.icheck-articles__featured-img-wrap:hover .icheck-articles__featured-img {
    transform: scale(1.03);
}

.icheck-articles__featured-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icheck-articles__featured-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #253745;
    text-decoration: none;
    transition: opacity 0.2s;
}

.icheck-articles__featured-title:hover {
    opacity: 0.8;
    color: #253745;
    text-decoration: none;
}

.icheck-articles__featured-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #55656F;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.icheck-articles__read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #253745;
    text-decoration: none;
    transition: opacity 0.2s;
}

.icheck-articles__read-more:hover {
    opacity: 0.7;
    color: #253745;
    text-decoration: none;
}

/* --- Articles List (Right) --- */

.icheck-articles__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.icheck-articles__item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 8px 0;
    overflow: hidden;
}

.icheck-articles__item:not(:last-child) {
    border-bottom: 1px solid #DCDDE3;
}

.icheck-articles__item-thumb-wrap {
    display: block;
    width: 170px;
    height: 105px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none;
}

.icheck-articles__item-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.icheck-articles__item-thumb-wrap:hover .icheck-articles__item-thumb {
    transform: scale(1.05);
}

.icheck-articles__item-content {
    flex: 1;
    min-width: 0;
    text-decoration: none;
    display: block;
}

.icheck-articles__item-content:hover {
    text-decoration: none;
}

.icheck-articles__item-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #55656F;
    margin: 0 0 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.2s;
}

.icheck-articles__item-content:hover .icheck-articles__item-title {
    color: #1CAE36;
}

.icheck-articles__item-excerpt {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #55656F;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* --- Featured Articles Responsive --- */

@media (max-width: 1024px) {
    .icheck-articles__main {
        width: 50%;
    }

    .icheck-articles__featured-img-wrap {
        width: 100%;
    }

    .icheck-articles__item-thumb-wrap {
        width: 130px;
        height: 85px;
    }
}

@media (max-width: 768px) {
    .icheck-articles__inner {
        flex-direction: column;
    }

    .icheck-articles__main {
        width: 100%;
    }

    .icheck-articles__featured-img-wrap {
        width: 100%;
        height: 220px;
    }

    .icheck-articles__item-thumb-wrap {
        width: 110px;
        height: 75px;
    }

    .icheck-articles__item-title {
        font-size: 14px;
    }

    .icheck-articles__item-excerpt {
        display: none;
    }
}

/* --- Background Decoration: Inner Content --- */

.icheck-bg-deco__content-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.icheck-bg-deco__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    pointer-events: auto;
}

.icheck-bg-deco__label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1CAE36;
    line-height: 1;
}

.icheck-bg-deco__heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #253745;
    margin: 0;
}

.icheck-bg-deco__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #55656F;
}

.icheck-bg-deco__description p {
    margin: 0 0 10px;
}

.icheck-bg-deco__description p:last-child {
    margin-bottom: 0;
}

.icheck-bg-deco__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #1CAE36 0%, #37D553 100%);
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(28, 174, 54, 0.25);
    margin-top: 8px;
}

.icheck-bg-deco__button:hover {
    opacity: 0.92;
    transform: translateY(-2px);
    color: #FFFFFF;
    text-decoration: none;
}

/* Align button to content alignment */
.icheck-bg-deco__content[style*="text-align: center"] .icheck-bg-deco__button {
    align-self: center;
}

.icheck-bg-deco__content[style*="text-align: right"] .icheck-bg-deco__button {
    align-self: flex-end;
}

@media (max-width: 768px) {
    .icheck-bg-deco__heading {
        font-size: 24px;
    }

    .icheck-bg-deco__description {
        font-size: 14px;
    }

    .icheck-bg-deco__button {
        padding: 10px 22px;
        font-size: 14px;
    }
}

/* =========================================================
   Articles Carousel Widget
   ========================================================= */
.icheck-articles {
    position: relative;
    max-width: 1168px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.icheck-articles__viewport {
    overflow: hidden;
    width: 100%;
}

.icheck-articles__track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    will-change: transform;
}

.icheck-articles__slide {
    flex: 0 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.icheck-articles__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    text-decoration: none;
    color: inherit;
    height: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.icheck-articles__card:hover {
    box-shadow: 0 10px 30px rgba(28, 174, 54, 0.12);
    border-color: #C9EAD0;
    transform: translateY(-3px);
}

.icheck-articles__thumb {
    width: 100%;
    height: 188px;
    overflow: hidden;
    border-radius: 10px;
    background: #F2F4F6;
}

.icheck-articles__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.icheck-articles__card:hover .icheck-articles__thumb img {
    transform: scale(1.04);
}

.icheck-articles__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #253745;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.icheck-articles__publisher {
    display: flex;
    align-items: center;
    height: 34px;
    margin-top: auto;
}

.icheck-articles__publisher img {
    max-height: 28px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.icheck-articles__publisher-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #55656F;
    letter-spacing: 0.2px;
}

.icheck-articles__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    padding: 0;
    color: #253745;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 18px rgba(37, 55, 69, 0.08);
}

.icheck-articles__arrow:hover {
    background: #1CAE36;
    border-color: #1CAE36;
    color: #FFFFFF;
}

.icheck-articles__arrow svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.icheck-articles__arrow--prev { left: 0; }
.icheck-articles__arrow--next { right: 0; }

@media (max-width: 1024px) {
    .icheck-articles {
        padding: 0 60px;
    }
    #main-body-wrapper{
        overflow: hidden;
    }
}

@media (max-width: 900px) {
    .icheck-articles {
        padding: 0 50px;
    }

    .icheck-articles__arrow {
        width: 46px;
        height: 46px;
    }

    .icheck-articles__thumb {
        height: 170px;
    }
}

@media (max-width: 640px) {
    .icheck-articles {
        padding: 0 44px;
    }

    .icheck-articles__arrow {
        width: 40px;
        height: 40px;
    }

    .icheck-articles__thumb {
        height: 180px;
    }

    .icheck-articles__title {
        font-size: 15px;
    }
    .icheck-hero{
            min-height: 500px !important;
    }
    .icheck-brand-slider__item{
        width: 113px !important;
        min-width: 111px !important;

    }
    .icheck-se__content{
            margin-left: 0px;
    }
    .icheck-logo-rows__rows{
        gap: 3px !important;
    }
    .icheck-awards{
        padding: 20px 10px !important;
    }
}

/* =============================================
   Floating Animation - Hiệu ứng lơ lửng
   ============================================= */

.icheck-float {
    animation: icheckFloat 3s ease-in-out infinite;
    will-change: transform;
}

@keyframes icheckFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .icheck-float {
        animation: none;
    }
}
