.headings {
	font-size: 35px;
	font-weight: 600;
}


.off-sec1 {
	margin-bottom: 5px;
}

.pr-img {
	margin-bottom: -10px;

	width: 100%;

}

.off-subsec h3 {
	font-size: 18px;
	margin: 10px 0;
}

.main_div_pro_in img {
	width: 100%;
}


@media (max-width: 767px) {


	.video_main_div video {
		object-fit: contain;
	}


}


/*whatsapp and call css e */

.collapsible-btn {
	background-color: #ffffff;
	color: #ffffff;
}


.collapsible-icon {
	transition: transform 0.3s ease;
}

.collapsible-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 0 1rem;
	background-color: #fff;
}

.collapsible-wrapper.active .collapsible-content {
	max-height: 100%;
	/* adjust if needed */
	padding: 1rem;
}

.collapsible-wrapper.active .collapsible-icon {
	transform: rotate(45deg);
	/* Turns plus ➕ to × */
}


.space {
	margin: 10px 0px 0px 0px;
}


/* General Styles */
.headings b1 {
	color: #007bff;
	font-weight: 900;
	font-size: 2.2rem;
}

/* Card Container */
.off-subsec {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	/* Added border */
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 30px;
}

.off-subsec:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

/* Product Image */
.pr-img img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eee;
	object-fit: cover;
}

/* Product Title */
.off-subsec h3 {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 10px 0px;
	color: #222;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
}

/* Overlay Description */
.off-overlay {
	padding: 15px;
	font-size: 0.95rem;
	color: #555;
	line-height: 1.6;
}

/* Read More Link as Text */
.mybtn {
	margin-top: 10px;
}

.read {
	color: #007bff;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.95rem;
	display: inline;
}

.read::after {
	content: " →";
	/* Optional: arrow after text */
	font-weight: normal;
}

.read:hover {
	color: #0056b3;
	text-decoration: underline;
}

/* Responsive Fixes */
@media (max-width: 767px) {
	.off-subsec h3 {
		font-size: 1rem;
	}

	.off-overlay {
		font-size: 0.9rem;
	}

	.ab-img img {
		height: auto;
		display: none;
	}

	.space {
		margin: 0px 12px 0px 0px !important
	}
}


/* oooooooooo */


/* Section background */
.sec1.why {
	background: #f8f9fc;
	position: relative;
	overflow: hidden;
}

.sec-overlay {
	background: rgba(255, 255, 255, 0.95);
	padding: 11px;
	border-radius: 0px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Headings */
.headings {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #222;
}

.headings .highlight {
	color: #007bff;
	font-weight: 900;
}


.why-icons {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 11px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.30);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-icons:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.why-icons img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	flex-shrink: 0;
}

.why-icons span {
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
}

/* Text beside icons */
.why-icons span small {
	font-size: 12px;
	display: block;
	font-weight: normal;
	color: #888;
}

/* Right Column - Description */
.why2 p {
	font-size: 1rem;
	color: #555;
	line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
	.why-icons {
		flex-direction: row;
		text-align: left;
	}

	.headings {
		text-align: center;
		font-size: 1.6rem;
	}

	.why2 {
		margin-top: 2px;
	}
}

/* jhdfkhdkfh */


/* Section Styles */


.headings-client {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #222;
}

.headings-client .highlight {
	color: #007bff;
	font-weight: 900;
}

/* Client Logo Container */
.trans-sec {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.trans-sec:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Logo Image */
.trans-sec img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 100px;
}

/* Owl Carousel Custom Styling */
.owl-carousel .item {
	padding: 15px;
}

/* Optional: adjust dots/nav if used */
.owl-theme .owl-dots .owl-dot span {
	background: #007bff;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #0056b3;
}


/* button */


/* Navigation Arrows */
.owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 35%;
	width: 100%;
	pointer-events: none;
	/* Allow clicks only on the buttons */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
	background-color: #007bff;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	pointer-events: all;
	/* React to clicks */
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background-color: #0056b3;
}

.owl-nav button span {
	display: none;
}

/* Optional: Adjust position if needed */
.owl-nav button.owl-prev {
	margin-left: -10px;
}

.owl-nav button.owl-next {
	margin-right: -10px;
}

.owl-nav button span {
	display: block !important;
	font-size: 10px;
}

/*  */


