.umrah-guide-hero {
    padding: 9rem 0 5rem;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(30, 64, 175, 0.88)), url('../images/sa.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.umrah-guide-hero .container,
.umrah-guide-section .container,
.umrah-guide-cta-home .container {
    max-width: 1180px;
}

.umrah-guide-hero-content {
    max-width: 760px;
}

.umrah-guide-kicker,
.umrah-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.umrah-guide-hero h1 {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.umrah-guide-hero p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.5rem;
}

.umrah-guide-actions,
.umrah-guide-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.umrah-guide-section {
    padding: 4.5rem 0;
    background: #fff;
}

.umrah-guide-section.alt {
    background: #f7fafc;
}

.umrah-guide-section.dark {
    background: #102a43;
    color: #fff;
}

.umrah-guide-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.umrah-guide-heading.center {
    margin: 0 auto 2.5rem;
    text-align: center;
}

.umrah-section-kicker {
    background: #e6fffa;
    color: #0f766e;
}

.umrah-guide-section.dark .umrah-section-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.umrah-guide-heading h2 {
    color: #203040;
    font-size: 2.2rem;
    line-height: 1.35;
    margin-bottom: 0.8rem;
}

.umrah-guide-section.dark .umrah-guide-heading h2,
.umrah-guide-section.dark .umrah-guide-heading p {
    color: #fff;
}

.umrah-guide-section.dark .umrah-ritual-list li {
    color: rgba(255, 255, 255, 0.9);
}

.umrah-guide-heading p {
    color: #52616b;
    font-size: 1.05rem;
    line-height: 1.85;
}

.umrah-feature-grid,
.umrah-package-grid,
.umrah-ritual-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.umrah-feature-card,
.umrah-package-card,
.umrah-ritual-card,
.umrah-schedule-item {
    background: #fff;
    border: 1px solid #e6edf3;
    border-radius: 8px;
    padding: 1.4rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.umrah-feature-card i,
.umrah-ritual-card i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    margin-bottom: 1rem;
}

.umrah-feature-card h3,
.umrah-package-card h3,
.umrah-ritual-card h3,
.umrah-schedule-item h3 {
    color: #203040;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
}

.umrah-feature-card p,
.umrah-package-card p,
.umrah-ritual-card p,
.umrah-schedule-item p {
    color: #5d6b78;
    line-height: 1.8;
    margin: 0;
}

.umrah-media-copy {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2rem;
    align-items: center;
}

.umrah-media-panel {
    background: #fff;
    border: 1px solid #e6edf3;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.umrah-media-panel ul,
.umrah-package-card ul,
.umrah-ritual-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.umrah-media-panel li,
.umrah-package-card li,
.umrah-ritual-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    color: #40505f;
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.umrah-media-panel li i,
.umrah-package-card li i,
.umrah-ritual-list li i {
    color: #0f766e;
    margin-top: 0.35rem;
}

.umrah-package-card.featured {
    border-color: #0f766e;
}

.umrah-package-label {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    border-radius: 999px;
    padding: 0.25rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.umrah-schedule {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    counter-reset: trip-day;
}

.umrah-schedule-item {
    position: relative;
    padding-top: 3.4rem;
}

.umrah-schedule-item::before {
    counter-increment: trip-day;
    content: counter(trip-day);
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0f766e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.umrah-guide-cta-home {
    padding: 3.5rem 0;
    background: linear-gradient(135deg, #f7fafc, #e6fffa);
}

.umrah-guide-home-box {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
    background: #fff;
    border: 1px solid #dce8ee;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.umrah-guide-home-box h2 {
    color: #203040;
    font-size: 2rem;
    margin-bottom: 0.8rem;
}

.umrah-guide-home-box p {
    color: #536170;
    line-height: 1.85;
    margin-bottom: 1.2rem;
}

.umrah-guide-home-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
}

.umrah-guide-home-point {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #203040;
    font-weight: 700;
}

.umrah-guide-home-point i {
    color: #0f766e;
}

.riyadh-umrah-schedule {
    padding: 4rem 0;
    background: #fff;
}

.riyadh-schedule-header {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.riyadh-schedule-header h2 {
    color: #203040;
    font-size: 2.2rem;
    line-height: 1.35;
    margin-bottom: 0.8rem;
}

.riyadh-schedule-header p {
    color: #52616b;
    font-size: 1.05rem;
    line-height: 1.8;
}

.riyadh-schedule-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.riyadh-day-card {
    position: relative;
    min-height: 190px;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #dce8ee;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.riyadh-day-card.vip-day {
    border-color: #f59e0b;
    background: linear-gradient(180deg, #fffdf5, #ffffff);
}

.riyadh-day-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #f59e0b;
    color: #fff;
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 800;
}

.riyadh-day-name {
    color: #102a43;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.riyadh-day-time {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #0f766e;
    background: #e6fffa;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.riyadh-day-options {
    display: grid;
    gap: 0.6rem;
}

.schedule-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.9rem;
    text-align: center;
}

.schedule-status.available {
    background: #dcfce7;
    color: #166534;
}

.schedule-status.vip {
    background: #fef3c7;
    color: #92400e;
}

.schedule-status.unavailable {
    background: #f1f5f9;
    color: #64748b;
}

.riyadh-schedule-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.2rem;
    padding: 1rem;
    background: #f7fafc;
    border-radius: 8px;
    color: #203040;
    font-weight: 700;
    line-height: 1.7;
}

.riyadh-schedule-note i {
    color: #0f766e;
}

@media (max-width: 900px) {
    .umrah-guide-hero h1 {
        font-size: 2.25rem;
    }

    .umrah-feature-grid,
    .umrah-package-grid,
    .umrah-ritual-grid,
    .umrah-media-copy,
    .umrah-guide-home-box {
        grid-template-columns: 1fr;
    }

    .umrah-schedule {
        grid-template-columns: repeat(2, 1fr);
    }

    .riyadh-schedule-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .riyadh-schedule-header h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 600px) {
    .umrah-guide-hero {
        padding: 7rem 0 3.5rem;
    }

    .umrah-guide-section {
        padding: 3rem 0;
    }

    .umrah-guide-heading h2,
    .umrah-guide-home-box h2 {
        font-size: 1.6rem;
    }

    .umrah-schedule,
    .umrah-guide-home-points {
        grid-template-columns: 1fr;
    }

    .riyadh-umrah-schedule {
        padding: 3rem 0;
    }

    .riyadh-schedule-cards {
        grid-template-columns: 1fr;
    }

    .riyadh-day-card {
        min-height: 0;
    }

    .riyadh-schedule-note {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: right;
    }
}
