.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-512040e *//* =========================================
   KARAN SOOLE
   ISFAHAN LANDING - HERO
========================================= */

.karan-isfahan-hero {
    --karan-navy: #051934;
    --karan-gold: #EEAD16;

    width: 100%;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 70px 24px 80px;
    box-sizing: border-box;
}

.karan-isfahan-hero *,
.karan-isfahan-hero *::before,
.karan-isfahan-hero *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.karan-isfahan-hero__container {
    width: min(1240px, 100%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);

    align-items: center;
    gap: 70px;

    position: relative;
    z-index: 2;
}


/* =========================================
   CONTENT
========================================= */

.karan-isfahan-hero__content {
    position: relative;
    z-index: 3;
}


/* =========================================
   EYEBROW
========================================= */

.karan-isfahan-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    color: var(--karan-gold);

    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;

    margin-bottom: 18px;
}

.karan-isfahan-hero__eyebrow-line {
    width: 34px;
    height: 2px;

    background: var(--karan-gold);

    display: inline-block;
    flex-shrink: 0;
}


/* =========================================
   H1
========================================= */

.karan-isfahan-hero__title {
    margin: 0 0 24px;

    color: var(--karan-navy);

    font-size: clamp(38px, 4vw, 64px);
    font-weight: 800;

    line-height: 1.2;
    letter-spacing: -1.5px;
}


/* =========================================
   DESCRIPTION
========================================= */

.karan-isfahan-hero__description {
    max-width: 670px;
}

.karan-isfahan-hero__description p {
    margin: 0;

    color: var(--karan-navy);

    font-size: 17px;
    font-weight: 400;

    line-height: 2.15;

    text-align: justify;
}


/* =========================================
   BUTTONS
========================================= */

.karan-isfahan-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 32px;
}


.karan-isfahan-hero__btn {
    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 0 25px;

    border-radius: 8px;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 700;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}


/* Primary */

.karan-isfahan-hero__btn--primary {
    background: var(--karan-gold);
    color: var(--karan-navy);
}

.karan-isfahan-hero__btn--primary:hover {
    background: var(--karan-navy);
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(5, 25, 52, 0.16);
}

.karan-isfahan-hero__btn--primary span {
    font-size: 18px;
    line-height: 1;
}


/* Secondary */

.karan-isfahan-hero__btn--secondary {
    background: var(--karan-navy);
    color: #ffffff;
}

.karan-isfahan-hero__btn--secondary:hover {
    background: var(--karan-gold);
    color: var(--karan-navy);

    transform: translateY(-2px);
}


/* =========================================
   TRUST ROW
========================================= */

.karan-isfahan-hero__trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px 22px;

    margin-top: 32px;
    padding-top: 23px;

    border-top: 1px solid rgba(5, 25, 52, 0.10);
}

.karan-isfahan-hero__trust-item {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: var(--karan-navy);

    font-size: 12px;
    font-weight: 600;

    line-height: 1.7;
}

.karan-isfahan-hero__trust-icon {
    width: 18px;
    height: 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--karan-gold);
    color: var(--karan-navy);

    border-radius: 50%;

    font-size: 10px;
    font-weight: 900;

    flex-shrink: 0;
}


/* =========================================
   VISUAL
========================================= */

.karan-isfahan-hero__visual {
    position: relative;

    min-width: 0;

    padding: 0 0 24px 24px;
}


/* =========================================
   IMAGE WRAPPER
========================================= */

.karan-isfahan-hero__image-wrap {
    position: relative;

    width: 100%;

    min-height: 510px;

    overflow: hidden;

    border-radius: 18px;

    background: var(--karan-navy);

    box-shadow:
        0 25px 60px rgba(5, 25, 52, 0.16);

    z-index: 2;
}


/* =========================================
   IMAGE
========================================= */

.karan-isfahan-hero__image {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 510px;

    object-fit: cover;

    object-position: center;

    transition: transform 0.7s ease;
}

.karan-isfahan-hero__image-wrap:hover
.karan-isfahan-hero__image {
    transform: scale(1.025);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.karan-isfahan-hero__image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(5, 25, 52, 0.08),
            rgba(5, 25, 52, 0.25)
        );

    pointer-events: none;
}


/* =========================================
   FLOATING CARD
========================================= */

.karan-isfahan-hero__floating-card {
    position: absolute;

    right: 24px;
    bottom: 24px;

    width: min(330px, calc(100% - 48px));

    display: flex;
    align-items: center;

    gap: 13px;

    padding: 16px 18px;

    background: rgba(5, 25, 52, 0.94);

    border: 1px solid rgba(238, 173, 22, 0.35);

    border-radius: 12px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.22);

    z-index: 4;
}


.karan-isfahan-hero__floating-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: var(--karan-gold);
    color: var(--karan-navy);

    border-radius: 50%;

    font-size: 15px;
    font-weight: 900;
}


.karan-isfahan-hero__floating-content {
    display: flex;
    flex-direction: column;

    gap: 4px;

    min-width: 0;
}


.karan-isfahan-hero__floating-content strong {
    color: #ffffff;

    font-size: 13px;
    font-weight: 800;

    line-height: 1.6;
}


.karan-isfahan-hero__floating-content span {
    color: rgba(255, 255, 255, 0.72);

    font-size: 10px;
    font-weight: 400;

    line-height: 1.8;
}


/* =========================================
   GOLD DECORATIVE SHAPE
========================================= */

