/* General styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* Header styles */
header {
	background-color: #fff;
	border-bottom: 4px solid #663399;
	padding: 10px 20px;
	position: relative;
	z-index: 1000;
}

.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

nav ul li {
	margin-left: 20px;
	font-size: 16px;
}

nav ul li a {
	color: #0A0C71;
	text-decoration: none;
}

nav ul li a:hover {
	text-decoration: underline;
}

.language-dropdown-container {
	display: flex;
	align-items: center;
	background-color: transparent;
}

.language-dropdown {
	padding: 10px 5px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	font-size: 14px;
	text-align: center;
}

.language-dropdown option {
	background-color: #6c3c97;
	color: #ffffff;
	font-size: 14px;
	border: none;
	padding: 0px;
}

/* Burger menu */
.burger-menu {
	display: none;
	/* Hidden by default */
	flex-direction: column;
	cursor: pointer;
}

.burger-menu span {
	height: 3px;
	background: #000;
	margin: 4px 0;
	width: 25px;
}

/* Hero Banner */
.hero-container {
	width: 100%;
	min-height: 650px;
	position: relative;
	background-image: url('image/ec-hero-banner-text.jpg');
	/* Add your background image */
	background-size: cover;
	background-position: center;
}

.hero-banner .overlay-text {
	position: absolute;
	top: 60%;
	left: 70%;
	width: 50%;
	transform: translate(-50%, -50%);
	background-color: #6c3c97;
	padding: 20px;
	color: #fff;
	text-align: justify;
}

.overlay-title {
	font-size: 32px;
	margin-bottom: 10px;
	color: #f79421;
	text-align: left;
}

.overlay-content {
	font-size: 16px;
}

/* Three Columns Section */
.three-columns {
	background-color: #F3F3F3;
	/* Full width background color */
	padding: 40px 0px 60px 0px;
	text-align: center;

}

.three-columns-container {
	width: 80%;
	/* Limit the content width to 80% */
	margin: 0 auto;
	/* Center the content within the section */
	display: flex;
	/* Horizontal layout for desktop */
	justify-content: space-between;
	/* Space between columns */
	flex-wrap: wrap;
	/* Allow wrapping on smaller screens */
}

.section-header {
	font-size: 32px;
	color: #F98E1C;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

.three-columns .column {
	flex: 1;
	max-width: 32%;
	/* Ensure three columns fit side by side */
	margin: 0 10px;
}

.three-columns .column img {
	max-width: 100%;
	height: auto;
}

.three-columns .column h2 {
	font-size: 24px;
	margin: 10px 0;
	color: #6c3c97;
}

.three-columns .column p {
	color: #555;
	margin: 10px 0;
	font-size: 16px;
}

.cta-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #f79421;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.cta-button:hover {
	background-color: #F36F21;
}

/* Contact Info Section */
.contact-info {
	background-color: #535353;
	color: #fff;
	padding: 40px 0;
	display: flex;
	justify-content: center;
}

.contact-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	/* Centered and constrained content width */
}

.footer-logo {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	flex: 1;
}

.contact-details {
	text-align: left;
	flex: 1;
}

.contact-details p {
	font-size: 18px;
	margin: 10px 0;
	color: #ffffff;
}


.contact-details p {
	margin: 5px 0;
}

