/*----------------------------------------*/
/*   Expert Timeline Section Styles
/*----------------------------------------*/
/* Target swiper-wrapper inside your specific timeline */
.swiper {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.page-node-170 {
	background-color: #fff !important;

}
/*
.crafting-timeless-narratives .swiper-slide {
	width: 500px !important;
	width:433px !important;
}
*/
#heading-subheading-id-387 .qcp-subtitle {
	max-width: 833px;
	width: 100%;
}

.crafting-timeless-narratives {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	/*padding: 0px 30px; 
	gap: 100px;*/
}

.card {
/*	width: 425px;*/
	background-color: #f5f6e9;
	height: 446px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 40px 20px;
	box-sizing: border-box;
	gap: 0;
	border: none;
	--bs-card-border-radius: 0;
	/* removes rounding */
	border-radius: 0 !important;
	/* fallback, ensures no rounding */
}

.line-number-card {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 40px;
	font-size: 20px;
	color: #171717;
	font-family: 'gt-america-regular';
}

.line-number-child-card {
	align-self: stretch;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	max-height: 100%;
	opacity: 0.3;
}

.home-our {
	align-self: stretch;
	position: relative;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: 500;
}

.card1 {
	width: 425px;
	background-color: #f5f6e9;
	height: 446px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 40px 20px;
	box-sizing: border-box;
	gap: 0;
}

.content-image-supproting-t {
	width: 425px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 30px;
}

.content-image-supproting-t-child {
	width: 170px;
	position: relative;
	height: 114px;
	overflow: hidden;
	flex-shrink: 0;
	object-fit: cover;
}

.about-aln2 {
	width: 272px;
	position: relative;
	line-height: 48px;
	font-weight: 500;
	display: inline-block;
	height: 70px;
	flex-shrink: 0;
	font-family: "lyon-regular";
	font-size: 40px;
	font-style: normal;
}

.subtitle {
	align-self: stretch;
	position: relative;
	font-size: 15px;
	line-height: 22.4px;
	font-family: 'gt-america-regular';
	font-style: normal;
	font-weight: 400;
}

.card:hover,
.card1:hover {
	background-color: #eeff75;
}



/*---------------END-------------------*/

/*---------------Load: See More Expertise Styling-------------------*/


/* Page-specific override for node 130 */
body.page-node-130 body.page-node-126 .load-more-btn {
	background: #eeff75;
	/* solid background */
	background-image: none;
	/* remove image */
	color: #000;
	/* text color */
	font-size: 20px;
	line-height: 32px;
	padding: 12px 24px;
}


/* new css load more */

.load-more-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
	padding: 0 30px;
	/* 30px side gap */
	width: 100%;
	box-sizing: border-box;
}

/* Big banner button style */
.load-more-btn {
	position: relative;
	background-image: url("../images/see-more.png");
	background-size: cover;
	/* fill box */
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;

	font-family: 'gt-america-regular';
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.4;

	width: 100%;
	/* scale with container */
	/*max-width: 1381px;
	 desktop max size */
	height: auto;
	/* auto height to maintain aspect ratio */
	aspect-ratio: 1381 / 620;
	/* keeps banner proportion */
	flex-shrink: 0;
	/* prevent shrinking below mobile */
	border: none;
}

/* Text on top of image */
.load-more-btn span {
	position: relative;
	z-index: 1;
	color: #000;
	text-align: center;
	padding: 0 10px;
	/* small padding on mobile */
}

/* Tablet style */
@media (max-width: 1024px) {
	.load-more-btn {
		max-width: 800px;
		aspect-ratio: 800 / 360;
		/* adjust proportionally */
		font-size: 28px;
	}
}

/* Mobile style */
@media (max-width: 768px) {
	.load-more-btn {
		width: 385px;
		height: 350px;
		font-size: 20px;
		aspect-ratio: auto;
		/* optional for exact mobile height */
	}
	.qcp-expertise-section {
		padding: 48px 20px 48px 20px !important;
	}
	.stories-container {
      padding: 20px 20px 48px !important
   }
}


/*---------------END-------------------*/
/*---------------expertise Inner page-------------------*/

.qcp-expertise-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 100px 30px 100px 30px;
}

#expertise-timeline-473 {
	background-color: #000;
}

#stripe-486,
#stripe-512 {
	/*padding-top: 100px !important;
	padding-bottom: 80px !important;
	*/
	background-color: #000;
	color: #fff;
}

#stripe-475,
#stripe-490 {
	padding-top: 100px !important;
}

/**************Divider**************/
.portfolio-wrapper {
	padding: 80px 30px 40px;
	width: 100%;
	position: relative;
	height: 27px;
	display: flex;
	align-items: center;
	gap: 40px;
	text-align: left;
	font-size: 40px;
	color: #000;
	font-family: 'Lyon Arabic Display';
}

