.elementor-96 .elementor-element.elementor-element-559eb4f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-8fd5276 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-96 .elementor-element.elementor-element-43cec03 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-f17b706 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-53c47a1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-318a275 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-0bdc1b7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-96 .elementor-element.elementor-element-8fd5276 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-96 .elementor-element.elementor-element-43cec03 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-f17b706 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-53c47a1 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-318a275 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-96 .elementor-element.elementor-element-0bdc1b7 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-7c0ebbf *//* Tổng thể Section */
.gmc-elegant-benefits-section {
    padding: 70px 0;
    padding-top: 0px;
    background-color: #fafdfb; /* Màu nền sáng nhẹ hơi hướng sinh thái */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Đặt max-width chuẩn 1300px theo yêu cầu */
.gmc-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header khu vực tiêu đề */
.gmc-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gmc-section-title {
    font-size: 30px;
    font-weight: 700;
    color: #11381e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.gmc-title-line {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #27ae60;
    border-radius: 2px;
}

/* Grid layout 5 cột bằng nhau */
.gmc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

/* Card thiết kế ĐÃ ĐỔI SANG MÀU XANH NHẠT ĐỂ KHÁC BIỆT VỚI NỀN */
.gmc-benefit-card {
    background: #f8f4e6; /* Màu xanh ngọc bạc nhẹ, phân tách rõ với nền #fafdfb */
    border: 1px solid #dfede4; /* Viền xanh pastel đồng bộ */
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(17, 56, 30, 0.02); /* Đổ bóng ám xanh nhẹ tinh tế */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                border-color 0.3s ease,
                background-color 0.3s ease;
}

/* Khung chứa ảnh cân đối */
.gmc-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff; /* Giữ khung ảnh nền trắng để làm nổi bật hình ảnh trái nhàu */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.02);
}

