@media (max-width: 1024px) {
    #edusafe-difference .edusafe-difference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    #edusafe-difference .edusafe-difference-grid {
        grid-template-columns: 1fr;
    }
}


.career-detail-hero {
    padding-top: 150px;
}

#certificate-logo {
    padding: 80px 0;
    background: #ffffff;
}

#certificate-logo .certificate-logo-layout {
    flex-wrap: nowrap;
}

#certificate-logo .certificate-logo-left,
#certificate-logo .certificate-logo-right {
    flex: 0 0 50%;
    max-width: 50%;
}

#certificate-logo .certificate-logo-left .header-page,
#certificate-logo .certificate-logo-left .header-sub-page {
    text-align: left;
}

#certificate-logo .certificates-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
    justify-items: center;
}

#certificate-logo .certificate-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

#certificate-logo .certificate-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1280px) {
    #certificate-logo .certificates-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    #certificate-logo .certificate-logo-left,
    #certificate-logo .certificate-logo-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #certificate-logo .certificate-logo-layout {
        flex-wrap: wrap;
    }

    #certificate-logo .certificates-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    #certificate-logo .certificates-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

#faqs {
    padding: 80px 0;
    background: #ffffff;
}

#faqs .header-page {
    text-align: center;
    margin-bottom: 16px;
}

#faqs .header-sub-page {
    text-align: center;
    margin: 0 auto;
    max-width: 720px;
}

#faqs .faq-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#faqs .faq-item {
    border: 1px solid rgba(12, 32, 69, 0.12);
    border-radius: 10px;
    background: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#faqs .faq-item:hover {
    border-color: rgba(255, 63, 5, 0.35);
    box-shadow: 0 8px 24px rgba(12, 32, 69, 0.08);
}

#faqs .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: none;
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #0C2045;
    cursor: pointer;
    text-align: left;
}

#faqs .faq-item.active .faq-question {
    font-weight: 700;
    color: #FF3F05;
}

#faqs .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

#faqs .faq-icon svg {
    transition: transform 0.3s ease;
}

#faqs .faq-item.active .faq-icon svg {
    transform: rotate(180deg);
}

#faqs .faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
    color: #4B5563;
    line-height: 1.6;
}

#faqs .faq-item.active .faq-answer {
    max-height: 500px !important;
    padding: 0 24px 20px;
}

@media (max-width: 640px) {
    #faqs .faq-question {
        padding: 18px 18px;
        font-size: 8px;
    }

    #faqs .faq-answer {
        padding: 0 18px;
    }

    #faqs .faq-item.active .faq-answer {
        padding: 0 18px 18px;
    }
}
#teams {
    padding-bottom: 80px;
}

#teams .team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

#teams .team-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

#teams .team-card:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 24px 0px, rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;
}

#teams .team-card__thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

#teams .team-card__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.8s ease;
}

#teams .team-card:hover .team-card__thumb img {
    transform: scale(1.02);
}

#teams .team-card__meta {
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #ffffff;
    text-align: left;
    max-width: calc(100% - 32px);
}

#teams .team-card__name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

#teams .team-card__title {
    font-size: 14px;
    opacity: 0.85;
}

@media (max-width: 1024px) {
    #teams .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    #teams .team-grid {
        grid-template-columns: 1fr;
    }
}
#survey-section .survey-product-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}
#main-hero {
    background: radial-gradient(46.05% 46.27% at 50% 4.54%, rgba(255, 255, 255, 0) 0%, rgba(255, 213, 201, 0.2) 35.58%, rgba(255, 255, 255, 0.2) 99.37%);
    position: relative;
    min-height: 90vh;
    padding-top: 180px;
}

#main-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/bg-main-homepage.png') no-repeat top center;
    background-size: 100% auto;
}

.main-hero-text {
    position: relative;
    z-index: 10;
}

.product-hero {
    padding: 120px 0 0px;
    background: rgb(249, 251, 255);
}

.product-hero__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.product-hero__content {
    flex: 1;
    max-width: 520px;
}

.product-hero__eyebrow {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 8px;
}

