@charset "utf-8";

/* CSS Document */
/* Popup messages */
.branchName {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	background-color: var(--primary-color);
	color: #ffffff;
	margin-bottom: 10px
}

.popup-message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 20px 30px;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba(0, 0, 0, 0.85);
	animation: fadeIn 0.4s ease;
	min-width: 300px;
}

.popup-success {
	background-color: #28a745;
}

.popup-error {
	background-color: #dc3545;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -60%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.contact-us-hold {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	margin-top: 0px;
	padding-top: 50px;
	box-sizing: content-box;
	position: relative
}

.condetall {
	width: 100%;
	margin-top: 25px;
	box-sizing: content-box;

}

.condet2 {
	width: 22%;
	/* Slightly taller for better spacing */
	min-height: 220px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	margin: 0 1% 15px 1%;
	float: right;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
	/* Modern Layout */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	/* Smooth Animation */
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
}

.condet2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--primary-color);
	transform: scaleX(0);
	transition: transform 0.4s ease;
	transform-origin: left;
}

.condet2:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px -5px rgba(58, 120, 201, 0.25);
	border-color: transparent;
}

.condet2:hover::before {
	transform: scaleX(1);
}

.condet2 i {
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 0;
	background-color: var(--primary-color);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.condet2:hover i {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 10px 25px rgba(58, 120, 201, 0.3);
}

.condet2 h4 {
	font-family: 'cairo', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0;
	color: #333;
	width: 100%;
}

.condet2 h4 span {
	display: block;
	font-family: 'cairo', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #777;
	margin-top: 8px;
	line-height: 1.5;
}

.contactleft {
	width: 50%;
	float: right;
	height: auto;
	margin-left: 5%;
	box-sizing: content-box;

}

.contactleft iframe {
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
	float: left;
	border-radius: 10px;
	margin-top: 25px;
}

.contactright {
	width: 44%;
	float: right;
	height: auto;
	border-radius: 25px;
	box-sizing: content-box;
	background-color: var(--primary-color);
}

.contactleft h2 {
	font-family: 'cairo', sans-serif;
	font-size: 27px;
	font-weight: 700;
	text-align: right
}

.contactleft p {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	line-height: 28px;
	color: #676977
}

.contactleft .condet {
	width: 100%;
	font-family: 'Barlow', sans-serif;
	text-align: left;
	margin-bottom: -25px;


}

.contactleft .condet i {
	float: left;
	font-size: 35px;
	margin-right: 25px;
	line-height: 50px;

}

.contactleft .condet h4 {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
	color: #676977
}

.contactleft .condet h4 span {

	font-size: 20px;

}

.contactright h1 {
	width: 100%;
	height: 100px;
	font-size: 38px;
	line-height: 100px;
	color: #000000;
	margin-bottom: 0px;
	text-align: center
}

.contactright .allcon {
	height: auto;

	padding: 15px 5%;
	;
	margin-top: 0px
}

.contactright .inpcon {
	margin-right: 5%;
	width: 92%;
	float: right;
	border-radius: 25px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	margin-bottom: 15px;
	padding-right: 2%;
	text-align: right
}

.contactright .inpcon2 {
	margin-right: 5%;
	width: 92%;
	float: right;
	border-radius: 25px;
	height: 140px;
	line-height: 40px;
	outline: none;
	border: none;
	margin-bottom: 15px;
	padding-right: 2%;
	text-align: right
}

.contactright .inpcon3 {
	margin-right: 4%;
	width: 93%;
	float: right;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	outline: none;
	font-size: 25px;
	margin-bottom: 15px;
	padding-left: 3%;
	background-color: var(--primary-color);
	border-radius: 25px;
	border: 1px solid #ffffff
}

@media screen and (max-width: 500px) {
	.contactleft iframe {
		width: 100%;
		height: 300px;
		margin-bottom: 0px;
		float: left
	}

	.contactleft {
		width: 95%;
		float: left;
		height: auto;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}

	.contactright {
		margin-top: 25px;
		width: 100%;
		float: left;
		height: auto
	}

	.condet2 {
		width: 98%;
		margin-right: 1%;
		margin-left: 1%;
		float: left;
		/* Inherit new styles */
	}
}

@media screen and (min-width: 510px) and (max-width: 1100px) {}