/* Wave background styles */
/*wave and animation*/
footer .wave {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(https://i.ibb.co/rZt4Nhg/wave.png);
	background-size: 1000px 100px;
}

footer .wave#wave1 {
	z-index: 1000;
	opacity: 1;
	bottom: 0;
	animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
	z-index: 999;
	opacity: 0.5;
	bottom: 10px;
	animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3 {
	z-index: 1000;
	opacity: 0.2;
	bottom: 0;
	animation: animateWave 3s linear infinite;
}

footer .wave#wave4 {
	z-index: 999;
	opacity: 0.7;
	bottom: 20px;
	animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
	0% {
		background-position-x: 1000px;
	}

	100% {
		background-position-x: 0px;
	}
}

@keyframes animateWave_02 {
	0% {
		background-position-x: 0px;
	}

	100% {
		background-position-x: 1000px;
	}
}


/* better */


/* General Footer Styling */
footer {
	color: white;
	font-family: 'Segoe UI', sans-serif;
}

footer a {
	color: white;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer a:hover {
	color: #00aaff;
}

/* Footer Sections */
.footer .foot-sec {
	margin-bottom: 30px;
}

.foot-head h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: capitalize;
	border-bottom: 2px solid #00aaff;
	/* display: inline-block; */
	padding-bottom: 8px;
}

.foot-item p,
.foot-item ul {
	font-size: 14px;
	line-height: 1.6;
}

.foot-item ul {
	padding: 0;
	list-style: none;
}

.foot-item ul li {
	margin-bottom: 8px;
}

.bor-left {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-right {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* Social Icons */
.social-touch span a {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	color: white;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transition: background 0.3s ease, color 0.3s ease;
}

.social-touch span a:hover {
	background: #00aaff;
	color: #fff;
}

/* Footer Bottom Row */
.ftop-sec {
	margin: 20px 0;
	text-align: center;
}

.ftop-sec a {
	color: white;
	font-size: 16px;
	text-decoration: none;
}

.ftop-sec i {
	margin-right: 8px;
	color: white;
}

/* Map Iframe */
.footer iframe {
	border: none;
	min-height: 180px;
	width: 100%;
	border-radius: 5px;
}

.page-header {
	background-color: #026cc1;
	padding-top: 62px;
	padding-bottom: 0px;
	margin-top: 0;
}

ul.breadcrumb {
	padding: 10px 11px;
	list-style: none;
	background-color: #026cc1;
}

ul.breadcrumb li {
	display: inline;
	font-size: 1rem;
	color: #f1f1f1;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: rgb(255, 255, 255);
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* GENERAL STYLES */
.aboutus {
	padding: 60px 0;
	background-color: #f9f9f9;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #333;
}

.aboutus .titles {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #222;
}

.aboutus h2 b1 {
	font-weight: 700;
	color: #0066cc;
}

.aboutus .about_p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
	color: #444;
}

/* IMAGE STYLES */
.dir-img {
	max-width: 150px;
	border-radius: 8px;
	margin-bottom: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* ICON SECTIONS */
.ab-sec1 {
	text-align: center;
}

.ab-subsec {
	padding: 20px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	max-height: 185px;
	min-height: 187px;
}

.ab-subsec:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ab-icons img {
	width: 60px;
	height: auto;
	margin-bottom: 15px;
}

.ab-icons span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #0066cc;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
	.aboutus .titles {
		font-size: 24px;
		text-align: center;
	}

	.dir-img {
		max-width: 100px;
	}

	.ab-subsec {
		margin-bottom: 20px;
	}

	.page-header {
		background-color: #026cc1;
		padding-top: 62px;
		padding-bottom: 0px;
		margin-top: 0;
	}

	.sec-title h1 {
		margin-top: 134px;

	}

	.about-section .content-column .inner-column {
		padding-left: 0px !important;
	}

}


/* //////////////////////////// */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}


.sec-title {
	position: relative;
}

.sec-title .title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #00aeef;
	font-weight: 500;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1.28em;
	color: #222222;
	font-weight: 600;
	/* padding-bottom: 18px; */
}

.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 3px;
	background-color: #d1d2d6;
}

.sec-title .text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-top: 35px;
}

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.text-center h2:before {
	left: 50%;
	margin-left: -25px;
}

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 12px;
}

.list-style-one li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	font-size: 18px;
	padding: 0px;
	color: #ff2222;
	font-weight: 600;
	-moz-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.6;
	font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
	color: #44bce2;
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: 0.02em;
	background-color: #00aeef;
}

.btn-style-one:hover {
	background-color: #0794c9;
	color: #ffffff;
}

.about-section {
	position: relative;
	padding: 5px 0 7px;
}

