/* google fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* Varialbes */
:root {
	--dark-color: #000000;
	--white-color: #ffffff;
	--color-primary: #121C27;
	--color-secondary: #076F00;
	--color-tertiary: #CC935C;
	--body-color: #EDF3F7;
	/* --primary-font: "Nunito", sans-serif; */
	--secondary-font: "Montserrat", sans-serif;
}

body {
	/* font-family: "Nunito", sans-serif; */
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-optical-sizing: auto;
	background-color: var(--white-color) !important;
}

a {
	color: inherit !important;
	text-decoration: none !important;
	font-family: inherit !important;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 46px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 16px;
}

.sub-heading {
	font-family: var(--secondary-font);
	color: var(--dark-color) !important;
	/* color: #CBA266 !important; */
	font-size: 16px !important;
	/* line-height: 0px; */
	font-weight: 500;
	font-style: normal;
	/* text-transform: uppercase; */
	letter-spacing: 0.6px;
	opacity: 1;
}

.sub-heading1 {
	font-family: var(--secondary-font);
	color: var(--color-secondary) !important;
	font-size: 18px !important;
	line-height: normal;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	opacity: 1;
}

.heading-font {
	font-family: var(--secondary-font);
	color: var(--color-secondary) !important;
	font-size: 30px !important;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: normal !important;
	/* line-height: 1.1; */
}

.heading-font1 {
	font-family: var(--secondary-font);
	color: var(--color-secondary) !important;
	font-size: 37px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: normal !important;
	/* line-height: 1.1; */
}

.secondary-heading {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 20px;
	font-weight: 700;
}

.regular-text {
	font-family: var(--primary-font);
	color: var(--dark-color) !important;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
}

.regular-text-white {
	font-family: var(--primary-font);
	color: var(--white-color) !important;
	font-size: 16px;
}

.grey-bg {
	background-color: var(--grey-bg);
}

.custom-btn-1 {
	display: inline-block;
	background-color: var(--sub-heading-color);
	/* Custom orange */
	color: var(--white-color) !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 18px;
	border: none;
	border-radius: 0;
	font-family: var(--secondary-font) !important;
	letter-spacing: 1px;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.custom-btn-1:hover {
	background-color: var(--white-color);
	/* Slightly darker orange on hover */
	color: var(--sub-heading-color) !important;
	/* border: 2px solid var(--color-secondary); */
	text-decoration: none;
}

.custom-btn-1:hover a {
	color: var(--white-color) !important;
}

.custom-btn-2 {
	display: inline-block;
	/* background-color: var(--dark-color); */
	/* background-color: #212529; */
	background-color: var(--color-secondary);
	/* Custom orange */
	color: var(--white-color) !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 18px;
	/* border: none; */
	border: 2px solid var(--sub-heading-color);
	border-radius: 0;
	font-family: var(--secondary-font) !important;
	letter-spacing: 1px;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}


.custom-btn-2:hover {
	/* background-color: transparent; */
	/* Slightly darker orange on hover */
	/* color: var(--dark-color) !important; */
	border: 2px solid var(--sub-heading-color);
	text-decoration: none;
	font-weight: 600;
}

/* <!-- HTML !--> */
/* <button class="button-48" role="button"><span class="text">Button 48</span></button> */

/* CSS */
.custom-btn-2 {
	appearance: none;
	background-color: var(--color-secondary) !important;
	border-width: 0;
	box-sizing: border-box;
	color: var(--white-color) !important;
	cursor: pointer;
	display: inline-block;
	font-family: Clarkson, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0;
	opacity: 1;
	outline: 0;
	padding: 13px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-rendering: geometricprecision;
	text-transform: uppercase;
	transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	white-space: nowrap;
}

.custom-btn-2:before {
	animation: opacityFallbackOut .5s step-end forwards;
	backface-visibility: hidden;
	background-color: #ebebeb33;
	clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateZ(0);
	transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
	width: 100%;
}

.custom-btn-2:hover:before {
	animation: opacityFallbackIn 0s step-start forwards;
	clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.custom-btn-2:after {
	background-color: #ffffffc7;
}

.custom-btn-2 span {
	z-index: 1;
	position: relative;
}

/* topbar-section */

.top-icon {
	font-size: 20px;
	color: var(--white-color) !important;
}

.topbar-section .container {
	/* max-width: 1200px !important; */
}

/* navbar */

/* .navbar-section1  */
.container {
	/* max-width: 1200px !important; */
}

.navbar-brand img {
	height: auto;
	width: 300px !important;
}

.nav-link {
	font-size: 14px !important;
	/* font-family: var(--primary-font) !important; */
	font-weight: 500 !important;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px !important;
	color: var(--color-primary) !important;
}

.active {
	font-weight: 700 !important;
	color: var(--color-secondary) !important;
}

/* dropdown */

@media (min-width: 992px) {

	/* Desktop only */
	.hover-dropdown:hover .dropdown-menu {
		display: block !important;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.dropdown-menu .dropdown-item {
		white-space: normal !important;
		line-height: 1.4;
		padding-right: 20px;
		/* optional */
	}
}


.dropdown-menu {
	/* padding: 0 !important; */
	/* border-radius: 0 !important; */

}

.dropdown-item {
	border-bottom: 1px solid var(--color-secondary) !important;
}

.dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0 !important;
}

.dropdown-item:hover {
	background-color: var(--color-secondary) !important;
	color: var(--white-color) !important;
}

/* dropdown ends here */


/* Default navbar (not fixed yet) */
.navbar-section {
	position: relative;
	width: 100%;
	z-index: 1000;
	transition: all 0.3s ease;
}

/* Fixed navbar after scrolling */
.navbar-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1050;
	background-color: #fff !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.4s ease;
}

/* Hide topbar when navbar is fixed */
.hide-topbar {
	display: none !important;
	transition: all 0.3s ease;
}

/* Simple animation for the navbar */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* banner */

.banner-bold-text {
	font-size: 30px !important;
	font-weight: 600;
	line-height: 1.2;
}

/* Banner / carousel sizing + overlay */
.banner-section .carousel-item {
	position: relative;
	height: 70vh;
	min-height: 420px;
	overflow: hidden;
}

.banner-section .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Caption sits above overlay */
.banner-section .carousel-caption {
	/* position: absolute; */
	inset: 0;
	z-index: 2;
	/* left: 80px; */
	display: flex;
	align-items: center;
	justify-content: start;
	pointer-events: none;
}

.banner-section .carousel-caption .caption-inner {
	pointer-events: auto;
	/* re-enable pointer for buttons/links */
	text-align: center;
	max-width: 550px;
}

.caption-inner p {
	font-size: 16px;
	font-family: var(--secondary-font);
	/* font-weight: 700; */
}

.banner-text-1 {
	font-size: 23px !important;
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--secondary-font) !important;
}

