@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inconsolata:wght@200..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lobster&family=Markazi+Text:wght@400..700&family=Ojuju:wght@200..800&family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


.Enquiry button {
	font-size: 13px;
	font-weight: 500;
}

.navbar-brand {
	width: auto;
	max-width: 100%;
}

.company-name {
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-weight: bold;
	margin-left: 10px;
	font-size: 20px;
}

/* form */
:root {
	--color-1: #f0faff;
	--color-2: lime;
	--color-3: #020403;

	--fonts-1: 15px;
	--fonts-2: 22px;
	--fonts-3: 25px;
}

.show {
	border: none;
}

@keyframes animate {

	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
	}

	50% {
		transform: translate(-50%, -50%) scale(1.03);
	}
}

.pop-up {
	display: none;
	position: fixed;
	top: 54%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, -50%) scale(1);
	animation: animate 1s ease-in-out;
	z-index: 99999;
}

.pop-up.active {
	display: block;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background: rgba(2, 4, 3, 0.596);
}

.overlay.active {
	display: block;
}

.dropdown-item {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600 !important;
	color: #5b5a5a !important;
}

.btn {
	margin: 0;
}

.btn button {
	background-color: #3204ff;
	border: none;
	width: 45%;
	color: #ffffff;
	font-size: 20px;
	border-radius: 5px;
	padding: 6px;
}

html,
body {
	overflow-x: hidden;
}

/* Prevent accidental horizontal overflow on mobile */
body.theme01-body {
  max-width: 100vw;
  overflow-x: hidden;
}

.btn-custom-width {
	width: 40% !important;
}

.navbar-light .navbar-nav .nav-link {
	color: black !important;
}

