.elementor-2653 .elementor-element.elementor-element-3c4ffde{--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-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2653 .elementor-element.elementor-element-7c72a05 .elementor-heading-title{font-size:32px;font-weight:700;line-height:1.4em;color:var( --e-global-color-secondary );}.elementor-2653 .elementor-element.elementor-element-8f902ab{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2653 .elementor-element.elementor-element-93348e0{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2653 .elementor-element.elementor-element-7c72a05 .elementor-heading-title{font-size:17px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2653 .elementor-element.elementor-element-7c72a05 .elementor-heading-title{font-size:20px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-1847548 *//* =========================================
   Rahkar Gasht
   Spain Digital Nomad Visa - Hero
   Lightweight / RTL / Responsive
   ========================================= */

.rk-dn-hero {
    --rk-navy: #063B66;
    --rk-orange: #FF5B1F;
    --rk-orange-2: #FF6B2D;
    --rk-orange-soft: #FFF3EC;
    --rk-text: #172B3A;
    --rk-muted: #617080;
    --rk-border: #E8EDF1;
    --rk-white: #FFFFFF;

    width: 100%;
    box-sizing: border-box;
    padding: 1px;
    margin: 0;
    overflow: hidden;
    background: var(--rk-white);
    color: var(--rk-text);
}

.rk-dn-hero *,
.rk-dn-hero *::before,
.rk-dn-hero *::after {
    box-sizing: border-box;
}


/* =========================
   Main Grid
   ========================= */

.rk-dn-hero-grid {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 1px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: 28px;
}


/* =========================
   Content
   ========================= */

.rk-dn-hero-content {
    min-width: 0;
    text-align: justify;
    animation: rkDnFadeUp 0.65s ease both;
}

.rk-dn-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 91, 31, 0.18);
    border-radius: 999px;
    background: var(--rk-orange-soft);
    color: var(--rk-orange);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}

.rk-dn-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--rk-orange);
    box-shadow: 0 0 0 4px rgba(255, 91, 31, 0.08);
    animation: rkDnPulse 2s ease-in-out infinite;
}


/* =========================
   H1
   ========================= */

.rk-dn-hero h1 {
    margin: 0 0 17px;
    padding: 0;
    color: var(--rk-navy);
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.6px;
    text-align: right;
    text-wrap: balance;
}

.rk-dn-hero h1::after {
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    margin-top: 12px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        var(--rk-orange),
        var(--rk-orange-2)
    );
}


/* =========================
   Paragraphs
   ========================= */

.rk-dn-hero p {
    margin: 0 0 13px;
    padding: 0;
    color: var(--rk-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 2.05;
    text-align: justify;
    text-justify: inter-word;
}

.rk-dn-hero p:last-of-type {
    margin-bottom: 17px;
}

.rk-dn-hero strong {
    color: var(--rk-navy);
    font-weight: 750;
}


/* =========================
   Key Points
   ========================= */

.rk-dn-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    margin-top: 5px;
}

.rk-dn-point {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px;
    border: 1px solid var(--rk-border);
    border-radius: 12px;
    background: #fff;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.rk-dn-point:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 91, 31, 0.35);
    box-shadow: 0 8px 22px rgba(6, 59, 102, 0.08);
}

.rk-dn-point-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--rk-navy);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.rk-dn-point strong {
    display: block;
    margin: 0 0 3px;
    color: var(--rk-navy);
    font-size: 12px;
    line-height: 1.65;
    text-align: right;
}

.rk-dn-point span:not(.rk-dn-point-icon) {
    display: block;
    color: var(--rk-muted);
    font-size: 10px;
    line-height: 1.7;
    text-align: justify;
}


/* =========================
   Image
   ========================= */

.rk-dn-hero-media {
    min-width: 0;
    animation: rkDnFadeIn 0.8s ease 0.1s both;
}

.rk-dn-image-link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #EEF2F5;
    box-shadow: 0 14px 35px rgba(6, 59, 102, 0.12);
}

.rk-dn-image-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(6, 59, 102, 0.03),
        rgba(255, 91, 31, 0.08)
    );
    pointer-events: none;
}

.rk-dn-image-link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 675;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}

.rk-dn-image-link:hover img {
    transform: scale(1.025);
}

.rk-dn-image-label {
    position: absolute;
    right: 13px;
    bottom: 13px;
    z-index: 2;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 7px;
    background: rgba(6, 59, 102, 0.88);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    backdrop-filter: blur(5px);
}

.rk-dn-media-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 0 2px;
    color: var(--rk-muted);
    font-size: 10px;
    line-height: 1.6;
}

.rk-dn-media-caption span {
    position: relative;
}

.rk-dn-media-caption span + span::before {
    content: "•";
    margin-left: 8px;
    color: var(--rk-orange);
}


/* =========================
   Animations
   ========================= */

@keyframes rkDnFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rkDnFadeIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rkDnPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.18);
        opacity: 0.75;
    }
}


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

    .rk-dn-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
        gap: 20px;
    }

    .rk-dn-hero p {
        font-size: 15px;
        line-height: 1.95;
    }

    .rk-dn-points {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .rk-dn-point {
        padding: 8px;
    }
}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

    .rk-dn-hero {
        padding: 1px;
    }

    .rk-dn-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 1px;
    }

    .rk-dn-hero-content {
        width: 100%;
    }

    .rk-dn-hero-media {
        width: 100%;
        order: -1;
    }

    .rk-dn-eyebrow {
        margin-bottom: 9px;
        padding: 5px 8px;
        font-size: 11px;
    }

    .rk-dn-hero h1 {
        margin-bottom: 13px;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.42;
        letter-spacing: -0.3px;
    }

    .rk-dn-hero h1::after {
        width: 45px;
        height: 3px;
        margin-top: 9px;
    }

    .rk-dn-hero p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 2;
        text-align: justify;
    }

    .rk-dn-hero p:last-of-type {
        margin-bottom: 13px;
    }

    .rk-dn-points {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .rk-dn-point {
        padding: 8px;
        border-radius: 9px;
    }

    .rk-dn-point-icon {
        width: 29px;
        height: 29px;
        min-width: 29px;
        border-radius: 7px;
        font-size: 9px;
    }

    .rk-dn-point strong {
        font-size: 11px;
        line-height: 1.55;
    }

    .rk-dn-point span:not(.rk-dn-point-icon) {
        font-size: 9.5px;
        line-height: 1.65;
    }

    .rk-dn-image-link {
        border-radius: 12px;
    }

    .rk-dn-image-label {
        right: 9px;
        bottom: 9px;
        padding: 5px 8px;
        font-size: 9px;
    }

    .rk-dn-media-caption {
        margin-top: 6px;
        font-size: 9px;
    }
}


/* =========================
   Accessibility / Performance
   ========================= */

@media (prefers-reduced-motion: reduce) {

    .rk-dn-hero-content,
    .rk-dn-hero-media,
    .rk-dn-dot {
        animation: none !important;
    }

    .rk-dn-point,
    .rk-dn-image-link img {
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a5186c *//* ==================================================
   RAHKAR GASHT
   Digital Nomad Visa - Information Sections
   Lightweight / RTL / Responsive
   ================================================== */

.rk-dnm-info {

    --rk-navy: #063B66;
    --rk-orange: #FF5B1F;
    --rk-orange-2: #FF6B2D;
    --rk-orange-light: #FFF4EE;

    --rk-text: #263746;
    --rk-muted: #667788;

    --rk-border: #E4EAF0;
    --rk-bg: #FFFFFF;
    --rk-soft: #F7F9FB;

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 1px;

    color: var(--rk-text);
    font-size: 16px;
    line-height: 2;

    text-align: justify;
}

.rk-dnm-info *,
.rk-dnm-info *::before,
.rk-dnm-info *::after {
    box-sizing: border-box;
}


/* =========================================
   Global Typography
   ========================================= */

.rk-dnm-info h2,
.rk-dnm-info h3,
.rk-dnm-info h4,
.rk-dnm-info p {
    margin-top: 0;
}

.rk-dnm-info h2,
.rk-dnm-info h3,
.rk-dnm-info h4 {
    text-align: right;
}

.rk-dnm-info p {
    margin-bottom: 13px;
    line-height: 2.05;
}

.rk-dnm-info strong {
    color: var(--rk-navy);
    font-weight: 750;
}


/* =========================================
   Section Label
   ========================================= */

.rk-dnm-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;
    padding: 5px 9px;

    border: 1px solid rgba(255, 91, 31, .16);
    border-radius: 999px;

    background: var(--rk-orange-light);
    color: var(--rk-orange);

    font-size: 11px;
    font-weight: 800;
    line-height: 1.6;
    text-align: right;
}

.rk-dnm-section-label > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border-radius: 50%;
    background: var(--rk-orange);

    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1;
}


/* =========================================
   Intro
   ========================================= */

.rk-dnm-intro {
    margin: 0 0 25px;
    padding: 1px;
}

