.elementor-221100 .elementor-element.elementor-element-aa9cb0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c88cf5e *//* ==============================
   Jahan Bazar - License Cards
   ============================== */

.jb-licenses {
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.jb-license-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e8ebf0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
}

.jb-license-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.jb-license-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
    border-color: #dfe4ea;
}

.jb-license-card:hover::after {
    opacity: 1;
}

/* Icon */

.jb-license-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.jb-license-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
}

.jb-license-icon svg path {
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Content */

.jb-license-content {
    flex: 1;
    min-width: 0;
}

.jb-license-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
}

.jb-license-status::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.jb-license-card h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #111827;
}

.jb-license-card p {
    margin: 0 0 20px;
    padding: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 2;
}

/* Button */

.jb-license-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 12px;
    background: #111827;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.jb-license-button span {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.jb-license-button:hover {
    background: #2563eb;
    color: #ffffff !important;
}

.jb-license-button:hover span {
    transform: translateX(-4px);
}


/* ==============================
   Enamad
   ============================== */

.jb-enamad .jb-license-icon {
    background: #fff7ed;
    color: #ea580c;
}

.jb-enamad::after {
    background: #f97316;
}

.jb-enamad .jb-license-status {
    background: #fff7ed;
    color: #ea580c;
}


/* ==============================
   EC Union
   ============================== */

.jb-ecunion .jb-license-icon {
    background: #eff6ff;
    color: #2563eb;
}

.jb-ecunion::after {
    background: #2563eb;
}

.jb-ecunion .jb-license-status {
    background: #eff6ff;
    color: #2563eb;
}


/* ==============================
   Tablet
   ============================== */

@media (max-width: 767px) {

    .jb-licenses {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .jb-license-card {
        padding: 22px;
        gap: 16px;
        border-radius: 20px;
    }

    .jb-license-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        border-radius: 15px;
    }

    .jb-license-icon svg {
        width: 26px;
        height: 26px;
    }

    .jb-license-card h3 {
        font-size: 17px;
    }

    .jb-license-card p {
        font-size: 12px;
        line-height: 1.9;
    }

    .jb-license-button {
        width: 100%;
    }
}


/* ==============================
   Small Mobile
   ============================== */

@media (max-width: 480px) {

    .jb-license-card {
        padding: 20px;
        gap: 14px;
    }

    .jb-license-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        border-radius: 13px;
    }

    .jb-license-icon svg {
        width: 23px;
        height: 23px;
    }

    .jb-license-card h3 {
        font-size: 16px;
    }
}/* End custom CSS */