.elementor-586 .elementor-element.elementor-element-78b3d26{--display:flex;}.elementor-586 .elementor-element.elementor-element-84cf47e{--display:flex;}.elementor-586 .elementor-element.elementor-element-38a3118{--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-586 .elementor-element.elementor-element-16b8b75{--display:flex;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-586 .elementor-element.elementor-element-16b8b75::before, .elementor-586 .elementor-element.elementor-element-16b8b75 > .elementor-background-video-container::before, .elementor-586 .elementor-element.elementor-element-16b8b75 > .e-con-inner > .elementor-background-video-container::before, .elementor-586 .elementor-element.elementor-element-16b8b75 > .elementor-background-slideshow::before, .elementor-586 .elementor-element.elementor-element-16b8b75 > .e-con-inner > .elementor-background-slideshow::before, .elementor-586 .elementor-element.elementor-element-16b8b75 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://ontaphocsinh.site/wp-content/uploads/2025/12/Rectangle-1.png");--background-overlay:'';background-repeat:no-repeat;background-size:cover;}.elementor-586 .elementor-element.elementor-element-d945053{--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-586 .elementor-element.elementor-element-0fbc3c7{--display:flex;--overlay-opacity:0.5;}.elementor-586 .elementor-element.elementor-element-0fbc3c7::before, .elementor-586 .elementor-element.elementor-element-0fbc3c7 > .elementor-background-video-container::before, .elementor-586 .elementor-element.elementor-element-0fbc3c7 > .e-con-inner > .elementor-background-video-container::before, .elementor-586 .elementor-element.elementor-element-0fbc3c7 > .elementor-background-slideshow::before, .elementor-586 .elementor-element.elementor-element-0fbc3c7 > .e-con-inner > .elementor-background-slideshow::before, .elementor-586 .elementor-element.elementor-element-0fbc3c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://ontaphocsinh.site/wp-content/uploads/2025/12/Screenshot-2025-12-29-135612.png");--background-overlay:'';background-size:cover;}.elementor-586 .elementor-element.elementor-element-7bd5303{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-647eef8 */.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-b38c0c4 */.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-9ced321 */.mp-unique-flow-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    position: relative;
}
/* Container */
.mp-unique-flow-container {
    width: 100%;
}
/* --- Top Header (Specific Pill Design) --- */
.mp-unique-head-block {
    border: 3px solid #ddd;
    /* Thicker border as requested */
    border-radius: 60px;
    padding: 30px 50px;
    display: flex !important;
    align-items: center !important;
    /* Vertically center */
    justify-content: flex-start !important;
    gap: 0 !important;
    /* Reset gap, control layout via flex */
    margin-bottom: 50px;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
}
.mp-head-title-wrap {
    flex: 0 0 auto;
    margin-right: 40px;
}
.mp-head-title {
    margin: 0;
    font-size: 1.8rem;
    color: #2f3640;
    white-space: nowrap;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: bold;
}
.mp-head-desc {
    flex: 1;
    margin: 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}
/* --- Badges --- */
.mp-unique-flow-badge-row {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.mp-unique-red-pill-badge,
.mp-unique-blue-pill-badge {
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.mp-unique-red-pill-badge {
    background-color: #ff6b6b;
}
.mp-unique-blue-pill-badge {
    background-color: #4facfe;
}
/* --- Steps Row (Phase 1) --- */
.mp-unique-flow-steps-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    margin-bottom: 50px;
    /* Increased bottom spacing */
    position: relative;
}
.mp-unique-flow-step-box {
    background: #fff;
    border: 3px dashed #ccc;
    /* Thicker dashed border */
    border-radius: 10px;
    padding: 25px 15px;
    text-align: center;
    flex: 1;
    position: relative;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}
/* Specific Border Colors - Vibrant */
.mp-step-blue {
    border-color: #2e86de;
}
.mp-step-green {
    border-color: #7bed9f;
}
.mp-step-pink {
    border-color: #ff6b81;
}
.mp-step-black {
    border-color: #2f3542;
}
.mp-unique-flow-step-box h3 {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
}
.mp-step-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}
/* Icon Circle Colors matching border */
.mp-step-blue .mp-step-icon-circle {
    border-color: #2e86de;
    color: #333;
}
.mp-step-green .mp-step-icon-circle {
    border-color: #7bed9f;
    color: #333;
}
.mp-step-pink .mp-step-icon-circle {
    border-color: #ff6b81;
    color: #333;
}
.mp-step-black .mp-step-icon-circle {
    border-color: #2f3542;
    color: #333;
}
.mp-unique-flow-step-box p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    flex-grow: 1;
}
/* Solid Triangle Arrows */
.mp-unique-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    flex-shrink: 0;
    position: relative;
}
/* Large Solid Triangle Arrow Base */
.mp-unique-flow-arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    /* Size 25px */
    border-bottom: 25px solid transparent;
    border-left: 35px solid #ccc;
    /* Default color, length 35px */
}
/* Explicit Arrow Colors */
.mp-arrow-blue::before {
    border-left-color: #2e86de;
}
/* Blue */
.mp-arrow-green::before {
    border-left-color: #7bed9f;
}
/* Green */
.mp-arrow-pink::before {
    border-left-color: #ff6b81;
}
/* Pink */
/* --- Orange Button Phase --- */
.mp-unique-flow-btn-row {
    text-align: center;
    margin-bottom: 40px;
}
.mp-unique-orange-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ff6b6b, #ffbe76);
    color: #fff;
    padding: 12px 60px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* --- Divider --- */