.rk-dnm-intro h2,
.rk-dnm-requirements-heading h2 {
    margin: 0 0 13px;

    color: var(--rk-navy);

    font-size: clamp(27px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.45;

    text-align: right;
    text-wrap: balance;
}

.rk-dnm-intro h2::after,
.rk-dnm-requirements-heading h2::after {
    content: "";
    display: block;

    width: 52px;
    height: 3px;

    margin-top: 10px;

    border-radius: 10px;
    background: linear-gradient(
        90deg,
        var(--rk-orange),
        var(--rk-orange-2)
    );
}

.rk-dnm-intro-text {
    max-width: 1100px;
    margin-bottom: 0 !important;
    font-size: 16px;
}


/* =========================================
   Difference Cards
   ========================================= */

.rk-dnm-differences {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin: 0 0 32px;
}

.rk-dnm-difference-card {
    position: relative;

    min-width: 0;
    padding: 14px;

    border: 1px solid var(--rk-border);
    border-right: 4px solid var(--rk-navy);
    border-radius: 12px;

    background: #fff;

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.rk-dnm-difference-card:hover {
    transform: translateY(-3px);
    border-color: rgba(6, 59, 102, .22);
    box-shadow: 0 10px 26px rgba(6, 59, 102, .07);
}

.rk-dnm-difference-orange {
    border-right-color: var(--rk-orange);
}

.rk-dnm-card-top {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 7px;
}

.rk-dnm-card-top h3 {
    margin: 0;

    color: var(--rk-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.65;
}

.rk-dnm-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;
    min-width: 30px;

    border-radius: 8px;
    background: var(--rk-navy);

    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-difference-orange .rk-dnm-number {
    background: var(--rk-orange);
}

.rk-dnm-difference-card p {
    margin-bottom: 0;
    font-size: 14px;
}


/* =========================================
   Requirements Heading
   ========================================= */

.rk-dnm-requirements-heading {
    margin: 0 0 22px;
    padding: 1px;
}

.rk-dnm-requirements-heading > p {
    margin-bottom: 0;
    color: var(--rk-muted);
}


/* =========================================
   Requirement Box
   ========================================= */

.rk-dnm-requirement {
    margin: 0 0 16px;
    padding: 15px;

    border: 1px solid var(--rk-border);
    border-radius: 14px;

    background: #fff;

    box-shadow: 0 4px 16px rgba(6, 59, 102, .025);
}

.rk-dnm-requirement-head {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-bottom: 10px;
}

.rk-dnm-requirement-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    min-width: 40px;

    border-radius: 10px;

    background: var(--rk-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;

    box-shadow: 0 5px 12px rgba(6, 59, 102, .12);
}

.rk-dnm-kicker {
    display: block;

    margin-bottom: 1px;

    color: var(--rk-orange);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-requirement h3 {
    margin: 0;

    color: var(--rk-navy);

    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
}

.rk-dnm-requirement > p {
    margin-bottom: 13px;
}


/* =========================================
   Work Cards
   ========================================= */

.rk-dnm-work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;

    margin: 8px 0 16px;
}

.rk-dnm-work-card {
    padding: 12px;

    border: 1px solid var(--rk-border);
    border-radius: 11px;

    background: var(--rk-soft);
}

.rk-dnm-work-title {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 6px;
}

.rk-dnm-work-title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;
    min-width: 27px;

    border-radius: 7px;

    background: var(--rk-orange);
    color: #fff;

    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-work-title h4 {
    margin: 0;

    color: var(--rk-navy);

    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
}

.rk-dnm-work-card p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 2;
}


/* =========================================
   Specialties
   ========================================= */

.rk-dnm-subsection {
    margin-top: 14px;
}

.rk-dnm-subtitle {
    margin: 0 0 9px;

    color: var(--rk-navy);

    font-size: 16px;
    font-weight: 800;
    line-height: 1.7;
}

.rk-dnm-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.rk-dnm-specialties span {
    display: inline-flex;
    align-items: center;

    min-height: 32px;
    padding: 5px 10px;

    border: 1px solid rgba(6, 59, 102, .10);
    border-radius: 8px;

    background: #F8FAFC;
    color: var(--rk-text);

    font-size: 11px;
    line-height: 1.6;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.rk-dnm-specialties span:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 91, 31, .25);
    background: var(--rk-orange-light);
}


/* =========================================
   Income Highlight
   ========================================= */

.rk-dnm-income-highlight {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin: 13px 0;

    padding: 14px;

    border: 1px solid rgba(255, 91, 31, .16);
    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #FFF8F4 0%,
            #FFFFFF 100%
        );
}

.rk-dnm-income-value {
    flex: 1;

    text-align: center;
}

.rk-dnm-income-value strong {
    display: block;

    color: var(--rk-navy);

    font-family: Arial, sans-serif;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.2;
}

.rk-dnm-income-value span {
    display: block;

    margin-top: 3px;

    color: var(--rk-muted);

    font-size: 11px;
    line-height: 1.6;
}

.rk-dnm-income-divider {
    width: 1px;
    height: 44px;

    background: var(--rk-border);
}


/* =========================================
   Important Note
   ========================================= */

.rk-dnm-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin: 13px 0;
    padding: 10px;

    border-radius: 10px;

    background: #F4F8FB;
}

.rk-dnm-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;
    min-width: 25px;

    border-radius: 50%;

    background: var(--rk-orange);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-note p {
    margin: 0;

    color: var(--rk-text);
    font-size: 12px;
    line-height: 1.9;
}


/* =========================================
   Table
   ========================================= */

.rk-dnm-family {
    margin-top: 15px;
}

.rk-dnm-table-wrap {
    width: 100%;
    overflow-x: auto;

    border: 1px solid var(--rk-border);
    border-radius: 10px;

    -webkit-overflow-scrolling: touch;
}

.rk-dnm-table {
    width: 100%;
    border-collapse: collapse;

    background: #fff;

    font-size: 13px;
    text-align: right;
}

.rk-dnm-table th {
    padding: 10px 12px;

    background: var(--rk-navy);
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;

    white-space: nowrap;
}

.rk-dnm-table td {
    padding: 10px 12px;

    border-top: 1px solid var(--rk-border);

    color: var(--rk-text);

    line-height: 1.8;
}

.rk-dnm-table tbody tr {
    transition: background .18s ease;
}

.rk-dnm-table tbody tr:hover {
    background: #FAFBFC;
}

.rk-dnm-table td strong {
    color: var(--rk-orange);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.rk-dnm-table td small {
    display: inline-block;

    margin-right: 5px;

    color: var(--rk-muted);

    font-size: 10px;
}

.rk-dnm-table-note {
    margin: 8px 0 0 !important;

    color: var(--rk-muted);
    font-size: 11px !important;
    line-height: 1.8 !important;
}


/* =========================================
   Options
   ========================================= */

.rk-dnm-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;

    margin-top: 8px;
}

.rk-dnm-option {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 10px;

    border: 1px solid var(--rk-border);
    border-radius: 10px;

    background: #fff;
}

.rk-dnm-option > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 29px;
    height: 29px;
    min-width: 29px;

    border-radius: 8px;

    background: var(--rk-orange-light);
    color: var(--rk-orange);

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-option p {
    margin: 0;

    font-size: 12px;
    line-height: 1.8;
}


/* =========================================
   Checklist
   ========================================= */

.rk-dnm-checklist {
    display: grid;
    gap: 7px;

    margin: 9px 0 0;
    padding: 0;

    list-style: none;
}

.rk-dnm-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    padding: 8px 10px;

    border-radius: 8px;

    background: var(--rk-soft);

    color: var(--rk-text);

    font-size: 13px;
    line-height: 1.8;
}

