.dm-city-page {
    --np-primary: #0b6157;
    --np-primary-dark: #064940;
    --np-primary-light: #e8f5f2;
    --np-text: #183a37;
    --np-muted: #6b7d7a;
    --np-border: #e4eeec;
    --np-surface: #ffffff;
    --np-bg: #f7fbfa;
    --np-coral: #ed7a68;
    --np-gold: #d8a945;
    --np-radius: 22px;
    --np-shadow: 0 12px 35px rgba(14, 71, 64, .08);
    --np-font: Vazirmatn, IRANSans, Tahoma, sans-serif;
    background: var(--np-bg);
    color: var(--np-text);
    font-family: var(--np-font);
    overflow: hidden;
}

.dm-city-page * {
    font-family: var(--np-font);
}

.dm-city-page a {
    text-decoration: none;
}

.dm-city-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 94px 0 108px;
    background:
        radial-gradient(circle at 8% 8%, rgba(106, 210, 185, .28), transparent 27%),
        radial-gradient(circle at 89% 85%, rgba(236, 182, 80, .18), transparent 25%),
        linear-gradient(135deg, #064b43 0%, #0a7669 55%, #075247 100%);
    margin-top: 3%;
}

.dm-city-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: .16;
    background-image: radial-gradient(rgba(255, 255, 255, .8) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}

.dm-hero-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
    opacity: .35;
}

.dm-hero-orb-one {
    top: -110px;
    right: -80px;
    width: 300px;
    height: 300px;
    border: 50px solid rgba(255, 255, 255, .12);
}

.dm-hero-orb-two {
    bottom: -170px;
    left: 5%;
    width: 330px;
    height: 330px;
    border: 55px solid rgba(255, 255, 255, .08);
}

.dm-hero-content {
    color: #fff;
}

.dm-hero-badge,
.dm-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.dm-hero-badge {
    margin-bottom: 20px;
    color: #e3fffa;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(8px);
}

.dm-hero-badge i {
    font-size: 17px;
}

.dm-hero-content h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(29px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.55;
}

.dm-hero-content h1 strong {
    color: #d4ffef;
    font-weight: 900;
}

.dm-hero-content>p {
    max-width: 690px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 2.1;
}

.dm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.dm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    padding: 10px 19px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
}

.dm-btn i {
    font-size: 19px;
}

.dm-btn-light {
    color: var(--np-primary-dark);
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.dm-btn-light:hover {
    color: var(--np-primary-dark);
    transform: translateY(-3px);
}

.dm-btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .06);
}

.dm-btn-outline-light:hover {
    color: var(--np-primary-dark);
    border-color: #fff;
    background: #fff;
}

.dm-hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 26px;
    margin-top: 38px;
}

.dm-hero-stat {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
}

.dm-hero-stat i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #baffea;
    border-radius: 9px;
    background: rgba(255, 255, 255, .12);
    font-size: 16px;
}

.dm-section {
    padding: 78px 0;
}

.dm-section-soft {
    background: #eff7f5;
}

.dm-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

.dm-section-eyebrow {
    margin-bottom: 11px;
    color: var(--np-primary);
    background: var(--np-primary-light);
}

.dm-section-eyebrow i {
    font-size: 16px;
}

.dm-section-eyebrow-coral {
    color: #c95c4b;
    background: #fff0ed;
}

.dm-section-eyebrow-gold {
    color: #a07117;
    background: #fff7e4;
}

.dm-section-head h2,
.dm-content-card-heading h2,
.dm-description-title h2 {
    margin: 0;
    color: var(--np-text);
    font-size: clamp(20px, 2.5vw, 27px);
    font-weight: 800;
    line-height: 1.7;
}

.dm-section-head p,
.dm-content-card-heading p {
    margin: 7px 0 0;
    color: var(--np-muted);
    font-size: 13px;
    line-height: 2;
}

.dm-slider-controls {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
    flex-shrink: 0;
}

