/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
 /* CSS từ file gốc */
.nhom-dich-vu-block {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 20px;
	border: 1px solid #d3d3d3;
}

.nhom-dich-vu-block h3.nhom-dich-vu-title {
	background: #16214b;
	color: white !important;
	margin: 0;
	padding: 10px 20px;
	font-size: 20px;
	position: relative;
	font-style: normal;
	text-transform: capitalize;
	border-radius: 10px;
}

.nhom-dich-vu-block h4.dich-vu-title {
	font-style: normal;
	text-transform: capitalize;
	display: flex;
	margin: 0;
	font-size:18px;
	font-weight: 400;
}

.nhom-dich-vu-block .dich-vu-title-link{
	font-style: normal;
	text-transform: capitalize;
	display: flex;
	margin: 0;
	font-weight: 400;
	color: #16214B;
	text-decoration: none;
}

.nhom-dich-vu-block .dich-vu-title-link:hover{
	text-decoration: underline;
}

.nhom-dich-vu-title::after {
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
}

.dich-vu-grid {
	padding: 15px 0 0;
}

.dich-vu-item {
	display: flex;
	align-items: center;
	padding: 5px;
	transition: all 0.3s ease;
	position: relative;
	border-radius: 8px;
	margin-top: 5px;
}

.dich-vu-item:hover {
	background-color: #f8f9fa;
}

.dich-vu-item.selected {
	background-color: #f8f9fa;
   
}

.dich-vu-content {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dich-vu-info {
	flex-grow: 1;
}

.dich-vu-excerpt {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.4;
}

.dich-vu-content a.dich-vu-link {
	color: #F97400;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	margin-left: 15px;
	position: relative;
	margin-top: 3px;
}

.dich-vu-link::before {
	content: '→';
	margin-right: 5px;
	right: -20px;
	top: -1px;
	position: absolute;
	transform: rotate(-45deg);
}

.dich-vu-link:hover {
	color: #e55a2b;
	text-decoration: underline;
}

.dich-vu-price {
	font-size: 16px;
	font-weight: 700;
	color: #3b4a6b;
	margin-left: 20px;
	white-space: nowrap;
}

.dich-vu-checkbox {
	margin-left: 15px;
	position: relative;
}

.dich-vu-checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: #3b4a6b;
	cursor: pointer;
	display: flex;
}

/* Thanh giỏ hàng sticky */
#cartSticky{
	background: #16214B
}
.cart-sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	padding: 15px 20px;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
	transform: translateY(100%);
	transition: transform 0.3s ease;
	z-index: 1000;
}

.cart-sticky.show {
	transform: translateY(0);
}

.cart-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.cart-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cart-count {
	background: #F97400;
	color: white;
	padding: 5px 12px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 14px;
}

.cart-total {
	font-size: 18px;
	font-weight: bold;
}

.cart-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.cart-toggle {
	background: #F97400 !important;
	color: white !important;
	border: none;
	padding: 10px 15px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s ease;
	display: flex;
	align-items: center;
	gap: 5px;
}

.cart-toggle:hover {
	background: #e55a2b !important;
}

.cart-clear {
	background: white !important;
	color: #16214B !important;
	border: 1px solid #16214B !important;
	padding: 8px 12px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cart-clear:hover {
	background: white !important;
	color: #16214B !important;
}

/* Modal giỏ hàng */
.cart-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2000;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.cart-modal.show {
	display: flex;
}

.cart-modal-content {
	background: white;
	border-radius: 12px;
	padding: 20px;
	max-width: 600px;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
}

.cart-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 15px;
}

.cart-modal-title {
	font-size: 24px;
	font-weight: bold;
	color: #16214B;
	margin: 0;
}

.cart-close {
	background: none;
	border: none;
	font-size: 24px !important;
	padding: 5px 10px !important;
	border-radius: 0 !important;
}

.cart-close:hover {
	color: #333;
}

.cart-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 10px;
	background: #f9f9f9;
}

.cart-item-info {
	flex-grow: 1;
}

.cart-item-name {
	font-weight: bold;
	color: #16214B;
	margin-bottom: 5px;
}

.cart-item-category {
	font-size: 12px;
	color: #666;
	background: #e0e0e0;
	padding: 2px 8px;
	border-radius: 4px;
	display: inline-block;
}

.cart-item-price {
	font-weight: bold;
	color: #3b4a6b;
	margin-left: 15px;
}

.cart-item-remove {
	background: #ff4444;
	color: white;
	border: none;
	padding: 5px 8px;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
	font-size: 12px;
}

.cart-item-remove:hover {
	background: #cc0000;
}