.product-hero__eyebrow span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FF3F05;
    margin-right: 10px;
}

.product-hero__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(12, 32, 69);
    margin-bottom: 20px;
}

.product-hero__desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(12, 32, 69, 0.78);
    margin-bottom: 32px;
}

.product-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
}

.product-hero__media {
    flex: 1;
    display: flex;
    justify-content: center;
}

.product-hero__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .product-hero {
        padding: 100px 0 60px;
    }

    .product-hero__container {
        gap: 40px;
    }

    .product-hero__title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 80px 0 50px;
    }

    .product-hero__container {
        flex-direction: column;
        text-align: center;
    }

    .product-hero__content {
        max-width: 100%;
    }

    .product-hero__cta {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .product-hero__title {
        font-size: 32px !important;
    }

    .product-hero__desc {
        font-size: 16px;
        text-align: justify;
    }
}

.product-feature-list {
    padding: 0 0 40px;
}

.product-feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.product-feature-card {
    border: 1px solid #FF3F05;
    border-radius: 15px;
    background: #ffffff;
    padding: 32px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.product-feature-card__thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.product-feature-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #0C2045;
}

.product-feature-card__desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(12, 32, 69, 0.78);
}

.flow-item {
    border-left: 4px solid rgb(229, 231, 235);
    padding: 20px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: flex-start;
}

#product .flow-item {
    display: block;
    cursor: pointer;
}

#product .flow-item:hover {
    box-shadow: 0 4px 20px 0 rgba(20, 20, 20, 0.10);
    backdrop-filter: blur(24px);
}

.flow-item.is-active {
    background: rgba(255, 63, 5, 0.05);
    border-left: 4px solid #FF3F05;
}

.flow-item__number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.flow-item--name {
    color: rgba(20, 20, 20, 0.6);
    font-size: 24px;
    font-weight: 600;
}

.flow-item.is-active .flow-item--name {
    color: #FF3F05;
}

.flow-item--desc {
    padding-top: 15px;
}

.flow-item--detail {
    margin-top: 20px;
    color: rgba(12, 32, 69, 0.78);
    font-size: 18px;
    line-height: 1.6;
    list-style: none;
    padding: 0;
}

.flow-item--detail li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.flow-item--detail li:last-child {
    margin-bottom: 0;
}

.flow-item--detail svg {
    width: 20px;
    height: 20px;
    color: #FF3F05;
    margin-top: 2px;
}