.about-section .sec-title {
	margin-bottom: 0px;
}

.about-section .content-column {
	margin-bottom: 50px;
}


.about-section .text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

.about-section .list-style-one {
	margin-bottom: 45px;
}

.about-section .btn-box {
	position: relative;
}

.about-section .btn-box a {
	padding: 15px 50px;
}

.about-section .image-column {
	position: relative;
}

.about-section .image-column .text-layer {
	position: absolute;
	right: -110px;
	top: 50%;
	font-size: 325px;
	line-height: 1em;
	color: #ffffff;
	margin-top: -175px;
	font-weight: 500;
}

.about-section .image-column .inner-column {
	position: relative;
	padding-left: 80px;
	padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
	position: absolute;
	bottom: -68px;
	z-index: 1;
	background: orange;
	padding: 6px 14px;
	left: 71px;
	width: calc(100% - 101px);
	border-radius: 81px;

}

.about-section .image-column .inner-column .author-desc h2 {
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
	font-size: 16px;
	letter-spacing: 6px;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: 400;
}

.about-section .image-column .inner-column:before {
	content: '';
	position: absolute;
	width: calc(16% + 143px);
	height: calc(79% + 142px);
	top: 5px;
	left: 24px;
	background: transparent;
	z-index: 0;
	border: 21px solid #00aeef;
}

.about-section .image-column .image-1 {
	position: relative;
	top: 44px;

}

.about-section .image-column .image-2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
	box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
	border-radius: 46px;
}

.about-section .image-column .video-link {
	position: absolute;
	left: 70px;
	top: 170px;
}

.about-section .image-column .video-link .link {
	position: relative;
	display: block;
	font-size: 22px;
	color: #191e34;
	font-weight: 400;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
	background-color: #191e34;
	color: #ffffff;
}

.sec-title .titles .headings {
	margin-bottom: 0px !important;
}

.missionVision {
	margin-bottom: 100px;
}


.fancy-box {
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fancy-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.fancy-box h4 {
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 15px;
}

.fancy-box img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

.fancy-box {
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fancy-box:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fancy-box img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	transition: transform 0.3s ease;
}


.productDetail .custom-product-detail h2{
    font-size: 25px!important;
    color: #000;
}

.productDetail {
	margin-bottom: 80px;
}

.card-product {
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	height: 320px;
}

.card-product img {
	height: 300px !important;
	width: 100%;
	object-fit: contain;
}

.productDetail h1 {
	font-size: 30px;
	font-weight: 600;
    color: #000;
}

.productDetail h2 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.productDetail ol{
    padding-left: 16px;
}

.productDetail ol li{
    margin-bottom: 6px;
}

.image-container {
	position: relative;
	display: inline-block;
}

.product-image {
	display: block;
	max-width: 100%;
	height: auto;
}

.navbar-nav {
	margin-left: 8%;
}


.btn-enquiry:hover {
	background-color: #0056b3;
	color: white;
}

.image-container {
	position: relative;
	display: inline-block;
}

.product-image {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Enquiry button styles */
.btn-enquiry {
	position: absolute;
	left: 306px;
	top: 0%;
	transform: translateY(21%);
	background-color: #007bff;
	color: #fff;
	padding: 10px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease;
}

.btn-enquiry i {
	font-size: 16px;
}

.btn-enquiry:hover {
	background-color: #0056b3;
}

.table {
	width: 50% !important;

	border: 1px solid grey;
}

@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

.animete {
	animation: bounce 1s infinite;
}

@media (min-width: 320px) and (max-width: 767px) {
	#lgo {

		width: 200px;
	}

	.ab-desc {
		padding: 0px;
	}

	.ab-desc p,
	.ab-desc h3 {
		text-align: left;
	}

	.sec.ab-sec.space.ml-1 {
		padding: 20px 0px 20px;
	}

	.sec.ab-sec.space.ml-1 {
		margin-left: 0px !important;
	}

	.ab-desc {
		border-bottom: 0px;
	}

	.dropdown-menu {
		width: 99% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.ab-desc p,
	.ab-desc h3 {
		padding: 0;
		text-align: justify;
		font-size: 17px;
	}

	.navbar-nav {
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-left: 0% !important;
	}


	.ab-img img {
		height: auto;
		display: none;
		width: 100%;
	}

	#lgo {
		font-size: 40px;
	}

	.body-top::after {
		display: none;
	}
}

@media (min-width: 800px) and (max-width: 840px) {
	.dropdown-toggle::after {
		float: right;
	}
}
