/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#ws247-aio-ct-button-hl.hotline-on-right .phonering-alo-phone{
	right: 0;
}

#ft-contact-icons-out-m.ft-pn-s{
	background: linear-gradient(to top, #02BBB7 0%, #016B69 100%);
	box-shadow: none !important;
	border: none !important
}

html {
  /*scroll-behavior: smooth;*/
}

.anchor  {
  	scroll-margin-top: 30px;
	scroll-behavior: smooth;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.mt-1{
    margin-top: 1em;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mb-1{
    margin-bottom: 1em !important;
}

.mb-2{
    margin-bottom: .2em !important;
}

.mb-5{
    margin-bottom: .5em !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

.pb-1{
    padding-bottom: 1em !important;
}

.pb-2{
    padding-bottom: .2em !important;
}

.pb-5{
    padding-bottom: .5em !important;
}

.br-10 .col-inner{
    border-radius: 10px; 
    overflow: hidden;
}

.br-20 img{
    border-radius: 20px;
}

.no-list{
    list-style: none;
}

.no-list li{
    margin-left: 0 !important;
}

.highlight{
    color: var(--primary-color);
    font-weight: bold;
}

.highlight-2{
    color: rgb(255, 184, 26);
}

.icon-box:has( .link-absolute){
    /*position: relative;*/
    height: 100%;
}

.link-absolute{
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: rgb(255, 184, 26) !important;
    text-decoration: underline;
    font-style: italic;
}

/* Header */
.header-icon-box a{
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 4px 8px -2px #BF891540;
    padding: 4px;
    border-radius: 99px;
    background: #fff;
}

.header-icon-box .icon{
    height: 36px;
    width: 36px;
    padding: 5px;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-icon-box.calendar .icon{
    background: #F3EADA;
}

.header-icon-box.phone-call .icon{
    background: #ECFDFC;
}

.header-icon-box .content{
    padding-right: 12px;
    color: #000;
    font-weight: bold;
}


/* Footer */
.footer-partner .box-image{
    padding: 5px;
    border-radius: 8px;
    background-color: #fff;
}

.footer-partner .box-image img{
    width: 100%;
    object-fit: contain;
}

.footer-partner .gallery-col *{
    height: 100%;
}

/* Main */
.box.has-shadow{
    height: 100%;
    box-shadow: 0px 4px 8px -2px #11A39A40;
    padding: 15px;
    border-radius: 10px;
}

.col.has-shadow .col-inner{
    box-shadow: 0px 4px 8px -2px #11A39A40;
}

.mfp-close-btn-in .mfp-close{
    opacity: 1;
}

.gradient-bg{
    background: linear-gradient(90deg, #02BBB7 0%, #016B69 100%);
}

.has-form form{
    margin-bottom: 0;
}

.has-form input.wpcf7-form-control::placeholder{
    color: #BF8915;
}

.has-form .wpcf7-submit{
    width: 100%;
    background-color: #BF8915;
    color: #fff;
    margin-bottom: 0;
}

.has-form .wpcf7-spinner{
    display: none;
}

.mobile-last{
    order: 9
}

.lightbox-by-id{
    border-radius: 10px;
}

ul.custom-marker{
    list-style: none;
    margin-bottom: 0;
}

ul.custom-marker li{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 0;
}

ul.custom-marker li:last-child{
    margin-bottom: 0;
}

ul.custom-marker li:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-size: cover;
}

ul.negative li:before{
    background: url(/wp-content/uploads/2025/05/Help.png) no-repeat center;
}

ul.affirmative li:before{
    background: url(/wp-content/uploads/2025/05/Check-circle.png) no-repeat center;
}

/*Bottom bar*/
#bottom-bar {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
}
#bottom-bar .fa {
    display: block;
    margin-bottom: -5px;
    font-size: 17px;
    line-height: 1;
}
#bottom-bar .col-bot {
    width: 100%;
    text-align: center;
    padding-top: 12px;
}
#bottom-bar .col-bot a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
#bottom-bar .col-bot a span {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
}
#bottom-bar .col-bot-center {
    width: 80%;
    padding-top: 0;
}
#bottom-bar .col-bot-center .fa {
    line-height: 60px;
    font-size: 150%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#bottom-bar .col-bot a svg {
    fill: #fff;
    height: 22px;
    display: block;
    width: 100%;
    margin-bottom: -4px;
}
#bottom-bar .col-bot-center a {
    background: rgba(224, 146, 46, 1);
    background: -moz-linear-gradient(
        -45deg,
        rgba(224, 146, 46, 1) 0%,
        rgba(235, 80, 23, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0%, rgba(224, 146, 46, 1)),
        color-stop(100%, rgba(235, 80, 23, 1))
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(224, 146, 46, 1) 0%,
        rgba(235, 80, 23, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(224, 146, 46, 1) 0%,
        rgba(235, 80, 23, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(224, 146, 46, 1) 0%,
        rgba(235, 80, 23, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(224, 146, 46, 1) 0%,
        rgba(235, 80, 23, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0922e', endColorstr='#eb5017', GradientType=1 );
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    border-radius: 999px;
    margin: auto;
    margin-top: -30px;
}

#bottom-bar #bottom-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 -2px 10px rgba(0 0 0 / 20%));
    filter: drop-shadow(0 -2px 10px rgba(0 0 0 / 20%));
}

#bottom-bar #bottom-bg-1 {
    fill: var(--primary-color);
    width: auto;
    height: 55px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: -5;
}

#ft-contact-icons .ws247-icon-map .icon{
	background-color: #fff
}

#ft-contact-icons .ws247-icon-map .icon i{
	background: url(/wp-content/uploads/2025/05/svgviewer-png-output.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
}

#ft-contact-icons .ws247-icon-map .icon i:before{
	opacity: 0
}