.rk-dnm-checklist li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;
    min-width: 21px;

    margin-top: 2px;

    border-radius: 50%;

    background: #EAF7F0;
    color: #159447;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 900px) {

    .rk-dnm-differences,
    .rk-dnm-work-grid,
    .rk-dnm-options {
        grid-template-columns: 1fr;
    }

    .rk-dnm-specialties {
        gap: 6px;
    }

    .rk-dnm-requirement {
        padding: 13px;
    }
}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

    .rk-dnm-info {
        padding: 1px;

        font-size: 14px;
        line-height: 1.95;
    }

    .rk-dnm-intro {
        margin-bottom: 20px;
    }

    .rk-dnm-section-label {
        margin-bottom: 8px;
        padding: 4px 7px;

        font-size: 10px;
    }

    .rk-dnm-section-label > span {
        width: 20px;
        height: 20px;
    }

    .rk-dnm-intro h2,
    .rk-dnm-requirements-heading h2 {
        margin-bottom: 10px;

        font-size: clamp(24px, 7vw, 31px);
        line-height: 1.5;
    }

    .rk-dnm-intro h2::after,
    .rk-dnm-requirements-heading h2::after {
        width: 42px;
        height: 3px;
        margin-top: 8px;
    }

    .rk-dnm-info p {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 2;
        text-align: justify;
    }

    .rk-dnm-differences {
        gap: 8px;
        margin-bottom: 25px;
    }

    .rk-dnm-difference-card {
        padding: 10px;
        border-radius: 10px;
    }

    .rk-dnm-card-top {
        gap: 7px;
    }

    .rk-dnm-card-top h3 {
        font-size: 14px;
        line-height: 1.6;
    }

    .rk-dnm-number {
        width: 27px;
        height: 27px;
        min-width: 27px;
        font-size: 9px;
    }

    .rk-dnm-difference-card p {
        font-size: 12px;
        line-height: 1.95;
    }

    .rk-dnm-requirements-heading {
        margin-bottom: 17px;
    }

    .rk-dnm-requirement {
        margin-bottom: 10px;
        padding: 10px;

        border-radius: 11px;
    }

    .rk-dnm-requirement-head {
        gap: 8px;
        margin-bottom: 8px;
    }

    .rk-dnm-requirement-number {
        width: 34px;
        height: 34px;
        min-width: 34px;

        border-radius: 8px;

        font-size: 10px;
    }

    .rk-dnm-kicker {
        font-size: 9px;
    }

    .rk-dnm-requirement h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .rk-dnm-work-grid {
        gap: 7px;
        margin-bottom: 12px;
    }

    .rk-dnm-work-card {
        padding: 9px;
        border-radius: 9px;
    }

    .rk-dnm-work-title h4 {
        font-size: 13px;
    }

    .rk-dnm-work-card p {
        font-size: 11px;
        line-height: 1.95;
    }

    .rk-dnm-subtitle {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .rk-dnm-specialties {
        gap: 5px;
    }

    .rk-dnm-specialties span {
        min-height: 29px;
        padding: 4px 7px;

        border-radius: 7px;

        font-size: 9px;
    }

    .rk-dnm-income-highlight {
        padding: 11px 7px;
        border-radius: 10px;
    }

    .rk-dnm-income-value strong {
        font-size: 25px;
    }

    .rk-dnm-income-value span {
        font-size: 9px;
    }

    .rk-dnm-income-divider {
        height: 36px;
    }

    .rk-dnm-note {
        gap: 7px;
        padding: 8px;
    }

    .rk-dnm-note-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 11px;
    }

    .rk-dnm-note p {
        font-size: 10px;
        line-height: 1.9;
    }

    /*
       تبدیل جدول به کارت در موبایل
       بدون اسکرول افقی
    */

    .rk-dnm-table-wrap {
        overflow: visible;
        border: 0;
    }

    .rk-dnm-table,
    .rk-dnm-table thead,
    .rk-dnm-table tbody,
    .rk-dnm-table tr,
    .rk-dnm-table th,
    .rk-dnm-table td {
        display: block;
        width: 100%;
    }

    .rk-dnm-table thead {
        display: none;
    }

    .rk-dnm-table tr {
        margin-bottom: 7px;

        border: 1px solid var(--rk-border);
        border-radius: 9px;

        background: #fff;
        overflow: hidden;
    }

    .rk-dnm-table tr:last-child {
        margin-bottom: 0;
    }

    .rk-dnm-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 10px;

        padding: 8px 9px;

        border: 0;
        border-bottom: 1px solid var(--rk-border);

        font-size: 11px;
        line-height: 1.7;

        text-align: right;
    }

    .rk-dnm-table td:last-child {
        border-bottom: 0;
    }

    .rk-dnm-table td::before {
        content: attr(data-label);

        color: var(--rk-muted);
        font-size: 9px;
        font-weight: 700;
    }

    .rk-dnm-table td strong {
        font-size: 12px;
    }

    .rk-dnm-table td small {
        margin-right: 3px;
        font-size: 8px;
    }

    .rk-dnm-table-note {
        font-size: 9px !important;
    }

    .rk-dnm-options {
        gap: 6px;
    }

    .rk-dnm-option {
        padding: 8px;
    }

    .rk-dnm-option > span {
        width: 25px;
        height: 25px;
        min-width: 25px;
        font-size: 8px;
    }

    .rk-dnm-option p {
        font-size: 10px;
        line-height: 1.8;
    }

    .rk-dnm-checklist {
        gap: 5px;
    }

    .rk-dnm-checklist li {
        padding: 7px 8px;
        font-size: 10px;
        line-height: 1.9;
    }

    .rk-dnm-checklist li span {
        width: 19px;
        height: 19px;
        min-width: 19px;
        font-size: 9px;
    }
}


/* =========================================
   Reduced Motion
   ========================================= */

@media (prefers-reduced-motion: reduce) {

    .rk-dnm-difference-card,
    .rk-dnm-specialties span,
    .rk-dnm-table tbody tr {
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c20592 *//* =====================================================
   RAHKAR GASHT
   Digital Nomad Visa
   Documents + Application Process
   Lightweight / RTL / Responsive
   ===================================================== */

.rk-dnm-docs {

    --rk-navy: #063B66;
    --rk-orange: #FF5B1F;
    --rk-orange-2: #FF6B2D;
    --rk-orange-light: #FFF4EE;

    --rk-text: #263746;
    --rk-muted: #667788;

    --rk-border: #E3E9EE;
    --rk-soft: #F7F9FB;
    --rk-white: #FFFFFF;

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 1px;

    color: var(--rk-text);
    font-size: 16px;
    line-height: 2;

    text-align: justify;
}

.rk-dnm-docs *,
.rk-dnm-docs *::before,
.rk-dnm-docs *::after {
    box-sizing: border-box;
}


/* =========================================
   Typography
   ========================================= */

.rk-dnm-docs h2,
.rk-dnm-docs h3,
.rk-dnm-docs h4,
.rk-dnm-docs p {
    margin-top: 0;
}

.rk-dnm-docs h2,
.rk-dnm-docs h3,
.rk-dnm-docs h4 {
    text-align: right;
}

.rk-dnm-docs p {
    line-height: 2.05;
}

.rk-dnm-docs strong {
    color: var(--rk-navy);
    font-weight: 750;
}


/* =========================================
   Section Labels
   ========================================= */

.rk-dnm-docs-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;
    padding: 5px 9px;

    border: 1px solid rgba(255, 91, 31, .16);
    border-radius: 999px;

    background: var(--rk-orange-light);
    color: var(--rk-orange);

    font-size: 11px;
    font-weight: 800;
    line-height: 1.6;
    text-align: right;
}

.rk-dnm-docs-label > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border-radius: 50%;

    background: var(--rk-orange);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1;
}


/* =========================================
   Main Headings
   ========================================= */

.rk-dnm-docs-heading,
.rk-dnm-process-heading {
    margin: 0 0 23px;
    padding: 1px;
}

.rk-dnm-docs-heading h2,
.rk-dnm-process-heading h2 {
    margin: 0 0 12px;

    color: var(--rk-navy);

    font-size: clamp(27px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.45;

    text-align: right;
    text-wrap: balance;
}

.rk-dnm-docs-heading h2::after,
.rk-dnm-process-heading h2::after {
    content: "";

    display: block;

    width: 52px;
    height: 3px;

    margin-top: 10px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        var(--rk-orange),
        var(--rk-orange-2)
    );
}

.rk-dnm-docs-heading > p,
.rk-dnm-process-heading > p {
    margin-bottom: 0;

    color: var(--rk-muted);
}


/* =========================================
   Document Groups
   ========================================= */

.rk-dnm-doc-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin-bottom: 15px;
}

.rk-dnm-doc-group {
    min-width: 0;

    padding: 14px;

    border: 1px solid var(--rk-border);
    border-top: 3px solid var(--rk-navy);
    border-radius: 13px;

    background: var(--rk-white);

    box-shadow: 0 5px 18px rgba(6, 59, 102, .025);

    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

.rk-dnm-doc-group:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(6, 59, 102, .07);
}

.rk-dnm-doc-group-orange {
    border-top-color: var(--rk-orange);
}


/* =========================================
   Document Group Header
   ========================================= */

.rk-dnm-doc-group-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 11px;
}

.rk-dnm-doc-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;
    min-width: 38px;

    border-radius: 9px;

    background: var(--rk-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-doc-group-orange .rk-dnm-doc-type {
    background: var(--rk-orange);
}

.rk-dnm-doc-group-head > div > span {
    display: block;

    margin-bottom: 1px;

    color: var(--rk-orange);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-doc-group-head h3 {
    margin: 0;

    color: var(--rk-navy);

    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}


/* =========================================
   Document List
   ========================================= */

.rk-dnm-doc-list {
    display: grid;
    gap: 6px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.rk-dnm-doc-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    padding: 7px 8px;

    border-radius: 8px;

    background: var(--rk-soft);

    transition:
        background .18s ease,
        transform .18s ease;
}

.rk-dnm-doc-list li:hover {
    background: var(--rk-orange-light);
    transform: translateX(-2px);
}

.rk-dnm-doc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;
    min-width: 22px;

    margin-top: 2px;

    border-radius: 50%;

    background: #EAF7F0;
    color: #159447;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-doc-list strong {
    display: block;

    margin-bottom: 1px;

    color: var(--rk-navy);

    font-size: 12px;
    line-height: 1.7;
}

.rk-dnm-doc-list p {
    margin: 0;

    color: var(--rk-muted);

    font-size: 10.5px;
    line-height: 1.75;
}


/* =========================================
   General Documents
   ========================================= */

.rk-dnm-general-docs {
    margin: 0 0 14px;
    padding: 14px;

    border: 1px solid var(--rk-border);
    border-radius: 13px;

    background: #fff;
}

.rk-dnm-general-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 11px;
}