.compliance-section-wrap {
    background: url('../../img/iframebg.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 4rem 0;
    margin-top: 4rem;
}

@media (max-width: 640px) {
    .product-feature-cards {
        grid-template-columns: 1fr;
    }

    .product-feature-card {
        padding: 28px 20px;
    }
}

.product-steps .steps-list {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.product-steps .step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-steps .step-item__bullet {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.product-steps .step-item__number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FF3F05;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.product-steps .step-item__line {
    flex: 1;
    border-bottom: 1px dashed #FF3F05;
}

.product-steps .step-item__name {
    font-size: 22px;
    font-weight: 600;
    color: #0C2045;
}

.product-steps .step-item__desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(12, 32, 69, 0.78);
}

.number-industry__stat-number {
    font-weight: bold;
    font-size: 45px;
    color: rgb(12, 32, 69);
}

.number-industry__stat-text {
    font-size: 16px;
}

.standout-section {
    background: url('../../img/pattern-industry.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 4rem 0 0;
    margin-top: 4rem;
    position: relative;
}


.standout-section__message-icon {
    width: 65px;
    height: 65px;
    background: #FF3F05;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.standout-section__message-content {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.standout-section__message-arrow-left {
    left: -230px;
    top: 45%;
}

.standout-section__message-arrow-right {
    right: -230px;
    top: 45%;
}

@media (max-width: 768px) {
    .product-steps .steps-list {
        flex-direction: column;
    }

    .product-steps .step-item__bullet {
        gap: 12px;
    }

    .product-steps .step-item__number {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
}

.other-feature {
    padding: 80px 0;
}

.other-feature__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.other-feature__list.other-feature__list--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .other-feature__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .other-feature__list.other-feature__list--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .other-feature__list {
        grid-template-columns: 1fr;
    }

    .other-feature__list.other-feature__list--three {
        grid-template-columns: 1fr;
    }
}

.other-feature__card {
    border: 1px solid rgba(12, 32, 69, 0.12);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
    background: #ffffff;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.other-feature__card:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 24px 0px, rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;
}

.other-feature__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #FF3F05;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.other-feature__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.other-feature__icon svg path {
    /* /* stroke: currentColor; */
    stroke: #fff;
}

.slick-list {
    padding: 40px 0!important;
}

.other-feature__title {
    font-size: 20px;
    font-weight: 600;
    color: #0C2045;
    margin: 0;
}

.other-feature__excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(12, 32, 69, 0.78);
    flex-grow: 1;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.other-feature__link {
    align-self: flex-start;
}

@media (max-width: 640px) {
    .other-feature {
        padding: 60px 0;
    }
}


#main-hero .header-page h2 {
    font-size: 80px !important;
}



.main-hero-stage {
    background: url('../../img/world-map.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 2rem 0 1rem;
    margin-top: 4rem;
    position: relative;
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}

.main-hero-stage .hero-chart-img {
    position: absolute;
    left: 5%;
    bottom: 15%;
}

.main-hero-stage .mobile-hero-img {
    position: absolute;
    bottom: 20%;
    right: 5%;
    width: 250px;
    height: auto;
}


/* Fade In Up Animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
}

.fade-in-up.mobile-hero-img {
    animation-delay: 0.3s;
}

/* Header Page Layout */
#main-hero .header-page {
    position: relative;
    max-width: 1296px;
    margin: 0 auto;
    padding: 0 20px;
}

#main-hero .header-page img.pulse-animation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#main-hero .header-page img.pulse-animation:nth-of-type(1) {
    left: -40px;
    top: 95px;
}

#main-hero .header-page img.pulse-animation:nth-of-type(2) {
    right: -40px;
    top: 70px;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}

.pulse-animation {
    animation: pulse 2s ease-in-out infinite;
}

.pulse-animation:nth-of-type(2) {
    animation-delay: 0.3s;
}


#main-solution {
    margin-top: 70px;
}

/* Product Showcase Section */
#product-showcase {
    padding: 60px 0;
}

.product-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

/* Product Cards Column */
.product-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: 100%;
}

.product-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card.active {
    border-color: #FF3F05;
    box-shadow: 0 4px 20px rgba(255, 63, 5, 0.15);
}

/* Product Card Icon */
.product-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background-color: rgb(236, 236, 236);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: background-color 0.3s ease;
}

.product-card-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.product-card-icon svg {
    color: #868686;
    transition: color 0.3s ease;
    width: 26px;
    height: 26px;
}

.product-card-icon svg path {
    stroke: #868686;
    transition: stroke 0.3s ease;
}

.product-card.active .product-card-icon {
    background-color: #FF3F05;
}

.product-card.active .product-card-icon svg {
    color: #FF3F05;
}

.product-card.active .product-card-icon svg path {
    stroke: white;
}

/* Product Card Title */
.product-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 12px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.product-card.active .product-card-title {
    color: #FF3F05;
}

/* Product Card Description */
.product-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0 0 16px 0;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.product-card.active .product-card-desc {
    display: -webkit-box;
    opacity: 1;
    max-height: 100px;
    margin-bottom: 16px;
}

/* Product Card Button */
.product-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #FF3F05;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: auto;
    width: 100%;
}

.product-card-btn:hover {
    background-color: #e63900;
}

/* Product Image Display Column */
.product-image-display {
    position: sticky;
    top: 100px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    align-items: center;
}

.product-image-wrapper {
    width: auto;
    height: 100%;
    /* aspect-ratio: 4 / 3; */
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.product-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

/* Product Tour Section */
#product-tour {
    padding: 80px 0;
}

#product-tour .header-page {
    text-align: center;
    margin-bottom: 16px;
}

#product-tour .header-sub-page {
    text-align: center;
    /* margin-bottom: 60px; */
}

