.elementor-9 .elementor-element.elementor-element-07e770c{--display:flex;}.elementor-9 .elementor-element.elementor-element-b907f5a{--display:flex;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box{text-align:center;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-image img{width:65px;border-radius:50px 50px 50px 50px;}.elementor-9 .elementor-element.elementor-element-2b24ad2.wpr-author-box-arrange-vertical .wpr-author-box-image{margin-bottom:0px;}.elementor-9 .elementor-element.elementor-element-2b24ad2.wpr-author-box-arrange-left .wpr-author-box-image{margin-right:0px;}.elementor-9 .elementor-element.elementor-element-2b24ad2.wpr-author-box-arrange-right .wpr-author-box-image{margin-left:0px;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-name{color:#605BE5;font-size:18px;font-weight:500;letter-spacing:0.2px;margin-top:15px;margin-bottom:10px;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-name a{color:#605BE5;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-title{color:#333333;font-size:15px;font-weight:500;margin-top:15px;margin-bottom:15px;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-title a{color:#333333;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-btn{color:#ffffff;background-color:#605BE5;transition-duration:0.1s;padding:5px 15px 5px 15px;border-style:none;border-radius:3px 3px 3px 3px;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-btn:hover{color:#ffffff;}.elementor-9 .elementor-element.elementor-element-2b24ad2 .wpr-author-box-btn:hover a{color:#ffffff;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-586ee42 */<style>
/* ===== MAHABHULEKH CONTENT DESIGN ===== */

.mhb-wrapper{
    max-width:1200px;
    margin:30px auto;
    font-family:'Noto Sans Devanagari', Arial, sans-serif;
    color:#1f2937;
    line-height:1.8;
}

.mhb-hero{
    background:linear-gradient(135deg,#0f766e,#115e59);
    color:#fff;
    padding:35px;
    border-radius:16px;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.mhb-hero h2{
    margin:0 0 15px;
    font-size:34px;
    font-weight:700;
    line-height:1.3;
}

.mhb-hero p{
    margin:0;
    font-size:17px;
}

.mhb-card{
    background:#ffffff;
    border-radius:16px;
    padding:30px;
    box-shadow:0 4px 20px rgba(0,0,0,0.06);
    border:1px solid #e5e7eb;
    margin-bottom:25px;
}

.mhb-card p{
    margin-bottom:18px;
}

.mhb-highlight{
    background:#f0fdf4;
    border-left:5px solid #16a34a;
    padding:18px 20px;
    border-radius:10px;
    margin:20px 0;
    font-weight:600;
}

.mhb-services{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:25px;
}

.mhb-service{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:12px;
    padding:16px;
    font-weight:600;
    display:flex;
    align-items:center;
    transition:all .3s ease;
}

.mhb-service:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

.mhb-service span{
    width:34px;
    height:34px;
    background:#0f766e;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:15px;
    font-weight:700;
}

.mhb-note{
    background:#eff6ff;
    border:1px solid #bfdbfe;
    padding:20px;
    border-radius:12px;
    margin-top:25px;
}

.mhb-note strong{
    color:#1d4ed8;
}

@media(max-width:768px){

.mhb-hero{
    padding:25px;
}

.mhb-hero h2{
    font-size:28px;
}

.mhb-services{
    grid-template-columns:1fr;
}

.mhb-card{
    padding:22px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-dafc470 */<style>
.mhb-section-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
    color:#0f172a;
    line-height:1.4;
}

.mhb-intro-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:20px;
    margin-bottom:30px;
}

.mhb-service-block{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:28px;
    margin-bottom:20px;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
    transition:.3s ease;
}

.mhb-service-block:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.mhb-service-head{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}

.mhb-service-number{
    width:45px;
    height:45px;
    background:#0f766e;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    margin-right:15px;
    flex-shrink:0;
}

.mhb-service-title{
    font-size:24px;
    font-weight:700;
    color:#111827;
    margin:0;
}

.mhb-service-content p{
    margin:0;
}

.mhb-tip-box{
    background:#ecfeff;
    border-left:5px solid #0891b2;
    padding:20px;
    border-radius:10px;
    margin-top:25px;
}

@media(max-width:768px){

.mhb-section-title{
    font-size:26px;
}

.mhb-service-title{
    font-size:20px;
}

.mhb-service-block{
    padding:22px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e0da1dc */<style>
.mhb-doc-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-doc-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-doc-intro{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:25px;
}

.mhb-info-heading{
    font-size:26px;
    font-weight:700;
    margin:30px 0 20px;
    color:#111827;
}

.mhb-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:30px;
}

.mhb-info-item{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:12px;
    padding:16px;
    display:flex;
    align-items:center;
    font-weight:600;
}

.mhb-info-item span{
    width:32px;
    height:32px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:14px;
    flex-shrink:0;
}

.mhb-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.mhb-benefit-card{
    background:#ffffff;
    border:1px solid #dbeafe;
    border-top:4px solid #2563eb;
    border-radius:14px;
    padding:22px;
}

.mhb-benefit-card h4{
    margin:0 0 12px;
    color:#1e40af;
    font-size:20px;
}

.mhb-benefit-card p{
    margin:0;
}

.mhb-important-box{
    margin-top:30px;
    background:#fefce8;
    border-left:5px solid #ca8a04;
    padding:22px;
    border-radius:12px;
}

@media(max-width:768px){

.mhb-doc-section{
    padding:25px;
}

.mhb-doc-title{
    font-size:26px;
}

.mhb-info-heading{
    font-size:22px;
}

.mhb-info-grid,
.mhb-benefits{
    grid-template-columns:1fr;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-9297bb3 */<style>
.mhb-process-section{
    max-width:1000px;
    margin:40px auto;
    font-family:inherit;
}

.mhb-process-title{
    font-size:34px;
    line-height:1.3;
    font-weight:700;
    margin-bottom:20px;
    color:#0f172a;
}

.mhb-process-intro{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:22px;
    margin-bottom:30px;
}

.mhb-process-intro p{
    margin:0;
    font-size:17px;
    line-height:1.8;
}

.mhb-steps{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.mhb-step{
    display:flex;
    gap:20px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:25px;
    box-shadow:0 5px 18px rgba(0,0,0,0.05);
}

.mhb-step-number{
    min-width:55px;
    width:55px;
    height:55px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.mhb-step-content{
    flex:1;
}

.mhb-step-content h3{
    margin:0 0 12px;
    font-size:26px;
    line-height:1.4;
    color:#111827;
}

.mhb-step-content p{
    margin:0;
    font-size:17px;
    line-height:1.8;
    color:#374151;
}

.mhb-step-image{
    margin-top:20px;
}

.mhb-step-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:14px;
    border:1px solid #e5e7eb;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.mhb-mini-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:18px;
}

.mhb-mini-item{
    background:#f1f5f9;
    border:1px solid #dbeafe;
    padding:10px 16px;
    border-radius:999px;
    font-size:15px;
    font-weight:600;
    color:#1e293b;
}

.mhb-note-warning{
    margin-top:35px;
    background:#fff8e6;
    border:1px solid #facc15;
    border-radius:18px;
    padding:24px;
}

.mhb-note-warning h4{
    margin:0 0 15px;
    font-size:24px;
    color:#92400e;
}

.mhb-note-warning ul{
    margin:0;
    padding-left:20px;
}

.mhb-note-warning li{
    margin-bottom:10px;
    line-height:1.8;
}

@media (max-width:768px){

    .mhb-process-title{
        font-size:28px;
    }

    .mhb-step{
        flex-direction:column;
        padding:20px;
    }

    .mhb-step-number{
        width:50px;
        height:50px;
        min-width:50px;
    }

    .mhb-step-content h3{
        font-size:22px;
    }

    .mhb-mini-item{
        width:100%;
        text-align:center;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-0c330ff *//* Main Section */
.mhb-record-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

/* Title */
.mhb-record-title {
    font-size: 34px;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 25px;
}

/* Intro */
.mhb-record-intro {
    background: #f8fafc;
    border-left: 5px solid #0f766e;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 35px;
}

.mhb-record-intro p {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
}

.mhb-record-intro p:last-child {
    margin-bottom: 0;
}

/* Two Column Layout */
.mhb-two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Feature Boxes */
.mhb-feature-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.mhb-feature-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: #0f766e;
}

/* Feature List */
.mhb-feature-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mhb-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #374151;
}

.mhb-feature-item span {
    color: #10b981;
    font-weight: bold;
    font-size: 18px;
}

/* Benefit Grid */
.mhb-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.mhb-benefit-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 18px;
}

.mhb-benefit-box h4 {
    margin: 0 0 10px;
    color: #0f766e;
    font-size: 18px;
}

.mhb-benefit-box p {
    margin: 0;
    line-height: 1.7;
    color: #4b5563;
    font-size: 15px;
}

/* Process Box */
.mhb-process-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.mhb-process-box h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #0f766e;
    font-size: 28px;
}

/* Process Steps */
.mhb-process-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mhb-process-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 20px 25px;
}

.mhb-process-number {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: #0f766e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
}

.mhb-process-item div:last-child {
    font-size: 20px;
    color: #1f2937;
    line-height: 1.6;
}

/* Process Images */
.mhb-process-image {
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: center;
}

.mhb-process-image img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid #d1d5db;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.mhb-process-image img:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .mhb-two-column {
        grid-template-columns: 1fr;
    }

    .mhb-benefit-grid {
        grid-template-columns: 1fr;
    }

    .mhb-record-title {
        font-size: 28px;
    }

    .mhb-process-box h3 {
        font-size: 24px;
    }

    .mhb-process-item {
        padding: 18px;
        gap: 15px;
    }

    .mhb-process-number {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 22px;
    }

    .mhb-process-item div:last-child {
        font-size: 17px;
    }

    .mhb-process-image img {
        border-radius: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f4012ab */<style>
.mhb-property-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-property-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-property-intro{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:30px;
}

.mhb-property-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:30px;
}

.mhb-property-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-property-box h3{
    margin:0 0 18px;
    font-size:24px;
    color:#111827;
}

.mhb-property-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mhb-property-item{
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #e5e7eb;
    padding:12px 15px;
    border-radius:10px;
    font-weight:600;
}

.mhb-property-item span{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:13px;
    flex-shrink:0;
}

.mhb-importance-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:20px;
}

.mhb-importance-box{
    background:#ffffff;
    border:1px solid #dbeafe;
    border-top:4px solid #2563eb;
    border-radius:14px;
    padding:20px;
}

.mhb-importance-box h4{
    margin:0 0 12px;
    color:#1e40af;
    font-size:20px;
}

.mhb-importance-box p{
    margin:0;
}

.mhb-step-wrapper{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:30px;
}

.mhb-step-wrapper h3{
    margin:0 0 25px;
    font-size:26px;
    color:#111827;
}

.mhb-step-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.mhb-step-item{
    display:flex;
    align-items:center;
    gap:15px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:16px;
}

.mhb-step-circle{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

@media(max-width:768px){

.mhb-property-section{
    padding:25px;
}

.mhb-property-title{
    font-size:26px;
}

.mhb-property-grid,
.mhb-importance-grid{
    grid-template-columns:1fr;
}

.mhb-property-box h3,
.mhb-step-wrapper h3{
    font-size:22px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a9eaef2 */<style>
.mhb-notice-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-notice-title{
    font-size:30px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
}

.mhb-checklist{
    background:#f8fafc;
    border-left:5px solid #0f766e;
    padding:25px;
    border-radius:12px;
    margin-bottom:30px;
}

.mhb-checklist ul{
    margin:0;
    padding-left:20px;
}

.mhb-checklist li{
    margin-bottom:12px;
    font-weight:600;
    color:#111827;
}

.mhb-info-banner{
    background:linear-gradient(135deg,#eff6ff,#f0fdfa);
    border:1px solid #dbeafe;
    border-left:5px solid #2563eb;
    padding:25px;
    border-radius:14px;
}

.mhb-info-banner h3{
    margin:0 0 12px;
    font-size:24px;
    color:#1e40af;
}

.mhb-info-banner p{
    margin:0;
    line-height:1.8;
    color:#1f2937;
}

@media(max-width:768px){

.mhb-notice-section{
    padding:25px;
}

.mhb-notice-title{
    font-size:24px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-82a11a0 */.mhb-kprat-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

/* Title */
.mhb-kprat-title {
    font-size: 34px;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* Intro */
.mhb-kprat-intro {
    background: #f8fafc;
    border-left: 5px solid #0f766e;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 35px;
}

.mhb-kprat-intro p {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
}

.mhb-kprat-intro p:last-child {
    margin-bottom: 0;
}

/* Grid Layout */
.mhb-kprat-grid {
    margin-bottom: 40px;
}

.mhb-kprat-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.mhb-kprat-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: #0f766e;
}

/* Importance List */
.mhb-kprat-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mhb-kprat-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
}

.mhb-kprat-item span {
    color: #10b981;
    font-size: 18px;
    font-weight: 700;
    margin-top: 2px;
}

/* Process Section */
.mhb-step-wrapper {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.mhb-step-wrapper h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #0f766e;
    font-size: 28px;
}

/* Step List */
.mhb-step-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* Step Item */
.mhb-step-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 20px 25px;
}

.mhb-step-circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #0f766e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
}

.mhb-step-item div:last-child {
    font-size: 20px;
    color: #1f2937;
    line-height: 1.6;
}

/* Images */
.mhb-process-image {
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: center;
}

.mhb-process-image img {
    display: block;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid #d1d5db;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.mhb-process-image img:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Step Description */
.mhb-step-description {
    background: #f8fafc;
    border-left: 4px solid #0f766e;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

/* Note Box */
.mhb-note-box {
    margin-top: 35px;
    background: #ecfdf5;
    border-left: 5px solid #10b981;
    padding: 20px 25px;
    border-radius: 12px;
    color: #374151;
    line-height: 1.8;
    font-size: 16px;
}

.mhb-note-box strong {
    color: #065f46;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .mhb-kprat-title {
        font-size: 28px;
    }

    .mhb-step-wrapper {
        padding: 20px;
    }

    .mhb-step-wrapper h3 {
        font-size: 24px;
    }

    .mhb-step-item {
        padding: 16px;
        gap: 15px;
    }

    .mhb-step-circle {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 22px;
    }

    .mhb-step-item div:last-child {
        font-size: 17px;
    }

    .mhb-process-image img {
        border-radius: 10px;
    }

    .mhb-kprat-box {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-c7182f2 */<style>
.mhb-map-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-map-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-map-intro{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:30px;
}

.mhb-map-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:30px;
}

.mhb-map-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-map-box h3{
    margin:0 0 18px;
    font-size:24px;
    color:#111827;
}

.mhb-map-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mhb-map-item{
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #e5e7eb;
    padding:12px 15px;
    border-radius:10px;
    font-weight:600;
}

.mhb-map-item span{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:13px;
    flex-shrink:0;
}

.mhb-map-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:20px;
}

.mhb-map-benefit{
    background:#ffffff;
    border:1px solid #dbeafe;
    border-top:4px solid #2563eb;
    border-radius:14px;
    padding:20px;
}

.mhb-map-benefit h4{
    margin:0 0 12px;
    color:#1e40af;
    font-size:20px;
}

.mhb-map-benefit p{
    margin:0;
}

.mhb-map-steps{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:30px;
}

.mhb-map-steps h3{
    margin:0 0 25px;
    font-size:26px;
    color:#111827;
}

.mhb-map-step-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.mhb-map-step{
    display:flex;
    align-items:center;
    gap:15px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:16px;
}

.mhb-map-step span{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

@media(max-width:768px){

.mhb-map-section{
    padding:25px;
}

.mhb-map-title{
    font-size:26px;
}

.mhb-map-grid,
.mhb-map-benefits{
    grid-template-columns:1fr;
}

.mhb-map-box h3,
.mhb-map-steps h3{
    font-size:22px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-9e4ae48 */<style>
.mhb-ferfar-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-ferfar-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-ferfar-intro{
    background:linear-gradient(135deg,#f0fdfa,#ecfeff);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:30px;
}

.mhb-ferfar-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:30px;
}

.mhb-ferfar-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-ferfar-box h3{
    margin:0 0 18px;
    font-size:24px;
    color:#111827;
}

.mhb-ferfar-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mhb-ferfar-item{
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #e5e7eb;
    padding:12px 15px;
    border-radius:10px;
    font-weight:600;
}

.mhb-ferfar-item span{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:13px;
    flex-shrink:0;
}

.mhb-ferfar-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:20px;
}

.mhb-ferfar-benefit{
    background:#ffffff;
    border:1px solid #dbeafe;
    border-top:4px solid #2563eb;
    border-radius:14px;
    padding:20px;
}

.mhb-ferfar-benefit h4{
    margin:0 0 12px;
    color:#1e40af;
    font-size:20px;
}

.mhb-ferfar-benefit p{
    margin:0;
}

.mhb-ferfar-note{
    background:#fefce8;
    border-left:5px solid #ca8a04;
    padding:25px;
    border-radius:12px;
}

.mhb-ferfar-note h3{
    margin:0 0 15px;
    font-size:24px;
    color:#854d0e;
}

.mhb-ferfar-note p{
    margin:0;
    line-height:1.8;
}

@media(max-width:768px){

.mhb-ferfar-section{
    padding:25px;
}

.mhb-ferfar-title{
    font-size:26px;
}

.mhb-ferfar-grid,
.mhb-ferfar-benefits{
    grid-template-columns:1fr;
}

.mhb-ferfar-box h3{
    font-size:22px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-7fde1f0 */<style>
.mhb-ferfar-step-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-ferfar-step-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:25px;
    line-height:1.4;
}

.mhb-ferfar-step-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.mhb-ferfar-step-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:18px;
    transition:0.3s ease;
}

.mhb-ferfar-step-item:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

.mhb-ferfar-step-number{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
    flex-shrink:0;
}

.mhb-ferfar-step-content{
    flex:1;
}

.mhb-ferfar-step-content h3{
    margin:0 0 8px;
    font-size:20px;
    color:#111827;
}

.mhb-ferfar-step-content ul{
    margin:10px 0 0;
    padding-left:18px;
}

.mhb-ferfar-step-content li{
    margin-bottom:6px;
    font-weight:500;
    color:#374151;
}

@media(max-width:768px){

.mhb-ferfar-step-section{
    padding:25px;
}

.mhb-ferfar-step-title{
    font-size:26px;
}

.mhb-ferfar-step-item{
    flex-direction:column;
}

.mhb-ferfar-step-number{
    width:40px;
    height:40px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-9540130 */<style>
.mhb-district-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-district-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-district-intro{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:30px;
}

.mhb-district-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:30px;
}

.mhb-district-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-district-box h3{
    margin:0 0 18px;
    font-size:24px;
    color:#111827;
}

.mhb-district-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.mhb-district-item{
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #e5e7eb;
    padding:12px 15px;
    border-radius:10px;
    font-weight:600;
}

.mhb-district-item span{
    width:26px;
    height:26px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
    font-size:12px;
    flex-shrink:0;
}

.mhb-district-all{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-district-all h3{
    margin:0 0 15px;
    font-size:24px;
    color:#111827;
}

.mhb-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.mhb-tag{
    background:#ffffff;
    border:1px solid #dbeafe;
    padding:10px 14px;
    border-radius:20px;
    font-weight:600;
    font-size:14px;
    color:#1e40af;
}

@media(max-width:768px){

.mhb-district-section{
    padding:25px;
}

.mhb-district-title{
    font-size:26px;
}

.mhb-district-grid{
    grid-template-columns:1fr;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-34d1097 */<style>
.mhb-search-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-search-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-search-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:25px;
}

.mhb-search-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-search-box h3{
    margin:0 0 18px;
    font-size:24px;
    color:#111827;
}

.mhb-search-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mhb-search-item{
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:12px 15px;
    font-weight:600;
}

.mhb-search-item span{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:13px;
    flex-shrink:0;
}

.mhb-search-note{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-top:20px;
}

.mhb-search-note p{
    margin:0;
    line-height:1.8;
}

.mhb-search-info{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
    margin-top:25px;
}

.mhb-search-info h3{
    margin:0 0 12px;
    font-size:24px;
    color:#111827;
}

.mhb-search-info p{
    margin:0;
    line-height:1.8;
}

@media(max-width:768px){

.mhb-search-section{
    padding:25px;
}

.mhb-search-title{
    font-size:26px;
}

.mhb-search-grid{
    grid-template-columns:1fr;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-bc4ab9e */<style>
.mhb-emh-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-emh-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-emh-intro{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:25px;
}

.mhb-emh-intro p{
    margin:0;
    line-height:1.8;
}

.mhb-emh-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:25px;
}

.mhb-emh-card{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-emh-card h3{
    margin:0 0 12px;
    font-size:22px;
    color:#111827;
}

.mhb-emh-card p{
    margin:0;
    line-height:1.8;
}

.mhb-emh-highlight{
    background:#fefce8;
    border-left:5px solid #ca8a04;
    padding:22px;
    border-radius:12px;
    margin-top:25px;
}

.mhb-emh-highlight p{
    margin:0;
    line-height:1.8;
}

@media(max-width:768px){

.mhb-emh-section{
    padding:25px;
}

.mhb-emh-title{
    font-size:26px;
}

.mhb-emh-grid{
    grid-template-columns:1fr;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-912a4f5 */<style>
.mhb-e-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-e-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-e-intro{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:25px;
}

.mhb-e-intro p{
    margin:0;
    line-height:1.8;
}

.mhb-e-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:25px;
}

.mhb-e-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-e-box h3{
    margin:0 0 15px;
    font-size:22px;
    color:#111827;
}

.mhb-e-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mhb-e-item{
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:12px 15px;
    font-weight:600;
}

.mhb-e-item span{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:13px;
    flex-shrink:0;
}

.mhb-e-note{
    background:#fefce8;
    border-left:5px solid #ca8a04;
    padding:22px;
    border-radius:12px;
    margin-top:25px;
}

.mhb-e-note p{
    margin:0;
    line-height:1.8;
}

@media(max-width:768px){

.mhb-e-section{
    padding:25px;
}

.mhb-e-title{
    font-size:26px;
}

.mhb-e-grid{
    grid-template-columns:1fr;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f29b25a */<style>
.mhb-20-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-20-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-20-intro{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border-left:5px solid #0f766e;
    padding:22px;
    border-radius:12px;
    margin-bottom:25px;
}

.mhb-20-intro p{
    margin:0;
    line-height:1.8;
}

.mhb-20-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:25px;
}

.mhb-20-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
}

.mhb-20-box h3{
    margin:0 0 15px;
    font-size:22px;
    color:#111827;
}

.mhb-20-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mhb-20-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:12px 15px;
    font-weight:600;
    color:#111827;
}

.mhb-20-item span{
    width:26px;
    height:26px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    flex-shrink:0;
    margin-top:2px;
}

.mhb-20-benefits{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
    margin-top:25px;
}

.mhb-20-benefits h3{
    margin:0 0 15px;
    font-size:24px;
    color:#111827;
}

.mhb-20-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.mhb-20-tag{
    background:#ffffff;
    border:1px solid #dbeafe;
    color:#1e40af;
    font-weight:600;
    padding:10px 14px;
    border-radius:20px;
    font-size:14px;
}

.mhb-20-note{
    background:#fefce8;
    border-left:5px solid #ca8a04;
    padding:22px;
    border-radius:12px;
    margin-top:25px;
}

.mhb-20-note p{
    margin:0;
    line-height:1.8;
}

@media(max-width:768px){

.mhb-20-section{
    padding:25px;
}

.mhb-20-title{
    font-size:26px;
}

.mhb-20-grid{
    grid-template-columns:1fr;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-6cf331d */<style>
.mhb-problem-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-problem-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-problem-grid{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.mhb-problem-card{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:25px;
    transition:0.3s ease;
}

.mhb-problem-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 22px rgba(0,0,0,0.06);
}

.mhb-problem-card h3{
    margin:0 0 12px;
    font-size:22px;
    color:#111827;
}

.mhb-problem-list{
    margin:0;
    padding-left:20px;
}

.mhb-problem-list li{
    margin-bottom:8px;
    line-height:1.7;
    color:#374151;
    font-weight:500;
}

.mhb-problem-highlight{
    background:#fefce8;
    border-left:5px solid #ca8a04;
    padding:20px;
    border-radius:12px;
    margin-top:15px;
}

.mhb-problem-highlight p{
    margin:0;
    line-height:1.8;
}

@media(max-width:768px){

.mhb-problem-section{
    padding:25px;
}

.mhb-problem-title{
    font-size:26px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-87bb2fe */<style>
.mhb-tips-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-tips-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.mhb-tips-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

.mhb-tips-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:12px;
    padding:16px 18px;
    font-weight:600;
    color:#111827;
    line-height:1.6;
    transition:0.3s ease;
}

.mhb-tips-item:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.mhb-tips-item span{
    width:26px;
    height:26px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    flex-shrink:0;
    margin-top:2px;
}

@media(max-width:768px){

.mhb-tips-section{
    padding:25px;
}

.mhb-tips-title{
    font-size:26px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a525f53 */<style>
.mhb-faq-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.mhb-faq-title{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:25px;
    line-height:1.4;
}

.mhb-faq-item{
    border:1px solid #e2e8f0;
    border-radius:14px;
    margin-bottom:12px;
    overflow:hidden;
    background:#f8fafc;
    transition:0.3s ease;
}

.mhb-faq-item:hover{
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
    transform:translateY(-2px);
}

.mhb-faq-q{
    padding:18px 20px;
    font-weight:700;
    color:#111827;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
}

.mhb-faq-a{
    padding:18px 20px;
    color:#374151;
    line-height:1.8;
    font-weight:500;
}

@media(max-width:768px){

.mhb-faq-section{
    padding:25px;
}

.mhb-faq-title{
    font-size:26px;
}
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-4b07afb */<style>
.mhb-conclusion-section{
    background:linear-gradient(135deg,#ecfeff,#f0fdfa);
    border:1px solid #dbeafe;
    border-left:6px solid #0f766e;
    border-radius:18px;
    padding:40px;
    margin-bottom:30px;
    box-shadow:0 6px 22px rgba(0,0,0,0.06);
}

.mhb-conclusion-title{
    font-size:34px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:18px;
    line-height:1.3;
}

.mhb-conclusion-text{
    font-size:17px;
    color:#1f2937;
    line-height:1.9;
    margin-bottom:18px;
}

.mhb-conclusion-highlight{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:22px;
    margin-top:20px;
}

.mhb-conclusion-highlight p{
    margin:0;
    line-height:1.8;
    color:#111827;
    font-weight:500;
}

@media(max-width:768px){

.mhb-conclusion-section{
    padding:25px;
}

.mhb-conclusion-title{
    font-size:26px;
}
}
</style>/* End custom CSS */