/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.8.3
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Grandstander', sans-serif !important;
	font-size: 60px;
}
body {
	font-family: 'Inter', sans-serif !important;
	color: #000000;
}

.rate-content {
	height: 60px;
	margin: 0px !important;
}
.rate-content h1 {
	font-family: 'Outfix', sans-serif !important;
}

.rate-content p {
	font-size: 16px;
	color: #298EBD;
	font-weight: 700;
	font-family: 'Outfix', sans-serif !important;
}

.title-rate {
	align-content: center;
}

.section-box-step {
	padding: 64px 0px !important;
}
.box-step div {
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	padding: 20px;
	height: 100% !important;
}
.box-step h3 {
	color: #228CBC;
	font-weight: 500;
	font-size: 22px;
}
.box-step h1 {
	font-family: 'Outfix', sans-serif !important;
	font-size: 30px;
}
.box-step p {
	font-family: 'Inter', sans-serif !important;
	font-size: 16px;
	color: #000000;
}
.button-pick-up {
	height: 62px;
}
.button-bg-red {
	background-color: #FE0002;
	color: yellow;
	padding: 16px 112px;
	font-size: 20px;
	line-height: 0;
}
.btn-how-it-work {
	background-color: #FE0002 !important;
	color: yellow;
	padding: 16px 112px;
	font-size: 20px;
	line-height: 0;
}
.custom-footer {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	font-family: Arial, sans-serif;
}
.footer-column h3 {
	font-size: 18px;
	font-weight: bold;
	color: black;
}
.footer-column ul {
	list-style: none;
	padding: 0;
}
.footer-column ul li {
	margin: 5px 0;
}
.footer-column a {
	text-decoration: none;
	color: black;
}
.footer-column a:hover {
	text-decoration: none;
}
.footer-column i {
	font-size: 20px;
	margin-right: 10px;
	font-weight: bold;
}

.promo-box {
	display: inline-flex;
	align-items: center;
	justify-content: start;
	background-color: #81CCE9;
	padding: 10px 20px;
	border-radius: 50px;
	max-width: 600px;
}
.promo-text {
	color: #000;
	font-size: 16px;
	margin-right: 10px;
}
.promo-link {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #248CBC;
	font-weight: bold;
	text-decoration: underline;
}
.promo-link:hover {
	text-decoration: underline;
	color: #248CBC;
}
.promo-link i {
	font-size: 18px;
	color: #248CBC;
}

/* css box service trong tab */
.service-tab-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.service-tab-item {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1 1 30%;
	background-color: #ffffff;
}

.service-tab-item:hover {
	background-color: #81CCE9;
}

.service-tab-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-tab-header img {
    width: 50px;
    height: 50px;
}

.service-tab-header h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.service-tab-header p {
    color: #666;
    margin: 0;
}

.check-list {
    margin: 15px 0;
}

.check-list li {
	list-style: none;
	margin-bottom: 5px;
	position: relative;
	margin-left: 0px !important;
	background-color: #ffffff !important;
	color: #000000 !important;
}

.service-tab-price {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.service-tab-button {
    background-color: #f44336;
    color: #FEFE00;
    font-size: 22px;
    padding: 16px 112px;
    text-align: center;
    display: inline-block;
	width: 100%;
    text-decoration: none;
    border-radius: 9999px;
	font-weight: bold;
}

.service-tab-button:hover {
	color: #FEFE00;
}

.image-slide-wrapper .box {
    padding: 10px;
    text-align: center;
}

.image-slide-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.image-slide-wrapper img:hover {
    transform: scale(1.05);
}

.accordion-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.faq-item {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}

.faq-question {
	width: 100%;
	background: #fff;
	padding: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px !important;
}

.faq-icon {
	font-size: 16px;
	transition: transform 0.3s ease;
}

.faq-answer {
	display: none;
	padding: 15px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}
.localtion .button {
	background-color: #FE0002;
	color: yellow;
}
.why-choose {
	border-radius: 20px;
}
.button-bg-blue {
	background-color: #228CBC;
	color: white;
}
.btn-see-more {
	background-color: #228CBC !important;
	color: white;
}
.social-contact {
	border-radius: 20px;
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);

}
/* Tạo khoảng cách và căn giữa tiêu đề */
h2.text-center {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #0073aa; /* Màu xanh Flatsome */
    display: inline-block;
    padding-bottom: 5px;
}

/* Căn giữa bảng và làm nổi bật */
.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

/* Header bảng */
.shop_table thead {
    background: #0073aa;
    color: #fff;
    text-transform: uppercase;
}

.shop_table thead th {
    padding: 12px;
    text-align: left;
    font-size: 16px;
}

/* Dòng trong bảng */
.shop_table tbody tr {
    border-bottom: 1px solid #ddd;
    transition: background 0.3s ease-in-out;
}

.shop_table tbody tr:hover {
    background: #f4f4f4;
}

/* Ô trong bảng */
.shop_table tbody td {
    padding: 12px;
    font-size: 16px;
    color: #555;
}

/* Chỉnh màu sắc giá tiền */
.shop_table tbody td:last-child {
    font-weight: bold;
    color: #e60000;
}

.tab-service li {
    background-color: #81CCE9;
    color: white;
}

.nav-tabs>li.active>a {
    background-color: #228CBC;
}

.tab-service span {
	color: white;
}

.tab-service .tab-panels  {
	background-color: #228CBC;
}

.tab-service .tab-panels .button-bg-blue {
	color: white !important;
}

.box-service {
	border-radius: 10px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	padding: 0px !important;
}
.wpcf7-submit {
	background: red !important;
}
.iti {
  width: 100% !important;
}
.iti input[type="tel"] {
  width: 100% !important;
  box-sizing: border-box;
}
.iti input {
  min-width: 100% !important;
  max-width: 100% !important;
}
/* Căn giữa trên mobile */
@media screen and (max-width: 768px) {
	h2.text-center {
		font-size: 22px;
	}
    .shop_table thead {
        display: none;
    }

    .shop_table tbody tr {
        display: block;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 10px;
        padding: 10px;
    }

    .shop_table tbody td {
        display: block;
        text-align: right;
        position: relative;
        padding-left: 50%;
    }

    .shop_table tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }
	  .service-tab-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .service-tab-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .service-tab-header img {
        margin-bottom: 10px;
    }

    .service-tab-box {
        padding: 15px;
    }

    .check-list li {
        justify-content: center;
    }

    .service-tab-button {
		padding: 8px 24px;
    }
}