@media (max-width: 767px) {
	.banner-section .carousel-item {
		height: 20vh;
		min-height: 125px;
	}

	.banner-text-1 {
		font-size: 18px !important;
		font-weight: 500;
		line-height: 1.2;
		font-family: var(--secondary-font) !important;
	}


}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-image: none;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background-color: white;
	mask: url("data:image/svg+xml,...") no-repeat center;
	-webkit-mask: url("data:image/svg+xml,...") no-repeat center;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8% !important;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

/* abt */

.stats-box {
	background-color: #f5f5f5;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.counter {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}

.vision-img {
	height: auto !important;
	width: 50px !important;
	filter: invert(18%) sepia(100%) saturate(3841%) hue-rotate(84deg) brightness(98%) contrast(112%);
}

.mission-img {
	height: auto !important;
	width: 50px !important;
	filter: invert(100%) sepia(0%) saturate(4682%) hue-rotate(82deg) brightness(124%) contrast(113%);
}

.feature1-box:hover {
	box-shadow: 0px 7px 1rem rgb(0 0 0 / 25%);
}

.feature1-box .dots {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 20px;
}

.feature1-box .dots span {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ced4da;
	border-radius: 50%;
}

.feature1-box:hover .dots span {
	background-color: var(--color-secondary);
}

.feature1-box img {
	transition: transform 0.3s ease-in-out !important;
	filter: invert(18%) sepia(100%) saturate(3841%) hue-rotate(84deg) brightness(98%) contrast(112%);
}

.feature1-box:hover img {
	transform: rotate(360deg);
}

/* about */
.vision-card {
	background-color: var(--color-secondary);
}

/* product sec */

.product-items .card {
	border-radius: 15px !important;
}

.product-card {
	background-color: var(--white-color);
}

.product-items .card {
	align-items: center !important;
}

.card-img-top {
	height: auto;
	width: 240px !important;
}

.application-card {
	background-color: #f5f5f5;
}

/* testimonial carousel */

.testimonial-item1 {
	background-color: var(--white-color);
	padding: 20px 15px;
	height: 220px !important;
	/* box-shadow: 0 0 8px -3px; */
	/* border: 1px solid #000; */
}

.testimonial-item1:hover {
	/* background-color: var(--white-color); */
	/* padding: 20px 15px; */
	/* height: 260px !important; */
	box-shadow: 0 0 8px -3px;
	transition: all 0.5s ease 0s;
	/* border: 1px solid #000; */
}

.product-items .owl-nav {
	display: none;
}

.testimonial-carousel .owl-nav {
	display: none !important;
}

.owl-nav .owl-prev {
	position: relative;
	bottom: 0%;
	left: 82.6%;
}

.owl-nav .owl-prev button {
	background: var(--white-color);
	color: var(--color-secondary);
	padding: 20px;
	margin-left: 5px;
	transition: 0.3s;
}

.owl-nav .owl-next {
	position: relative;
	bottom: 0%;
	left: -11.3%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #00000036;
	color: #fff;
	padding: 0px 5px !important;
	text-decoration: none;
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-nav button {
	/* display: none; */
	background: white;
	border: 2px solid #ddd;
	padding: 20px;
	border-radius: 50%;
	font-size: 18px;
	color: var(--color-secondary);
	transition: all 0.3s ease;
	pointer-events: all;
}

.owl-carousel .owl-nav button:hover {
	background-color: var(--color-tertiary);
	color: white;
	border: 2px solid var(--dark-color);
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: var(--color-secondary);

}

/* footer */

.copy-right-section,
.footer-section {
	background-color: var(--color-primary);
}

.foot-logo {
	height: auto;
	width: 160px;
}

.footer-list li {
	font-size: 18px;
	margin-bottom: 5px;
	/* Removed the incorrect 'transition' here */
}

.footer-list i {
	/* border-bottom: 1px dashed var(--grey-bg); */
	/* margin-bottom: 10px; */
	font-size: 18px;
}

.footer-list li a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	transition: transform 0.3s ease-out;
}

.footer-list li:hover a {
	color: var(--color-secondary) !important;
	transform: translateX(10px);
}

.foot-social-med {
	border: 1px solid var(--white-color);
}

.foot-social-med:hover {
	background-color: var(--white-color);
}

.foot-social-med:hover i {
	color: var(--color-secondary);
}

/* about page */
.about-banner {
	background-image: url('../img/home/about-banner.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 35vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 80px;
}

.service-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
	border-radius: 12px;
	overflow: hidden;
}

.service-list li i {
	font-size: 16px;
	padding-top: 4px;
	color: var(--color-secondary);
}

.service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.solution-card-modern {
	background-color: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.solution-card-modern:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(21, 47, 105, 0.2);
}

.solution-card-modern .icon-wrapper {
	color: var(--color-secondary);
	padding: 15px 0;
	font-size: 2.2rem;
	border-bottom: 2px solid var(--color-secondary);
	margin-bottom: 15px;
}

.solution-card-modern:hover .icon-wrapper {
	background-color: var(--color-secondary);
	color: white;
	border-bottom-color: var(--white-color);
}

/* twin-lobe page */
.twin-lobe-banner {
	background-image: url('../img/home/banner-1.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 35vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.twin-lobe-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 80px;
}

/* twin-lobe page */
.tri-lobe-banner {
	background-image: url('../img/home/banner-2.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 35vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tri-lobe-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 80px;
}


/* ring-blower page */
.ring-blower-banner {
	background-image: url('../img/home/banner-3.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 35vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ring-blower-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 80px;
}
/* parts & services */

.service-banner {
	background-image: url('../img/home/banner-4.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 35vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 80px;
}

.parts-list i {
	color: var(--color-secondary) !important;
	font-size: 18px !important;
}

/* products page */


.product-bg .overlay {
	background-color: rgb(0 0 0 / 76%);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.application-card {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.application-card:hover {
	/* 1. Lift the card slightly for depth */
	transform: translateY(-5px);

	/* 2. The Hover Shadow: Increased offset and blur */
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.spec-card {
	background-color: var(--body-color);
}

.spec-card:hover {
	background-color: var(--color-secondary);
	color: var(--white-color) !important;

}

/* contact page */

.contact-banner {
	background-image: url('../img/home/contact-us-banner.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 32vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay h1 {
	font-family: var(--secondary-font);
	padding-top: 50px !important;
	font-size: 38px !important;

}

.contact-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 50px;
}

.contact-info-item i {
	color: var(--color-secondary);
	font-size: 20px;
}

#scrollUpBtn {
	position: fixed;
	bottom: 25px;
	right: 30px;
	height: 35px;
	width: 35px;
	padding: 10px;
	border-radius: 4px;
	border: none;
	z-index: 999;
	background-color: var(--color-secondary);
	display: flex;
	align-items: center;
	justify-self: center;
}

/* scrollup-btn */

#scrollUpBtn i {
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-self: center;
}

/* Default hidden state */
.animate-on-scroll {
	opacity: 0;
	transition: all 0.5s ease-out;
}

/* When active, show and animate */
.animate-on-scroll.active {
	opacity: 1 !important;
}

/* Slide Right Animation */
.slide-right.active {
	animation: slideRight 0.5s ease-out forwards;
}

@keyframes slideRight {
	from {
		transform: translateX(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide Left Animation */
.slide-left.active {
	animation: slideLeft 0.5s ease-out forwards;
}

@keyframes slideLeft {
	from {
		transform: translateX(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-up.active {
	animation: slideup 0.5s ease-out forwards;
}

@keyframes slideup {
	from {
		transform: translateY(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-down.active {
	animation: slidedown 1s ease-out forwards;
}

@keyframes slidedown {
	from {
		transform: translateY(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* responsive code starts here */

@media only screen and (max-width: 768px) {

	.sub-heading {
		font-size: 18px;
		text-align: center;
	}

	.sub-title,
	.sub-heading1 {
		text-align: center;
	}

	.heading-font {
		font-size: 22px !important;
		text-align: center !important;
	}

	.navbar-brand img {
		height: auto;
		width: 200px !important;
	}

	#header-carousel .carousel-item {
		position: relative;
		/* min-height: 250px; */
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: contain !important;
	}

	.carousel-caption p {
		font-size: 25px;
	}

	.fs-5 {
		font-size: 1rem !important;
	}

	.heading-font1 {
		font-size: 22px !important;
		text-align: center !important;
	}

	.custom-btn {
		font-size: 16px;
	}

	.hero-title {
		font-size: 28px;
	}

	.c-btn,
	.align-btn {
		text-align: center !important;
	}

	.about-banner .overlay {
		padding: 0 20px;
	}

	.contact-banner .overlay {
		padding: 0 20px;
	}

	.overlay h1 {
		font-family: var(--primary-font);
		padding-top: 20px !important;
		font-size: 25px !important;
	}

	.about-banner {
		background-position: center center;
		height: 28vh;
	}

	.contact-banner {
		height: 28vh;
	}

	.twin-lobe-banner {
		height: 25vh;
	}

	.twin-lobe-banner .overlay {
		padding: 0 20px;
	}

	.tri-lobe-banner {
		height: 25vh;
	}

	.tri-lobe-banner .overlay {
		padding: 0 20px;
	}

	.ring-blower-banner {
		height: 25vh;
	}

	.ring-blower-banner .overlay {
		padding: 0 20px;
	}

	.service-banner{
		height: 25vh;
	}

	.service-banner .overlay {
		padding: 0 20px;
	}

	.testimonial-item1 {
		height: 100% !important;
	}

	.caption-inner p {
		font-size: 15px !important;
		font-weight: 700;
	}

	.banner-section .carousel-caption p {
		color: #fff;
		font-weight: 500;
		line-height: 1;
		/* letter-spacing: 0.2px; */
	}

	.banner-section .carousel-item .overlay {
		/* position: absolute; */
		inset: 0;
		/* background: rgb(0 0 0 / 9%); */
		background: #152F69;
		background: linear-gradient(295deg, rgb(255 255 255 / 0%) 0%, rgb(21 47 105 / 35%) 73%, rgb(6 32 90 / 62%) 92%);
		/* adjust darkness */
		z-index: 1;
	}

	.banner-section .carousel-caption {
		/* position: absolute; */
		inset: 0;
		z-index: 2;
		/* left: 30px !important; */
		display: flex;
		align-items: center;
		justify-content: start;
		pointer-events: none;
	}

	.banner-bold-text {
		font-size: 15px !important;
		font-weight: 400;
		line-height: 1.2;
	}

	.banner-section .carousel-caption .caption-inner {
		pointer-events: auto;
		text-align: center;
		max-width: 230px !important;
	}

	

}

@media (min-width: 768px) and (max-width: 991.98px) {

	.banner-section .carousel-item {
		position: relative;
		height: 23vh;
		min-height: 285px;
		overflow: hidden;
	}

	.banner-section .carousel-caption .caption-inner {
		pointer-events: auto;
		text-align: center;
		max-width: 360px;
	}

	.testimonial-item1 {
		height: 350px !important;
	}
}