.dm-slider-btn {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    color: var(--np-primary);
    border: 1px solid #d2e4e1;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: .25s ease;
}

.dm-slider-btn i {
    font-size: 22px;
}

.dm-slider-btn:hover {
    color: #fff;
    border-color: var(--np-primary);
    background: var(--np-primary);
    box-shadow: 0 8px 18px rgba(11, 97, 87, .2);
}

.dm-city-swiper {
    overflow: visible;
}

.dm-city-swiper .swiper-slide {
    height: auto;
}

.dm-specialty-card,
.dm-service-card,
.dm-area-card {
    height: 100%;
    border: 1px solid var(--np-border);
    background: var(--np-surface);
    box-shadow: 0 5px 18px rgba(20, 72, 67, .035);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.dm-specialty-card:hover,
.dm-service-card:hover,
.dm-area-card:hover {
    border-color: rgba(11, 97, 87, .23);
    box-shadow: var(--np-shadow);
    transform: translateY(-6px);
}

.dm-specialty-card {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border-radius: 18px;
}

.dm-specialty-icon,
.dm-service-icon,
.dm-content-card-icon,
.dm-description-title>span,
.dm-area-card-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    color: var(--np-primary);
    background: var(--np-primary-light);
}

.dm-specialty-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 23px;
}

.dm-specialty-card-content {
    flex: 1;
    min-width: 0;
}

.dm-specialty-card h3,
.dm-service-card h3,
.dm-area-card h3 {
    overflow: hidden;
    margin: 0;
    color: var(--np-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dm-specialty-card-content span {
    display: block;
    margin-top: 2px;
    color: var(--np-muted);
    font-size: 11px;
}

.dm-card-arrow {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--np-primary);
    border-radius: 9px;
    background: #f1f8f6;
    font-size: 18px;
    transition: .25s ease;
}

.dm-specialty-card:hover .dm-card-arrow,
.dm-service-card:hover .dm-card-arrow {
    color: #fff;
    background: var(--np-primary);
}

.dm-service-card {
    display: block;
    padding: 19px;
    border-radius: 19px;
}

.dm-service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dm-service-icon {
    width: 49px;
    height: 49px;
    color: var(--np-coral);
    border-radius: 15px;
    background: #fff0ed;
    font-size: 24px;
}

.dm-service-card h3 {
    white-space: normal;
}

.dm-service-card p {
    min-height: 22px;
    margin: 4px 0 16px;
    color: var(--np-muted);
    font-size: 11px;
}

.dm-service-link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--np-primary);
    font-size: 12px;
    font-weight: 700;
}

.dm-service-link i {
    font-size: 17px;
    transition: transform .2s ease;
}

.dm-service-card:hover .dm-service-link i {
    transform: translateX(-4px);
}

.dm-areas-section {
    background: #fff;
}

.dm-area-card {
    display: flex;
    height: 100%;
    min-height: 154px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
}

.dm-area-card-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 14px;
    color: #a07117;
    border-radius: 13px;
    background: #fff7e4;
    font-size: 21px;
}

.dm-area-card-content {
    width: 100%;
}

.dm-area-label {
    display: block;
    margin-bottom: 2px;
    color: var(--np-muted);
    font-size: 11px;
}

.dm-area-card h3 {
    white-space: normal;
}

.dm-area-card p {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 5px 0 14px;
    color: var(--np-muted);
    font-size: 11px;
}

.dm-area-card p i {
    color: var(--np-coral);
    font-size: 15px;
}

.dm-area-btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: auto;
    color: var(--np-primary);
    font-size: 12px;
    font-weight: 800;
}

.dm-area-btn i {
    font-size: 17px;
}

.dm-links-section {
    padding-top: 68px;
    padding-bottom: 68px;
}

.dm-content-card,
.dm-description-card {
    padding: 30px;
    border: 1px solid var(--np-border);
    border-radius: var(--np-radius);
    background: #fff;
    box-shadow: var(--np-shadow);
}

