.elementor-659 .elementor-element.elementor-element-8cada7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-659 .elementor-element.elementor-element-81af51d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-659 .elementor-element.elementor-element-a28cd27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-659 .elementor-element.elementor-element-e029b5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-659 .elementor-element.elementor-element-d6deceb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-659 .elementor-element.elementor-element-4216b89{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-659 .elementor-element.elementor-element-babd05f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a2768ad */.mp-bl-banner-section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.mp-bl-banner-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* rounded corners? Image doesn't show clearly. Let's keep it square for banner. */
}
.mp-bl-banner-img img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px;
    /* Ensure height on mobile */
    object-fit: cover;
}
/* Text Overlay */
.mp-bl-banner-text-wrap {
    position: absolute;
    top: 20%;
    left: 10%;
    /* Specific positioning as per designs usually */
    z-index: 2;
}
.mp-bl-title {
    /* Web font or system Mincho */
    font-size: 3rem;
    /* Large size */
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-left: 20px;
    /* Space between line and text */
    border-left: 3px solid #000;
    /* Vertical line */
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    /* In case text overlaps complex image parts, though image seems to have white space there */
}
.mp-bl-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    width: 3px;
    /* Line thickness */
    height: 150%;
    /* 1.4 times the text height - Adjust this to make it longer/shorter */
    background-color: #fff;
}
/* Responsive */
@media (max-width: 768px) {
    .mp-bl-title {
        font-size: 1.8rem;
        padding-left: 15px;
        border-left-width: 3px;
    }
    .mp-bl-banner-text-wrap {
        top: 15%;
        left: 5%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1d6162 */.service-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* number circle */
.service-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 22px;
    font-family: serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* text */
.service-text span {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #444;
}

.service-text strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

/* themes */
.theme-blue  .service-number { background: #cceeff; }
.theme-green .service-number { background: #d9f2ce; }
.theme-yellow.service-number,
.theme-yellow .service-number { background: #fff5ca; }
.theme-pink  .service-number { background: #ffd6d6; }

/* responsive */
@media (max-width: 991px) {
    .service-summary {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }
}

@media (max-width: 600px) {
    .service-summary {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d573160 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

.mp-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.mp-container {
    width: 100%;
    max-width: 1000px;
}

/* Header */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px;
}

.mp-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
}

/* Light Blue Brush for Data Bank */
.mp-title-bg-blue-brush {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1deg);
    width: 110%;
    height: 50%;
    background-color: #e0f7fa;
    /* Light Cyan/Blue */
    z-index: 1;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(178, 235, 242, 0.4);
    /* Rough edges effect can be enhanced with ::before/::after if needed */
}

/* Roughly simulate brush ends */
.mp-title-bg-blue-brush::before,
.mp-title-bg-blue-brush::after {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #e0f7fa;
    border-radius: 50%;
    opacity: 0.8;
}

.mp-title-bg-blue-brush::before {
    left: -8px;
}

.mp-title-bg-blue-brush::after {
    right: -8px;
}

.mp-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.0;
    color: #444;
    text-align: justify;
    text-align-last: center;
}

/* Image Placeholder Container */
.mp-image-container {
    width: 100%;
    max-width: 800px;
    /* Constrain max width for the diagram */
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 20px;
    min-height: 400px;
    /* Approximate height of the diagram */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mp-diagram-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Placeholder specific styling (remove when real image is added if desired, or keep as fallback) */
.placeholder-style {
    width: 450px;
    height: 200px;
    object-fit: cover;
    /* Prevent stretch */
}

.mp-placeholder-text {
    color: #999;
    margin-top: 10px;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-title {
        font-size: 1.6rem;
    }

    .mp-description {
        text-align: left;
        text-align-last: left;
    }

    .mp-image-container {
        min-height: 300px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cdfdd8 *//* Container chính */
.section-lifecare {
    width: 100%;
    padding: 60px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.lifecare-container {
    max-width: 1000px; /* Điều chỉnh độ rộng tùy ý */
    margin: 0 auto;
}

/* --- HEADER SECTION --- */
.lifecare-header {
    text-align: center;
    margin-bottom: 50px;
}

.lifecare-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

/* Placeholder cho vết mực xanh nền tiêu đề */
.lifecare-title .title-bg {
    position: relative;
    z-index: 1;
    display: inline-block;
    /* Dưới đây là placeholder background - Bạn thay url ảnh vết mực vào đây */
    /* background-image: url('path-to-your-brush-stroke.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; 
}

.lifecare-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: justify; /* Hoặc center tùy thích, trong ảnh có vẻ căn đều */
    max-width: 900px;
    margin: 0 auto;
}

/* --- CARDS SECTION --- */
.lifecare-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.care-card {
    flex: 1;
    min-width: 280px; /* Đảm bảo không bị co quá nhỏ trên mobile */
    border: 1px solid #eecbcb; /* Màu viền hơi hồng nhạt giống ảnh */
    border-radius: 20px;
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
}

/* Phần Icon */
.card-icon {
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* Tiêu đề Card (①...) */
.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Nội dung text trong Card */
.card-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    text-align: left; /* Text trong card căn trái dễ đọc hơn */
    flex-grow: 1; /* Đẩy nút xuống đáy nếu text ngắn dài khác nhau */
}

/* Nút bấm (Button) */
.card-btn {
    display: inline-block;
    background-color: #cbf6f7; /* Màu xanh nhạt (Cyan) giống ảnh */
    color: #333;
    text-decoration: none;
    padding: 12px 0;
    width: 80%; /* Chiều rộng nút */
    border-radius: 50px; /* Bo tròn 2 đầu */
    font-size: 14px;
    transition: background-color 0.3s;
}

.card-btn:hover {
    background-color: #aeeeee;
    opacity: 0.9;
}

/* --- Responsive cho Mobile --- */
@media (max-width: 768px) {
    .lifecare-cards {
        flex-direction: column;
    }
    
    .lifecare-title {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f9dc5a *//* Container chính */
.section-lifecare {
    width: 100%;
    padding: 60px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.lifecare-container {
    max-width: 1000px; /* Điều chỉnh độ rộng tùy ý */
    margin: 0 auto;
}

/* --- HEADER SECTION --- */
.lifecare-header {
    text-align: center;
    margin-bottom: 50px;
}

.lifecare-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

/* Placeholder cho vết mực xanh nền tiêu đề */
.lifecare-title .title-bg {
    position: relative;
    z-index: 1;
    display: inline-block;
    /* Dưới đây là placeholder background - Bạn thay url ảnh vết mực vào đây */
    /* background-image: url('path-to-your-brush-stroke.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; 
}

.lifecare-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: justify; /* Hoặc center tùy thích, trong ảnh có vẻ căn đều */
    max-width: 900px;
    margin: 0 auto;
}

/* --- CARDS SECTION --- */
.lifecare-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.care-card {
    flex: 1;
    min-width: 280px; /* Đảm bảo không bị co quá nhỏ trên mobile */
    border: 1px solid #eecbcb; /* Màu viền hơi hồng nhạt giống ảnh */
    border-radius: 20px;
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
}

/* Phần Icon */
.card-icon {
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* Tiêu đề Card (①...) */
.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Nội dung text trong Card */
.card-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    text-align: left; /* Text trong card căn trái dễ đọc hơn */
    flex-grow: 1; /* Đẩy nút xuống đáy nếu text ngắn dài khác nhau */
}

/* Nút bấm (Button) */
.card-btn {
    display: inline-block;
    background-color: #cbf6f7; /* Màu xanh nhạt (Cyan) giống ảnh */
    color: #333;
    text-decoration: none;
    padding: 12px 0;
    width: 80%; /* Chiều rộng nút */
    border-radius: 50px; /* Bo tròn 2 đầu */
    font-size: 14px;
    transition: background-color 0.3s;
}

.card-btn:hover {
    background-color: #aeeeee;
    opacity: 0.9;
}

/* --- Responsive cho Mobile --- */
@media (max-width: 768px) {
    .lifecare-cards {
        flex-direction: column;
    }
    
    .lifecare-title {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d30b95 *//* Container chính */
.section-lifecare {
    width: 100%;
    padding: 60px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.lifecare-container {
    max-width: 1000px; /* Điều chỉnh độ rộng tùy ý */
    margin: 0 auto;
}

/* --- HEADER SECTION --- */
.lifecare-header {
    text-align: center;
    margin-bottom: 50px;
}

.lifecare-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

/* Placeholder cho vết mực xanh nền tiêu đề */
.lifecare-title .title-bg {
    position: relative;
    z-index: 1;
    display: inline-block;
    /* Dưới đây là placeholder background - Bạn thay url ảnh vết mực vào đây */
    /* background-image: url('path-to-your-brush-stroke.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; 
}

.lifecare-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: justify; /* Hoặc center tùy thích, trong ảnh có vẻ căn đều */
    max-width: 900px;
    margin: 0 auto;
}

/* --- CARDS SECTION --- */
.lifecare-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.care-card {
    flex: 1;
    min-width: 280px; /* Đảm bảo không bị co quá nhỏ trên mobile */
    border: 1px solid #eecbcb; /* Màu viền hơi hồng nhạt giống ảnh */
    border-radius: 20px;
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
}

/* Phần Icon */
.card-icon {
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* Tiêu đề Card (①...) */
.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Nội dung text trong Card */
.card-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    text-align: left; /* Text trong card căn trái dễ đọc hơn */
    flex-grow: 1; /* Đẩy nút xuống đáy nếu text ngắn dài khác nhau */
}

/* Nút bấm (Button) */
.card-btn {
    display: inline-block;
    background-color: #cbf6f7; /* Màu xanh nhạt (Cyan) giống ảnh */
    color: #333;
    text-decoration: none;
    padding: 12px 0;
    width: 80%; /* Chiều rộng nút */
    border-radius: 50px; /* Bo tròn 2 đầu */
    font-size: 14px;
    transition: background-color 0.3s;
}

.card-btn:hover {
    background-color: #aeeeee;
    opacity: 0.9;
}

/* --- Responsive cho Mobile --- */
@media (max-width: 768px) {
    .lifecare-cards {
        flex-direction: column;
    }
    
    .lifecare-title {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92acb51 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}

/* Quote Banner Section */
.mp-quote-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    /* Adjust height based on your image aspect ratio */
    padding: 100px 20px;

    /* Flexbox for centering text, though image suggests text is top-center */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* Aligns content to top */

    /* Background Placeholder Styling */
    background-color: #87ceeb;
    /* Sky blue placeholder */
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.mp-container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    /* Spacing from top edge */
}

/* Typography */
.mp-quote-en {
    font-family: 'Playfair Display', serif;
    /* Elegant serif for English */
    font-size: 2.5rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.mp-quote-jp {
    font-family: 'Noto Sans JP', sans-serif;
    /* Clean sans-serif for JP */
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
    margin: 0 0 15px 0;
    letter-spacing: 0.05em;
}

.mp-quote-author {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-quote-banner {
        min-height: 400px;
        /* Smaller height on mobile */
        padding: 60px 20px;
    }

    .mp-quote-en {
        font-size: 1.8rem;
    }

    .mp-quote-jp {
        font-size: 1rem;
    }
}/* End custom CSS */