/*
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.   ***************/
.p-0{
	padding:0 !important;
}
.path-bg{
	background: url('/wp-content/uploads/2025/05/bg-2.png') no-repeat center center;
	background-size: 100% auto;
}
.path-bg.item-center > .col-inner{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.path-bg.item-center > .col-inner .button {
	max-width: 50%
}
footer{
	background: url('/wp-content/uploads/2025/05/bg-footer.png') no-repeat center center ;
	background-color: #000;
}
.header-main .nav > li > a{
	color: #ffF;
}
.header-main .nav > li.current_page_item > a{
	color: #e9b649;
}
footer span.widget-title{
	    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
	font-size: 1.3em;
}
footer ul.menu>li+li, footer .widget>ul>li+li{
	border: none;
}
footer ul.menu>li>a, footer .widget>ul>li>a{
	color: #fff;
}
.footer-2 #menu-main-menu-4{
	display: flex;
}
.footer-2 #menu-main-menu-4 li{
	border-right: 1px solid #fff;
}
.footer-2 #menu-main-menu-4 li a{
	padding: 0px 15px;
}
.footer-2 #menu-main-menu-4 li:last-child{
	border: none;
}
.footer-1 > div{
	border-bottom: 1px solid #fff;
}
.service-box{
	display: flex;
    flex-direction: column;
    padding: 0 20px 24px;
    border: 1px solid #e9b641;
    background-color: #fff;
	margin-bottom: 50px;
}
.service-box .box-text{
	padding-bottom: 0px;
}

.service-box .box-text h4{
	font-size: 1.5em;
	color: #000;
}
.service-box .box-text h5{
	font-size: 1.2em;
}
.service-box .box-text h5:after{
	width: 100px;
	height: 2px;
	background-image: linear-gradient(90deg, #a4833b, #e6c064);
	content: '';
	display: block;
	margin: 20px auto;
}
.service-box .box-text .button{
	margin-bottom: 0;
	background-image: linear-gradient(90deg, #a4833b, #e6c064);
	color: #fff;
	padding: 0px 20px;
	font-size: 1.2em;
	border-radius: 0;
	font-weight: 400;
	text-transform: capitalize;
	border: none;
}
.linear-bg{
	background-image: linear-gradient(90deg, #a4833b, #e6c064);
}
.service-box .box-image{
	margin-top: -30px;
}
.gallery-box img{
	border-radius: 10px;
}
.nav-dropdown-has-border .nav-dropdown{
	display: flex;;
}
.nav-dropdown-has-border .nav-dropdown a{
	border: none !important;
}
footer{
	color: #fff;
}
#mk-appointment-btn{
	position: fixed;
    right: 20px;
    bottom: 100px;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    z-index: 100;
}
#mk-appointment-btn h3{
	visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 10px 20px;
    background: #454545;
    color: #fff;
    border-radius: 5px;
    transition: visibility .4s linear, opacity .4s linear;
    pointer-events: none;
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0 100%);
	margin: 0;
}
#mk-appointment-btn:hover h3{
	visibility: visible;
    opacity: 1;
    width: fit-content;
    height: fit-content;
}
.v-icon{
	display: block;
	width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #e9b649;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
	color:#fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.mb-reverse > div:first-child{
		order: 2;
	}
	.mb-reverse > div:last-child{
		order: 1;
	}
	.path-bg.item-center > .col-inner .button{
		max-width: unset;
	}
	.path-bg.item-center .col-inner.text-left {
		padding-top: 20px !important;
	}
}