/* google fonts */

@import url('https://fonts.googleapis.com/css2?family=Roboto: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: #981B2E;
	--color-secondary: #828B94;
	--body-color: #EDF3F7;
	/* --icon-color: #1D47A4; */
	--color-tertiary: #020a18;
	--copy-bg-color: #000e85;
	--product-bg-color: #00345B;
	--grey-bg: #ECF2FB;
	--counter-bg-color: #000A5B;
	--heading-color: #282D92;
	--sub-heading-color: #991B2E;
	--primary-font: "Roboto", sans-serif;
	/* --secondary-font: "Roboto", sans-serif; */
}

body {
	/* font-family: "Roboto", sans-serif; */
	font-family: "Roboto", 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: 45px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 46px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 16px;
}

.sub-heading {
	font-family: var(--primary-font);
	color: var(--dark-color) !important;
	font-size: 23px;
	/* line-height: 21px; */
	font-weight: 400;
	/* font-style: normal; */
	text-transform: capitalize;
	letter-spacing: 0.6px;
	/* opacity: 1; */
}

.sub-heading1 {
	font-family: var(--primary-font);
	/* color: var(--dark-color) !important; */
	font-size: 25px;
	/* line-height: 21px; */
	font-weight: 400;
	/* font-style: normal; */
	text-transform: capitalize;
	letter-spacing: 0.6px;
	/* opacity: 1; */
}

.sub-heading2 {
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.6px;
}

.heading-font {
	font-family: var(--primary-font);
	color: var(--color-primary) !important;
	/* color: var(--dark-color) !important; */
	font-size: 37px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: -1px;
	/* line-height: 1.1; */
}

.secondary-heading {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 20px;
	font-weight: 700;
}

.light-color-para {
	font-family: var(--primary-font);
	color: var(--color-tertiary) !important;
	font-size: 18px;
}

.regular-text {
	font-family: var(--primary-font);
	color: var(--dark-color) !important;
	font-size: 18px;
	/* text-align: justify; */
}

.regular-text1 {
	font-family: var(--primary-font);
	color: var(--white-color) !important;
	font-size: 18px;
	/* text-align: justify; */
}

.grey-bg {
	background-color: var(--grey-bg);
}

