﻿/* ==================================
   NEOHOME AGENCY - Luxury Design
   ================================== */

.section-property-overview-home-agency {
	/* background: #F5F5F5; */
	padding: 100px 0;
	position: relative;
}

.section-property-overview-home-agency .main-title-agency {
	text-align: center;
	margin-bottom: 80px;
	margin-top: 5rem;
}

.section-property-overview-home-agency .subtitle-agency {
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #073a8d;
	margin-bottom: 20px;
	font-weight: 400;
}

.section-property-overview-home-agency h2 {
	font-family: 'Playfair Display', 'Georgia', serif;
	font-size: 48px;
	font-weight: 400;
	color: #1A1A1A;
	margin: 0;
	line-height: 1.2;
}

.feature-block-home-agency {
	display: flex;
	align-items: start;
}

/* ========== Contenu texte à gauche ========== */
.agency-text-content-neohome-agency {
	padding-right: 20px;
}

.agency-feature-item-neohome-agency {
	display: flex;
	align-items: flex-start;
	margin-bottom: 45px;
	position: relative;
	padding-left: 90px;
	transition: transform 0.4s ease;
}

.agency-feature-item-neohome-agency:hover {
	transform: translateX(5px);
}

.agency-feature-item-neohome-agency:last-child {
	margin-bottom: 0;
}

.agency-icon-neohome-agency {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.4s ease;
}

.agency-feature-item-neohome-agency:hover .agency-icon-neohome-agency {
	border-color: #073a8d;
	box-shadow: 0 4px 20px rgba(7, 58, 141, 0.15);
}

.agency-icon-neohome-agency i {
	font-size: 22px;
	color: #073a8d;
	transition: transform 0.4s ease;
}

.agency-feature-item-neohome-agency:hover .agency-icon-neohome-agency i {
	transform: scale(1.1);
}

.agency-feature-content-neohome-agency h3 {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #1A1A1A;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4;
}

.agency-feature-content-neohome-agency p {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	margin: 0;
}

.agency-feature-content-neohome-agency p strong {
	color: #1A1A1A;
	font-weight: 600;
}

/* ========== Grille 4 carrés à droite ========== */
.agency-grid-neohome-agency {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	height: 100%;
}

.agency-card-neohome-agency {
	min-height: 280px;
	overflow: hidden;
	border-radius: 18px;
	position: relative;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.agency-card-neohome-agency:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Carré Extranet - Noir */
.agency-card-extranet-neohome-agency {
	background: #1A1A1A;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px;
	cursor: pointer;
	text-decoration: none;
	min-height: 280px;
	position: relative;
	overflow: hidden;
}

.agency-card-extranet-neohome-agency::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #073a8d;
	transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}

.agency-card-extranet-neohome-agency:hover::before {
	left: 0;
}

.agency-card-extranet-neohome-agency:hover {
	color: white;
	text-decoration: none;
}

.extranet-icon-neohome-agency {
	width: 80px;
	height: 80px;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	transition: all 0.4s ease;
	position: relative;
	z-index: 1;
}

.agency-card-extranet-neohome-agency:hover .extranet-icon-neohome-agency {
	border-color: white;
	transform: scale(1.05);
}

.extranet-icon-neohome-agency i {
	font-size: 40px;
	color: white;
}

.extranet-title-neohome-agency {
	font-family: 'Playfair Display', 'Georgia', serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
}

/* Carré avec image */
.agency-card-image-neohome-agency {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 280px;
}

.agency-card-image-neohome-agency::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.agency-card-image-neohome-agency:hover::after {
	opacity: 1;
}

/* Accent décoratif sur les images */
.agency-card-image-neohome-agency::before {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.agency-card-image-neohome-agency:hover::before {
	opacity: 1;
}

/* Carré services - Beige/Doré */
.agency-card-services-neohome-agency {
	background: #073a8d;
	color: white;
	padding: 40px 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 280px;
}

.services-list-neohome-agency {
	list-style: none;
	padding: 0;
	margin: 0;
}

.services-list-neohome-agency li {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 0;
}

.services-list-neohome-agency li:last-child {
	border-bottom: none;
}

.services-list-neohome-agency li:hover {
	padding-left: 15px;
	border-bottom-color: white;
}

.services-list-neohome-agency li i {
	margin-right: 15px;
	font-size: 18px;
	color: white;
	width: 25px;
	text-align: center;
	transition: transform 0.3s ease;
}

.services-list-neohome-agency li:hover i {
	transform: scale(1.15);
}

/* Testimonial background */
.testimonial-background-agency {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: #FFFFFF;
	z-index: 0;
}

/* ========== Responsive ========== */
@media (max-width: 1200px) {
	.section-property-overview-home-agency h2 {
		font-size: 40px;
	}
	
}

@media (max-width: 992px) {
	.feature-block-home-agency {
		grid-template-columns: 1fr;
	}
	
	.agency-text-content-neohome-agency {
		padding-right: 0;
	}
	
	.agency-grid-neohome-agency {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.section-property-overview-home-agency {
		padding: 60px 0;
	}
	
	.section-property-overview-home-agency h2 {
		font-size: 32px;
	}
	
	.section-property-overview-home-agency .main-title-agency {
		margin-bottom: 0;
	}
	
	.agency-feature-item-neohome-agency {
		padding-left: 75px;
		margin-bottom: 35px;
	}
	
	.agency-icon-neohome-agency {
		width: 55px;
		height: 55px;
	}
	
	.agency-icon-neohome-agency i {
		font-size: 20px;
	}
	
	.agency-feature-content-neohome-agency h3 {
		font-size: 12px;
	}
	
	.agency-feature-content-neohome-agency p {
		font-size: 14px;
	}
	
	.agency-grid-neohome-agency {
		gap: 20px;
	}
	
	.agency-card-neohome-agency {
		min-height: 250px;
	}
	
	.agency-card-services-neohome-agency,
	.agency-card-extranet-neohome-agency {
		padding: 35px 30px;
		min-height: 250px;
	}
	
	.services-list-neohome-agency li {
		font-size: 15px;
		padding: 18px 0;
	}
	
	.extranet-icon-neohome-agency {
		width: 70px;
		height: 70px;
	}
	
	.extranet-icon-neohome-agency i {
		font-size: 35px;
	}
	
	.extranet-title-neohome-agency {
		font-size: 19px;
	}

	.feature-block-home-agency {
		margin-top: 0;
		flex-direction: column;
		padding: 0 30px;
	}
}

@media (max-width: 576px) {
	.agency-grid-neohome-agency {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.agency-feature-item-neohome-agency {
		padding-left: 0;
		padding-top: 70px;
	}
	
	.agency-icon-neohome-agency {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.agency-card-neohome-agency {
		min-height: 280px;
	}
}