@font-face {
	font-family: 'Expletus Sans';
	src: url('../../font/ExpletusSans-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}

* {
	font-family: "Expletus Sans", sans-serif;
	font-optical-sizing: auto;

}

.contact-toast-container {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.contact-toast-container .toast {
	margin: 10px auto;
	width: 100%;
}

.toast {
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(8px);
}

/* Blue gradient for info/default */
.toast-info {
	background: linear-gradient(135deg, #0d47a1, #2196f3);
}

/* Deep blue for success */
.toast-success {
	background: linear-gradient(135deg, #00661a, #42cf35);
}

/* Red for error */
.toast-error {
	background: linear-gradient(135deg, #8b0000, #d32f2f);
}

/* Amber for warning */
.toast-warning {
	background: linear-gradient(135deg, #4a3c00, #fbc02d);
}

/* Icon styling */
.toast i {
	font-size: 1.3rem;
}

/* Optional hover lift */
.toast:hover {
	transform: scale(1.02);
	transition: 0.2s ease;
}

#navbar_customs {
	color: white;
	font-weight: bold;
}

#navbar_customs:hover {
	color: rgb(90, 102, 188);
	font-weight: bold;
}

#navbar_head {
	font-weight: 200;
	color: white;
}

nav span {
	color: #fff;
}

#home_customs {
	width: 100%;
	min-height: 100vh;
	background: url("../images/visha_background.jpg") top center;
	background-size: cover;
	position: relative;
}

#home_customs:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#home_customs .container {
	position: relative;
	padding-top: 74px;
	text-align: center;
}

#home_customs h1 {
	margin: 0;
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
	color: #fff;
}

#home_customs h1 span {
	color: #0d47a1;
}

#home_customs h2 {
	color: rgba(255, 255, 255, 0.9);
	margin: 10px 0 0 0;
	font-size: 24px;
}

#home_customs .icon-box {
	padding: 30px 20px;
	transition: ease-in-out 0.3s;
	border: 1px solid rgba(255, 255, 255, 0.3);
	height: 100%;
	text-align: center;
}

#home_customs .icon-box i {
	font-size: 32px;
	line-height: 1;
	color: #0d47a1;
}

#home_customs .icon-box h3 {
	font-weight: 700;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1;
	font-size: 20px;
	line-height: 26px;
}

#home_customs .icon-box h3 a {
	color: #fff;
	transition: ease-in-out 0.3s;
	text-decoration: none;
}

#home_customs .icon-box h3 a:hover {
	color: #0d47a1;
	text-decoration: none;
}

#home_customs .icon-box:hover {
	border-color: #0d47a1;
}

.visha_title {
	margin-top: 150px;
}

.visha_about {
	margin-top: 100px;
	margin-bottom: 30px;
}

.visha_services .box_custom {
	text-align: center;
	border: 1px solid #ebebeb;
	padding: 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
}

.visha_services .box_custom .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #0d47a1;
	border-radius: 4px;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: 0.3s;
}

.visha_services .box_custom .icon i {
	color: #ffffff;
	font-size: 28px;
	transition: ease-in-out 0.3s;
}

.visha_services .box_custom h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px;
}

.visha_services .box_custom h4 a {
	color: #151515;
	transition: ease-in-out 0.3s;
	text-decoration: none;
}

.visha_services .box_custom h4 a:hover {
	color: #0d47a1;
}

.visha_services .box_custom p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.visha_services .box_custom:hover {
	border-color: #fff;
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
}

.visha_cta {
	background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cta_background.jpg") fixed center center;
	background-size: cover;
	padding: 60px 0;
}

.visha_cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.visha_cta p {
	color: #fff;
}

.visha_cta .visha_ctabtn {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}

.visha_cta a {
	text-decoration: none;
}


.visha_cta .visha_ctabtn:hover {
	background: #0d47a1;
	border-color: #0d47a1;
	color: #ffffff;

}

.careers_notification input {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.careers_notification button[type=submit] {
	background: #000f95;
	border: 0;
	padding: 10px 24px;
	color: #ffffff;
	transition: 0.4s;
	border-radius: 4px;
}

.back_color {
	background-color: rgb(93, 183, 205);
	border-radius: 15px;
	padding: 20px;
}

.form_color {
	background-color: rgb(1, 64, 4);
	border-radius: 15px;
	color: #ffffff;
	padding: 20px;
}

.careers_notification button[type=submit]:hover {
	background: #0d47a1;
}

.visha_contact .info {
	width: 100%;
	background: #fff;
}

.visha_contact .info i {
	font-size: 20px;
	background: #0d47a1;
	color: #ffffff;
	float: left;
	width: 44px;
	height: 44px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}

.visha_contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #151515;
}

.visha_contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #484848;
}

.visha_contact .info .email,
.visha_contact .info .phone {
	margin-top: 40px;
}

.visha_contact .contact_form {
	width: 100%;
	background: #fff;
}

.visha_contact .contact_form .form-group {
	padding-bottom: 8px;
}

.visha_contact .contact_form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.visha_contact .contact_form .error-message br+br {
	margin-top: 25px;
}

.visha_contact .contact_form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.visha_contact .contact_form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.visha_contact .contact_form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.visha_contact .contact_form input,
.visha_contact .contact_form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.visha_contact .contact_form input:focus,
.visha_contact .contact_form textarea:focus {
	border-color: #0d47a1;
}

.visha_contact .contact_form input {
	height: 44px;
}

.visha_contact .contact_form textarea {
	padding: 10px 12px;
}

.visha_contact .contact_form button[type=submit] {
	background: #0d47a1;
	border: 0;
	padding: 10px 24px;
	color: #ffffff;
	transition: 0.4s;
	border-radius: 4px;
}

.visha_contact .contact_form button[type=submit]:hover {
	background: #0d47a1;
}

#footer {
	background: black;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-top {
	background: #151515;
	border-bottom: 1px solid #222222;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 28px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
	color: #0d47a1;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff;
}


#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #0d47a1;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
	list-style: none;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#footer .footer-top .footer-links ul {
	padding-right: 2px;
	color: #0d47a1;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	font-size: medium;
}


#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#footer .credits a {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #6477e4;
	text-decoration: none;
}