.elementor-1344 .elementor-element.elementor-element-085fba9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1344 .elementor-element.elementor-element-aef27f8 img{border-radius:12px 12px 12px 12px;}.elementor-1344 .elementor-element.elementor-element-ba7241c{--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-4c2b1e3 */.irc-page {
    --irc-red: #c62828;
    --irc-red-dark: #a61f1f;
    --irc-red-light: #fff4f4;
    --irc-red-soft: #fde8e8;
    --irc-text: #263238;
    --irc-text-light: #607078;
    --irc-border: #e6e9eb;
    --irc-bg: #f7f9fa;
    --irc-white: #ffffff;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 35px 20px 70px;

    box-sizing: border-box;

    color: var(--irc-text);
    font-family: "iranyekanweblight" !important;
    font-size: 17px;
    line-height: 2.15;
}


/* =========================================
   جلوگیری از تأثیر Box Sizing روی سایت
   ========================================= */

.irc-page *,
.irc-page *::before,
.irc-page *::after {
    box-sizing: border-box;
}


/* =========================================
   Hero
   ========================================= */

.irc-page .irc-hero {
    position: relative;

    margin-bottom: 55px;
    padding: 55px 50px;

    background:
        linear-gradient(
            135deg,
            #fff 0%,
            #fff7f7 100%
        );

    border: 1px solid #f1d7d7;
    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.055);
}


.irc-page .irc-hero::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 100%;

    background: var(--irc-red);
}


.irc-page .irc-hero::after {
    content: "";

    position: absolute;
    width: 190px;
    height: 190px;

    left: -80px;
    bottom: -100px;

    border: 35px solid rgba(198, 40, 40, 0.045);
    border-radius: 50%;
}


.irc-page .irc-hero h1 {
    position: relative;
    z-index: 1;

    margin: 0 0 14px;

    color: var(--irc-red-dark);

    font-size: 34px;
    font-weight: 800;
    line-height: 1.65;
}


.irc-page .irc-hero p {
    position: relative;
    z-index: 1;

    margin: 0;

    color: var(--irc-text-light);

    font-size: 19px;
    font-weight: 500;
    line-height: 2;
}


/* =========================================
   Sections
   ========================================= */

.irc-page .irc-section {
    position: relative;

    margin-bottom: 48px;
    padding: 38px 40px;

    background: var(--irc-white);

    border: 1px solid var(--irc-border);
    border-radius: 18px;

    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.035);
}


.irc-page .irc-section p {
    margin: 0 0 21px;

    color: var(--irc-text);

    font-size: 17px;
    line-height: 2.25;
}


.irc-page .irc-section p:last-child {
    margin-bottom: 0;
}


/* =========================================
   Section Titles
   ========================================= */

.irc-page .irc-section h2 {
    position: relative;

    margin: 0 0 30px;
    padding-left: 18px;

    color: var(--irc-red-dark);

    font-size: 26px;
    font-weight: 800;
    line-height: 1.7;
}


.irc-page .irc-section h2::before {
    content: "";

    position: absolute;
    left: 0;
    top: 8px;

    width: 5px;
    height: calc(100% - 16px);

    min-height: 30px;

    background: var(--irc-red);

    border-radius: 10px;
}


/* =========================================
   Structure IRC
   ========================================= */

.irc-page .irc-structure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 30px 0;
    padding: 28px 25px;

    text-align: center;

    background: linear-gradient(
        135deg,
        var(--irc-red-dark),
        var(--irc-red)
    );

    border-radius: 16px;

    color: var(--irc-white);

    box-shadow: 0 12px 28px rgba(198, 40, 40, 0.18);
}


.irc-page .irc-structure strong {
    display: block;

    margin-bottom: 4px;

    font-size: 25px;
    font-weight: 800;
    line-height: 1.7;
}


.irc-page .irc-structure span {
    display: block;

    font-size: 17px;
    opacity: 0.95;
}


/* =========================================
   Center Cards
   ========================================= */