.rk-dnm-mini-label {
    display: block;

    margin-bottom: 1px;

    color: var(--rk-orange);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-general-head h3 {
    margin: 0;

    color: var(--rk-navy);

    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-general-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    border-radius: 9px;

    background: var(--rk-orange-light);
    color: var(--rk-orange);

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-general-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.rk-dnm-general-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;

    min-width: 0;

    padding: 8px;

    border: 1px solid var(--rk-border);
    border-radius: 8px;

    background: #fff;
}

.rk-dnm-general-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;
    min-width: 24px;

    border-radius: 7px;

    background: var(--rk-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-general-item p {
    margin: 0;

    color: var(--rk-text);

    font-size: 10.5px;
    line-height: 1.8;
}


/* =========================================
   Important Warning
   ========================================= */

.rk-dnm-doc-warning {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin: 0 0 30px;
    padding: 10px 12px;

    border: 1px solid rgba(255, 91, 31, .17);
    border-right: 4px solid var(--rk-orange);
    border-radius: 10px;

    background: var(--rk-orange-light);
}

.rk-dnm-warning-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;
    min-width: 27px;

    border-radius: 50%;

    background: var(--rk-orange);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-doc-warning strong {
    display: block;

    margin-bottom: 2px;

    color: var(--rk-navy);

    font-size: 12px;
    line-height: 1.6;
}

.rk-dnm-doc-warning p {
    margin: 0;

    color: var(--rk-text);

    font-size: 11px;
    line-height: 1.9;
}


/* =========================================
   Process Heading
   ========================================= */

.rk-dnm-process-heading {
    margin-bottom: 22px;
}


/* =========================================
   Timeline
   ========================================= */

.rk-dnm-timeline {
    position: relative;

    margin: 0;
    padding: 1px 0;
}


/*
   خط Timeline
   از وسط شماره‌ها عبور می‌کند
*/
.rk-dnm-timeline::before {
    content: "";

    position: absolute;

    top: 25px;
    bottom: 25px;

    right: 20px;

    width: 2px;

    background:
        linear-gradient(
            to bottom,
            rgba(255, 91, 31, .35),
            rgba(6, 59, 102, .12)
        );
}


/* =========================================
   Timeline Step
   ========================================= */

.rk-dnm-step {
    position: relative;

    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);

    gap: 13px;

    margin: 0 0 11px;
    padding: 0;

    animation: rkDnmStepIn .5s ease both;
}

.rk-dnm-step:nth-child(2) {
    animation-delay: .03s;
}

.rk-dnm-step:nth-child(3) {
    animation-delay: .06s;
}

.rk-dnm-step:nth-child(4) {
    animation-delay: .09s;
}

.rk-dnm-step:nth-child(5) {
    animation-delay: .12s;
}

.rk-dnm-step:nth-child(6) {
    animation-delay: .15s;
}


/* =========================================
   Step Marker
   ========================================= */

.rk-dnm-step-marker {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border: 4px solid #fff;
    border-radius: 11px;

    background: var(--rk-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;

    box-shadow:
        0 3px 10px rgba(6, 59, 102, .15);
}


/* =========================================
   Step Content
   ========================================= */

.rk-dnm-step-content {
    min-width: 0;

    padding: 10px 12px;

    border: 1px solid var(--rk-border);
    border-radius: 11px;

    background: #fff;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.rk-dnm-step-content:hover {
    transform: translateX(-3px);

    border-color: rgba(255, 91, 31, .24);

    box-shadow: 0 8px 20px rgba(6, 59, 102, .06);
}


/* =========================================
   Step Title
   ========================================= */

.rk-dnm-step-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 4px;
}

.rk-dnm-step-title > span {
    display: inline-flex;
    align-items: center;

    padding: 3px 7px;

    border-radius: 6px;

    background: var(--rk-orange-light);
    color: var(--rk-orange);

    font-size: 9px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-step-title h3 {
    margin: 0;

    color: var(--rk-navy);

    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
}

.rk-dnm-step-content > p {
    margin: 0;

    color: var(--rk-text);

    font-size: 12px;
    line-height: 1.95;
}


/* =========================================
   After Entry List
   ========================================= */

.rk-dnm-after-entry {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;

    margin: 9px 0 0;
    padding: 0;

    list-style: none;
}

.rk-dnm-after-entry li {
    display: flex;
    align-items: center;
    gap: 7px;

    padding: 6px 7px;

    border-radius: 7px;

    background: var(--rk-soft);

    color: var(--rk-text);

    font-size: 10.5px;
    line-height: 1.7;
}

.rk-dnm-after-entry li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;
    min-width: 22px;

    border-radius: 6px;

    background: var(--rk-orange);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}


/* =========================================
   Animation
   ========================================= */

@keyframes rkDnmStepIn {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 950px) {

    .rk-dnm-doc-groups {
        grid-template-columns: 1fr;
    }

    .rk-dnm-general-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

    .rk-dnm-docs {
        padding: 1px;

        font-size: 14px;
        line-height: 1.95;
    }


    /* Headings */

    .rk-dnm-docs-heading,
    .rk-dnm-process-heading {
        margin-bottom: 17px;
    }

    .rk-dnm-docs-label {
        margin-bottom: 7px;
        padding: 4px 7px;

        font-size: 9px;
    }

    .rk-dnm-docs-label > span {
        width: 20px;
        height: 20px;
    }

    .rk-dnm-docs-heading h2,
    .rk-dnm-process-heading h2 {
        margin-bottom: 9px;

        font-size: clamp(24px, 7vw, 31px);
        line-height: 1.5;
    }

    .rk-dnm-docs-heading h2::after,
    .rk-dnm-process-heading h2::after {
        width: 42px;
        height: 3px;
        margin-top: 8px;
    }

    .rk-dnm-docs-heading > p,
    .rk-dnm-process-heading > p {
        font-size: 12px;
        line-height: 2;
    }


    /* Document Groups */

    .rk-dnm-doc-groups {
        gap: 8px;
        margin-bottom: 9px;
    }

    .rk-dnm-doc-group {
        padding: 10px;

        border-radius: 10px;
    }

    .rk-dnm-doc-group-head {
        gap: 8px;
        margin-bottom: 8px;
    }

    .rk-dnm-doc-type {
        width: 32px;
        height: 32px;
        min-width: 32px;

        border-radius: 8px;

        font-size: 9px;
    }

    .rk-dnm-doc-group-head > div > span {
        font-size: 9px;
    }

    .rk-dnm-doc-group-head h3 {
        font-size: 15px;
        line-height: 1.5;
    }


    /* Document List */

    .rk-dnm-doc-list {
        gap: 5px;
    }

    .rk-dnm-doc-list li {
        gap: 6px;
        padding: 6px;

        border-radius: 7px;
    }

    .rk-dnm-doc-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;

        font-size: 9px;
    }

    .rk-dnm-doc-list strong {
        font-size: 10.5px;
    }

    .rk-dnm-doc-list p {
        font-size: 9px;
        line-height: 1.75;
    }


    /* General Documents */

    .rk-dnm-general-docs {
        margin-bottom: 9px;
        padding: 10px;

        border-radius: 10px;
    }

    .rk-dnm-general-head {
        margin-bottom: 8px;
    }

    .rk-dnm-mini-label {
        font-size: 9px;
    }

    .rk-dnm-general-head h3 {
        font-size: 17px;
    }

    .rk-dnm-general-count {
        width: 30px;
        height: 30px;

        border-radius: 8px;

        font-size: 9px;
    }

    .rk-dnm-general-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .rk-dnm-general-item {
        gap: 6px;
        padding: 6px;

        border-radius: 7px;
    }

    .rk-dnm-general-item > span {
        width: 22px;
        height: 22px;
        min-width: 22px;

        border-radius: 6px;
        font-size: 7px;
    }

    .rk-dnm-general-item p {
        font-size: 9.5px;
        line-height: 1.8;
    }


    /* Warning */

    .rk-dnm-doc-warning {
        gap: 7px;

        margin-bottom: 23px;
        padding: 8px;

        border-radius: 8px;
    }

    .rk-dnm-warning-icon {
        width: 23px;
        height: 23px;
        min-width: 23px;

        font-size: 11px;
    }

    .rk-dnm-doc-warning strong {
        font-size: 10px;
    }

    .rk-dnm-doc-warning p {
        font-size: 9px;
        line-height: 1.85;
    }


    /* Timeline */

    .rk-dnm-timeline::before {
        top: 20px;
        bottom: 20px;

        right: 16px;
    }

    .rk-dnm-step {
        grid-template-columns: 32px minmax(0, 1fr);

        gap: 8px;

        margin-bottom: 7px;
    }

    .rk-dnm-step-marker {
        width: 32px;
        height: 32px;

        border-width: 3px;
        border-radius: 8px;

        font-size: 8px;
    }

    .rk-dnm-step-content {
        padding: 8px;

        border-radius: 8px;
    }

    .rk-dnm-step-title {
        gap: 5px;
        margin-bottom: 3px;
    }

    .rk-dnm-step-title > span {
        padding: 2px 5px;

        border-radius: 5px;

        font-size: 8px;
    }

    .rk-dnm-step-title h3 {
        font-size: 12px;
        line-height: 1.6;
    }

    .rk-dnm-step-content > p {
        font-size: 9.5px;
        line-height: 1.9;
    }


    /* After Entry */

    .rk-dnm-after-entry {
        grid-template-columns: 1fr;
        gap: 4px;

        margin-top: 7px;
    }

    .rk-dnm-after-entry li {
        gap: 5px;
        padding: 5px 6px;

        font-size: 9px;
        line-height: 1.75;
    }

    .rk-dnm-after-entry li span {
        width: 20px;
        height: 20px;
        min-width: 20px;

        font-size: 7px;
    }

}


/* =========================================
   Reduced Motion
   ========================================= */

