@media only screen and (max-width: 1680px){




}



@media only screen and (min-width: 1500px) and (max-width: 1902px) {
	


}



@media only screen and (min-width: 1500px) and (max-width: 1820px) {}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {}



@media only screen and (min-width: 1367px) and (max-width: 1567px){
	



}


@media only screen and (max-width: 1366px){
	



}



@media only screen and (min-width: 1319px) and (max-width: 1530px) {
	
	


}



@media only screen and (min-width: 1200px) and (max-width: 1770px) {
	.contact-one__shape-1 {
		display: none;
	}
}




/* Medium screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {


}


/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	h2 {
		font-size: var(--font-38);
	}



}




/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	

}




/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.center_title {
		margin-bottom: 40px;
	}

	h2 {
		font-size: var(--font-28);
	}

	/* ─── Global Mobile Typography ─── */
	body {
		font-size: 15px;
		line-height: 26px;
	}
	p {
		font-size: 14px;
		line-height: 24px;
	}
	h3 {
		font-size: var(--font-24);
	}
	h4 {
		font-size: var(--font-20);
	}
	h5 {
		font-size: var(--font-18);
	}
	h6 {
		font-size: var(--font-14);
	}

	/* ─── Container padding ─── */
	.container {
		padding: 0 15px;
	}

	/* ─── Buttons ─── */
	.btn-one {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 65px;
		line-height: 38px;
	}
	.btn-one .txt i {
		right: -50px;
		font-size: 18px;
	}
	.thm-btn {
		font-size: 14px;
		padding-left: 20px;
	}
	.thm-btn i {
		padding: 16px 12px;
		font-size: 18px;
		margin-left: 15px;
	}

	/* ─── Section Titles ─── */
	.center_title h6 {
		font-size: 13px;
	}
	.center_title h2,
	.sec-title-animation h2,
	.title-animation {
		font-size: 26px !important;
		line-height: 34px !important;
	}

	/* ─── About Section ─── */
	.about-one-title h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.about-one-title p,
	.about-description p {
		font-size: 14px;
		line-height: 24px;
	}
	.about-one-counter {
		width: 200px;
		height: 90px;
		padding: 15px;
		gap: 10px;
		top: 15px;
		right: 0;
	}
	.fun-fact-odometer h3,
	.fun-fact-odometer span {
		font-size: 28px;
	}
	.about-one-counter .counter h6 {
		font-size: 13px;
	}
	.about-one-image-bottom {
		bottom: -50px;
		right: 0;
		width: 180px;
	}
	.white-div {
		width: 200px;
		height: 140px;
		bottom: -35px;
		right: 0;
	}
	.about-one-list-container ul li {
		font-size: 14px;
	}

	/* ─── Services Section ─── */
	.service-one-content {
		padding: 15px 20px;
		max-width: 100%;
	}
	.service-one-content h5 {
		font-size: 16px;
	}
	.service-one-content-text p {
		font-size: 13px;
		line-height: 20px;
	}

	/* ─── Section Spacing ─── */
	section {
		overflow: hidden;
	}

}



@media only screen and (max-width: 767px) {

	.common_title {
		margin-bottom: 40px;
	}


}

