.buying-options-panel.v5-layout {
    padding: 4rem 1rem;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.intro-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    gap: 2rem;
}

.intro-left {
    /*flex: 1 1 50%;*/
    min-width: 300px;
}

.intro-left ul {
    padding: 0;
    list-style: none;
}

.intro-left li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.intro-left img {
    width: 18px;
    margin-right: 8px;
}

.intro-right img {
    max-width: 50%;
    height: auto;
    display: block;
}

.option-card {
    flex: 1 1 30%;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.option-card.green {
    background-color: #e7f7ea;
}

.option-card .badge {
    background: #b4f0c1;
    color: #034d21;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-weight: bold;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.option-card.additional-hubs .hub {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.option-card.additional-hubs .hub.blue {
    background: #d9ecf9;
}

.option-card.additional-hubs .hub.orange {
    background: #fdebd0;
}

.option-card .btn {
    display: inline-block;
    margin-top: 0.5rem;
    background: #003b71;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
}

.cta-phone {
    text-align: center;
    margin-top: 3rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.arrow-decorator {
    position: relative;
    width: 100%;
    height: 59.41px;
    margin-top: -20px;
    margin-bottom: -2rem;
    display: flex;
    justify-content: center;
    pointer-events: none;
    transform: translate(-260px, 70px) rotate(16deg);
}

.arrow-decorator img {
    height: 100%;
    object-fit: contain;
    transform: rotate(0deg); /* bạn có thể xoay nếu cần */
}


.staff-skills-section {
    padding: 3rem 1rem;
    background-color: #fff;
}

.staff-skills-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.training-hero-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 58px;
    color: #085570;
    margin-bottom: 2rem;
    font-family: Archivo !important;
    text-align: center;
    width: 100%;
}

.training-hero-title .highlight-wrapper {
    position: relative;
    white-space: nowrap;
}

.training-hero-title .title-text {
    font-size: 54px;
    font-weight: 800;
    line-height: 58px;
    color: #085570;
    font-family: Archivo !important;
}

.training-hero-title .training-hero-underline {
    content: "";
    position: absolute;
    right: 16px;
    bottom: -4px;
    width: 350px;
    height: 14px;
    background-image: url(../img/underline.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width:480px) {
    .training-hero-title {
        font-size: 48px;
    }
    .training-hero-title .title-text {
        font-size: 48px;
    }
    .training-hero-title .training-hero-underline {
        width: 310px;
    }
}

.staff-skills-title {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.staff-skills-header {
    display: flex;
    width: 100%;
}

.staff-skills-header .button-holder {
    margin-bottom: 1rem;
}

@media(max-width: 768px) {
    .staff-skills-header {
        flex-direction: column;
    }
}

@media (min-width: 769px) {
    .staff-skills-title {
        width: 65%;
        margin-bottom: 2rem;
    }
    .staff-skills-header .button-holder {
        margin-bottom: 0rem;
    }
}

.staff-skills-header .button.outline {
    background-color: #085570 !important;
    color: var(--white);
    font-size: 16px;
    width: 100%;
}

.staff-skills-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.staff-skills-list li {
    flex: 1 1 100%;
    list-style: none;
    padding-left: 0;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 16px;
}

@media (min-width: 769px) {
    .staff-skills-list li {
        flex: 1 1 50%;
        list-style: none;
        padding-left: 0;
    }
}

.staff-skills-text {
    font-weight: 800;
    font-family: 'Archivo' !important;
    font-size: 24px;
}

.staff-skills-sister {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.staff-skills-list img {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
}

.pricing-options {
    padding: 0 1rem 3rem 1rem;
    background-color: #fff;
}

.buying-options-panel .money-description .button.outline {
    background-color: #085570 !important;
    color: var(--white);
    font-size: 16px;
    width: 100%;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .pricing-grid {
        flex-direction: column;
        align-content: center;
    }
}

@media(max-width: 480px) {
    .pricing-grid {
        flex-wrap: nowrap;
    }
}

.pricing-card {
    background: #B7F4AF4D;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 32%; /* chiếm khoảng 1/3, trừ gap */
    min-width: 362px; /* đảm bảo không bị vỡ trên mobile */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 362px;
}

@media(max-width: 480px) {
    .pricing-card {
        min-width: auto;
        align-self: center;
    }
}

.pricing-card label {
    font-weight: 400 !important;
    margin: 0.5rem 0 0.25rem;
}

.radio-holder {
    display: inline-block;
    float: left;
    line-height: 28px;
    margin: 0 23px 20px 0;
}



.pricing-card h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.buying-options-panel .option {
    padding-right: 0 !important;
    border-right: 0 !important;
}


.pricing-card .desc-top {
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Archivo';
    font-size: 19px;
    color: #2B2B2B;
    line-height: 22px;
}

.buying-options-panel .drop-down h4 {
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Archivo' !important;
    font-size: 19px;
    color: #2B2B2B;
    line-height: 22px;
}
.pricing-body-top{
    min-height: 200px;
}

.additional-hubs h4 {
    letter-spacing: 0;
    color: #2B2B2B;
    font-weight: 800;
    padding: 24px 26px 0 0;
    font-size: 24px !important;
    border-top-right-radius: 16px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 0;
}

.pricing-card .desc-bt {
    padding-top: 25px;
    letter-spacing: 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.pricing-card label {
    font-weight: bold;
    margin: 0.5rem 0 0.25rem;
}

.pricing-card select {
    width: 100%;
    padding: 0.5rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

.months {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    font-size: 0.9rem;
}

.price {
    margin: 1rem 0;
}

.price strong {
    font-size: 1.75rem;
    color: #004c66;
}

.btn {
    background: #004c66;
    color: #fff;
    padding: 0.75rem 1rem;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: auto;
}

.fineprint {
    text-align: center;
    letter-spacing: 0;
    font-family: 'Poppins';
    line-height: 18px;
    margin-top: 0.5rem;
    font-size: 12px;
    color: #2B2B2B;
}
.buying-options-panel .money-description .button-holder {
    padding-right: 0;
}

.additional-hubs {
    flex: 1 1 30%;
    min-width: 362px;
    max-width: 362px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-top: 1px solid #D8D8D8;
}

@media(max-width: 480px) {
    .additional-hubs {
        min-width: auto;
        align-self: center;
    }
}


.additional-hubs h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.additional-hubs p {
    padding-top: 38px;
    letter-spacing: 0;
    font-family: 'Poppins';
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1rem;
}


.hub-box h5 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.hub-box ul {
    padding-left: 1.2rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.hub-box.blue {
    background-color: #c8e8f5;
}

.hub-box.orange {
    background-color: #fde4be;
}

.hub-box .btn {
    margin-left: 1.2rem;
    /*padding-left: 1.2rem;*/
    width: 164px;
    height: 38px;
    line-height: 100%;
    background: none;
    color: #085570;
    border: 1px solid #085570;
    border-radius: 30px;
    font-size: 16px;
}

.pricing-header {
    letter-spacing: 0;
    font-family: 'Archivo';
    height: 70px;
    background-color: #B7F4AF;
    color: #2B2B2B;
    font-weight: 800;
    padding: 24px 26px;
    font-size: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.pricing-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.cta-contact {
    padding: 0rem 1rem 3rem 1rem;
    text-align: center;
    background-color: #ffffff;
}

.cta-contact p {
    font-size: 28px;
    font-weight: 800;
    color: #2B2B2B;
    margin: 0;
    line-height: 32px;
    letter-spacing: 0.2px;
}

/*hub-box wellbeing-hub*/
/* Wrapper styles */
/*.hub-box {*/
/*    border-radius: 16px;*/
/*    overflow: hidden;*/
/*    font-family: sans-serif;*/
/*    width: 100%;*/
/*    max-width: 420px;*/
/*    box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
/*    margin-bottom: 32px;*/
/*}*/
/*.hub-box {*/
/*    padding: 1rem;*/
/*    border-radius: 10px;*/
/*    margin-bottom: 1rem;*/
/*}*/

.hub-box {
    border-radius: 16px;
    overflow: hidden;
    font-family: sans-serif;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 32px;
    padding: 0; /* ✅ bỏ padding ở đây */
}



/* Background variants */
.hub-blue {
    background-color: #80C0E44D;
}

.hub-orange {
    background-color: #FBBD744D;
}

/* Header bar */
.hub-header {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent; /* override below */
}

/* Specific background for each header */
.hub-blue .hub-header {
    background-color: #80C0E4;
}

.hub-orange .hub-header {
    background-color: #FBBD74;
}

.hub-header h5 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.hub-icon {
    width: 38px;
    height: 42px;
}

/* Content area */
.hub-content {
    padding: 24px;
}

/* List styling */
ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 16px;
    /*color: #333;*/
}

.hub-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.hub-icon-circle img {
    width: 16px;
    height: 16px;
}

.hub-text {
    display: inline-block;
}

/* Button */
.enquire-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #004c5f;
    border-radius: 30px;
    text-decoration: none;
    color: #004c5f;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.enquire-btn:hover {
    background-color: #004c5f;
    color: white;
}

.hub-box.hub-blue{
    margin-top: 30px;
}
.hub-box.hub-orange{
    margin-top: auto !important;
    margin-bottom: 0;
}

.faqs-container {
    padding-bottom: 0;
}

.bottom-strip {
    display: none;
}


.bespoke-section {
    background-color: #F6F6F2;
    padding: 38px 20px;
    position: relative;
    overflow: hidden;
}

.bespoke-container {
    max-width: 1200px;
    padding-left: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}
@media(max-width: 768px) {
    .bespoke-container{
        flex-direction: column;
        padding-left: 0;
    }
}

.bespoke-image img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.bespoke-content {
    z-index: 2;
    max-width: 800px;
}

.bespoke-content h2 {
    line-height: 46px;
    font-size: 42px;
    font-weight: 800;
    color: #085570;
    margin-bottom: 20px;
    font-family: 'Archivo' !important;
    letter-spacing: -1.5px;
}

.bespoke-content p {
    max-width: 650px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 20px;
    line-height: 26px;
}
.bespoke-btn {
    height: 48px;
    width: 190px;
    line-height: 20px;
    display: inline-block;
    background-color: #B7F4AF;
    padding: 12px 45px;
    color: #2B2B2B;
    text-decoration: none;
    border-radius: 32px;
    font-weight: 400;
    font-size: 16px;
}


.bespoke-bg {
    margin-top: -143px;
    position: absolute;
    right: -60px;
    top: 0;
    height: 521px;
    width: 553px;
    z-index: 1;
    pointer-events: none;
}



/*benefits*/
.benefits-section {
    background: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.benefits-title {
    font-size: 42px;
    font-weight: 800;
    color: #085570;
    margin-bottom: 40px;
    font-family: 'Archivo' !important;
    letter-spacing: -1.5px;
    line-height: 46px;
}

.benefits-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0rem 3rem;
}

.benefit-item {
    max-width: 250px;
    text-align: center;
}

.benefit-icon {
    background-color: #c7f5b1;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 16px;
    display: inline-block;
}


.benefit-text {
    padding-left: 23px;
    font-size: 24px;
    color: #085570;
    font-weight: 700;
    font-family: 'Archivo';
    line-height: 100%;
    letter-spacing: 0px;

}


/*new*/

.benefit-item {
    max-width: 300px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.benefit-icon {
    background-color: #c7f5b1;
    border-radius: 16px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-bottom: 0; /* bỏ margin để icon và text nằm ngang */
}

.benefit-icon img {
    width: 96px;
    height: 96px;
}

/*.benefit-text {*/
/*    font-size: 16px;*/
/*    color: #004666;*/
/*    font-weight: 500;*/
/*    line-height: 1.4;*/
/*}*/

.buying-options-panel {
    padding-bottom: 0;
    padding-top: 0;
}


.divider {
    width: 1px;
    height: 117px;
    background-color: #CCCCCC;
}
@media(max-width: 768px) {
    .divider {
        display: none;
    }
}

*, input, select, textarea, option, button {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    outline: none !important;
}



.buying-options-panel .drop-down h4.inline {
    display: inline-block;
    float: left;
    margin-right: 16px;
}


.buying-options-panel .money-description {
    clear: both;
    padding-bottom: 58px;
}

h1, h2, h3, h4, h5, h6, .simpay-styled .simpay-form-title, .simpay-styled .simpay-form-description {
    font-family: "Archivo", sans-serif !important;
}
.buying-options-panel .money-description h5 {
    color: var(--ssa-main);
    float: left;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 50px;
    margin-right: 5px;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 5px 0 0;
    float: left;
    font: inherit;
    color: currentColor;
    width: 28px;
    height: 28px;
    border: 1px solid var(--bg-2);
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid
;
    place-content: center;
}
.content {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 50px;
    width: 100%;
}

.faqs-panel .content {
    max-width: 1280px;
    padding-top: 60px !important;
}

.accreditation-panel .content {
    align-items: center;
    display: flex
;
    justify-content: left;
    padding: 57px 50px 73px 50px !important;
}

footer .content {
    color: var(--white);
    display: flex;
    max-width: 1280px;
    padding: 70px 50px 50px 50px !important;
}
