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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

a.button.primary.is-link.is-small.bt-height {
    height: 1.8em !important;
}
a.button.primary.is-link.bt-height {
    height: 1.8px;
}
.mb-0{
	margin-bottom:0px !important
}
.pd-0{
	padding-bottom:0px !important
}
.color-icon {
    color: #ffffff;
    display: inline-block;
    font-size: .85em;
    vertical-align: middle;
    gap: 30px;
    display: flex;
    justify-content: center;
}
.border-rounded{
	overflow: hidden;
    border-radius: 20px !important;
}
.bg-back{
	z-index:-1
}

.tabs-custom .nav {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(244, 167, 98, 0.535);
	border-left: 1px solid rgba(244, 167, 98, 0.535);
	border-right: 1px solid rgba(244, 167, 98, 0.535);
    padding: 0;
    margin: 0;
    list-style: none;
}

.tabs-custom .nav>li {
	margin:0px !important
}

.tabs-custom .nav .tab {
    flex: 1;
	display: flex;
	align-items: center;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-right: 1px solid rgba(244, 167, 98, 0.535);
    background: white;
    transition: background 0.3s ease-in-out;
}

.tabs-custom .nav .tab:last-child {
    border-right: none;
}

.tabs-custom .nav .tab.active {
	background: #f4e1d0; }

.tabs-custom .nav .tab a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
}

.tabs-custom .nav .tab.active a {
    font-weight: bold;
}
.tab-panels {
    padding-top:0px !important;
}
a.button.open-video.icon.circle.is-outline.is-xlarge {
    height: auto;
	z-index: 999999 !important;
	border: none;
}
.z-index-button{
	z-index: 999999 !important;
}
.icon-play {
    background-image: url('https://wp.cloud1.me/ysdetailing/wp-content/uploads/2025/03/Group-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px; 
    height: 100px;
    content: "";
}
.icon-play:before {
    content: none !important;
    display: none !important;
}
video {
    height: 500px;
}
a.icon.primary.button.circle.is-small {
    height: auto !important;
}