/* ==========================================================================
   IT Company Mohali — Responsive Overrides (mobile-first)
   ========================================================================== */

@media (max-width: 991.98px) {
	section {
		padding: 3.5rem 0;
	}
	.itcm-navbar {
		background: var(--itcm-navy) !important;
	}
	.itcm-hero {
		text-align: center;
	}
	.itcm-hero-buttons {
		justify-content: center;
	}
	.itcm-hero-visual {
		margin-top: 2rem;
	}
	.itcm-float-icon {
		display: none;
	}
	.itcm-cta-box {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	.itcm-cta-box .d-flex {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.itcm-section-heading {
		font-size: 1.6rem;
	}
	.itcm-hero-heading {
		font-size: 2rem;
	}
	.itcm-contact-form {
		padding: 1.25rem;
	}
	.itcm-back-to-top {
		bottom: 1rem;
		right: 1rem;
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 575.98px) {
	.itcm-hero-buttons .btn {
		width: 100%;
	}
	.itcm-feature-box {
		flex-direction: column;
		text-align: center;
	}
	.itcm-stat-box h3 {
		font-size: 1.7rem;
	}
}
