html {
width: 100% !important;
  overflow-x: hidden !important;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    word-wrap: break-word;
  overflow-wrap: break-word;
  /*  outline: 1px solid red; */
}
:root {
	--ebs-primary: #002366;
	--ebs-secondry: #f7941d;
	--ebs-text: #757575;
	--ebs-headline: #010101;
	--ebc-light-bg: #f8f9fa;
	--ebc-gradient: linear-gradient(135deg, #002366 0%, #003d99 100%);
}

body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	line-height: 1.6;
	color: var(--ebc-text);
	overflow-x: hidden;
}
.navbar {
	background: rgba(255, 255, 255, 0.95) !important;
	

	z-index: 10000000;
	transition: all 0.3s ease;
}
.navbar-brand img {
	height: 37px;
	transition: transform 0.3s ease;
}

.navbar-brand:hover img {
	transform: scale(1.05);
}

.navbar-nav .nav-link {
	font-weight: 500;
	color: var(--ebc-headline) !important;
	position: relative;
	margin: 0 10px;
	transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
	color: var(--ebc-primary) !important;
}

.navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -5px;
	left: 50%;
	background: var(--ebc-secondary);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
	width: 100%;
}

.form-control {
	border-radius: 5px;
}
.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #f7941c;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(247 148 28 / 37%);
}
.form-control {
	padding: 0.975rem 1.8rem;
	font-size: 15px;
	font-weight: 400;
	color: #afafaf;
}
.btn-primary {
	background-color: var(--ebs-primary);
	color: #fff;
	font-weight: 600;
	padding: 0.6rem 1.2rem;
	border: none;
}
.btn-primary:hover {
	background-color: var(--ebs-secondry);
	color: var(--ebs-primary);
}
.btn-cta {
	background-color: white;
	color: #061a44;
	border: none;
	padding: 0.6rem 1.2rem;
	font-weight: 600;
}
.btn-cta:hover {
	background-color: var(--ebs-secondry);
	color: var(--ebs-primary);
}
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: var(--ebc-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
	transition: opacity 0.5s ease;
	opacity: 1;
	visibility: visible;
	margin: 0;
	padding: 0;
}
.loading-overlay.hide {
	opacity: 0;
	visibility: hidden;
}

.loading-spinner {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-top: 3px solid var(--ebc-secondary);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

.loading-text {
	color: var(--ebs-secondry);
	font-size: 18px;
	margin-top: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Fade in animation for content */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	animation: fadeIn 0.6s ease forwards;
}

.banner .highlight {
	position: relative;
	display: inline-block;
}
.modal{
	z-index: 100000000000;
}
.banner .highlight::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 12px;
	background-color: var(--ebs-secondry);
	z-index: -1;
}
.scribble {
	position: absolute;
	
	width: 40px;
}

.banner {
	padding: 70px 0;
}
.banner h3 {
	font-weight: 700;
	font-size: 52px;
	color: var(--ebs-headline);
}
.banner h2 {
	font-weight: 700;
	font-size: 70px;
	color: var(--ebs-headline);
}
.banner p {
	font-weight: 400;
	font-size: 18px;
	color: var(--ebs-text);
}
.banner1 {
	max-width: 370px;
	margin-top: 90px;
	z-index: 999999;
	position: absolute;
	animation: moveUp 5s linear infinite;
}
.banner2 {
	max-width: 260px;
	animation: moveDown 5s linear infinite;
}

/* scrolling-section */
.scrollingSection {
	padding: 70px 0;
}
.scrolling-strip {
	background-color: #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
}

.scrolling-track {
	display: flex;
	animation: scroll-left 25s linear infinite;
}

.scrolling-item {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-right: 22px;
	position: relative;
}

.scrolling-item::after {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #176533; /* green */
	border-radius: 50%;
	margin-left: 22px;
}

.scrolling-item:last-of-type::after {
	background-color: #000; /* black dot at the end */
}

.aboutSection {
	background-color: var(--ebs-primary);
	background: url("../images/about-bg.png");
	background-repeat: no-repeat;
    background-size: cover;
}
.section-title {
	letter-spacing: 4px;
	line-height: 24px;
	font-size: 15px;

	font-weight: 600;
}
.aboutSection h2 {
	font-size: 60px;
	font-weight: 700;
}
.aboutSection h3 {
	font-size: 36px;
	font-weight: 700;
}
.aboutSection li {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	opacity: 0.75;
}
.lead {
	font-size: 20px;
	font-weight: 400;

	opacity: 0.75;
}
.custom-bullet {

	
	

	display: inline-block;
	flex-shrink: 0 ;
	width: 20px;
	height: 20px;
	background-image: url("../images/bullet-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-top: 6px; 
}
.rounded-img {
	border-radius: 16px;
}
.icon-list li {
	display: flex;
	align-items: start;
	margin-bottom: 1.5rem;
}
.img-col img:not(:first-child) {
	margin-top: 1rem;
}
.img-col img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.workImage {
	width: 160px;
	height: 160px;
	object-fit: cover;

	width: 248.72px;
	height: 372.79px;
	position: absolute;
	top: 230px;
	right: 50px;
	border-radius: 10px;
	transform: rotate(0deg);
}
.imageConatainer {
	position: relative;
}
.londonBoothImage {
	/* Container */

	position: absolute;
	height: 277.48px;
	width: 184.99px;
	top: 190px;

	mix-blend-mode: normal;
	border-radius: 150px;
}

@media (min-width: 768px) {
	.img-col {
		align-items: flex-start !important;
	}
	.img-col img:first-child {
		align-self: center;
	}
}
.serviceSection {
	background-color: #fff;
	padding: 80px 0;
}
.serviceSection .service-sub-heading {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 24px;
	color: #010101;
}

.serviceSection .service-heading {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1.2px;
	line-height: 66.42px;
}

.serviceSection .service-heading .highlight {
	position: relative;
    display: inline-block;
}
.serviceSection .service-heading  .highlight::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 12px;
	background-color: var(--ebs-secondry);
	z-index: -1;
}