.img.footer-partner .img-inner{
	height: 36px;
}

.img.footer-partner img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.entry-header .entry-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.entry-header .entry-meta .author-meta{
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-header .entry-meta .posted-on{
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-sidebar .recent-blog-posts .badge{
    width: 5em;
    height: 5em;
}

.post-sidebar .recent-blog-posts .post_comments{
	display: none
}

.box-blog-post{
    box-shadow: 0px 16px 40px -8px #585C5F29;
    border-radius: 8px;
}

.box-blog-post .box-text{
    padding: 16px;
}

.box-blog-post .from_the_blog_comments{
    display: none;
}

#footer iframe{
	width: 100% !important;
}

@media (max-width: 1024px){
    .service-box .icon-box-img{
        width: 100px !important;
    }
    
    .link-absolute{
        bottom: 5px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-icon-box .icon{
        height: 24px;
        width: 24px;
    }
    
    .desktop-br br{
        display: none;
    }
    
    .service-box{
        /*display: flex;*/
        /*flex-direction: column;*/
        /*align-items: start !important;*/
    }
    
    .service-box .icon-box-img{
        /*margin-bottom: 20px;*/
        width: 50px !important;
    }
    
    .service-box .icon-box-text{
        /*padding-left: 0 !important;*/
        /*margin: 0;*/
    }
    
    .service-box .icon-box-text .text{
        font-size: 52% !important;
    }
    
    .service-box .link-absolute{
        font-size: 9px;
    }
    
    #logo img {
        max-height: 45px;
        opacity: 0;
    }
    .logo a {
        background-image: url('/wp-content/uploads/2025/05/LOGO.png'); 
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
    }
    .logo a {
        text-decoration: none;
        display: block;
        color: #446084;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: bolder;
        margin: 0;
    }
	
	.mfp-container{
		padding: 5px
	}
	
	.lightbox-content{
		padding: 5px !important;
		max-width: 100% !important;
		overflow-x: hidden
	}
	
	.mb-justify{
		text-align: justify
	}
	
	.section-price .text-box{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#logo img{
		height: 70px;
	}
	
	#bottom-bar{
		display: flex;
	}
	
	#ws247-aio-ct-button-hl, #ft-contact-icons.contact-icons-right{
		display: none
	}

}