.navbar .nav-link {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.testimonial-card .card-body h4 {
	font-family: 'Times New Roman', serif;
}

.testimonial-card .card-body p {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}


/* slider */
.sec-1 {
	height: 100vh;
	display: grid;
	place-items: center;
	overflow: hidden;
}

main {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.Gallry-sec {
	padding: 30px 0 0 0;
}

.Gallry-sec h2 {
	font-size: 40px;
	font-family: "PT Serif", serif;
	font-weight: bold;
}

.slid-area h2 {
	text-align: center;
	font-family: "PT Serif", serif;
	font-weight: bold;
	font-size: 40px;
}

.customwidth {
	height: 230px;
}

.ftco-section {
	padding: 35px 0 70px 0;
}

.item {
	width: 150px;
	height: 220px;
	list-style-type: none;
	position: absolute;
	top: 55%;
	z-index: 1;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
	transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

	&:nth-child(1),
	&:nth-child(2) {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		border-radius: 0;
		box-shadow: none;
		/* opacity: 1; */

	}

	&:nth-child(3) {
		/* left: 50%; */
		left: calc(50% + 200px);
	}

	&:nth-child(4) {
		left: calc(50% + 440px);
	}


}

.wcu-para {
	font-family: 'Roboto', sans-serif;
	/* font-weight: 600; */
}

.social-text {
	color: #69737c;
	font-weight: 500;
	/* font-family: 'Roboto', sans-serif; */
}

.img-hi {
	margin: 40px 0 0 0;
}

.sec-4 {
	padding: 40px 0 60px 0;
}

.content .title {
	font-size: 40px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent background */
	padding: 5px 10px;
	width: fit-content;
}

.content {
	width: min(30vw, 400px);
	position: absolute;
	top: 80%;
	left: 3rem;
	transform: translateY(-50%);
	font: 400 0.85rem helvetica, sans-serif;
	color: white;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: none;

	& .title {
		font-family: 'arial-black';
		text-transform: uppercase;
		font-size: 40px;
	}

	& .description {
		line-height: 1.7;
		margin: 1rem 0 1.5rem;
		font-size: 0.8rem;
	}

	& button {
		width: 50%;
		background-color: rgba(0, 0, 0, 0.1);
		color: white;
		border: 2px solid white;
		border-radius: 0.25rem;
		padding: 10px 2px;
		cursor: pointer;
		font-weight: 600;
		font-size: 15px;
	}
}

.item:nth-of-type(2) .content {
	display: block;
	animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
	0% {
		filter: blur(5px);
		transform: translateY(calc(-50% + 75px));
	}

	100% {
		opacity: 1;
		filter: blur(0);
	}
}

.nav {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	user-select: none;

	& .btn {
		background-color: rgba(255, 255, 255, 0.5);
		color: rgba(0, 0, 0, 0.7);
		border: 2px solid rgba(0, 0, 0, 0.6);
		margin: 0 0.25rem;
		padding: 0.75rem;
		border-radius: 50%;
		cursor: pointer;

		&:hover {
			background-color: rgba(255, 255, 255, 0.3);
		}
	}
}

@media (width > 650px) and (width < 900px) {
	.content {
		& .title {
			font-size: 1rem;
		}

		& .description {
			font-size: 0.7rem;
		}

		& button {
			font-size: 0.7rem;
		}

	}

	.item {
		width: 160px;
		height: 270px;

		&:nth-child(3) {
			left: 50%;
		}

		&:nth-child(3) {
			left: calc(20% + 170px);
		}

		&:nth-child(4) {
			left: calc(50% + 140px);
		}

		/* &:nth-child(6) {
			left: calc(50% + 510px);
			opacity: 0;
		} */
	}
}

@media (width < 650px) {
	.content {
		& .title {
			font-size: 15px;
		}

		& .description {
			font-size: 0.65rem;
		}

		& button {
			font-size: 0.7rem;
		}
	}

	.item {
		width: 0;
		height: 0;

		&:nth-child(3) {
			left: 50%;
		}

		&:nth-child(3) {
			left: calc(50% + 50px);
		}

		&:nth-child(4) {
			left: calc(50% + 200px);
		}

		/* &:nth-child(6) {
			left: calc(50% + 420px);
			opacity: 0;
		} */
	}

}

@media (width < 576px) {
	.content {
		& .title {
			font-size: 0.9rem;
			width: max-content;
		}

		& .description {
			font-size: 0.65rem;
		}

		& button {
			font-size: 0.7rem;
		}
	}

	.item {
		/* width: 130px;
		height: 220px; */

		&:nth-child(3) {
			left: 50%;
		}

		&:nth-child(3) {
			left: calc(50% + 10px);
		}

		&:nth-child(4) {
			left: calc(50% + 150px);
		}

		/* &:nth-child(6) {
			left: calc(50% + 420px);
			opacity: 0;
		} */
	}

}






/* btn  */
.ic a {
	color: hsl(359, 73%, 55%);
	text-decoration: none;
	/* list-style: none; */
}

.ic a:hover {
	color: #e76668;
	text-decoration: none;
}


.custom-font-center {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.back-to-top {
	position: fixed;
	visibility: hidden;
	right: 20px;
	bottom: 15px;
	/* z-index: 996; */
	background: #25D366;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	z-index: 1000;
}

.back-to-top i {
	font-size: 28px;
	/* font-weight: bold; */
	color: #fff;
	text-align: center;
	line-height: 0;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top_1 {
	position: fixed;
	visibility: hidden;
	left: 20px;
	bottom: 15px;
	/* z-index: 996; */
	background: #25D366;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	z-index: 1000000;
}

.back-to-top_1 i {
	font-size: 24px;
	/* font-weight: bold; */
	color: #fff;
	line-height: 0;
}

.back-to-top_1.active {
	visibility: visible;
	opacity: 1;
}

.back-to-top_1.show {
	opacity: 1;
	visibility: visible;
}


.footer {
	/* font-family: 'Nunito', sans-serif; */
	font-weight: 500;
	color: black;
	/* font-weight: bold; */
}

.footer p {
	text-align: justify;
}

.icon-1 h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 17px;
}

/* about-sec */

.about-sec {
	padding: 0 0 70px 0;
}

.about-sec h2 {
	font-family: "PT Serif", serif;
	font-weight: bold;
	font-size: 40px;
	padding: 0 !important;
	margin: 0 0 12px 0 !important;
}

.about-sec h3 {

	font-family: "Afacad", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 32px;
}

.about-sec p {
	text-align: justify;
	font-family: "Afacad", sans-serif;
	font-size: 18px;
}

.about-sec button {
	font-size: 15px;
	width: 30%;
	text-transform: capitalize;
}

.content {
	text-shadow: none;
}

/* sec-2 */
.sec-2 h2 {
	margin: 0 0 25px auto;
	text-align: center;
	font-family: "PT Serif", serif;
	font-weight: bold;
	font-size: 40px;
}

.sec-2 p {
	width: 70%;
	margin: 15px auto;
	color: #4f4f4f;
}

.img-3 img {
	width: 100%;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.closeBtn {
	color: white;
	font-size: 40px;
	position: absolute;
	top: 15px;
	right: 25px;
	cursor: pointer;
}

.gallery {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.gal {
	max-width: 80%;
	max-height: 80%;
	margin: 20px;
}

.sec-3 {
	padding: 0 0 50px 0;
}

/* .sec-3 .border{
	border: #000;
} */

@media(min-width:576px) {

	.btn1 a {
		width: 42%;
		margin: 0 10px;
		/* padding: 10px 5px; */
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}

	.card-1 {
		width: 95%;
		margin: 0 auto;
	}
}

@media(max-width:576px) {

	.btn1 a {
		width: 100%;
		margin: 5px 10px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}

	.card-1 {
		width: 90%;
	}

	.pop-up {
		width: 100%;
	}

	.btn-custom-width {
		width: 100px !important;
	}

	.content button {
		width: 68%;
	}

	.about-sec button {
		width: 45%;
	}

	.Gallry-sec {
		padding: 20px 0 0 0 !important;
	}

	.Gallry-sec h2 {
		font-size: 30px;
	}

	.Gallry-sec .title {
		padding: 0 !important;
	}

	.slid-area h2 {
		font-size: 30px;
	}

	.sec-3 .border {
		/* border: 1px solid #000000 !important; */
		margin: 30px 0 0 0;
	}

	.customwidth {
		height: auto;
	}
}


.bt1 {
	width: 40%;
	/* padding: 10px 5px; */
}

/* sec-3 */
.sec-3 {
	background-size: cover;
	background-repeat: no-repeat;
}

.sec-3 h2 {
	font-family: "PT Serif", serif;
	font-weight: bold;
	font-size: 40px;
}

.fet-c i {
	font-size: 35px;
	margin: 10px 0;
}

.sec-3 h2 {
	margin: 0 auto;
	text-align: center;
}

.img-1 img {
	width: 100%;
}

.icon-1 a {
	text-decoration: none;
}

.icon {
	font-size: 18px;
}

.border:hover {
	box-shadow: 2px 2px 10px 5px rgb(163, 163, 163);
	background-color: rgb(243, 243, 243);
	transition: all 0.8s;
}

/* sec-4 */
.sec-4 {
	background-size: cover;
	background-attachment: fixed;
}

.sec-4 h3 {
	font-family: "PT Serif", serif;
	font-weight: bold;
	font-size: 40px;
}

.testimonial-container {
	width: 90%;
	background-color: rgba(227, 236, 236, 0.726);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	min-width: 400px;
	padding: 50px 0 0 0;
	margin: 5px auto;
	color: rgb(41, 39, 39);
	position: relative;
}

.review {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}

.review img {
	width: 100px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
}

.review-card {
	align-items: center;
}

.username {
	font-size: 13px;
	font-weight: 100;
}

.footer-background {
	/* font-family: 'Roboto', sans-serif; */
	color: white;
	font-weight: 600;
}


@media (max-width:375px) {

	.review-card {
		width: 80%;
		margin: 0 auto;
	}

}

/* sec-5 */


.wrapper {
	display: flex;
	width: 70%;
	align-items: center;
	margin: 0 auto;
}

.slide-2 {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.item-1 img {
	width: 100%;
}

.w-i a i {
	width: 14%;
	right: 20px;
	margin: 0 auto;
	position: fixed;
	text-align: end;
	bottom: 111px;
	color: green;
	z-index: 1000;

}

/* sec-6 */

.container-1 .header {
	padding: 0 0 60px 0;
}

.header .title {
	font-family: "Clicker Script", cursive;
	font-size: 42px;
	color: #ef7e39;
}

.header .sub-title {
	font-size: 48px;
	line-height: 1;
}

.container-1 .counters {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.container-1 .counter {
	width: 240px;
	background-color: #fff;
	color: #000;
	padding: 30px 15px;
	margin: 10px;
	border-radius: 20px;
	cursor: pointer;
	background-position: left bottom;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

.counters .counter:hover {
	box-shadow: rgba(229, 126, 57, 0.8) 0px 2px 8px 0px;
	transform: translateY(-5px);
}

.counters .customer {
	background-image: url(https://github.com/MdRasen/Number-Counting-Animation/blob/main/Number%20Counting%20Animation/assets/counter_icon01.png?raw=true);
}

.counters .project {
	background-image: url(https://github.com/MdRasen/Number-Counting-Animation/blob/main/Number%20Counting%20Animation/assets/counter_icon02.png?raw=true);
}

.counters .employee {
	background-image: url(https://github.com/MdRasen/Number-Counting-Animation/blob/main/Number%20Counting%20Animation/assets/counter_icon03.png?raw=true);
}

.counters .award {
	background-image: url(https://github.com/MdRasen/Number-Counting-Animation/blob/main/Number%20Counting%20Animation/assets/counter_icon04.png?raw=true);
}

.counters .counter .number {
	font-size: 40px;
	font-weight: 700;
}

.counters .customer .number {
	color: #fd297b;
}

.counters .project .number {
	color: #2760dc;
}

.counters .employee .number {
	color: #58c0cf;
}

.counters .award .number {
	color: #a667f8;
}

.counters .counter .detail {
	font-size: 18px;
	font-weight: 500;
}

/* Responsive Design */
@media (max-width: 620px) {
	.container-1 {
		padding: 60px 6%;
	}

	.container-1 .header {
		padding: 0 0 40px 0;
	}

	.counters .counter {
		width: 45%;
	}
}

@media (max-width: 540px) {
	.header .title {
		font-size: 32px;
	}

	.container-1 {
		padding: 0;
	}

	.header .sub-title {
		font-size: 36px;
	}

	.counters .counter {
		width: 40%;
	}
}





@media(max-width:576px) {

	/*.img-hi img{*/
	/*	display: none;*/
	/*}*/
	.card-4 h6 {
		text-align: center;
		font-size: 17px;
	}

	.wcu-para {
		font-family: 'Roboto', sans-serif;
	}

	.img-3 :hover {
		opacity: 100%;

	}

	.sec-4 h3 {
		font-size: 30px;
	}

	.ftco-section {
		padding: 20px 0 40px 0;
	}

	.navbar-brand {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.navbar-nav {
		width: 100%;
		justify-content: center;
	}

	.sec-3 h2 {
		font-size: 28px;
	}

	.sec-2 h2 {
		font-size: 32px;
	}



}




/* google  */

.alert {
	padding: 20px;
	background-color: rgb(255, 254, 254);
	color: rgb(0, 0, 0);
}

.closebtn {
	margin-left: 15px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}

#google_translate_element {
	display: inline-block;
}


.goog-te-gadget-icon {
	display: none;
}


.goog-te-combo {
	background-color: #fff9f9;
	border: 1px solid #000000;
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
}


.goog-te-banner-frame.skiptranslate {
	display: none !important;
}


.goog-te-banner-frame.skiptranslate:hover {
	display: none !important;
}

.gallery {
	overflow: hidden;
	position: relative;
	padding: 2rem 0;
	height: 100%;
}

.bg-col {
	background-color: #eaeaea;
}

.gallery:hover img {
	scale: 1.07;
	transition: 0.6s;
}

.Pro:hover img {
	scale: 1.07;
	transition: 0.6s;
}

.gallery:hover button {
	bottom: 2rem;
}

.Gallry-sec img {
	aspect-ratio: 3/2;
	width: 90%;
	object-fit: cover;
	filter: drop-shadow(5px 6px 5px rgb(161, 159, 159));
}

.cirtificate img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.gallery iframe {
	width: 100%;
}

.gallery button {
	transition: 0.5s;
	position: absolute;
	padding: 0 1rem;
	background-color: #6c757d;
	color: rgb(252, 252, 252);
	font-size: 1.5rem;
	border: none;
	border-radius: 4px;
}

@media (min-width: 376px) {
	.gallery button {
		bottom: 2.7rem;
		left: 9rem;
	}

	#strbry {
		left: 7.8rem;
	}
}

@media (min-width: 576px) {
	.gallery button {
		bottom: 2.7rem;
		left: 13rem;
	}

	#strbry {
		left: 11.5rem;
	}
}

@media (min-width: 768px) {
	.gallery button {
		bottom: 2.7rem;
		left: 7.4rem;
	}

	#strbry {
		left: 6.5rem;
	}
}

@media (min-width: 992px) {
	.gallery button {
		bottom: -10rem;
		left: 6rem;
	}

	#strbry {
		left: 5rem;
	}
}

@media (min-width: 1200px) {
	.gallery button {
		bottom: -10rem;
		left: 7.8rem;
	}

	#strbry {
		left: 7rem;
	}
}

@media (min-width: 1400px) {
	.gallery button {
		bottom: -10rem;
		left: 9.6rem;
	}

	#strbry {
		left: 9rem;
	}
}


/* General Content Styling */
.editor-content {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	word-wrap: break-word;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	min-height: 150px;
	text-align: left;
}

/* Preserve List Formatting */
.editor-content ul,
.editor-content ol {
	padding-left: 20px;
	margin: 10px 0;
}

.editor-content li {
	margin-bottom: 5px;
}

/* Preserve Font Colors */
.editor-content font {
	font-weight: bold;
}

/* Preserve Text Alignment Dynamically */
/* .editor-content [style*="text-align: center"] {
    display: block;
    text-align: center;
} */

.editor-content [style*="text-align: left"] {
	display: block;
	text-align: left;
}

.editor-content [style*="text-align: right"] {
	display: block;
	text-align: right;
}

/* Preserve Underline, Bold, Italics */
.editor-content u {
	text-decoration: underline;
}

.editor-content b,
.editor-content strong {
	font-weight: bold;
}

.editor-content i,
.editor-content em {
	font-style: italic;
}

/* Handle Font Colors from Database */
.editor-content font[color] {
	font-weight: bold;
}

/* Blockquote Styling */
.editor-content blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	color: #555;
	margin: 10px 0;
	font-style: italic;
}

/* Table Styling (if stored from editor) */
.editor-content table {
	width: 100%;
	border-collapse: collapse;
}

.editor-content th,
.editor-content td {
	border: 1px solid #ddd;
	padding: 8px;
}

.editor-content th {
	background: #f4f4f4;
}

/* Styling for No Terms Found Message */
.no-terms {
	padding: 20px;
	background: #f8f8f8;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	color: #777;
}

.faq_7 * {
	font-family: Nunito, sans-serif;
}

.faq_7 .responsive-cell-block {
	min-height: 75px;
}

.faq_7 .text-blk {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
}

.faq_7 .responsive-container-block {
	min-height: 75px;
	height: fit-content;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	justify-content: flex-start;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.faq_7 .faq-head-bg {
	background-color: #03a9f4;
	color: white;
	padding-top: 80px;
	padding-right: 60px;
	padding-bottom: 80px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}

.faq_7 .text-blk.faq-heading1 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.faq_7 .text-blk.faq-subheading {
	font-size: 18px;
	line-height: 26px;
}

.faq_7 .faq-dropdown-bg {
	padding-top: 80px;
	padding-right: 60px;
	padding-bottom: 80px;
	padding-left: 60px;
}

.faq_7 .faq {
	display: block;
	flex-direction: column;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.faq_7 .faq-question-container {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.faq_7 .faq-question-container:hover {
	cursor: pointer;
}

.faq_7 .text-blk.faq-questions {
	color: #525252;
	font-size: 20px;
}

.faq_7 .text-blk.faq-answer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #9c9c9c;
	font-size: 18px;
	line-height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.faq_7 .text-blk.faq-subheading {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	max-width: 590px;
	font-size: 18px;
}

.faq_7 .answer-box {
	max-height: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-property: max-height;
}

.faq_7 .faq.active .openimg {
	transform: rotate(180deg);
}

.faq_7 .openimg {
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
	transition-delay: 0s;
	transition-property: transform;
}

.faq_7 .faq.active .answer-box {
	max-height: 550px;
}

.faq_7 .faq-head-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 450px;
}

.faq_7 .container-block {
	max-width: 800px;
}

@media (max-width: 1024px) {
	.faq_7 .text-blk.faq-answer {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.faq_7 .text-blk.faq-heading1 {
		font-size: 30px;
		line-height: 40px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	}

	.faq_7 .faq-head-content {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		max-width: 500px;
		text-align: center;
	}

	.faq_7 .faq-head-bg {
		padding-top: 50px;
		padding-right: 60px;
		padding-bottom: 30px;
		padding-left: 60px;
	}

	.faq_7 .faq-dropdown-bg {
		padding-top: 50px;
		padding-right: 60px;
		padding-bottom: 50px;
		padding-left: 60px;
	}

	.faq_7 .text-blk.faq-questions {
		font-size: 18px;
	}

	.faq_7 .text-blk.faq-answer {
		font-size: 16px;
	}

	.faq_7 .text-blk.faq-subheading {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 500px) {
	.faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-5.faq-head-bg {
		padding-top: 80px;
		padding-right: 30px;
		padding-bottom: 80px;
		padding-left: 30px;
	}

	.faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-7.faq-dropdown-bg {
		padding-top: 80px;
		padding-right: 30px;
		padding-bottom: 80px;
		padding-left: 30px;
	}

	.faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-5.faq-head-bg {
		padding-top: 50px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}

	.faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-7.faq-dropdown-bg {
		padding-top: 50px;
		padding-right: 30px;
		padding-bottom: 50px;
		padding-left: 30px;
	}

	.faq_7 .text-blk.faq-answer {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		line-height: 22px;
		font-size: 16px;
	}

	.faq_7 .text-blk.faq-questions {
		font-size: 18px;
	}

	.faq_7 .text-blk.faq-heading1 {
		font-size: 26px;
	}

	.faq_7 .text-blk.faq-subheading {
		font-size: 17px;
		line-height: 24px;
	}
}

/* =========================
   Theme-01 Modern Overrides
   ========================= */

:root {
  --theme-radius-sm: 10px;
  --theme-radius-md: 16px;
  --theme-radius-lg: 24px;
  --theme-shadow-sm: 0 6px 18px rgba(2, 8, 20, 0.08);
  --theme-shadow-md: 0 14px 34px rgba(2, 8, 20, 0.12);
  --theme-glass-bg: rgba(255, 255, 255, 0.84);
  --theme-panel-border: rgba(var(--primary-rgb, 15, 23, 42), 0.2);
  --theme-soft-primary: rgba(var(--primary-rgb, 15, 23, 42), 0.08);
  --theme-soft-secondary: rgba(var(--secondary-rgb, 37, 99, 235), 0.08);
  --theme-soft-accent: rgba(var(--secondary-rgb, 37, 99, 235), 0.12);
}

body.theme01-body {
  background: #ffffff;
  color: #1f2937;
  line-height: 1.6;
}

body.theme01-body h1,
body.theme01-body h2,
body.theme01-body h3,
body.theme01-body h4,
body.theme01-body h5,
body.theme01-body h6 {
  font-family: var(--theme-font-family, 'Poppins', 'Inter', sans-serif);
  letter-spacing: 0.1px;
}

.section-title-tight {
  letter-spacing: 1.2px;
}

.theme-btn,
.btn-primary,
.btn-secondary {
  border-radius: 999px !important;
  border: 0 !important;
  background: var(--theme-gradient-accent) !important;
  color: #ffffff !important;
  padding: 0.62rem 1.15rem !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.theme-btn:hover,
.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.theme-btn a,
.btn-primary a,
.btn-secondary a {
  color: #fff !important;
}

.sec-1 {
  height: clamp(520px, 86vh, 760px);
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100vw;
}

.sec-1 main {
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  width: 100%;
  max-width: 100vw;
}

.slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}

.slider .item {
  position: absolute;
}

/* Force hero content to stay centered (desktop + mobile) */
.sec-1 .item:nth-child(2) .content {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(760px, 92vw) !important;
  max-width: 92vw !important;
  padding-left: 16px;
  padding-right: 16px;
}

.sec-1 .item:nth-child(2) .content .title {
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

.sec-1 .item:nth-child(2) .hero-cta-group {
  width: 100%;
  justify-content: center;
}

.sec-1 .item:nth-child(2) .hero-cta-btn {
  min-width: 0;
}

.item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(2, 8, 20, 0.68) 12%, rgba(2, 8, 20, 0.34) 56%, rgba(2, 8, 20, 0.2) 100%);
  z-index: 1;
}

.content {
  position: absolute;
  z-index: 2;
  width: min(760px, 92vw);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: none;
}

.content .title {
  font-size: clamp(1.35rem, 2.9vw, 2.5rem);
  line-height: 1.2;
  color: #ffffff !important;
  background: none;
  padding: 0;
  margin-bottom: 1rem;
}

.hero-subtitle {
  margin: 0 auto 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.55;
  max-width: 560px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 130px;
  border-radius: 999px;
  padding: 0.62rem 1.05rem;
  font-size: 0.86rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.hero-cta-primary {
  background: var(--theme-gradient-accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(2, 8, 20, 0.24);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}

.hero-cta-outline {
  background: #ffffff;
  color: var(--text-color);
  border: 1px solid rgba(148, 163, 184, 0.55);
}

/* Hero: mobile-safe layout (prevents cut-off on narrow screens) */
@media (max-width: 576px) {
  .content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px;
  }

  .content .title {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word;
  }

  .hero-subtitle {
    max-width: 100% !important;
  }

  .hero-cta-group {
    width: 100%;
  }

  .hero-cta-btn {
    width: min(360px, 100%);
    min-width: 0 !important;
  }

  .sec-1 .item:nth-child(2) .content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.hero-cta-btn:hover {
  transform: translateY(-2px);
}

.hero-cta-primary:hover,
.hero-cta-secondary:hover {
  color: #fff;
}

.hero-cta-outline:hover {
  color: var(--text-color);
}

.content button {
  background: linear-gradient(120deg, var(--secondary-color), var(--primary-color));
  border: 0;
  width: auto;
  min-width: 150px;
  padding: 0.68rem 1.2rem;
  border-radius: 999px;
}

.hero-nav-controls {
  gap: 0.7rem;
  bottom: 2.4rem;
}

.hero-nav-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}

.hero-nav-btn:hover {
  background: #fff;
  color: #111827;
}

.about-sec,
.sec-2,
.sec-3,
.sec-4,
.Gallry-sec,
.ftco-section {
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: clamp(54px, 7vw, 88px);
}

.about-sec h2,
.sec-2 h2,
.sec-3 h2,
.sec-4 h3,
.Gallry-sec h2,
.slid-area h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  margin-bottom: clamp(1.4rem, 2.2vw, 2rem);
}

.about-sec p,
.wcu-para,
.testimonial-card p,
.social-text {
  color: #4b5563;
  font-size: 0.99rem;
}

.sec-3 .border {
  border-radius: var(--theme-radius-md) !important;
  border: 1px solid rgba(148, 163, 184, 0.26) !important;
  background: #ffffff;
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sec-3 .border:hover {
  transform: translateY(-6px);
  box-shadow: var(--theme-shadow-md);
  background: #ffffff;
}

.img-hi img {
  border-radius: var(--theme-radius-md);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.img-hi img:hover {
  transform: translateY(-6px);
  box-shadow: var(--theme-shadow-md);
}

.testimonial-card {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: var(--theme-radius-md);
  box-shadow: var(--theme-shadow-sm);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--theme-shadow-md);
}

.testimonial-card .card-up {
  background: linear-gradient(120deg, var(--secondary-color), var(--primary-color)) !important;
  height: 6px;
}

.gallery img {
  border-radius: var(--theme-radius-md);
  transition: transform 0.3s ease;
}

.gallery:hover img {
  transform: scale(1.02);
}

.site-footer {
  margin-top: clamp(54px, 7vw, 90px);
  background: #0b1220;
  color: #cbd5e1;
}

.site-footer-top {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  padding: 1rem 0;
}

.site-footer-social-text {
  font-size: 0.95rem;
  color: #e2e8f0;
}

.site-social-links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.site-social-links a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  color: #f8fafc;
  border: 1px solid rgba(248, 250, 252, 0.25);
  transition: all 0.2s ease;
}

.site-social-links a:hover {
  transform: translateY(-2px);
  background: #f8fafc;
  color: #0b1220;
}

.site-footer-main {
  padding: 2.3rem 0;
}

.site-footer-brand img {
  max-height: 58px;
  width: auto;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.site-footer-brand h5 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.site-footer-desc {
  color: #cbd5e1;
  margin-bottom: 0;
}

.site-footer-title {
  color: #f8fafc;
  margin-bottom: 1rem;
  font-weight: 600;
}

.site-footer-links,
.site-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.62rem;
}

.site-footer-links a,
.site-footer-contact a,
.site-footer-contact span {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
}

.site-footer-links a:hover,
.site-footer-contact a:hover {
  color: #ffffff;
}

.site-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.site-footer-contact i {
  margin-top: 3px;
  color: #f8fafc;
}

.site-footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  background: #070d18;
  color: #94a3b8;
  font-size: 0.9rem;
}

.footer-visitor i {
  margin-right: 0.35rem;
}

.scroll-top,
.scroll-top_1 {
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  position: fixed;
  width: 48px;
  height: 48px;
  line-height: 48px;
  bottom: 24px;
  z-index: 999;
  transition: transform 0.2s ease, opacity 0.3s ease;
  opacity: 0;
}

.scroll-top {
  right: 20px;
  background: #16a34a;
}

.scroll-top_1 {
  left: 20px;
  background: var(--secondary-color);
}

.scroll-top.active,
.scroll-top_1.active {
  opacity: 1;
}

.scroll-top:hover,
.scroll-top_1:hover {
  transform: translateY(-2px);
}

.scroll-top a,
.scroll-top_1 a {
  color: #fff;
}

.feature-card,
.testimonial-card,
.gallery {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.feature-card.is-visible,
.testimonial-card.is-visible,
.gallery.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .site-footer-main {
    padding-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .sec-1 {
    height: 72vh;
    min-height: 420px;
  }

  .hero-nav-controls {
    bottom: 1.4rem;
  }

  .hero-cta-group {
    gap: 0.5rem;
  }

  .hero-cta-btn {
    min-width: 116px;
    font-size: 0.8rem;
    padding: 0.54rem 0.9rem;
  }

  .site-footer-main {
    padding: 1.8rem 0;
  }
}

/* Products showcase modern UI */
.products-showcase {
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: clamp(54px, 7vw, 88px);
}

.products-title {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0.75rem;
}

.products-subtitle {
  color: #475569;
  max-width: 700px;
  margin: 0.35rem auto 0;
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  line-height: 1.78;
  letter-spacing: 0.2px;
  font-weight: 500;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  padding: 0.85rem 1.05rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.products-subtitle::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin: 0.85rem auto 0;
  border-radius: 999px;
  background: var(--theme-gradient-line);
}

.section-subtitle {
  color: #475569;
  max-width: 640px;
  margin: 0.25rem auto 1.25rem;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.65;
  letter-spacing: 0.2px;
  font-weight: 500;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px;
  padding: 0.8rem 1rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.section-subtitle::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin: 0.62rem auto 0;
  border-radius: 999px;
  background: var(--theme-gradient-line);
}

.product-card {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.product-thumb-link {
  display: block;
  overflow: hidden;
  background: #f8fafc;
}

.product-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background-color: #ffffff;
  transition: transform 0.35s ease;
}

.product-card:hover .product-thumb {
  transform: scale(1.04);
}

.product-card-body {
  padding: 1rem 1rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.72rem;
}

.product-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
  color: var(--text-color);
  line-height: 1.35;
}

.product-card-actions {
  display: flex;
  width: 100%;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  background: var(--theme-gradient-accent);
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  font-size: 0.83rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.22s ease;
}

.product-btn:hover {
  color: #ffffff;
  filter: brightness(1.03);
}

.product-enquiry-btn {
  background: #ffffff;
  color: var(--text-color);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.product-enquiry-btn:hover {
  color: var(--text-color);
  border-color: var(--secondary-color);
  background: #eff6ff;
  filter: none;
}

.view-all-products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background: var(--theme-gradient-accent);
  border-radius: 999px;
  padding: 0.62rem 1.3rem;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.view-all-products-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.26);
}

.home-blog-section {
  padding: clamp(54px, 7vw, 88px) 0;
  background:
    linear-gradient(162deg, rgba(var(--secondary-rgb, 37, 99, 235), 0.08), rgba(255, 255, 255, 0.95)),
    var(--theme-glass-bg) !important;
}

.home-blog-card {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.13);
}

.home-blog-thumb-link {
  display: block;
  background: rgba(var(--secondary-rgb, 37, 99, 235), 0.08);
}

.home-blog-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-blog-card-body {
  padding: 0.95rem 1rem 1.05rem;
}

.home-blog-meta {
  display: flex;
  gap: 0.48rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.55rem;
  font-size: 0.76rem;
  color: var(--muted-text);
}

.home-blog-chip {
  border-radius: 999px;
  border: 1px solid rgba(var(--secondary-rgb, 37, 99, 235), 0.34);
  background: rgba(var(--secondary-rgb, 37, 99, 235), 0.1);
  color: var(--secondary-color);
  padding: 0.2rem 0.56rem;
  font-weight: 600;
}

.home-blog-title {
  margin: 0 0 0.6rem;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--text-color);
}

.home-blog-title a {
  color: inherit;
  text-decoration: none;
}

.home-blog-title a:hover {
  color: var(--secondary-color);
}

.home-blog-section .section-heading {
  color: var(--secondary-color) !important;
}

.home-blog-desc {
  margin: 0 0 0.82rem;
  color: var(--text-color);
  font-size: 0.9rem;
  line-height: 1.72;
}

.home-blog-read-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background: var(--theme-gradient-accent);
  border-radius: 999px;
  padding: 0.44rem 0.86rem;
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.18);
}

.home-blog-read-btn:hover {
  color: #ffffff;
}

.home-blog-more-btn {
  min-width: 150px;
}

@media (max-width: 767.98px) {
  .product-card-actions {
    flex-direction: column;
  }

  .product-btn {
    width: 100%;
  }

  .home-blog-read-btn {
    width: 100%;
  }
}

/* =========================
   Home Section System
   ========================= */

.home-sections {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.4vw, 18px);
  padding: clamp(10px, 1.4vw, 18px) clamp(4px, 0.9vw, 10px) clamp(20px, 2.2vw, 28px);
  background:
    radial-gradient(circle at 10% 0%, var(--theme-soft-primary), transparent 40%),
    radial-gradient(circle at 90% 100%, var(--theme-soft-secondary), transparent 36%),
    linear-gradient(180deg, #eef4f9 0%, #e6edf6 100%);
}

.cms-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: min(1280px, 100%);
  margin-inline: auto;
  border: 1px solid var(--theme-panel-border);
  border-radius: clamp(14px, 1.8vw, 22px);
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

/* Subtle texture layer to make sections feel clearly partitioned */
.cms-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.72;
  background-image:
    radial-gradient(circle at 12% 18%, var(--theme-soft-primary), transparent 42%),
    radial-gradient(circle at 88% 24%, var(--theme-soft-secondary), transparent 45%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
}

.cms-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%2394a3b8' stroke-opacity='0.22'%3E%3Cpath d='M0 110h220M110 0v220'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 220px 220px;
}

.cms-section > * {
  position: relative;
  z-index: 1;
}

.products-showcase,
.about-sec,
.export-sec,
.sec-3,
.sec-4,
.home-blog-section,
.Gallry-sec,
.team-sec,
.faq_7,
.ftco-section {
  padding-top: clamp(58px, 7vw, 92px) !important;
  padding-bottom: clamp(58px, 7vw, 92px) !important;
  position: relative;
}

.products-showcase .container,
.about-sec .container,
.export-sec .container,
.sec-3 .container,
.sec-4 .container,
.home-blog-section .container,
.Gallry-sec .container,
.team-sec .container,
.faq_7 .container,
.ftco-section .container,
.ftco-section .container-fluid {
  max-width: 1180px;
}

.products-showcase {
  background:
    linear-gradient(160deg, rgba(var(--primary-rgb, 15, 23, 42), 0.06), rgba(255, 255, 255, 0.94)),
    var(--theme-glass-bg) !important;
}

.about-sec {
  background:
    linear-gradient(160deg, rgba(var(--secondary-rgb, 37, 99, 235), 0.07), rgba(255, 255, 255, 0.95)),
    var(--theme-glass-bg) !important;
}

.export-sec {
  background:
    linear-gradient(160deg, rgba(var(--primary-rgb, 15, 23, 42), 0.05), rgba(var(--secondary-rgb, 37, 99, 235), 0.07)),
    var(--theme-glass-bg) !important;
}

.sec-3 {
  background:
    linear-gradient(155deg, rgba(var(--secondary-rgb, 37, 99, 235), 0.06), rgba(255, 255, 255, 0.95)),
    var(--theme-glass-bg) !important;
}

.sec-4 {
  background:
    linear-gradient(170deg, rgba(var(--primary-rgb, 15, 23, 42), 0.045), rgba(255, 255, 255, 0.96)),
    var(--theme-glass-bg) !important;
}

.Gallry-sec {
  background:
    linear-gradient(158deg, rgba(var(--secondary-rgb, 37, 99, 235), 0.08), rgba(255, 255, 255, 0.94)),
    var(--theme-glass-bg) !important;
}

.team-sec {
  background:
    linear-gradient(165deg, rgba(var(--primary-rgb, 15, 23, 42), 0.055), rgba(var(--secondary-rgb, 37, 99, 235), 0.055)),
    var(--theme-glass-bg) !important;
}

.team-sec .section-heading {
  color: var(--secondary-color) !important;
}

.faq_7 {
  background:
    linear-gradient(170deg, rgba(var(--secondary-rgb, 37, 99, 235), 0.06), rgba(255, 255, 255, 0.95)),
    var(--theme-glass-bg) !important;
}

.ftco-section {
  background:
    linear-gradient(160deg, rgba(var(--primary-rgb, 15, 23, 42), 0.05), rgba(255, 255, 255, 0.95)),
    var(--theme-glass-bg) !important;
}

.ftco-partner {
  background:
    linear-gradient(160deg, rgba(var(--secondary-rgb, 37, 99, 235), 0.08), rgba(255, 255, 255, 0.96)),
    var(--theme-glass-bg) !important;
}

.ftco-certificate {
  background:
    linear-gradient(160deg, rgba(var(--primary-rgb, 15, 23, 42), 0.08), rgba(255, 255, 255, 0.96)),
    var(--theme-glass-bg) !important;
}

/* Approvals & Certifications */
.cert-approval-section {
  padding: clamp(54px, 7vw, 88px) 0;
  background:
    linear-gradient(160deg, rgba(var(--primary-rgb, 15, 23, 42), 0.05), rgba(255, 255, 255, 0.95)),
    var(--theme-glass-bg) !important;
}

.cert-approval-head {
  max-width: 980px;
  margin: 0 auto 26px;
}

.cert-approval-head h2 {
  margin-bottom: 12px;
  color: var(--secondary-color) !important;
}

.cert-zigzag-line {
  height: 3px;
  margin: 0 auto 20px;
  width: min(460px, 70%);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(var(--primary-rgb, 15, 23, 42), 0.25),
    rgba(var(--secondary-rgb, 37, 99, 235), 0.9),
    rgba(var(--primary-rgb, 15, 23, 42), 0.25)
  );
}