.karan-isfahan-hero__gold-shape {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 150px;
    height: 150px;

    border: 3px solid var(--karan-gold);

    border-radius: 18px;

    z-index: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .karan-isfahan-hero {
        padding: 55px 22px 65px;
    }

    .karan-isfahan-hero__container {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        gap: 40px;
    }

    .karan-isfahan-hero__title {
        font-size: clamp(38px, 5vw, 52px);
    }

    .karan-isfahan-hero__description p {
        font-size: 15px;
        line-height: 2;
    }

    .karan-isfahan-hero__image-wrap,
    .karan-isfahan-hero__image {
        min-height: 430px;
    }

    .karan-isfahan-hero__visual {
        padding-left: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .karan-isfahan-hero {
        padding: 42px 16px 50px;
    }


    .karan-isfahan-hero__container {
        display: flex;
        flex-direction: column;

        gap: 34px;
    }


    /* Content first */

    .karan-isfahan-hero__content {
        width: 100%;
    }


    .karan-isfahan-hero__eyebrow {
        font-size: 12px;

        margin-bottom: 14px;
    }

    .karan-isfahan-hero__eyebrow-line {
        width: 25px;
    }


    .karan-isfahan-hero__title {
        font-size: clamp(32px, 9vw, 42px);

        line-height: 1.3;

        letter-spacing: -0.8px;

        margin-bottom: 18px;
    }


    .karan-isfahan-hero__description {
        max-width: none;
    }


    .karan-isfahan-hero__description p {
        font-size: 14px;

        line-height: 2.05;

        text-align: right;
    }


    /* Buttons */

    .karan-isfahan-hero__actions {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 25px;
    }


    .karan-isfahan-hero__btn {
        width: 100%;

        min-height: 52px;

        padding: 0 18px;
    }


    /* Trust */

    .karan-isfahan-hero__trust {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 12px;

        margin-top: 24px;

        padding-top: 20px;
    }


    .karan-isfahan-hero__trust-item {
        font-size: 11px;
    }


    /* Image */

    .karan-isfahan-hero__visual {
        width: 100%;

        padding: 0 0 14px;
    }


    .karan-isfahan-hero__image-wrap {
        min-height: 350px;

        border-radius: 14px;
    }


    .karan-isfahan-hero__image {
        min-height: 350px;

        object-position: center;
    }


    /* Floating card */

    .karan-isfahan-hero__floating-card {
        right: 14px;
        bottom: 14px;

        width: calc(100% - 28px);

        padding: 12px 13px;

        gap: 10px;

        border-radius: 10px;
    }


    .karan-isfahan-hero__floating-icon {
        width: 32px;
        height: 32px;

        font-size: 13px;
    }


    .karan-isfahan-hero__floating-content strong {
        font-size: 11px;
    }


    .karan-isfahan-hero__floating-content span {
        font-size: 9px;

        line-height: 1.7;
    }


    /* Decorative shape */

    .karan-isfahan-hero__gold-shape {
        width: 90px;
        height: 90px;

        left: -5px;
        bottom: 0;

        border-width: 2px;

        border-radius: 12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .karan-isfahan-hero {
        padding-left: 14px;
        padding-right: 14px;
    }


    .karan-isfahan-hero__title {
        font-size: 31px;
    }


    .karan-isfahan-hero__description p {
        font-size: 13.5px;
    }


    .karan-isfahan-hero__image-wrap,
    .karan-isfahan-hero__image {
        min-height: 310px;
    }


    .karan-isfahan-hero__trust {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6aa7728 *//* =========================================
   KARAN SOOLE
   ISFAHAN LANDING
   SECTION 02
   RTL FIX + WIDE DESKTOP
========================================= */

.karan-isfahan-context {

    --karan-navy: #051934;
    --karan-gold: #EEAD16;

    width: 100%;
    position: relative;

    direction: rtl;
    text-align: right;

    background: #ffffff;

    padding: 105px 30px 110px;

    overflow: hidden;

    box-sizing: border-box;
}


.karan-isfahan-context *,
.karan-isfahan-context *::before,
.karan-isfahan-context *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.karan-isfahan-context__container {

    width: min(1380px, 100%);

    margin: 0 auto;

    position: relative;

    direction: rtl;
}


/* =========================================
   HEADER
========================================= */

.karan-isfahan-context__header {

    width: 100%;

    max-width: 900px;

    margin-right: 0;
    margin-left: auto;

    margin-bottom: 65px;

    position: relative;

    text-align: right;
}


/* =========================================
   EYEBROW
========================================= */

.karan-isfahan-context__eyebrow {

    display: flex;

    align-items: center;
    justify-content: flex-start;

    gap: 11px;

    margin-bottom: 17px;

    color: var(--karan-gold);

    font-size: 13px;

    font-weight: 800;

    line-height: 1.8;

    text-align: right;
}


.karan-isfahan-context__eyebrow span {

    display: block;

    width: 32px;
    height: 2px;

    flex-shrink: 0;

    background: var(--karan-gold);
}


/* =========================================
   H2
========================================= */

.karan-isfahan-context__header h2 {

    display: block;

    width: 100%;

    margin: 0;

    color: var(--karan-navy);

    font-size: clamp(32px, 3.2vw, 48px);

    font-weight: 800;

    line-height: 1.45;

    letter-spacing: -0.8px;

    text-align: right;
}


/* =========================================
   CONTENT
========================================= */

.karan-isfahan-context__content {

    width: 100%;

    position: relative;

    display: flex;

    flex-direction: column;

    gap: 0;

    direction: rtl;
}


/* =========================================
   TEXT ITEM
========================================= */

.karan-isfahan-context__text {

    position: relative;

    width: 100%;

    display: grid;

    /*
     * شماره سمت راست
     * متن سمت چپ آن
     */
    grid-template-columns: 90px minmax(0, 1fr);

    gap: 35px;

    padding: 38px 0;

    border-top: 1px solid rgba(5, 25, 52, 0.10);

    direction: rtl;

    text-align: right;
}


.karan-isfahan-context__text:last-child {

    border-bottom: 1px solid rgba(5, 25, 52, 0.10);
}


/* =========================================
   NUMBER
========================================= */

.karan-isfahan-context__number {

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--karan-navy);
    color: var(--karan-gold);

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 0.5px;

    direction: ltr;
}


/* =========================================
   PARAGRAPH
========================================= */

.karan-isfahan-context__paragraph {

    width: 100%;

    max-width: 1080px;

    margin-right: 0;
    margin-left: auto;

    direction: rtl;

    text-align: right;
}


.karan-isfahan-context__paragraph p {

    display: block;

    width: 100%;

    margin: 0;

    color: var(--karan-navy);

    font-size: 17px;

    font-weight: 400;

    line-height: 2.25;

    direction: rtl;

    text-align: right;

    unicode-bidi: plaintext;
}


/* =========================================
   FIRST PARAGRAPH
========================================= */

.karan-isfahan-context__text:first-child
.karan-isfahan-context__paragraph p {

    font-weight: 450;
}


/* =========================================
   FOOTER
========================================= */

.karan-isfahan-context__footer {

    width: 100%;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    margin-top: 42px;

    direction: rtl;
}


/* =========================================
   CTA
========================================= */

.karan-isfahan-context__cta {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 54px;

    padding: 0 28px;

    /*
     * انتقال دکمه به سمت چپ
     */
    margin-right: auto;
    margin-left: 0;

    background: var(--karan-gold);

    color: var(--karan-navy);

    border-radius: 8px;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 800;

    line-height: 1.5;

    direction: rtl;

    text-align: center;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}


.karan-isfahan-context__cta span {

    display: inline-block;

    font-size: 18px;

    line-height: 1;

    direction: ltr;
}


.karan-isfahan-context__cta:hover {

    background: var(--karan-navy);

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(5, 25, 52, 0.15);
}


/* =========================================
   DECORATIVE ELEMENT
========================================= */

.karan-isfahan-context::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 5px;
    height: 120px;

    background: var(--karan-gold);

    opacity: 0.9;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1440px) {

    .karan-isfahan-context {

        padding-top: 120px;
        padding-bottom: 125px;
    }


    .karan-isfahan-context__container {

        width: min(1440px, calc(100% - 80px));
    }


    .karan-isfahan-context__paragraph p {

        font-size: 17px;

        line-height: 2.3;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .karan-isfahan-context {

        padding: 80px 24px 90px;
    }


    .karan-isfahan-context__container {

        width: 100%;
    }


    .karan-isfahan-context__header {

        max-width: 760px;

        margin-bottom: 48px;

        text-align: right;
    }


    .karan-isfahan-context__header h2 {

        text-align: right;
    }


    .karan-isfahan-context__text {

        grid-template-columns: 70px minmax(0, 1fr);

        gap: 24px;

        padding: 32px 0;
    }


    .karan-isfahan-context__paragraph p {

        font-size: 15px;

        line-height: 2.15;

        text-align: right;
    }


    .karan-isfahan-context__footer {

        margin-top: 35px;

        justify-content: flex-start;
    }


    .karan-isfahan-context__cta {

        margin-right: auto;
        margin-left: 0;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .karan-isfahan-context {

        padding: 58px 16px 65px;

        text-align: right;
    }


    .karan-isfahan-context__container {

        width: 100%;
    }


    /* Header */

    .karan-isfahan-context__header {

        max-width: none;

        margin-bottom: 32px;

        text-align: right;
    }


    .karan-isfahan-context__eyebrow {

        justify-content: flex-start;

        font-size: 11px;

        margin-bottom: 12px;

        text-align: right;
    }


    .karan-isfahan-context__eyebrow span {

        width: 23px;
    }


    .karan-isfahan-context__header h2 {

        font-size: 28px;

        line-height: 1.55;

        letter-spacing: -0.4px;

        text-align: right;
    }


    /* Content */

    .karan-isfahan-context__text {

        display: block;

        padding: 27px 0;

        direction: rtl;

        text-align: right;
    }


    .karan-isfahan-context__number {

        width: 42px;
        height: 42px;

        margin-bottom: 17px;

        font-size: 11px;
    }


    .karan-isfahan-context__paragraph {

        width: 100%;

        max-width: none;

        margin: 0;

        direction: rtl;

        text-align: right;
    }


    .karan-isfahan-context__paragraph p {

        width: 100%;

        font-size: 13.5px;

        line-height: 2.15;

        text-align: right;

        direction: rtl;

        unicode-bidi: plaintext;
    }


    /* CTA */

    .karan-isfahan-context__footer {

        width: 100%;

        display: flex;

        justify-content: flex-start;

        align-items: center;

        margin-top: 28px;

        direction: rtl;
    }


    .karan-isfahan-context__cta {

        min-height: 50px;

        padding: 0 20px;

        margin-right: auto;
        margin-left: 0;

        font-size: 12px;
    }


    /* Decorative */

    .karan-isfahan-context::before {

        width: 3px;

        height: 70px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .karan-isfahan-context {

        padding-left: 14px;
        padding-right: 14px;
    }


    .karan-isfahan-context__header h2 {

        font-size: 25px;

        text-align: right;
    }


    .karan-isfahan-context__paragraph p {

        font-size: 13px;

        line-height: 2.1;

        text-align: right;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b4503a *//* =========================================================
   BASE
========================================================= */

.karan-isfahan-types {
    width: 100%;
    position: relative;
    direction: rtl;
    background: #ffffff;
    overflow: hidden;
}

.karan-isfahan-types *,
.karan-isfahan-types *::before,
.karan-isfahan-types *::after {
    box-sizing: border-box;
}

.karan-isfahan-types__container {
    width: min(1440px, calc(100% - 48px));
    max-width: 100%;
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.karan-isfahan-types__header {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 42px;
}

.karan-isfahan-types__header-content {
    max-width: 780px;
    text-align: right;
}

.karan-isfahan-types__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;

    font-size: 14px;
    font-weight: 700;

    color: #EEAD16;
}

.karan-isfahan-types__eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #EEAD16;
}

.karan-isfahan-types__header h2 {
    margin: 0 0 16px;

    color: #051934;

    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.3;
    font-weight: 800;
}

.karan-isfahan-types__header p {
    margin: 0;

    color: #5e6876;

    font-size: 16px;
    line-height: 2;
}


/* =========================================================
   SLIDER
========================================================= */

.karan-isfahan-types__slider {
    direction: ltr;

    width: 100%;
    max-width: 100%;
    min-width: 0;

    overflow: hidden;

    position: relative;

    touch-action: pan-y;

    cursor: grab;
}

.karan-isfahan-types__slider.is-dragging {
    cursor: grabbing;
}


/* =========================================================
   TRACK
========================================================= */

.karan-isfahan-types__track {
    direction: ltr;

    display: flex;
    flex-direction: row;

    justify-content: flex-start;
    align-items: stretch;

    flex-wrap: nowrap;

    gap: 24px;

    width: max-content;
    max-width: none;

    transform: translate3d(0, 0, 0);

    transition:
        transform 650ms cubic-bezier(.22, .61, .36, 1);

    will-change: transform;

    user-select: none;
}


/* =========================================================
   CARD
========================================================= */

.karan-isfahan-types__card {
    direction: rtl;

    flex: 0 0 500px;

    width: 500px;
    min-width: 500px;
    max-width: 500px;

    background: #ffffff;

    border: 1px solid #e7ebf0;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 12px 40px rgba(5, 25, 52, .07);

    text-align: right;
}


/* =========================================================
   IMAGE
========================================================= */

.karan-isfahan-types__card-image {
    position: relative;

    width: 100%;
    height: 280px;

    overflow: hidden;

    background: #eef1f4;
}

.karan-isfahan-types__card-image img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: 100%;

    object-fit: cover;

    user-select: none;

    -webkit-user-drag: none;

    transition: transform 700ms ease;
}

.karan-isfahan-types__card:hover
.karan-isfahan-types__card-image img {
    transform: scale(1.035);
}


/* =========================================================
   NUMBER
========================================================= */

.karan-isfahan-types__number {
    position: absolute;

    left: 18px;
    top: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #051934;

    color: #ffffff;

    font-size: 14px;
    font-weight: 800;

    box-shadow:
        0 8px 24px rgba(5, 25, 52, .2);
}


/* =========================================================
   CARD BODY
========================================================= */

.karan-isfahan-types__card-body {
    width: 100%;
    padding: 30px;
}

.karan-isfahan-types__card-body h3 {
    margin: 0 0 18px;

    color: #051934;

    font-size: 22px;
    line-height: 1.6;

    font-weight: 800;
}

.karan-isfahan-types__card-body p {
    margin: 0 0 24px;

    color: #5d6672;

    font-size: 15px;
    line-height: 2.05;

    text-align: justify;
}


/* =========================================================
   ADVANTAGES
========================================================= */

.karan-isfahan-types__advantages {
    padding: 20px;

    background: #f7f9fb;

    border-radius: 14px;

    margin-bottom: 20px;
}

.karan-isfahan-types__advantages strong {
    display: block;

    margin-bottom: 12px;

    color: #051934;

    font-size: 15px;
    font-weight: 800;
}

.karan-isfahan-types__advantages ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.karan-isfahan-types__advantages li {
    position: relative;

    padding-right: 20px;

    margin-bottom: 8px;

    color: #5d6672;

    font-size: 14px;

    line-height: 1.9;
}

.karan-isfahan-types__advantages li:last-child {
    margin-bottom: 0;
}

.karan-isfahan-types__advantages li::before {
    content: "";

    position: absolute;

    right: 0;
    top: 10px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #EEAD16;
}


/* =========================================================
   CONCLUSION
========================================================= */

.karan-isfahan-types__conclusion {
    padding-top: 20px;

    border-top: 1px solid #edf0f3;

    color: #596473;

    font-size: 14px;

    line-height: 2;
}


/* =========================================================
   CONTROLS
========================================================= */

.karan-isfahan-types__controls {
    direction: rtl;

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 34px;

    width: 100%;
}


/* =========================================================
   BUTTON
========================================================= */

.karan-isfahan-types__button {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    padding: 0;

    border: 1px solid #dfe4e9;

    border-radius: 50%;

    background: #ffffff;

    color: #051934;

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.karan-isfahan-types__button span {
    display: block;

    font-size: 20px;

    line-height: 1;
}

.karan-isfahan-types__button:hover {
    background: #051934;

    border-color: #051934;

    color: #ffffff;

    transform: translateY(-2px);
}

.karan-isfahan-types__button:disabled {
    opacity: .35;

    cursor: not-allowed;

    transform: none;
}


/* =========================================================
   COUNTER
========================================================= */

.karan-isfahan-types__counter {
    direction: ltr;

    min-width: 58px;

    color: #9aa2ac;

    font-size: 14px;

    white-space: nowrap;

    text-align: center;
}

.karan-isfahan-types__current {
    color: #051934;

    font-weight: 800;
}


/* =========================================================
   PROGRESS
========================================================= */

.karan-isfahan-types__progress {
    direction: ltr;

    position: relative;

    flex: 1;

    height: 2px;

    background: #e6e9ed;

    overflow: hidden;
}

.karan-isfahan-types__progress span {
    position: absolute;

    left: 0;
    top: 0;

    width: 25%;
    height: 100%;

    background: #EEAD16;

    transition:
        width 500ms cubic-bezier(.22, .61, .36, 1);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .karan-isfahan-types__container {
        width: calc(100% - 36px);
        max-width: 100%;
    }

    .karan-isfahan-types__card {
        flex-basis: 460px;

        width: 460px;
        min-width: 460px;
        max-width: 460px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .karan-isfahan-types {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .karan-isfahan-types__container {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);

        margin-right: auto;
        margin-left: auto;
    }

    .karan-isfahan-types__header {
        margin-bottom: 26px;
    }

    .karan-isfahan-types__header-content {
        width: 100%;
        max-width: 100%;
    }

    .karan-isfahan-types__header h2 {
        font-size: 27px;
        line-height: 1.5;
    }

    .karan-isfahan-types__header p {
        font-size: 14px;
        line-height: 2;
    }


    /* ===============================
       MOBILE SLIDER
    =============================== */

    .karan-isfahan-types__slider {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .karan-isfahan-types__track {
        gap: 16px;

        width: max-content;
        max-width: none;
    }


    /*
     * مقدار دقیق عرض کارت توسط JavaScript
     * از عرض واقعی Slider گرفته می‌شود.
     */

    .karan-isfahan-types__card {
        flex: 0 0 100%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;

        border-radius: 16px;
    }

    .karan-isfahan-types__card-image {
        width: 100%;
        height: 220px;
    }

    .karan-isfahan-types__card-body {
        width: 100%;
        max-width: 100%;

        padding: 22px;
    }

    .karan-isfahan-types__card-body h3 {
        font-size: 19px;
        line-height: 1.6;
    }

    .karan-isfahan-types__card-body p {
        font-size: 14px;
        line-height: 2;

        text-align: right;
    }

    .karan-isfahan-types__advantages {
        padding: 16px;
    }

    .karan-isfahan-types__controls {
        gap: 12px;

        margin-top: 24px;
    }

    .karan-isfahan-types__button {
        flex-basis: 44px;

        width: 44px;
        height: 44px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .karan-isfahan-types__card-image {
        height: 200px;
    }

    .karan-isfahan-types__card-body {
        padding: 18px;
    }

    .karan-isfahan-types__number {
        width: 42px;
        height: 42px;

        left: 14px;
        top: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5179e0a *//* =========================================
   KARAN SOOLE
   ISFAHAN - USAGE SECTION
   VERSION 2
   ========================================= */

.karan-isfahan-usage {
    --karan-navy: #051934;
    --karan-gold: #EEAD16;
    --karan-bg: #F7F9FB;
    --karan-white: #ffffff;
    --karan-text: #26364a;
    --karan-muted: #68778a;
    --karan-border: #e4e9ef;

    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--karan-bg);

    font-family: inherit;
}

.karan-isfahan-usage *,
.karan-isfahan-usage *::before,
.karan-isfahan-usage *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
   ========================================= */

.karan-isfahan-usage__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   SECTION HEADER
   ========================================= */

.karan-isfahan-usage__header {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 55px;
    text-align: center;
}

.karan-isfahan-usage__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: var(--karan-gold);

    font-size: 14px;
    font-weight: 700;
}

.karan-isfahan-usage__eyebrow span {
    display: block;

    width: 30px;
    height: 2px;

    background: var(--karan-gold);
}

.karan-isfahan-usage__header h2 {
    margin: 0 0 22px;

    color: var(--karan-navy);

    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.45;
    font-weight: 800;
}

.karan-isfahan-usage__header p {
    margin: 0;

    color: var(--karan-text);

    font-size: 16px;
    line-height: 2.15;

    text-align: justify;
}

.karan-isfahan-usage__header strong {
    color: var(--karan-navy);
    font-weight: 800;
}


/* =========================================
   FEATURED CARD
   ========================================= */

.karan-isfahan-usage__featured {
    display: grid;
    grid-template-columns: 1fr 1fr;

    width: 100%;
    min-height: 500px;

    margin-bottom: 25px;

    overflow: hidden;

    background: var(--karan-white);

    border: 1px solid var(--karan-border);
    border-radius: 26px;

    box-shadow: 0 18px 55px rgba(5, 25, 52, 0.08);
}


/* =========================================
   FEATURED CONTENT
   ========================================= */

.karan-isfahan-usage__featured-content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 0;

    padding: 50px;
}

.karan-isfahan-usage__number {
    position: absolute;

    top: 25px;
    left: 35px;

    color: rgba(5, 25, 52, 0.055);

    font-size: 100px;
    line-height: 1;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-usage__label {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-self: flex-start;

    margin-bottom: 15px;
    padding: 7px 14px;

    color: var(--karan-navy);
    background: rgba(238, 173, 22, 0.13);

    border-radius: 50px;

    font-size: 13px;
    font-weight: 700;
}

.karan-isfahan-usage__featured h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 18px;

    color: var(--karan-navy);

    font-size: clamp(22px, 2.1vw, 30px);
    line-height: 1.6;
    font-weight: 800;
}

.karan-isfahan-usage__featured p {
    margin: 0 0 20px;

    color: var(--karan-text);

    font-size: 15px;
    line-height: 2.15;

    text-align: justify;
}


/* =========================================
   FEATURED IMAGE
   ========================================= */

.karan-isfahan-usage__featured-image {
    position: relative;

    min-width: 0;
    min-height: 100%;

    overflow: hidden;

    background: var(--karan-navy);
}

.karan-isfahan-usage__featured-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(5, 25, 52, 0.04),
            rgba(5, 25, 52, 0.48)
        );

    pointer-events: none;
}

.karan-isfahan-usage__featured-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.karan-isfahan-usage__featured:hover
.karan-isfahan-usage__featured-image img {
    transform: scale(1.035);
}


/* =========================================
   IMAGE BADGE
   ========================================= */

.karan-isfahan-usage__image-badge {
    position: absolute;

    right: 25px;
    bottom: 25px;
    z-index: 3;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 11px 16px;

    color: var(--karan-white);

    background: rgba(5, 25, 52, 0.78);

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;

    backdrop-filter: blur(8px);
}

.karan-isfahan-usage__image-badge strong {
    color: var(--karan-gold);

    font-size: 17px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-usage__image-badge span {
    font-size: 13px;
    font-weight: 700;
}


/* =========================================
   LIST
   ========================================= */

.karan-isfahan-usage__list-title {
    margin-bottom: 12px;

    color: var(--karan-navy);

    font-size: 14px;
    line-height: 1.9;
    font-weight: 800;
}

.karan-isfahan-usage ul {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 9px 18px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.karan-isfahan-usage li {
    position: relative;

    min-width: 0;

    padding-right: 19px;

    color: var(--karan-muted);

    font-size: 14px;
    line-height: 1.8;
}

.karan-isfahan-usage li::before {
    content: "";

    position: absolute;

    right: 0;
    top: 10px;

    width: 7px;
    height: 7px;

    background: var(--karan-gold);

    border-radius: 50%;
}


/* =========================================
   SECONDARY CARDS GRID
   ========================================= */

.karan-isfahan-usage__grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    align-items: stretch;

    gap: 25px;

    width: 100%;
}


/* =========================================
   CARD
   ========================================= */

.karan-isfahan-usage__card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    height: 100%;

    padding: 35px 35px 38px;

    background: var(--karan-white);

    border: 1px solid var(--karan-border);
    border-radius: 22px;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.karan-isfahan-usage__card:hover {
    transform: translateY(-5px);

    border-color: rgba(238, 173, 22, 0.45);

    box-shadow: 0 18px 45px rgba(5, 25, 52, 0.08);
}


/* =========================================
   CARD TOP
   ========================================= */

.karan-isfahan-usage__card-top {
    display: flex;
    align-items: center;

    gap: 14px;

    flex: 0 0 auto;

    margin-bottom: 21px;
}

.karan-isfahan-usage__card-number {
    flex: 0 0 auto;

    color: var(--karan-gold);

    font-size: 17px;
    line-height: 1;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-usage__card-line {
    width: 55px;
    height: 1px;

    background: var(--karan-border);
}


/* =========================================
   CARD TITLE
   ========================================= */

.karan-isfahan-usage__card h3 {
    margin: 0 0 17px;

    color: var(--karan-navy);

    font-size: 21px;
    line-height: 1.7;
    font-weight: 800;
}


/* =========================================
   CARD TEXT
   ========================================= */

.karan-isfahan-usage__card p {
    margin: 0 0 20px;

    color: var(--karan-text);

    font-size: 14px;
    line-height: 2.15;

    text-align: justify;
}


/* =========================================
   FIX CARD HEIGHT / CONTENT FLOW
   ========================================= */

.karan-isfahan-usage__card .karan-isfahan-usage__list-title {
    margin-top: auto;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .karan-isfahan-usage__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-usage__featured {
        grid-template-columns: 1fr;

        min-height: 0;
    }

    .karan-isfahan-usage__featured-image {
        order: -1;

        width: 100%;
        height: 360px;
        min-height: 0;
    }

    .karan-isfahan-usage__featured-content {
        min-height: 0;

        padding: 40px 35px;
    }

    .karan-isfahan-usage__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 18px;
    }

    .karan-isfahan-usage__card {
        padding: 30px 26px 32px;
    }

    .karan-isfahan-usage__card h3 {
        font-size: 19px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .karan-isfahan-usage {
        overflow: hidden;
    }

    .karan-isfahan-usage__container {
        width: calc(100% - 28px);
        max-width: none;
    }


    /* Header */

    .karan-isfahan-usage__header {
        margin-bottom: 35px;
    }

    .karan-isfahan-usage__eyebrow {
        gap: 8px;

        margin-bottom: 12px;

        font-size: 12px;
    }

    .karan-isfahan-usage__eyebrow span {
        width: 22px;
    }

    .karan-isfahan-usage__header h2 {
        margin-bottom: 17px;

        font-size: 25px;
        line-height: 1.65;
    }

    .karan-isfahan-usage__header p {
        font-size: 14px;
        line-height: 2.15;

        text-align: right;
    }


    /* Featured */

    .karan-isfahan-usage__featured {
        display: flex;
        flex-direction: column;

        margin-bottom: 16px;

        border-radius: 18px;
    }

    .karan-isfahan-usage__featured-image {
        order: -1;

        width: 100%;
        height: 245px;
        min-height: 245px;
    }

    .karan-isfahan-usage__featured-content {
        width: 100%;

        padding: 28px 22px 30px;
    }

    .karan-isfahan-usage__number {
        top: 17px;
        left: 18px;

        font-size: 70px;
    }

    .karan-isfahan-usage__label {
        margin-bottom: 13px;
        padding: 6px 11px;

        font-size: 11px;
    }

    .karan-isfahan-usage__featured h3 {
        margin-bottom: 15px;

        font-size: 21px;
        line-height: 1.7;
    }

    .karan-isfahan-usage__featured p {
        font-size: 13px;
        line-height: 2.15;

        text-align: right;
    }


    /* Lists */

    .karan-isfahan-usage ul {
        grid-template-columns: 1fr;

        gap: 7px;
    }

    .karan-isfahan-usage li {
        font-size: 13px;
    }


    /* Badge */

    .karan-isfahan-usage__image-badge {
        right: 15px;
        bottom: 15px;

        padding: 8px 11px;

        border-radius: 9px;
    }

    .karan-isfahan-usage__image-badge strong {
        font-size: 14px;
    }

    .karan-isfahan-usage__image-badge span {
        font-size: 11px;
    }


    /* Secondary cards */

    .karan-isfahan-usage__grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .karan-isfahan-usage__card {
        width: 100%;
        height: auto;
        min-height: 0;

        padding: 25px 21px 28px;

        border-radius: 17px;
    }

    .karan-isfahan-usage__card:hover {
        transform: none;
    }

    .karan-isfahan-usage__card-top {
        margin-bottom: 17px;
    }

    .karan-isfahan-usage__card h3 {
        margin-bottom: 13px;

        font-size: 18px;
        line-height: 1.75;
    }

    .karan-isfahan-usage__card p {
        margin-bottom: 17px;

        font-size: 13px;
        line-height: 2.15;

        text-align: right;
    }

    .karan-isfahan-usage__card .karan-isfahan-usage__list-title {
        margin-top: 0;
    }

    .karan-isfahan-usage__list-title {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2063f73 *//* =========================================
   KARAN SOOLE
   ISFAHAN - SERVICES SECTION
   ========================================= */

.karan-isfahan-services {
    --karan-navy: #051934;
    --karan-gold: #EEAD16;
    --karan-bg: #F7F9FB;
    --karan-white: #ffffff;
    --karan-text: #26364a;
    --karan-muted: #68778a;
    --karan-border: #e4e9ef;

    width: 100%;
    position: relative;

    overflow: hidden;

    background: var(--karan-bg);

    font-family: inherit;
}

.karan-isfahan-services *,
.karan-isfahan-services *::before,
.karan-isfahan-services *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
   ========================================= */

.karan-isfahan-services__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   HEADER
   ========================================= */

.karan-isfahan-services__header {
    width: 100%;
    max-width: 900px;

    margin: 0 auto 55px;

    text-align: center;
}

.karan-isfahan-services__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-bottom: 18px;

    color: var(--karan-gold);

    font-size: 14px;
    font-weight: 800;
}

.karan-isfahan-services__eyebrow span {
    width: 28px;
    height: 2px;

    display: block;

    background: var(--karan-gold);
}

.karan-isfahan-services__header h2 {
    margin: 0 0 22px;

    color: var(--karan-navy);

    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.5;
    font-weight: 800;
}

.karan-isfahan-services__header p {
    margin: 0;

    color: var(--karan-text);

    font-size: 16px;
    line-height: 2.2;

    text-align: justify;
}


/* =========================================
   INTRO PANEL
   ========================================= */

.karan-isfahan-services__intro {
    position: relative;

    display: grid;

    grid-template-columns: auto minmax(0, 1fr) auto;

    align-items: center;

    gap: 30px;

    width: 100%;

    margin-bottom: 50px;

    padding: 34px 40px;

    background: var(--karan-navy);

    border-radius: 22px;

    overflow: hidden;
}

.karan-isfahan-services__intro::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    left: -90px;
    top: -130px;

    border: 1px solid rgba(238, 173, 22, 0.18);

    border-radius: 50%;
}

.karan-isfahan-services__intro::after {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    left: -45px;
    top: -85px;

    border: 1px solid rgba(238, 173, 22, 0.12);

    border-radius: 50%;
}


/* Intro number */

.karan-isfahan-services__intro-number {
    position: relative;
    z-index: 2;

    color: var(--karan-gold);

    font-size: 50px;
    line-height: 1;
    font-weight: 900;

    direction: ltr;
}


/* Intro content */

.karan-isfahan-services__intro-content {
    position: relative;
    z-index: 2;

    min-width: 0;
}

.karan-isfahan-services__intro-label {
    display: inline-block;

    margin-bottom: 7px;

    color: rgba(255,255,255,0.58);

    font-size: 12px;
    font-weight: 700;
}

.karan-isfahan-services__intro-content h3 {
    margin: 0 0 8px;

    color: var(--karan-white);

    font-size: 24px;
    line-height: 1.6;
    font-weight: 800;
}

.karan-isfahan-services__intro-content p {
    max-width: 800px;

    margin: 0;

    color: rgba(255,255,255,0.7);

    font-size: 14px;
    line-height: 2;
}


/* Intro decoration */

.karan-isfahan-services__intro-mark {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;

    gap: 6px;

    height: 55px;
}

.karan-isfahan-services__intro-mark span {
    display: block;

    width: 7px;

    background: var(--karan-gold);

    border-radius: 3px;
}

.karan-isfahan-services__intro-mark span:nth-child(1) {
    height: 25px;
    opacity: 0.45;
}

.karan-isfahan-services__intro-mark span:nth-child(2) {
    height: 40px;
    opacity: 0.7;
}

.karan-isfahan-services__intro-mark span:nth-child(3) {
    height: 55px;
}


/* =========================================
   SERVICE FLOW
   ========================================= */

.karan-isfahan-services__flow {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 18px;

    width: 100%;
}


/* Connecting line */

.karan-isfahan-services__flow-line {
    position: absolute;

    top: 47px;
    right: 9%;

    width: 82%;
    height: 1px;

    background:
        linear-gradient(
            to left,
            var(--karan-gold),
            rgba(238,173,22,0.15)
        );

    opacity: 0.45;
}


/* =========================================
   SERVICE STEP
   ========================================= */

.karan-isfahan-services__step {
    position: relative;
    z-index: 2;

    min-width: 0;

    padding: 0 17px 25px;

    text-align: center;
}


/* Step top */

.karan-isfahan-services__step-top {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: center;

    margin-bottom: 22px;
}


/* Number */

.karan-isfahan-services__step-number {
    position: absolute;

    top: -8px;
    right: 5px;

    color: rgba(5,25,52,0.08);

    font-size: 42px;
    line-height: 1;
    font-weight: 900;

    direction: ltr;
}


/* Icon */

.karan-isfahan-services__step-icon {
    position: relative;
    z-index: 3;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    background: var(--karan-white);

    border: 1px solid var(--karan-border);

    border-radius: 50%;

    box-shadow:
        0 8px 25px rgba(5,25,52,0.07);
}

.karan-isfahan-services__step-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: var(--karan-navy);

    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Gold center */

.karan-isfahan-services__step-icon::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 5px;
    top: 5px;

    background: var(--karan-gold);

    border-radius: 50%;
}


/* Heading */

.karan-isfahan-services__step h3 {
    margin: 0 0 11px;

    color: var(--karan-navy);

    font-size: 18px;
    line-height: 1.7;
    font-weight: 800;
}


/* Text */

.karan-isfahan-services__step p {
    margin: 0;

    color: var(--karan-muted);

    font-size: 13px;
    line-height: 2;

    text-align: center;
}


/* =========================================
   HOVER
   ========================================= */

.karan-isfahan-services__step-icon {
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.karan-isfahan-services__step:hover
.karan-isfahan-services__step-icon {
    background: var(--karan-navy);

    border-color: var(--karan-navy);

    transform: translateY(-4px);
}

.karan-isfahan-services__step:hover
.karan-isfahan-services__step-icon svg {
    stroke: var(--karan-white);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .karan-isfahan-services__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-services__flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 30px 15px;
    }

    .karan-isfahan-services__flow-line {
        display: none;
    }

    .karan-isfahan-services__intro {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .karan-isfahan-services__intro-mark {
        display: none;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .karan-isfahan-services {
        overflow: hidden;
    }

    .karan-isfahan-services__container {
        width: calc(100% - 28px);
        max-width: none;
    }


    /* Header */

    .karan-isfahan-services__header {
        margin-bottom: 35px;
    }

    .karan-isfahan-services__eyebrow {
        gap: 8px;

        margin-bottom: 12px;

        font-size: 12px;
    }

    .karan-isfahan-services__eyebrow span {
        width: 20px;
    }

    .karan-isfahan-services__header h2 {
        margin-bottom: 17px;

        font-size: 25px;
        line-height: 1.65;
    }

    .karan-isfahan-services__header p {
        font-size: 14px;
        line-height: 2.15;

        text-align: right;
    }


    /* Intro */

    .karan-isfahan-services__intro {
        grid-template-columns: 1fr;

        gap: 0;

        margin-bottom: 35px;

        padding: 27px 22px;

        border-radius: 17px;
    }

    .karan-isfahan-services__intro-number {
        position: absolute;

        top: 15px;
        left: 18px;

        font-size: 55px;

        opacity: 0.65;
    }

    .karan-isfahan-services__intro-label {
        margin-bottom: 6px;

        font-size: 11px;
    }

    .karan-isfahan-services__intro-content h3 {
        max-width: 80%;

        margin-bottom: 9px;

        font-size: 20px;
        line-height: 1.7;
    }

    .karan-isfahan-services__intro-content p {
        font-size: 13px;
        line-height: 2.1;
    }


    /* Flow */

    .karan-isfahan-services__flow {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    /* Step */

    .karan-isfahan-services__step {
        display: grid;

        grid-template-columns: 62px minmax(0, 1fr);

        column-gap: 18px;

        align-items: center;

        padding: 17px;

        background: var(--karan-white);

        border: 1px solid var(--karan-border);

        border-radius: 16px;

        text-align: right;
    }

    .karan-isfahan-services__step-top {
        grid-row: span 2;

        margin: 0;
    }

    .karan-isfahan-services__step-icon {
        width: 58px;
        height: 58px;
    }

    .karan-isfahan-services__step-icon svg {
        width: 23px;
        height: 23px;
    }

    .karan-isfahan-services__step-number {
        top: -4px;
        right: -3px;

        font-size: 30px;
    }

    .karan-isfahan-services__step h3 {
        margin: 0 0 4px;

        font-size: 17px;
        line-height: 1.6;

        text-align: right;
    }

    .karan-isfahan-services__step p {
        font-size: 12.5px;
        line-height: 1.95;

        text-align: right;
    }

    .karan-isfahan-services__step:hover
    .karan-isfahan-services__step-icon {
        transform: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e48d325 *//* =========================================
   KARAN SOOLE
   ISFAHAN - ENGINEERING DESIGN
   ========================================= */

.karan-isfahan-engineering {
    --karan-navy: #051934;
    --karan-gold: #EEAD16;
    --karan-bg: transparent;
    --karan-white: #ffffff;
    --karan-text: #26364a;
    --karan-muted: #68778a;
    --karan-border: #e3e8ee;

    width: 100%;
    overflow: hidden;

    background: transparent;

    font-family: inherit;
}
.karan-isfahan-engineering *,
.karan-isfahan-engineering *::before,
.karan-isfahan-engineering *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
   ========================================= */

.karan-isfahan-engineering__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   HEADER
   ========================================= */

.karan-isfahan-engineering__header {
    margin-bottom: 45px;
}

.karan-isfahan-engineering__eyebrow {
    position: relative;

    display: inline-flex;
    align-items: center;

    margin-bottom: 14px;
    padding-right: 17px;

    color: var(--karan-gold);

    font-size: 13px;
    font-weight: 800;
}

.karan-isfahan-engineering__eyebrow::before {
    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    width: 5px;
    height: 5px;

    background: var(--karan-gold);

    border-radius: 50%;

    transform: translateY(-50%);
}

.karan-isfahan-engineering__header h2 {
    margin: 0;

    color: var(--karan-navy);

    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.5;
    font-weight: 800;
}


/* =========================================
   MAIN LAYOUT
   ========================================= */

.karan-isfahan-engineering__layout {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 70px;

    align-items: center;
}


/* =========================================
   TEXT CONTENT
   ========================================= */

.karan-isfahan-engineering__content {
    min-width: 0;
}

.karan-isfahan-engineering__content p {
    margin: 0 0 25px;

    color: var(--karan-text);

    font-size: 16px;
    line-height: 2.3;

    text-align: justify;
}

.karan-isfahan-engineering__content p:last-child {
    margin-bottom: 0;

    color: var(--karan-navy);

    font-weight: 700;
}


/* =========================================
   FACTORS PANEL
   ========================================= */

.karan-isfahan-engineering__factors {
    position: relative;

    min-width: 0;

    padding: 32px;

    background: var(--karan-white);

    border: 1px solid var(--karan-border);

    border-radius: 22px;

    box-shadow:
        0 15px 45px rgba(5, 25, 52, 0.06);
}

.karan-isfahan-engineering__factors::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 6px;
    height: 100%;

    background: var(--karan-gold);

    border-radius: 0 22px 22px 0;
}


/* =========================================
   FACTORS HEADER
   ========================================= */

.karan-isfahan-engineering__factors-head {
    display: grid;

    grid-template-columns: 65px minmax(0, 1fr);

    gap: 20px;

    align-items: center;

    padding-bottom: 25px;

    margin-bottom: 5px;

    border-bottom: 1px solid var(--karan-border);
}

.karan-isfahan-engineering__factors-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    background: var(--karan-navy);

    border-radius: 14px;

    color: var(--karan-gold);

    font-size: 18px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-engineering__factors-label {
    display: block;

    margin-bottom: 5px;

    color: var(--karan-gold);

    font-size: 11px;
    font-weight: 800;
}

.karan-isfahan-engineering__factors-head h3 {
    margin: 0;

    color: var(--karan-navy);

    font-size: 19px;
    line-height: 1.7;
    font-weight: 800;
}


/* =========================================
   FACTORS LIST
   ========================================= */

.karan-isfahan-engineering__list {
    display: flex;
    flex-direction: column;
}


.karan-isfahan-engineering__item {
    display: grid;

    grid-template-columns: 40px minmax(0, 1fr);

    gap: 15px;

    align-items: center;

    min-width: 0;

    padding: 17px 5px;

    border-bottom: 1px solid var(--karan-border);

    transition:
        background 0.25s ease,
        padding 0.25s ease;
}

.karan-isfahan-engineering__item:last-child {
    border-bottom: 0;

    padding-bottom: 5px;
}


.karan-isfahan-engineering__item-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: rgba(238, 173, 22, 0.10);

    border-radius: 10px;

    color: var(--karan-gold);

    font-size: 11px;
    font-weight: 900;

    direction: ltr;
}


.karan-isfahan-engineering__item-text {
    min-width: 0;

    color: var(--karan-text);

    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}


/* =========================================
   HOVER
   ========================================= */

.karan-isfahan-engineering__item:hover {
    padding-right: 12px;

    background: rgba(247, 249, 251, 0.8);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .karan-isfahan-engineering__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-engineering__layout {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .karan-isfahan-engineering__content p {
        text-align: right;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .karan-isfahan-engineering {
        overflow: hidden;
    }

    .karan-isfahan-engineering__container {
        width: calc(100% - 28px);
        max-width: none;
    }


    /* Header */

    .karan-isfahan-engineering__header {
        margin-bottom: 28px;
    }

    .karan-isfahan-engineering__eyebrow {
        margin-bottom: 10px;

        font-size: 11px;
    }

    .karan-isfahan-engineering__header h2 {
        font-size: 25px;
        line-height: 1.65;
    }


    /* Content */

    .karan-isfahan-engineering__content p {
        margin-bottom: 20px;

        font-size: 14px;
        line-height: 2.15;

        text-align: right;
    }


    /* Factors */

    .karan-isfahan-engineering__factors {
        padding: 22px 18px;

        border-radius: 17px;
    }

    .karan-isfahan-engineering__factors::before {
        width: 4px;

        border-radius: 0 17px 17px 0;
    }


    /* Factors header */

    .karan-isfahan-engineering__factors-head {
        grid-template-columns: 52px minmax(0, 1fr);

        gap: 14px;

        padding-bottom: 20px;
    }

    .karan-isfahan-engineering__factors-number {
        width: 52px;
        height: 52px;

        border-radius: 11px;

        font-size: 15px;
    }

    .karan-isfahan-engineering__factors-label {
        font-size: 10px;
    }

    .karan-isfahan-engineering__factors-head h3 {
        font-size: 16px;
        line-height: 1.7;
    }


    /* Items */

    .karan-isfahan-engineering__item {
        grid-template-columns: 36px minmax(0, 1fr);

        gap: 12px;

        padding: 14px 3px;
    }

    .karan-isfahan-engineering__item-number {
        width: 33px;
        height: 33px;

        border-radius: 8px;

        font-size: 10px;
    }

    .karan-isfahan-engineering__item-text {
        font-size: 13px;
        line-height: 1.9;
    }

    .karan-isfahan-engineering__item:hover {
        padding-right: 3px;

        background: transparent;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f56bd6f *//* =========================================
   KARAN SOOLE
   ISFAHAN - FOUNDATION SECTION
   ========================================= */

.karan-isfahan-foundation {
    --karan-navy: #051934;
    --karan-gold: #EEAD16;
    --karan-text: #26364a;
    --karan-muted: #68778a;
    --karan-border: #e3e8ee;

    width: 100%;

    overflow: hidden;

    background: transparent;

    font-family: inherit;
}

.karan-isfahan-foundation *,
.karan-isfahan-foundation *::before,
.karan-isfahan-foundation *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
   ========================================= */

.karan-isfahan-foundation__container {
    width: min(1180px, calc(100% - 40px));

    margin: 0 auto;
}


/* =========================================
   HEADER
   ========================================= */

.karan-isfahan-foundation__header {
    display: flex;

    align-items: center;

    gap: 22px;

    margin-bottom: 42px;
}

.karan-isfahan-foundation__number {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 72px;

    width: 72px;
    height: 72px;

    background: var(--karan-navy);

    border-radius: 16px;

    color: var(--karan-gold);

    font-size: 18px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-foundation__title span {
    display: block;

    margin-bottom: 5px;

    color: var(--karan-gold);

    font-size: 12px;
    font-weight: 800;
}

.karan-isfahan-foundation__title h2 {
    margin: 0;

    color: var(--karan-navy);

    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.5;

    font-weight: 800;
}


/* =========================================
   CONTENT
   ========================================= */

.karan-isfahan-foundation__content {
    display: grid;

    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);

    gap: 70px;

    align-items: center;
}


/* =========================================
   DESCRIPTION
   ========================================= */

.karan-isfahan-foundation__description {
    position: relative;

    padding-right: 25px;
}

.karan-isfahan-foundation__description::before {
    content: "";

    position: absolute;

    right: 0;
    top: 8px;

    width: 3px;
    height: calc(100% - 16px);

    background: var(--karan-gold);

    border-radius: 10px;
}

.karan-isfahan-foundation__description p {
    margin: 0;

    color: var(--karan-text);

    font-size: 16px;
    line-height: 2.35;

    text-align: justify;
}


/* =========================================
   STEPS
   ========================================= */

.karan-isfahan-foundation__steps {
    position: relative;

    display: flex;

    flex-direction: column;

    gap: 0;

    padding: 10px 0;
}


/* Connecting line */

.karan-isfahan-foundation__steps-line {
    position: absolute;

    top: 30px;
    bottom: 30px;

    right: 27px;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            var(--karan-gold),
            rgba(238, 173, 22, 0.12)
        );
}


/* =========================================
   STEP
   ========================================= */

.karan-isfahan-foundation__step {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 55px minmax(0, 1fr);

    gap: 20px;

    align-items: center;

    min-width: 0;

    padding: 15px 0;
}


/* Number */

.karan-isfahan-foundation__step-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    background: #ffffff;

    border: 1px solid var(--karan-border);

    border-radius: 50%;

    color: var(--karan-gold);

    font-size: 12px;
    font-weight: 900;

    direction: ltr;

    box-shadow:
        0 5px 18px rgba(5, 25, 52, 0.06);
}


/* Content */

.karan-isfahan-foundation__step-content {
    min-width: 0;

    padding: 17px 20px;

    border-bottom: 1px solid var(--karan-border);
}

.karan-isfahan-foundation__step:last-child
.karan-isfahan-foundation__step-content {
    border-bottom: 0;
}

.karan-isfahan-foundation__step-content h3 {
    margin: 0 0 5px;

    color: var(--karan-navy);

    font-size: 17px;
    line-height: 1.7;

    font-weight: 800;
}

.karan-isfahan-foundation__step-content span {
    display: block;

    color: var(--karan-muted);

    font-size: 13px;
    line-height: 1.9;
}


/* =========================================
   HOVER
   ========================================= */

.karan-isfahan-foundation__step-number {
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.karan-isfahan-foundation__step:hover
.karan-isfahan-foundation__step-number {
    background: var(--karan-navy);

    border-color: var(--karan-navy);

    color: var(--karan-gold);

    transform: scale(1.04);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .karan-isfahan-foundation__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-foundation__content {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .karan-isfahan-foundation__description {
        padding-right: 20px;
    }

    .karan-isfahan-foundation__description p {
        text-align: right;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .karan-isfahan-foundation__container {
        width: calc(100% - 28px);

        max-width: none;
    }


    /* Header */

    .karan-isfahan-foundation__header {
        gap: 14px;

        margin-bottom: 28px;
    }

    .karan-isfahan-foundation__number {
        flex-basis: 55px;

        width: 55px;
        height: 55px;

        border-radius: 12px;

        font-size: 14px;
    }

    .karan-isfahan-foundation__title span {
        font-size: 10px;
    }

    .karan-isfahan-foundation__title h2 {
        font-size: 24px;

        line-height: 1.65;
    }


    /* Description */

    .karan-isfahan-foundation__description {
        padding-right: 16px;
    }

    .karan-isfahan-foundation__description p {
        font-size: 14px;

        line-height: 2.15;
    }


    /* Steps */

    .karan-isfahan-foundation__steps {
        padding: 5px 0;
    }

    .karan-isfahan-foundation__steps-line {
        right: 22px;

        top: 25px;
        bottom: 25px;
    }

    .karan-isfahan-foundation__step {
        grid-template-columns: 45px minmax(0, 1fr);

        gap: 14px;

        padding: 10px 0;
    }

    .karan-isfahan-foundation__step-number {
        width: 45px;
        height: 45px;

        font-size: 10px;
    }

    .karan-isfahan-foundation__step-content {
        padding: 12px 14px;
    }

    .karan-isfahan-foundation__step-content h3 {
        margin-bottom: 3px;

        font-size: 15px;
    }

    .karan-isfahan-foundation__step-content span {
        font-size: 11.5px;

        line-height: 1.9;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba1419e */```css
.karan-isfahan-cover {
    --karan-navy: #051934;
    --karan-gold: #EEAD16;
    --karan-text: #26364a;
    --karan-muted: #68778a;
    --karan-border: #e3e8ee;

    width: 100%;
    overflow: hidden;
    background: transparent;
    font-family: inherit;
}

.karan-isfahan-cover *,
.karan-isfahan-cover *::before,
.karan-isfahan-cover *::after {
    box-sizing: border-box;
}


/* =========================
   CONTAINER
========================= */

.karan-isfahan-cover__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

.karan-isfahan-cover__header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 42px;
}

.karan-isfahan-cover__number {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 72px;
    width: 72px;
    height: 72px;

    background: var(--karan-navy);
    border-radius: 16px;

    color: var(--karan-gold);
    font-size: 18px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-cover__title span {
    display: block;
    margin-bottom: 5px;

    color: var(--karan-gold);
    font-size: 12px;
    font-weight: 800;
}

.karan-isfahan-cover__title h2 {
    margin: 0;

    color: var(--karan-navy);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.5;
    font-weight: 800;
}


/* =========================
   MAIN GRID
========================= */

.karan-isfahan-cover__main {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, 1.35fr);

    gap: 70px;

    align-items: center;
}


/* =========================
   IMAGE
========================= */

.karan-isfahan-cover__visual {
    position: relative;

    margin: 0;
    min-width: 0;

    border-radius: 24px;
    overflow: hidden;

    background: #eef2f5;

    box-shadow:
        0 20px 55px rgba(5, 25, 52, 0.10);
}

.karan-isfahan-cover__image {
    width: 100%;
    min-height: 520px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    transition: transform 0.5s ease;
}

.karan-isfahan-cover__visual:hover
.karan-isfahan-cover__image {
    transform: scale(1.025);
}


/* IMAGE CAPTION */

.karan-isfahan-cover__caption {
    position: absolute;

    right: 20px;
    bottom: 20px;

    padding: 10px 16px;

    background: rgba(5, 25, 52, 0.92);

    border-right: 3px solid var(--karan-gold);
    border-radius: 8px;

    color: #fff;

    font-size: 12px;
    font-weight: 700;
}


/* =========================
   CONTENT
========================= */

.karan-isfahan-cover__content {
    min-width: 0;
}

.karan-isfahan-cover__text {
    position: relative;

    padding-right: 25px;
}

.karan-isfahan-cover__text::before {
    content: "";

    position: absolute;

    right: 0;
    top: 8px;

    width: 3px;
    height: calc(100% - 16px);

    background: var(--karan-gold);

    border-radius: 10px;
}

.karan-isfahan-cover__text p {
    margin: 0 0 24px;

    color: var(--karan-text);

    font-size: 16px;
    line-height: 2.35;

    text-align: justify;
}

.karan-isfahan-cover__text p:last-child {
    margin-bottom: 0;
}

.karan-isfahan-cover__text strong {
    color: var(--karan-navy);
    font-weight: 800;
}


/* =========================
   MATERIALS
========================= */

.karan-isfahan-cover__materials {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px;

    margin-top: 32px;
}

.karan-isfahan-cover__material {
    display: flex;
    align-items: center;

    min-width: 0;

    gap: 12px;

    padding: 14px 16px;

    border: 1px solid var(--karan-border);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.55);

    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        background 0.25s ease;
}

.karan-isfahan-cover__material:hover {
    border-color: rgba(238, 173, 22, 0.55);

    background: rgba(255, 255, 255, 0.85);

    transform: translateY(-3px);
}

.karan-isfahan-cover__material-number {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    border-radius: 8px;

    background: var(--karan-navy);

    color: var(--karan-gold);

    font-size: 9px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-cover__material strong {
    min-width: 0;

    color: var(--karan-navy);

    font-size: 12px;
    line-height: 1.7;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .karan-isfahan-cover__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-cover__main {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .karan-isfahan-cover__image {
        min-height: 400px;
    }

    .karan-isfahan-cover__text {
        padding-right: 20px;
    }

    .karan-isfahan-cover__text p {
        text-align: right;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .karan-isfahan-cover__container {
        width: calc(100% - 28px);
        max-width: none;
    }

    .karan-isfahan-cover__header {
        gap: 14px;
        margin-bottom: 28px;
    }

    .karan-isfahan-cover__number {
        flex-basis: 55px;

        width: 55px;
        height: 55px;

        border-radius: 12px;

        font-size: 14px;
    }

    .karan-isfahan-cover__title span {
        font-size: 10px;
    }

    .karan-isfahan-cover__title h2 {
        font-size: 24px;
        line-height: 1.65;
    }

    .karan-isfahan-cover__main {
        gap: 28px;
    }

    .karan-isfahan-cover__visual {
        border-radius: 18px;
    }

    .karan-isfahan-cover__image {
        min-height: 300px;
    }

    .karan-isfahan-cover__caption {
        right: 14px;
        bottom: 14px;

        padding: 8px 12px;

        font-size: 10px;
    }

    .karan-isfahan-cover__text {
        padding-right: 16px;
    }

    .karan-isfahan-cover__text p {
        font-size: 14px;
        line-height: 2.15;
    }

    .karan-isfahan-cover__materials {
        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 25px;
    }

    .karan-isfahan-cover__material {
        padding: 12px 14px;
    }

    .karan-isfahan-cover__material-number {
        flex-basis: 30px;

        width: 30px;
        height: 30px;
    }

    .karan-isfahan-cover__material strong {
        font-size: 12px;
    }
}
```/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-87c3d4c *//* ========================================
   Karan Soole - Crane Section
======================================== */

.karan-crane-section {
    width: 100%;
    direction: rtl;
    position: relative;
    padding: 90px 20px;
    background: transparent;
    box-sizing: border-box;
}

.karan-crane-section *,
.karan-crane-section *::before,
.karan-crane-section *::after {
    box-sizing: border-box;
}

.karan-crane-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


/* ========================================
   Main Layout
======================================== */

.karan-crane-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}


/* ========================================
   Content
======================================== */

.karan-crane-content {
    width: 100%;
}

.karan-crane-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #051934;
    margin-bottom: 22px;
}

.karan-crane-eyebrow-line {
    width: 38px;
    height: 2px;
    background: #EEAD16;
    display: block;
}

.karan-crane-content h2 {
    margin: 0 0 28px;
    color: #051934;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.45;
    font-weight: 800;
}

.karan-crane-content h2 span {
    color: #EEAD16;
    display: block;
}

.karan-crane-content > p {
    margin: 0;
    color: #4F5B6A;
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
}


/* ========================================
   Info Box
======================================== */

.karan-crane-info-box {
    display: flex;
    align-items: stretch;
    gap: 22px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(5, 25, 52, 0.12);
}

.karan-crane-info-number {
    width: 56px;
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #051934;
    color: #EEAD16;
    font-size: 18px;
    font-weight: 700;
}

.karan-crane-info-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.karan-crane-info-text strong {
    color: #051934;
    font-size: 16px;
    font-weight: 700;
}

.karan-crane-info-text span {
    color: #66717E;
    font-size: 14px;
    line-height: 1.9;
}


/* ========================================
   Image
======================================== */

.karan-crane-image-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    padding-left: 35px;
}

.karan-crane-image {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
    background: #E9EDF1;
}

.karan-crane-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(5, 25, 52, 0.12),
        transparent 55%
    );
    pointer-events: none;
}

.karan-crane-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ========================================
   Image Badge
======================================== */

.karan-crane-image-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    padding: 25px;
    background: #EEAD16;
    color: #051934;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.karan-crane-image-badge span {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
}

.karan-crane-image-badge strong {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    direction: ltr;
    text-align: left;
}


/* ========================================
   Benefits Heading
======================================== */

.karan-crane-benefits-heading {
    display: flex;
    align-items: flex-end;
    gap: 35px;
    margin-top: 100px;
    margin-bottom: 35px;
}

.karan-crane-benefits-heading > div:first-child {
    flex-shrink: 0;
}

.karan-crane-benefits-heading span {
    display: block;
    color: #EEAD16;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.karan-crane-benefits-heading h3 {
    margin: 0;
    color: #051934;
    font-size: clamp(22px, 2.3vw, 32px);
    line-height: 1.5;
    font-weight: 800;
}

.karan-crane-heading-line {
    height: 1px;
    flex-grow: 1;
    background: rgba(5, 25, 52, 0.15);
    margin-bottom: 9px;
}


/* ========================================
   Benefits Cards
======================================== */

.karan-crane-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.karan-crane-benefit-card {
    position: relative;
    min-height: 220px;
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(5, 25, 52, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease;
}

.karan-crane-benefit-card:hover {
    transform: translateY(-5px);
    border-color: #EEAD16;
}

.karan-crane-card-number {
    color: #EEAD16;
    font-size: 14px;
    font-weight: 800;
}

.karan-crane-card-icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(5, 25, 52, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.karan-crane-card-icon span {
    width: 18px;
    height: 18px;
    border: 2px solid #051934;
    display: block;
    position: relative;
}

.karan-crane-card-icon span::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #EEAD16;
    top: -6px;
    right: 3px;
}

.karan-crane-benefit-card p {
    margin: 20px 0 0;
    color: #051934;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.9;
}


/* ========================================
   Footer Text
======================================== */

.karan-crane-footer-text {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid rgba(5, 25, 52, 0.1);
}

.karan-crane-footer-line {
    width: 4px;
    min-width: 4px;
    height: 70px;
    background: #EEAD16;
}

.karan-crane-footer-text p {
    margin: -5px 0 0;
    color: #4F5B6A;
    font-size: 16px;
    line-height: 2.1;
    text-align: justify;
}


/* ========================================
   Tablet
======================================== */

@media (max-width: 1024px) {

    .karan-crane-section {
        padding: 75px 20px;
    }

    .karan-crane-main {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .karan-crane-image-wrap {
        order: -1;
        max-width: 750px;
        margin: 0 auto;
    }

    .karan-crane-image {
        height: 500px;
    }

    .karan-crane-benefits-heading {
        margin-top: 75px;
    }

}


/* ========================================
   Mobile
======================================== */

@media (max-width: 767px) {

    .karan-crane-section {
        padding: 60px 15px;
    }

    .karan-crane-main {
        gap: 38px;
    }

    .karan-crane-content h2 {
        font-size: 29px;
        margin-bottom: 20px;
    }

    .karan-crane-content > p {
        font-size: 15px;
        line-height: 2.1;
    }

    .karan-crane-image-wrap {
        padding-bottom: 25px;
        padding-left: 20px;
    }

    .karan-crane-image {
        height: 390px;
    }

    .karan-crane-image-badge {
        width: 190px;
        padding: 18px;
    }

    .karan-crane-image-badge strong {
        font-size: 15px;
    }

    .karan-crane-benefits-heading {
        margin-top: 65px;
        margin-bottom: 28px;
        display: block;
    }

    .karan-crane-benefits-heading h3 {
        font-size: 24px;
    }

    .karan-crane-heading-line {
        display: none;
    }

    .karan-crane-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .karan-crane-benefit-card {
        min-height: 180px;
        padding: 25px;
    }

    .karan-crane-footer-text {
        gap: 15px;
        margin-top: 35px;
    }

    .karan-crane-footer-line {
        height: 90px;
    }

    .karan-crane-footer-text p {
        font-size: 15px;
        line-height: 2;
    }

}


/* ========================================
   Small Mobile
======================================== */

@media (max-width: 480px) {

    .karan-crane-image {
        height: 310px;
    }

    .karan-crane-info-box {
        gap: 15px;
    }

    .karan-crane-info-number {
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 15px;
    }

    .karan-crane-info-text strong {
        font-size: 15px;
    }

    .karan-crane-info-text span {
        font-size: 13px;
    }

    .karan-crane-image-badge {
        width: 165px;
        padding: 14px;
    }

    .karan-crane-image-badge span {
        font-size: 8px;
    }

    .karan-crane-image-badge strong {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-200e4cc *//* =========================================
   Karan Soole - Used Warehouse Section
========================================= */

.karan-used-warehouse {
    width: 100%;
    direction: rtl;
    position: relative;
    padding: 100px 20px;
    background: transparent;
}

.karan-used-warehouse *,
.karan-used-warehouse *::before,
.karan-used-warehouse *::after {
    box-sizing: border-box;
}

.karan-used-warehouse__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================
   Header
========================================= */

.karan-used-warehouse__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 60px;
}

.karan-used-warehouse__eyebrow {
    display: inline-flex;
    align-items: center;
    color: #EEAD16;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
}

.karan-used-warehouse__eyebrow::after {
    content: "";
    width: 38px;
    height: 2px;
    background: #EEAD16;
    margin-right: 12px;
}

.karan-used-warehouse__heading h2 {
    margin: 0;
    color: #051934;
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 800;
    line-height: 1.45;
}

.karan-used-warehouse__heading h2 span {
    display: block;
    color: #EEAD16;
}

.karan-used-warehouse__intro {
    padding-bottom: 5px;
}

.karan-used-warehouse__intro p {
    margin: 0;
    color: #566271;
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
}


/* =========================================
   Main Layout
========================================= */

.karan-used-warehouse__main {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 60px;
    align-items: stretch;
}


/* =========================================
   Image
========================================= */

.karan-used-warehouse__image-wrap {
    position: relative;
    min-height: 100%;
    padding-bottom: 38px;
    padding-left: 38px;
}

.karan-used-warehouse__image {
    width: 100%;
    height: 100%;
    min-height: 580px;
    overflow: hidden;
    position: relative;
    background: #edf0f3;
}

.karan-used-warehouse__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        140deg,
        rgba(5, 25, 52, 0.05),
        rgba(5, 25, 52, 0.32)
    );
    pointer-events: none;
}

.karan-used-warehouse__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.karan-used-warehouse__image-label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    padding: 22px 25px;
    background: #051934;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.karan-used-warehouse__image-label span {
    color: #EEAD16;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.karan-used-warehouse__image-label strong {
    font-size: 19px;
    line-height: 1.45;
    direction: ltr;
    text-align: left;
}


/* =========================================
   Services
========================================= */

.karan-used-warehouse__services {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.karan-used-warehouse__services-heading {
    margin-bottom: 30px;
}

.karan-used-warehouse__services-heading > span {
    display: block;
    color: #EEAD16;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.karan-used-warehouse__services-heading h3 {
    margin: 0;
    color: #051934;
    font-size: clamp(21px, 2vw, 29px);
    line-height: 1.6;
    font-weight: 800;
}


/* =========================================
   Grid
========================================= */

.karan-used-warehouse__service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.karan-used-warehouse__service-card {
    position: relative;
    min-height: 230px;
    padding: 28px;
    border: 1px solid rgba(5, 25, 52, 0.12);
    background: transparent;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.karan-used-warehouse__service-card:hover {
    transform: translateY(-5px);
    border-color: #EEAD16;
}

.karan-used-warehouse__number {
    display: block;
    color: #EEAD16;
    font-size: 13px;
    font-weight: 800;
}


/* =========================================
   Icon
========================================= */

.karan-used-warehouse__icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(5, 25, 52, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.karan-used-warehouse__icon span {
    width: 18px;
    height: 18px;
    border: 2px solid #051934;
    position: relative;
    display: block;
}

.karan-used-warehouse__icon span::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #EEAD16;
    top: -7px;
    right: 1px;
    transform: rotate(-45deg);
}

.karan-used-warehouse__icon span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid #EEAD16;
    background: transparent;
    left: -6px;
    bottom: -6px;
}

.karan-used-warehouse__service-card h4 {
    margin: 20px 0 0;
    color: #051934;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 700;
}


/* =========================================
   Result
========================================= */

.karan-used-warehouse__result {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 22px;

    margin-top: 55px;
    padding-top: 30px;

    border-top: 1px solid rgba(5, 25, 52, 0.12);
}

.karan-used-warehouse__result-mark {
    width: 54px;
    min-width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #EEAD16;
    color: #051934;

    font-size: 28px;
    font-weight: 400;
}

.karan-used-warehouse__result p {
    margin: 0;
    color: #566271;
    font-size: 16px;
    line-height: 2.1;
    text-align: justify;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 1024px) {

    .karan-used-warehouse {
        padding: 80px 20px;
    }

    .karan-used-warehouse__header {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 50px;
    }

    .karan-used-warehouse__main {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .karan-used-warehouse__image-wrap {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .karan-used-warehouse__image {
        min-height: 520px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .karan-used-warehouse {
        padding: 65px 15px;
    }

    .karan-used-warehouse__header {
        margin-bottom: 38px;
    }

    .karan-used-warehouse__heading h2 {
        font-size: 29px;
    }

    .karan-used-warehouse__intro p {
        font-size: 15px;
        line-height: 2.1;
    }

    .karan-used-warehouse__main {
        gap: 45px;
    }

    .karan-used-warehouse__image-wrap {
        padding-bottom: 25px;
        padding-left: 25px;
    }

    .karan-used-warehouse__image {
        min-height: 420px;
    }

    .karan-used-warehouse__image-label {
        width: 170px;
        padding: 16px 18px;
    }

    .karan-used-warehouse__image-label strong {
        font-size: 15px;
    }

    .karan-used-warehouse__service-grid {
        gap: 14px;
    }

    .karan-used-warehouse__service-card {
        min-height: 190px;
        padding: 22px;
    }

    .karan-used-warehouse__service-card h4 {
        font-size: 15px;
    }

    .karan-used-warehouse__result {
        align-items: flex-start;
        gap: 15px;
        margin-top: 40px;
    }

    .karan-used-warehouse__result-mark {
        width: 45px;
        min-width: 45px;
        height: 45px;
        font-size: 24px;
    }

    .karan-used-warehouse__result p {
        font-size: 15px;
        line-height: 2;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {

    .karan-used-warehouse__heading h2 {
        font-size: 26px;
    }

    .karan-used-warehouse__image {
        min-height: 330px;
    }

    .karan-used-warehouse__service-grid {
        grid-template-columns: 1fr;
    }

    .karan-used-warehouse__service-card {
        min-height: 165px;
    }

    .karan-used-warehouse__services-heading h3 {
        font-size: 21px;
    }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-acca061 */```css
/* =========================================
   Karan Soole - LSF Section
========================================= */

.karan-isfahan-lsf {
    --lsf-navy: #051934;
    --lsf-gold: #EEAD16;
    --lsf-text: #26364a;
    --lsf-muted: #68778a;
    --lsf-border: #e3e8ee;

    width: 100%;
    direction: rtl;
    padding: 100px 20px;
    background: transparent;
    overflow: hidden;
}

.karan-isfahan-lsf *,
.karan-isfahan-lsf *::before,
.karan-isfahan-lsf *::after {
    box-sizing: border-box;
}

.karan-isfahan-lsf__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   Header
========================================= */

.karan-isfahan-lsf__header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 55px;
}

.karan-isfahan-lsf__index {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--lsf-navy);
    border-radius: 16px;

    color: var(--lsf-gold);
    font-size: 17px;
    font-weight: 900;
    direction: ltr;
}

.karan-isfahan-lsf__heading span {
    display: block;
    margin-bottom: 5px;

    color: var(--lsf-gold);
    font-size: 12px;
    font-weight: 800;
}

.karan-isfahan-lsf__heading h2 {
    margin: 0;

    color: var(--lsf-navy);
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.5;
    font-weight: 800;
}

.karan-isfahan-lsf__heading h2 strong {
    color: var(--lsf-gold);
    font-weight: 900;
    direction: ltr;
    display: inline-block;
}

.karan-isfahan-lsf__line {
    height: 1px;
    flex: 1;
    margin-right: 20px;

    background: linear-gradient(
        to left,
        rgba(5, 25, 52, 0),
        rgba(5, 25, 52, .18)
    );
}


/* =========================================
   Main
========================================= */

.karan-isfahan-lsf__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}


/* =========================================
   Image
========================================= */

.karan-isfahan-lsf__visual {
    min-width: 0;
}

.karan-isfahan-lsf__image {
    position: relative;

    width: 100%;
    height: 560px;

    margin: 0;

    overflow: hidden;

    background: #edf1f4;
}

.karan-isfahan-lsf__image::before {
    content: "";

    position: absolute;
    z-index: 2;

    top: 0;
    right: 0;

    width: 75px;
    height: 75px;

    border-top: 3px solid var(--lsf-gold);
    border-right: 3px solid var(--lsf-gold);

    pointer-events: none;
}

.karan-isfahan-lsf__image::after {
    content: "";

    position: absolute;
    z-index: 2;

    bottom: 0;
    left: 0;

    width: 75px;
    height: 75px;

    border-bottom: 3px solid var(--lsf-gold);
    border-left: 3px solid var(--lsf-gold);

    pointer-events: none;
}

.karan-isfahan-lsf__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}

.karan-isfahan-lsf__image:hover img {
    transform: scale(1.025);
}


/* =========================================
   Image Caption
========================================= */

.karan-isfahan-lsf__image figcaption {
    position: absolute;
    z-index: 3;

    right: 24px;
    bottom: 24px;

    display: flex;
    flex-direction: column;
    gap: 4px;

    padding: 15px 18px;

    background: rgba(5, 25, 52, .92);

    border-right: 3px solid var(--lsf-gold);

    color: #fff;
}

.karan-isfahan-lsf__image figcaption span {
    color: var(--lsf-gold);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2px;
    direction: ltr;
}

.karan-isfahan-lsf__image figcaption strong {
    font-size: 15px;
    font-weight: 800;

    direction: ltr;
}


/* =========================================
   Content
========================================= */

.karan-isfahan-lsf__content {
    min-width: 0;
}

.karan-isfahan-lsf__text {
    position: relative;

    padding-right: 24px;
}

.karan-isfahan-lsf__text::before {
    content: "";

    position: absolute;

    top: 8px;
    right: 0;

    width: 3px;
    height: calc(100% - 16px);

    background: var(--lsf-gold);
    border-radius: 10px;
}

.karan-isfahan-lsf__text p {
    margin: 0;

    color: var(--lsf-text);

    font-size: 16px;
    line-height: 2.35;

    text-align: justify;
}


/* =========================================
   Features
========================================= */

.karan-isfahan-lsf__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    margin-top: 35px;

    border-top: 1px solid var(--lsf-border);
}

.karan-isfahan-lsf__feature {
    display: flex;
    align-items: center;

    gap: 18px;

    padding: 17px 0;

    border-bottom: 1px solid var(--lsf-border);

    transition: padding-right .25s ease;
}

.karan-isfahan-lsf__feature:hover {
    padding-right: 8px;
}

.karan-isfahan-lsf__feature-number {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--lsf-navy);

    color: var(--lsf-gold);

    font-size: 10px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-lsf__feature > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.karan-isfahan-lsf__feature strong {
    color: var(--lsf-navy);

    font-size: 15px;
    font-weight: 800;
}

.karan-isfahan-lsf__feature > div span {
    color: var(--lsf-muted);

    font-size: 12px;
    line-height: 1.8;
}


/* =========================================
   Footer
========================================= */

.karan-isfahan-lsf__footer {
    display: flex;
    align-items: center;

    gap: 18px;

    margin-top: 35px;
    padding-top: 25px;

    border-top: 1px solid var(--lsf-border);
}

.karan-isfahan-lsf__footer-mark {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid var(--lsf-gold);

    color: var(--lsf-navy);

    font-size: 13px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-lsf__footer p {
    margin: 0;

    color: var(--lsf-text);

    font-size: 14px;
    line-height: 2;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 900px) {

    .karan-isfahan-lsf {
        padding: 80px 20px;
    }

    .karan-isfahan-lsf__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-lsf__main {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .karan-isfahan-lsf__image {
        height: 480px;
    }

    .karan-isfahan-lsf__line {
        display: none;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .karan-isfahan-lsf {
        padding: 65px 14px;
    }

    .karan-isfahan-lsf__container {
        width: calc(100% - 28px);
        max-width: none;
    }

    .karan-isfahan-lsf__header {
        gap: 14px;
        margin-bottom: 30px;
    }

    .karan-isfahan-lsf__index {
        width: 55px;
        height: 55px;
        flex-basis: 55px;

        border-radius: 12px;

        font-size: 14px;
    }

    .karan-isfahan-lsf__heading span {
        font-size: 10px;
    }

    .karan-isfahan-lsf__heading h2 {
        font-size: 24px;
        line-height: 1.65;
    }

    .karan-isfahan-lsf__main {
        gap: 32px;
    }

    .karan-isfahan-lsf__image {
        height: 350px;
    }

    .karan-isfahan-lsf__image::before,
    .karan-isfahan-lsf__image::after {
        width: 48px;
        height: 48px;
        border-width: 2px;
    }

    .karan-isfahan-lsf__image figcaption {
        right: 14px;
        bottom: 14px;

        padding: 11px 13px;
    }

    .karan-isfahan-lsf__image figcaption strong {
        font-size: 13px;
    }

    .karan-isfahan-lsf__text {
        padding-right: 16px;
    }

    .karan-isfahan-lsf__text p {
        font-size: 14px;
        line-height: 2.15;
        text-align: right;
    }

    .karan-isfahan-lsf__features {
        margin-top: 25px;
    }

    .karan-isfahan-lsf__feature {
        gap: 13px;
        padding: 14px 0;
    }

    .karan-isfahan-lsf__feature-number {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .karan-isfahan-lsf__feature strong {
        font-size: 14px;
    }

    .karan-isfahan-lsf__feature > div span {
        font-size: 11px;
    }

    .karan-isfahan-lsf__footer {
        align-items: flex-start;
        gap: 13px;
        margin-top: 28px;
    }

    .karan-isfahan-lsf__footer-mark {
        width: 48px;
        height: 48px;
        flex-basis: 48px;

        font-size: 11px;
    }

    .karan-isfahan-lsf__footer p {
        font-size: 13px;
        line-height: 2;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {

    .karan-isfahan-lsf__image {
        height: 290px;
    }

    .karan-isfahan-lsf__feature-number {
        width: 34px;
        height: 34px;
        flex-basis: 34px;

        font-size: 9px;
    }

    .karan-isfahan-lsf__footer-mark {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

}
```/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-67fa2bf *//* =========================================
   Karan Soole - Construction Process
========================================= */

.karan-isfahan-process {
    --process-navy: #051934;
    --process-gold: #EEAD16;
    --process-text: #26364a;
    --process-muted: #68778a;
    --process-border: #e2e7ed;

    width: 100%;
    padding: 105px 20px;
    background: transparent;
    direction: rtl;
    overflow: hidden;
}

.karan-isfahan-process *,
.karan-isfahan-process *::before,
.karan-isfahan-process *::after {
    box-sizing: border-box;
}

.karan-isfahan-process__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   Header
========================================= */

.karan-isfahan-process__header {
    max-width: 820px;
    margin: 0 auto 75px;
    text-align: center;
}

.karan-isfahan-process__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 14px;

    color: var(--process-gold);
    font-size: 12px;
    font-weight: 800;
}

.karan-isfahan-process__eyebrow::before {
    content: "";

    width: 25px;
    height: 2px;

    background: var(--process-gold);
}

.karan-isfahan-process__header h2 {
    margin: 0 0 18px;

    color: var(--process-navy);
    font-size: clamp(29px, 3.2vw, 43px);
    line-height: 1.55;
    font-weight: 850;
}

.karan-isfahan-process__header p {
    max-width: 720px;
    margin: 0 auto;

    color: var(--process-muted);
    font-size: 15px;
    line-height: 2.2;
}


/* =========================================
   Timeline
========================================= */

.karan-isfahan-process__timeline {
    position: relative;

    max-width: 1000px;
    margin: 0 auto;
}


/* Vertical line */

.karan-isfahan-process__timeline::before {
    content: "";

    position: absolute;

    top: 25px;
    bottom: 25px;

    right: 34px;

    width: 1px;

    background: linear-gradient(
        to bottom,
        transparent,
        var(--process-border) 8%,
        var(--process-border) 92%,
        transparent
    );
}


/* =========================================
   Timeline Item
========================================= */

.karan-isfahan-process__item {
    position: relative;

    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);

    gap: 35px;

    padding-bottom: 58px;
}

.karan-isfahan-process__item:last-child {
    padding-bottom: 0;
}


/* =========================================
   Number
========================================= */

.karan-isfahan-process__number {
    position: relative;
    z-index: 2;

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--process-navy);

    border: 7px solid #fff;

    color: var(--process-gold);

    font-size: 15px;
    font-weight: 900;

    direction: ltr;

    box-shadow: 0 8px 25px rgba(5, 25, 52, .10);
}


/* =========================================
   Content Card
========================================= */

.karan-isfahan-process__content {
    position: relative;

    padding: 28px 32px;

    background: rgba(255, 255, 255, .55);

    border: 1px solid var(--process-border);

    border-radius: 4px;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.karan-isfahan-process__content::before {
    content: "";

    position: absolute;

    top: 30px;
    right: -1px;

    width: 3px;
    height: 45px;

    background: var(--process-gold);
}

.karan-isfahan-process__content:hover {
    transform: translateX(-5px);

    border-color: rgba(238, 173, 22, .55);

    box-shadow: 0 18px 45px rgba(5, 25, 52, .07);
}


/* =========================================
   Tag
========================================= */

.karan-isfahan-process__tag {
    display: inline-block;

    margin-bottom: 8px;

    color: var(--process-gold);

    font-size: 10px;
    font-weight: 800;
}


/* =========================================
   Heading
========================================= */

.karan-isfahan-process__content h3 {
    margin: 0 0 15px;

    color: var(--process-navy);

    font-size: 21px;
    line-height: 1.7;
    font-weight: 800;
}


/* =========================================
   Paragraph
========================================= */

.karan-isfahan-process__content p {
    margin: 0 0 15px;

    color: var(--process-text);

    font-size: 14px;
    line-height: 2.25;

    text-align: justify;
}

.karan-isfahan-process__content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   Last Step
========================================= */

.karan-isfahan-process__item--last
.karan-isfahan-process__content {
    border-color: rgba(238, 173, 22, .55);
}

.karan-isfahan-process__item--last
.karan-isfahan-process__number {
    background: var(--process-gold);
    color: var(--process-navy);
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 900px) {

    .karan-isfahan-process {
        padding: 85px 20px;
    }

    .karan-isfahan-process__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-process__header {
        margin-bottom: 55px;
    }

    .karan-isfahan-process__item {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 25px;
    }

    .karan-isfahan-process__number {
        width: 60px;
        height: 60px;
        border-width: 6px;
    }

    .karan-isfahan-process__timeline::before {
        right: 29px;
    }

    .karan-isfahan-process__content {
        padding: 25px 27px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .karan-isfahan-process {
        padding: 65px 14px;
    }

    .karan-isfahan-process__container {
        width: calc(100% - 28px);
        max-width: none;
    }

    .karan-isfahan-process__header {
        margin-bottom: 40px;
    }

    .karan-isfahan-process__eyebrow {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .karan-isfahan-process__header h2 {
        font-size: 25px;
        line-height: 1.65;
    }

    .karan-isfahan-process__header p {
        font-size: 13px;
        line-height: 2.1;
    }

    .karan-isfahan-process__timeline {
        padding-right: 0;
    }

    .karan-isfahan-process__timeline::before {
        top: 18px;
        bottom: 18px;
        right: 23px;
    }

    .karan-isfahan-process__item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 17px;

        padding-bottom: 28px;
    }

    .karan-isfahan-process__number {
        width: 48px;
        height: 48px;

        border-width: 4px;

        font-size: 11px;
    }

    .karan-isfahan-process__content {
        padding: 20px 18px;
    }

    .karan-isfahan-process__content::before {
        top: 20px;
        height: 35px;
    }

    .karan-isfahan-process__tag {
        margin-bottom: 6px;
        font-size: 9px;
    }

    .karan-isfahan-process__content h3 {
        margin-bottom: 12px;

        font-size: 17px;
        line-height: 1.75;
    }

    .karan-isfahan-process__content p {
        font-size: 13px;
        line-height: 2.15;
        text-align: right;
    }

    .karan-isfahan-process__content:hover {
        transform: none;
        box-shadow: none;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {

    .karan-isfahan-process {
        padding: 55px 14px;
    }

    .karan-isfahan-process__item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
    }

    .karan-isfahan-process__timeline::before {
        right: 20px;
    }

    .karan-isfahan-process__number {
        width: 42px;
        height: 42px;

        border-width: 3px;

        font-size: 10px;
    }

    .karan-isfahan-process__content {
        padding: 17px 15px;
    }

    .karan-isfahan-process__content h3 {
        font-size: 15px;
    }

    .karan-isfahan-process__content p {
        font-size: 12.5px;
        line-height: 2.1;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0008594 *//* =========================================
   Karan Soole - Why Choose Us
========================================= */

.karan-isfahan-why {
    --why-navy: #051934;
    --why-gold: #EEAD16;
    --why-text: #26364a;
    --why-muted: #68778a;
    --why-border: #e1e7ed;

    width: 100%;
    padding: 105px 20px;
    background: transparent;
    direction: rtl;
    overflow: hidden;
}

.karan-isfahan-why *,
.karan-isfahan-why *::before,
.karan-isfahan-why *::after {
    box-sizing: border-box;
}

.karan-isfahan-why__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   Header
========================================= */

.karan-isfahan-why__header {
    display: flex;
    align-items: center;
    gap: 24px;

    margin-bottom: 48px;
}

.karan-isfahan-why__number {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--why-navy);

    color: var(--why-gold);

    border-radius: 18px;

    font-size: 17px;
    font-weight: 900;

    direction: ltr;

    box-shadow: 0 12px 30px rgba(5, 25, 52, .10);
}

.karan-isfahan-why__heading span {
    display: block;

    margin-bottom: 5px;

    color: var(--why-gold);

    font-size: 12px;
    font-weight: 800;
}

.karan-isfahan-why__heading h2 {
    max-width: 900px;

    margin: 0;

    color: var(--why-navy);

    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.55;
    font-weight: 850;
}

.karan-isfahan-why__heading h2 strong {
    color: var(--why-gold);
    font-weight: 900;
}


/* =========================================
   Intro
========================================= */

.karan-isfahan-why__intro {
    display: grid;
    grid-template-columns: 4px minmax(0, 1fr);

    gap: 25px;

    max-width: 970px;

    margin-right: auto;
    margin-left: 0;
    margin-bottom: 55px;
}

.karan-isfahan-why__intro-line {
    width: 4px;

    border-radius: 20px;

    background: var(--why-gold);
}

.karan-isfahan-why__intro p {
    margin: 0;

    color: var(--why-text);

    font-size: 15px;
    line-height: 2.35;

    text-align: justify;
}


/* =========================================
   Cards Grid
========================================= */

.karan-isfahan-why__grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;

    align-items: stretch;
}


/* =========================================
   Card
========================================= */

.karan-isfahan-why__card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 27px;

    background: rgba(255, 255, 255, .58);

    border: 1px solid var(--why-border);

    border-radius: 4px;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.karan-isfahan-why__card::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 45px;
    height: 3px;

    background: var(--why-gold);

    transition: width .3s ease;
}

.karan-isfahan-why__card:hover {
    transform: translateY(-6px);

    border-color: rgba(238, 173, 22, .45);

    box-shadow: 0 20px 45px rgba(5, 25, 52, .08);
}

.karan-isfahan-why__card:hover::before {
    width: 85px;
}


/* =========================================
   Featured Card
========================================= */

.karan-isfahan-why__card--featured {
    background: var(--why-navy);

    border-color: var(--why-navy);
}

.karan-isfahan-why__card--featured::before {
    width: 85px;
}

.karan-isfahan-why__card--featured:hover {
    border-color: var(--why-navy);
}


/* =========================================
   Card Top
========================================= */

.karan-isfahan-why__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 38px;
}

.karan-isfahan-why__card-number {
    color: var(--why-gold);

    font-size: 12px;
    font-weight: 900;

    direction: ltr;
}

.karan-isfahan-why__card-icon {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(5, 25, 52, .15);

    color: var(--why-navy);

    font-size: 22px;
    font-weight: 300;

    transition: transform .3s ease;
}

.karan-isfahan-why__card:hover .karan-isfahan-why__card-icon {
    transform: rotate(45deg);
}

.karan-isfahan-why__card--featured .karan-isfahan-why__card-icon {
    border-color: rgba(238, 173, 22, .45);
    color: var(--why-gold);
}


/* =========================================
   Card Content
========================================= */

.karan-isfahan-why__card-content {
    flex: 1;
}

.karan-isfahan-why__card-content h3 {
    margin: 0 0 18px;

    color: var(--why-navy);

    font-size: 19px;
    line-height: 1.75;
    font-weight: 800;
}

.karan-isfahan-why__card-content p {
    margin: 0;

    color: var(--why-muted);

    font-size: 13.5px;
    line-height: 2.25;

    text-align: justify;
}


/* Featured Typography */

.karan-isfahan-why__card--featured
.karan-isfahan-why__card-content h3 {
    color: #fff;
}

.karan-isfahan-why__card--featured
.karan-isfahan-why__card-content p {
    color: rgba(255, 255, 255, .78);
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 950px) {

    .karan-isfahan-why {
        padding: 85px 20px;
    }

    .karan-isfahan-why__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-why__grid {
        grid-template-columns: 1fr 1fr;
    }

    .karan-isfahan-why__card--featured {
        grid-column: 1 / -1;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .karan-isfahan-why {
        padding: 65px 14px;
    }

    .karan-isfahan-why__container {
        width: calc(100% - 28px);
        max-width: none;
    }

    .karan-isfahan-why__header {
        align-items: flex-start;
        gap: 14px;

        margin-bottom: 30px;
    }

    .karan-isfahan-why__number {
        width: 55px;
        height: 55px;
        flex-basis: 55px;

        border-radius: 12px;

        font-size: 13px;
    }

    .karan-isfahan-why__heading span {
        font-size: 10px;
    }

    .karan-isfahan-why__heading h2 {
        font-size: 24px;
        line-height: 1.7;
    }

    .karan-isfahan-why__intro {
        grid-template-columns: 3px minmax(0, 1fr);

        gap: 15px;

        margin-bottom: 35px;
    }

    .karan-isfahan-why__intro-line {
        width: 3px;
    }

    .karan-isfahan-why__intro p {
        font-size: 13px;
        line-height: 2.15;

        text-align: right;
    }

    .karan-isfahan-why__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .karan-isfahan-why__card--featured {
        grid-column: auto;
    }

    .karan-isfahan-why__card {
        padding: 22px 19px;
    }

    .karan-isfahan-why__card-top {
        margin-bottom: 28px;
    }

    .karan-isfahan-why__card-content h3 {
        margin-bottom: 13px;

        font-size: 17px;
        line-height: 1.75;
    }

    .karan-isfahan-why__card-content p {
        font-size: 12.5px;
        line-height: 2.15;

        text-align: right;
    }

    .karan-isfahan-why__card:hover {
        transform: none;
        box-shadow: none;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {

    .karan-isfahan-why {
        padding: 55px 14px;
    }

    .karan-isfahan-why__heading h2 {
        font-size: 22px;
    }

    .karan-isfahan-why__card {
        padding: 20px 17px;
    }

    .karan-isfahan-why__card-content h3 {
        font-size: 16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72a91a9 *//* =========================================
   Karan Soole - Cost Factors
========================================= */

.karan-isfahan-cost {
    --cost-navy: #051934;
    --cost-gold: #EEAD16;
    --cost-text: #26364a;
    --cost-muted: #68778a;
    --cost-border: #e1e7ed;

    width: 100%;
    padding: 105px 20px;
    background: transparent;
    direction: rtl;
    overflow: hidden;
}

.karan-isfahan-cost *,
.karan-isfahan-cost *::before,
.karan-isfahan-cost *::after {
    box-sizing: border-box;
}

.karan-isfahan-cost__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   Header
========================================= */

.karan-isfahan-cost__header {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);

    gap: 70px;
    align-items: end;

    margin-bottom: 60px;
}

.karan-isfahan-cost__heading {
    position: relative;

    padding-right: 22px;
}

.karan-isfahan-cost__heading::before {
    content: "";

    position: absolute;

    top: 5px;
    right: 0;

    width: 4px;
    height: 75px;

    background: var(--cost-gold);
    border-radius: 10px;
}

.karan-isfahan-cost__heading span {
    display: block;

    margin-bottom: 8px;

    color: var(--cost-gold);

    font-size: 11px;
    font-weight: 800;
}

.karan-isfahan-cost__heading h2 {
    margin: 0;

    color: var(--cost-navy);

    font-size: clamp(28px, 3vw, 41px);
    line-height: 1.6;
    font-weight: 850;
}

.karan-isfahan-cost__intro p {
    max-width: 670px;

    margin: 0;

    color: var(--cost-text);

    font-size: 15px;
    line-height: 2.35;

    text-align: justify;
}


/* =========================================
   Main
========================================= */

.karan-isfahan-cost__main {
    display: grid;

    grid-template-columns: 310px minmax(0, 1fr);

    gap: 55px;

    align-items: stretch;
}


/* =========================================
   Visual
========================================= */

.karan-isfahan-cost__visual {
    min-width: 0;
}

.karan-isfahan-cost__visual-box {
    position: relative;

    height: 100%;
    min-height: 620px;

    padding: 35px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background: var(--cost-navy);

    overflow: hidden;
}

.karan-isfahan-cost__visual-box::before {
    content: "";

    position: absolute;

    top: -80px;
    left: -80px;

    width: 220px;
    height: 220px;

    border: 1px solid rgba(238, 173, 22, .28);

    transform: rotate(45deg);
}

.karan-isfahan-cost__visual-box::after {
    content: "";

    position: absolute;

    right: -70px;
    bottom: -70px;

    width: 200px;
    height: 200px;

    border: 1px solid rgba(255, 255, 255, .08);

    transform: rotate(45deg);
}


/* Number */

.karan-isfahan-cost__visual-number {
    position: relative;
    z-index: 2;

    color: var(--cost-gold);

    font-size: 13px;
    font-weight: 900;

    direction: ltr;
}


/* Title */

.karan-isfahan-cost__visual-title {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    margin-top: auto;
    margin-bottom: 40px;
}

.karan-isfahan-cost__visual-title strong {
    color: #fff;

    font-size: 48px;
    line-height: 1.2;
    font-weight: 900;
}

.karan-isfahan-cost__visual-title span {
    color: var(--cost-gold);

    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
}


/* Lines */

.karan-isfahan-cost__visual-lines {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    gap: 9px;

    margin-bottom: 35px;
}

.karan-isfahan-cost__visual-lines span {
    display: block;

    height: 1px;

    background: rgba(255, 255, 255, .13);
}

.karan-isfahan-cost__visual-lines span:nth-child(1) {
    width: 100%;
}

.karan-isfahan-cost__visual-lines span:nth-child(2) {
    width: 72%;
}

.karan-isfahan-cost__visual-lines span:nth-child(3) {
    width: 86%;
}

.karan-isfahan-cost__visual-lines span:nth-child(4) {
    width: 52%;
}


/* Caption */

.karan-isfahan-cost__visual-caption {
    position: relative;
    z-index: 2;

    color: rgba(255, 255, 255, .68);

    font-size: 12px;
    line-height: 2;
}


/* =========================================
   Factors
========================================= */

.karan-isfahan-cost__factors {
    min-width: 0;
}

.karan-isfahan-cost__factors-label {
    margin-bottom: 13px;

    color: var(--cost-muted);

    font-size: 11px;
    font-weight: 700;
}


/* =========================================
   Factor
========================================= */

.karan-isfahan-cost__factor {
    display: grid;

    grid-template-columns: 58px minmax(0, 1fr);

    gap: 24px;

    padding: 24px 0;

    border-top: 1px solid var(--cost-border);

    transition: padding-right .25s ease;
}

.karan-isfahan-cost__factor:last-child {
    border-bottom: 1px solid var(--cost-border);
}

.karan-isfahan-cost__factor:hover {
    padding-right: 8px;
}


/* Number */

.karan-isfahan-cost__factor-number {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--cost-border);

    color: var(--cost-navy);

    font-size: 11px;
    font-weight: 900;

    direction: ltr;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease;
}

.karan-isfahan-cost__factor:hover
.karan-isfahan-cost__factor-number {
    background: var(--cost-gold);
    border-color: var(--cost-gold);

    color: var(--cost-navy);
}


/* Content */

.karan-isfahan-cost__factor-content h3 {
    margin: 0 0 9px;

    color: var(--cost-navy);

    font-size: 18px;
    line-height: 1.7;
    font-weight: 800;
}

.karan-isfahan-cost__factor-content p {
    margin: 0;

    color: var(--cost-muted);

    font-size: 13.5px;
    line-height: 2.2;

    text-align: justify;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 950px) {

    .karan-isfahan-cost {
        padding: 85px 20px;
    }

    .karan-isfahan-cost__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-cost__header {
        grid-template-columns: 1fr;

        gap: 25px;

        margin-bottom: 45px;
    }

    .karan-isfahan-cost__main {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .karan-isfahan-cost__visual-box {
        min-height: 280px;
        height: 280px;
    }

    .karan-isfahan-cost__visual-title {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .karan-isfahan-cost__visual-title strong {
        font-size: 38px;
    }

    .karan-isfahan-cost__visual-title span {
        font-size: 18px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .karan-isfahan-cost {
        padding: 65px 14px;
    }

    .karan-isfahan-cost__container {
        width: calc(100% - 28px);
        max-width: none;
    }

    .karan-isfahan-cost__header {
        gap: 18px;
        margin-bottom: 35px;
    }

    .karan-isfahan-cost__heading {
        padding-right: 16px;
    }

    .karan-isfahan-cost__heading::before {
        width: 3px;
        height: 58px;
    }

    .karan-isfahan-cost__heading span {
        font-size: 10px;
    }

    .karan-isfahan-cost__heading h2 {
        font-size: 24px;
        line-height: 1.7;
    }

    .karan-isfahan-cost__intro p {
        font-size: 13px;
        line-height: 2.15;

        text-align: right;
    }

    .karan-isfahan-cost__main {
        gap: 30px;
    }

    .karan-isfahan-cost__visual-box {
        min-height: 245px;
        height: 245px;

        padding: 23px;
    }

    .karan-isfahan-cost__visual-title {
        margin-bottom: 15px;
    }

    .karan-isfahan-cost__visual-title strong {
        font-size: 34px;
    }

    .karan-isfahan-cost__visual-title span {
        font-size: 17px;
    }

    .karan-isfahan-cost__visual-lines {
        margin-bottom: 18px;
    }

    .karan-isfahan-cost__visual-caption {
        font-size: 10px;
        line-height: 1.9;
    }

    .karan-isfahan-cost__factors-label {
        font-size: 10px;
    }

    .karan-isfahan-cost__factor {
        grid-template-columns: 42px minmax(0, 1fr);

        gap: 13px;

        padding: 19px 0;
    }

    .karan-isfahan-cost__factor:hover {
        padding-right: 0;
    }

    .karan-isfahan-cost__factor-number {
        width: 38px;
        height: 38px;

        font-size: 9px;
    }

    .karan-isfahan-cost__factor-content h3 {
        margin-bottom: 7px;

        font-size: 16px;
        line-height: 1.7;
    }

    .karan-isfahan-cost__factor-content p {
        font-size: 12.5px;
        line-height: 2.1;

        text-align: right;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {

    .karan-isfahan-cost {
        padding: 55px 14px;
    }

    .karan-isfahan-cost__visual-box {
        min-height: 220px;
        height: 220px;

        padding: 20px;
    }

    .karan-isfahan-cost__visual-title strong {
        font-size: 30px;
    }

    .karan-isfahan-cost__visual-title span {
        font-size: 15px;
    }

    .karan-isfahan-cost__factor-content h3 {
        font-size: 15px;
    }

    .karan-isfahan-cost__factor-content p {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49a321d *//* =========================================
   Karan Soole - Before Ordering
========================================= */

.karan-isfahan-before-order {
    --before-navy: #051934;
    --before-gold: #EEAD16;
    --before-text: #26364a;
    --before-muted: #68778a;
    --before-border: #e1e7ed;

    width: 100%;
    padding: 105px 20px;

    background: transparent;

    direction: rtl;
    overflow: hidden;
}

.karan-isfahan-before-order *,
.karan-isfahan-before-order *::before,
.karan-isfahan-before-order *::after {
    box-sizing: border-box;
}

.karan-isfahan-before-order__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   Header
========================================= */

.karan-isfahan-before-order__header {
    margin-bottom: 60px;
}

.karan-isfahan-before-order__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 12px;

    color: var(--before-gold);

    font-size: 11px;
    font-weight: 800;
}

.karan-isfahan-before-order__label::before {
    content: "";

    width: 28px;
    height: 2px;

    background: var(--before-gold);
}

.karan-isfahan-before-order__header h2 {
    max-width: 850px;

    margin: 0 0 30px;

    color: var(--before-navy);

    font-size: clamp(29px, 3.2vw, 43px);
    line-height: 1.55;
    font-weight: 850;
}


/* =========================================
   Intro
========================================= */

.karan-isfahan-before-order__intro {
    display: grid;

    grid-template-columns: 48px minmax(0, 1fr);

    gap: 20px;

    max-width: 1000px;

    align-items: center;
}

.karan-isfahan-before-order__intro-mark {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--before-gold);

    color: var(--before-gold);

    font-size: 21px;
    font-weight: 800;
}

.karan-isfahan-before-order__intro p {
    margin: 0;

    color: var(--before-text);

    font-size: 15px;
    line-height: 2.35;

    text-align: justify;
}


/* =========================================
   Checklist
========================================= */

.karan-isfahan-before-order__list {
    display: flex;
    flex-direction: column;

    border-top: 1px solid var(--before-border);
}


/* =========================================
   Item
========================================= */

.karan-isfahan-before-order__item {
    display: grid;

    grid-template-columns: 90px minmax(0, 1fr);

    gap: 35px;

    padding: 35px 0;

    border-bottom: 1px solid var(--before-border);

    transition:
        padding-right .3s ease,
        background .3s ease;
}

.karan-isfahan-before-order__item:hover {
    padding-right: 10px;
}


/* =========================================
   Number
========================================= */

.karan-isfahan-before-order__number {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--before-navy);

    color: var(--before-gold);

    font-size: 15px;
    font-weight: 900;

    direction: ltr;

    transition:
        background .3s ease,
        color .3s ease;
}

.karan-isfahan-before-order__item:hover
.karan-isfahan-before-order__number {
    background: var(--before-gold);
    color: var(--before-navy);
}


/* =========================================
   Item Head
========================================= */

.karan-isfahan-before-order__item-head {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 7px;
}

.karan-isfahan-before-order__item-head > span {
    color: var(--before-gold);

    font-size: 10px;
    font-weight: 800;
}


/* Check */

.karan-isfahan-before-order__check {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--before-border);

    color: var(--before-gold);

    font-size: 13px;
    font-weight: 900;

    transition:
        background .3s ease,
        border-color .3s ease;
}

.karan-isfahan-before-order__item:hover
.karan-isfahan-before-order__check {
    background: var(--before-gold);
    border-color: var(--before-gold);

    color: var(--before-navy);
}


/* =========================================
   Content
========================================= */

.karan-isfahan-before-order__body h3 {
    margin: 0 0 13px;

    color: var(--before-navy);

    font-size: 20px;
    line-height: 1.7;
    font-weight: 800;
}

.karan-isfahan-before-order__body p {
    max-width: 920px;

    margin: 0;

    color: var(--before-muted);

    font-size: 14px;
    line-height: 2.3;

    text-align: justify;
}


/* =========================================
   Bottom Statement
========================================= */

.karan-isfahan-before-order__bottom {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 45px;

    padding: 25px 0;

    border-top: 1px solid var(--before-border);
    border-bottom: 1px solid var(--before-border);
}

.karan-isfahan-before-order__bottom-line {
    width: 4px;
    height: 50px;

    flex: 0 0 4px;

    background: var(--before-gold);

    border-radius: 10px;
}

.karan-isfahan-before-order__bottom span {
    color: var(--before-gold);

    font-size: 11px;
    font-weight: 800;

    white-space: nowrap;
}

.karan-isfahan-before-order__bottom strong {
    color: var(--before-navy);

    font-size: 14px;
    font-weight: 800;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 900px) {

    .karan-isfahan-before-order {
        padding: 85px 20px;
    }

    .karan-isfahan-before-order__container {
        width: min(100% - 30px, 760px);
    }

    .karan-isfahan-before-order__header {
        margin-bottom: 45px;
    }

    .karan-isfahan-before-order__item {
        grid-template-columns: 70px minmax(0, 1fr);

        gap: 25px;
    }

    .karan-isfahan-before-order__number {
        width: 60px;
        height: 60px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .karan-isfahan-before-order {
        padding: 65px 14px;
    }

    .karan-isfahan-before-order__container {
        width: calc(100% - 28px);
        max-width: none;
    }

    .karan-isfahan-before-order__header {
        margin-bottom: 35px;
    }

    .karan-isfahan-before-order__label {
        font-size: 10px;
    }

    .karan-isfahan-before-order__header h2 {
        margin-bottom: 22px;

        font-size: 24px;
        line-height: 1.7;
    }

    .karan-isfahan-before-order__intro {
        grid-template-columns: 40px minmax(0, 1fr);

        gap: 13px;

        align-items: start;
    }

    .karan-isfahan-before-order__intro-mark {
        width: 40px;
        height: 40px;

        font-size: 17px;
    }

    .karan-isfahan-before-order__intro p {
        font-size: 13px;
        line-height: 2.15;

        text-align: right;
    }

    .karan-isfahan-before-order__item {
        grid-template-columns: 43px minmax(0, 1fr);

        gap: 14px;

        padding: 25px 0;
    }

    .karan-isfahan-before-order__item:hover {
        padding-right: 0;
    }

    .karan-isfahan-before-order__number {
        width: 43px;
        height: 43px;

        font-size: 10px;
    }

    .karan-isfahan-before-order__item-head {
        margin-bottom: 5px;
    }

    .karan-isfahan-before-order__item-head > span {
        font-size: 9px;
    }

    .karan-isfahan-before-order__check {
        width: 24px;
        height: 24px;

        font-size: 11px;
    }

    .karan-isfahan-before-order__body h3 {
        margin-bottom: 9px;

        font-size: 16px;
        line-height: 1.75;
    }

    .karan-isfahan-before-order__body p {
        font-size: 12.5px;
        line-height: 2.15;

        text-align: right;
    }

    .karan-isfahan-before-order__bottom {
        align-items: flex-start;
        flex-wrap: wrap;

        gap: 8px 13px;

        margin-top: 30px;
        padding: 20px 0;
    }

    .karan-isfahan-before-order__bottom-line {
        height: 45px;
    }

    .karan-isfahan-before-order__bottom span {
        font-size: 10px;
    }

    .karan-isfahan-before-order__bottom strong {
        width: calc(100% - 17px);

        font-size: 12.5px;
        line-height: 2;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {

    .karan-isfahan-before-order {
        padding: 55px 14px;
    }

    .karan-isfahan-before-order__header h2 {
        font-size: 22px;
    }

    .karan-isfahan-before-order__body h3 {
        font-size: 15px;
    }

    .karan-isfahan-before-order__body p {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea21fee *//* =========================================================
   KARAN SOOLE
   Applications Section
   ========================================================= */

.karan-applications {
    --ka-navy: #051934;
    --ka-gold: #EEAD16;
    --ka-text: #263447;
    --ka-muted: #687587;
    --ka-border: rgba(5, 25, 52, 0.10);
    --ka-soft: #F7F9FB;

    width: 100%;
    padding: 100px 0;
    background: transparent;
    direction: rtl;
    overflow: hidden;
}


/* Container */

.karan-applications__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   Header
   ========================================================= */

.karan-applications__header {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.karan-applications__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;

    color: var(--ka-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.karan-applications__eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--ka-gold);
}

.karan-applications__header h2 {
    margin: 0 0 20px;

    color: var(--ka-navy);
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.5;
    font-weight: 800;
}

.karan-applications__header p {
    margin: 0;

    color: var(--ka-muted);
    font-size: 16px;
    line-height: 2.15;
    text-align: justify;
}


/* =========================================================
   Main Layout
   ========================================================= */

.karan-applications__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: stretch;
}


/* =========================================================
   Image
   ========================================================= */

.karan-applications__visual {
    min-width: 0;
}

.karan-applications__image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;

    overflow: hidden;
    border-radius: 24px;
    background: var(--ka-navy);
}

.karan-applications__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5, 25, 52, 0.02) 35%,
            rgba(5, 25, 52, 0.82) 100%
        );

    pointer-events: none;
}

.karan-applications__image-wrap img {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 600px;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}

.karan-applications__image-wrap:hover img {
    transform: scale(1.035);
}


/* Image label */

.karan-applications__visual-label {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 5px;

    padding-right: 18px;

    border-right: 3px solid var(--ka-gold);
}

.karan-applications__visual-label span {
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    font-weight: 500;
}

.karan-applications__visual-label strong {
    color: #fff;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 700;
}


/* =========================================================
   Cards
   ========================================================= */

.karan-applications__cards {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 18px;
}

.karan-applications__card {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 22px;

    padding: 28px 28px 28px 32px;

    background: #fff;
    border: 1px solid var(--ka-border);
    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(5, 25, 52, 0.045);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.karan-applications__card::before {
    content: "";

    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;

    width: 3px;

    background: var(--ka-gold);
    border-radius: 3px 0 0 3px;

    transform: scaleY(0.35);
    transform-origin: center;

    transition: transform 0.3s ease;
}

.karan-applications__card:hover {
    transform: translateY(-4px);

    border-color: rgba(238, 173, 22, 0.28);

    box-shadow: 0 18px 45px rgba(5, 25, 52, 0.08);
}

.karan-applications__card:hover::before {
    transform: scaleY(1);
}


/* Number */

.karan-applications__number {
    flex: 0 0 54px;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: var(--ka-navy);
    color: var(--ka-gold);

    font-size: 14px;
    font-weight: 800;
}


/* Content */

.karan-applications__card-content {
    flex: 1;
    min-width: 0;
}

.karan-applications__card h3 {
    margin: 1px 0 11px;

    color: var(--ka-navy);
    font-size: 19px;
    line-height: 1.7;
    font-weight: 800;
}

.karan-applications__card p {
    margin: 0;

    color: var(--ka-muted);
    font-size: 14px;
    line-height: 2.05;
    text-align: justify;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 900px) {

    .karan-applications {
        padding: 80px 0;
    }

    .karan-applications__layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .karan-applications__image-wrap,
    .karan-applications__image-wrap img {
        min-height: 420px;
    }

    .karan-applications__cards {
        grid-template-rows: none;
    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .karan-applications {
        padding: 65px 0;
    }

    .karan-applications__container {
        width: calc(100% - 28px);
    }

    .karan-applications__header {
        margin-bottom: 35px;
    }

    .karan-applications__header h2 {
        font-size: 26px;
        line-height: 1.55;
    }

    .karan-applications__header p {
        font-size: 14px;
        line-height: 2.1;
        text-align: right;
    }

    .karan-applications__layout {
        gap: 22px;
    }

    .karan-applications__image-wrap {
        min-height: 310px;
        border-radius: 18px;
    }

    .karan-applications__image-wrap img {
        min-height: 310px;
    }

    .karan-applications__visual-label {
        right: 20px;
        bottom: 20px;
    }

    .karan-applications__visual-label strong {
        font-size: 16px;
    }

    .karan-applications__cards {
        gap: 14px;
    }

    .karan-applications__card {
        gap: 15px;
        padding: 22px 20px 22px 18px;
        border-radius: 16px;
    }

    .karan-applications__card::before {
        top: 18px;
        bottom: 18px;
    }

    .karan-applications__number {
        flex: 0 0 42px;

        width: 42px;
        height: 42px;

        border-radius: 11px;

        font-size: 12px;
    }

    .karan-applications__card h3 {
        font-size: 16px;
        line-height: 1.7;
    }

    .karan-applications__card p {
        font-size: 13px;
        line-height: 2.05;
        text-align: right;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6422e46 *//* =========================================================
   KARAN SOOLE
   Before Order Section
   ========================================================= */

.karan-before-order {
    --kbo-navy: #051934;
    --kbo-gold: #EEAD16;
    --kbo-text: #263447;
    --kbo-muted: #687587;
    --kbo-border: rgba(5, 25, 52, 0.10);
    --kbo-bg: #F7F9FB;

    width: 100%;
    padding: 100px 0;

    direction: rtl;
    background: var(--kbo-bg);

    overflow: hidden;
}


/* Container */

.karan-before-order__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   Header
   ========================================================= */

.karan-before-order__header {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 70px;
    align-items: end;

    margin-bottom: 55px;
}

.karan-before-order__title-wrap {
    position: relative;
    padding-right: 22px;
}

.karan-before-order__title-wrap::before {
    content: "";

    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;

    width: 3px;

    background: var(--kbo-gold);
    border-radius: 4px;
}


.karan-before-order__eyebrow {
    display: inline-block;

    margin-bottom: 15px;

    color: var(--kbo-gold);

    font-size: 13px;
    font-weight: 700;
}


.karan-before-order__title-wrap h2 {
    margin: 0;

    color: var(--kbo-navy);

    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.55;
    font-weight: 800;
}


.karan-before-order__intro p {
    margin: 0;

    color: var(--kbo-muted);

    font-size: 16px;
    line-height: 2.2;

    text-align: justify;
}


/* =========================================================
   Grid
   ========================================================= */

.karan-before-order__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;

    align-items: stretch;
}


/* =========================================================
   Card
   ========================================================= */

.karan-before-order__card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 100%;

    padding: 28px 26px 30px;

    background: #fff;

    border: 1px solid var(--kbo-border);
    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(5, 25, 52, 0.035);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.karan-before-order__card::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: var(--kbo-gold);

    border-radius: 0 0 18px 0;

    transition: width 0.35s ease;
}


.karan-before-order__card:hover {
    transform: translateY(-5px);

    border-color: rgba(238, 173, 22, 0.28);

    box-shadow: 0 20px 45px rgba(5, 25, 52, 0.075);
}


.karan-before-order__card:hover::after {
    width: 100%;
}


/* =========================================================
   Card Top
   ========================================================= */

.karan-before-order__card-top {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 25px;
}


.karan-before-order__number {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: var(--kbo-navy);
    color: var(--kbo-gold);

    font-size: 13px;
    font-weight: 800;
}


.karan-before-order__line {
    flex: 1;

    height: 1px;

    background: rgba(5, 25, 52, 0.10);
}


/* =========================================================
   Content
   ========================================================= */

.karan-before-order__content {
    flex: 1;
}


.karan-before-order__content h3 {
    margin: 0 0 15px;

    color: var(--kbo-navy);

    font-size: 18px;
    line-height: 1.7;
    font-weight: 800;
}


.karan-before-order__content p {
    margin: 0;

    color: var(--kbo-muted);

    font-size: 14px;
    line-height: 2.15;

    text-align: justify;
}


.karan-before-order__content strong {
    color: var(--kbo-navy);
    font-weight: 800;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 900px) {

    .karan-before-order {
        padding: 80px 0;
    }

    .karan-before-order__header {
        grid-template-columns: 1fr;
        gap: 25px;

        margin-bottom: 40px;
    }

    .karan-before-order__grid {
        grid-template-columns: 1fr;
    }

    .karan-before-order__card {
        min-height: auto;
    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .karan-before-order {
        padding: 65px 0;
    }

    .karan-before-order__container {
        width: calc(100% - 28px);
    }

    .karan-before-order__header {
        gap: 20px;
        margin-bottom: 30px;
    }

    .karan-before-order__title-wrap {
        padding-right: 17px;
    }

    .karan-before-order__title-wrap h2 {
        font-size: 26px;
        line-height: 1.6;
    }

    .karan-before-order__eyebrow {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .karan-before-order__intro p {
        font-size: 14px;
        line-height: 2.15;
        text-align: right;
    }

    .karan-before-order__grid {
        gap: 13px;
    }

    .karan-before-order__card {
        padding: 22px 20px 24px;

        border-radius: 15px;
    }

    .karan-before-order__card-top {
        margin-bottom: 19px;
    }

    .karan-before-order__number {
        flex: 0 0 42px;

        width: 42px;
        height: 42px;

        border-radius: 10px;

        font-size: 12px;
    }

    .karan-before-order__content h3 {
        margin-bottom: 11px;

        font-size: 16px;
        line-height: 1.75;
    }

    .karan-before-order__content p {
        font-size: 13px;
        line-height: 2.1;

        text-align: right;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e9c5f2 *//* =========================================
   KARAN SOOLE - FAQ
   ========================================= */

.karan-faq {
    --kfaq-navy: #051934;
    --kfaq-gold: #EEAD16;
    --kfaq-bg: #F7F9FB;
    --kfaq-border: rgba(5, 25, 52, 0.12);
    --kfaq-text: #263446;
    --kfaq-muted: #6F7B8A;

    width: 100%;
    background: var(--kfaq-bg);
    padding: 100px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.karan-faq *,
.karan-faq *::before,
.karan-faq *::after {
    box-sizing: border-box;
}


/* Container */

.karan-faq__container {
    width: min(1120px, 100%);
    margin: 0 auto;
}


/* Header */

.karan-faq__header {
    text-align: center;
    margin-bottom: 48px;
}

.karan-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;

    color: var(--kfaq-gold);
    letter-spacing: 0.2px;
}

.karan-faq__header h2 {
    margin: 0;

    color: var(--kfaq-navy);

    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.4;
}

.karan-faq__line {
    width: 54px;
    height: 3px;

    margin: 18px auto 0;

    background: var(--kfaq-gold);
    border-radius: 10px;
}


/* FAQ List */

.karan-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


/* FAQ Item */

.karan-faq__item {
    position: relative;

    margin: 0;

    background: #ffffff;

    border: 1px solid var(--kfaq-border);
    border-radius: 14px;

    overflow: hidden;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.karan-faq__item:hover {
    border-color: rgba(238, 173, 22, 0.45);

    box-shadow: 0 12px 30px rgba(5, 25, 52, 0.06);

    transform: translateY(-2px);
}


/* Open State */

.karan-faq__item[open] {
    border-color: rgba(238, 173, 22, 0.55);

    box-shadow: 0 14px 35px rgba(5, 25, 52, 0.08);
}


/* Question */

.karan-faq__question {
    position: relative;

    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 18px;

    min-height: 82px;

    padding: 16px 24px;

    cursor: pointer;

    list-style: none;
    direction: rtl;
}

.karan-faq__question::-webkit-details-marker {
    display: none;
}

.karan-faq__question::marker {
    display: none;
}


/* Number */

.karan-faq__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 10px;

    background: var(--kfaq-navy);

    color: #ffffff;

    font-size: 13px;
    font-weight: 800;

    direction: ltr;

    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.karan-faq__item[open] .karan-faq__number {
    background: var(--kfaq-gold);
    color: var(--kfaq-navy);
}


/* Question Title */

.karan-faq__question h3 {
    margin: 0;

    color: var(--kfaq-navy);

    font-size: 17px;
    font-weight: 750;
    line-height: 1.8;

    transition: color 0.25s ease;
}

.karan-faq__item[open] .karan-faq__question h3 {
    color: #172D4A;
}


/* Plus Icon */

.karan-faq__icon {
    position: relative;

    display: block;

    width: 28px;
    height: 28px;

    border: 1px solid rgba(5, 25, 52, 0.15);
    border-radius: 50%;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.karan-faq__icon::before,
.karan-faq__icon::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 10px;
    height: 1.5px;

    background: var(--kfaq-navy);

    transform: translate(-50%, -50%);

    transition: transform 0.3s ease;
}

.karan-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.karan-faq__item[open] .karan-faq__icon {
    background: var(--kfaq-gold);
    border-color: var(--kfaq-gold);
    transform: rotate(180deg);
}

.karan-faq__item[open] .karan-faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}


/* Answer */

.karan-faq__answer {
    padding: 0 24px 28px 24px;
    margin-right: 76px;
}

.karan-faq__answer p {
    margin: 0;

    color: var(--kfaq-text);

    font-size: 15px;
    font-weight: 400;
    line-height: 2.15;

    text-align: justify;
}


/* Gold line before answer */

.karan-faq__answer::before {
    content: "";

    display: block;

    width: 34px;
    height: 2px;

    margin-bottom: 14px;

    background: var(--kfaq-gold);
    border-radius: 10px;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 767px) {

    .karan-faq {
        padding: 70px 14px;
    }

    .karan-faq__header {
        margin-bottom: 30px;
    }

    .karan-faq__header h2 {
        font-size: 28px;
    }

    .karan-faq__list {
        gap: 10px;
    }

    .karan-faq__item {
        border-radius: 12px;
    }

    .karan-faq__question {
        grid-template-columns: 42px minmax(0, 1fr) 28px;
        gap: 12px;

        min-height: 72px;

        padding: 12px 14px;
    }

    .karan-faq__number {
        width: 42px;
        height: 42px;

        border-radius: 9px;

        font-size: 12px;
    }

    .karan-faq__question h3 {
        font-size: 14px;
        line-height: 1.8;
    }

    .karan-faq__icon {
        width: 26px;
        height: 26px;
    }

    .karan-faq__answer {
        margin-right: 0;

        padding: 0 14px 22px;
    }

    .karan-faq__answer p {
        font-size: 13.5px;
        line-height: 2.05;

        text-align: right;
    }

    .karan-faq__answer::before {
        margin-bottom: 12px;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 420px) {

    .karan-faq {
        padding: 58px 12px;
    }

    .karan-faq__header h2 {
        font-size: 25px;
    }

    .karan-faq__eyebrow {
        font-size: 12px;
    }

    .karan-faq__question {
        grid-template-columns: 38px minmax(0, 1fr) 24px;
        gap: 9px;

        padding: 10px 11px;
    }

    .karan-faq__number {
        width: 38px;
        height: 38px;
    }

    .karan-faq__question h3 {
        font-size: 13px;
        line-height: 1.75;
    }

    .karan-faq__icon {
        width: 24px;
        height: 24px;
    }

    .karan-faq__icon::before,
    .karan-faq__icon::after {
        width: 9px;
    }

    .karan-faq__answer {
        padding: 0 11px 20px;
    }

    .karan-faq__answer p {
        font-size: 13px;
        line-height: 2;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b483798 */.karan-final-cta {
    --kfc-navy: #051934;
    --kfc-gold: #EEAD16;
    --kfc-bg: #F7F9FB;
    --kfc-white: #ffffff;
    --kfc-text: #263446;

    width: 100%;
    padding: 90px 20px;
    background: var(--kfc-bg);

    box-sizing: border-box;
    overflow: hidden;
}

.karan-final-cta *,
.karan-final-cta *::before,
.karan-final-cta *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
   ========================================= */

.karan-final-cta__container {
    width: min(1180px, 100%);
    margin: 0 auto;
}


/* =========================================
   MAIN BOX
   ========================================= */

.karan-final-cta__box {
    position: relative;

    display: grid;

    /*
     * ستون متن بزرگ‌تر
     * ستون تصویر کوچک‌تر
     */
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(320px, 0.65fr);

    /*
     * ارتفاع واقعی باکس
     */
    min-height: 620px;

    background: var(--kfc-navy);

    border-radius: 26px;

    overflow: hidden;

    box-shadow:
        0 25px 70px rgba(5, 25, 52, 0.18);
}


/* =========================================
   DECORATIVE GLOW
   ========================================= */

.karan-final-cta__glow {
    position: absolute;

    width: 420px;
    height: 420px;

    left: -180px;
    bottom: -230px;

    border-radius: 50%;

    background: rgba(238, 173, 22, 0.08);

    pointer-events: none;

    z-index: 0;
}


/* =========================================
   CONTENT
   ========================================= */

.karan-final-cta__content {
    position: relative;

    z-index: 2;

    padding: 70px 65px;

    min-width: 0;
}


/* =========================================
   EYEBROW
   ========================================= */

.karan-final-cta__eyebrow {
    display: inline-flex;

    align-items: center;

    margin-bottom: 14px;

    color: var(--kfc-gold);

    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
}


/* =========================================
   HEADING
   ========================================= */

.karan-final-cta__content h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.4;
}


/* =========================================
   GOLD LINE
   ========================================= */

.karan-final-cta__line {
    width: 58px;
    height: 3px;

    margin: 17px 0 28px;

    background: var(--kfc-gold);

    border-radius: 10px;
}


/* =========================================
   MAIN TEXT
   ========================================= */

.karan-final-cta__text {
    max-width: 700px;
}

.karan-final-cta__text p {
    margin: 0;

    color: rgba(255, 255, 255, 0.82);

    font-size: 15px;
    font-weight: 400;
    line-height: 2.25;

    text-align: justify;
}

.karan-final-cta__text strong {
    color: #ffffff;
    font-weight: 800;
}


/* =========================================
   CONTACT
   ========================================= */

.karan-final-cta__contact {
    margin-top: 36px;
}

.karan-final-cta__contact-title {
    margin-bottom: 20px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    line-height: 2;
}


/* =========================================
   CONTACT DETAILS
   ========================================= */

.karan-final-cta__details {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 10px;
}


.karan-final-cta__detail {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    min-width: 0;

    padding: 15px 13px;

    background: rgba(255, 255, 255, 0.055);

    border: 1px solid rgba(255, 255, 255, 0.09);

    border-radius: 12px;

    color: #ffffff;

    text-decoration: none;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


a.karan-final-cta__detail:hover {
    background: rgba(238, 173, 22, 0.1);

    border-color: rgba(238, 173, 22, 0.4);

    transform: translateY(-2px);
}


/* =========================================
   DETAIL ICON
   ========================================= */

.karan-final-cta__detail-icon {
    flex: 0 0 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    background: var(--kfc-gold);

    border-radius: 8px;
}

.karan-final-cta__detail-icon svg {
    width: 17px;
    height: 17px;

    fill: var(--kfc-navy);
}


/* =========================================
   DETAIL CONTENT
   ========================================= */

.karan-final-cta__detail-content {
    display: flex;

    flex-direction: column;

    min-width: 0;

    gap: 2px;
}

.karan-final-cta__detail-content small {
    color: rgba(255, 255, 255, 0.55);

    font-size: 10px;
    line-height: 1.8;
}

.karan-final-cta__detail-content strong {
    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;

    overflow-wrap: anywhere;
}


/* =========================================
   BUTTONS
   ========================================= */

.karan-final-cta__actions {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 18px;
}


.karan-final-cta__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 48px;

    padding: 10px 20px;

    border-radius: 9px;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}


.karan-final-cta__button span {
    font-size: 18px;

    transition:
        transform 0.25s ease;
}


.karan-final-cta__button:hover span {
    transform: translateX(-4px);
}


.karan-final-cta__button--primary {
    background: var(--kfc-gold);

    color: var(--kfc-navy);
}


.karan-final-cta__button--primary:hover {
    background: #f3bd36;

    color: var(--kfc-navy);

    transform: translateY(-2px);
}


.karan-final-cta__button--secondary {
    background: rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.16);

    color: #ffffff;
}


.karan-final-cta__button--secondary:hover {
    background: #ffffff;

    color: var(--kfc-navy);

    transform: translateY(-2px);
}


/* =========================================
   VISUAL CONTAINER
   ========================================= */

.karan-final-cta__visual {
    position: relative;

    min-width: 0;
    min-height: 620px;

    padding: 24px;

    display: flex;

    align-items: stretch;

    overflow: hidden;

    z-index: 1;
}


/* =========================================
   IMAGE FRAME
   ========================================= */

.karan-final-cta__visual-frame {
    position: relative;

    width: 100%;
    height: 100%;

    min-height: 572px;

    overflow: hidden;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(238, 173, 22, 0.18),
            rgba(255, 255, 255, 0.02)
        );

    border: 1px solid rgba(255, 255, 255, 0.10);
}


/* =========================================
   MAIN IMAGE
   ========================================= */

.karan-final-cta__visual-image {
    position: absolute !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    object-fit: cover !important;

    object-position: center center !important;

    border: 0 !important;

    border-radius: 0 !important;

    z-index: 1;

    /*
     * جلوگیری از استایل‌های احتمالی Elementor
     */
    aspect-ratio: auto !important;
}


/* =========================================
   IMAGE LABEL
   ========================================= */

.karan-final-cta__visual-label {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 5;

    padding: 7px 10px;

    background: rgba(5, 25, 52, 0.85);

    color: var(--kfc-gold);

    border: 1px solid rgba(238, 173, 22, 0.25);

    border-radius: 6px;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1.5px;

    pointer-events: none;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .karan-final-cta {
        padding: 70px 18px;
    }


    .karan-final-cta__box {
        grid-template-columns: 1fr;

        min-height: auto;
    }


    .karan-final-cta__content {
        padding: 55px 45px;
    }


    .karan-final-cta__visual {
        min-height: 380px;

        height: 380px;

        padding: 0 45px 45px;
    }


    .karan-final-cta__visual-frame {
        min-height: 335px;

        height: 335px;
    }


    .karan-final-cta__visual-image {
        object-position: center center !important;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .karan-final-cta {
        padding: 55px 14px;
    }


    .karan-final-cta__box {
        border-radius: 18px;

        min-height: auto;
    }


    .karan-final-cta__content {
        padding: 42px 20px;
    }


    .karan-final-cta__content h2 {
        font-size: 29px;
    }


    .karan-final-cta__line {
        margin-bottom: 22px;
    }


    .karan-final-cta__text p {
        font-size: 13.5px;

        line-height: 2.15;

        text-align: right;
    }


    .karan-final-cta__contact {
        margin-top: 30px;
    }


    .karan-final-cta__contact-title {
        font-size: 13.5px;

        line-height: 2;
    }


    .karan-final-cta__details {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .karan-final-cta__detail {
        padding: 12px;
    }


    .karan-final-cta__detail-content strong {
        font-size: 12px;
    }


    .karan-final-cta__actions {
        flex-direction: column;

        align-items: stretch;

        gap: 8px;
    }


    .karan-final-cta__button {
        width: 100%;
    }


    .karan-final-cta__visual {
        min-height: 300px;

        height: 300px;

        padding: 0 20px 20px;
    }


    .karan-final-cta__visual-frame {
        min-height: 280px;

        height: 280px;

        border-radius: 14px;
    }


    .karan-final-cta__visual-image {
        object-position: center center !important;
    }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 420px) {

    .karan-final-cta {
        padding: 45px 12px;
    }


    .karan-final-cta__content {
        padding: 35px 16px;
    }


    .karan-final-cta__content h2 {
        font-size: 26px;
    }


    .karan-final-cta__eyebrow {
        font-size: 12px;
    }


    .karan-final-cta__text p {
        font-size: 13px;
    }


    .karan-final-cta__visual {
        min-height: 250px;

        height: 250px;

        padding: 0 16px 16px;
    }


    .karan-final-cta__visual-frame {
        min-height: 234px;

        height: 234px;
    }


    .karan-final-cta__visual-image {
        object-position: center center !important;
    }

}/* End custom CSS */