:root {
	--color-white: #fff;
	--color-black: #000;
	--color-main: #2680B5;
}

/* Áp dụng cho Chrome, Edge và Safari */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: var(--color-white);
}

::-webkit-scrollbar-thumb {
	background-color: var(--color-main);
	border-radius: 8px;
	border: none;
}

.nav-left {
	justify-content: space-around !important;
	font-size: 17px;
}





@font-face {
	font-family: 'CrimsonText';
	src: url('fonts/CrimsonText-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



/* Khai báo Crimson Text Bold */
@font-face {
	font-family: 'CrimsonText';
	src: url('fonts/CrimsonText-Bold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'CrimsonText' !important;
}










.hero-title {
	font-family: 'CrimsonText';
	font-size: 64px !important;
	font-weight: bold !important;
	margin-bottom: 15px;
}
hr {
	opacity:1 !important;
}

.hero-divider {
	width: 100%;
	max-width: 900px; 
	border: 0;
	border-top: 1px solid #fff;
}

.hero-description {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #fff !important;
	margin-bottom: 40px !important;
	margin-top: .5em !important;
}
.contact-page p {
	font-size: 18px;
}

.hero-button {
	display: inline-block;
	background-color: #43605e;
	color: #ffffff !important;
	padding: 12px 35px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s ease;
	border: none;
}

.hero-button:hover {
	background-color: #354d4b; 
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 35px;
	}
	.hero-description {
		font-size: 16px;
	}
}

.prime-page h2 {
	font-size: 48px !important;
	color: #000;
}

.prime-page p {
	font-size: 18px;
}
.prime-page h4,
.contact-page h4{
	font-size: 24px;
	color: #000;
}

.prime-page .image-lightbox .box-text {
	display: none
}











/* Tổng thể form */
.custom-cf7-form {
	max-width: 600px; /* Bạn có thể chỉnh lại độ rộng */
	margin: 0 auto;
	font-family: sans-serif;
}

/* Các ô input và textarea */
.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form textarea {
	width: 100% !important;
	border: 1px solid #e0e0e0 !important;
	padding: 25px 15px !important;
	margin-bottom: 15px !important;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	box-shadow: unset;
}

/* Chiều cao của textarea */
.custom-cf7-form textarea {
	height: 150px;
}

/* Dòng đính kèm file */
.file-attachment-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	color: #43605e; /* Màu xanh giống nút */
	font-size: 14px;
}

.attach-left {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #43605e;
    font-weight: 500;
    padding: 5px 0;
	font-size: 18px;
}


/* Quan trọng: Đây là lớp bọc ngoài mà Contact Form 7 tự tạo ra */
.attach-left .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
	
}


/* Ẩn nút chọn file mặc định của trình duyệt để làm đẹp hơn */
.hidden-file {
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    position: absolute;
    top: 0;
    left: 0;
}

.attach-left i {
    font-size: 18px; 
}

.attach-right {
    color: #777;
    font-size: 14px;
}


/* Nút Send */
.custom-cf7-form input[type="submit"] {
	width: 100% !important;
	background-color: #43605e !important; /* Màu xanh rêu đậm */
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 18px !important;
	padding: 15px !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer;
	text-transform: none !important; /* Giữ chữ Send không bị viết hoa toàn bộ */
	transition: background 0.3s ease;
	margin-bottom: 5px;
}

.custom-cf7-form input[type="submit"]:hover {
	background-color: #354d4b !important;
}

/* Đoạn text reCAPTCHA */
.recaptcha-text {
	font-size: 14px;
	color: #777;
	text-align: center;
	margin-top: 10px;
	line-height: 1.4;
}

/* Hiệu ứng focus khi bấm vào ô nhập liệu */
.custom-cf7-form input:focus, 
.custom-cf7-form textarea:focus {
	border-color: #43605e !important;
	outline: none;
}

.book-now {
	color: #000;
	font-size: 24px !important;
	margin-top: 5px;
	margin-bottom: 20px;
}


.business-hours-container {
    max-width: 350px;
    color: #5e5e5e;
}

/* Kiểu dáng cho dòng tóm tắt và các dòng chi tiết */
.hours-summary, .hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px; /* Theo yêu cầu của bạn */
    padding: 8px 0;
    cursor: pointer;
}

/* Căn lề cho phần thời gian và icon ở dòng đầu tiên khi mở */
.time-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrow-icon {
    font-size: 14px;
    color: #4a5b6d;
}

/* In đậm ngày hiện tại */
.hours-row.active {
    font-weight: bold;
    color: #333;
}

/* LOGIC ẨN HIỆN */

/* Mặc định: hiện Summary, ẩn Detailed */
.hours-summary { display: flex; }
.hours-detailed { display: none; }

/* Khi container có class .is-open: ẩn Summary, hiện Detailed */
.business-hours-container.is-open .hours-summary {
    display: none;
}

.business-hours-container.is-open .hours-detailed {
    display: block;
}

/* Thêm một chút khoảng cách cho các dòng phía dưới */
.hours-detailed .hours-row {
    padding: 5px 0;
}

.time-wrapper br {
	display: none
}