@media (prefers-reduced-motion: reduce) {

    .rk-dnm-doc-group,
    .rk-dnm-doc-list li,
    .rk-dnm-step-content {
        transition: none !important;
    }

    .rk-dnm-step {
        animation: none !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6be82dd *//* =====================================================
   RAHKAR GASHT
   DIGITAL NOMAD — TAX / BECKHAM / COMPARISON / RENEWAL

   Lightweight
   RTL
   Responsive
   No JS
   ===================================================== */

.rk-dnm-tax {

    --tax-navy: #063B66;
    --tax-orange: #FF5B1F;
    --tax-orange-2: #FF6B2D;
    --tax-orange-light: #FFF4EE;

    --tax-text: #263746;
    --tax-muted: #687987;
    --tax-border: #E1E8ED;
    --tax-soft: #F7F9FB;

    width: 100%;
    max-width: 1240px;

    margin: 0 auto;
    padding: 1px;

    color: var(--tax-text);

    font-size: 16px;
    line-height: 2;

    text-align: justify;
}

.rk-dnm-tax *,
.rk-dnm-tax *::before,
.rk-dnm-tax *::after {
    box-sizing: border-box;
}


/* =====================================================
   General Typography
   ===================================================== */

.rk-dnm-tax h2,
.rk-dnm-tax h3,
.rk-dnm-tax h4,
.rk-dnm-tax p {
    margin-top: 0;
}

.rk-dnm-tax h2,
.rk-dnm-tax h3,
.rk-dnm-tax h4,
.rk-dnm-tax th {
    text-align: right;
}

.rk-dnm-tax p {
    line-height: 2;
}


/* =====================================================
   Section Introduction
   ===================================================== */

.rk-dnm-tax-intro {
    margin-bottom: 20px;
    padding: 1px;
}

.rk-dnm-tax-label {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 9px;
    padding: 5px 8px;

    border: 1px solid rgba(255, 91, 31, .15);
    border-radius: 999px;

    background: var(--tax-orange-light);
    color: var(--tax-orange);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-tax-label > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;

    border-radius: 50%;

    background: var(--tax-orange);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1;
}

.rk-dnm-tax-intro h2,
.rk-dnm-tax-section-head h2 {
    margin: 0 0 11px;

    color: var(--tax-navy);

    font-size: clamp(27px, 3vw, 37px);
    font-weight: 800;
    line-height: 1.45;

    text-align: right;
}

.rk-dnm-tax-intro h2::after,
.rk-dnm-tax-section-head h2::after {
    content: "";

    display: block;

    width: 50px;
    height: 3px;

    margin-top: 10px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        var(--tax-orange),
        var(--tax-orange-2)
    );
}

.rk-dnm-tax-intro > p,
.rk-dnm-tax-section-head > p {
    margin-bottom: 0;

    color: var(--tax-muted);
}


/* =====================================================
   Beckham Main Card
   ===================================================== */

.rk-dnm-beckham-card {

    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

    padding: 15px;

    border: 1px solid rgba(255, 91, 31, .18);
    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #fff 0%,
            #fff 55%,
            #FFF8F4 100%
        );

    box-shadow:
        0 8px 30px rgba(6, 59, 102, .045);

    animation: rkTaxCardIn .55s ease both;
}

.rk-dnm-beckham-card::before {

    content: "";

    position: absolute;

    top: -60px;
    left: -60px;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background: rgba(255, 91, 31, .055);

    pointer-events: none;
}


/* =====================================================
   Beckham Header
   ===================================================== */

.rk-dnm-beckham-top {

    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;

    gap: 11px;

    margin-bottom: 14px;
}

.rk-dnm-beckham-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;
    min-width: 48px;

    border-radius: 12px;

    background: var(--tax-orange);

    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;

    box-shadow:
        0 6px 16px rgba(255, 91, 31, .18);
}

.rk-dnm-beckham-title > span {

    display: block;

    margin-bottom: 1px;

    color: var(--tax-orange);

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
    line-height: 1.5;
}

.rk-dnm-beckham-title h3 {

    margin: 0;

    color: var(--tax-navy);

    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}


/* =====================================================
   Beckham Content
   ===================================================== */

.rk-dnm-beckham-content {

    position: relative;
    z-index: 1;

    display: grid;

    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(250px, .7fr);

    gap: 12px;
}

.rk-dnm-beckham-condition,
.rk-dnm-beckham-benefit {

    padding: 12px;

    border: 1px solid var(--tax-border);
    border-radius: 11px;

    background: rgba(255,255,255,.88);
}

.rk-dnm-beckham-condition h4 {

    margin: 0 0 8px;

    color: var(--tax-navy);

    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
}


/* =====================================================
   Beckham Conditions
   ===================================================== */

