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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header {
	background-color: color-mix(in oklab, #fcfcfc 60%, transparent);
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, input[type=submit]{
	box-shadow: unset !important;
	border-radius: 10px;
}
.wm-intro .header{
	    background-color: var(--primary-color);
    position: absolute;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 0;
    left: 0;
}
.wm-intro .header h3{
	color: #fff;
}
.wm-intro .wpcf7{
	    margin-top: 40px;
}
.title-page h2, .title-page h1{
    position: relative;
    color: #1e3016;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 10px;
}

.title-page h2:after, .title-page h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: var(--primary-color);
}
.wm-price-table p{
	margin-bottom: 0 !important;
}
.wm-r .reason .icon-box-img{
	width: 100px !important;
    height: 100px;
	background-color: rgb(77 166 39 / 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.wm-r .reason .icon-box-img img {
    width: 70px;
}
/* Service */
.wm-service .service .col-inner{
	background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
	transition: 0.5s;
}
.wm-service .service .col-inner:hover{
	border: 1px solid var(--primary-color);
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
}
.wm-service .service .col-inner h5{
	transition: 0.5s;
}
.wm-service .service .col-inner:hover h5{
	color: var(--primary-color);
}
.wm-service .service .col-inner .box-text{
	padding: 15px 25px !important;
}
.wm-service .is-divider, .wm-blog .is-divider{
	display: none;
}
.wm-service .service .col-inner .box-text .button, .wm-blog .col-inner .box-text .button{
	font-size: 14px;
    color: var(--primary-color);
    text-transform: math-auto;
}
.wm-service .image-cover img{
	    object-position: 32% 85% !important;
}
.wm-blog .single .box-blog-post{
	display: flex;
	align-items: center;
	gap: 85px;
	transition: 0.5s;
}
.wm-blog .single .post-title, .wm-blog .list .post-title{
	font-size: 30px;
	transition: 0.5s;
}
.wm-blog .single .box-blog-post:hover .post-title, .wm-blog .list .box-blog-post:hover .post-title{
	color: var(--primary-color);
	transition: 0.5s;
}
.wm-blog .single .box-blog-post > a:first-of-type {
	width: 50%;
}
.wm-blog .single .box-blog-post .box-text{
	width: 50%;
}
.wm-blog .single .col-inner, .wm-blog .list .col-inner, .blog-archive .col-inner{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 10px;
    overflow: hidden;
}
.wm-blog .single .from_the_blog_excerpt{
	font-size: 16px;
}
.wm-blog .single .post-meta{
	position: absolute;
    top: 5px;
    left: 165px;
	font-size: 14px;
}
.wm-blog .single .post-tags-blog-element{
	background-color: color-mix(in oklab, #2b7fff 10%, transparent);
    padding: 3px 15px;
    border-radius: 99px;
    border: 1px solid #bedbff;
    width: fit-content;
	position: absolute;
    top: 0;
}
.wm-blog .single .blog-tag, .wm-blog .list .blog-tag, .blog-archive .blog-tag{
	color: #155dfc;
	font-weight: 500;
}
.wm-blog .list .box-text, .blog-archive .box-text{
	padding: 10px 20px;
	height: 185px;
}
.wm-blog .list .post-title,  .blog-archive  .post-title{
	font-size: 20px;
}
.wm-blog .list .post-tags-blog-element, .blog-archive .post-tags-blog-element{
	background-color: color-mix(in oklab, #2b7fff 10%, transparent);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 3px 15px;
    border-radius: 99px;
    border: 1px solid #bedbff;
    width: fit-content;
	position: absolute;
    top: -200px;
}
.blog-archive .post-tags-blog-element{
	top: -230px  !important;
}
.wm-blog .list .box-text  > a:first-of-type,.blog-archive .box-text  > a:first-of-type,.blog-archive .badge { display: none;}
/* Single Post */
.single-post .post-sidebar{
	padding: unset !important;
	border-left: unset !important;
}
.p-l-sidebar{
	padding: 10px 20px 10px 20px;
    border-radius: 10px;
    border: 1px solid rgb(222, 222, 222);
}

.post-sidebar .widget-area{
	position: sticky;
    top: 110px;
	transition: 0.5s;
}
.post-share-wrapper {
            margin: 30px 0;
            padding: 20px 0;
            border-top: 1px solid #eee;
        }
        
        .share-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #333;
        }
        
        .share-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .share-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 5px 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            transition: all 0.3s ease;
            background: #fff;
        }
        
        .share-button:hover {
            background: #f5f5f5;
            border-color: #bbb;
            transform: translateY(-2px);
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .share-button i {
            font-size: 16px;
        }
        
        .facebook-share:hover {
            background: #1877f2;
            color: #fff;
            border-color: #1877f2;
        }
        
        .twitter-share:hover {
            background: #1da1f2;
            color: #fff;
            border-color: #1da1f2;
        }
        
        .email-share:hover {
            background: #ea4335;
            color: #fff;
            border-color: #ea4335;
        }
        
        .copy-link:hover {
            background: #34a853;
            color: #fff;
            border-color: #34a853;
        }
        
        @media (max-width: 768px) {
            .share-buttons {
                flex-direction: column;
            }
            
            .share-button {
                width: 100%;
                justify-content: center;
            }
        }
/* Footer */
.ft-custom .ux-menu-link__text, .ft-custom .ux-menu-link__icon {
	color: #fff !important;
}
.ft-custom  .section-title-container{
	margin-bottom: 0.5em !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.wm-blog .single .box-blog-post{
		display: inline;
	}
	.wm-blog .single .box-blog-post .box-text{
		width: 100%;
		        padding: 10px 20px;
	}
	.wm-blog .single .box-blog-post > a:first-of-type {
    	width: 100%;
	}
	.wm-blog .single .post-tags-blog-element{
		top: -290px;
	}
	.blog-archive .post-tags-blog-element{
		top: -210px  !important;
	}
	.single-post .post-sidebar {
    	padding: 30px !important;
	}

}