/**
 * Support Section
 *
 * Generated by Dreamz Page Builder on 2026-08-04.
 */

.support_section .container {
	max-width: 1244px;
}

.support_section .support_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.support_section .support_text_column {
	flex: 1;
	width: calc(100% - 490px);
}

.support_section .support_button_column {
	flex: 0 0 490px;
	max-width: 490px;
	width: 100%;
}

.support_section .support_sub_heading h3 {
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 11.5px;
	line-height: normal;
	color: #8FD3C2;
	letter-spacing: 2.074px;
	text-transform: uppercase;
}

.support_section .support_main_heading h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	color: #FFF;
	margin: 10px 0 0 0;
	letter-spacing: 0;
}

.support_section .support_para p {
	font-size: 16px;
	line-height: 24px;
	color: #B8C8D8;
	max-width: 100%;
	margin: 19px 0 0 0;
}

.support_section .support_button_box {
	display: flex;
	align-items: center;
	gap: 17px;
}

.support_section .support_btn a {
	display: inline-block;
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 15.2px;
	line-height: 15.2px;
	border-radius: 999px;
	padding: 15px 25px;
	transition: all 0.3s ease;
}

.support_section .support_call_btn a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #FFF;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.support_section .support_call_btn a svg {
	display: block;
	width: 18px;
	min-width: 18px;
	height: 18px;
}

.support_section .support_call_btn a:hover {
	background-color: #081F40;
	border-color: #081F40;
}

.support_section .support_chat_btn a {
	color: #081F40;
	background-color: #48B49C;
	border: 1px solid transparent;
	box-shadow: 0 6px 22px -14px rgba(8, 31, 64, 0.45);
}

.support_section .support_chat_btn a:hover {
	color: #FFFFFF;
	background-color: #081F40;
	border-color: #081F40;
	box-shadow: none;
}

@media (max-width: 1199px) {
	.support_section .support_row {
		gap: 20px;
	}

	.support_section .support_button_box {
		gap: 10px;
	}

	.support_section .support_btn a {
		font-size: 14px;
		line-height: 14px;
		padding: 12px 15px;
	}

	.support_section .support_call_btn a {
		gap: 5px;
	}

	.support_section .support_call_btn a svg {
		width: 15px;
		min-width: 15px;
		height: 15px;
	}

	.support_section .support_text_column {
		width: calc(100% - 410px);
	}

	.support_section .support_button_column {
		flex: 0 0 410px;
		max-width: 410px;
	}

	.support_section .support_main_heading h2 {
		font-size: 36px;
	}

	.support_section .support_para p {
		font-size: 15px;
		line-height: 22px;
		margin: 15px 0px 0px 0px;
	}
}

@media (max-width: 991px) {
	.support_section .support_row {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	.support_section .support_text_column {
		flex: 0 0 100%;
		width: 100%;
	}

	.support_section .support_button_column {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.support_section .support_main_heading h2 {
		font-size: 32px;
	}

	.support_section .support_button_box {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.support_section .support_row {
		gap: 25px;
	}

	.support_section .support_sub_heading h3 {
		letter-spacing: 1.074px;
	}

	.support_section .support_main_heading h2 {
		font-size: 28px;
	}

	.support_section .support_button_box {
		flex-direction: column;
		width: 100%;
	}

	.support_section .support_btn {
		width: 100%;
	}

	.support_section .support_btn a {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 15px 10px;
	}

	.support_section .support_call_btn a {
		gap: 8px;
	}

	.support_section .support_call_btn a svg {
        width: 18px;
        min-width: 18px;
        height: 18px;
    }
}