/*
 *  Copyright (C) 2025 Dynamowebs Pvt  ltd  www.dynamowebs.com , Inc -
 *  Dynamowebs : tax2u-co-uk-new All Rights Reserved :  module-get-in-touch.css (Last modified : 9/26/25, 5:43 PM )
 *  module-get-in-touch.css  Unauthorized copying of this file , via any medium is strictly prohibited
 *  Proprietary and confidential Written by Dynamowebs software & VOIP solutions
 *  <faisal.aqurz@gmail.com> / <imran@dynamowebs.com>, at  26/ 9/ 2025
 *  can not be copied and / or distributed without the express  permission of Dynamowebs
 *  github  :: https://github.com/faisal3956/
 *  website :: https://www.dynamowebs.com
 */

.contact-section {
	width: 100%;
	max-width: 2845px;
	height: 300px;
	border-radius: 20px;
	align-content: center;
	background: #56575f3d;
}

.contact-section-card {
	width: 100%;
	height: 100%;
	max-width: 370px;
	max-height: 200px;
	border-radius: 16px;
	border: 1px solid #DCDBE5;
	background: #FFFFFF;
}

.contact-section-card-img {
	display: block;
	width: 100%;
	max-width: 36px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
}

.contact-section-card-title {
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 15px;
	color: #292D32;
}

.contact-section-card-text {
	font-family: Inter;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #292D32;
}

.send-message-email {
	font-family: Inter;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #292D32;
}

.contact-section-card-line {
	display: block;
	margin: 20px auto;
	max-width: 26px;
	height: 5px;
	border: none;
	background-color: #00AEEF;
	border-radius: 3px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.contact-section {
		height: 600px;
	}

	.contact-section-card-outer {
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}