.cart-modal-footer {
	border-top: 2px solid #f0f0f0;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}

.cart-modal-total {
	font-size: 20px;
	font-weight: bold;
	color: #16214B;
	margin-bottom: 15px;
}

.cart-modal-actions {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.cart-btn {
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.3s ease;
}

.cart-btn-primary {
	background: #16214B;
	color: white;
}

.cart-btn-primary:hover {
	background: #2a3355;
}

.cart-btn-secondary {
	background: transparent;
	color: #16214B;
	border: 2px solid #16214B;
}

.cart-btn-secondary:hover {
	background: #16214B;
	color: white;
}

/* Empty cart state */
.cart-empty {
	text-align: center;
	padding: 40px 20px;
	color: #666;
}

.cart-empty-icon {
	font-size: 48px;
	margin-bottom: 15px;
	opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
	.cart-modal-actions{
		flex-direction: column;
	}
	#cartToggle, #cartClear, #cartCloseStiky{
		padding: 10px 15px;
		width:100%
	}
	.nhom-dich-vu-block{
		padding:15px;
	}
	.cart-content {
		gap: 15px;
		text-align: center;
	}
    .cart-info{
		flex-direction: column;
		align-items: baseline;
		gap: 5px;
	}
	.cart-count{
		padding: 0px 10px;
		font-size: 12px;
	}
	.cart-total {
		font-size:16px
	}
	.cart-actions{
		flex-direction: column;
	}

	.cart-modal-content {
		margin: 10px;
		padding: 20px;
	}

	.cart-item {
		align-items: flex-start;
		gap: 5px;
		padding: 10px;
	}

	.cart-item-price,
	.cart-item-remove {
		margin-left: 0;
        padding: 4px 6px!important
	}
	.cart-item-remove {
		border-radius: 4px !important
	}
	.cart-sticky{
		padding:10px;
	}

	.dich-vu-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.dich-vu-content {
		width: 100%;
		gap: 4px;
	}
	
	
	.dich-vu-link {
		display: none;
		/* margin-left: 0;
		margin-top: 10px; */
	}

	.nhom-dich-vu-block h4.dich-vu-title {
		font-size: 16px;
	}
}

/* Animation cho checkbox selection */
@keyframes checkboxPulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

.dich-vu-checkbox input[type="checkbox"]:checked {
	animation: checkboxPulse 0.3s ease;
}

/* Custom checkbox style */
input[type="checkbox"] {
	padding: 0 !important;
	border: 1px solid #8f9bb3 !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

/*.demo-container {
	max-width: 1200px;
	margin: 0 auto;
}

.demo-header {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}*/

/* ========================
 * Header
 * ======================== */

/* Header - default */
#immbda-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1043;
	transition: all 0.3s ease;
	background: linear-gradient(120deg, var( --e-global-color-8886480 ) 0%, var( --e-global-color-d345fd2 ) 44%);
	box-shadow: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Header pages - when scroll */
#immbda-header.scrolled {
	background: linear-gradient(120deg, var( --e-global-color-8886480 ) 0%, var( --e-global-color-d345fd2 ) 44%);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	padding-top: 0;
	padding-bottom: 0;
}

/* Header home - default*/
body.home #immbda-header {
	background: transparent;
}

/* Header home - when scroll */
body.home #immbda-header.scrolled {
	background: linear-gradient(120deg, var( --e-global-color-8886480 ) 0%, var( --e-global-color-d345fd2 ) 44%);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	padding-top: 0;
	padding-bottom: 0;
}

/* ========================
 * Menu mobile
 * ======================== */
#ekit-megamenu-mainmenu {
	background: transparent !important;
}

.imm-bda-nav-menu .elementskit-dropdown .menu-item {
	padding: 8px 10px !important;
}

@media (max-width: 1024px) {
	#ekit-megamenu-mainmenu {
		background: var(--e-global-color-secondary) !important;
	}
	.elementskit-submenu-indicator {
		border: none !important;
	}
	.imm-bda-nav-menu .elementskit-dropdown .menu-item {
		padding: 6px 8px !important;
	}
}

.elementskit-nav-identity-panel {
	padding-bottom: 20px !important;
}

.elementskit-menu-overlay {
	transition: all .3s cubic-bezier(.6,.1,.68,.53) .1s !important;
}
.elementskit-menu-overlay.active {
	transition: all .3s cubic-bezier(.22,.61,.24,1) 0s !important;
}
.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
	transition: left .3s cubic-bezier(.6,.1,.68,.53) !important;
}

/* 
 ========================
 * Collapse
 * ======================== */
 .collapse {
	visibility: inherit !important;
 }

 /* ========================
 * Scroll to top button
 * ======================== */
 .scroll-to-top.elementor-widget-elementskit-back-to-top {
	z-index: 999 !important;
 }
