﻿@font-face {
    font-family: 'LexendDeca';
    src: url('/Content/font/LexendDeca-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('/Content/font/LexendDeca-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('/Content/font/LexendDeca-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'LexendDeca';
    src: url('/Content/font/LexendDeca-Light.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'LexendDeca';
    src: url('/Content/font/LexendDeca-Thin.ttf') format('truetype');
    font-weight: 100;
}

body {
    margin: 0;
    font-family: 'LexendDeca', sans-serif;
}

.btn-text {
    font-size: 15px;
}

.btn-incohub {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-block;
}
    .btn-incohub:hover {
/*        color: #fff;*/
        transform: scale(1.1); /*  zoom nhẹ */
        box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* thêm depth */
    }
/* laze */
    /*.btn-incohub::before {
        content: "";
        position: absolute;
        inset: 0; 

        transform: translateX(-100%) skewX(-20deg); 

        background: linear-gradient( 120deg, transparent 50%, rgba(255,255,255,0.6), transparent 80%);
        pointer-events: none;

    }*/

/* hover chạy */
    /*.btn-incohub:hover::before {
        animation: shine 0.5s ease;
        z-index: 2;
    }*/
    

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.sub-title {
    font-size: 20px;
    color: #1d2b4f;
    font-weight: 700;
    padding-bottom: 10px !important;
}

.home-wrapper {
    position: relative;
    background: url('/Images/home/AllBackground.png') no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    /*    background-position: center 50px;*/
    padding-top: 700px;
    height: 155vh;
}
@media (max-width: 768px) {
    .home-wrapper {
        background: url('/Images/home/Mobile-All-Background.png') no-repeat;
        background-size: cover;
        background-position: center 50px;
        height: auto; /* 👈 quan trọng */
        padding-top: 100px;
    }
}
@media (min-width: 1920px) {
    .home-wrapper {
        padding-top: 780px;
    }
}

.hero {
    position: relative;
    background: linear-gradient(120deg, #f7f9fc, #eef3fb);
}
/* banner */
.hero-banner {
    min-height: 100vh;
    background-size: cover;
    z-index: 1;
    position: relative;
}

@media (max-width: 768px) {
    .hero-banner {
        height: 100vh;
    }
}

.hero-content {
    position: relative;
    z-index: 3;
}
/* NAVBAR FLOAT */
.navbar {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 50%;
    max-width: 1100px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 12px 0 var(--grey-15, #E6E6E6);
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
.nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .nav-left img {
        width: 150px;
    }

@media (max-width: 768px) {
    .navbar {
        top: 0;
        width: 100%;
        padding: 10px;
        border-radius: 0px;
    }
    .navbar  a{
        font-size: 14px;
    }

    .nav-left img {
        width: 100px;
        padding-left: 10px;
    }
}

/* LEFT NAV */


.logo {
    width: 36px;
}

.brand {
    font-weight: 700;
    background: linear-gradient(to right, #233D7D, #0AE8F8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub {
    font-size: 10px;
    color: #888;
}

/* BUTTON */
.btn-primary {
    background: linear-gradient(135deg, #6ea3c7, #4f7da8);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

/* HERO CONTENT */
.hero-content {
    display: flex;
    height: 100%;
    align-items: center;
    margin-top: -400px;
}
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        margin-top: 0;
    }
}

.hero-left {
    margin-top: -100px;
    width: 70%;
    padding: 0px 80px;
    font-size:18px;
}

    @media (max-width: 768px) {
        .hero-left {
        width: 100%;
        padding: 20px;
        padding-top: 140px;
    }

    .hero-left-content {
/*        display: flex;*/
    }
    .hero-right {
        display: none;
    }
}


.tagline {
    color: #555;
    font-size: 14px;
}

    .tagline span {
        color: #4a7bd0;
    }

.text-highlight {
    color: var(--Azure-5, #3556B6);
}

.hero-left h1 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    font-weight:700;
}

    .hero-left h1 span {
        color: #4a7bd0;
    }

.desc {
    color: #666;
    max-width: 500px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}


/* BUTTON CONTACT */
.btn-contact {
    background: linear-gradient(86deg, var(--Azure-5, #3556B6) 6.53%, var(--light-azure-95, #3475A7) 106.64%);
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 50px;
}

@media (max-width: 768px) {

    .btn-contact {
        font-size: 14px;
        padding: 14px 40px !important;
        margin-top: 0px;
    }

    .desc {
        max-width: 700px;
    }
}

@media (max-width: 450px) {
    .desc {
        max-width: 200px !important;
    }

    .feature-section-2 {
        margin-top: -300px !important;
    }

    .home-wrapper {
        background: url('/Images/home/Mobile-All-Background.png') no-repeat;
    }
}


/* RIGHT IMAGE */
.hero-right {
    width: 50%;
    background-size: cover;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}


/* FEATURES */
.feature-section-2 {
    padding: 80px 10px;
    background: transparent;
    max-width: 70%;
    margin: 0 auto;
    border: solid;
    border-radius: 54px;
    border: 2px solid #F4F4F4;
    background: rgba(238, 238, 238, 0.3);
    backdrop-filter: blur(1px);
    margin-top: -200px;
}

@media (max-width: 768px) {
    .feature-section-2 {
        margin-top: auto;
        max-width: 100%;
        margin-top: -400px !important;
        border: none;
        background: transparent;
    }

}

    .feature-section-2 h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .feature-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feature-item {
        background: #F8FAFC; /* xám nhẹ */
        padding: 24px;
        border-radius: 20px;
        display: flex;
        gap: 16px;
        align-items: flex-start;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        margin: 5px 0 0;
        color: black;
        font-size: 14px;
    }

    /*.number {
    font-size: 40px;
    font-weight: bold;
    color: #4a7bd0;
}*/
    .number {
        font-family: 'LexendDeca', sans-serif;
        font-size: 180px;
        font-weight: 200;
        color: #1E44DE;
        line-height: 1;
    }

    .number-wrapper {
        height: 140px;
        width: 50%;
        overflow: hidden;
    }

    .feature-item h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .feature-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

        .feature-content div {
            color: black !important;
            font-weight: 500 !important;
        }
.ict-swiper-2{
    display: none;
}
.ict-swiper-3{
    display: none;
}
/* MOBILE */
@media (max-width: 768px) {
    .hero-inner {
            flex-direction: column;
        }

        .number-wrapper {
            width: 100%;
        }

        .feature-grid {
            display: none;
        }
        .ict-swiper-2 {
            display:block;
            overflow: hidden;
        }
        .feature-item {
            background-color: var(--Grey-1, #EEE);
        }
    }

    /*SECTION 3*/
    .feature-section-3 {
        padding: 100px 50px;
    }
        .section-3-header {
        }

    .home-badge {
        border-radius: 52px;
        background: var(--Light-Blue-5, #4CA3EC);
        padding: 10px 32px;
        color: #fff;
    }

    .section-3-header h1 {
        font-size:47px;
        background: linear-gradient(90deg, var(--Azure-5, #3556B6) 44.71%, var(--Light-Blue-5, #4CA3EC) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        margin-top: 20px;
    }

    .feature-section-3 .feature-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }


    @media (max-width: 768px) {
        .feature-section-3 .feature-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }
        .feature-section-3 {
            margin-top: -50px;
            padding: 50px 50px;
        }
    }

    .feature-section-3 .card {
        position: relative;
        padding: 80px 25px;
        border-radius: 20px;
        background: rgba(255,255,255,0.6);
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        min-height: 220px;
        overflow: hidden;
    }

        /* TITLE */
        .feature-section-3 .card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1d2b4f;
            padding-bottom: 35px;
        }

        /* TEXT */
        .feature-section-3 .card p {
            font-size: 16px;
            /*        color: #555;*/
            line-height: 1.6;
        }

    /* ICON MỜ */
    .card .icon {
        position: absolute;
        bottom: 30px;
        right: 10px;
        width: 120px;
        height: 120px;
    }


    /*SECTION 444444*/
    .feature-section-4 {
        width: 70%;
        margin: 0 auto;
    }

        .feature-section-4 h2 {
            font-weight: 700;
            color: #1d2b4f;
            padding-bottom: 30px;
        }

        .feature-section-4 .home-badge {
            background: var(--Azure-5, #3556B6);
        }

        .feature-section-4 .content-1 {
            padding-top: 20px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-column-gap: 5px;
        }

        .feature-section-4 p {
            font-size: 16px;
            /*        color: #555;*/
            line-height: 2;
        }

        .feature-section-4 .section-wrapper {
            display: flex;
            flex-direction: column;
        }

        .feature-section-4 .content-2 {
            opacity: 0;
            transition: 0.3s;
            position: absolute;
            background-color: transparent;
        }

            .feature-section-4 .content-2.active {
                opacity: 1;
                position: relative;
            }
        .feature-section-5 .section-wrapper {
            display: flex;
            flex-direction: column;
        }

.feature-section-5 .content-3 {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    background-color: transparent;
}

            .feature-section-5 .content-3.active {
                opacity: 1;
                position: relative;
            }
.section-wrapper {
    display: flex;
    flex-direction: column;
}
/*SECTION 5*/
.feature-section-5 {
    padding: 50px 0;
}

    .feature-section-5 swiper-wrapper {
    }

    /*SECTION 6*/

.feature-section-6 {
    padding: 100px 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.section-6-img img {
    width: 90% !important;
}

.feature-section-6-content {
}
.feature-section-6 .home-badge {
    background: var(--Stormy-Blue-4, #485572);
}
.feature-section-6-content .title {
    color: #000;
    font-size: 47px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 56.4px */
    letter-spacing: -1.41px;
    padding-top: 20px;
}
    .feature-section-6-content p {
        color: var(--Grey-8, #525252);
/*        font-size: 16px;*/
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: -0.32px;
        padding-top: 10px;
    }
.feature-section-6-list-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 20px;
}

.feature-section-6 .percent {
    background: linear-gradient(90deg, var(--Azure-5, #3556B6) 1.71%, var(--Light-Blue-5, #4CA3EC) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .feature-section-6 { 
        grid-template-columns: repeat(1, 1fr);
        padding: 50px 20px;
        text-align: center;
    }
    .feature-section-6 > *:nth-child(1) {
        order: 2;
    }

    .feature-section-6 > *:nth-child(2) {
        order: 1;
    }
    .section-6-img img {
        width: 100% !important;
    }
    .feature-section-6-list-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding: 0 0;

    }
    .feature-section-6-content .title {
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 56.4px */
        letter-spacing: -1.41px;
        padding-top: 20px;
    }
    
    .feature-section-6-list-card .item {
        display:flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .feature-section-6-list-card .title {
        text-align: center;
    }
    .feature-section-6-list-card p {
        text-align: center;
        font-size: 12px;
    }
    .feature-section-6 .percent  {
        font-size: 36px;
    }
}

/*=======SECTION 7==========*/
.feature-section-7 {
    padding: 50px 80px;
    background: #f5f7fb;
}

    .feature-section-7 h1 {
        text-align: start;
        font-size: 36px;
        margin-bottom: 50px;
    }
    .feature-section-7 .card-content {
        padding: 20px 80px;
    }
/* GRID */
.pricing {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: auto;
}

/* CARD */
.feature-section-7 .card {
    background: transparent;
    
    border: none;
    border-left: 1px solid var(--Azure-9, #3556B6);
    border-radius: 20px;
/*    box-shadow: 0 10px 25px rgba(0,0,0,0.05);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    /* PRO nổi bật */
    .card.pro {
        background: #0f1c3f;
        color: #fff;
        position: relative;
    }

        /* BADGE */
        .card.pro .badge {
            position: absolute;
            top: -1px;
            right: 0px;
            background: #ffd54f;
            color: var(--Azure-8, #152249);
            font-size: 12px;
            padding: 6px 10px;
            border-radius: 10px;
            border-radius: 0 0 0 16px;
            background: linear-gradient(95deg, var(--Yellow-5, #FFCF4D) -8.4%, var(--Yellow-3, #FFE294) 97.15%);
        }

    /* TEXT */
.feature-section-7 .card h3 {
    margin: 0;
    font-size: 18px;
    color: #ccc;
}

.feature-section-7 .card .sub {
    font-size: 13px;
    color: #777;
    margin: 5px 0 15px;
}

.feature-section-7 .card.pro .sub {
    color: #ccc;
}

.feature-section-7 .card h1 {
    font-size: 36px;
    margin: 10px 0 20px;
    color: #fff;
}

    .feature-section-7 .card h1 span {
        font-size: 14px;
        color: #fff;
    }

.feature-section-7 .card.pro h1 span {
    color: #fff;
}

    /* LIST */
.feature-section-7 .card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

    .feature-section-7 .card ul li {
        margin-bottom: 10px;
        font-size: 14px;
        position: relative;
        padding-left: 18px;
    }

            /* check icon */
        .feature-section-7 .card ul li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: black;
            font-size: 12px;
        }

.feature-section-7 .card.pro ul li::before {
    color: #fff;
}

/* BUTTON */
.feature-section-7 button, .feature-section-7 a {
    margin-top: auto;
    padding: 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    width: 60%;
    margin-bottom: 10px;
}

/* styles */
.feature-section-7 .btn-outline {
    border: 1px solid #ccc;
    background: transparent;
}

.feature-section-7 .btn-primary {
    background: var(--Azure-5, #3556B6) !important;
    color: #fff;
}

.feature-section-7 .btn-light {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .feature-section-7 {
        padding: 20px 10px;
        background: #f5f7fb;
    }

        .feature-section-7 h2 {
            text-align: start;
            font-size: 28px;
            margin-bottom: 50px;
            text-align: center;
            color: #000;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%;
            letter-spacing: -1.41px;
            padding-top: 20px;
        }

        .feature-section-7 .card-content {
            padding: 20px 20px;
        }

    .pricing {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin: auto;
        flex-direction: column;
        align-items: center;
    }

    .feature-section-7 .card {
        border: none;
        border: 1px solid var(--grey-3);
        border-radius: 20px;
/*        border-color: #F9F9F9;*/
        width:50%;
    }
}

@media (min-width: 1440px) {
    .feature-section-7 {
        padding: 20px 160px;
        background: #f5f7fb;
    }

        .feature-section-7 h2 {
            text-align: start;
            font-size: 36px;
            margin-bottom: 50px;
            text-align: center;
        }

        .feature-section-7 .card-content {
            padding: 20px 80px;
        }

    .pricing {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin: auto;
    }
}
/*========SECTION 8==========*/
.feature-section-8 {
    background: url('/Images/home/S7-Background.png') no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .feature-section-8 p {
        color: var(--Grey-8, #525252);
    }
    .feature-section-8 h1 {
        font-size: 36px;
    }
    /*========SECTION 9==========*/
    .feature-section-9 {
        /*    padding: 60px 20px;*/
        background: var(--Azure-9, #0B1124);
    }
    .feature-section-9 .logo-wrap img{
        width: 150px;
    }

.footer-container {
    padding: 80px 80px;
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 4fr;
    background: #f3f4f6;
    border-radius: 0px 0px 100px 100px;
}
@media (max-width: 768px) {
    .footer-container {
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        border-radius: 0px 0px 50px 50px;
    }
    .cta-card {
    }
}
    /* column */
    .footer-col {
        display: flex;
        flex-direction: column;
    }

    /* logo */
    .logo-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .logo {
        width: 50px;
    }

    .brand-name {
        font-weight: 700;
        font-size: 20px;
    }

    .sub {
        font-size: 12px;
        color: #777;
    }

    /* social */
    .social {
        margin-top: 20px;
        display: flex;
        gap: 15px;
    }

        .social .icon {
            width: 20px;
            height: 20px;
            cursor: pointer;
            transition: 0.3s;
        }


            .social .icon:hover rect {
                fill: #ccc;
            }

            .social .icon:hover path,
            .social .icon:hover text {
                fill: #000;
            }


    /* title */
    .footer-col h4 {
        margin-bottom: 15px;
        font-size: 14px;
        color: var(--Light-Azure-10, #20679E);
        font-size: 14px;
    }
.footer-col summary {
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--Light-Azure-10, #20679E);
    font-size: 16px;
}

    /* list */
    .footer-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-col ul li {
            margin-bottom: 10px;
            font-size: 14px;
            color: #333;
        }

    /* contact icon spacing */
    .contact li {
        display: flex;
        gap: 8px;
        align-items: flex-start;
    }

    /* copyright */
    .copyright {
        position: absolute;
        bottom: 20px;
        right: 100px;
        font-size: 12px;
        color: #555;
    }


    /*=====SECTION 10====*/
    /*.feature-section-10 {
    padding: 60px 20px;
    background: #0b1220;*/ /* nền ngoài tối */
    /*    background: #f3f4f6;*/
    /*border-radius: 0px 0px 120px 120px;
    padding: 50px 40px 80px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.5fr;
    gap: 40px;
    position: relative;
}*/
.feature-section-9 .footer-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
/*=====SECTION 9====*/
.cta-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 80px;
    background: linear-gradient(135deg, #020617, #0b1a3a);
    color: #fff;
}

    /* CARD */
    .cta-card {
        position: relative;
        width: 260px;
        height: 320px;
        border-radius: 20px;
        background: var(--Azure-9, #0B1124);
        overflow: hidden;
        backdrop-filter: blur(10px);
        box-shadow: 0px 0px 50px 4px rgba(255, 255, 255, 0.3);
        display: flex;
        flex-direction: column;
    }

        .cta-card .content h4 {
            color: #fff;
        }
    /* GLOW EFFECT */
    /* GLOW 1 - xanh */
    .glow-1 {
        position: absolute;
        bottom: -80px;
        left: -40px;
        width: 100px;
        height: 150px;
        background: radial-gradient(circle, #fff, #1792ff);
        filter: blur(50px);
        opacity: 0.8;
        animation: moveGlow1 6s ease-in-out infinite alternate;
    }

    /* GLOW 2 - tím / trắng */
    .glow-2 {
        position: absolute;
        bottom: -60px;
        left: 60px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, #1792ff, #681eb3 );
        filter: blur(50px);
        opacity: 0.7;
        animation: moveGlow2 2s ease-in-out infinite alternate;
    }

    .glow-3 {
        position: absolute;
        bottom: -70px;
        left: 60px;
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, #fff, #fff);
        filter: blur(25px);
        opacity: 0.7;
        animation: moveGlow3 2s ease-in-out infinite alternate;
    }

    /* animation riêng */
    @keyframes moveGlow1 {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(80px, -40px);
        }
    }

    @keyframes moveGlow2 {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-60px, 30px);
        }
    }

    @keyframes moveGlow3 {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-60px, 100px);
        }
    }

    /* CONTENT */
    .cta-card .content {
        position: relative;
        z-index: 2;
        padding: 20px;
    }

    /* TEXT */
    .cta-text h2 {
        font-size: 32px;
        max-width: 500px;
        color: #fff;
    }


    .cta-card button {
        border-radius: 52px;
        background: black;
        color: #fff;
        padding: 10px 28px;
        margin-top: auto;
        margin-bottom: 20px;
        margin-left: 20px;
        text-align: start;
        width: 50%;
    }
    /* INPUT */
    .subscribe {
        margin-top: 20px;
        display: flex;
    }

        .subscribe input {
            padding: 12px;
            border-radius: 8px 0 0 8px;
            border: none;
            outline: none;
            max-width: 250px;
        }

        .subscribe button {
            padding: 12px 20px;
            border: none;
            background: linear-gradient(90deg, #4f46e5, #3b82f6);
            color: #fff;
            border-radius: 0 8px 8px 0;
        }

@media (max-width: 768px) {
    .section-wrapper > *:nth-child(1) {
        order: 3; /* Section3 xuống dưới */
/*        max-width: 360px;*/
    }

    .section-wrapper > *:nth-child(2) {
        order: 1; /* Section4 lên trên */
        margin-top: 10px;
    }

    .section-wrapper > *:nth-child(3) {
        order: 2;
    }

    .feature-section-4 {
        margin-left: 0px;
        width: 100%;
    }

        .feature-section-4 .content-2 {
            display: none;
            text-align: left;
        }

/*    .content-2.active {
        display: block;
    }*/

    .feature-section-4 .content-1 {
        padding-top: 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 5px;
        text-align: left;
    }

        .feature-section-4 .content-1 h2 {
            font-size: 28px !important;
        }

    .feature-section-3 {
        margin-top: 0px;
        padding: 30px 0px;
        
    }

    .feature-section-3 h1 {
        font-size: 28px !important;
        font-weight: 700;
    }
    .section-3-header p {
        font-size: 16px !important;
    }

    .feature-section-3 .feature-grid {
        display: none;
    }
    .ict-swiper-3 {
        display: block;
        overflow: hidden;
    }


    element.style {
        width: 276.667px;
        margin-right: 30px;
    }

    .feature-section-3 .card {
        padding: 40px 30px;
    }


    .cta-section {
        flex-direction: column;
        padding: 40px 10px;
    }
    .cta-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        .cta-text h2 {
            font-size: 28px !important;
            font-weight: 700;
        }
    .subscribe {
    }
    .home-badge {
        font-size: 10px;
    }
}
.modal-bg {
    background: url('/Images/home/background-form-pricing-plan.png') no-repeat center center;
    background-size: cover;
    background-color: var(--Azure-0, #FFF);
    border-radius: 40px;
}

.title-pricing-plan {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.92px;
    margin: 18px 0px 18px;
}

.title-pricing-plan-details {
    color: #000;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin: 18px 0px 18px;
}

.modal-dialog {
    max-width: 70%;
    max-height: 65%;
    margin: 8.75rem auto;
}

.modal-content {
    overflow: hidden;
}

.rounded {
    border-radius: 0.25rem !important;
    width: 25%;
    height: auto;
}

.border-custom {
    border-radius: 20px !important;
    border: 2px solid #F4F4F4;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(1px);
}

.inp-header {
    border-radius: 4px;
    border: 1px solid var(--Grey-3, #CDCDCD);
    background: rgba(255, 255, 255, 0.40);
    padding: 10px 20px 10px 20px;
    width: 100%;
}

.title-pricing-plan-challenges {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.title-pricing-plan-challenges-other {
    color: var(--Grey-6, #8D8D8D);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.button-challenges {
    display: flex;
    height: 51px;
    padding: 19px 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(86deg, var(--Azure-5, #3556B6) 6.53%, var(--light-azure-95, #3475A7) 106.64%);
}

.title-pricing-plan-custom {
    background: linear-gradient(90deg, #3556B6 44.71%, #4CA3EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 62px
}

@media (max-width: 768px) {

    .modal-dialog {
        max-width: 95%;
        max-height: 90%;
        margin: 1.5rem auto;
    }

    .modal-bg {
        border-radius: 20px;
        padding: 16px;
    }

    .title-pricing-plan {
        font-size: 28px;
        line-height: 130%;
        letter-spacing: -0.5px;
        margin: 12px 0;
    }

    .title-pricing-plan-details {
        font-size: 16px;
        line-height: 140%;
        margin: 10px 0;
    }

    .title-pricing-plan-challenges,
    .title-pricing-plan-challenges-other {
        font-size: 11px;
    }

    .rounded {
        width: 100%;
        height: auto;
    }

    .border-custom {
        border-radius: 12px;
        padding: 12px;
    }

    .inp-header {
        padding: 8px 12px;
        font-size: 14px;
    }

    .button-challenges {
        height: 44px;
        padding: 12px;
        font-size: 14px;
    }

    .title-pricing-plan-custom {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 1440px) {

    .modal-dialog {
        max-width: 80%;
        max-height: 75%;
        margin: 6rem auto;
    }

    .modal-bg {
        border-radius: 30px;
        padding: 24px;
    }

    .title-pricing-plan {
        font-size: 48px;
        line-height: 130%;
        letter-spacing: -1px;
    }

    .title-pricing-plan-details {
        font-size: 22px;
    }

    .title-pricing-plan-challenges,
    .title-pricing-plan-challenges-other {
        font-size: 12px;
    }

    .rounded {
        width: 35%;
    }

    .border-custom {
        border-radius: 16px;
        padding: 16px;
    }

    .inp-header {
        padding: 10px 16px;
        font-size: 15px;
    }

    .button-challenges {
        height: 48px;
        padding: 14px 24px;
        font-size: 15px;
    }

    .title-pricing-plan-custom {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {

    .feature-section-2{
        top: 50%;
    }

    .modal-dialog {
        max-width: 90%;
        max-height: 85%;
        margin: 3rem auto;
    }

    .modal-bg {
        border-radius: 24px;
        padding: 20px;
    }

    .title-pricing-plan {
        font-size: 36px;
        line-height: 130%;
        letter-spacing: -0.8px;
    }

    .title-pricing-plan-details {
        font-size: 18px;
        margin: 12px 0;
    }

    .title-pricing-plan-challenges,
    .title-pricing-plan-challenges-other {
        font-size: 12px;
    }

    .rounded {
        width: 50%;
    }

    .border-custom {
        border-radius: 14px;
        padding: 14px;
    }

    .inp-header {
        padding: 10px 14px;
        font-size: 14px;
    }

    .button-challenges {
        height: 46px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .title-pricing-plan-custom {
        font-size: 26px;
    }

/*    .mdl-js{
        width: 1174px;
    }*/
}

@media (max-width: 768px) {
/*    .mdl-js {
        width: auto;
    }*/
    .modal-dialog {
        max-width: 95%;
        max-height: 90%;
        margin: 1.5rem auto;
    }

    .modal-bg {
        border-radius: 16px;
        padding: 16px;
    }

    .title-pricing-plan {
        font-size: 28px;
        line-height: 130%;
        letter-spacing: -0.5px;
        margin: 10px 0;
        text-align: center;
    }

    .title-pricing-plan-details {
        font-size: 16px;
        line-height: 140%;
        margin: 8px 0;
        text-align: center;
    }

    .title-pricing-plan-challenges,
    .title-pricing-plan-challenges-other {
        font-size: 11px;
        text-align: center;
    }

    .rounded {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
    }

    .border-custom {
        border-radius: 12px;
        padding: 12px;
    }

    .inp-header {
        padding: 8px 12px;
        font-size: 14px;
    }

    .button-challenges {
        height: 44px;
        padding: 10px;
        font-size: 14px;
        width: 100%;
    }

    .title-pricing-plan-custom {
        font-size: 20px;
        text-align: center;
    }
}
    .cta-card p {
        font-size: 12px;
        max-width: 500px;
        color: #fff;
    }

}

@media (min-width: 769px) {
    .mobile-dropdown details {
        open: true;
    }

    .mobile-dropdown summary {
        pointer-events: none;
        list-style: none;
    }
    
    
}
@media (max-width: 768px) {
    .feature-section-9 .footer-info {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    summary {
        list-style: none;
    }

        summary::-webkit-details-marker {
            display: none;
        }
    .mobile-dropdown summary {
        cursor: pointer;
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
    }

    .mobile-dropdown ul {
        padding: 10px 0;
    }
    .mobile-dropdown summary::after {
        content: "▼";
        float: right;
        transition: 0.3s;
    }

    .mobile-dropdown details[open] summary::after {
        transform: rotate(180deg);
    }
    .feature-section-8 h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 50px;
        text-align: center;
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -1.41px;
        padding-top: 20px;
    }
    .copyright {
        right: 30px;
    }
}




/*===============================Modal succes=============*/
.success-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

    .success-modal.show {
        opacity: 1;
        pointer-events: auto;
    }

.success-modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    width: 320px;
    transform: translateY(30px) scale(0.9);
    opacity: 0;
    transition: all 0.3s ease;
}

.success-modal.show .success-modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* icon animation */
.success-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: #28a745;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pop 0.4s ease;
}

@keyframes pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-modal button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #007bff;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

/* Response */
@media (min-width: 1920px) {
    .hero-left {
        margin-top: -155px;
    }
    .feature-section-2 h1
    {
        font-size: 33px !important;
    }
}

@media (min-width: 1441px) {
    .hero-left h1,
    .manage-entire,
    .feature-section-7 h1
    .feature-section-8 h1{
        font-size: 39px;
        line-height: 1.3;
        margin: 0;
        font-weight: 700;
    }
    .hero-left .tagline, .desc {
        font-size: 22px;
    }
}

@media (max-width: 720px) {
    .hero-left h1,
    .manage-entire
    .text-highlight {
        font-size: 29px;
        line-height: 1.2;
        margin: 0;
        font-weight: 700;
    }

    .hero-left .tagline, .desc {
        font-size: 18px;
    }
}

@media (max-width: 450px) {
    .hero-left h1,
    .manage-entire
    .text-highlight {
        font-size: 26px;
        line-height: 1.2;
        margin: 0;
        font-weight: 700;
    }

    .hero-left .tagline, .desc {
        font-size: 12px;
    }
    .feature-section-2 h1, .feature-section-4 .content-1 h1, .feature-section-7 h1 {
        font-size: 24px !important;
    }
    .feature-section-7 h1{
        font-size:36px !important;
    }
    .feature-section-4 .content-1 h1 {
        font-weight:700;
    }
    .feature-section-4 .content-1 p {
        font-size: 14px;
    }
    .feature-section-5 .content-3-wrapper .sub-title {
        font-size: 16px !important;
    }
}

@media (max-width: 400px) {
    .desc {
        max-width: 200px !important;
    }

    .feature-section-2 {
        margin-top: -300px !important;
    }

    .home-wrapper {
        background: url('/Images/home/Mobile-All-Background.png') no-repeat;
    }
}

.hero-banner {
    position: relative;
    padding-bottom: 220px;
}

.feature-section-2 {
    position: absolute;
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    width: 70%;
    z-index: 20;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .hero-banner {
        padding-bottom: 420px;
    }

    .feature-section-2 {
        width: calc(100% - 20px);
        left: 50%;
        bottom: 190px;
        transform: translateX(-50%);
        margin-top: 0 !important;
    }
}

@media (max-width: 450px) {
    .hero-banner {
        padding-bottom: 360px;
    }

    .feature-section-2 {
        bottom: -212px !important;
    }
}

@media (max-width: 1440px) {
    .feature-section-4 > .container {
        margin-top: 211px !important;
    }