.gmc-image-box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Nội dung Text bên dưới */
.gmc-benefit-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gmc-benefit-title {
    font-size: 17px;
    font-weight: 600;
    color: #11381e; /* Đổi sang màu xanh đậm để hài hòa trên nền card xanh nhạt */
    line-height: 1.4;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.gmc-benefit-text {
    font-size: 16px; /* Tinh chỉnh lại 14px cho vừa vặn với layout mô tả */
    color: #4a5d50; /* Màu chữ ngả xanh rêu xám giúp dịu mắt và đồng bộ */
    line-height: 1.5;
    margin: 0;
}

/* Hiệu ứng tương tác hover nhẹ nhàng, cao cấp */
.gmc-benefit-card:hover {
    transform: translateY(-6px);
    border-color: #27ae60;
    background: #ffffff; /* Khi hover, card chuyển sang nền trắng tinh tế */
    box-shadow: 0 12px 30px rgba(39, 174, 96, 0.1);
}

.gmc-benefit-card:hover .gmc-image-box img {
    transform: scale(1.06);
}

.gmc-benefit-card:hover .gmc-benefit-title {
    color: #27ae60;
}

/* --- Tối ưu Responsive --- */
@media (max-width: 1100px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .gmc-elegant-benefits-section {
        padding: 50px 0;
    }
    .gmc-section-title {
        font-size: 25px;
    }
    .gmc-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .gmc-benefit-card {
        max-width: 300px;
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65c6592 *//* Tổng thể Section */
.gmc-elegant-benefits-section {
    padding: 70px 0;
    padding-top: 0px;
    background-color: #fafdfb; /* Màu nền sáng nhẹ hơi hướng sinh thái */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Đặt max-width chuẩn 1300px theo yêu cầu */
.gmc-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header khu vực tiêu đề */
.gmc-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gmc-section-title {
    font-size: 30px;
    font-weight: 700;
    color: #11381e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.gmc-title-line {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #27ae60;
    border-radius: 2px;
}

/* Grid layout 5 cột bằng nhau */
.gmc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

/* Card thiết kế ĐÃ ĐỔI SANG MÀU XANH NHẠT ĐỂ KHÁC BIỆT VỚI NỀN */
.gmc-benefit-card {
    background: #f8f4e6; /* Màu xanh ngọc bạc nhẹ, phân tách rõ với nền #fafdfb */
    border: 1px solid #dfede4; /* Viền xanh pastel đồng bộ */
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(17, 56, 30, 0.02); /* Đổ bóng ám xanh nhẹ tinh tế */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                border-color 0.3s ease,
                background-color 0.3s ease;
}

/* Khung chứa ảnh cân đối */
.gmc-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff; /* Giữ khung ảnh nền trắng để làm nổi bật hình ảnh trái nhàu */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.02);
}

.gmc-image-box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Nội dung Text bên dưới */
.gmc-benefit-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gmc-benefit-title {
    font-size: 17px;
    font-weight: 600;
    color: #11381e; /* Đổi sang màu xanh đậm để hài hòa trên nền card xanh nhạt */
    line-height: 1.4;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.gmc-benefit-text {
    font-size: 16px; /* Tinh chỉnh lại 14px cho vừa vặn với layout mô tả */
    color: #4a5d50; /* Màu chữ ngả xanh rêu xám giúp dịu mắt và đồng bộ */
    line-height: 1.5;
    margin: 0;
}

/* Hiệu ứng tương tác hover nhẹ nhàng, cao cấp */
.gmc-benefit-card:hover {
    transform: translateY(-6px);
    border-color: #27ae60;
    background: #ffffff; /* Khi hover, card chuyển sang nền trắng tinh tế */
    box-shadow: 0 12px 30px rgba(39, 174, 96, 0.1);
}

.gmc-benefit-card:hover .gmc-image-box img {
    transform: scale(1.06);
}

.gmc-benefit-card:hover .gmc-benefit-title {
    color: #27ae60;
}

/* --- Tối ưu Responsive --- */
@media (max-width: 1100px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .gmc-elegant-benefits-section {
        padding: 50px 0;
    }
    .gmc-section-title {
        font-size: 25px;
    }
    .gmc-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .gmc-benefit-card {
        max-width: 300px;
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62c1da1 *//* Tổng thể Section */
.gmc-elegant-benefits-section {
    padding: 70px 0;
    padding-top: 0px;
    background-color: #fafdfb; /* Màu nền sáng nhẹ hơi hướng sinh thái */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Đặt max-width chuẩn 1300px theo yêu cầu */
.gmc-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header khu vực tiêu đề */
.gmc-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gmc-section-title {
    font-size: 30px;
    font-weight: 700;
    color: #11381e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.gmc-title-line {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #27ae60;
    border-radius: 2px;
}

/* Grid layout 5 cột bằng nhau */
.gmc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

/* Card thiết kế ĐÃ ĐỔI SANG MÀU XANH NHẠT ĐỂ KHÁC BIỆT VỚI NỀN */
.gmc-benefit-card {
    background: #f8f4e6; /* Màu xanh ngọc bạc nhẹ, phân tách rõ với nền #fafdfb */
    border: 1px solid #dfede4; /* Viền xanh pastel đồng bộ */
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(17, 56, 30, 0.02); /* Đổ bóng ám xanh nhẹ tinh tế */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                border-color 0.3s ease,
                background-color 0.3s ease;
}

/* Khung chứa ảnh cân đối */
.gmc-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff; /* Giữ khung ảnh nền trắng để làm nổi bật hình ảnh trái nhàu */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.02);
}

.gmc-image-box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Nội dung Text bên dưới */
.gmc-benefit-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gmc-benefit-title {
    font-size: 17px;
    font-weight: 600;
    color: #11381e; /* Đổi sang màu xanh đậm để hài hòa trên nền card xanh nhạt */
    line-height: 1.4;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.gmc-benefit-text {
    font-size: 16px; /* Tinh chỉnh lại 14px cho vừa vặn với layout mô tả */
    color: #4a5d50; /* Màu chữ ngả xanh rêu xám giúp dịu mắt và đồng bộ */
    line-height: 1.5;
    margin: 0;
}

/* Hiệu ứng tương tác hover nhẹ nhàng, cao cấp */
.gmc-benefit-card:hover {
    transform: translateY(-6px);
    border-color: #27ae60;
    background: #ffffff; /* Khi hover, card chuyển sang nền trắng tinh tế */
    box-shadow: 0 12px 30px rgba(39, 174, 96, 0.1);
}

.gmc-benefit-card:hover .gmc-image-box img {
    transform: scale(1.06);
}

.gmc-benefit-card:hover .gmc-benefit-title {
    color: #27ae60;
}

/* --- Tối ưu Responsive --- */
@media (max-width: 1100px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .gmc-elegant-benefits-section {
        padding: 50px 0;
    }
    .gmc-section-title {
        font-size: 25px;
    }
    .gmc-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .gmc-benefit-card {
        max-width: 300px;
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc60890 *//* Tổng thể Section */
.gmc-elegant-benefits-section {
    padding: 70px 0;
    padding-top: 0px;
    background-color: #fafdfb; /* Màu nền sáng nhẹ hơi hướng sinh thái */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Đặt max-width chuẩn 1300px theo yêu cầu */
.gmc-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header khu vực tiêu đề */
.gmc-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gmc-section-title {
    font-size: 30px;
    font-weight: 700;
    color: #11381e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.gmc-title-line {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #27ae60;
    border-radius: 2px;
}

/* Grid layout 5 cột bằng nhau */
.gmc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

/* Card thiết kế ĐÃ ĐỔI SANG MÀU XANH NHẠT ĐỂ KHÁC BIỆT VỚI NỀN */
.gmc-benefit-card {
    background: #f8f4e6; /* Màu xanh ngọc bạc nhẹ, phân tách rõ với nền #fafdfb */
    border: 1px solid #dfede4; /* Viền xanh pastel đồng bộ */
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(17, 56, 30, 0.02); /* Đổ bóng ám xanh nhẹ tinh tế */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                border-color 0.3s ease,
                background-color 0.3s ease;
}

/* Khung chứa ảnh cân đối */
.gmc-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff; /* Giữ khung ảnh nền trắng để làm nổi bật hình ảnh trái nhàu */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.02);
}

.gmc-image-box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Nội dung Text bên dưới */
.gmc-benefit-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gmc-benefit-title {
    font-size: 17px;
    font-weight: 600;
    color: #11381e; /* Đổi sang màu xanh đậm để hài hòa trên nền card xanh nhạt */
    line-height: 1.4;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.gmc-benefit-text {
    font-size: 16px; /* Tinh chỉnh lại 14px cho vừa vặn với layout mô tả */
    color: #4a5d50; /* Màu chữ ngả xanh rêu xám giúp dịu mắt và đồng bộ */
    line-height: 1.5;
    margin: 0;
}

/* Hiệu ứng tương tác hover nhẹ nhàng, cao cấp */
.gmc-benefit-card:hover {
    transform: translateY(-6px);
    border-color: #27ae60;
    background: #ffffff; /* Khi hover, card chuyển sang nền trắng tinh tế */
    box-shadow: 0 12px 30px rgba(39, 174, 96, 0.1);
}

.gmc-benefit-card:hover .gmc-image-box img {
    transform: scale(1.06);
}

.gmc-benefit-card:hover .gmc-benefit-title {
    color: #27ae60;
}

/* --- Tối ưu Responsive --- */
@media (max-width: 1100px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .gmc-elegant-benefits-section {
        padding: 50px 0;
    }
    .gmc-section-title {
        font-size: 25px;
    }
    .gmc-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .gmc-benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .gmc-benefit-card {
        max-width: 300px;
        margin: 0 auto;
    }
}/* End custom CSS */