.custom-btn {
	display: inline-block;
	background-color: #f26522;
	/* Custom orange */
	color: var(--white-color) !important;
	font-weight: 700;
	text-transform: capitalize;
	padding: 12px 28px;
	border: none;
	border-radius: 0;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.custom-btn:hover {
	background-color: #d9531e;
	color: #fff;
	text-decoration: none;
}


.custom-btn {
	display: inline-block;
	background-color: var(--color-primary);
	color: var(--white-color) !important;
	font-weight: 500;
	text-transform: capitalize;
	padding: 12px 28px;
	border: none;
	border-radius: 25px;
	font-size: 18px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.custom-btn:hover {
	background-color: var(--color-secondary);
	/* color: var(--dark-color) !important; */
	text-decoration: none;
}

.custom-btn1 {
	display: inline-block;
	background-color: var(--white-color);
	color: var(--dark-color) !important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 28px;
	border: none;
	border-radius: 25px;
	font-size: 17px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.custom-btn1:hover {
	background-color: var(--dark-color);
	color: var(--color-primary) !important;
	text-decoration: none;
}


/* default codes ends here */


/* banner */

.hero-section {
	background: url('../img/vshark-img/banner-1.webp') center center/cover no-repeat;
	position: relative;
	padding: 125px 0;
}

.hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 1;
}

.logo-img {
	height: auto;
	width: 350px !important;
}

.hero-content,
.contact-form {
	position: relative;
	z-index: 2;
}

.hero-content h1 {
	font-weight: bold;
	font-size: 60px;
	color: var(--white-color);
}

.hero-content p {
	color: var(--white-color);
}

.btn-custom {
	padding: 12px 30px;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-red {
	background-color: #d32f2f;
	color: white;
}

.btn-green {
	background-color: #4CAF50;
	color: white !important;
}

.btn-green:hover {
	background-color: #316e33;
	/* color: white; */
}

.contact-form {
/*	background: #fff;
	color: #000;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	width: 30%; 
	*/
}

.contact-form h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}

.contact-form hr {
	border: none;
	border-top: 2px solid #b22222;
	width: 50%;
	margin: 10px auto;
}

.form-control {
	border-radius: 8px;
	margin-bottom: 10px;
}

.btn-submit {
	width: 100%;
	background-color: #b22222;
	color: white;
	font-weight: bold;
	padding: 10px;
	border-radius: 8px;
}

/* about section */

@keyframes gentleBounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

.bounce-img {
	animation: gentleBounce 3s ease-in-out infinite;
}

.bounce-img:hover {
	/* animation-play-state: paused; */
}

/* service section */

.core-services h2 {
	color: #003366;
	/* Dark blue heading */
}

.core-services h5 {
	color: #004080;
	/* Slightly lighter blue for sub-headings */
}

.core-services ul li {
	font-size: 1rem;
}

.core-services img {
	margin-top: 1rem;
}

/* service */

.service-img {
	width: 600px;
	height: auto;
}

.service-list i {
	color: var(--color-primary);
	font-size: 16px;
}

.key-adv {
	background-color: var(--color-primary);
	border-radius: 8px;
}

.key-ben {
	border-bottom: 2px solid #ffffff;
	width: fit-content;
	margin: auto;
}


/* seamless process */

.seamless-flow-section {
	background-image: url('../img/vshark-img/flow-bg.webp');
	background-size: cover !important;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	/* padding: 30px 0px; */
}

.seamless-flow-section .overlay {
	background-color: rgb(0 0 0 / 23%);
	/* 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; */
}

.seamless-flow-section .process-step {
	/* border-radius: 15px; */
	background-color: #ffffffb5 !important;
	height: 220px;
	transition: transform 0.3s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	;
}

.process-step .step-number {
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff;
	background-color: var(--color-secondary);
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}

/* .process-step {
	transition: transform 0.3s ease;
}

.process-step:hover {
	transform: translateY(-10px) !important;
	background-color: var(--color-primary) !important;
	transition: transform 0.5s ease-in-out;
}

.process-step:hover h5,
.process-step:hover p {
	color: var(--white-color) !important;
	transition: color 0.1ms ease;
} */

.process-step {
	transition: all 1s ease;
	transform: translateY(0);
	/* background-color: #fff; */
	/* border-radius: 12px; */
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.process-step:hover {
	/* transform: translateY(-10px) !important; */
	background-color: var(--color-primary) !important;
	box-shadow: 0px 12px 26px rgb(0 0 0 / 55%);
}

/* Optional: text color change on hover */
.process-step:hover h5,
.process-step:hover p {
	color: var(--white-color) !important;
	transition: color 0.5s ease;
}



/* why-choose */

.why-choose-section,
.key-benefits-section,
.core-service-section,
.process-step,
.service-section {
	background-color: var(--grey-bg) !important;
}

.why-choose-icon img {
	filter: invert(13%) sepia(43%) saturate(5436%) hue-rotate(337deg) brightness(100%) contrast(93%);
}

/* applications */

.application-card {
	position: relative;
	overflow: hidden;
	/* border-radius: 12px; */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.application-card1 {
	position: relative;
	overflow: hidden;
	/* border-radius: 12px; */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.application-card1 .overlay {
	position: absolute;
	inset: 0;
	background: #991b2ef2;
	/* Dark blue gradient overlay */
	opacity: 0.9;
	text-align: center;
	transition: background 0.3s ease;
}

.application-card img {
	transition: transform 0.5s ease;
}

.application-card:hover img {
	transform: scale(1.1);
}

.application-card .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	/* Dark blue gradient overlay */
	opacity: 0.9;
	text-align: center;
	transition: background 0.3s ease;
}

.application-card:hover .overlay {
	background: rgba(63, 51, 51, 0.85) !important;
}


/* cta section */

.cta-section {
	background-image: url('../img/vshark-img/footer-bg-2.webp');
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	/* padding: 30px 0px; */
}

.cta-section .overlay {
	background-color: rgb(0 0 0 / 66%);
	/* 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 285px;
}

.cta-section h4 {
	font-size: 37px;
	font-weight: 800;
}


/* scroll-up button */

#scrollUpBtn {
	position: fixed;
	bottom: 25px;
	right: 15px;
	height: 35px;
	width: 35px;
	padding: 10px;
	border-radius: 3px;
	border: none;
	z-index: 999;
	background-color: var(--color-primary);
	display: flex;
	align-items: center;
	justify-self: center;

}

/* scrollup-btn */

#scrollUpBtn i {
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-self: center;
}

/* scrollup-btn ends here */

/* animation code starts here */

/* 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);
	}
}

/* >>>>>>>>>>>>>>>>>>>> PEB structures page ends here  <<<<<<<<<<<<<<<<<<<<<*/



/* responsive code starts here */

@media only screen and (max-width: 768px) {

	.sub-heading {
		font-size: 18px;

	}

	.heading-font {
		font-size: 25px;
	}

	.overlay h1 {
		padding-top: 90px !important;
	}

	.logo-img {
		height: auto;
		width: 250px !important;
	}

	.hero-content h1 {
		font-size: 26px;
	}

	.contact-form {
		width: 90%;
	}

	.hero-section {
		padding: 28px 0;
	}

	.hero-content,
	.contact-form {
		text-align: center !important;
	}

	.sub-heading1 {
		font-size: 20px;
		text-align: center;
	}

	.sub-heading2 {
		font-size: 19px;
	}

	.about-content {
		text-align: center !important;
	}

	.seamless-flow-section .process-step {
		height: 255px;
	}

	.cta-section .overlay {

		padding: 0 25px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-content h1 {
		font-size: 25px;
	}

	.contact-form {
		width: 80%;
	}

	.cta-section .overlay {

		padding: 0 25px;
	}
}