.elementor-667 .elementor-element.elementor-element-70bad96{--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-667 .elementor-element.elementor-element-ca3a21e{--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-667 .elementor-element.elementor-element-3c34824{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c287dd9 */.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-63cbd52 */.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-ab847e5 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

.mp-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.mp-container {
    width: 100%;
    max-width: 900px;
}

/* Typography */
.mp-legal-heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
    /* Dark slate */
    border-bottom: none;
}

.mp-legal-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
}

.mp-legal-block {
    margin-bottom: 40px;
}

.mp-legal-list {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.mp-legal-list li {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 0.95rem;
}

.mp-mt-60 {
    margin-top: 60px;
}

/* Cancellation Section */
.mp-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
}

/* Table */
.mp-table-wrapper {
    margin-top: 30px;
    overflow-x: auto;
}

.mp-cancel-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-size: 0.9rem;
}

.mp-cancel-table th,
.mp-cancel-table td {
    border: 1px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}

/* Headers */
.mp-cancel-table thead th {
    background-color: #fff59d;
    /* Pale Yellow Header */
    font-weight: 700;
    text-align: center;
    color: #000;
}

.mp-th-service {
    width: 20%;
}

.mp-th-policy {
    width: 80%;
}

/* Cells */
.mp-td-service-name {
    text-align: center;
    font-weight: 700;
    background-color: #fff;
}

.mp-td-policy {
    text-align: left;
    background-color: #fff;
    line-height: 1.8;
}

.mp-flex-cell strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
}

.mp-td-policy ul {
    margin: 0;
    padding-left: 20px;
}

.mp-td-policy ul li {
    margin-bottom: 10px;
}

.mp-td-policy ul li:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 600px) {

    .mp-cancel-table th,
    .mp-cancel-table td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .mp-cancel-table tr {
        border: 1px solid #ccc;
        margin-bottom: 20px;
        display: block;
    }

    .mp-cancel-table th {
        text-align: left;
        background-color: #eee;
    }

    /* Reset rowspan behavior layout for mobile blocks */
    .mp-td-service-name[rowspan] {
        height: auto;
    }
}/* End custom CSS */