/*
 *   @copyright   Copyright (C) 2025 Dynamowebs Private Limited. All rights reserved.
 *   @license     Proprietary and Confidential. Unauthorized copying, distribution, or modification
 *                via any medium is strictly prohibited.
 *   @author      Faisal mehmood awan <faisal.aqurz@gmail.com> | Imran Khan <imran@dynamowebs.com>
 *   @file        module-get-in-touch.css
 *   @modified    11/28/25, 12:12 PM
 *   @package     Dynamowebs
 *
 *   This file contains proprietary information of Dynamowebs Private Limited.
 *   No part of this file may be reproduced, distributed, or transmitted in any
 *   form or by any means without the express written permission of Dynamowebs.
 *
 *   @link        https://www.dynamowebs.com
 *   @github      https://github.com/FaisalCloudEngineer
 *
 */

.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) {

}