/* styles.css */

/* Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/* Navigation */
.navigation {
	padding-top: 35px;
    display: flex;
	justify-content: center;
/*    border: 2px solid red;*/
    max-height: 140px;
	height: 140px;
    overflow: visible;
}

.web-logo {
	width: 200px;
	margin-right: 10px; /* Adjust the gap as needed */
/*	border: 2px solid red;*/
}

.web-logo img {
    display: flex;
	width: 200px;
	min-width: 100px;
	padding: 0px 10px 10px 10px;
}

.right-nav {
    width: 100px; /* Adjust the gap as needed */
}

.center-nav {
	width: 50%;
}

.topnav {
	display: flex;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	justify-content: center;
	align-self: flex-start;
/*	border: 2px solid red;*/
    flex-grow: 3;
    overflow: visible;
    background-color: #FFFFFF;
}

.topnav a {
	float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 8px 0px 8px;
    text-decoration: none;
    font-size: 17px;
	background: #FFFFFF;
	z-index: 11;
}

.topnav a:hover {
    background-color: #f3f3f3;
    color: #1e429a;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.topnav a.active {
	text-decoration: underline 2px;
}

.topnav .icon {
    display: none;
}


	.right-nav {
		display: flex;
		flex-direction: column;
/*		border: 2px solid green;*/
		flex-basis: 125px;
	}
	
	.language {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}

	.language p {
		color: #1e429a;
		margin: 0;
		font-size: 12px;
		font-weight: 700;
	}

	.language button {
		display: flex;
		background: none;
		border: none;
		padding: 2px;
		cursor: pointer;
		outline: none;
	}

	.language button img {
		display: flex;
		border: 2px solid #ffffff;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 26px;  /* Adjust the width as needed */
		height: auto;
		transition: transform 0.3s ease;  /* Smooth transition for hover effect */
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	}

	.language button:hover img {
		transform: scale(1.1);  /* Slightly enlarge the image on hover */
	}

	/* Optionally, you can add some spacing between the buttons */
	.language button + button {
		margin-left: 0px;  /* Adjust the spacing between buttons as needed */
	}

	.getquote {
		display: flex;
		align-self: center;
		padding-top: 10px;
		text-align: center;
	}

	.getquote:hover {
		
		
	}

	.getquote a:hover {
		color: #1e429a;
		text-decoration: none;
		background-color: #aadbd5;
	}

	.getquote a {
		font-size: 12px;
		font-weight: 700;
		background-color: #1e429a;
		color: #FFFFFF;
		flex-wrap: nowrap;
		display: flex;
		align-self: center;
		justify-content: center;
		padding: 5px 10px 5px 10px;
		
	}

/* Hero Section */

.hero {
	min-height: 350px;
    padding: 0px 0;
}

.hero .container {
	max-width: 1250px;
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.contactus_header {
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: left;
}  

.contactus_overlay {
    position: relative;
    z-index: 1; /* Ensure it's above other elements */
}

.container {
    position: relative;
    z-index: 2; /* Ensure it's above the overlay if needed */
}

.contactus_header p1 {
	font-size: 24px;
	color: #1e429a;
	font-weight: bold;
}

.contactus_header .contactus_tag {
	display: flex;
	align-self: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.hero .contactus_header .contactus_tag h1 {
	padding: 1px 5px 1px 5px;
	width: 180px;
	display: block;
	background-color: #1e429a;
	font-size: 14pt;
	margin-top: 60px;
}

.hero .contactus_header h1 {
	margin-top: 0px;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 24pt;
}

.hero .contactus_header p {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 12pt;
	margin-top: 0px;
	color: #1e429a;
}

.pointofcontact {
	margin-top: 20px;
	border-bottom: 4px solid #1e429a;
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.pointofcontact p {
	color: #1e429a;
}

.pointofcontact_container {
	display: flex;
	width: 40%;
	flex-direction: column;
}

.pointofcontact_detail {
	text-align: left;
}

.pointofcontact_detail p {
	font-weight: bold;
	color: #1e429a;
}

.poc_chatnow {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pointofcontact_person {
	padding-top: 10px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	height: 120px;
}

.poc_detail {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	height: 80%;
	text-align: left;
}

.poc_detail p {
	color: #1e429a;
	font-weight: bold;
}

.poc_detail p2 {
	color: #1e429a;
	font-weight: normal;
}

.pointofcontact_maps {
    width: 60%;
    min-width: 300px;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
    overflow: hidden;
    position: relative; /* Ensure positioning for the child container */
}

.map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: 100%; /* Ensure the container takes up full width of the parent */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.separator {
	height: 2px;
	width: 100%;
}

.emailus {
	width: 100%;
}

.emailus_container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.emailus_detail {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	width: 90%;
	min-width: 200px;
	flex-grow: 1;
	margin-top: 20px;
}

.emailus_detail p {
	color: #1e429a;
	font-weight: bold;
	font-size: 16px;
}

.emailus_detail p1 {
	color: #1e429a;
	font-weight: normal;
	font-size: 16px;
}

.emailus_form {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	width: 60%;
	min-width: 380px;
	flex-wrap: wrap;
	flex-grow: 1;
    z-index: 10; /* Ensure it is on top */
    position: relative; /* Ensure proper positioning */
}

.empty {
	margin-top: 20px;
	background-color: #f3f3f3;
	height: 200px;
}

/* Chat On WhatsApp buttons */
.button-chat-whatsapp {
    background-color: #1e429a;
    color: white;
    border: none;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    display: inline-block;
	padding: 5px 0px 5px 0px;
}

.button-chat-whatsapp:hover {
    background-color: #1B3B88; /* Darker green for hover effect */
}

/* Ensure proper spacing for chat buttons */
.button-chat-whatsapp + .button-chat-whatsapp {
    margin-left: 10px;
}

/* Email Container */
.emailContainer {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
}

.emailContainer label {
    color: #1e429a;
}

/* Scoped styles for myForm */
#myForm input[type=text], 
#myForm input[type=email], 
#myForm select, 
#myForm textarea {
    width: 100%; /* Ensure fields take full width */
    padding: 10px; /* Padding for fields */
    border: 1px solid #000; /* Border styling */
    margin: 5px 0; /* Margin around fields */
    box-sizing: border-box; /* Consistent sizing */
    pointer-events: auto; /* Ensure fields are interactive */
    cursor: text; /* Proper cursor for input */
    color: black;
}

#myForm input[type=submit] {
    background-color: #007BFF; /* Submit button color */
    color: #FFF; /* Text color */
    padding: 10px 15px; /* Padding for submit button */
    border: none;
}

/* General form-group styling */
#myForm .form-group {
    display: flex;
    flex-direction: column; /* Default to column layout */
}

/* Special styling for the name fields */
#myForm .name-group {
    display: flex; /* Use flex to align the name fields horizontally */
    justify-content: space-between; /* Space between the fields */
}
#myForm .name-input {
    display: flex; /* Use flex to align the name fields horizontally */
	flex-direction: row;
	justify-content: space-between;
}