.product-tour-slider {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.product-tour-slider .slick-list {
    overflow: hidden;
}

.product-tour-slider .slick-track {
    display: flex;
}

.product-tour-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    outline: none;
    display: block !important;
}

.product-tour-card.is-active {
    background-color: #FF3F05;
    border-color: #FF3F05;
    color: #ffffff;
}

.product-tour-card.is-active svg path {
    stroke: #fff !important;
}

.product-tour-card.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.product-tour-card.is-active .product-tour-title,
.product-tour-card.is-active .product-tour-excerpt {
    color: #ffffff;
}

.product-tour-card.is-active .product-tour-icon {
    background-color: rgba(255, 255, 255, 0.2);
}

.product-tour-card.is-active .product-tour-icon svg {
    color: #ffffff;
}

.product-tour-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgb(236, 236, 236);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tour-icon svg {
    color: #FF3F05;
    width: 32px;
    height: 32px;
}

.product-tour-icon svg path {
    stroke: white;
}

#product-tour .product-tour-icon svg path {
    stroke: #6b7280;
}

#product-tour .product-tour-icon svg {
    width: 24px;
    height: 24px;
}

.product-tour-title {
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
    margin-top: 20px;
    line-height: 1.4;
    text-align: left;
}

.product-tour-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* Slick Dots Customization */
.product-tour-slider .slick-dots {
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.product-tour-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.product-tour-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d1d5db;
    padding: 0;
}

.product-tour-slider .slick-dots li button:before {
    display: none;
}

.product-tour-slider .slick-dots li.slick-active button {
    background-color: #FF3F05;
    width: 32px;
    border-radius: 6px;
}

/* Slick Arrows Customization */
.product-tour-slider .slick-prev,
.product-tour-slider .slick-next {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    color: #1f2937;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    top: 50%;
    transform: translateY(-50%);
}

.product-tour-slider .slick-prev:hover,
.product-tour-slider .slick-next:hover {
    background-color: #FF3F05;
    border-color: #FF3F05;
    color: #ffffff;
}

.product-tour-slider .slick-prev {
    left: -24px;
}

.product-tour-slider .slick-next {
    right: -24px;
}

.product-tour-slider .slick-prev:before,
.product-tour-slider .slick-next:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

.product-tour-slider .slick-prev:before {
    transform: translate(-50%, -50%) rotate(-135deg);
    border-left: none !important;
}

.product-tour-slider .slick-next:before {
    transform: translate(-50%, -50%) rotate(45deg);
    border-left: none !important;
}

.product-tour-slider .slick-slide {
    float: none;
    display: block;
}

/* Product Video Player */
.product-video-player {
    /* margin-top: 80px; */
    border-radius: 20px;
    /* padding: 5px; */
    /* background: #afccfc; */
    box-shadow: -4px 14px 33px -12px rgba(0,0,0,0.37);
    -webkit-box-shadow: -4px 14px 33px -12px rgba(0,0,0,0.37);
    -moz-box-shadow: -4px 14px 33px -12px rgba(0,0,0,0.37);
}

.video-player-wrapper {
    max-width: 1400px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: url('../../img/iframebg.png') no-repeat center center;
    aspect-ratio: 16 / 10.2;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px; */
}

.product-video-info {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(5, 32, 38, 0.8);
    backdrop-filter: blur(8px);
    color: #ffffff;
    text-align: center;
}

.product-video-brand {
    text-align: center;
    gap: 12px;
}

.product-video-logo {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

.product-video-logo svg,
.product-video-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-video-name {
    color: #FF3F05;
    font-size: 40px;
    font-weight: 600;
    margin-top: 30px;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../../img/iframebg.png') no-repeat center center;
    z-index: 2;
    transition: opacity 0.3s ease;
    flex-wrap: wrap;
}

.product-video-btn {
    width: 100%;
    text-align: center;
}

.video-placeholder.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-play-btn {
    width: 80px;
    height: 80px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
}

.video-play-btn:hover {
    transform: scale(1.1);
}

.video-play-btn svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.video-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Impact Section */
#impact-section {
    padding: 80px 0;
    background: #ffffff;
}

