/* =============================
   TABLET
============================= */
/* Tablet */
@media (max-width: 1024px) {
	.header-inner {
		min-height: 72px;
	}

	.overlay-menu li {
		font-size: 22px;
	}

	/* Hero Slider — Tablet */
	.hero-text-slide {
		padding: 60px 40px;
	}

	.hero-title {
		font-size: 42px;
	}

	.hero-subtitle {
		font-size: 16px;
	}

	.hero-indicators {
		left: 40px;
		bottom: 30px;
	}
}

/* Base Responsive Fixes */
html,
body {
	overflow-x: hidden;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


/* =============================
   MOBILE - GLOBAL LAYOUT RULES
============================= */

@media (max-width: 768px) {

	/* Force all sections full width */
	section {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.news-grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.agentedge-content {
		padding: 10px;
	}

	/* Container should NOT add width constraints, only padding */
	.container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* All sections padding goes inside, not outside */
	.product-section,
	.services-section,
	.design-section,
	.agentedge-section,
	.team-section,
	.news-section,
	.careers-section,
	.cta-section,
	.stories-section {
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}

	/* Internal content areas get padding */
	.product-section>.container,
	.services-section>.container,
	.team-section>.container,
	.cta-section>.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	/* Fix overflow issues */
	* {
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}



/* =============================
   MOBILE
============================= */
@media (max-width: 768px) {
	.site-logo img {
		max-height: 36px;
	}

	.overlay-menu {
		padding-top: 24px;
	}

	.overlay-menu li {
		font-size: 20px;
	}

	.btn-primary {
		width: 100%;
		text-align: center;
	}

	/* Hero Slider — Mobile Stacked Layout */
	.hero-slider {
		height: auto;
		min-height: 100vh;
	}

	.hero-split-container {
		flex-direction: column;
	}

	.hero-image-panel {
		order: 1;
		width: 100%;
		flex: 0 0 auto;
		min-height: 45vh;
	}

	.hero-text-panel {
		order: 2;
		width: 100%;
		flex: 0 0 auto;
	}

	.hero-text-slide {
		padding: 40px 24px;
		justify-content: center;
	}

	.hero-text-inner {
		max-width: 100%;
		text-align: center;
	}

	.hero-eyebrow {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.hero-title {
		font-size: 32px;
		margin-bottom: 16px;
	}

	.hero-subtitle {
		font-size: 15px;
		margin-bottom: 24px;
		max-width: 100%;
	}

	.hero-cta {
		width: 100%;
		justify-content: center;
		padding: 14px 28px;
	}

	.hero-indicators {
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
		gap: 8px;
	}

	.hero-indicator {
		width: 10px;
		height: 10px;
	}

	.hero-indicator.active {
		width: 24px;
	}

	/* Faster mobile animations */
	.hero-text-inner .hero-eyebrow,
	.hero-text-inner .hero-title,
	.hero-text-inner .hero-subtitle,
	.hero-text-inner .hero-cta {
		transform: translateY(25px);
		transition-duration: 0.45s;
	}

	.hero-curtain.sweeping-in,
	.hero-curtain.sweeping-out {
		animation-duration: 0.4s;
	}
}

/* =============================
   DESKTOP ELEMENTS ON MOBILE
============================= */
@media (max-width: 1024px) {

	.desktop-navigation,
	.desktop-cta {
		display: none;
	}

	.header-menu-toggle {
		display: flex;
	}
}


/* =============================
   FOOTER
============================= */
@media (max-width: 1024px) {
	.footer-links {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}
}

@media (max-width: 768px) {
	.footer-links {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.site-footer {
		padding: 60px 0 40px;
	}
}

@media (max-width: 480px) {
	.footer-links {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.footer-col h4 {
		margin-bottom: 16px;
	}
}


/* =============================
   MOBILE MEGA MENU
============================= */
@media (max-width: 1024px) {

	/* Hide featured image on mobile */
	.mega-menu-dropdown>li:first-child,
	.mega-menu-featured-item {
		display: none !important;
	}

	/* Mobile overlay menu structure */
	.overlay-menu .mega-menu-dropdown {
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: none;
		border-radius: 0;
		padding: 0;
		margin: 0;
		background: transparent;
		min-width: auto;
		max-width: none;
	}

	/* Show submenu when parent is active */
	.overlay-menu .menu-item-has-children.active>.mega-menu-dropdown {
		display: block;
		padding-left: 1rem;
		margin-top: 12px;
	}

	/* Parent menu item with dropdown indicator */
	.overlay-menu .menu-item-has-children>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	/* Dropdown arrow for parent items */
	.overlay-menu .menu-item-has-children>a .dropdown-icon {
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.3s ease;
		margin-left: 8px;
	}

	/* Rotate arrow when active */
	.overlay-menu .menu-item-has-children.active>a .dropdown-icon {
		transform: rotate(-135deg);
	}

	/* Submenu items styling */
	.overlay-menu .mega-menu-dropdown>li {
		list-style: none;
		margin-bottom: 16px;
	}

	.overlay-menu .mega-menu-dropdown>li:last-child {
		margin-bottom: 0;
	}

	.overlay-menu .mega-menu-dropdown>li>a {
		display: flex;
		align-items: center;
		gap: 10px;
		text-decoration: none;
		color: var(--text-dark);
		font-size: 16px;
		font-weight: 500;
		padding: 8px 0;
	}

	/* SVG Icons - smaller on mobile */
	.overlay-menu .mega-menu-dropdown .menu-item-image {
		width: 24px;
		height: 24px;
		flex-shrink: 0;
		border-radius: 50%;
		background: #e0f2fe;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.overlay-menu .mega-menu-dropdown .menu-item-image img {
		width: 14px;
		height: 14px;
		object-fit: contain;
	}

	/* Menu text */
	.overlay-menu .mega-menu-dropdown .menu-title {
		font-size: 16px;
		font-weight: 500;
		color: var(--text-dark);
	}

	.overlay-menu .mega-menu-dropdown .menu-description {
		display: none;
		/* Hide descriptions on mobile to save space */
	}
}

/* =============================
   PRODUCT SECTION - RESPONSIVE
============================= */

/* Tablet */
@media (max-width: 1024px) {
	.product-section {
		padding: 80px 0;
	}

	.product-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.product-content {
		padding-left: 0;
		text-align: center;
	}

	.product-title {
		font-size: 40px;
	}

	.product-description {
		margin-left: auto;
		margin-right: auto;
	}

	.product-btn {
		max-width: 300px;
		margin: 0 auto;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.product-section {
		padding: 2rem 0;
	}

	.product-section>.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.product-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		display: block;
	}

	.product-image {
		width: 100%;
		margin-bottom: 1rem;
	}

	.product-image img {
		width: 100%;
		height: auto;
		border-radius: 12px;
	}

	.product-content {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}

	.product-title {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}

	.product-description {
		font-size: 1rem;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}

	.product-btn {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 0;
	}
}


/* Mobile Base Enhancements */
@media (max-width: 768px) {

	/* Services Section Mobile */
	.services-section {
		padding: 2rem 0;
	}

	.services-section>.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.services-header {
		padding: 0;
		max-width: 100%;
		margin-bottom: 1.5rem;
	}

	.services-heading {
		font-size: 0.875rem;
		margin-bottom: 0.5rem;
	}

	.services-description {
		font-size: 1.5rem !important;
		margin-bottom: 1rem;
	}

	.services-subdescription {
		font-size: 0.95rem;
		margin-bottom: 1rem;
	}

	.services-grid {
		display: block !important;
		width: 100% !important;
	}

	.service-card {
		margin-bottom: 1.5rem;
		padding: 1.5rem !important;
		width: 100% !important;
	}

	.service-icon {
		margin-bottom: 1rem;
	}

	.service-icon img {
		width: 50px;
		height: 50px;
	}

	.service-title {
		font-size: 1.25rem;
		margin-bottom: 0.75rem;
	}

	.service-desc {
		font-size: 0.95rem;
		margin-bottom: 1rem;
	}

	.service-btn {
		font-size: 0.95rem;
		padding: 0.75rem 1.5rem;
	}

	/* Design/Industries Section Mobile */
	.design-section {
		padding: 0;
	}

	.design-container {
		max-width: 100% !important;
		padding: 0 !important;
	}

	.design-grid {
		display: block !important;
		width: 100% !important;
	}

	.design-left {
		padding: 2rem 1.5rem !important;
		width: 100% !important;
		background: #f47c20;
		min-height: auto;
	}

	.design-left-content {
		max-width: 100%;
	}

	.design-label {
		font-size: 0.75rem;
		margin-bottom: 0.75rem;
	}

	.design-title {
		font-size: 1.75rem !important;
		line-height: 1.2;
		margin-bottom: 1.5rem;
	}

	.design-image-wrapper {
		width: 100%;
		margin-top: 1rem;
	}

	.design-warehouse-img {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}

	.design-right {
		padding: 2rem 1.5rem !important;
		width: 100% !important;
		background: #fff;
	}

	.design-right-content {
		max-width: 100%;
	}

	.design-description {
		font-size: 0.95rem;
		margin-bottom: 1.5rem;
	}

	.design-industries-grid {
		display: block !important;
		width: 100% !important;
	}

	.design-industry-item {
		margin-bottom: 0.75rem;
	}

	.design-industry-link {
		font-size: 0.95rem;
		padding: 0.75rem 1rem;
	}

	.design-cta-wrapper {
		margin-top: 1.5rem;
	}

	.design-cta-btn {
		display: block;
		width: 100%;
		text-align: center;
	}

	/* AgentEdge Section Mobile */
	.agentedge-section {
		padding: 0;
	}

	.agentedge-container {
		max-width: 100% !important;
		padding: 0 !important;
	}

	.agentedge-grid {
		display: block !important;
		width: 100% !important;
	}

	.agentedge-right {
		order: 1;
		padding: 2rem 1.5rem !important;
		width: 100% !important;
	}

	.agentedge-left {
		order: 2;
		padding: 0 !important;
		width: 100% !important;
	}

	.agentedge-title {
		font-size: 1.75rem !important;
		line-height: 1.2;
		margin-bottom: 1rem;
	}

	.agentedge-description {
		font-size: 0.95rem;
		margin-bottom: 1.5rem;
	}

	.agentedge-btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 1rem 1.5rem;
	}

	.agentedge-images {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.agentedge-image-top,
	.agentedge-image-bottom {
		margin-bottom: 1rem;
		width: 100% !important;
		height: auto;
	}

	.agentedge-image-top img,
	.agentedge-image-bottom img {
		width: 100%;
		height: auto;
		display: block;
		padding: 10px;
		border-radius: 20px !important;
	}


	/* News Section - Mobile Stack */
	.news-left {
		padding: 2rem 1.5rem !important;
		width: 100% !important;
		background: linear-gradient(180deg, #f47c20 0%, #ff6b00 50%, #ff8c42 100%);
		min-height: auto;
	}

	.news-left-content {
		max-width: 100%;
	}

	.news-accent {
		width: 60px;
		margin-bottom: 1rem;
	}

	.news-title {
		font-size: 1.75rem !important;
		line-height: 1.2;
	}

	.news-right {
		padding: 2rem 1.5rem !important;
		width: 100% !important;
		background: #f8f9fa;
		min-height: auto;
		justify-content: flex-start;
	}

	.news-items {
		margin-bottom: 0;
		width: 100%;
	}

	.news-item {
		padding: 1rem 0;
	}

	.news-date {
		font-size: 0.75rem;
		font-weight: 600;
	}

	.news-headline {
		font-size: 1rem;
		margin-top: 0.5rem;
	}

	.news-headline a {
		line-height: 1.4;
	}

	/* Team Section Mobile */
	.team-section {
		padding: 2rem 0;
	}

	.team-section>.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.team-grid {
		display: block !important;
		width: 100% !important;
	}

	.team-left {
		padding-right: 0;
		margin-bottom: 1.5rem;
		order: 1;
	}

	.team-right {
		order: 2;
		width: 100%;
	}

	.team-title {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.team-description {
		font-size: 0.95rem;
		margin-bottom: 1rem;
	}

	.team-btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 1rem 1.5rem;
		margin-bottom: 1.5rem;
	}

	.team-image-wrapper {
		width: 100%;
		border-radius: 8px;
		overflow: hidden;
	}

	.team-image {
		width: 100%;
		height: auto;
		display: block;
	}

	/* Careers Section Mobile - Show Images */
	.careers-section {
		padding: 0;
		background: #fff;
	}

	.careers-container {
		max-width: 100% !important;
		margin: 0;
		padding: 0;
		border-radius: 0;
		overflow: visible;
		box-shadow: none;
	}

	.careers-grid {
		display: block !important;
		min-height: auto;
		width: 100% !important;
	}

	.careers-left {
		background: linear-gradient(135deg, #f47c20 0%, #ff6b00 50%, #ff8c42 100%);
		position: relative;
		display: flex;
		align-items: center;
		padding: 2rem 1.5rem !important;
		width: 100% !important;
		min-height: auto;
	}

	.careers-left::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: none;
	}

	.careers-content {
		position: relative;
		z-index: 2;
		max-width: 100%;
	}

	.careers-label {
		font-size: 0.75rem;
		margin-bottom: 1rem;
	}

	.careers-title {
		font-size: 1.75rem !important;
		line-height: 1.2;
		margin-bottom: 1rem;
	}

	.careers-description {
		font-size: 0.95rem;
		margin-bottom: 1rem;
	}

	.careers-questions {
		margin-bottom: 1rem;
	}

	.careers-question {
		font-size: 0.95rem;
		margin-bottom: 0.5rem;
	}

	.careers-tagline {
		font-size: 0.95rem;
		margin-bottom: 1.5rem;
	}

	.careers-btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 1rem 1.5rem;
	}

	/* Right Side - SHOW IMAGES on Mobile */
	.careers-right {
		position: relative;
		background: transparent;
		width: 100% !important;
		min-height: auto;
		display: block !important;
	}

	.careers-images {
		display: block !important;
		width: 100% !important;
		height: auto;
		grid-template-rows: none;
	}

	.careers-image-top,
	.careers-image-bottom {
		position: relative;
		overflow: hidden;
		width: 100% !important;
		height: auto;
		margin-bottom: 1rem;
	}

	.careers-image-top img,
	.careers-image-bottom img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		padding: 10px;
		border-radius: 20px !important;
	}

	/* CTA Section Mobile - Reduce Gap */
	.cta-section {
		padding: 1.5rem 0 0 0;
		background: linear-gradient(135deg, #f47c20 0%, #ff6b00 50%, #ff8c42 100%);
	}

	.cta-section::after {
		height: 40px;
	}

	.cta-container {
		padding: 1.5rem 1.5rem 0 1.5rem !important;
		width: 100% !important;
		max-width: 100%;
	}

	.cta-content {
		text-align: center;
		position: relative;
	}

	.cta-title {
		font-size: 1.5rem !important;
		line-height: 1.2;
		margin-bottom: 1rem;
	}

	.cta-description {
		font-size: 0.95rem;
		margin-bottom: 1.5rem;
		max-width: 100%;
	}

	.cta-btn {
		display: inline-block;
		padding: 1rem 1.5rem;
		font-size: 0.95rem;
		margin-bottom: 1.5rem;
	}

	/* Stories Section Mobile (if exists) */
	.stories-section {
		padding: 2rem 0;
	}

	.stories-container {
		max-width: 100% !important;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.stories-grid {
		display: block !important;
	}

	.stories-left,
	.stories-right {
		width: 100% !important;
		padding: 0 !important;
	}

	.stories-title {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.stories-description {
		font-size: 0.95rem;
		margin-bottom: 1rem;
	}

	.stories-btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 1rem 1.5rem;
	}

	/* Stories/Customer Stories Section Mobile */
	.stories-section {
		padding: 2rem 0;
		background: #fff;
	}

	.stories-container {
		max-width: 100% !important;
		margin: 0;
		padding: 0 1.5rem !important;
	}

	.stories-header {
		text-align: center;
		margin-bottom: 1.5rem;
	}

	.stories-label {
		font-size: 0.75rem;
		margin-bottom: 0.5rem;
	}

	.stories-title {
		font-size: 1.5rem;
		max-width: 100%;
		margin: 0;
	}

	.stories-grid {
		display: block !important;
		width: 100%;
	}

	.story-card {
		margin-bottom: 1.5rem;
		width: 100%;
	}

	.story-image-wrapper {
		aspect-ratio: 16/9;
		width: 100%;
	}

	.story-accent-line {
		width: 40px;
	}

	.story-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.story-content {
		padding: 1rem;
	}

	.story-category {
		font-size: 0.7rem;
	}

	.story-heading {
		font-size: 1.1rem;
		min-height: auto;
	}

	.story-excerpt {
		font-size: 0.85rem;
	}

	.story-link {
		font-size: 0.85rem;
	}
}


/* (Old hero responsive rules cleaned — new rules are in the 768px mobile block above) */

/* =============================
   MOBILE OVERRIDES (320px - 375px)
============================= */
@media (max-width: 768px) {

	/* Global Section Spacing */
	section {
		padding: 40px 0 !important;
	}

	.container,
	.agentedge-container,
	.stories-container,
	.careers-container,
	.cta-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.design-container,
	.agentedge-container,
	.careers-container {
		padding: 0px !important;
	}

	/* 1. Hero / Product Section */
	.product-section {
		padding-top: 20px !important;
		padding-bottom: 40px !important;
	}

	.product-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 20px !important;
	}

	.product-image {
		order: 2 !important;
		margin: 20px 0 !important;
		text-align: center;
		min-height: auto !important;
	}

	.product-content {
		order: 3 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0 !important;
	}

	.product-label {
		order: 1 !important;
		position: relative;
		margin: 0 auto 16px auto !important;
		display: inline-block;
	}

	.product-title {
		order: 1;
		font-size: 32px !important;
		margin-bottom: 16px !important;
		line-height: 1.2;
	}

	.product-description {
		order: 2;
		font-size: 15px !important;
		margin-bottom: 24px !important;
		line-height: 1.5;
	}

	.product-btn {
		order: 3;
		width: 100% !important;
		max-width: none !important;
	}

	/* 2. Services Section */
	.services-header {
		padding: 0 !important;
		margin-bottom: 30px !important;
	}

	.services-heading {
		margin-bottom: 8px !important;
	}

	.services-description {
		font-size: 28px !important;
		margin-bottom: 12px !important;
	}

	.services-subdescription {
		font-size: 15px !important;
	}

	.service-card {
		padding: 24px !important;
		margin-bottom: 16px !important;
	}

	/* 3. Industries Section */
	/* .design-left,
	.design-right {
		padding: 30px 0 !important;
	} */

	.design-cta-wrapper {
		text-align: center !important;
		margin-top: 30px !important;
	}

	.design-cta-btn {
		display: inline-block !important;
		float: none !important;
		width: 100% !important;
		text-align: center;
	}

	/* 4. FSI Teams Section (AgentEdge) */
	.agentedge-grid {
		display: flex !important;
		flex-direction: column !important;
	}

	.agentedge-right {
		order: 1 !important;
		padding: 0 0 30px 0 !important;
	}

	.agentedge-left {
		order: 2 !important;
		padding: 0 !important;
	}

	.agentedge-btn {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
		margin-top: 24px !important;
		width: 100% !important;
		display: flex;
		justify-content: center;
	}

	/* 5. Customer Stories */
	.stories-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 24px !important;
	}

	.story-card {
		margin-bottom: 0 !important;
	}

	/* 6. Careers Section */
	.careers-grid {
		display: flex !important;
		flex-direction: column !important;
	}

	.careers-right {
		order: 1 !important;
		padding: 0 0 30px 0 !important;
	}

	.careers-left {
		order: 2 !important;
		padding: 10 !important;
	}

	.careers-image-bottom {
		display: none !important;
	}

	.careers-btn {
		width: 100% !important;
		text-align: center;
	}

	/* 7. "See FSI in Action" Section */
	.cta-section {
		padding-top: 50px !important;
		padding-bottom: 80px !important;
	}

	.cta-section::after {
		height: 20px !important;
		/* Significantly reduced height */
	}

	.cta-btn {
		margin-bottom: 40px !important;
		/* Spacing between button and bars */
		width: 100% !important;
		text-align: center;
	}

	.cta-title {
		font-size: 32px !important;
	}

	.cta-description {
		font-size: 16px !important;
	}
}

/* Specific Tweak for 320px */
@media (max-width: 320px) {

	.product-title,
	.services-description,
	.agentedge-title,
	.careers-title,
	.cta-title {
		font-size: 26px !important;
	}
}

/* =============================
   NEW HERO SLIDER RESPONSIVE
============================= */

@media (max-width: 1024px) {
	.slide-heading {
		font-size: 36px;
	}

	.slide-content {
		padding: 28px;
	}

	/* Reset alignment margins on smaller screens if needed */
	.slide-align-left {
		margin-left: 0;
	}

	.slide-align-right {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.slide-heading {
		font-size: 24px;
	}

	.slide-sub {
		font-size: 15px;
	}

	.slide-content {
		padding: 18px;
		text-align: center;
	}

	.slide-cta {
		padding: 10px 16px;
		border-radius: 8px;
	}

	.swiper-pagination {
		bottom: 12px;
	}

	/* Force center alignment on mobile */
	.slide-align-left,
	.slide-align-right {
		text-align: center;
		margin: 0;
		align-items: center;
	}
}
/* =============================
   CONTACT PAGE
============================== */

@media (max-width: 1024px) {
	.contact-layout {
		gap: 40px;
	}

	.contact-column-right {
		width: 340px;
	}
}

@media (max-width: 768px) {
	.contact-page-wrapper {
		padding: 40px 0;
	}

	.contact-layout {
		flex-direction: column;
		gap: 40px;
	}

	.contact-column-right {
		width: 100%;
	}

	.contact-form .form-row {
		flex-direction: column;
		gap: 0;
	}

	.contact-form .form-row .form-group {
		width: 100%;
	}

	.contact-page-header .page-title {
		font-size: 28px;
	}
}