.mp-unique-flow-divider {
    height: 2px;
    background-color: #333;
    width: 80%;
    margin: 0 auto 50px auto;
}
/* --- Pay Row (Phase 2) --- */
.mp-unique-flow-pay-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}
.mp-unique-flow-pay-box {
    background: #fff;
    border: 3px dashed #ccc;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    flex: 0 1 350px;
}
.mp-pay-orange {
    border-color: #ffa502;
}
.mp-pay-purple {
    border-color: #a29bfe;
}
.mp-pay-orange .mp-step-icon-circle {
    border-color: #ffa502;
    color: #333;
}
.mp-pay-purple .mp-step-icon-circle {
    border-color: #a29bfe;
    color: #333;
}
.mp-unique-flow-pay-box h3 {
    margin-bottom: 20px;
}
/* --- Responsive Stack --- */
@media (max-width: 900px) {
    .mp-unique-flow-steps-row {
        flex-wrap: wrap;
        gap: 20px;
    }
    .mp-unique-flow-step-box {
        flex: 1 1 45%;
        margin: 0;
    }
    .mp-unique-flow-arrow {
        display: none;
        /* Hide arrows on mobile wrap */
    }
    .mp-unique-head-block {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .mp-unique-flow-step-box {
        flex: 1 1 100%;
    }
    .mp-unique-flow-pay-row {
        flex-direction: column;
        align-items: center;
    }
    .mp-unique-flow-pay-box {
        width: 100%;
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a34e3dc */.mp-unique-usage-flow-section { max-width: 1200px; margin: 40px auto; padding: 0 20px; background-color: transparent; box-sizing: border-box; } .mp-unique-usage-flow-container { width: 100%; } /* Header */ .mp-unique-usage-header { background-color: #fff; /* Explicit White */ border: 1px solid #ddd; border-radius: 60px; padding: 25px 50px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; gap: 40px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); } .mp-usage-head-title-wrap { flex: 0 0 auto; } .mp-usage-head-title-wrap h2 { margin: 0; font-size: 1.8rem; color: #333; font-weight: bold; display: inline-block; } .mp-usage-head-desc { flex: 1; font-size: 0.95rem; color: #555; line-height: 1.6; } /* 5 Columns Grid */ .mp-unique-usage-grid { display: flex; justify-content: space-between; align-items: stretch; /* Cards same height */ gap: 15px; /* Manageable gap */ width: 100%; margin-bottom: 60px; } /* Column Item */ .mp-usage-col { width: 19%; /* 5 * 19 = 95%, leaving 5% for gaps */ display: flex; flex-direction: column; align-items: center; } /* Top Visual (Image) */ .mp-usage-visual { width: 100%; display: flex; justify-content: center; margin-bottom: 15px; } .mp-usage-visual img { max-width: 100%; height: auto; display: block; /* User will insert their triangle images here */ } /* Bottom Card (Description) */ .mp-usage-card { background-color: #fff; border-radius: 15px; padding: 20px 15px; width: 100%; flex: 1; /* Fills remaining height */ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* Soft shadow */ box-sizing: border-box; /* Crucial for padding */ display: flex; flex-direction: column; } .mp-usage-card h3 { font-size: 1.1rem; color: #333; margin: 0 0 15px 0; font-weight: bold; line-height: 1.4; text-align: center; min-height: 3.5em; /* Force alignment of text start */ display: flex; align-items: center; justify-content: center; } .mp-usage-card p { font-size: 0.85rem; color: #666; line-height: 1.6; margin: 0; text-align: left; flex: 1; } /* Button */ .mp-unique-usage-btn-row { text-align: center; margin-bottom: 40px; } .mp-unique-usage-btn { display: inline-block; background: linear-gradient(90deg, #ff6b6b, #ff9f43); color: #fff; padding: 15px 80px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2rem; transition: transform 0.2s, opacity 0.2s; } .mp-unique-usage-btn:hover { transform: translateY(-2px); opacity: 0.9; } /* Animations */ .mp-delay-5 { transition-delay: 0.5s; } /* Responsive */ @media (max-width: 900px) { .mp-unique-usage-header { flex-direction: column; text-align: center; border-radius: 20px; padding: 20px; gap: 15px; } .mp-unique-usage-grid { flex-direction: column; align-items: center; gap: 40px; } .mp-usage-col { width: 100%; max-width: 500px; } .mp-usage-card h3 { min-height: auto; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d58b80f */.mp-unique-quote-banner-section {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.mp-quote-banner-container {
    position: relative;
    max-width: 1200px;
    /* Assuming consistent width with other sections */
    margin: 0 auto;
    overflow: hidden;
}
.mp-quote-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 400px;
    object-fit: cover;
}
/* Text Overlay */
.mp-quote-text-overlay {
    position: absolute;
    bottom: 40px;
    /* Adjust based on image composition */
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    /* Optional: background gradient fade if text is hard to read? Image seems light enough at bottom. */
}
.mp-quote-en {
    font-family: 'Cormorant Garamond', serif;
    /* Elegant serif */
    font-size: 2.8rem;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.mp-quote-jp {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.1rem;
    color: #333;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
}
.mp-quote-citation {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}
/* Responsive */
@media (max-width: 768px) {
    .mp-quote-en {
        font-size: 1.8rem;
    }
    .mp-quote-jp {
        font-size: 0.95rem;
    }
    .mp-quote-text-overlay {
        bottom: 20px;
    }
}/* End custom CSS */