.rk-dnm-beckham-condition ul {

    display: grid;
    gap: 5px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.rk-dnm-beckham-condition li {

    display: flex;
    align-items: flex-start;

    gap: 7px;

    padding: 6px 7px;

    border-radius: 7px;

    background: var(--tax-soft);
}

.rk-dnm-beckham-condition li > span {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;
    min-width: 23px;

    border-radius: 6px;

    background: var(--tax-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-beckham-condition li p {

    margin: 0;

    color: var(--tax-text);

    font-size: 11px;
    line-height: 1.8;
}


/* =====================================================
   Beckham Benefit
   ===================================================== */

.rk-dnm-beckham-benefit {

    display: flex;
    flex-direction: column;

    justify-content: center;

    border-color: rgba(255, 91, 31, .15);

    background:
        linear-gradient(
            145deg,
            #FFF7F2,
            #fff
        );
}

.rk-dnm-tax-badge {

    align-self: flex-start;

    margin-bottom: 4px;
    padding: 3px 7px;

    border-radius: 5px;

    background: var(--tax-orange-light);
    color: var(--tax-orange);

    font-size: 9px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-tax-number {

    display: flex;
    align-items: baseline;

    gap: 7px;

    margin-bottom: 2px;
}

.rk-dnm-tax-number strong {

    color: var(--tax-orange);

    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-tax-number strong span {
    font-size: 25px;
}

.rk-dnm-tax-number small {

    color: var(--tax-muted);

    font-size: 10px;
}

.rk-dnm-beckham-benefit > p {

    margin: 4px 0 8px;

    color: var(--tax-text);

    font-size: 10.5px;
    line-height: 1.85;
}

.rk-dnm-beckham-duration {

    display: inline-flex;
    align-items: center;

    align-self: flex-start;

    gap: 7px;

    padding: 4px 7px;

    border-radius: 6px;

    background: var(--tax-navy);
    color: #fff;
}

.rk-dnm-beckham-duration span {

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-beckham-duration small {

    font-size: 8px;
    opacity: .85;
}


/* =====================================================
   Beckham Note
   ===================================================== */

.rk-dnm-beckham-note {

    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;

    gap: 7px;

    margin-top: 10px;
    padding: 7px 9px;

    border-right: 3px solid var(--tax-orange);
    border-radius: 7px;

    background: var(--tax-orange-light);
}

.rk-dnm-beckham-note > span {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;
    min-width: 21px;

    border-radius: 50%;

    background: var(--tax-orange);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-beckham-note p {

    margin: 0;

    color: var(--tax-text);

    font-size: 10px;
    line-height: 1.8;
}


/* =====================================================
   Section Head
   ===================================================== */

.rk-dnm-tax-section-head {

    margin-bottom: 17px;
    padding: 1px;
}

.rk-dnm-tax-mini {

    display: inline-block;

    margin-bottom: 6px;

    color: var(--tax-orange);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}


/* =====================================================
   Comparison Table
   ===================================================== */

.rk-dnm-compare-wrap {

    overflow: hidden;

    margin-bottom: 30px;

    border: 1px solid var(--tax-border);
    border-radius: 13px;

    background: #fff;

    box-shadow:
        0 5px 20px rgba(6, 59, 102, .025);
}

.rk-dnm-compare {

    width: 100%;

    border-collapse: collapse;

    table-layout: fixed;

    font-size: 12px;

    text-align: right;
}

.rk-dnm-compare th,
.rk-dnm-compare td {

    padding: 10px 11px;

    border-bottom: 1px solid var(--tax-border);

    vertical-align: middle;

    line-height: 1.8;
}

.rk-dnm-compare thead th {

    padding: 11px;

    background: var(--tax-navy);

    color: #fff;

    font-size: 12px;
    font-weight: 800;

    text-align: right;
}

.rk-dnm-compare thead th:first-child {

    width: 27%;

    background: #052F52;
}

.rk-dnm-compare tbody th {

    width: 27%;

    background: var(--tax-soft);

    color: var(--tax-navy);

    font-size: 11px;
    font-weight: 800;
}

.rk-dnm-compare tbody td {

    color: var(--tax-text);

    text-align: right;
}

.rk-dnm-compare tbody tr:last-child th,
.rk-dnm-compare tbody tr:last-child td {

    border-bottom: 0;
}

.rk-dnm-compare tbody tr {

    transition: background .18s ease;
}

.rk-dnm-compare tbody tr:hover {

    background: #FFFBF9;
}

.rk-dnm-table-icon {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    margin-left: 5px;

    border-radius: 6px;

    background: rgba(255,255,255,.13);

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-table-icon-orange {

    background: var(--tax-orange);
}

.rk-dnm-compare td strong {

    color: var(--tax-navy);

    font-weight: 800;
}

.rk-dnm-compare td strong + span {

    display: block;

    color: var(--tax-muted);

    font-size: 10px;
}

.rk-dnm-highlight {

    color: var(--tax-orange) !important;
}

.rk-dnm-check,
.rk-dnm-cross {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    margin-left: 4px;

    border-radius: 50%;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-check {

    background: #EAF7F0;
    color: #159447;
}

.rk-dnm-cross {

    background: #FDEDEC;
    color: #D6453D;
}


/* =====================================================
   Renewal
   ===================================================== */

.rk-dnm-renewal {

    margin-bottom: 10px;
}

.rk-dnm-renewal-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(220px, .3fr);

    gap: 12px;
}

.rk-dnm-renewal-main {

    padding: 12px;

    border: 1px solid var(--tax-border);
    border-radius: 13px;

    background: #fff;
}

.rk-dnm-renewal-list {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 6px;
}

.rk-dnm-renewal-item {

    display: flex;
    align-items: center;

    gap: 7px;

    padding: 7px;

    border-radius: 8px;

    background: var(--tax-soft);

    transition:
        transform .18s ease,
        background .18s ease;
}

.rk-dnm-renewal-item:hover {

    transform: translateX(-2px);

    background: var(--tax-orange-light);
}

.rk-dnm-renewal-item > span {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;
    min-width: 25px;

    border-radius: 7px;

    background: var(--tax-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-renewal-item p {

    margin: 0;

    color: var(--tax-text);

    font-size: 10.5px;
    line-height: 1.8;
}


/* =====================================================
   Renewal Deadline
   ===================================================== */

.rk-dnm-renewal-deadline {

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 14px;

    border: 1px solid rgba(255, 91, 31, .17);
    border-radius: 13px;

    background:
        linear-gradient(
            145deg,
            var(--tax-orange-light),
            #fff
        );

    text-align: center;
}

.rk-dnm-deadline-label {

    color: var(--tax-navy);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.6;
}

.rk-dnm-deadline-number {

    display: flex;
    align-items: baseline;
    justify-content: center;

    gap: 5px;

    margin: 5px 0;
}

.rk-dnm-deadline-number strong {

    color: var(--tax-orange);

    font-family: Arial, sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-deadline-number span {

    color: var(--tax-navy);

    font-size: 13px;
    font-weight: 800;
}

.rk-dnm-renewal-deadline p {

    margin: 0;

    color: var(--tax-text);

    font-size: 10.5px;
    line-height: 1.9;

    text-align: center;
}


/* =====================================================
   Animation
   ===================================================== */

@keyframes rkTaxCardIn {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =====================================================
   Tablet
   ===================================================== */

@media (max-width: 900px) {

    .rk-dnm-beckham-content {
        grid-template-columns: 1fr;
    }

    .rk-dnm-renewal-layout {
        grid-template-columns: 1fr;
    }

}


/* =====================================================
   Mobile
   ===================================================== */

@media (max-width: 767px) {

    .rk-dnm-tax {

        padding: 1px;

        font-size: 14px;
        line-height: 1.9;
    }


    /* Headings */

    .rk-dnm-tax-intro,
    .rk-dnm-tax-section-head {
        margin-bottom: 15px;
    }

    .rk-dnm-tax-label {

        margin-bottom: 7px;
        padding: 4px 7px;

        font-size: 9px;
    }

    .rk-dnm-tax-label > span {

        width: 20px;
        height: 20px;
    }

    .rk-dnm-tax-intro h2,
    .rk-dnm-tax-section-head h2 {

        margin-bottom: 8px;

        font-size: clamp(23px, 7vw, 30px);
        line-height: 1.5;
    }

    .rk-dnm-tax-intro h2::after,
    .rk-dnm-tax-section-head h2::after {

        width: 42px;
        height: 3px;

        margin-top: 7px;
    }

    .rk-dnm-tax-intro > p,
    .rk-dnm-tax-section-head > p {

        font-size: 11px;
        line-height: 2;
    }


    /* Beckham */

    .rk-dnm-beckham-card {

        margin-bottom: 22px;
        padding: 10px;

        border-radius: 10px;
    }

    .rk-dnm-beckham-top {

        gap: 8px;
        margin-bottom: 9px;
    }

    .rk-dnm-beckham-icon {

        width: 38px;
        height: 38px;
        min-width: 38px;

        border-radius: 9px;

        font-size: 18px;
    }

    .rk-dnm-beckham-title > span {

        font-size: 7px;
    }

    .rk-dnm-beckham-title h3 {

        font-size: 14px;
        line-height: 1.5;
    }

    .rk-dnm-beckham-content {

        gap: 7px;
    }

    .rk-dnm-beckham-condition,
    .rk-dnm-beckham-benefit {

        padding: 9px;

        border-radius: 8px;
    }

    .rk-dnm-beckham-condition h4 {

        margin-bottom: 6px;

        font-size: 11px;
    }

    .rk-dnm-beckham-condition ul {

        gap: 4px;
    }

    .rk-dnm-beckham-condition li {

        gap: 6px;
        padding: 5px;
    }

    .rk-dnm-beckham-condition li > span {

        width: 20px;
        height: 20px;
        min-width: 20px;

        border-radius: 5px;

        font-size: 7px;
    }

    .rk-dnm-beckham-condition li p {

        font-size: 9px;
        line-height: 1.8;
    }

    .rk-dnm-tax-badge {

        font-size: 8px;
    }

    .rk-dnm-tax-number strong {

        font-size: 40px;
    }

    .rk-dnm-tax-number strong span {

        font-size: 21px;
    }

    .rk-dnm-tax-number small {

        font-size: 8px;
    }

    .rk-dnm-beckham-benefit > p {

        font-size: 9px;
        line-height: 1.85;
    }

    .rk-dnm-beckham-duration {

        padding: 4px 6px;
    }

    .rk-dnm-beckham-duration span {

        font-size: 10px;
    }

    .rk-dnm-beckham-duration small {

        font-size: 7px;
    }

    .rk-dnm-beckham-note {

        gap: 6px;

        margin-top: 7px;
        padding: 6px 7px;
    }

    .rk-dnm-beckham-note > span {

        width: 20px;
        height: 20px;
        min-width: 20px;

        font-size: 9px;
    }

    .rk-dnm-beckham-note p {

        font-size: 8.5px;
        line-height: 1.8;
    }


    /* Comparison */

    .rk-dnm-compare-wrap {

        overflow-x: auto;

        margin-bottom: 22px;

        border-radius: 9px;

        -webkit-overflow-scrolling: touch;
    }

    .rk-dnm-compare {

        min-width: 600px;

        font-size: 10px;
    }

    .rk-dnm-compare th,
    .rk-dnm-compare td {

        padding: 8px;

        line-height: 1.75;
    }

    .rk-dnm-compare thead th {

        padding: 9px 8px;

        font-size: 10px;
    }

    .rk-dnm-compare tbody th {

        font-size: 9.5px;
    }

    .rk-dnm-compare td {

        font-size: 9.5px;
    }

    .rk-dnm-compare td strong + span {

        font-size: 8px;
    }

    .rk-dnm-table-icon {

        width: 20px;
        height: 20px;

        margin-left: 3px;

        font-size: 7px;
    }

    .rk-dnm-check,
    .rk-dnm-cross {

        width: 19px;
        height: 19px;

        font-size: 8px;
    }


    /* Renewal */

    .rk-dnm-renewal-layout {

        gap: 7px;
    }

    .rk-dnm-renewal-main {

        padding: 9px;

        border-radius: 9px;
    }

    .rk-dnm-renewal-list {

        grid-template-columns: 1fr;

        gap: 4px;
    }

    .rk-dnm-renewal-item {

        gap: 6px;

        padding: 6px;

        border-radius: 7px;
    }

    .rk-dnm-renewal-item > span {

        width: 22px;
        height: 22px;
        min-width: 22px;

        border-radius: 6px;

        font-size: 7px;
    }

    .rk-dnm-renewal-item p {

        font-size: 9px;
        line-height: 1.8;
    }

    .rk-dnm-renewal-deadline {

        padding: 10px;

        border-radius: 9px;
    }

    .rk-dnm-deadline-label {

        font-size: 9px;
    }

    .rk-dnm-deadline-number strong {

        font-size: 43px;
    }

    .rk-dnm-deadline-number span {

        font-size: 11px;
    }

    .rk-dnm-renewal-deadline p {

        font-size: 9px;
        line-height: 1.85;
    }

}


/* =====================================================
   Reduced Motion
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .rk-dnm-beckham-card,
    .rk-dnm-renewal-item {

        animation: none !important;
        transition: none !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d5a4b8 *//* =====================================================
   RAHKAR GASHT
   DIGITAL NOMAD - CITIES / FAQ / COST / CHECKLIST
   Lightweight - RTL - No JS
   ===================================================== */

.rk-dnm-final {
    --rk-navy: #063B66;
    --rk-orange: #FF5B1F;
    --rk-orange-2: #FF6B2D;
    --rk-orange-soft: #FFF4EE;
    --rk-text: #263746;
    --rk-muted: #687987;
    --rk-border: #E1E8ED;
    --rk-soft: #F7F9FB;
    --rk-green: #159447;

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 1px;

    color: var(--rk-text);
    font-size: 16px;
    line-height: 2;

    text-align: justify;
}

.rk-dnm-final *,
.rk-dnm-final *::before,
.rk-dnm-final *::after {
    box-sizing: border-box;
}


/* =====================================================
   General
   ===================================================== */

.rk-dnm-final h2,
.rk-dnm-final h3,
.rk-dnm-final h4,
.rk-dnm-final p {
    margin-top: 0;
}

.rk-dnm-final h2,
.rk-dnm-final h3,
.rk-dnm-final h4,
.rk-dnm-final th {
    text-align: right;
}

.rk-dnm-final p {
    line-height: 2;
}


/* =====================================================
   Section Headers
   ===================================================== */

.rk-dnm-final-head {
    margin: 0 0 17px;
    padding: 1px;
}

.rk-dnm-final-eyebrow {
    display: inline-block;

    margin-bottom: 5px;

    color: var(--rk-orange);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-final-head h2 {
    position: relative;

    margin: 0 0 10px;

    color: var(--rk-navy);

    font-size: clamp(27px, 3vw, 37px);
    font-weight: 800;
    line-height: 1.45;
}

.rk-dnm-final-head h2::after {
    content: "";

    display: block;

    width: 50px;
    height: 3px;

    margin-top: 9px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        var(--rk-orange),
        var(--rk-orange-2)
    );
}

.rk-dnm-final-head > p {
    margin-bottom: 0;

    color: var(--rk-muted);
}


/* =====================================================
   Cities
   ===================================================== */

.rk-dnm-city-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 8px;

    margin-bottom: 32px;
}

.rk-dnm-city-card {
    position: relative;

    display: flex;
    align-items: center;

    gap: 10px;

    min-width: 0;

    overflow: hidden;

    padding: 11px;

    border: 1px solid var(--rk-border);
    border-radius: 11px;

    background: #fff;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.rk-dnm-city-card:hover {
    transform: translateY(-2px);

    border-color: rgba(255, 91, 31, .25);

    box-shadow:
        0 8px 25px rgba(6, 59, 102, .06);
}

.rk-dnm-city-featured {
    border-color: rgba(255, 91, 31, .22);

    background:
        linear-gradient(
            135deg,
            #fff,
            #FFF8F4
        );
}

.rk-dnm-city-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;
    min-width: 39px;

    border-radius: 9px;

    background: var(--rk-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-city-featured .rk-dnm-city-number {
    background: var(--rk-orange);
}

.rk-dnm-city-content {
    min-width: 0;
    flex: 1;
}

.rk-dnm-city-content h3 {
    display: inline-block;

    margin: 0 6px 1px 0;

    color: var(--rk-navy);

    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-city-tag {
    display: inline-block;

    padding: 2px 6px;

    border-radius: 5px;

    background: var(--rk-soft);
    color: var(--rk-orange);

    font-size: 8px;
    font-weight: 800;
    line-height: 1.6;
}

.rk-dnm-city-content p {
    margin: 2px 0 0;

    color: var(--rk-muted);

    font-size: 10px;
    line-height: 1.85;
}

.rk-dnm-city-score {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 43px;
    min-width: 43px;

    padding-right: 6px;

    border-right: 1px solid var(--rk-border);

    text-align: center;
}

.rk-dnm-city-score strong {
    color: var(--rk-orange);

    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.rk-dnm-city-score span {
    color: var(--rk-muted);

    font-size: 7px;
    line-height: 1.5;
}


/* =====================================================
   FAQ
   ===================================================== */

.rk-dnm-faq-head {
    margin-top: 0;
}

.rk-dnm-faq-list {
    display: grid;

    gap: 6px;

    margin-bottom: 32px;
}

.rk-dnm-faq-item {
    overflow: hidden;

    border: 1px solid var(--rk-border);
    border-radius: 9px;

    background: #fff;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.rk-dnm-faq-item[open] {
    border-color: rgba(255, 91, 31, .25);

    box-shadow:
        0 5px 18px rgba(6, 59, 102, .035);
}

.rk-dnm-faq-item summary {
    display: flex;
    align-items: center;

    gap: 8px;

    min-height: 52px;

    padding: 7px 10px;

    cursor: pointer;

    list-style: none;

    color: var(--rk-navy);

    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;

    text-align: right;
}

.rk-dnm-faq-item summary::-webkit-details-marker {
    display: none;
}

.rk-dnm-faq-item summary > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;
    min-width: 27px;

    border-radius: 7px;

    background: var(--rk-soft);
    color: var(--rk-navy);

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-faq-item[open] summary > span {
    background: var(--rk-orange);
    color: #fff;
}

.rk-dnm-faq-item summary strong {
    flex: 1;

    font-weight: 800;
}

.rk-dnm-faq-item summary i {
    position: relative;

    width: 20px;
    height: 20px;
    min-width: 20px;

    border-radius: 50%;

    background: var(--rk-soft);
}

.rk-dnm-faq-item summary i::before,
.rk-dnm-faq-item summary i::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 8px;
    height: 1.5px;

    border-radius: 3px;

    background: var(--rk-navy);

    transform: translate(-50%, -50%);
}

.rk-dnm-faq-item summary i::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);

    transition: transform .2s ease;
}

.rk-dnm-faq-item[open] summary i::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg);
}

.rk-dnm-faq-answer {
    padding: 0 45px 10px 40px;
}

.rk-dnm-faq-answer p {
    margin: 0;

    color: var(--rk-muted);

    font-size: 10.5px;
    line-height: 2;

    text-align: justify;
}


/* =====================================================
   Cost Table
   ===================================================== */

.rk-dnm-cost-head {
    margin-bottom: 14px;
}

.rk-dnm-cost-box {
    overflow: hidden;

    margin-bottom: 32px;

    border: 1px solid var(--rk-border);
    border-radius: 11px;

    background: #fff;

    box-shadow:
        0 5px 20px rgba(6, 59, 102, .025);
}

.rk-dnm-cost-table {
    width: 100%;

    border-collapse: collapse;

    table-layout: fixed;

    font-size: 11px;
}

.rk-dnm-cost-table th,
.rk-dnm-cost-table td {
    padding: 9px 11px;

    border-bottom: 1px solid var(--rk-border);

    line-height: 1.8;
}

.rk-dnm-cost-table thead th {
    padding: 10px 11px;

    background: var(--rk-navy);
    color: #fff;

    font-size: 11px;
    font-weight: 800;
}

.rk-dnm-cost-table thead th:first-child {
    width: 65%;

    background: #052F52;
}

.rk-dnm-cost-table tbody th {
    background: var(--rk-soft);

    color: var(--rk-navy);

    font-weight: 700;
}

.rk-dnm-cost-table tbody td {
    color: var(--rk-text);

    font-family: Arial, sans-serif;
    font-weight: 700;

    text-align: right;
}

.rk-dnm-cost-table tbody tr:last-child th,
.rk-dnm-cost-table tbody tr:last-child td {
    border-bottom: 0;
}

.rk-dnm-cost-table tbody tr:hover {
    background: #FFFBF9;
}

.rk-dnm-cost-table tbody tr:hover th {
    background: #FFF7F2;
}

.rk-dnm-cost-table td strong {
    color: var(--rk-orange);
}

.rk-dnm-cost-table td .rk-dnm-free-price {
    color: var(--rk-green);
}


/* =====================================================
   Final Checklist
   ===================================================== */

.rk-dnm-check-head {
    margin-bottom: 14px;
}

.rk-dnm-checklist {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 7px;

    margin-bottom: 30px;
}

.rk-dnm-check-card {
    display: flex;
    align-items: flex-start;

    gap: 9px;

    padding: 10px;

    border: 1px solid var(--rk-border);
    border-radius: 10px;

    background: #fff;

    transition:
        transform .2s ease,
        border-color .2s ease;
}

.rk-dnm-check-card:hover {
    transform: translateY(-2px);

    border-color: rgba(6, 59, 102, .2);
}

.rk-dnm-check-card-highlight {
    border-color: rgba(255, 91, 31, .25);

    background:
        linear-gradient(
            135deg,
            #fff,
            #FFF8F4
        );
}

.rk-dnm-check-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;
    min-width: 31px;

    border-radius: 8px;

    background: var(--rk-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-check-card-highlight .rk-dnm-check-icon {
    background: var(--rk-orange);
}

.rk-dnm-check-card h3 {
    margin: 0 0 3px;

    color: var(--rk-navy);

    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.rk-dnm-check-card p {
    margin: 0;

    color: var(--rk-muted);

    font-size: 9.5px;
    line-height: 1.9;
}


/* =====================================================
   CTA
   ===================================================== */

.rk-dnm-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-top: 8px;
    padding: 13px 15px;

    border-radius: 11px;

    background:
        linear-gradient(
            120deg,
            var(--rk-navy),
            #084B7D
        );

    color: #fff;

    box-shadow:
        0 8px 25px rgba(6, 59, 102, .12);
}

.rk-dnm-cta-content {
    min-width: 0;
}

.rk-dnm-cta-content > span {
    display: block;

    margin-bottom: 2px;

    color: #FFB18F;

    font-size: 9px;
    font-weight: 700;
    line-height: 1.5;
}

.rk-dnm-cta-content h2 {
    margin: 0 0 2px;

    color: #fff;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}

.rk-dnm-cta-content p {
    margin: 0;

    color: rgba(255,255,255,.75);

    font-size: 9.5px;
    line-height: 1.8;
}

.rk-dnm-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    flex-shrink: 0;

    padding: 8px 13px;

    border-radius: 7px;

    background: var(--rk-orange);
    color: #fff;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;

    text-decoration: none;

    transition:
        transform .2s ease,
        background .2s ease;
}

.rk-dnm-cta-button:hover {
    transform: translateY(-2px);

    background: var(--rk-orange-2);

    color: #fff !important;
}

.rk-dnm-cta-button span {
    font-family: Arial, sans-serif;
    font-size: 13px;
}


/* =====================================================
   Tablet
   ===================================================== */

@media (max-width: 900px) {

    .rk-dnm-city-grid {
        grid-template-columns: 1fr;
    }

    .rk-dnm-checklist {
        grid-template-columns: 1fr;
    }

}


/* =====================================================
   Mobile
   ===================================================== */

@media (max-width: 767px) {

    .rk-dnm-final {
        padding: 1px;

        font-size: 14px;
        line-height: 1.9;
    }


    /* Headers */

    .rk-dnm-final-head {
        margin-bottom: 13px;
    }

    .rk-dnm-final-eyebrow {
        margin-bottom: 4px;

        font-size: 9px;
    }

    .rk-dnm-final-head h2 {
        margin-bottom: 7px;

        font-size: clamp(23px, 7vw, 30px);
        line-height: 1.5;
    }

    .rk-dnm-final-head h2::after {
        width: 42px;
        height: 3px;

        margin-top: 7px;
    }

    .rk-dnm-final-head > p {
        font-size: 10.5px;
        line-height: 2;
    }


    /* Cities */

    .rk-dnm-city-grid {
        gap: 5px;

        margin-bottom: 24px;
    }

    .rk-dnm-city-card {
        align-items: flex-start;

        gap: 7px;

        padding: 8px;

        border-radius: 8px;
    }

    .rk-dnm-city-number {
        width: 31px;
        height: 31px;
        min-width: 31px;

        border-radius: 7px;

        font-size: 8px;
    }

    .rk-dnm-city-content h3 {
        margin-right: 4px;

        font-size: 14px;
    }

    .rk-dnm-city-tag {
        padding: 2px 5px;

        font-size: 7px;
    }

    .rk-dnm-city-content p {
        margin-top: 1px;

        font-size: 9px;
        line-height: 1.85;
    }

    .rk-dnm-city-score {
        width: 32px;
        min-width: 32px;

        padding-right: 4px;
    }

    .rk-dnm-city-score strong {
        font-size: 14px;
    }

    .rk-dnm-city-score span {
        font-size: 6px;
    }


    /* FAQ */

    .rk-dnm-faq-list {
        gap: 4px;

        margin-bottom: 24px;
    }

    .rk-dnm-faq-item {
        border-radius: 7px;
    }

    .rk-dnm-faq-item summary {
        min-height: 45px;

        gap: 6px;

        padding: 6px 7px;

        font-size: 9.5px;
        line-height: 1.8;
    }

    .rk-dnm-faq-item summary > span {
        width: 22px;
        height: 22px;
        min-width: 22px;

        border-radius: 5px;

        font-size: 7px;
    }

    .rk-dnm-faq-item summary i {
        width: 17px;
        height: 17px;
        min-width: 17px;
    }

    .rk-dnm-faq-item summary i::before,
    .rk-dnm-faq-item summary i::after {
        width: 7px;
    }

    .rk-dnm-faq-answer {
        padding: 0 35px 8px 30px;
    }

    .rk-dnm-faq-answer p {
        font-size: 9px;
        line-height: 1.9;
    }


    /* Cost */

    .rk-dnm-cost-box {
        margin-bottom: 24px;

        border-radius: 8px;
    }

    .rk-dnm-cost-table {
        font-size: 9px;
    }

    .rk-dnm-cost-table th,
    .rk-dnm-cost-table td {
        padding: 7px 8px;

        line-height: 1.75;
    }

    .rk-dnm-cost-table thead th {
        padding: 8px;

        font-size: 9px;
    }

    .rk-dnm-cost-table tbody th {
        font-size: 8.5px;
    }

    .rk-dnm-cost-table tbody td {
        font-size: 8.5px;
    }


    /* Checklist */

    .rk-dnm-checklist {
        gap: 5px;

        margin-bottom: 23px;
    }

    .rk-dnm-check-card {
        gap: 7px;

        padding: 8px;

        border-radius: 8px;
    }

    .rk-dnm-check-icon {
        width: 27px;
        height: 27px;
        min-width: 27px;

        border-radius: 6px;

        font-size: 7px;
    }

    .rk-dnm-check-card h3 {
        margin-bottom: 2px;

        font-size: 11px;
        line-height: 1.6;
    }

    .rk-dnm-check-card p {
        font-size: 8.5px;
        line-height: 1.9;
    }


    /* CTA */

    .rk-dnm-final-cta {
        align-items: stretch;
        flex-direction: column;

        gap: 8px;

        padding: 10px;

        border-radius: 8px;
    }

    .rk-dnm-cta-content h2 {
        font-size: 15px;
    }

    .rk-dnm-cta-content p {
        font-size: 8.5px;
    }

    .rk-dnm-cta-button {
        width: 100%;

        padding: 8px;
        color: #ffffff !important;
        font-size: 9px;
    }

}


/* =====================================================
   Reduced Motion
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .rk-dnm-final *,
    .rk-dnm-final *::before,
    .rk-dnm-final *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b16d0e *//* =====================================================
   RAHKAR GASHT
   DIGITAL NOMAD - ARTICLE SUMMARY
   Lightweight / RTL / No JS
   ===================================================== */

.rk-dnm-summary {
    --rk-navy: #063B66;
    --rk-orange: #FF5B1F;
    --rk-orange-2: #FF6B2D;
    --rk-orange-soft: #FFF4EE;
    --rk-text: #263746;
    --rk-muted: #687987;
    --rk-border: #E1E8ED;
    --rk-soft: #F7F9FB;

    width: 100%;
    max-width: 1240px;

    margin: 28px auto 0;
    padding: 1px;

    color: var(--rk-text);

    line-height: 2;
    text-align: justify;
}

.rk-dnm-summary *,
.rk-dnm-summary *::before,
.rk-dnm-summary *::after {
    box-sizing: border-box;
}


/* =====================================================
   Header
   ===================================================== */

.rk-dnm-summary-header {
    padding: 1px;
    margin-bottom: 16px;
}

.rk-dnm-summary-label {
    display: inline-block;

    margin-bottom: 4px;

    color: var(--rk-orange);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}

.rk-dnm-summary-header h2 {
    position: relative;

    margin: 0 0 12px;

    color: var(--rk-navy);

    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.5;

    text-align: right;
}

.rk-dnm-summary-header h2::after {
    content: "";

    display: block;

    width: 48px;
    height: 3px;

    margin-top: 8px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            var(--rk-orange),
            var(--rk-orange-2)
        );
}

.rk-dnm-summary-header p {
    margin: 0 0 8px;

    color: var(--rk-muted);

    font-size: 11px;
    line-height: 2;

    text-align: justify;
}

.rk-dnm-summary-header p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   Internal Links
   ===================================================== */

.rk-dnm-summary-links {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 7px;

    margin-bottom: 10px;
}

.rk-dnm-summary-link {
    display: flex;
    align-items: center;

    gap: 9px;

    min-width: 0;

    padding: 9px;

    border: 1px solid var(--rk-border);
    border-radius: 9px;

    background: #fff;

    color: var(--rk-text);

    text-decoration: none;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.rk-dnm-summary-link:hover {
    transform: translateY(-2px);

    border-color: rgba(255, 91, 31, .3);

    box-shadow:
        0 7px 22px rgba(6, 59, 102, .06);
}

.rk-dnm-summary-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;
    min-width: 31px;

    border-radius: 7px;

    background: var(--rk-navy);
    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.rk-dnm-summary-link-content {
    display: flex;
    flex-direction: column;

    min-width: 0;
    flex: 1;
}

.rk-dnm-summary-link-content strong {
    color: var(--rk-navy);

    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
}

.rk-dnm-summary-link-content small {
    overflow: hidden;

    color: var(--rk-muted);

    font-size: 9px;
    line-height: 1.8;

    text-overflow: ellipsis;
}

.rk-dnm-summary-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;
    min-width: 25px;

    border-radius: 50%;

    background: var(--rk-orange-soft);
    color: var(--rk-orange);

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;

    transition: transform .2s ease;
}

.rk-dnm-summary-link:hover .rk-dnm-summary-arrow {
    transform: translateX(-3px);
}


/* =====================================================
   CTA
   ===================================================== */

.rk-dnm-summary-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 13px 15px;

    border-radius: 11px;

    background:
        linear-gradient(
            120deg,
            var(--rk-navy),
            #084B7D
        );

    box-shadow:
        0 8px 28px rgba(6, 59, 102, .12);
}

.rk-dnm-summary-cta-content {
    min-width: 0;
}

.rk-dnm-summary-cta-label {
    display: block;

    margin-bottom: 2px;

    color: #FFB18F;

    font-size: 9px;
    font-weight: 700;
    line-height: 1.6;
}

.rk-dnm-summary-cta-content h3 {
    margin: 0 0 3px;

    color: #fff;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;

    text-align: right;
}

.rk-dnm-summary-cta-content p {
    margin: 0;

    color: rgba(255,255,255,.75);

    font-size: 9.5px;
    line-height: 1.9;

    text-align: justify;
}

.rk-dnm-summary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    flex-shrink: 0;

    padding: 8px 14px;

    border-radius: 7px;

    background: var(--rk-orange);
    color: #fff !important;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.6;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        background .2s ease;
}

.rk-dnm-summary-button:hover {
    transform: translateY(-2px);

    background: var(--rk-orange-2);
    color: #fff !important;
}

.rk-dnm-summary-button span {
    font-family: Arial, sans-serif;
    font-size: 13px;
}


/* =====================================================
   Mobile
   ===================================================== */

@media (max-width: 767px) {

    .rk-dnm-summary {
        margin-top: 22px;

        padding: 1px;
    }

    .rk-dnm-summary-header {
        margin-bottom: 12px;
    }

    .rk-dnm-summary-label {
        font-size: 9px;
    }

    .rk-dnm-summary-header h2 {
        margin-bottom: 8px;

        font-size: clamp(23px, 7vw, 29px);
        line-height: 1.5;
    }

    .rk-dnm-summary-header h2::after {
        width: 42px;
        height: 3px;

        margin-top: 6px;
    }

    .rk-dnm-summary-header p {
        margin-bottom: 7px;

        font-size: 10px;
        line-height: 2;
    }


    /* Links */

    .rk-dnm-summary-links {
        grid-template-columns: 1fr;

        gap: 5px;

        margin-bottom: 7px;
    }

    .rk-dnm-summary-link {
        gap: 7px;

        padding: 7px;

        border-radius: 7px;
    }

    .rk-dnm-summary-icon {
        width: 27px;
        height: 27px;
        min-width: 27px;

        border-radius: 6px;

        font-size: 7px;
    }

    .rk-dnm-summary-link-content strong {
        font-size: 10px;
    }

    .rk-dnm-summary-link-content small {
        font-size: 8px;
        line-height: 1.8;
    }

    .rk-dnm-summary-arrow {
        width: 22px;
        height: 22px;
        min-width: 22px;

        font-size: 10px;
    }


    /* CTA */

    .rk-dnm-summary-cta {
        align-items: stretch;
        flex-direction: column;

        gap: 8px;

        padding: 10px;

        border-radius: 8px;
    }

    .rk-dnm-summary-cta-label {
        font-size: 8px;
    }

    .rk-dnm-summary-cta-content h3 {
        margin-bottom: 2px;

        font-size: 14px;
        line-height: 1.7;
    }

    .rk-dnm-summary-cta-content p {
        font-size: 8.5px;
        line-height: 1.9;
    }

    .rk-dnm-summary-button {
        width: 100%;

        padding: 8px;

        font-size: 9px;
    }

}


/* =====================================================
   Reduced Motion
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .rk-dnm-summary *,
    .rk-dnm-summary *::before,
    .rk-dnm-summary *::after {
        transition: none !important;
    }

}/* End custom CSS */