.irc-page .irc-center-card {
    display: flex;
    flex-direction: column;

    margin: 25px 0;

    padding: 25px 28px;

    background: var(--irc-red-light);

    border: 1px solid #f2cccc;
    border-left: 5px solid var(--irc-red);

    border-radius: 14px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.irc-page .irc-center-card:hover {
    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(198, 40, 40, 0.09);
}


.irc-page .irc-center-card strong {
    margin-bottom: 5px;

    color: var(--irc-red-dark);

    font-size: 24px;
    font-weight: 800;
    line-height: 1.7;
}


.irc-page .irc-center-card span {
    color: var(--irc-text-light);

    font-size: 15px;
    line-height: 1.9;

    direction: rtl;
    text-align: left;
}


/* =========================================
   Lists
   ========================================= */

.irc-page .irc-list {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px 18px;

    margin: 25px 0;

    padding: 0;

    list-style: none;
}


.irc-page .irc-list li {
    position: relative;

    padding: 13px 42px 13px 15px;

    background: #fafbfc;

    border: 1px solid #e8ecee;
    border-radius: 11px;

    color: var(--irc-text);

    font-size: 16px;
    line-height: 1.9;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.irc-page .irc-list li::before {
    content: "✓";

    position: absolute;

    right: 15px !important;
    top: 50%;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    background: var(--irc-red);

    border-radius: 50%;

    color: #fff;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}


.irc-page .irc-list li:hover {
    background: var(--irc-red-light);

    border-color: #f0cccc;

    transform: translateY(-2px);
}


/* =========================================
   Highlight paragraph
   ========================================= */

.irc-page .irc-section p.irc-final-message {
    position: relative;

    margin-top: 30px;
    padding: 25px 28px;

    background: var(--irc-red-light);

    border-radius: 14px;

    color: var(--irc-red-dark);

    font-size: 20px;
    font-weight: 700;
    line-height: 2;

    text-align: center;
}


.irc-page .irc-section p.irc-final-message::before {
    content: "“";

    position: absolute;

    left: 15px;
    top: -7px;

    color: rgba(198, 40, 40, 0.15);

    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 1;
}


/* =========================================
   Final Section
   ========================================= */

.irc-page .irc-section.irc-final {
    margin-top: 60px;

    background:
        linear-gradient(
            135deg,
            #fff 0%,
            #fff6f6 100%
        );

    border-color: #f0d5d5;
}


.irc-page .irc-final h2 {
    font-size: 29px;
}


/* =========================================
   Signature / Footer
   ========================================= */

.irc-page .irc-signature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: 35px;
    padding: 42px 25px;

    background: var(--irc-red-dark);

    border-radius: 20px;

    color: #fff;

    text-align: center;

    box-shadow: 0 15px 35px rgba(166, 31, 31, 0.16);
}


.irc-page .irc-signature strong {
    margin-bottom: 7px;

    font-size: 26px;
    font-weight: 800;
    line-height: 1.7;
}


.irc-page .irc-signature span {
    display: block;

    font-size: 17px;
    line-height: 2;

    opacity: 0.95;
}


.irc-page .irc-signature span:last-child {
    margin-top: 5px;

    font-size: 15px;
    opacity: 0.8;
}


/* =========================================
   Links / Selection
   ========================================= */

.irc-page ::selection {
    background: var(--irc-red);
    color: #fff;
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 900px) {

    .irc-page {
        padding: 25px 16px 55px;
        font-size: 16px;
    }

    .irc-page .irc-hero {
        padding: 42px 35px;
        margin-bottom: 38px;
    }

    .irc-page .irc-hero h1 {
        font-size: 29px;
    }

    .irc-page .irc-hero p {
        font-size: 17px;
    }

    .irc-page .irc-section {
        padding: 32px 28px;
        margin-bottom: 35px;
    }

    .irc-page .irc-section h2 {
        font-size: 23px;
    }

    .irc-page .irc-section p {
        font-size: 16px;
    }

    .irc-page .irc-list {
        grid-template-columns: 1fr;
    }
}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 600px) {

    .irc-page {
        padding: 15px 10px 40px;

        font-size: 15px;
        line-height: 2;
    }


    .irc-page .irc-hero {
        margin-bottom: 25px;
        padding: 32px 23px;

        border-radius: 15px;
    }


    .irc-page .irc-hero::before {
        width: 5px;
    }


    .irc-page .irc-hero h1 {
        margin-bottom: 10px;

        font-size:16px !important;
        
        line-height: 1.75;
    }


    .irc-page .irc-hero p {
        font-size: 15px;
        line-height: 2;
    }


    .irc-page .irc-section {
        margin-bottom: 25px;
        padding: 25px 20px;

        border-radius: 14px;
    }


    .irc-page .irc-section h2 {
        margin-bottom: 22px;
        padding-left: 14px;

        font-size: 20px;
        line-height: 1.8;
    }


    .irc-page .irc-section h2::before {
        top: 8px;

        width: 4px;
    }


    .irc-page .irc-section p {
        margin-bottom: 17px;

        font-size: 15px;
        line-height: 2.2;
    }


    .irc-page .irc-structure {
        margin: 22px 0;
        padding: 22px 18px;

        border-radius: 12px;
    }


    .irc-page .irc-structure strong {
        font-size: 15px;
    }


    .irc-page .irc-structure span {
        font-size: 14px;
    }


    .irc-page .irc-center-card {
        margin: 20px 0;
        padding: 20px;

        border-left-width: 4px;

        border-radius: 11px;
    }


    .irc-page .irc-center-card strong {
        font-size: 20px;
    }


    .irc-page .irc-center-card span {
        font-size: 13px;
        line-height: 1.9;
    }


    .irc-page .irc-list {
        display: flex;
        flex-direction: column;

        gap: 9px;

        margin: 20px 0;
    }


    .irc-page .irc-list li {
        padding: 11px 38px 11px 12px;

        font-size: 14px;
    }


    .irc-page .irc-list li::before {
        right: 12px;

        width: 20px;
        height: 20px;

        font-size: 12px;
    }


    .irc-page .irc-section.irc-final {
        margin-top: 35px;
    }


    .irc-page .irc-final h2 {
        font-size: 22px;
    }


    .irc-page .irc-section p.irc-final-message {
        padding: 20px 18px;

        font-size: 17px;
        line-height: 2.1;
    }


    .irc-page .irc-signature {
        margin-top: 25px;
        padding: 32px 18px;

        border-radius: 15px;
    }


    .irc-page .irc-signature strong {
        font-size: 18px;
    }


    .irc-page .irc-signature span {
        font-size: 14px;
    }


    .irc-page .irc-signature span:last-child {
        font-size: 13px;
    }

}


/* =========================================
   Very Small Screens
   ========================================= */

@media (max-width: 380px) {

    .irc-page {
        padding-left: 7px;
        padding-left: 7px;
    }


    .irc-page .irc-hero {
        padding: 28px 18px;
    }


    .irc-page .irc-hero h1 {
        font-size: 21px;
    }


    .irc-page .irc-section {
        padding: 22px 16px;
    }


    .irc-page .irc-section h2 {
        font-size: 19px;
    }

}/* End custom CSS */