/* --- Định nghĩa biến màu và Font (Giữ nguyên) --- */

.text-primary { color: var(--vui-red) !important; }
.project-video{
	display:flex;
	align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 0px 10px 10px 10px;
}
.project-video .p-item{
	position: relative;
}
.project-video .p-item .fa{
	font-size: 5em !important
}

.grid{
	margin-right: 10px;
	margin-left: 10px;
}
.grid-sizer,
.grid-item {
	width: 24.5%; /* 3 cột trên desktop */
}

.grid-item {
	float: left;
	margin-bottom: 10px;
}

.grid-item img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

/* Cho màn hình tablet */
@media screen and (max-width: 768px) {
	.grid-sizer,
	.grid-item {
		width: 48.5%; /* 2 cột trên tablet */
	}
	
}

/* Cho màn hình điện thoại */
@media screen and (max-width: 480px) {
	.grid-sizer,
	.grid-item {
		width: 48.5%; /* 1 cột trên điện thoại */
	}
	.project-bodytext{
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
.icon-video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.icon-video .fa{
	font-size: 4em;
	color: rgb(255 255 255 / 70%)
}
.icon-video .fa:hover{
	color: rgb(255 0 0 / 70%)
}
.project-bodytext{
	padding: 2.4rem;
	border: 1px solid #eee;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	border-radius: 8px;
	font-size: 1.7rem;
	line-height: 1.625;
}
.project-bodytext p, .project-bodytext ul li{
	text-align: justify;
}
.project-bodytext h2{
	font-size: 3.15rem;
	margin-bottom: 1.6rem;
}
.project-bodytext h3{
	font-size: 2.8rem;
	margin-bottom: 1.6rem;
}
.project-bodytext ul li{
	margin-bottom: 1.6rem;
}
/* layouy.chup_anh */
.section-padding { padding: 7rem 0; }
.section-bg-light { background-color: var(--vui-light-grey); }
.section-title { font-size: 3.5rem; font-weight: 700; margin-bottom: 1.6rem; position: relative; padding-bottom: 2rem; }
.section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px; 
	background-color: var(--vui-red); 
}
.section-subtitle { font-size: 1.76rem; color: var(--vui-grey); margin-bottom: 4.8rem; font-weight: 400; }

.sectiom-hero { 
	position: relative;
	background-image: url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1364&q=80');
	background-size: cover;
	background-position: center 70%;
	background-attachment: fixed;
	color: white;
	padding: 17rem 0 20rem 0;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	margin-bottom: 0;
	z-index: 1;
}
.sectiom-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(120deg, rgba(227,6,19, 0.8), rgba(42, 42, 42, 0.8)); z-index: -1; }
.sectiom-hero .container { position: relative; z-index: 2; }
.sectiom-hero h2 {
	font-weight: 700;
	font-size: 4.8rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.sectiom-hero .lead {
	opacity: 0.95;
	font-weight: 400;
	font-size: 2rem;
	max-width: 750px;
	margin: 2.4rem auto 0 auto;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
/* --- Intro Section (Giữ nguyên) --- */
#intro {
	margin-top: -6.4rem;
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding: 4rem 2.4rem;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.07);
	margin-bottom: 6.4rem;
}
#intro p {
	font-size: 1.7rem; 
	color: var(--vui-dark);
	text-align: center;
}
#intro strong.text-primary { color: #E30613 !important; }
#intro strong.text-secondary { color: #6c757d !important; }

/* --- Ưu/Nhược Điểm Section (Giữ nguyên) --- */
#tu-chup .col, #services .col{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 4.8rem;
}
#tu-chup .col>*, #services .col>*{
    padding-right: calc(2.4rem * .5);
    padding-left: calc(2.4rem * .5);
	margin-top: 2.4rem;
}
#tu-chup .col .order-1{
	order: 1;
}
#tu-chup .col .order-2{
	order: 2;
}
#tu-chup h3{font-size: 2.8rem; margin-bottom: 1.6rem;}
#tu-chup h3 i {margin-right: 0.8rem;}
#tu-chup .card { border: 1px solid #eee; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; border-radius: 8px; background-color: #fff; height: 100%; overflow: hidden; border-left: 4px solid; }
#tu-chup .card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); }
#tu-chup .card.border-success { border-left-color: var(--vui-orange) !important; }
#tu-chup .card.border-danger { border-left-color: var(--vui-grey) !important; }
#tu-chup .card-body { padding: 1.8rem; }
#tu-chup .card-title { margin-bottom: 1.2rem; font-weight: 600; display: flex; align-items: center; font-size: 1.3rem; }
#tu-chup .card-title i { font-size: 1.6rem; margin-right: 0.8rem; }
#tu-chup .card-title.text-success { color: var(--vui-orange) !important; }
#tu-chup .card-title.text-danger { color: var(--vui-grey) !important; }
#tu-chup .list-unstyled li { padding-bottom: 1.12rem; display: flex; align-items: flex-start; font-size: 1.7rem; margin-bottom: 1.6rem;}
#tu-chup .list-unstyled i { margin-right: 0.8rem; margin-top: 0.7rem; flex-shrink: 0; font-size: 1.76rem; }
#tu-chup .list-unstyled .bi-check-circle { color: var(--vui-orange); }
#tu-chup .list-unstyled .bi-x-octagon { color: var(--vui-grey); }

