.blue_bg {
    background: linear-gradient(90deg, #ffffff 30%, #f5faff 50%, #e6f0fa 70%) !important;
}

.image-section {
    background-color: #fff;
    /* hoặc màu bạn muốn */
    padding: 0;
    margin: 0;
}

.image-wrapper {
    width: 100%;
    height: 60vh;
    /* 80% chiều cao màn hình */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-full {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* Header Section */
.intro-section {
    background-color: transparent;
    padding: 50px 0;
}

.intro-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.intro-image:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.intro-content h1 {
    color: #053574 !important;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.intro-content p {
    color: #363636;
    text-align: center !important;
    font-size: 1.2rem;
    width: 86%;
    font-weight: 400;
    line-height: 1.6;
}

.btn-primary {
    background-color: #053574;
    color: #ffffff;
    border: none;
    padding: 14px 28px 14px 28px;
    border-radius: 25px;
}

.btn-primary:hover {
    transition: ease-in-out 0.3s !important;
    background-color: #FFC107;
    border-color: #FFC107;
    color: #000000;
    font-style: bold;
}

.btn-submit {
    padding: 15px 25px;
    font-size: 1.2rem;
}

.brand_color {
    background: transparent;
}

.brand_color .titlepage {
    padding-bottom: 20px;
}

.brand_color .titlepage h2 {
    font-weight: bold;
    display: inline-block;
    position: relative;
    color: #053574 !important;
    font-size: 40px !important;
    text-transform: uppercase;
}

.brand_color .titlepage h3 {
    color: #053574 !important;
    font-size: 1.3rem;
    font-weight: 450;
    margin-top: 40px;
}

.brand_color .titlepage h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    /* một nửa chiều rộng của h2 */
    height: 3px;
    /* độ dày gạch */
    background-color: #FFD700;
    /* màu vàng */
    border-radius: 2px;
}

/* Features Section */
.benefits-section {
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    background-color: transparent;
}

.benefit-hero-title {
    color: #053574 !important;
    font-size: 1.13rem;
    font-weight: 500;
    width: 85%;
    text-align: justify;
    margin-bottom: 50px;
}

.benefit-block {
    background: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding-bottom: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.benefit-icon {
    font-size: 3rem;
    color: #053574 !important;
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #053574 !important;
    margin-bottom: 15px;
}

.benefit-block p {
    color: #313131;
    font-size: 1.15rem;
    font-weight: 450;
    line-height: 1.5;
}

.benefit-block:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.benefit-block:hover i {
    color: #d4a017 !important;
    transition: color 0.3s ease !important;
}

.risks-section {
    background-color: transparent;
    color: #000000;
    margin-bottom: 20px;
}

.risks-section-hero-title {
    color: #053574 !important;
    font-size: 1.43rem;
    font-weight: 500;
    width: 85%;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
}

.risks-section .card {
    border: none;
    border-radius: 12px;
    background: #fffefe;
}

.risks-section-title {
    color: #053574 !important;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.risk-text {
    font-size: 1.2rem;
    font-weight: 450;
    line-height: 1.6;
    color: #424242;
}

.journey-step {
    flex: 1 1 30%;
    min-width: 250px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.join-section-hero-title {
    color: #053574 !important;
    font-size: 2.43rem;
    font-weight: 700;
    width: 85%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.journey-step:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.journey-step:hover .step-icon {
    color: #d4a017 !important;
    transition: color 0.3s ease !important;
}

.step-content {
    background: white;
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-content h3 {
    color: #053574 !important;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #053574 !important;
}

.step-content p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: justify;
    color: #383838 !important;
}

.step-icon {
    font-size: 3rem;
    color: #053574 !important;
    margin-bottom: 20px;
}

.start-button {
    font-weight: 500 !important;
    font-size: 1.2rem !important;
}

.end-title {
    color: #053574 !important;
    font-size: 1.5rem;
    width: 85%;
    font-weight: 450;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.quote-mark {
    font-size: 3rem;
    /* Tăng kích thước dấu " */
    color: #f7c744;
    /* Màu vàng đậm (giống vàng ánh kim) */
    font-weight: bold;
}

/* Mobile */
@media (max-width: 576px) {
    .image-section {
        display: none;
    }

    .intro-content h1 {
        font-size: 1.5rem;
    }

    .intro-content p {
        font-size: 0.7rem;
    }

    .btn-primary {
        font-size: 0.7rem;
    }

    .brand_color .titlepage h2 {
        font-size: 1.2rem !important;
    }

    .benefit-icon {
        font-size: 2.4rem;
    }

    .benefit-title {
        font-size: 1.3rem;
    }

    .benefit-hero-title {
        font-size: 1.2rem;
    }

    .benefit-block p {
        font-size: 0.98rem;
    }

    .end-title {
        font-size: 1rem;
    }

    .quote-mark {
        font-size: 1.06rem;
    }

    .btn-submit {
        padding: 8px 10px;
        font-size: 1rem;
    }

    .risks-section-hero-title {
        font-size: 0.8rem;
    }

     .risks-section-title {
        font-size: 1rem;
    }
    
    .risk-text {
        font-size: 0.8rem;
    }

    .join-section-hero-title {
        font-size: 1.5rem;
    }

    .step-header {
        font-size: 1.1rem;
    }

    .step-icon {
        font-size: 1.6rem;
    }

    .step-content h3 {
        font-size: 1rem;
    }

    .step-content p {
        font-size: 0.8rem;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 1280px) {
    .intro-content h1 {
        font-size: 1.5rem;
    }

    .intro-content p {
        font-size: 0.7rem;
    }

    .btn-primary {
        font-size: 0.7rem;
    }

    .brand_color .titlepage h2 {
        font-size: 1.6rem !important;
    }

    .benefit-icon {
        font-size: 1.6rem;
    }

    .benefit-title {
        font-size: 1rem;
    }

    .benefit-hero-title {
        font-size: 0.9rem;
    }

    .benefit-block p {
        font-size: 0.75rem;
    }

    .end-title {
        font-size: 1rem;
    }

    .quote-mark {
        font-size: 1.06rem;
    }

    .btn-submit {
        padding: 8px 10px;
        font-size: 1rem;
    }

    .risks-section-hero-title {
        font-size: 1rem;
    }

     .risks-section-title {
        font-size: 1.4rem;
    }
    
    .risk-text {
        font-size: 0.8rem;
    }

    .join-section-hero-title {
        font-size: 1.5rem;
    }

    .step-header {
        font-size: 1.1rem;
    }

    .step-icon {
        font-size: 1.6rem;
    }

    .step-content h3 {
        font-size: 1rem;
    }

    .step-content p {
        font-size: 0.8rem;
    }
}

/* Laptop */
@media (min-width: 1281px) and (max-width: 1750px) {
    .intro-content h1 {
        font-size: 2rem;
    }

    .intro-content p {
        font-size: 0.9rem;
    }

    .btn-primary {
        font-size: 1rem;
    }

    .brand_color .titlepage h2 {
        font-size: 2rem !important;
    }

    .benefit-icon {
        font-size: 2rem;
    }

    .benefit-title {
        font-size: 1.3rem;
    }

    .benefit-hero-title {
        font-size: 1rem;
    }

    .benefit-block p {
        font-size: 0.95rem;
    }

    .end-title {
        font-size: 1.3rem;
    }

    .quote-mark {
        font-size: 1.5rem;
    }

    .btn-submit {
        padding: 13px 20px;
        font-size: 1rem;
    }

    .risks-section-hero-title {
        font-size: 1.12rem;
    }

     .risks-section-title {
        font-size: 1.6rem;
    }
    
    .risk-text {
        font-size: 1.03rem;
    }

    .join-section-hero-title {
        font-size: 1.8rem;
    }

    .step-header {
        font-size: 1.3rem;
    }

    .step-icon {
        font-size: 2.5rem;
    }

    .step-content h3 {
        font-size: 1.3rem;
    }

    .step-content p {
        font-size: 1rem;
    }
}