/* Signe Interior Business HTML-5 Template */

/*** 

====================================================================
	Attachment Css Files
====================================================================

***/



@import url('global.css');
@import url('header.css');
@import url('footer.css');
@import url('animate.css');
@import url('rtl.css');
@import url('dark-body.css');

@import url('slider.css');
@import url('about.css');
@import url('services.css');
@import url('accordion.css');
@import url('process.css');
@import url('clients.css');
@import url('projects.css');
@import url('pricing.css');
@import url('team.css');
@import url('testimonial.css');
@import url('news.css');
@import url('contact.css');
@import url('commited.css');
@import url('faq.css');
@import url('counter.css');
@import url('flaticon_interior.css');

@import url('cta.css');
@import url('shop.css');
@import url('privacy.css');
@import url('not-found.css');
@import url('coming-soon.css');
@import url('page-title.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('font-awesome.css');
@import url('fontawesome-free.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');
@import url('jquery.bootstrap-touchspin.css');

/* Areas Scroll */
.areas-scroll{
	max-height: 260px;
	overflow-y: auto;
	padding-right: 10px;
}

/* Scrollbar */
.areas-scroll::-webkit-scrollbar{
	width: 5px;
}

.areas-scroll::-webkit-scrollbar-thumb{
	background: #999;
	border-radius: 10px;
}

.areas-scroll::-webkit-scrollbar-track{
	background: #f1f1f1;
}
.services-scroll{
    max-height: 250px;
    overflow-y: auto;
    padding-right: 8px;
}

/* Scrollbar */
.services-scroll::-webkit-scrollbar{
    width: 6px;
}

.services-scroll::-webkit-scrollbar-track{
    background: #222;
    border-radius: 10px;
}

.services-scroll::-webkit-scrollbar-thumb{
    background: #ff6600;
    border-radius: 10px;
}


.floating_btn {
    position: fixed;
    bottom: 90px;
    right: 17px;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.floating_btn_two {
    position: fixed;
    bottom: 170px;
    right: 17px;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px #fff0
    }
}

.contact_icon img {
    border-radius: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none!important
}

.floating_btn_two .contact_icon img {
    border-radius: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    box-shadow: 0 0 0 0 #ff6600;
    -webkit-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none!important
}




.gallery-section{
    position: relative;
    padding: 100px 0px 70px;
}

.gallery-block{
    margin-bottom:30px;
}

.gallery-block_inner{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:all 0.4s ease;
}

.gallery-block_inner:hover{
    transform:translateY(-8px);
}

.gallery-block_image{
    position:relative;
    overflow:hidden;
}

.gallery-block_image img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:all 0.5s ease;
}

.gallery-block_inner:hover .gallery-block_image img{
    transform:scale(1.08);
}

.gallery-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.15));
    opacity:0;
    visibility:hidden;
    transition:all 0.4s ease;
}

.gallery-block_inner:hover .gallery-overlay{
    opacity:1;
    visibility:visible;
}

.overlay-content{
    position:absolute;
    left:25px;
    bottom:25px;
    right:25px;
}

.gallery-tag{
    display:inline-block;
    padding:6px 16px;
    background:#FD8900;
    color:#ffffff;
    font-size:13px;
    border-radius:30px;
    margin-bottom:15px;
}

.overlay-content h4{
    font-size:24px;
    line-height:34px;
    margin-bottom:20px;
}

.overlay-content h4 a{
    color:#ffffff;
}

.gallery-btn{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    background:#FD8900;
    color:#ffffff;
    display:inline-block;
    font-size:18px;
}

.gallery-content{
    padding:25px;
}

.gallery-date{
    font-size:14px;
    color:#777777;
    margin-bottom:12px;
}

.gallery-date i{
    color:#FD8900;
    margin-right:5px;
}

.gallery-content h5{
    font-size:20px;
    line-height:30px;
    margin:0;
}

.gallery-content h5 a{
    color:#111111;
    transition:all 0.3s ease;
}

.gallery-content h5 a:hover{
    color:#FD8900;
}

@media only screen and (max-width:767px){

    .gallery-block_image img{
        height:260px;
    }

    .overlay-content h4{
        font-size:20px;
        line-height:30px;
    }

}
.services-modern-section{
    position:relative;
    padding:90px 0px 70px;
    background:#f8f8f8;
}

.service-modern-block{
    margin-bottom:30px;
}

.service-modern-inner{
    position:relative;
    background:#ffffff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:all 0.5s ease;
    height:100%;
}

.service-modern-inner:hover{
    transform:translateY(-10px);
}

.service-modern-image{
    position:relative;
    overflow:hidden;
}

.service-modern-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:all 0.6s ease;
}

.service-modern-inner:hover .service-modern-image img{
    transform:scale(1.08);
}

.service-badge{
    position:absolute;
    left:20px;
    top:20px;
    background:#FD8900;
    color:#ffffff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    z-index:2;
}

.service-badge i{
    margin-right:6px;
}

.service-modern-content{
    padding:30px;
}

.service-meta{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:18px;
    padding:0;
    list-style:none;
}

.service-meta li{
    color:#666666;
    font-size:14px;
}

.service-meta li i{
    color:#FD8900;
    margin-right:5px;
}

.service-modern-content h3{
    font-size:24px;
    line-height:34px;
    margin-bottom:10px;
        /* height: 60px; */
}

.service-modern-content h3 a{
    color:#111111;
    transition:all 0.3s ease;
}

.service-modern-content h3 a:hover{
    color:#FD8900;
}

.service-modern-content p{
    color:#666666;
    font-size:15px;
    line-height:28px;
    margin-bottom:25px;
}

.service-btns{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.service-read-btn{
    background:#111111;
    color:#ffffff;
    border-radius:50px;
}

.service-read-btn:hover{
    background:#FD8900;
}

.whatsapp-btn{
    background:#25D366;
    color:#ffffff;
    padding:14px 24px;
    border-radius:50px;
    font-weight:600;
    transition:all 0.3s ease;
}

.whatsapp-btn:hover{
    background:#111111;
    color:#ffffff;
}

.whatsapp-btn i{
    margin-right:8px;
    font-size:18px;
}



