.elementor-24995 .elementor-element.elementor-element-8f2cf40{--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-24995 .elementor-element.elementor-element-10e1f41{--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-24995 .elementor-element.elementor-element-e080ca6{--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-24995 .elementor-element.elementor-element-0e9386e{--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-24995 .elementor-element.elementor-element-cf9f7a6{--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-24995 .elementor-element.elementor-element-48e398c{--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-24995 .elementor-element.elementor-element-5f9a62e{--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-24995 .elementor-element.elementor-element-ba12459{--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-24995 .elementor-element.elementor-element-691250c{--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-24995 .elementor-element.elementor-element-8992762 .elementor-button{background-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-24995 .elementor-element.elementor-element-8f2cf40{--content-width:1300px;}.elementor-24995 .elementor-element.elementor-element-10e1f41{--content-width:1300px;}.elementor-24995 .elementor-element.elementor-element-e080ca6{--content-width:1300px;}.elementor-24995 .elementor-element.elementor-element-0e9386e{--content-width:1300px;}.elementor-24995 .elementor-element.elementor-element-cf9f7a6{--content-width:1300px;}.elementor-24995 .elementor-element.elementor-element-48e398c{--content-width:1300px;}.elementor-24995 .elementor-element.elementor-element-ba12459{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-25d0fd9 *//*====================================*
* UN Office Project Hero
*====================================*/

.vc-un-office-hero{

    width:100%;
    max-width:1300px;

    margin:0 auto 90px;

    padding-inline:20px;

    box-sizing:border-box;

}


.vc-un-office-hero-inner{

    display:grid;

    /*
     * تصویر سمت راست
     * متن سمت چپ
     */

    grid-template-columns:520px minmax(0,1fr);

    align-items:center;

    gap:65px;

}


/*====================================*
* Content
*====================================*/

.vc-un-office-hero-content{

    grid-column:2;

    grid-row:1;

    max-width:650px;

}


.vc-un-office-hero-label{

    display:inline-block;

    margin-bottom:16px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.16em;

    text-transform:uppercase;

    color:#a51f27;

}


.vc-un-office-hero-content h1{

    margin:0 0 22px;

    font-size:32px;

    line-height:1.65;

    font-weight:700;

    color:#111;

}


.vc-un-office-hero-content > p{

    margin:0 0 32px;

    font-size:16px;

    line-height:2.2;

    color:#555;

}


/*====================================*
* Project Meta
*====================================*/

.vc-un-office-hero-meta{

    display:grid;

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

    gap:18px 30px;

    padding-top:24px;

    border-top:1px solid #e8e8e8;

}


.vc-un-office-hero-meta-item{

    display:flex;

    flex-direction:column;

    gap:5px;

}


.vc-un-office-hero-meta-item span{

    font-size:11px;

    color:#999;

}


.vc-un-office-hero-meta-item strong{

    font-size:14px;

    line-height:1.7;

    font-weight:600;

    color:#222;

}


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

.vc-un-office-hero-image{

    grid-column:1;

    grid-row:1;

    width:100%;

}


.vc-un-office-hero-image figure{

    margin:0;

    overflow:hidden;

    border-radius:22px;

    background:#f3f3f3;

}


.vc-un-office-hero-image img{

    display:block;

    width:100%;

    height:620px;

    object-fit:cover;

    transition:transform .5s ease;

}


.vc-un-office-hero-image figure:hover img{

    transform:scale(1.02);

}


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

@media(max-width:991px){

    .vc-un-office-hero{

        margin-bottom:70px;

    }


    .vc-un-office-hero-inner{

        grid-template-columns:400px minmax(0,1fr);

        gap:40px;

    }


    .vc-un-office-hero-content h1{

        font-size:29px;

    }


    .vc-un-office-hero-content > p{

        font-size:15px;

        line-height:2.1;

    }


    .vc-un-office-hero-image img{

        height:500px;

    }

}


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

@media(max-width:576px){

    .vc-un-office-hero{

        margin-bottom:55px;

        padding-inline:18px;

    }


    .vc-un-office-hero-inner{

        display:flex;

        flex-direction:column;

        gap:28px;

        align-items:stretch;

    }


    .vc-un-office-hero-content{

        order:1;

        max-width:100%;

    }


    .vc-un-office-hero-image{

        order:2;

    }


    .vc-un-office-hero-label{

        margin-bottom:12px;

        font-size:9px;

    }


    .vc-un-office-hero-content h1{

        margin-bottom:17px;

        font-size:24px;

        line-height:1.7;

    }


    .vc-un-office-hero-content > p{

        margin-bottom:26px;

        font-size:14px;

        line-height:2.05;

    }


    .vc-un-office-hero-meta{

        gap:17px 18px;

        padding-top:21px;

    }


    .vc-un-office-hero-meta-item span{

        font-size:10px;

    }


    .vc-un-office-hero-meta-item strong{

        font-size:13px;

    }


    .vc-un-office-hero-image figure{

        border-radius:16px;

    }


    .vc-un-office-hero-image img{

        width:100%;

        height:auto;

        max-height:none;

        aspect-ratio:16 / 10;

        object-fit:cover;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6601a6f *//*====================================*
* UN Office Project Intro
*====================================*/

.vc-un-office-intro{

    width:100%;

    max-width:1300px;

    margin:0 auto 90px;

    padding-inline:20px;

    box-sizing:border-box;

}


.vc-un-office-intro-inner{

    display:grid;

    grid-template-columns:minmax(0,1fr) 500px;

    align-items:center;

    gap:70px;

}


/*====================================*
* Image
*====================================*/

.vc-un-office-intro-image{

    width:100%;

}


.vc-un-office-intro-image figure{

    margin:0;

    overflow:hidden;

    border-radius:20px;

    background:#f3f3f3;

}


.vc-un-office-intro-image img{

    display:block;

    width:100%;

    height:530px;

    object-fit:cover;

    transition:transform .5s ease;

}


.vc-un-office-intro-image figure:hover img{

    transform:scale(1.02);

}


/*====================================*
* Content
*====================================*/

.vc-un-office-intro-content{

    max-width:600px;

}


.vc-un-office-intro-label{

    display:inline-block;

    margin-bottom:13px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    color:#a51f27;

}


.vc-un-office-intro-content h2{

    margin:0 0 20px;

    font-size:29px;

    line-height:1.7;

    font-weight:700;

    color:#151515;

}


.vc-un-office-intro-content p{

    margin:0;

    font-size:15px;

    line-height:2.2;

    color:#5c5c5c;

}


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

@media(max-width:991px){

    .vc-un-office-intro{

        margin-bottom:70px;

    }


    .vc-un-office-intro-inner{

        grid-template-columns:minmax(0,1fr) 380px;

        gap:40px;

    }


    .vc-un-office-intro-content h2{

        font-size:26px;

    }


    .vc-un-office-intro-content p{

        font-size:14px;

        line-height:2.1;

    }


    .vc-un-office-intro-image img{

        height:360px;

    }

}


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

@media(max-width:576px){

    .vc-un-office-intro{

        margin-bottom:55px;

        padding-inline:18px;

    }


    .vc-un-office-intro-inner{

        display:flex;

        flex-direction:column;

        gap:25px;

    }


    .vc-un-office-intro-image{

        order:1;

    }


    .vc-un-office-intro-content{

        order:2;

        max-width:100%;

    }


    .vc-un-office-intro-label{

        margin-bottom:10px;

        font-size:9px;

    }


    .vc-un-office-intro-content h2{

        margin-bottom:14px;

        font-size:23px;

        line-height:1.7;

    }


    .vc-un-office-intro-content p{

        font-size:14px;

        line-height:2.05;

    }


    .vc-un-office-intro-image figure{

        border-radius:15px;

    }


    .vc-un-office-intro-image img{

        height:auto;

        aspect-ratio:16 / 10;

        object-fit:cover;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f139a40 *//*====================================*
* UN Office - Main Gallery
*====================================*/

.vc-un-office-main-gallery{

    width:100%;
    max-width:1300px;

    margin:0 auto 100px;

    padding-inline:20px;

    box-sizing:border-box;

}


/*====================================*
* Header
*====================================*/

.vc-un-office-main-gallery-head{

    max-width:1300px;

    margin:0 auto 40px;

    text-align:right;

}

.vc-un-office-main-gallery-label{

    display:inline-block;

    margin-bottom:12px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    color:#a51f27;

}

.vc-un-office-main-gallery-head h2{

    margin:0 0 18px;

    font-size:30px;

    line-height:1.7;

    font-weight:700;

    color:#151515;

}

.vc-un-office-main-gallery-head p{

    margin:0 0 12px;

    font-size:15px;

    line-height:2.15;

    color:#5c5c5c;

}

.vc-un-office-main-gallery-head p:last-child{

    margin-bottom:0;

}


/*====================================*
* Gallery Layout
*====================================*/

.vc-un-office-main-gallery-grid{

    display:grid;

    grid-template-columns:260px minmax(0,1fr) 260px;

    align-items:stretch;

    gap:16px;

    max-width:1180px;

    height:360px;

    margin:0 auto;

}


/*====================================*
* Images
*====================================*/

.vc-un-office-gallery-vertical,
.vc-un-office-gallery-wide{

    margin:0;

    overflow:hidden;

    background:#f3f3f3;

}

.vc-un-office-gallery-vertical{

    border-radius:20px;

}

.vc-un-office-gallery-wide{

    border-radius:22px;

}

.vc-un-office-gallery-vertical img,
.vc-un-office-gallery-wide img{

    display:block;

    width:100%;

    height:100%;

    object-fit:cover;

    transition:transform .6s ease;

}

.vc-un-office-gallery-vertical:hover img,
.vc-un-office-gallery-wide:hover img{

    transform:scale(1.025);

}


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

@media(max-width:991px){

    .vc-un-office-main-gallery{

        margin-bottom:75px;

    }

    .vc-un-office-main-gallery-head h2{

        font-size:27px;

    }

    .vc-un-office-main-gallery-head p{

        font-size:14px;

        line-height:2.1;

    }

    .vc-un-office-main-gallery-grid{

        grid-template-columns:190px minmax(0,1fr) 190px;

        gap:12px;

        height:450px;

    }

    .vc-un-office-gallery-vertical{

        border-radius:16px;

    }

    .vc-un-office-gallery-wide{

        border-radius:18px;

    }

}


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

@media(max-width:576px){

    .vc-un-office-main-gallery{

        margin-bottom:60px;

        padding-inline:18px;

    }

    .vc-un-office-main-gallery-head{

        margin-bottom:26px;

    }

    .vc-un-office-main-gallery-label{

        font-size:9px;

    }

    .vc-un-office-main-gallery-head h2{

        margin-bottom:14px;

        font-size:23px;

        line-height:1.7;

    }

    .vc-un-office-main-gallery-head p{

        font-size:14px;

        line-height:2.05;

    }


    /*
     * Mobile:
     * تصویر عریض بالا
     * دو تصویر عمودی پایین
     */

    .vc-un-office-main-gallery-grid{

        display:grid;

        grid-template-columns:1fr 1fr;

        grid-template-rows:auto auto;

        gap:10px;

        height:auto;

    }


    .vc-un-office-gallery-wide{

        grid-column:1 / 3;

        grid-row:1;

        height:auto;

        aspect-ratio:16 / 9;

        border-radius:15px;

    }


    .vc-un-office-gallery-vertical{

        height:auto;

        aspect-ratio:9 / 14;

        border-radius:13px;

    }


    .vc-un-office-gallery-vertical:nth-child(1){

        grid-column:1;

        grid-row:2;

    }


    .vc-un-office-gallery-vertical:nth-child(3){

        grid-column:2;

        grid-row:2;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb427cf *//*====================================*
* UN Office - Bathroom Section
*====================================*/

.vc-un-office-bathroom{

    width:100%;
    max-width:1300px;

    margin:0 auto 95px;

    padding-inline:20px;

    box-sizing:border-box;

}


/*====================================*
* Section Header
*====================================*/

.vc-un-office-bathroom-head{

    max-width:1300px;

    margin:0 auto 35px;

    text-align:right;

}


.vc-un-office-bathroom-label{

    display:inline-block;

    margin-bottom:12px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    color:#a51f27;

}


.vc-un-office-bathroom-head h2{

    margin:0 0 17px;

    font-size:29px;

    line-height:1.7;

    font-weight:700;

    color:#151515;

}


.vc-un-office-bathroom-head p{

    margin:0;

    font-size:15px;

    line-height:2.15;

    color:#5c5c5c;

}


/*====================================*
* Gallery
*====================================*/

.vc-un-office-bathroom-gallery{

    display:grid;

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

    gap:16px;

}


.vc-un-office-bathroom-gallery figure{

    margin:0;

    overflow:hidden;

    border-radius:18px;

    background:#f3f3f3;

}


.vc-un-office-bathroom-gallery img{

    display:block;

    width:100%;

    height:530px;

    object-fit:cover;

    transition:transform .5s ease;

}


.vc-un-office-bathroom-gallery figure:hover img{

    transform:scale(1.025);

}


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

@media(max-width:991px){

    .vc-un-office-bathroom{

        margin-bottom:75px;

    }


    .vc-un-office-bathroom-head h2{

        font-size:26px;

    }


    .vc-un-office-bathroom-head p{

        font-size:14px;

        line-height:2.1;

    }


    .vc-un-office-bathroom-gallery{

        gap:12px;

    }


    .vc-un-office-bathroom-gallery img{

        height:350px;

    }

}


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

@media(max-width:576px){

    .vc-un-office-bathroom{

        margin-bottom:60px;

        padding-inline:18px;

    }


    .vc-un-office-bathroom-head{

        margin-bottom:25px;

    }


    .vc-un-office-bathroom-label{

        font-size:9px;

    }


    .vc-un-office-bathroom-head h2{

        margin-bottom:14px;

        font-size:23px;

        line-height:1.7;

    }


    .vc-un-office-bathroom-head p{

        font-size:14px;

        line-height:2.05;

    }


    /*
     * تصاویر عمودی در موبایل
     * همچنان سه‌تایی و کنار هم
     */

    .vc-un-office-bathroom-gallery{

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

        gap:8px;

    }


    .vc-un-office-bathroom-gallery figure{

        border-radius:12px;

    }


    .vc-un-office-bathroom-gallery img{

        height:230px;

        object-fit:cover;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d25d3db *//*====================================*
* UN Office - Kitchen
*====================================*/

.vc-un-office-kitchen{

    width:100%;
    max-width:1300px;

    margin:0 auto 95px;

    padding-inline:20px;

    box-sizing:border-box;

}


/*====================================*
* Layout
*====================================*/

.vc-un-office-kitchen-inner{

    display:grid;

    grid-template-columns:500px minmax(0,1fr);

    align-items:center;

    gap:90px;

    max-width:1100px;

    margin:0 auto;

}


/*====================================*
* Vertical Image
*====================================*/

.vc-un-office-kitchen-image{

    width:100%;

}


.vc-un-office-kitchen-image figure{

    margin:0;

    overflow:hidden;

    border-radius:24px;

    background:#f3f3f3;

}


.vc-un-office-kitchen-image img{

    display:block;

    width:100%;

    height:560px;

    object-fit:cover;

    transition:transform .6s ease;

}


.vc-un-office-kitchen-image figure:hover img{

    transform:scale(1.025);

}


/*====================================*
* Content
*====================================*/

.vc-un-office-kitchen-content{

    max-width:510px;

}


.vc-un-office-kitchen-label{

    display:inline-block;

    margin-bottom:14px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    color:#a51f27;

}


.vc-un-office-kitchen-content h2{

    margin:0 0 20px;

    font-size:30px;

    line-height:1.7;

    font-weight:700;

    color:#151515;

}


.vc-un-office-kitchen-content p{

    margin:0;

    font-size:15px;

    line-height:2.2;

    color:#5c5c5c;

}


/*====================================*
* Detail Box
*====================================*/

.vc-un-office-kitchen-note{

    display:flex;

    align-items:center;

    gap:0;

    margin-top:30px;

    padding-top:20px;

    border-top:1px solid #e7e7e7;

}


.vc-un-office-kitchen-note span{

    margin-left:28px;

    font-size:11px;

    color:#999;

}


.vc-un-office-kitchen-note strong{

    position:relative;

    margin-left:25px;

    padding-left:25px;

    font-size:13px;

    font-weight:600;

    color:#222;

}


.vc-un-office-kitchen-note strong::before{

    content:"";

    position:absolute;

    right:0;

    top:50%;

    width:4px;

    height:4px;

    border-radius:50%;

    background:#a51f27;

    transform:translateY(-50%);

}


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

@media(max-width:991px){

    .vc-un-office-kitchen{

        margin-bottom:75px;

    }


    .vc-un-office-kitchen-inner{

        grid-template-columns:380px minmax(0,1fr);

        gap:50px;

    }


    .vc-un-office-kitchen-image img{

        height:480px;

    }


    .vc-un-office-kitchen-content h2{

        font-size:26px;

    }


    .vc-un-office-kitchen-content p{

        font-size:14px;

        line-height:2.1;

    }

}


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

@media(max-width:576px){

    .vc-un-office-kitchen{

        margin-bottom:60px;

        padding-inline:18px;

    }


    .vc-un-office-kitchen-inner{

        display:flex;

        flex-direction:column;

        gap:28px;

    }


    .vc-un-office-kitchen-image{

        width:100%;

    }


    .vc-un-office-kitchen-image img{

        height:auto;

        aspect-ratio:9 / 14;

        object-fit:cover;

    }


    .vc-un-office-kitchen-image figure{

        border-radius:17px;

    }


    .vc-un-office-kitchen-content{

        max-width:100%;

    }


    .vc-un-office-kitchen-label{

        margin-bottom:10px;

        font-size:9px;

    }


    .vc-un-office-kitchen-content h2{

        margin-bottom:15px;

        font-size:23px;

        line-height:1.7;

    }


    .vc-un-office-kitchen-content p{

        font-size:14px;

        line-height:2.05;

    }


    .vc-un-office-kitchen-note{

        margin-top:24px;

        flex-wrap:wrap;

        gap:14px 0;

    }


    .vc-un-office-kitchen-note span{

        width:100%;

        margin:0;

    }


    .vc-un-office-kitchen-note strong{

        margin-left:20px;

        padding-left:20px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33b3e2d *//*====================================*
* UN Office - Interior Coordination
*====================================*/

.vc-un-office-interior{

    width:100%;
    max-width:1300px;

    margin:0 auto 100px;

    padding-inline:20px;

    box-sizing:border-box;

}


/*====================================*
* Section Header
*====================================*/

.vc-un-office-interior-head{

    margin-bottom:40px;

    text-align:right;

}


.vc-un-office-interior-label{

    display:inline-block;

    margin-bottom:12px;

    font-size:10px;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    color:#a51f27;

}


.vc-un-office-interior-head h2{

    margin:0;

    font-size:30px;

    line-height:1.7;

    font-weight:700;

    color:#151515;

}


/*====================================*
* Main Layout
*====================================*/

.vc-un-office-interior-layout{

    display:grid;

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

    align-items:center;

    gap:70px;

}


/*====================================*
* Visual
*====================================*/

.vc-un-office-interior-visual{

    position:relative;

}


.vc-un-office-interior-visual figure{

    margin:0;

    overflow:hidden;

    border-radius:24px;

    background:#f3f3f3;

}


.vc-un-office-interior-visual img{

    display:block;

    width:100%;

    height:570px;

    object-fit:cover;

    transition:transform .6s ease;

}


.vc-un-office-interior-visual figure:hover img{

    transform:scale(1.02);

}


.vc-un-office-interior-caption{

    position:absolute;

    right:20px;

    bottom:20px;

    max-width:300px;

    padding:11px 15px;

    border-radius:8px;

    background:rgba(20,20,20,.82);

    color:#fff;

    font-size:11px;

    line-height:1.8;

}


/*====================================*
* Content
*====================================*/

.vc-un-office-interior-content{

    max-width:620px;

}


.vc-un-office-interior-content p{

    margin:0 0 20px;

    font-size:15px;

    line-height:2.2;

    color:#555;

}


.vc-un-office-interior-content p:last-child{

    margin-bottom:0;

}


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

@media(max-width:991px){

    .vc-un-office-interior{

        margin-bottom:75px;

    }


    .vc-un-office-interior-head h2{

        font-size:27px;

    }


    .vc-un-office-interior-layout{

        gap:40px;

    }


    .vc-un-office-interior-visual img{

        height:500px;

    }


    .vc-un-office-interior-content p{

        font-size:14px;

        line-height:2.1;

    }

}


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

@media(max-width:576px){

    .vc-un-office-interior{

        margin-bottom:60px;

        padding-inline:18px;

    }


    .vc-un-office-interior-head{

        margin-bottom:25px;

    }


    .vc-un-office-interior-label{

        font-size:9px;

    }


    .vc-un-office-interior-head h2{

        font-size:23px;

        line-height:1.7;

    }


    .vc-un-office-interior-layout{

        display:flex;

        flex-direction:column;

        gap:28px;

    }


    .vc-un-office-interior-visual{

        width:100%;

    }


    .vc-un-office-interior-visual figure{

        border-radius:17px;

    }


    .vc-un-office-interior-visual img{

        height:auto;

        aspect-ratio:4 / 3;

        object-fit:cover;

    }


    .vc-un-office-interior-caption{

        right:12px;

        bottom:12px;

        max-width:240px;

        padding:8px 11px;

        font-size:10px;

    }


    .vc-un-office-interior-content{

        max-width:100%;

    }


    .vc-un-office-interior-content p{

        margin-bottom:17px;

        font-size:14px;

        line-height:2.05;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef3faa1 *//*====================================
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:32px;

    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 html, class: .elementor-element-ccf5554 */.vc-projects-section{

padding:30px 5vw;

background:#fff;

}

.vc-projects-header{

max-width:1100px;

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 */