.portfolio-heading {
	position: relative;
	line-height: 120%;
	font-weight: 500;
}

.portfolio-line {
	flex: 1;
	position: relative;
	border-top: 1px solid #000;
	box-sizing: border-box;
	height: 1px;
}

/*****************QC+ Restaurant portfolio**************************/
.qcp-port-section {
	padding-left: 30px;
	padding-right: 30px;
	/*padding-bottom: 80px;*/
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.qcp-port-section img {
	width: 50%;
	height: auto;
	object-fit: cover;
}

.qcp-port-content {
	width: 50%;
	height: 715px;
	padding: 60px 80px 60px 40px;
	/* TOP RIGHT BOTTOM LEFT */
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #F5F6E9;

}

.qcp-port-content h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "GT America";
	font-style: normal;
	line-height: 16px;
}

.qcp-port-content h2 {
	font-size: 40px;
	margin: 10px 0 20px;
	font-weight: 500;
	font-family: "Lyon Arabic Display";
	font-style: normal;
	line-height: 48px;
}

.qcp-port-content p {
	font-size: 16px;
	line-height: 20.8px;
	margin-bottom: 40px;
	font-family: "GT America";
	font-style: normal;
	font-weight: 400;

}

.qcp-port-btn {
	display: inline-block;
	width: 162px;
	padding: 15px 30px;
	background: black;
	color: #EEFF75;
	text-decoration: none;
	transition: background 0.3s;
	font-family: "GT America";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.qcp-port-btn:hover {
	background: #000;
	color: #EEFF75;
}

/* Responsive */
@media (max-width: 992px) {
	.qcp-port-section {
		flex-direction: column;
	}

	.qcp-port-section img,
	.qcp-port-content {
		width: 100%;
	}

	.qcp-port-content {
		padding: 40px 20px;
	}
}

.qcp-line-div {
	width: 100%;
	position: relative;
	border-top: 1px solid #fff;
	box-sizing: border-box;
	height: 1px;
}

/****************Fix Css***************/
.qcp-expertise-headingsubheading {
	padding: 100px 30px 0 30px;
}

.qcp-expertise-headingsubheading .qcp-subtitle {
	width: 653px;
}

.qcp-timeline-section {
	padding: 80px 30px 100px 30px;
}

.qcp-bgblack-color {
	background-color: #000;
	color: #fff;
	padding: 0 30px 40px;
}

.qcp-card-banner {
	position: relative;
	/*width: 1380px;
	 fixed width */
	/*height: 876px;
	 fixed height */
	/*padding: 0px 30px 40px;*/
	overflow: hidden;
	margin-bottom: 40px;
	transform: rotate(0deg);
	/* no rotation */
	opacity: 1;
	/* fully visible */
}

.qcp-card-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* fill the card without distortion */

}

.qcp-line-divider-wt {
	width: 95%;
	/* adjust width (e.g., 50%, 70%, or px value) */
	max-width: 1380px;
	/* optional: limit maximum size */
	margin: 20px auto;
	/* centers the line with spacing */
	border-top: 1px solid #fff;
	/* light gray line */

}

.qcp-line-divider-blk-2img {
	width: 95%;
	/* adjust width (e.g., 50%, 70%, or px value) */
	max-width: 1380px;
	/* optional: limit maximum size */
	margin: 20px auto;
	/* centers the line with spacing */
	border-top: 1px solid #000;
	/* light gray line */

	padding-bottom: 80px;

}
/*******************timeline fade in ******************/
/* Title initially: always visible, top-left absolute */
.about-aln2 {
  position: absolute;
  /*top: 20px;
  left: 30px;*/
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
  z-index: 3;
}

/* Image initially hidden & moved up slightly */
.content-image-supproting-t-child {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Subtitle initially hidden & moved down 
transition: opacity 0.7s ease 1s, transform 0.7s ease 1s;
*/
.subtitle {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
}

/* On hover: show image */
.card1:hover .content-image-supproting-t-child {
  opacity: 1;
  transform: translateY(0);
}

/* On hover: move title down + fade */
.card1:hover .about-aln2 {
  position: relative; /* moves title into flow below image */
  top: -21px;
  left: auto;
  opacity: 0.95;
  line-height: 45px;
  transform: translateY(15px);
  transition: all 0.4s ease;
}

/* On hover: show subtitle */
.card1:hover .subtitle {
  opacity: 1;
  transform: translateY(0);
}
.card1 {
  position: relative; /* required so .about-aln2 positions within card */
  overflow: hidden;   /* optional: prevents animation overflow */
}
/*---------------END-------------------*/
/*---------------Responsive-------------------*/
@media (max-width: 768px) {
	.qcp-timeline-section{
		padding:32px 20px 48px 20px !important;
	}
}	