/* Custom responsive overrides for Ruchi Prasad site */

/* Tablets and down */
@media (max-width: 991.98px) {
	/* Header/logo sizing */
	.header-area .logo img,
	.header-logo-img {
		max-width: 160px;
		height: auto;
	}

	/* Sticky header state while scrolling */
	.header-sticky.sticky-bar.sticky {
		background-color: #ffffff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	}

	.header-sticky.sticky-bar.sticky .logo img,
	.header-sticky.sticky-bar.sticky .header-logo-img {
		max-width: 150px;
	}

	/* Hero text */
	.hero-title {
		font-size: 32px;
		line-height: 1.3;
	}

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

	.hero-content-box p {
		font-size: 14px;
	}

	/* CTA band text */
	.wantToWork-area .wantToWork-caption h2 {
		font-size: 28px;
	}
}

/* Small devices / phones */
@media (max-width: 767.98px) {
	/* Hide mobile hamburger menu on phones */
	.mobile_menu {
		display: none !important;
	}

	/* Allow hero section to grow naturally instead of fixed height */
	.slider-height {
		height: auto !important;
		padding: 80px 0 60px;
	}

	.slider-area .hero-wrapper {
		text-align: left;
	}

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

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

	/* About section spacing */
	.about-area2 .about-caption {
		padding-top: 30px;
	}

	.about-area2 .about-caption .pera-top {
		font-size: 18px;
	}

	/* Services cards */
	.service-area .single-cat {
		margin-bottom: 30px;
	}

	/* Footer spacing */
	.footer-wrappr .footer-area {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	/* Contact page map height */
	#map {
		height: 300px !important;
	}

	/* Prevent horizontal scrolling from any wide elements */
	body {
		overflow-x: hidden;
	}

	/* Hide back-to-top button on phones */
	#back-top {
		display: none !important;
	}
}

/* Extra small phones */
@media (max-width: 575.98px) {
	.hero-content-box p {
		margin-bottom: 12px;
	}

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

	.testimonial-area .single-testimonial {
		padding: 30px 16px 0 16px;
	}
}
