.elementor-13329 .elementor-element.elementor-element-f2fb9a4{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-13329 .elementor-element.elementor-element-b2b30bf{--display:flex;}.elementor-13329 .elementor-element.elementor-element-bac5242{--display:flex;}@media(max-width:1024px){.elementor-13329 .elementor-element.elementor-element-f2fb9a4{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-13329 .elementor-element.elementor-element-f2fb9a4{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-13329 .elementor-element.elementor-element-b2b30bf{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-e72bb30 */.kalaback-order-guide {
    direction: rtl;
    font-size: 13px;
    line-height: 2;
    text-align: justify;
}

.kalaback-order-guide .kalaback-order-image {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;

    float: left !important;

    margin-top: 5px;
    margin-right: 25px;
    margin-bottom: 12px;
    margin-left: 0;

    shape-outside: circle(50%);
    shape-margin: 10px;
}

.kalaback-order-guide h3 {
    color: #FF7A00;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px;
}

.kalaback-order-guide p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd06323 *//* =========================================
   KALABACK TICKET
========================================= */

.kalaback-ticket-section{

    width:100vw !important;
    max-width:100vw !important;

    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;

    margin-top:0 !important;
    margin-bottom:0 !important;

    padding:0 !important;

    display:block !important;

    overflow:hidden !important;

    box-sizing:border-box !important;

    line-height:0 !important;
    font-size:0 !important;
}


/* =========================================
   WAVE
========================================= */

.kalaback-ticket-wave{

    width:100vw !important;
    max-width:100vw !important;

    height:85px !important;

    margin:0 !important;
    padding:0 !important;

    display:block !important;

    line-height:0 !important;
    font-size:0 !important;

    overflow:hidden !important;
}


.kalaback-ticket-wave svg{

    display:block !important;

    width:100% !important;
    min-width:100% !important;

    height:100% !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    vertical-align:top !important;
}


/* =========================================
   CONTENT
========================================= */

.kalaback-ticket-content{

    width:100% !important;
    max-width:none !important;

    margin:0 !important;

    padding:
        35px
        20px
        45px !important;

    box-sizing:border-box !important;

    display:block !important;

    background:
        linear-gradient(
            to bottom,
            #17243A 0%,
            #1D2B43 35%,
            #263650 70%,
            #30415D 100%
        );

    line-height:normal;
}


/* =========================================
   INNER
========================================= */

.kalaback-ticket-inner{

    width:100%;
    max-width:950px;

    margin:0 auto;

    text-align:center;

    direction:rtl;
}


/* =========================================
   TITLE
========================================= */

.kalaback-ticket-inner h2{

    margin:0 0 10px;

    color:#fff;

    font-size:30px;

    line-height:1.5;

    font-weight:700;
}


/* =========================================
   INTRO
========================================= */

.kalaback-ticket-intro{

    max-width:800px;

    margin:0 auto 28px;

    color:rgba(255,255,255,.82);

    font-size:15px;

    line-height:2;

}


/* =========================================
   TICKET BOX
========================================= */

.kalaback-ticket-box{

    width:100%;

    display:flex;

    align-items:center;

    gap:18px;

    padding:20px 22px;

    box-sizing:border-box;

    background:rgba(255,255,255,.07);

    border:1px solid rgba(255,255,255,.12);

    border-radius:18px;

    text-align:right;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


.kalaback-ticket-box:hover{

    background:rgba(255,255,255,.10);

    border-color:rgba(255,255,255,.20);

    transform:translateY(-2px);
}


/* =========================================
   ICON
========================================= */

.kalaback-ticket-icon{

    flex:0 0 52px;

    width:52px;
    height:52px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#FF7A00;

    color:#fff;

    font-size:24px;

    font-weight:700;
}


/* =========================================
   TEXT
========================================= */

.kalaback-ticket-text{

    flex:1;

    min-width:0;
}


.kalaback-ticket-text h3{

    margin:0 0 5px;

    color:#fff;

    font-size:17px;

    line-height:1.6;

    font-weight:700;
}


.kalaback-ticket-text p{

    margin:0;

    color:rgba(255,255,255,.70);

    font-size:13px;

    line-height:1.9;
}


/* =========================================
   BUTTON
========================================= */

.kalaback-ticket-button{

    flex:0 0 auto;

    display:flex;

    align-items:center;
    justify-content:center;

    min-width:125px;

    height:48px;

    padding:0 22px;

    box-sizing:border-box;

    border-radius:11px;

    background:#FF7A00 !important;

    color:#fff !important;

    text-decoration:none !important;

    font-family:inherit;

    font-size:14px;

    font-weight:700;

    transition:
        background .25s ease,
        transform .25s ease;
}


.kalaback-ticket-button:hover{

    background:#e86d00 !important;

    color:#fff !important;

    transform:translateY(-2px);
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .kalaback-ticket-wave{

        height:60px !important;
    }


    .kalaback-ticket-content{

        padding:
            28px
            15px
            35px !important;
    }


    .kalaback-ticket-inner h2{

        font-size:25px;
    }


    .kalaback-ticket-intro{

        font-size:14px;

        line-height:2;

        margin-bottom:22px;
    }


    .kalaback-ticket-box{

        flex-direction:column;

        text-align:center;

        gap:12px;

        padding:20px 16px;
    }


    .kalaback-ticket-text{

        width:100%;
    }


    .kalaback-ticket-text h3{

        font-size:16px;
    }


    .kalaback-ticket-text p{

        font-size:12px;

        line-height:1.9;
    }


    .kalaback-ticket-button{

        width:100%;

        height:48px;

        min-width:0;
    }

}
/* =========================================
   TICKET - FOOTER GAP FIX
========================================= */

body:has(.kalaback-ticket-section) .wd-page-content.main-page-wrapper{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

body:has(.kalaback-ticket-section) #main-content{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

body:has(.kalaback-ticket-section) .wd-content-area{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

body:has(.kalaback-ticket-section) article.entry-content{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

body:has(.kalaback-ticket-section) .elementor{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}


/* Elementor */

body:has(.kalaback-ticket-section)
.elementor-widget-html:has(.kalaback-ticket-section){

    width:100% !important;
    max-width:none !important;

    margin-bottom:0 !important;
    padding-bottom:0 !important;
}


body:has(.kalaback-ticket-section)
.elementor-widget-html:has(.kalaback-ticket-section)
.elementor-widget-container{

    width:100% !important;

    margin:0 !important;
    padding:0 !important;
}


/* Parent container */

body:has(.kalaback-ticket-section)
.e-con:has(.kalaback-ticket-section){

    width:100% !important;
    max-width:none !important;

    margin-bottom:0 !important;
    padding-bottom:0 !important;

    min-height:0 !important;
    gap:0 !important;
}


body:has(.kalaback-ticket-section)
.e-con:has(.kalaback-ticket-section) > .e-con-inner{

    width:100% !important;
    max-width:none !important;

    margin:0 !important;
    padding-bottom:0 !important;

    min-height:0 !important;
    gap:0 !important;
}


/* Wave + Content */

.kalaback-ticket-wave + .kalaback-ticket-content{
    margin-top:-1px !important;
}


/* Footer */

body:has(.kalaback-ticket-section) footer,
body:has(.kalaback-ticket-section) .wd-footer,
body:has(.kalaback-ticket-section) .footer-container{

    margin-top:0 !important;
}


/* فضای داخلی پایین بخش */

.kalaback-ticket-content{

    margin-bottom:0 !important;

    padding-bottom:45px !important;
}


@media(max-width:767px){

    .kalaback-ticket-content{

        padding-bottom:35px !important;
    }

}/* End custom CSS */