/* Info Box Cards Widget */
.elementor-widget-mohtavanegar_info_box_cards .mn-ibc {
    width: 100%;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
    width: 100%;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__card {
    --mn-ibc-accent: #3a9a72;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    border-top: 9px solid var(--mn-ibc-accent);
    border-radius: 18px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__card-inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px 22px;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 50%;
    background-color: #523b47;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__icon i,
.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__icon svg {
    fill: currentColor;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--mn-ibc-accent);
    word-break: break-word;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__subtitle {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #a67c6a;
    word-break: break-word;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__description {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #7a7a7a;
    word-break: break-word;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.65;
    word-break: break-word;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-top: 0.2em;
    color: #c29b8c;
    font-size: 14px;
    line-height: 1;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-icon i,
.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-icon svg {
    fill: currentColor;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-text {
    flex: 1 1 auto;
    min-width: 0;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-label {
    font-weight: 400;
    color: #7a7a7a;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-value {
    font-weight: 400;
    color: #7a7a7a;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 20px;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 0;
    border-radius: 10px;
    background-color: var(--mn-ibc-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__btn:hover,
.elementor-widget-mohtavanegar_info_box_cards .mn-ibc__btn:focus-visible {
    opacity: 0.92;
    transform: translateY(-1px);
    color: #ffffff;
}

@media (max-width: 767px) {
    .elementor-widget-mohtavanegar_info_box_cards .mn-ibc__card-inner {
        padding: 20px 18px;
    }

    .elementor-widget-mohtavanegar_info_box_cards .mn-ibc__title {
        font-size: 18px;
    }

    .elementor-widget-mohtavanegar_info_box_cards .mn-ibc__detail-row {
        font-size: 13px;
    }
}