#impact-section .header-page {
    text-align: center;
    margin-bottom: 16px;
}

#impact-section .header-sub-page {
    text-align: center;
    margin-bottom: 60px;
}

.impact-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.impact-column {
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.impact-column-left {
    background-color: rgba(0, 0, 0, 0.02);
}

.impact-column-right {
    background-color: rgb(255, 244, 240);
}

.impact-title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.impact-subtitle {
    font-size: 22px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0 0 30px 0;
}

.impact-image {
    width: 90%;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
}

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

/* Logos Section */
#main-logos {
    padding: 80px 0;
    background: #ffffff;
}

#pricing-body #main-logos {
    padding: 0;
}

.logos-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logos-slider {
    max-width: 1200px;
    margin: 0 auto;
}

.logo-item {
    padding: 0 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.logo-item img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Slick Slider Customization for Logos */
.logos-slider .slick-slide {
    outline: none;
}

.logos-slider .slick-track {
    display: flex;
    align-items: center;
}

/* Desktop Industry Wrapper - Horizontal Layout */
.industries-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
}

.industry-accordion-item {
    flex: 0 0 auto;
}

/* Desktop Industry Button Styling */
.industry-btn {
    background-color: #FEF0D8;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 30px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.industry-btn:hover {
    background-color: #fde4bb;
}

.industry-btn.is-active {
    background-color: #FF3F05;
    border-color: #FF3F05;
}

.industry-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.industry-btn-icon svg {
    width: 26px;
    height: 26px;
}

.industry-btn-text {
    color: #0C2045;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.industry-btn.is-active .industry-btn-text {
    color: white;
}

.industry-btn.is-active .icon-wrapper {
    filter: brightness(0) invert(1);
}

/* Hide mobile accordion content on desktop */
.industry-accordion-content {
    display: none;
}

/* Desktop Detail Section */
.industry-detail-title {
    font-size: 28px;
    font-weight: 700;
}

.industry-detail-desc {
    margin-top: 30px;
    line-height: 1.5;
}



#industry-detail .industry-detail-info {
    background-color: #E3EEFF; 
    padding: 40px; 
    border-radius: 10px;
}

.desktop-detail {
    margin-top: 30px;
}

#industry-detail .industry-detail-desc {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: auto !important;
}