.dm-content-card-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--np-border);
}

.dm-content-card-icon {
    width: 53px;
    height: 53px;
    border-radius: 16px;
    font-size: 25px;
}

.dm-content-card-icon-coral {
    color: var(--np-coral);
    background: #fff0ed;
}

.dm-link-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 23px 0 0;
    margin: 0;
    list-style: none;
}

.dm-link-list li {
    min-width: 0;
}

.dm-link-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 11px;
    color: #31534f;
    border: 1px solid #edf3f2;
    border-radius: 12px;
    background: #fbfdfd;
    font-size: 12px;
    line-height: 1.8;
    transition: .25s ease;
}

.dm-link-list a:hover {
    color: var(--np-primary);
    border-color: #cce3df;
    background: var(--np-primary-light);
}

.dm-link-list a>span:nth-child(2) {
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dm-link-list-icon {
    display: grid;
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--np-primary);
    border-radius: 50%;
    background: #dff2ee;
    font-size: 14px;
}

.dm-link-chevron {
    color: #9bb8b3;
    font-size: 17px;
}

.dm-description-section {
    padding-top: 18px;
}

.dm-description-card {
    background:
        linear-gradient(135deg, rgba(232, 245, 242, .75), rgba(255, 255, 255, 1) 43%),
        #fff;
}

.dm-description-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--np-border);
}

.dm-description-title>span {
    width: 45px;
    height: 45px;
    color: var(--np-gold);
    border-radius: 14px;
    background: #fff7e4;
    font-size: 22px;
}

.dm-description-content {
    color: #506965;
    font-size: 14px;
    line-height: 2.35;
}

.dm-description-content h1,
.dm-description-content h2,
.dm-description-content h3,
.dm-description-content h4 {
    margin: 24px 0 11px;
    color: var(--np-text);
    font-weight: 800;
    line-height: 1.8;
}

.dm-description-content h2 {
    font-size: 20px;
}

.dm-description-content h3 {
    font-size: 17px;
}

.dm-description-content p {
    margin-bottom: 14px;
}

.dm-description-content a {
    color: var(--np-primary);
    font-weight: 700;
}

.dm-description-content ul,
.dm-description-content ol {
    padding-right: 22px;
}

.dm-description-content img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.dm-empty-state {
    padding: 30px;
    color: var(--np-muted);
    border: 1px dashed #c7dc d8;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

.dm-empty-state i {
    display: block;
    margin-bottom: 7px;
    color: var(--np-primary);
    font-size: 28px;
}

.dm-empty-state p {
    margin: 0;
    font-size: 13px;
}

.dm-footer {
    margin-top: 30px;
}

.dm-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.dm-footer .copyright-text p {
    font-size: 13px;
}

.dm-footer .copyright-text a {
    color: #7affb1;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .dm-city-hero {
        padding: 75px 0 85px;
        margin-top: 15%;
    }

    .dm-section {
        padding: 58px 0;
    }

    .dm-link-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .dm-city-hero {
        padding: 60px 0 68px;
    }

    .dm-hero-content>p {
        font-size: 13px;
        line-height: 2;
    }

    .dm-hero-stats {
        justify-content: flex-start;
        max-width: 260px;
        margin-right: auto;
        margin-left: auto;
    }

    .dm-section {
        padding: 46px 0;
    }

    .dm-section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 23px;
    }

    .dm-section-head h2,
    .dm-content-card-heading h2,
    .dm-description-title h2 {
        font-size: 19px;
    }

    .dm-content-card,
    .dm-description-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .dm-content-card-heading {
        align-items: flex-start;
    }

    .dm-content-card-icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
        font-size: 21px;
    }

    .dm-link-list {
        grid-template-columns: 1fr;
        padding-top: 17px;
    }

    .dm-link-list a {
        padding: 10px;
    }

    .dm-description-content {
        font-size: 13px;
        line-height: 2.25;
    }
}
