.monthly-umrah-detail {
    background: #ffffff;
    padding: clamp(28px, 4vw, 56px) 0 clamp(42px, 6vw, 80px);
}

.monthly-umrah-detail .container {
    width: min(100%, 1240px);
}

.mud-heading {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(18px, 3vw, 30px);
}

.mud-title,
.mud-info-box h2 {
    margin: 0;
    border-radius: 999px;
    background: #3f3f3f;
    color: #ffffff;
    text-align: center;
    line-height: 1.08;
    letter-spacing: 0;
}

.mud-title {
    width: min(100%, 760px);
    padding: clamp(12px, 1.7vw, 18px) clamp(18px, 4vw, 42px);
    font-size: clamp(25px, 4vw, 50px);
    font-weight: 500;
}

.mud-top-grid {
    display: grid;
    grid-template-columns: minmax(190px, 240px) minmax(0, 1fr) minmax(190px, 240px);
    gap: clamp(12px, 1.8vw, 20px);
    align-items: stretch;
}

.mud-visual {
    margin: 0;
    min-height: 350px;
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
    overflow: hidden;
}

.mud-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mud-center {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mud-trip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mud-flight-card {
    min-width: 0;
    min-height: 136px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-content: center;
    column-gap: 12px;
    padding: 16px 14px;
    border: 4px solid #111111;
    background: #ffffff;
    color: #4b4b4b;
}

.mud-flight-card h2,
.mud-flight-card p,
.mud-flight-card strong {
    margin: 0;
    min-width: 0;
}

.mud-flight-card h2 {
    font-size: 18px;
    font-weight: 800;
}

.mud-flight-card p {
    font-size: 15px;
    font-weight: 700;
}

.mud-flight-card strong {
    font-size: 14px;
    line-height: 1.25;
}

.mud-flight-icon {
    grid-row: 1 / span 3;
    width: 48px;
    height: 48px;
    align-self: center;
    border-radius: 999px;
    background: #f4d77c;
    position: relative;
}

.mud-flight-icon::before {
    content: "";
    position: absolute;
    inset: 13px 10px;
    background: #222;
    clip-path: polygon(0 55%, 100% 0, 75% 100%, 48% 62%, 8% 78%);
}

.mud-flight-icon.is-pin::before {
    inset: 10px 15px 8px;
    clip-path: polygon(50% 0, 78% 12%, 90% 38%, 82% 62%, 50% 100%, 18% 62%, 10% 38%, 22% 12%);
}

.mud-flight-icon.is-return::before {
    transform: scaleX(-1);
}

.mud-price-box,
.mud-info-box {
    border: 1px solid #e7c76d;
    background: #fff3bd;
    box-shadow: 0 10px 24px rgba(40, 40, 40, 0.08);
}

.mud-price-box {
    padding: 18px;
}

.mud-price-box h2 {
    margin: 0 0 16px;
    text-align: center;
    font-size: clamp(24px, 3.2vw, 42px);
    line-height: 1;
    color: #2f2f2f;
    font-weight: 800;
}

.mud-price-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.mud-price-item,
.mud-child-price {
    min-width: 0;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #222;
    background: #ffffff;
    padding: 10px;
}

.mud-price-item b,
.mud-child-price b {
    color: #3d3d3d;
    font-size: 14px;
}

.mud-price-item strong {
    color: #111111;
    font-size: clamp(18px, 2vw, 27px);
    line-height: 1.05;
}

.mud-child-price p {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.mud-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr);
    gap: clamp(14px, 2vw, 22px);
    margin-top: clamp(22px, 3.5vw, 38px);
    align-items: start;
}

.mud-info-box {
    padding: 16px;
}

.mud-info-box h2 {
    width: 100%;
    padding: 12px 16px;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 600;
}

.mud-info-content {
    margin-top: 14px;
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.55;
}

.mud-info-content ul {
    margin: 0;
    padding-left: 20px;
}

.mud-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: clamp(24px, 4vw, 42px);
}

.mud-action {
    min-width: 240px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
}

.mud-action:hover {
    color: #ffffff;
    filter: brightness(0.96);
}

.mud-action-whatsapp {
    background: #128c45;
}

.mud-action-reserve {
    background: #3f3f3f;
}

@media (max-width: 991.98px) {
    .mud-top-grid,
    .mud-info-grid {
        grid-template-columns: 1fr;
    }

    .mud-visual {
        min-height: 260px;
    }

    .mud-trip-grid,
    .mud-price-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .monthly-umrah-detail {
        padding-top: 22px;
    }

    .mud-flight-card {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 14px 12px;
    }

    .mud-flight-icon {
        width: 42px;
        height: 42px;
    }

    .mud-actions {
        flex-direction: column;
    }

    .mud-action {
        width: 100%;
        min-width: 0;
    }
}
