.sec-product {
	padding: 50px 0;
	background: #f2f2f2;
}

.sec-product.bg-white {
	background: white;
	padding: 25px 0;
}

/* product detail */
.product-image {
	gap: 10px 0;
}

.product-image__for-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;

}

.product-image__for-item::before {
	content: "";
	padding-top: 65%;
	display: block;
}

.product-image__for-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-image__nav .slick-list {
	margin: 0 -5px;
}

.product-image__nav-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.product-image__nav-item:not(.slick-current) {
	opacity: 0.5;
}

.product-image__nav-item::before {
	content: "";
	padding-top: 75%;
	display: block;
}

.product-image__nav-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 992px) {

	/* 
	.product-image {
		flex-direction: row-reverse;
	} */
}

/* Project Info Styles */
.project-info {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border-radius: 12px;
	padding: 25px 15px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.project-info::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--bg-gradient2);
}

.project-info:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.project-info__title {
	font-size: 24px;
	font-weight: 700;
	color: transparent;
	background: var(--bg-gradient2);
	background-clip: text;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
}

.project-info__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: var(--bg-gradient2);
	border-radius: 2px;
}

.project-info .noi_dung_in {
	margin-bottom: 25px;
	color: #475569;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
}

.project-info .noi_dung_in p {
	margin-bottom: 12px;
	color: #475569;
}

.project-info .noi_dung_in p:last-child {
	margin-bottom: 0;
}

.project-info .noi_dung_in ul,
.project-info .noi_dung_in ol {
	margin: 15px 0;
	padding-left: 20px;
}

.project-info .noi_dung_in ul li,
.project-info .noi_dung_in ol li {
	margin-bottom: 8px;
	color: #475569;
}

.project-info__button {
	width: 100%;
	padding: 14px 24px;
	background: linear-gradient(135deg, var(--color-main) 0%, var(--color-main2) 100%);
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.project-info__button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.project-info__button:hover::before {
	width: 300px;
	height: 300px;
}

.project-info__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.project-info__button:active {
	transform: translateY(0);
}

.project-info__button-text {
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.project-info {
		margin-top: 20px;
		padding: 25px 20px;
	}

	.project-info__title {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.project-info .noi_dung_in {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.sec-product {
		padding: 20px 0;
	}

	.project-info {
		padding: 20px 18px;
		border-radius: 10px;
	}

	.project-info__title {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 12px;
	}

	.project-info__button {
		padding: 12px 20px;
		font-size: 14px;
	}
}

/* Contact Modal Styles - Real Estate Style */
.contact-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.contact-modal.active {
	opacity: 1;
	visibility: visible;
}

.contact-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
}

.contact-modal__container {
	position: relative;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transform: scale(0.9) translateY(20px);
	transition: transform 0.3s ease;
	z-index: 101;
}

.contact-modal.active .contact-modal__container {
	transform: scale(1) translateY(0);
}

.contact-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-modal__close:hover {
	background: #fff;
	transform: rotate(90deg);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact-modal__close svg {
	width: 20px;
	height: 20px;
	color: #333;
}

.contact-modal__content {
	overflow-y: auto;
	max-height: 90vh;
}

.contact-modal__header {
	background: linear-gradient(135deg, var(--color-main) 0%, var(--color-main2) 100%);
	padding: 40px 30px 30px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.contact-modal__header::before {
	content: "";
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
	animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 0.5;
	}

	50% {
		transform: scale(1.1);
		opacity: 0.8;
	}
}

.contact-modal__title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-modal__subtitle {
	font-size: 16px;
	opacity: 0.95;
	position: relative;
	z-index: 1;
}

.contact-modal__body {
	padding: 9;
}

/* Layout 2 Columns */
.contact-modal__layout {
	display: flex;
	gap: 20px 0;
	/* align-items: flex-start; */
}

/* Left Column: Project Image */
.contact-modal__left {
	/* flex-shrink: 0; */
	width: 50%;
	/* position: sticky; */
	/* top: 20px; */
}

.contact-modal__project-image {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	/* border-radius: 12px; */
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	position: relative;
	transition: all 0.3s ease;
}

.contact-modal__project-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
	pointer-events: none;
}

.contact-modal__project-image:hover {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	transform: translateY(-4px);
}

.contact-modal__project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.contact-modal__project-image:hover img {
	transform: scale(1.05);
}

/* Right Column: Project Info + Form */
.contact-modal__right {
	flex: 1;
	min-width: 0;
	padding: 30px;
}

.contact-modal__project-info {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e8f0;
}

.contact-modal__project-title {
	font-size: 22px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 12px;
	line-height: 1.4;
}

.contact-modal__project-desc {
	font-size: 15px;
	color: #64748b;
	line-height: 1.7;
	margin: 0;
}

.contact-form__group {
	margin-bottom: 20px;
}

.contact-form__label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px;
}

.contact-form__label .required {
	color: #ef4444;
	margin-left: 2px;
}

.contact-form__input,
.contact-form__textarea {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	font-size: 15px;
	color: #1e293b;
	transition: all 0.3s ease;
	background: #fff;
	font-family: inherit;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
	outline: none;
	border-color: var(--color-main);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
	color: #94a3b8;
}

.contact-form__textarea {
	resize: vertical;
	min-height: 100px;
}

.contact-form__actions {
	display: flex;
	gap: 12px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
}

.contact-form__btn {
	flex: 1;
	padding: 10px 17px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.contact-form__btn--cancel {
	background: #f1f5f9;
	color: #64748b;
}

.contact-form__btn--cancel:hover {
	background: #e2e8f0;
	color: #475569;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form__btn--submit {
	background: linear-gradient(135deg, var(--color-main) 0%, var(--color-main2) 100%);
	color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.contact-form__btn--submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.contact-form__btn--submit:active {
	transform: translateY(0);
}

.contact-form__btn svg {
	width: 18px;
	height: 18px;
}
.product-column .home-category__card-ct{
	margin-bottom: 0;
}
.product-column .home-category__card{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 767px) {
	.contact-modal__container {
		width: 95%;
		max-height: 95vh;
		border-radius: 12px;
	}

	.contact-modal__right {
		padding: 0;
	}

	.contact-modal__header {
		padding: 30px 20px 25px;
	}

	.contact-modal__title {
		font-size: 24px;
	}

	.contact-modal__subtitle {
		font-size: 14px;
	}

	.contact-modal__body {
		padding: 25px 20px;
	}

	.contact-modal__layout {
		flex-direction: column;
		gap: 20px;
	}

	.contact-modal__left {
		width: 100%;
		position: static;
	}

	.contact-modal__project-image {
		aspect-ratio: 16/9;
		max-width: 100%;
		margin: 0 auto;
	}

	.contact-modal__project-info {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.contact-modal__project-title {
		font-size: 18px;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.contact-modal__project-desc {
		font-size: 13px;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.contact-modal__close {
		top: 15px;
		right: 15px;
		width: 35px;
		height: 35px;
	}

	.contact-form__actions {
		/* flex-direction: column; */
		margin-top: 0;
	}

	.contact-form__btn {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.contact-form__btn {
		padding: 10px 14px;
		font-size: 12px;
	}
}