/* Hero Section */
.contact-us-hero-section {
	background-image: url("../images/contact/contact-us-background.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-inline: 100px;
}
.contact-us-hero-section-left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 50%;
}
.contact-us-hero-section-left h1 {
	width: 75%;
	font-family: "Inter", sans-serif;
	color: white;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: start;
}
.contact-us-hero-section-left h1 .text-color-yellow {
	color: yellow;
}
.contact-us-hero-section-right {
	display: flex;
	justify-content: center;
	align-items: end;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 50%;
}

/* Details Section */
.contact-us-details-section {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	/* padding-block: 100px; */
	/* gap: 45px; */
}
.contact-us-details-section .contact-us-details-container {
	max-width: 1145px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: start;
	/* gap: 25px; */
}
.contact-us-details-section .contact-us-details-title {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-transform: capitalize;
}
.contact-us-details-section .contact-us-details-descp {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 22px;
}
.contact-us-details-section .contact-us-details-link {
	color: #1aa7ff;
	text-decoration: none;
}
.contact-us-details-section .contact-us-details-button {
	font-family: "Inter", sans-serif;
	background: linear-gradient(180deg, #45b8ff 0%, #1aa7ff 100%);
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	color: white;
	padding: 8px 72px;
	border: none;
	border-radius: 6px;
}

.phone-group {
	flex-direction: column;
}
.newphonegroup {
	display: flex;
	gap: 10px;
}
.phone-group select {
	width: 50%;
}

#whatsapp_number_field {
	margin-top: 10px;
}

@media (max-width: 992px) {
	.newphonegroup {
		display: block;
	}
}
.message-box {
	padding: 10px;

	border: none !important;
	border-radius: 5px;
	font-size: 15px;
	background-color: #eaf7ff;
}





/* ---------------- Responsive Styles ---------------- */

/* Tablets (≤ 991px) */
@media (max-width: 991px) {
	.contact-us-hero-section {
		flex-direction: column;
		align-items: center;
		padding-inline: 40px;
		text-align: center;
		min-height: auto;
		padding-block: 60px;
	}
	.contact-us-hero-section-left,
	.contact-us-hero-section-right {
		flex-basis: 100%;
		width: 100%;
	}
	.contact-us-hero-section-left h1 {
		width: 100%;
		font-size: 40px;
		text-align: center;
	}
	.contact-us-hero-section-right {
		justify-content: center;
		align-items: center;
		margin-top: 30px;
        display: none;
	}
	.contact-us-hero-section-right img {
		width: 80%;
	}
	.contact-us-details-section {
		padding-block: 50px;
	}
	.contact-us-details-section .contact-us-details-title {
		font-size: 32px;
	}
	.contact-us-details-section .contact-us-details-descp {
		font-size: 20px;
	}
	.contact-us-details-section .contact-us-details-button {
		font-size: 22px;
		padding: 10px 60px;
	}
}

/* Mobile (≤ 575px) */
@media (max-width: 575px) {
    	.contact-us-hero-section-left,
	.contact-us-hero-section-right {
		flex-basis: 0%;
		width: 100%;
	}

	.contact-us-hero-section {
		padding-inline: 20px;
		padding-block: 25px;
        height: auto;
	}
	.contact-us-hero-section-left h1 {
		font-size: 25px;
		line-height: 1.3;
	}
    .contact-us-hero-section-right{
        display: none;
    }
	.contact-us-hero-section-right img {
		width: 100%;
		max-width: 320px;
	}
	.contact-us-details-section {
		padding-block: 20px;
	}
	.contact-us-details-section .contact-us-details-title {
		font-size: 26px;
		text-align: center;
		width: 100%;
	}
	.contact-us-details-section .contact-us-details-descp {
		font-size: 18px;
		text-align: left;
        padding: 10px;
	}
	.contact-us-details-section .contact-us-details-button {
		font-size: 20px;
		width: 100%;
		padding: 12px 0;
        margin: 0 auto;
	}
    .mybtnnewfordarkbg{
        font-size: 22px;
    }
}