/* Mobile Accordion Style */
@media screen and (max-width: 768px) {
    /* Hide desktop detail section on mobile */
    .desktop-detail {
        display: none !important;
    }

    /* Stack accordion items vertically */
    .industries-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }

    .industry-accordion-item {
        width: 100%;
    }

    /* Mobile accordion button styling */
    .industry-btn {
        width: 100%;
        height: auto;
        min-height: 60px;
        padding: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        border-radius: 8px;
        justify-content: flex-start;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Collapsed state */
    .industry-btn:not(.is-active) {
        background-color: #f8f9fa;
        border: 1px solid #e0e0e0;
    }

    .industry-btn:not(.is-active) .industry-btn-text {
        color: #0C2045;
    }

    .industry-btn:not(.is-active) .icon-wrapper {
        filter: none;
        transition: filter 0.3s ease;
    }

    .industry-btn:not(.is-active) svg,
    .industry-btn:not(.is-active) svg path {
        fill: #868686;
        stroke: #868686;
        transition: all 0.3s ease;
    }

    /* Active/Expanded state */
    .industry-btn.is-active {
        background-color: #FF3F05;
        border: 1px solid #FF3F05;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .industry-btn.is-active .industry-btn-text {
        color: white;
    }

    .industry-btn.is-active .icon-wrapper {
        filter: brightness(0) invert(1);
        transition: filter 0.3s ease;
    }

    /* Button icon */
    .industry-btn-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .industry-btn-icon svg {
        width: 24px;
        height: 24px;
    }

    /* Button text */
    .industry-btn-text {
        flex: 1;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        transition: color 0.3s ease;
    }

    /* Accordion content with grid animation */
    .industry-accordion-content {
        display: grid;
        grid-template-rows: 0fr;
        background: white;
        border: 1px solid #e0e0e0;
        border-top: none;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        overflow: hidden;
        transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                    border-color 0.3s ease,
                    opacity 0.3s ease;
        opacity: 0;
    }

    .industry-accordion-content.expanding {
        grid-template-rows: 1fr;
        border-color: #FF3F05;
        opacity: 1;
    }

    /* Inner wrapper for content */
    .industry-accordion-inner {
        min-height: 0;
        overflow: hidden;
    }

    .industry-accordion-content:not(.expanding) .industry-accordion-inner {
        padding: 0 20px;
    }

    .industry-accordion-content.expanding .industry-accordion-inner {
        padding: 20px;
    }

    .industry-accordion-inner h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0C2045;
        margin-bottom: 12px;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s;
    }

    .industry-accordion-content.expanding .industry-accordion-inner h3 {
        opacity: 1;
        transform: translateY(0);
        font-size: 18px !important;
    }

    .industry-accordion-desc {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        margin-bottom: 16px;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
    }

    .industry-accordion-content.expanding .industry-accordion-desc {
        opacity: 1;
        transform: translateY(0);
    }

    .industry-accordion-image {
        margin-bottom: 16px;
        border-radius: 8px;
        overflow: hidden;
        background-color: #f0f4f8;
        opacity: 0;
        transform: scale(0.95);
        transition: opacity 0.3s ease 0.25s, transform 0.3s ease 0.25s;
    }

    .industry-accordion-content.expanding .industry-accordion-image {
        opacity: 1;
        transform: scale(1);
    }

    .industry-accordion-image img {
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: contain;
        display: block;
    }

    .industry-accordion-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        background-color: #0C2045;
        color: white;
        border-radius: 5px;
        text-decoration: none;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(10px);
    }

    .industry-accordion-content.expanding .industry-accordion-link {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, background-color 0.3s ease;
    }

    .industry-accordion-link:hover {
        background-color: #0a1a35;
    }

    /* Touch feedback */
    .industry-btn:active {
        transform: scale(0.98);
    }
}

/* Tablet adjustments */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .industries-wrapper {
        gap: 12px;
    }

    .industry-btn {
        padding: 12px 20px;
        font-size: 14px;
        height: 60px;
    }

    .industry-detail-title {
        font-size: 24px;
    }

    #industry-detail .industry-detail-info {
        padding: 30px;
    }
}

/* Smaller phones */
@media screen and (max-width: 375px) {
    .industry-accordion-content.expanding .industry-accordion-inner {
        padding: 16px;
    }

    .industry-accordion-inner h3 {
        font-size: 18px;
    }

    .industry-accordion-image img {
        max-height: 240px;
    }

    .industry-btn {
        padding: 12px;
        gap: 10px;
    }

    .industry-btn-text {
        font-size: 14px;
    }
}


#edusafe-difference .edusafe-difference-grid {
    margin-top: 40px;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#edusafe-difference .edusafe-difference-card {
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, #fffcfa 100%);
    border: 1px solid rgba(12, 32, 69, 0.08);
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

#edusafe-difference .edusafe-difference-card .btn-page-outline {
    align-self: flex-start;
}


#edusafe-difference  .edusafe-difference-card:hover {
    background: radial-gradient(50% 50% at 50% 50%,#fff 0,#fff5ef 100%);
}


.edusafe-difference-icon {
    width: 48px;
    height: 48px;
    background: #FFE8E2;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
}

.survey-product-name {
    margin-left: 15px;
}

.standout-section__message-name {
    font-weight: bold;
}

.standout-section__message-desc {
    font-size: 12px;
    margin-top: 10px;
}

.question-list {
    flex-wrap: wrap;
}

.question-list__item {
    display: flex;
    flex: 0 0 33%;
    max-width: 33%;
}

.question-list__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.question-list__cta {
    margin-top: auto;
}

.standout-section__human-image {
    margin: 50px auto 0;
    text-align: center;
    width: 35%;
}

.flow-item-about {cursor: pointer;}

