/* About and Chefs Section Styles */

/* Reduce gap above Welcome to Granny section */
#tabs1 {
	padding-top: 50px !important;
	padding-bottom: 30px !important;
}

.about-section,
.chefs-section {
	padding: 30px 0;
}

.about-section {
	margin-top: 0;
	padding-top: 30px;
}

.section-title {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-top: 0;
}

.section-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: #d4a574;
}

.about-content {
	margin-bottom: 20px;
}

.about-panel {
	padding: 35px 25px;
	background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
	border-radius: 12px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 20px;
	text-align: center;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border: 1px solid rgba(212, 165, 116, 0.2);
	position: relative;
	overflow: hidden;
}

.about-panel:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #d4a574, #e8c9a0);
	transform: translateX(-100%);
	transition: transform 0.4s ease;
}

.about-panel:hover {
	background: linear-gradient(135deg, #fff9f0 0%, #fef5e7 100%);
	box-shadow: 0 15px 40px rgba(212, 165, 116, 0.2);
	transform: translateY(-8px);
	border-color: rgba(212, 165, 116, 0.4);
}

.about-panel:hover:before {
	transform: translateX(0);
}

.about-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #d4a574, #e8c9a0);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: white;
	transition: all 0.4s ease;
	box-shadow: 0 8px 20px rgba(212, 165, 116, 0.3);
}

.about-panel:hover .about-icon {
	transform: scale(1.15) rotate(-5deg);
	box-shadow: 0 12px 30px rgba(212, 165, 116, 0.4);
}

.about-panel h3 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
	text-transform: capitalize;
	transition: color 0.3s ease;
}

.about-panel:hover h3 {
	color: #d4a574;
}

.about-panel h4 {
	font-size: 13px;
	font-weight: 600;
	color: #d4a574;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.3s ease;
}

.about-panel:hover h4 {
	letter-spacing: 3px;
}

.about-panel p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 0;
	transition: color 0.3s ease;
}

.about-panel:hover p {
	color: #555;
}

.chefs-section {
	/* margin-top: 40px; */
	padding-top: 40px;
	border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.heading.heading-1 {
	margin-bottom: 20px !important;
}

.heading.heading-1.mb-50 {
	margin-bottom: 20px !important;
}

/* Enhanced Member Cards */
.team-2 .member {
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.team-2 .member:hover {
	transform: translateY(-10px);
}

.team-2 .member-img {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	/* Keep all chef images the same visual size */
	aspect-ratio: 4 / 5;
}

.team-2 .member-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(212, 165, 116, 0.3) 0%, rgba(212, 165, 116, 0.1) 100%);
	z-index: 1;
	transition: all 0.4s ease;
}

.team-2 .member-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.team-2 .member-overlay {
	z-index: 2;
}

.team-2 .member-overlay .member-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	overflow-y: auto;
}

.team-2 .member .pos-vertical-center {
	top: auto;
	transform: none;
	width: 100%;
}

.team-2 .member .member-desc {
	padding: 10px 0 0;
}

.team-2 .member .member-desc p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.team-2 .member:hover .member-img:before {
	background: linear-gradient(45deg, rgba(212, 165, 116, 0.5) 0%, rgba(212, 165, 116, 0.2) 100%);
}

.team-2 .member-info {
	padding: 20px;
	text-align: center;
	background: #f9f9f9;
	transition: all 0.3s ease;
}

.team-2 .member:hover .member-info {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-2 .member-info h5 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
	transition: color 0.3s ease;
}

.team-2 .member:hover .member-info h5 {
	color: #d4a574;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.section-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	.about-section,
	.chefs-section {
		padding: 30px 0;
	}
	
	.chefs-section {
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.about-panel {
		padding: 25px 20px;
		margin-bottom: 15px;
		min-height: auto;
	}
	
	.about-icon {
		width: 60px;
		height: 60px;
		font-size: 28px;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.section-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.about-panel {
		padding: 15px;
		margin-bottom: 10px;
		min-height: auto;
	}
	
	.about-panel h3 {
		font-size: 18px;
	}
	
	.about-icon {
		width: 50px;
		height: 50px;
		font-size: 24px;
		margin-bottom: 12px;
	}
}

