.elementor-24296 .elementor-element.elementor-element-e12730a{--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-24296 .elementor-element.elementor-element-74a136f{--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-24296 .elementor-element.elementor-element-17b2e01{--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-24296 .elementor-element.elementor-element-18f4bd1{--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;--margin-top:-78px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-24296 .elementor-element.elementor-element-032ef40{--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-24296 .elementor-element.elementor-element-d2b5b4e{--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;}@media(min-width:768px){.elementor-24296 .elementor-element.elementor-element-e12730a{--content-width:1300px;}.elementor-24296 .elementor-element.elementor-element-74a136f{--content-width:1300px;}.elementor-24296 .elementor-element.elementor-element-17b2e01{--content-width:1300px;}.elementor-24296 .elementor-element.elementor-element-032ef40{--content-width:1300px;}.elementor-24296 .elementor-element.elementor-element-d2b5b4e{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-33e2d90 *//*====================================*
* Shahriar Project Hero
*====================================*/

.vc-shahriar-hero{

    width:100%;
    max-width:1300px;

    margin:0 auto 90px;

    padding-inline:20px;

    box-sizing:border-box;

}

.vc-shahriar-hero-inner{

    display:grid;

    /* تصویر سمت راست - متن سمت چپ */
    grid-template-columns:500px minmax(0,1fr);

    align-items:center;

    gap:70px;

}


/*====================================*
* Content
*====================================*/

.vc-shahriar-hero-content{

    max-width:650px;

}

.vc-shahriar-hero-label{

    display:inline-block;

    margin-bottom:18px;

    font-size:11px;

    font-weight:700;

    letter-spacing:.16em;

    text-transform:uppercase;

    color:#bb1e28;

}

.vc-shahriar-hero-content h1{

    margin:0 0 24px;

    font-size:30px;

    line-height:1.65;

    font-weight:700;

    color:#111;

}

.vc-shahriar-hero-content > p{

    margin:0 0 35px;

    font-size:16px;

    line-height:2.2;

    color:#555;

}


/*====================================*
* Project Information
*====================================*/

.vc-shahriar-hero-meta{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:18px 35px;

    padding-top:25px;

    border-top:1px solid #e8e8e8;

}

.vc-shahriar-hero-meta div{

    display:flex;

    flex-direction:column;

    gap:6px;

}

.vc-shahriar-hero-meta span{

    font-size:12px;

    color:#999;

}

.vc-shahriar-hero-meta strong{

    font-size:15px;

    font-weight:600;

    color:#222;

}


/*====================================*
* Hero Image
*====================================*/

.vc-shahriar-hero-image{

    width:100%;

    grid-column:1;

    grid-row:1;

}

.vc-shahriar-hero-content{

    grid-column:2;

    grid-row:1;

}

.vc-shahriar-hero-image figure{

    margin:0;

    overflow:hidden;

    border-radius:22px;

    background:#f4f4f4;

}

.vc-shahriar-hero-image img{

    display:block;

    width:100%;

    height:auto;

    max-height:650px;

    object-fit:cover;

    transition:transform .5s ease;

}

.vc-shahriar-hero-image figure:hover img{

    transform:scale(1.025);

}


/*====================================*
* Tablet
*====================================*/

@media(max-width:991px){

    .vc-shahriar-hero{

        margin-bottom:70px;

    }


    .vc-shahriar-hero-inner{

        grid-template-columns:380px minmax(0,1fr);

        gap:40px;

    }


    .vc-shahriar-hero-content h1{

        font-size:31px;

    }


    .vc-shahriar-hero-content > p{

        font-size:15px;

        line-height:2.1;

    }

}


/*====================================*
* Mobile
*====================================*/

@media(max-width:576px){

    .vc-shahriar-hero{

        margin-bottom:55px;

        padding-inline:18px;

    }


    .vc-shahriar-hero-inner{

        display:flex;

        flex-direction:column;

        gap:30px;

        align-items:stretch;

    }


    .vc-shahriar-hero-content{

        max-width:100%;

        order:1;

    }


    .vc-shahriar-hero-image{

        order:2;

    }


    .vc-shahriar-hero-label{

        font-size:10px;

        margin-bottom:14px;

    }


    .vc-shahriar-hero-content h1{

        font-size:25px;

        line-height:1.7;

        margin-bottom:18px;

    }


    .vc-shahriar-hero-content > p{

        font-size:14px;

        line-height:2.05;

        margin-bottom:28px;

    }


    .vc-shahriar-hero-meta{

        grid-template-columns:1fr 1fr;

        gap:18px 20px;

    }


    .vc-shahriar-hero-meta span{

        font-size:11px;

    }


    .vc-shahriar-hero-meta strong{

        font-size:13px;

        line-height:1.7;

    }


    .vc-shahriar-hero-image figure{

        border-radius:17px;

    }


    .vc-shahriar-hero-image img{

        max-height:none;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3895afc *//*====================================
Shahriar Before
====================================*/

.vc-shahriar-before{

    width:100%;
    max-width:1300px;

    margin:0 auto 90px;

    padding:0 20px;

    box-sizing:border-box;

}


/*====================================
Main Layout
====================================*/

.vc-shahriar-before-layout{

    display:grid;

    grid-template-columns:minmax(0,1fr) 340px;

    align-items:center;

    gap:55px;

    max-width:1300px;

    margin:0 auto 55px;

}


/*====================================
Content
====================================*/

.vc-shahriar-before-content{

    max-width:680px;

}


.vc-shahriar-before-label{

    display:inline-block;

    margin-bottom:12px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    color:#b51f28;

}


.vc-shahriar-before-content h2{

    margin:0 0 22px;

    font-size:28px;

    line-height:1.7;

    font-weight:700;

    color:#151515;

}


.vc-shahriar-before-content p{

    margin:0 0 18px;

    font-size:15px;

    line-height:2.15;

    color:#555;

}


.vc-shahriar-before-content a{

    color:#222;

    font-weight:600;

    text-decoration:none;

    border-bottom:1px solid #bbb;

    transition:all .25s ease;

}


.vc-shahriar-before-content a:hover{

    color:#b51f28;

    border-color:#b51f28;

}


/*====================================
Video Intro
====================================*/

.vc-shahriar-before-video-intro{

    margin-top:30px;

    padding-top:22px;

    border-top:1px solid #e7e7e7;

}


.vc-shahriar-before-video-intro h3{

    margin:0 0 10px;

    font-size:20px;

    line-height:1.7;

    font-weight:700;

    color:#222;

}


.vc-shahriar-before-video-intro p{

    margin:0;

    font-size:14px;

    line-height:2;

    color:#777;

}


/*====================================
Vertical Video
====================================*/

.vc-shahriar-before-video{

    width:100%;

}


.vc-shahriar-before-video-frame{

    width:100%;

    max-width:340px;

    margin:0 auto;

    overflow:hidden;

    border-radius:20px;

    background:#111;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}


.vc-shahriar-before-video video{

    display:block;

    width:100%;

    height:auto;

    aspect-ratio:9 / 16;

    object-fit:cover;

}


/*====================================
Before Gallery
====================================*/

.vc-shahriar-before-gallery{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:18px;

    max-width:1100px;

    margin:0 auto;

}


.vc-shahriar-before-gallery figure{

    margin:0;

    overflow:hidden;

    border-radius:16px;

    background:#f3f3f3;

}


.vc-shahriar-before-gallery img{

    display:block;

    width:100%;

    height:270px;

    object-fit:cover;

    transition:transform .45s ease;

}


.vc-shahriar-before-gallery figure:hover img{

    transform:scale(1.035);

}


/*====================================
Tablet
====================================*/

@media(max-width:991px){

    .vc-shahriar-before{

        margin-bottom:70px;

    }


    .vc-shahriar-before-layout{

        grid-template-columns:minmax(0,1fr) 290px;

        gap:35px;

        margin-bottom:45px;

    }


    .vc-shahriar-before-content h2{

        font-size:27px;

    }


    .vc-shahriar-before-content p{

        font-size:14px;

        line-height:2.1;

    }


    .vc-shahriar-before-video-frame{

        max-width:290px;

    }


    .vc-shahriar-before-gallery{

        gap:14px;

    }


    .vc-shahriar-before-gallery img{

        height:220px;

    }

}


/*====================================
Mobile
====================================*/

@media(max-width:576px){

    .vc-shahriar-before{

        margin-bottom:55px;

        padding:0 18px;

    }


    .vc-shahriar-before-layout{

        display:flex;

        flex-direction:column;

        gap:30px;

        margin-bottom:35px;

        align-items:stretch;

    }


    .vc-shahriar-before-content{

        max-width:100%;

    }


    .vc-shahriar-before-label{

        font-size:9px;

        margin-bottom:10px;

    }


    .vc-shahriar-before-content h2{

        font-size:23px;

        line-height:1.7;

        margin-bottom:17px;

    }


    .vc-shahriar-before-content p{

        font-size:14px;

        line-height:2.05;

        margin-bottom:16px;

    }


    .vc-shahriar-before-video-intro{

        margin-top:25px;

        padding-top:19px;

    }


    .vc-shahriar-before-video-intro h3{

        font-size:19px;

        margin-bottom:8px;

    }


    .vc-shahriar-before-video-intro p{

        font-size:13px;

        line-height:2;

    }


    .vc-shahriar-before-video-frame{

        width:100%;

        max-width:300px;

        border-radius:16px;

    }


    .vc-shahriar-before-gallery{

        grid-template-columns:1fr;

        gap:14px;

        max-width:100%;

    }


    .vc-shahriar-before-gallery figure{

        border-radius:14px;

    }


    .vc-shahriar-before-gallery img{

        width:100%;

        height:auto;

        aspect-ratio:16 / 10;

        object-fit:cover;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c68d032 *//*====================================
Shahriar - Why Deepsi
====================================*/

.vc-shahriar-why-deepsi{

    width:100%;

    max-width:1300px;

    margin:0 auto 100px;

    padding-inline:20px;

    box-sizing:border-box;

}


/*====================================
Horizontal Box
====================================*/

.vc-shahriar-why-deepsi-box{

    display:grid;

    grid-template-columns:360px minmax(0,1fr);

    gap:70px;

    align-items:center;

    max-width:1300px;

    margin:0 auto;

    padding:55px 40px;

    background:#f7f7f5;

    border:1px solid #e8e8e5;

    border-radius:24px;

    box-sizing:border-box;

}


/*====================================
Title
====================================*/

.vc-shahriar-why-deepsi-title{

    padding-left:25px;

    border-left:2px solid #bb1e28;

}


.vc-shahriar-why-deepsi-label{

    display:block;

    margin-bottom:15px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.16em;

    text-transform:uppercase;

    color:#bb1e28;

}


.vc-shahriar-why-deepsi-title h2{

    margin:0;

    font-size:29px;

    line-height:1.75;

    font-weight:700;

    color:#111;

}


/*====================================
Text
====================================*/

.vc-shahriar-why-deepsi-text{

    max-width:680px;

}


.vc-shahriar-why-deepsi-text p{

    margin:0 0 18px;

    font-size:15px;

    line-height:2.2;

    color:#555;

}


.vc-shahriar-why-deepsi-text p:last-child{

    margin-bottom:0;

}


/*====================================
Tablet
====================================*/

@media(max-width:991px){

    .vc-shahriar-why-deepsi{

        margin-bottom:75px;

    }


    .vc-shahriar-why-deepsi-box{

        grid-template-columns:280px minmax(0,1fr);

        gap:40px;

        padding:45px 40px;

    }


    .vc-shahriar-why-deepsi-title{

        padding-left:20px;

    }


    .vc-shahriar-why-deepsi-title h2{

        font-size:25px;

    }


    .vc-shahriar-why-deepsi-text p{

        font-size:14px;

        line-height:2.1;

    }

}


/*====================================
Mobile
====================================*/

@media(max-width:576px){

    .vc-shahriar-why-deepsi{

        margin-bottom:55px;

        padding-inline:18px;

    }


    .vc-shahriar-why-deepsi-box{

        display:flex;

        flex-direction:column;

        gap:28px;

        padding:32px 25px;

        border-radius:18px;

        align-items:stretch;

    }


    .vc-shahriar-why-deepsi-title{

        padding-left:17px;

    }


    .vc-shahriar-why-deepsi-label{

        font-size:9px;

        margin-bottom:12px;

    }


    .vc-shahriar-why-deepsi-title h2{

        font-size:22px;

        line-height:1.7;

    }


    .vc-shahriar-why-deepsi-text{

        max-width:100%;

    }


    .vc-shahriar-why-deepsi-text p{

        font-size:14px;

        line-height:2.05;

        margin-bottom:17px;

        text-align:right;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da0c813 *//*====================================
Project CTA
====================================*/

.vc-project-cta{

    width:100%;
    max-width:1300px;
    margin:80px auto 70px;
    padding-inline:20px;
    box-sizing:border-box;

}


.vc-project-cta-box{

    background:#111;

    border-radius:22px;

    padding:55px 45px;

    position:relative;

    overflow:hidden;

}



.vc-project-cta-box:before{

    content:"";

    position:absolute;

    right:-120px;

    top:-120px;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(187,30,40,.15);

}



.vc-project-cta-content{

    position:relative;

    z-index:1;

    max-width:900px;

}



.vc-project-cta-label{

    display:inline-block;

    padding:7px 16px;

    border-radius:30px;

    background:rgba(255,255,255,.1);

    color:#fff;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}



.vc-project-cta-content h2{

    margin:0 0 22px;

    color:#fff;

    font-size:30px;

    line-height:1.7;

}



.vc-project-cta-content p{

    margin:0 0 35px;

    color:#ddd;

    font-size:16px;

    line-height:2.15;

}



.vc-project-cta-contact{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}



.vc-project-cta-contact a{

    display:flex;

    flex-direction:column;

    gap:5px;

    padding:15px 25px;

    background:#fff;

    border-radius:14px;

    text-decoration:none;

    color:#111;

    font-size:16px;

    font-weight:700;

    transition:.3s;

}



.vc-project-cta-contact a span{

    font-size:12px;

    color:#bb1e28;

    font-weight:700;

}



.vc-project-cta-contact a:hover{

    transform:translateY(-4px);

}



/*==========================
Tablet
==========================*/

@media(max-width:992px){


.vc-project-cta-box{

    padding:40px 30px;

}


.vc-project-cta-content h2{

    font-size:28px;

}


.vc-project-cta-contact a{

    padding:14px 20px;

}


}



/*==========================
Mobile
==========================*/

@media(max-width:576px){


.vc-project-cta{

    margin:50px auto;

}


.vc-project-cta-box{

    padding:30px 22px;

    border-radius:18px;

}


.vc-project-cta-content h2{

    font-size:24px;

}


.vc-project-cta-content p{

    font-size:14px;

    line-height:2;

}


.vc-project-cta-contact{

    flex-direction:column;

}


.vc-project-cta-contact a{

    width:100%;

    box-sizing:border-box;

    font-size:15px;

}


}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-18f4bd1 */.vc-projects-section{

padding:30px 5vw;

background:#fff;

}

.vc-projects-header{

max-width:900px;

margin:0 auto 60px;

text-align:center;

}

.vc-projects-label{

display:inline-block;

font-size:13px;

letter-spacing:3px;

font-weight:700;

color:#bb1e28;

margin-bottom:18px;

}

.vc-projects-header h2{

font-size:28px;

font-weight:600;

color:#0a0a0a;

margin-bottom:22px;

}

.vc-projects-header p{

font-size:17px;

line-height:2;

color:#666;

margin:0;

}

.vc-projects-header a{

color:#bb1e28;

font-weight:700;

text-decoration:none;

}

.vc-projects-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.vc-project-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.06);

transition:.35s;

}

.vc-project-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.vc-project-card img{

display:block;

width:100%;

aspect-ratio:4/5;

object-fit:cover;

}

.vc-project-body{

padding:26px;

}

.vc-project-location{

display:block;

font-size:13px;

font-weight:600;

color:#bb1e28;

margin-bottom:10px;

}

.vc-project-body h3{

margin:0 0 14px;

font-size:24px;

line-height:1.5;

}

.vc-project-body h3 a{

text-decoration:none;

color:#0a0a0a;

transition:.3s;

}

.vc-project-body h3 a:hover{

color:#bb1e28;

}

.vc-project-body p{

margin:0;

font-size:15px;

line-height:2;

color:#666;

}

@media(max-width:992px){

.vc-projects-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.vc-projects-section{

padding:70px 20px;

}

.vc-projects-header h2{

font-size:32px;

}

.vc-projects-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-915d661 *//*====================================
Shahriar Process
====================================*/

.vc-shahriar-process{

    width:100%;

    max-width:1300px;

    margin:0 auto 100px;

    padding-inline:20px;

    box-sizing:border-box;

}


/*====================================
Header
====================================*/

.vc-shahriar-process-header{

    max-width:1300px;

    margin:0 auto 60px;

    text-align:center;

}


.vc-shahriar-process-label{

    display:inline-block;

    margin-bottom:15px;

    font-size:11px;

    font-weight:700;

    letter-spacing:.16em;

    text-transform:uppercase;

    color:#bb1e28;

}


.vc-shahriar-process-header h2{

    margin:0 0 22px;

    font-size:28px;

    line-height:1.7;

    color:#111;

}


.vc-shahriar-process-header p{

    margin:0;

    font-size:16px;

    line-height:2.2;

    color:#555;

}


/*====================================
Process Steps
====================================*/

.vc-shahriar-process-steps{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:25px;

    max-width:1100px;

    margin:0 auto 75px;

}


.vc-shahriar-process-step{

    position:relative;

    padding:30px;

    background:#f7f7f5;

    border-radius:20px;

    border:1px solid #e9e9e5;

}


.vc-shahriar-process-step-number{

    display:flex;

    align-items:center;

    justify-content:center;

    width:44px;

    height:44px;

    margin-bottom:22px;

    border-radius:50%;

    background:#fff;

    color:#bb1e28;

    font-size:12px;

    font-weight:700;

}


.vc-shahriar-process-step h3{

    margin:0 0 15px;

    font-size:19px;

    line-height:1.7;

    color:#222;

}


.vc-shahriar-process-step p{

    margin:0;

    font-size:14px;

    line-height:2.15;

    color:#666;

}


/*====================================
Vertical Videos
====================================*/

.vc-shahriar-process-videos{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:50px;

    max-width:900px;

    margin:0 auto;

}


.vc-shahriar-process-video-item{

    display:flex;

    flex-direction:column;

    align-items:center;

}


.vc-shahriar-process-video-content{

    width:100%;

    max-width:390px;

    margin-bottom:25px;

    text-align:right;

}


.vc-shahriar-process-video-content > span{

    display:block;

    margin-bottom:10px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.14em;

    text-transform:uppercase;

    color:#bb1e28;

}


.vc-shahriar-process-video-content h3{

    margin:0 0 13px;

    font-size:21px;

    line-height:1.7;

    color:#222;

}


.vc-shahriar-process-video-content p{

    margin:0;

    font-size:14px;

    line-height:2.1;

    color:#666;

}


.vc-shahriar-process-video-frame{

    width:100%;

    max-width:330px;

    overflow:hidden;

    border-radius:20px;

    background:#111;

}


.vc-shahriar-process-video-frame video{

    display:block;

    width:100%;

    height:auto;

    aspect-ratio:9 / 16;

    object-fit:cover;

}


/*====================================
Final Result
====================================*/

.vc-shahriar-process-final{

    max-width:850px;

    margin:70px auto 0;

    padding-top:35px;

    border-top:1px solid #e8e8e8;

    text-align:center;

}


.vc-shahriar-process-final h3{

    margin:0 0 15px;

    font-size:23px;

    line-height:1.7;

    color:#222;

}


.vc-shahriar-process-final p{

    margin:0;

    font-size:15px;

    line-height:2.2;

    color:#666;

}


/*====================================
Tablet
====================================*/

@media(max-width:991px){

    .vc-shahriar-process{

        margin-bottom:75px;

    }


    .vc-shahriar-process-header{

        max-width:800px;

        margin-bottom:45px;

    }


    .vc-shahriar-process-header h2{

        font-size:27px;

    }


    .vc-shahriar-process-header p{

        font-size:15px;

    }


    .vc-shahriar-process-steps{

        gap:16px;

        margin-bottom:60px;

    }


    .vc-shahriar-process-step{

        padding:24px;

    }


    .vc-shahriar-process-step h3{

        font-size:17px;

    }


    .vc-shahriar-process-step p{

        font-size:13px;

    }


    .vc-shahriar-process-videos{

        gap:30px;

    }


    .vc-shahriar-process-video-frame{

        max-width:280px;

    }

}


/*====================================
Mobile
====================================*/

@media(max-width:576px){

    .vc-shahriar-process{

        margin-bottom:55px;

        padding-inline:18px;

    }


    .vc-shahriar-process-header{

        margin-bottom:35px;

        text-align:right;

    }


    .vc-shahriar-process-label{

        font-size:10px;

    }


    .vc-shahriar-process-header h2{

        font-size:23px;

        line-height:1.7;

        margin-bottom:17px;

    }


    .vc-shahriar-process-header p{

        font-size:14px;

        line-height:2.05;

    }


    .vc-shahriar-process-steps{

        grid-template-columns:1fr;

        gap:14px;

        margin-bottom:50px;

    }


    .vc-shahriar-process-step{

        padding:25px;

        border-radius:17px;

    }


    .vc-shahriar-process-step-number{

        width:40px;

        height:40px;

        margin-bottom:17px;

    }


    .vc-shahriar-process-step h3{

        font-size:18px;

    }


    .vc-shahriar-process-step p{

        font-size:14px;

        line-height:2.05;

    }


    .vc-shahriar-process-videos{

        grid-template-columns:repeat(2,minmax(0,1fr));

        gap:12px;

        align-items:start;

    }


    .vc-shahriar-process-video-content{

        margin-bottom:17px;

    }


    .vc-shahriar-process-video-content > span{

        font-size:8px;

        margin-bottom:8px;

    }


    .vc-shahriar-process-video-content h3{

        font-size:16px;

        line-height:1.6;

        margin-bottom:9px;

    }


    .vc-shahriar-process-video-content p{

        font-size:12px;

        line-height:1.9;

    }


    .vc-shahriar-process-video-frame{

        width:100%;

        max-width:100%;

        border-radius:13px;

    }


    .vc-shahriar-process-final{

        margin-top:45px;

        padding-top:27px;

        text-align:right;

    }


    .vc-shahriar-process-final h3{

        font-size:20px;

    }


    .vc-shahriar-process-final p{

        font-size:14px;

        line-height:2.05;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-426414e *//*====================================
Shahriar Final Result
====================================*/

.vc-shahriar-final-result{

    width:100%;

    max-width:1300px;

    margin:0 auto 100px;

    padding-inline:20px;

    box-sizing:border-box;

}


.vc-shahriar-final-result-inner{

    display:grid;

    grid-template-columns:430px minmax(0,1fr);

    gap:90px;

    align-items:center;

    max-width:1300px;

    margin:0 auto;

}


/*====================================
Image
====================================*/

.vc-shahriar-final-result-image{

    width:100%;

}


.vc-shahriar-final-result-image figure{

    margin:0;

    width:100%;

    overflow:hidden;

    border-radius:24px;

    background:#f3f3f3;

}


.vc-shahriar-final-result-image img{

    display:block;

    width:100%;

    height:auto;

    aspect-ratio:9 / 13;

    object-fit:cover;

}


/*====================================
Content
====================================*/

.vc-shahriar-final-result-content{

    max-width:1300px;

}


.vc-shahriar-final-result-label{

    display:inline-block;

    margin-bottom:16px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.16em;

    text-transform:uppercase;

    color:#bb1e28;

}


.vc-shahriar-final-result-content h2{

    margin:0 0 24px;

    font-size:31px;

    line-height:1.7;

    font-weight:700;

    color:#111;

}


.vc-shahriar-final-result-content p{

    margin:0 0 21px;

    font-size:15px;

    line-height:2.2;

    color:#555;

}


.vc-shahriar-final-result-content h3{

    margin:38px 0 18px;

    font-size:21px;

    line-height:1.7;

    font-weight:700;

    color:#222;

}


/*====================================
Tablet
====================================*/

@media(max-width:991px){

    .vc-shahriar-final-result{

        margin-bottom:75px;

    }


    .vc-shahriar-final-result-inner{

        grid-template-columns:330px minmax(0,1fr);

        gap:50px;

    }


    .vc-shahriar-final-result-content h2{

        font-size:27px;

    }


    .vc-shahriar-final-result-content p{

        font-size:14px;

        line-height:2.1;

    }


    .vc-shahriar-final-result-content h3{

        font-size:19px;

        margin-top:30px;

    }

}


/*====================================
Mobile
====================================*/

@media(max-width:576px){

    .vc-shahriar-final-result{

        margin-bottom:55px;

        padding-inline:18px;

    }


    .vc-shahriar-final-result-inner{

        display:flex;

        flex-direction:column;

        gap:30px;

        align-items:stretch;

    }


    .vc-shahriar-final-result-image{

        width:100%;

        max-width:330px;

        margin:0 auto;

        order:1;

    }


    .vc-shahriar-final-result-image figure{

        border-radius:18px;

    }


    .vc-shahriar-final-result-image img{

        aspect-ratio:9 / 13;

    }


    .vc-shahriar-final-result-content{

        max-width:100%;

        order:2;

    }


    .vc-shahriar-final-result-label{

        font-size:9px;

        margin-bottom:12px;

    }


    .vc-shahriar-final-result-content h2{

        font-size:23px;

        line-height:1.7;

        margin-bottom:18px;

    }


    .vc-shahriar-final-result-content p{

        font-size:14px;

        line-height:2.05;

        margin-bottom:17px;

    }


    .vc-shahriar-final-result-content h3{

        font-size:19px;

        line-height:1.7;

        margin:30px 0 15px;

    }

}/* End custom CSS */