.flow-item-about + .flow-item-about {
    margin-top: 40px;
}

.flow-item--desc{
    font-size: 16px;
    line-height: 1.6;
}

.flow-item-about.is-active .flow-item--name, .flow-item-about.is-active .flow-item--desc {
    color: #FF3F05;
}

.flow-item-about:hover .flow-item--name, .flow-item-about:hover .flow-item--desc {
    color: #FF3F05;
}

.flow-item-about:hover .flow-item__number {
    background:#FF3F05 ;
}


.flow-item-about.is-past .flow-item__number {
    background: rgba(12, 32, 69, 0.12);
    color: rgba(12, 32, 69, 0.6);
}

.flow-item-about.is-past .flow-item--name,
.flow-item-about.is-past .flow-item--desc {
    color: rgba(12, 32, 69, 0.6);
}

.flow-item-about.is-active .flow-item__number {
    background: #FF3F05;
}

.flow-item-about.is-active .flow-item__desc {
    width: calc(100% - 50%);
}

.flow-item-about.is-active .flow-item--detail {
    color: rgba(12, 32, 69, 0.6);
}

.flow-item-about.is-past .flow-item--detail {
    color: rgba(12, 32, 69, 0.6);
}

.flow-item-about.is-past {
    opacity: .6;
}


.title-blog-text {
    color: rgba(12, 32, 69, 0.9);
}

.title-blog-text:hover {
    color: #FF3F05 !important;
}


#about #main-logos {
    background: transparent !important;
}

.top-blog {
    padding-top: 150px;
}


.z--100 {
    z-index: 100;
}
/* Responsive Design */
@media (max-width: 1024px) {
    .product-showcase-grid {
        grid-template-columns: 1fr;
    }
    
    .product-image-display {
        position: relative;
        top: 0;
        order: -1;
    }
}

@media (max-width: 768px) {
    .question-list__item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #product-showcase {
        padding: 40px 0;
    }
    
    .product-cards-wrapper {
        grid-template-columns: 1fr;
    }
    
    .product-card {
        padding: 20px;
    }
    
    .product-card-icon {
        width: 56px;
        height: 56px;
    }
    
    .product-card-icon img,
    .product-card-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .product-card-title {
        font-size: 18px;
    }
    
    .product-card-desc {
        font-size: 13px;
    }
    
    .product-card-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    #main-logos {
        padding: 30px 0;
    }
    
    .logos-title {
        font-size: 14px !important;
        margin-bottom: 0px;
    }
    
    .logo-item {
        height: 60px;
        padding: 0 0px;
    }
    
    .logo-item img {
        transform: scale(0.5);
    }
    
    #product-tour {
        padding: 50px 0;
    }
    
    .product-tour-slider {
        padding: 0 20px;
    }
    
    .product-tour-card {
        padding: 20px 15px;
        margin: 0 5px;
    }
    
    .product-tour-icon {
        width: 56px;
        height: 56px;
    }
    
    .product-tour-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .product-tour-title {
        font-size: 16px;
    }
    
    .product-tour-excerpt {
        font-size: 13px;
    }
    
    .product-tour-slider .slick-prev,
    .product-tour-slider .slick-next {
        display: none !important;
    }
    
    .product-tour-slider .slick-dots {
        bottom: -40px;
    }
    
    .product-video-player {
        margin-top: 0px;
    }
    
    .video-player-wrapper {
        border-radius: 12px;
    }
    
    .video-play-btn {
        width: 60px;
        height: 60px;
    }
    
    #impact-section {
        padding: 50px 0;
    }
    
    .impact-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .impact-column {
        padding: 30px 20px;
    }
    
    .impact-title {
        font-size: 24px !important;
    }
    
    .impact-subtitle {
        font-size: 14px;
        margin-bottom: 20px !important;
        
    }

    #header {
        padding: 0 15px;
    }

    .menu-open #header {
        height: 100vh;
    }

    #main-hero {
        padding-top: 90px;
    }

    #main-hero .header-page h2 {
        font-size: 40px !important;
    }

    .main-hero-text {
        padding: 0 50px;
    }

    #main-hero .header-page img.pulse-animation {
        top:0;
        height: 35px;
    }

    .main-hero-stage .mobile-hero-img {
        height: 240px;
        width: auto;
    }

    .main-hero-stage .hero-chart-img {
        position: absolute;
        left: -8%;
        bottom: 23%;
        height: 151px;
    }

    #impact-section button.slick-next, #impact-section button.slick-prev {
        bottom: -15px;
        top: inherit; 
    }

    .product-video-name {
        font-size: 16px;
    }

    .product-video-btn {
        margin-top: 20px;
    }

    .standout-section__human-image {
        width: 90%;
    }
    body p {
        font-size: 12px !important;
    }

    .btn-page,
    .btn-page--outline {
        font-size: 12px;
    }

    #main-content {
        overflow: hidden;
        padding: 0px 5px 0px 5px;
    }

    .fz__mb--12{
        font-size: 12px !important;
    }

    .standout-section {
        margin-top: 0 !important;
    }

     body {
        overflow-x: hidden !important;
     }

     .pricing-benefits__inline {
        gap: 0 !important;
     }

    #teams .team-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .top-blog {
        padding-top: 80px;
    }

    .p-l__mb--0 {
        padding-left: 0 !important;
    }

    #main-solution {
        margin-top: 0;
    }
}