/* --- "Tại Sao Nên Thuê" Section (Giữ nguyên) --- */
#thue-dich-vu { position: relative; background-color: var(--vui-light-grey); }
#thue-dich-vu ol { list-style: none; padding-left: 0; }
#thue-dich-vu li { position: relative; padding-left: 45px; margin-bottom: 2rem; font-size: 1.05rem; }
#thue-dich-vu li::before { content: "\F28A"; font-family: 'bootstrap-icons'; position: absolute; left: 0; top: 2px; width: 30px; height: 30px; background-color: rgba(var(--vui-orange-rgb), 0.1); color: var(--vui-orange); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; }
#thue-dich-vu li strong { display: block; margin-bottom: 0.3rem; font-weight: 600; font-size: 1.1rem; color: var(--vui-dark); font-family: var(--vui-font-heading); }
.benefit-item {
	/* Optional: Add background or border if needed */
	/* background-color: #fff; */
	/* border: 1px solid #eee; */
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 2.4rem
}
.benefit-item:hover {
	 /* Optional: Add hover effect */
	/* transform: translateY(-5px); */
	/* box-shadow: 0 8px 20px rgba(0,0,0,0.07); */
}
.benefit-icon {
	width: 65px; /* Adjust size */
	height: 65px;
	background-color: rgba(var(--vui-red-rgb), 0.1); /* Light orange background */
	color: var(--vui-red);
	border-radius: 50%;
	display: inline-flex; /* Center icon */
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin-bottom: 1.6rem;
}
.benefit-icon i {
	font-size: 2.8rem; /* Adjust icon size */
}
.benefit-item:hover .benefit-icon {
	 /* Optional: Add hover effect for icon */
	/* background-color: var(--vui-orange); */
	/* color: #fff; */
}
.benefit-title {
	font-family: var(--vui-font-heading);
	font-size: 1.8rem; /* Adjust title size */
	font-weight: 600;
	color: var(--vui-dark);
	margin-bottom: 0.8rem;
}
.benefit-description {
	font-size: 1.7rem;
	color: var(--vui-grey);
	line-height: 1.6; /* Adjust line height */
}

 /* --- Services Section - NEW --- */
#services { background-color: #fff; } /* White background */
.service-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
}
.service-item {
	text-align: center;
	padding: 2rem 1rem;
	border: 1px solid #eee;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
	height: 100%; /* Ensure items have same height */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border-color: var(--vui-red);
}
.service-icon {
	width: 70px;
	height: 70px;
	background-color: rgba(var(--vui-red-rgb), 0.1); /* Light orange background */
	color: var(--vui-red);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	transition: all 0.3s ease;
}
.service-icon i, .service-icon  svg{
	font-size: 2.2rem; /* Icon size */
}
.service-item:hover .service-icon {
	background-color: var(--vui-red);
	color: #fff;
}
.service-title {
	font-family: var(--vui-font-heading);
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--vui-dark);
	margin-bottom: 1.28rem;
}
.service-description {
	font-size: 1.7rem;
	color: var(--vui-grey);
	flex-grow: 1; /* Allow description to take remaining space */
}
/* --- Kết Luận Section (Giữ nguyên) --- */
#ket-luan { background-color: var(--vui-light-grey); } /* Alternating bg */
#ket-luan .lead { max-width: 800px; margin: 0 auto 4rem auto; font-size: 1.7rem; color: var(--vui-dark); font-weight: 400; }
#ket-luan .btn-primary {
	background-color: var(--vui-red);
	border-color: var(--vui-red);
	color: #fff;
	padding: 0.7rem 1.8rem;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.3s ease;
	font-family: var(--vui-font-heading);
}