.hero-banner{
	background-color: #d9d9d9;
	min-height:400px;
	background-size: 100%;
	background-position: right;
	background-repeat: no-repeat;
}
.hero-banner .col{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	height: 100%;
	position: relative;
	height: 500px;
}
.hero-banner .col h1{
	margin:0;
	font-size:50px
}
.hero-banner p{
	font-size:18px;
	max-width: 450px;
}
.availability {
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-color);
	background: #0000;
	border: 1px solid;
	padding: 7px 24px;
	cursor: default;
}

.product__breadcrumbs {
	margin-bottom: 15px
}

.product__breadcrumbs ul.breadcrumb {
	padding-left: 5px;
	list-style: none;
	margin: 0;
}

.product__breadcrumbs ul.breadcrumb li {
	display: inline;
	font-size: 16px;
	color:var(--heading-color);
	font-weight: 500
}

.product__breadcrumbs ul.breadcrumb li+li:before {
	padding: 8px 5px;
	color:var(--heading-color);
	content: "/ "
}

.product__breadcrumbs ul.breadcrumb li a {
	color:var(--primary-color);
	text-decoration: none
}
.trusted-by {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: var(--heading-color);
}
.client-logos {
	display: flex;
	justify-content: space-around;
	gap: 20px;
	align-items: center;
	margin-top: 20px;
}
.client-logo {
	width: 70px; 
	object-fit: contain; 
	display: block; 
}
.wcs-items{
	margin-top: 20px;
	gap: 25px;
	text-align:center;
	display:grid;
	grid-template-columns:repeat(6, 1fr);
}
.why-us-item img {
	width: 60px;        
	height: 60px;              
	object-fit: contain;       
}
.why-us-item div{
	font-weight: var(--h2-h3-weight);
	text-align: center;
	color: var(--heading-color);
	margin: 8px 0px 10px;
	font-size: 15px;
}
.txt-center{text-align:center}
.sec-desc{text-align:center;max-width: 650px;margin:0 auto 20px;}
.product-item{display:flex;flex-direction:column;}
.product-image{display:flex;border-radius:var(--border-radius);overflow:hidden}
.product-title{display:block;font-size:18px;font-weight:600;margin-top:15px;color:var(--heading-color);text-align:center;}
.product-description{font-size:14px;}
.reviews.grid.grid-3 {
	align-items: stretch;
	margin-top: 20px;
}
.review-box {
	background: #fff;
	border-radius: 14px;
	padding: 25px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.stars {
	color: #F4B400; 
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.review-text {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 15px;
}
.review-author {
	font-weight: 600;
	font-size: 14px;
	color: var(--primary-color);
}
.order-process-section {
	background-color: var(--background-color);
	padding: 60px 0px;
}
.review-top-bar{
	display:flex;
	justify-content:space-between;
	gap:20px;
	align-items:center;
}
.button-row,
.review-image-row{
	display:flex;
	align-items:center;
	gap:20px;
}

.review-image-row img {
	width: 120px;
	height: auto;
}

.review-text {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.review-text.is-clamped {
	max-height: 3.2em;
	overflow: hidden;
}
.review-text.is-clamped .read-more {
	position: absolute;
	bottom: 0;
	right: 0;
	background: white;
	padding-left: 5px;
}
.review-text.expanded .read-more {
	position: static;
	background: none;
	padding-left: 0;
	margin-left: 6px;
}
.review-text .read-more {
	color: #000;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	font-size:14px;
	color:#777;
}
.order-process-section h2,
.options-section h2,
.faqs-section h2 ,
.product-card-section h2{
	font-size: var(--h2-home);
	color: var(--heading-color);
	text-align: center;
	margin: var(--h2-margin-block);
	display:block
}
.faq-container {
	width: 100%;
	margin: 0 auto;
}
.faq-accordion {
	margin-top: 20px;
}
.faq-item {
	background: #fff;
	padding: 15px;
}
.faq-question {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: var(--h2-h3-weight);
	color: var(--heading-color);
}

.faq-answer {
	color: var(--text-color);
}

.faq-accordion a {
	color: var(--primary-color);
	font-weight: 500;
}
.grid-op{
	display:grid;
	grid-template-columns:1fr 40%;
	gap:20px
}
.form-container {
	border: 1px solid #B1B1B1;
	padding:0 25px 30px 25px;
	border-radius: var(--border-radius);
	background:white;
}
.divider {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 2rem 0;
	color: #293D7C;
	font-weight: bold;
}
.divider::before,
.divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #1a3a7c;
	margin: 0 1rem;
}
.divider span {
	font-size: 16px;
	white-space: nowrap;
}
.form-group{
	display:flex; 
	gap:10px; 
	flex-wrap:nowrap;
	margin-bottom:20px;
}
.size-fields__input,
.size-fields__select {
	flex:1; 
	min-width:0;
	border: none;
	background-color: #F2F2F2;
	color: #121212;
	font-weight: 500;
	font-size: 14px;
	height: 40px;
	padding-left: 10px;
	outline: none;
}
.size-fields__input::placeholder,
.size-fields__select::placeholder{
	color: #121212; 
	opacity: 1;
}
span.label-heading {
	color: #293D7C;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	top: 12px;
}
.second-label {
	white-space: nowrap;
}
.underline {
	border: none;
	border-bottom: 2px solid #CECECE ;
	background-color: #fff;
	outline: none;
}
.dropdown-field {
	flex:1; 
	min-width:0;
	color: #121212;
	font-weight: 500;
	font-size: 14px;
	height: 40px;
	padding-left: 10px;
	outline: none;
}
.w138 {
	width: 100px;
	flex: none;
}
.upload-btn {
	background-color: #4B4B4B;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;  
	position: relative;
	top: 12px;
	margin-left: 20px;
	cursor: pointer;
}

.upload-btn i {
	margin-right: 5px;
}
.form-input {
	flex:1; 
	min-width:0;
	border: 2px solid #CECECE;
	color: #121212;
	font-weight: 500;
	font-size: 14px;
	height: 38px;
	padding-left: 10px;
	outline: none;
}
.form-text-area{
	flex:1; 
	min-width:0;
	border: 2px solid #CECECE;
	color: #121212;
	height: 100px;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--font-family);
	padding-left: 10px;
	outline: none;
}
.form-submit-btn{
	width: 100%;
	background: #172D6B;
	font-size: 16px;
	border: none;
	color: #fff;
	padding: 13px 30px;
}
@media (min-width: 1024px) {
	.cols-2.dt-cols-2 {
		display: flex;
		justify-content: space-between;
		gap: 25px;
	}
}
.custom-icons-container {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 14px;
	margin-top: 20px;
}
.custom-icon span {
	font-weight: 600;
	font-size: 13px;
}
.custom-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 100px;
}
.custom-icon img {
	width: 30px;
	height: 30px ;
}
.turnaround img {
	height: 20px;
	width: 20px;
}
.content-text a{
	color:var(--primary-color)
}
.content-text ul li:not(:last-child),.content-text ol li:not(:last-child){
	margin-bottom:8px;
	line-height:1.7;
}
.content-text p{margin-block-start: 1em;margin-block-end: 1em;}