/* Footer */
footer.privacy-policy {
	background-color: #6c3c97;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}

footer.privacy-policy a {
	color: #fff;
	text-decoration: none;
}

footer.privacy-policy a:hover {
	text-decoration: underline;
}

.orange-line {
	width: 100%;
	/* Full width of the container */
	height: 2px;
	/* Adjust the height of the line */
	background-color: #F79321;
	/* Orange color */
	margin: 20px 0;
	/* Optional: Space above and below the line */
}

/* carousel styles */
.logo-carousel {
	background-color: #FDF8FF;
	/* Light purple background color */
	padding: 40px 0;
	text-align: center;
}

.carousel-header-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.carousel-header-container .orange-line {
	flex: 1;
	height: 1px;
	background-color: #f79421;

}


.header {
	font-size: 40px;
	color: #f79421;
	margin: 20px 0 40px 0;
}


.carousel-header {
	font-size: 24px;
	font-style: italic;
	color: #6c3c97;
	margin: 0 20px;
}

.carousel-container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.carousel {
	display: flex;
	overflow: hidden;
	width: 80%;
	/* Adjust as needed */
	scroll-behavior: smooth;
}

.carousel img {
	flex: 0 0 auto;
	width: auto;
	height: 74px;
	margin: 0 40px;
}

.carousel-button {
	background-color: #663399;
	color: #fff;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

.carousel-button:hover {
	background-color: #442266;
}

.left-button {
	position: absolute;
	left: 0;
}

.right-button {
	position: absolute;
	right: 0
}

.carousel-button.dimmed {
	opacity: 0.5;
	/* Make the button appear dimmed */
	pointer-events: none;
	/* Disable interaction */
	cursor: not-allowed;
	/* Change cursor to indicate non-clickable */
}

/* carousel styles */


/*vendor*/
/* Logo Section */
.page-header {
	display: flex;
	/* Enables Flexbox */
	justify-content: center;
	/* Horizontally center the content */
	align-items: center;
	/* Vertically center the content */
	text-align: center;
	/* Centers the text inside */
	padding-top: 20px;
}

.logo-section {
	width: 80%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 4 columns on desktop */
	gap: 40px;
	/* Spacing between rows and columns */
	margin: 0 auto 40px auto;
}

.logo-box {
	border: 1px solid #D3D3D3;
	border-radius: 20px;
	overflow: hidden;
	/* Ensures clean edges with rounded border */
	background-color: #FFFFFF;
	/* White background for the box */
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.logo-box:hover {
	transform: translateY(-10px);
	/* Slight hover effect */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	/* Add shadow on hover */
}

.logo-link {
	text-decoration: none;
	/* Remove underline */
	color: inherit;
	/* Keep text color consistent */
	display: block;
	/* Allow the entire box to be clickable */
}

.logo-image-container {

	background-color: #FFFFFF;
	/* White background for the logo */
	padding: 40px 10px;
	height: 100px;
	display: flex;
	align-items: center;
	/* Vertically center the logo */
	justify-content: center;
}

.logo-image {
	width: 70%;
	height: auto;
	display: block;
}

.logo-description {
	background-color: #F0F0F0;
	/* Light grey background for the description */
	color: #FF8D1B;
	/* Orange text color */
	padding: 15px 10px;
	border-radius: 0px 0px 20px 20px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
}

.logo-text {
	font-size: 16px;
	font-weight: bold;
}

/* Contact Section */
.contact-section {
	display: flex;
	justify-content: center;
	/* Centers horizontally */
	align-items: center;
	/* Centers vertically */
	flex-wrap: wrap;
	/* Allows wrapping for smaller screens */
	padding: 50px 20px;
	background-color: #ffffff;
	gap: 20px;
}

.contact-container {
	display: flex;
	flex-direction: row;
	/* Horizontal layout for desktop */
	gap: 40px;
	width: 80%;
	/* Constrains width for better centering */
	max-width: 1200px;
	/* Limits the width on larger screens */
}

.contact-image {
	flex: 1;
	/* Equal distribution of width */
	width: 100%;
	/* Takes up half the space */
	height: auto;
}

.contact-page-details {
	flex: 1;
	/* Equal distribution of width */
	max-width: 100%;
	/* Takes up half the space */
}

.contact-page-details h3 {
	font-size: 24px;
	color: #333333;
}

.contact-page-details p {
	font-size: 18px;
	margin: 10px 0;
	color: #555555;
}

.contact-page-details .cta-button {
	display: inline-block;
	text-decoration: none;
	color: #ff7f00;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s;
	border: 1px solid #ff7f00;
	background-color: transparent;
}

.contact-page-details .cta-button:hover {
	background-color: #ff7f00;
	color: #ffffff;
}


/* Responsive styles */
@media (max-width: 768px) {


	.overlay-text {
		position: static;
		/* Removes absolute positioning */
		top: auto;
		left: auto;
		transform: none;
		/* Disables transform for proper alignment */
		width: 100%;
		/* Makes the overlay full width */
		padding: 20px;
		/* Adjusts padding for better readability */
		margin: 20px auto;
		/* Centers the overlay vertically with margins */


	}


	.hero-container {
		display: grid;
		place-items: center;
		/* Centers both vertically and horizontally */
		height: 100%;
		/* Ensure it has a defined height */
		position: relative;
	}

	.hero-banner .overlay-text {
		position: static;
		/* Change to static positioning for full-width */
		width: 90%;
		/* Make the overlay box full-width */
		background-color: rgba(102, 51, 153, 0.9);
		/* Ensure good visibility */
		padding: 20px;
		box-sizing: border-box;
		/* Include padding in width */
		margin: 0 auto;
		/* Center the content */
		transform: none;

	}


	.logo {
		display: flex;
		justify-content: center;
		/* Aligns logo horizontally */
		width: 100%;
	}

	.burger-menu span {
		display: block;
		width: 30px;
		height: 5px;
		margin: 3px auto;
		/* Adds space between lines */
		background-color: #000;
		/* Customize the color */
		transition: all 0.3s ease;
		/* Smooth transition */
	}

	/* When the menu is open */
	.burger-menu.open span:nth-child(1) {
		transform: rotate(45deg) translate(9px, 6px);
	}

	.burger-menu.open span:nth-child(3) {
		transform: rotate(-45deg) translate(9px, -7px);
	}

	.burger-menu.open span:nth-child(2) {
		opacity: 0;
		/* Hide the middle bar */
	}


	.burger-menu {
		display: flex;
		position: absolute;
		top: 20px;
		/* Adjust spacing from the top */
		left: 20px;
		/* Aligns the menu to the left */
		text-align: left;
		/* Text aligns to the left */
		z-index: 1001;
	}

	nav ul {
		display: none;
		flex-direction: column;
		background-color: #f0f0f0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 1000;
		width: 100vw;
		height: 100vh;
		color: white;
		align-items: flex-start;
	}

	nav ul li {
		font-size: 26px;
		padding: 20px 20px 40px 20px;
		width: 100%;
		margin: 0
	}

	nav ul li:hover {
		background-color: #B0B0B0;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5)
	}


	.no-scroll {
		overflow: hidden;
	}

	nav ul.show {
		display: flex;
	}

	.contact-info {

		padding: 40px 20px;
	}


	.three-columns-container {
		display: flex;
		flex-direction: column;
		/* Stacks the columns vertically */
		align-items: center;
		/* Centers the content */
	}

	.three-columns .column {
		max-width: 100%;
		/* Makes each column take up the full width */
		margin-bottom: 20px;
		/* Adds space between the stacked columns */
	}

	.three-columns .column img {
		max-width: 100%;
		/* Ensures images fit the width properly */
		height: auto;
		/* Maintains the aspect ratio */
	}


	.hero-container {
		height: 300px;
	}

	.contact-content {
		flex-direction: column;
		text-align: center;
		width: 100%;
	}

	.footer-logo,
	.contact-details {
		margin-bottom: 20px;
	}

	/* carousel styles */
	.carousel-header-container .orange-line {
		width: 5%;
		/* Adjust line width for smaller screens */
	}

	.carousel img {
		width: auto;
		/* Adjust logo size for mobile */
		height: 60px;
	}

	.carousel-button {
		font-size: 16px;
		padding: 8px 12px;
	}

	/* carousel styles */


	.logo-section {
		grid-template-columns: repeat(2, 1fr);
		/* 2 columns on mobile */
		width: 95%;
		gap: 20px 10px;
		margin: 0 auto 20px auto;
	}

	.logo-image {
		width: 100%;
		/* Smaller logos for mobile */
		height: auto;
	}

	/* Responsive styles for smaller screens */

	.contact-container {
		flex-direction: column;
		/* Stacks content vertically on smaller screens */
		text-align: center;
		/* Aligns text to center */
		width: 100%;
	}

	.contact-image {
		width: 100%;
		/* Full width on mobile */
		height: auto;
	}

	.contact-page-details {
		width: 100%;
	}
	
	.others
	{
		padding:20px !important;
		
	}


}