/* Tan's added responsive css  */
/* Mobile Responsive - Accordion Style */
@media screen and (max-width: 768px) {
    .product-showcase-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Hide the sticky image display on mobile */
    .product-image-display {
        display: none;
    }

    /* Stack product cards vertically */
    .product-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Accordion Card Styling */
    .product-card {
        padding: 16px;
        border-radius: 12px;
        cursor: pointer;
    }

    /* Collapsed state */
    .product-card:not(.active) {
        background: #f8f9fa;
        border-color: #e0e0e0;
    }

    .product-card:not(.active) .product-card-icon {
        width: 48px;
        height: 48px;
        background-color: #e0e0e0;
    }

    .product-card:not(.active) .product-card-icon svg path {
        stroke: #868686;
    }

    /* Active/Expanded state */
    .product-card.active {
        background: #ffffff;
        border-color: #FF3F05;
        box-shadow: 0 4px 12px rgba(255, 63, 5, 0.15);
    }

    .product-card.active .product-card-icon {
        width: 48px;
        height: 48px;
        background-color: #FF3F05;
    }

    /* Card Header (always visible) */
    .product-card-icon {
        margin-bottom: 12px;
    }

    .product-card-title {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    /* Expandable content - hidden by default */
    .product-card-desc {
        display: none;
        opacity: 0;
        max-height: 0;
        margin: 0;
        overflow: hidden;
        transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
    }

    .product-card .btn-page {
        display: none;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
        width: 100%;
        text-align: center;
    }

    /* Show description when active */
    .product-card.active .product-card-desc {
        display: -webkit-box;
        opacity: 1;
        max-height: 200px;
        margin: 12px 0;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    /* Image container - only visible when active */
    /* Taller aspect ratio to fit interface mockups */
    .product-card::after {
        content: '';
        display: none;
        width: 100%;
        height: 280px; /* Increased height for portrait-oriented images */
        margin: 12px 0;
        background-image: var(--card-image);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 8px;
        background-color: #d4e9ff;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .product-card.active::after {
        display: block;
        opacity: 1;
    }

    /* Show button when active */
    .product-card.active .btn-page {
        display: inline-block;
        opacity: 1;
        max-height: 100px;
        margin-top: 12px;
        padding: 0px 16px;
        font-size: 13px;
    }

    /* Add touch feedback */
    .product-card:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
}

/* Tablet adjustments */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .product-showcase-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .product-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-image-display {
        position: relative;
        top: 0;
        min-height: 400px;
    }
}

/* For smaller phones, adjust image height */
@media screen and (max-width: 375px) {
    .product-card::after {
        height: 240px;
    }
}

/* For larger phones, increase image height */
@media screen and (min-width: 376px) and (max-width: 768px) {
    .product-card::after {
        height: 424px;
    }
}