.serviceSection .service-description {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.3px;
	line-height: 32px;
	color: #757575;
}
.serviceSection .services-section {
	display: flex;
	height: 100vh;
	overflow: hidden;
}

.serviceSection .left-fixed {
	width: 50%;
	padding: 60px 40px;
	background-color: #fff;
	position: sticky;
	top: 0;
	align-self: flex-start;
	height: 100vh;
}

.serviceSection .right-scroll {
	width: 50%;
	height: 100vh;
	overflow-y: auto;
	padding: 60px 40px;
}

.serviceSection .service-card {
	padding: 40px;
	display: flex;
	gap: 40px;
	margin-bottom: 25px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 0px 3px 20px 4px rgba(42, 54, 79, 0.08);
	border-radius: 10px;
}

.service-card img {
	min-width: 48px;
	height: 48px;
}

.service-card h5 {
	font-weight: 600;
	font-size: 21px;
	color: #010101;
}

.service-card p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	color: #757575;
}

@media (max-width: 992px) {
	.services-section {
		flex-direction: column;
	}
	.left-fixed,
	.right-scroll {
		width: 100%;
		height: auto !important;
		position: static;
		padding: 0px 15px !important;
	}
}

.contactSection {
	
	padding: 120px 0 90px 0;

	
	background: url("../images/contact-bg.png");
	background-repeat: no-repeat;
    background-size: cover;
}
.contactSection .contact-sub-heading {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 24px;
}

.contactSection .contact-heading {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1.2px;
	line-height: 66.42px;
}
.contactSection .contact-heading .highlight {
	position: relative;
	display: inline-block;

}
.contactSection .contact-heading  .highlight::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 12px;
	background-color: var(--ebs-secondry);

}

.contactSection .contact-description {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.3px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.75);
}
.contactSection .contact-icons {
	margin: 80px 0;
}
.contactSection .contact-icons .icon-circle {
	box-sizing: border-box;
	width: 57.24px;
	height: 56.6px;
	background: #ffffff;
	border: 1px solid #333333;
	padding: 10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactSection .contact-icons .icon-circle img {
	width: 24px;
	height: auto;
}

footer p {
	color: #707070;
	font-weight: 400;
	font-size: 13px;
}

footer .bi {
	color: #212121;
	font-size: 18px;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes moveUp {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}
@keyframes moveDown {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
}

@media (max-width: 576px) {
	.banner1,
	.banner2 {
		right: 0; /* or remove right */
		left: 0;
		margin: 0 auto;
		position: relative;
		max-width: 90%;
	}

	/* Banner Section */
	.banner {
		padding: 40px 0;
		text-align: center;
	}
	.banner h3 {
		font-size: 28px;
	}
	.banner h2 {
		font-size: 30px;
	}
	.banner p {
		font-size: 16px;
	}

	.banner1 {
		max-width: 200px;
		margin-top: 90px;
		right: -90px;
        bottom: -70px;
		z-index: 999999;
		position: absolute;
		animation: moveUp 5s linear infinite;
	}
	/* Scrolling Strip */
	.scrolling-item {
		font-size: 14px;
		margin-right: 1rem;
	}

	/* About Section */
	.aboutSection h2 {
		font-size: 28px;
	}
	.aboutSection h3 {
		font-size: 24px;
	}
	.lead {
		font-size: 16px;
	}
	.aboutSection li {
		font-size: 16px;
	}
	.img-col {
		flex-direction: column;
		align-items: center !important;
	}
	.img-col img {
		width: 100%;
		margin: 0 0 1rem 0 !important;
	}
	.approach {
		padding-top: 400px;
	}

	/* Services Section */
	.serviceSection .service-heading {
		font-size: 28px;
		line-height: 1.2;
	}
	.serviceSection .service-description {
		font-size: 16px;
	}
	.serviceSection .service-card {
		flex-direction: column;
		gap: 1rem;
		padding: 20px;
		text-align: center;
	}

	/* Contact Section */
	.contactSection .contact-heading {
		font-size: 28px;
		line-height: 1.2;
	}
	.contactSection .contact-description {
		font-size: 16px;
		text-align: center;
	}
	.contactSection .contact-icons {
		flex-direction: column;
		align-items: center;
	}
	.serviceSection .left-fixed {
		width: 100%;
	}
	.serviceSection .right-scroll {
		width: 100%;
		height: auto;
	}

	/* Form Controls */
	.form-control {
		padding: 0.75rem 1rem;
		font-size: 14px;
	}

	/* Footer */
	footer p,
	footer .bi {
		font-size: 12px;
	}

	.serviceSection .services-section {
	
		height: auto;
	}
	.banner .highlight::after,.serviceSection .service-heading  .highlight::after,.contactSection .contact-heading  .highlight::after  {
		
		height: 7px;
	}
	.scribble {
	
    width: 20px;
}

.contactSection .contact-icons .icon-circle {
    margin-left: 41%;
}

}


#backtopButton {
	display: inline-block;
	background-color: #f7941c;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	text-decoration: none !important;
  }
  #backtopButton::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #021948;
	text-decoration: none !important;
  }
  #backtopButton:hover {
	cursor: pointer;
	background-color: #f6a23b;
  }
  #buttbacktopButtonon:active {
	background-color: #f6a23b;
  }
  #backtopButton.show {
	opacity: 1;
	visibility: visible;
  }

  #formMessage.success { color: #28a745; }
  #formMessage.error { color: #dc3545; }