.cert-approval-lead {
  max-width: 780px;
  color: var(--muted-text) !important;
}

.cert-approval-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.cert-approval-card {
  border-radius: 16px;
  padding: 16px 18px;
  background: linear-gradient(
    165deg,
    rgba(var(--secondary-rgb, 37, 99, 235), 0.09),
    rgba(255, 255, 255, 0.96)
  );
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: var(--theme-shadow-sm);
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 160px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cert-approval-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--theme-shadow-md);
  border-color: rgba(var(--secondary-rgb, 37, 99, 235), 0.45);
}

.cert-approval-logo-wrap {
  flex: 0 0 132px;
  width: 132px;
  height: 112px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.cert-approval-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cert-approval-copy {
  flex: 1;
  min-width: 0;
}

.cert-approval-copy h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.2;
  color: var(--text-color);
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.cert-approval-copy p {
  margin: 0;
  font-size: clamp(0.95rem, 1.02vw, 1.04rem);
  color: #374151;
  line-height: 1.45;
  font-weight: 500;
}

.cert-approval-copy p span {
  color: var(--secondary-color);
  font-weight: 600;
}

@media (max-width: 991px) {
  .cert-approval-grid {
    grid-template-columns: 1fr;
  }

  .cert-approval-card {
    border-radius: 14px;
    min-height: 0;
    padding: 14px;
  }

  .cert-approval-logo-wrap {
    flex-basis: 108px;
    width: 108px;
    height: 90px;
  }
}

@media (max-width: 575px) {
  .cert-approval-section {
    padding: 48px 0 !important;
  }

  .cert-approval-card {
    gap: 12px;
  }

  .cert-approval-copy h3 {
    font-size: 1.15rem;
  }

  .cert-approval-copy p {
    font-size: 0.92rem;
  }
}

/* Video thumbnails */
.video-thumb-btn {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  display: block;
  text-align: left;
}

.video-thumb-img {
  height: 315px;
  object-fit: cover;
  display: block;
}

.video-play-badge {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(2, 8, 20, 0.15), rgba(2, 8, 20, 0.42));
  color: #fff;
  font-size: 28px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.video-thumb-btn:hover .video-play-badge {
  background: linear-gradient(180deg, rgba(2, 8, 20, 0.18), rgba(2, 8, 20, 0.52));
  transform: scale(1.02);
}

/* Gallery lightbox */
.gallery-lightbox-content {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.gallery-lightbox-stage {
  position: relative;
  min-height: 56vh;
  display: grid;
  place-items: center;
  border-radius: 16px;
  overflow: hidden;
  background: #0b1220;
}

.gallery-lightbox-img {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.gallery-nav-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%) scale(1.04);
}

.gallery-nav-prev {
  left: 14px;
}

.gallery-nav-next {
  right: 14px;
}

.about-sec h2,
.sec-3 h2,
.sec-4 h3,
.Gallry-sec h2,
.faq_7 h2,
.ftco-section h2,
.products-title {
  text-align: center !important;
  margin-bottom: 0.55rem !important;
  letter-spacing: 0.2px;
}

.section-subtitle,
.products-subtitle {
  text-align: center !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sec-3 .fet-c {
  margin-top: 1.6rem;
}

.sec-4 .row.text-center,
.Gallry-sec .row:last-child,
.ftco-section .slide-2,
.faq_7 .accordion {
  margin-top: 1.5rem;
}

.products-showcase::before,
.about-sec::before,
.export-sec::before,
.sec-3::before,
.sec-4::before,
.home-blog-section::before,
.Gallry-sec::before,
.team-sec::before,
.faq_7::before,
.ftco-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, 92%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--primary-rgb, 15, 23, 42), 0.18), rgba(var(--secondary-rgb, 37, 99, 235), 0.9), rgba(var(--primary-rgb, 15, 23, 42), 0.22));
}

