/* Support Page Section - Mobile */
@media screen and (max-width: 1368px) {
	.support-section {
		padding: 40px 0;
	}

	.support-container {
		padding: 0 16px;
	}

	/* Support Header Section - Mobile */
	.support-header-section {
		padding: 60px 0 40px 0;
	}

	.support-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.support-description {
		font-size: 16px;
	}

	/* Contact Information Section - Mobile */
	.support-contact-section {
		padding: 40px 0;
	}

	.support-contact-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.support-contact-box {
		width: 100%;
		padding: 16px;
		margin:  0 16px;
	}

	.support-contact-title {
		font-size: 18px;
	}

	.support-contact-region {
		font-size: 13px;
	}

	.support-hours-label {
		font-size: 13px;
	}

	.support-hours-text {
		font-size: 13px;
	}

	.support-contact-item {
		font-size: 13px;
		gap: 10px;
	}

	/* Billing & Accounting Section - Mobile */
	.support-billing-section {
		padding: 40px 0;
	}

	.support-billing-title {
		font-size: 28px;
		margin-bottom: 24px;
	}

	/* Form Section - Mobile */
	.support-form-section {
		padding: 40px 0;
	}

	.support-form-title {
		font-size: 28px;
		margin-bottom: 32px;
	}

	.support-form-wrapper {
		padding: 24px 20px;
	}

	.support-form-row {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 16px;
	}

	.support-form-group-email {
		grid-column: 1;
	}

	.support-form-group-message {
		grid-column: 1;
	}

	.support-form-group-phone {
		grid-column: 1;
	}

	.support-form-input,
	.support-form-textarea {
		padding: 10px 14px;
		font-size: 14px;
	}

	.support-form-textarea {
		min-height: 100px;
	}

	.support-phone-input-wrapper {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.support-phone-country-selector-wrapper {
		width: 100%;
		position: relative;
	}

	.support-country-dropdown {
		width: 100%;
		max-width: 320px;
		left: 0;
		right: auto;
	}

	.support-phone-country-selector {
		min-width: 90px;
		padding: 10px 10px;
	}

	.support-country-code-display {
		font-size: 14px;
	}

	.support-country-list {
		max-height: 280px;
	}

	.support-form-recaptcha {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.support-recaptcha-text {
		font-size: 11px;
	}

	.support-form-submit-wrapper {
		margin-top: 24px;
	}

	.support-form-submit-btn {
		width: 100%;
		padding: 12px 24px;
		font-size: 15px;
	}
}