#myForm small {
	color: black;
}

#myForm #Name1, 
#myForm #Name2 {
    width: 49%; /* Adjust width for both fields */
}

/* Remove margin on the last name field */
#myForm #Name2 {
    margin-right: 0;
}

/* Message box with increased height */
#myForm #Message {
    width: 100%; /* Full width for message */
    padding-bottom: 100px; /* Padding at the bottom */
}

/* Footer */
.footer {
	position: flex;
	bottom: 0px;
	background-color: #FFFFFF;
	width: 100%;
    padding: 20px 0;
    text-align: center;
	height: 300px;
}

.left-footer {
	display: flex;
	flex-direction: column;
	flex-basis: 30%;
	text-align: left;
	justify-content: flex-start;
/*	border: 2px solid red;*/
}

.left-footer h2 {
	padding-top: 40px;
	padding-bottom: 7px;
	font-size: 12pt;
}

.left-footer p {
	font-size: 12pt;
	padding-bottom: 10px;
}

.right-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	width: 25%;
	min-width: 200px;
/*	border: 2px solid red;*/
}

.right-footer img {
	width: 50px;
	padding: 2px;
	cursor: pointer;
}

.footer_navigation {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 95%;
/*	border: 2px solid green;*/
	text-align: left;

}
.foot-nav-links li {
	height: 25px;
	display: flex;
	flex-direction: row;
	width: 70%;
	flex-wrap: wrap;
    text-align: left;
	align-items: flex-start;
	padding: 2px;
/*	border: 2px solid blue;*/
}

.foot_contact {
	display: flex;
	flex-direction: row;
}

.foot_contact p2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
/*	border: 2px solid red;*/
}

#footerlogo {
    width: 60%;
}

.footer-cta-quote {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #1e429a;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-weight: 750;
	width: 95%;
	font-size: 10pt;
}

.footer_contact {
	display: flex;
	flex-direction: column;
}

.footer_contact img {
	width: 20px;
}


.footer .container {
	display: flex;
	height: 300px;
/*	border: 2px solid red;*/
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.social {
	width: 95%;
	display: flex;
	flex-direction: row;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: auto;
}

.footer p,
.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    font-weight: 800;
}

.webcopyright {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.webcopyright li {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 2000px) {
	.navigation {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.topnav a {
	padding: 14px;
		
	}
	.web-logo {
	flex-basis: 200px;
	margin-right: 0; /* Adjust the gap as needed */
	/*	border: 2px solid red;*/
}
	.right-nav {
	margin-left: 0;
	}
}

@media screen and (max-width: 1030px) {
	.topnav { display: inline-block;}
    .topnav a { display: none;}
    .topnav a.icon {
		color: #D3D3D3;
        float: left;
		margin-right: auto;
        display: block;
    }
	
}

@media screen and (max-width: 1030px) {
	.topnav a {max-width: 150px;}
	.web-logo { margin-right: 0px;}
	.right-nav { align-items: flex-end;}
	.navigation {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
    .topnav.responsive { position: relative; }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
	.hero .container {
		width: 100%;
	}
	
	.contactus_header {
		display: flex;
		width: 100%;
		flex-direction: column;
		text-align: left;
}  

	.contactus_header .operatingarea_tag {
		display: flex;
		align-self: flex-start;
		justify-content: flex-start;
		flex-direction: column;
}

	.footer {
		margin-top: 30px;
	}
	
	
}