@media (max-width: 767.98px) {
  .products-showcase,
  .about-sec,
  .export-sec,
  .sec-3,
  .sec-4,
  .home-blog-section,
  .Gallry-sec,
  .team-sec,
  .faq_7,
  .ftco-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .section-subtitle,
  .products-subtitle {
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
  }
}

/* Final uniform heading/subtitle alignment */
.section-heading {
  text-align: center !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.2px !important;
  font-weight: 700 !important;
  margin-bottom: 0.58rem !important;
}

.section-heading-accent {
  color: var(--secondary-color);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .section-heading-accent {
    background: var(--theme-gradient-accent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.section-subtitle,
.products-subtitle {
  text-align: center !important;
  max-width: 780px !important;
  margin: 0.3rem auto 1.25rem !important;
  padding: 0.72rem 1rem !important;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem) !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
}

.section-subtitle::after,
.products-subtitle::after {
  margin: 0.6rem auto 0 !important;
}

@media (max-width: 767.98px) {
  .section-heading {
    font-size: clamp(1.7rem, 8vw, 2.15rem) !important;
    margin-bottom: 0.5rem !important;
  }

  .section-subtitle,
  .products-subtitle {
    max-width: 94% !important;
    font-size: 0.93rem !important;
    line-height: 1.6 !important;
  }

  .home-sections {
    gap: 10px;
    padding: 10px 4px 14px;
  }

  .cms-section {
    border-radius: 10px;
  }
}

/* Hero slider enhanced motion */
.item {
  will-change: transform, opacity, background-size, background-position;
}

.item:nth-child(2) {
  animation: heroKenBurns 5.2s ease-out both;
}

.slider.is-transitioning .item:nth-child(2)::before {
  animation: heroSwipeFlash 0.62s ease;
}

.item:nth-of-type(2) .content {
  animation: contentFadeUp 0.75s ease-in-out 0.1s both;
}

.item:nth-of-type(2) .content .title {
  animation: contentFadeUp 0.75s ease-in-out 0.16s both;
}

.item:nth-of-type(2) .content .theme-btn,
.item:nth-of-type(2) .content button {
  animation: contentFadeUp 0.75s ease-in-out 0.24s both;
}

.hero-nav-btn {
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.hero-nav-btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 20px rgba(2, 8, 20, 0.22);
}

@keyframes heroKenBurns {
  0% {
    background-size: 100%;
    background-position: 50% 50%;
    filter: saturate(0.95);
  }
  100% {
    background-size: 112%;
    background-position: 54% 48%;
    filter: saturate(1);
  }
}

@keyframes heroSwipeFlash {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 1;
  }
}

@keyframes contentFadeUp {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-actions {
  display: flex;
  gap: 0.55rem;
  justify-content: center;
  flex-wrap: wrap;
}

