/* Responsive Styles */

/* Amenities Section Responsive */
@media (min-width: 1500px) {
	.amenities-slider {
		padding-left: calc((100vw - 1500px) / 2 + 15px);
		/* based on user's container max-width 1500px in css */
	}
}

@media (min-width: 1400px) and (max-width: 1499px) {
	.amenities-slider {
		padding-left: calc((100vw - 1320px) / 2 + 12px);
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.amenities-slider {
		padding-left: calc((100vw - 1140px) / 2 + 12px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.amenities-slider {
		padding-left: calc((100vw - 960px) / 2 + 12px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.amenities-slider {
		padding-left: calc((100vw - 720px) / 2 + 12px);
	}
}

/* Footer Section Responsive */
@media (max-width: 767px) {
	.footer-section {
		padding: 50px 0 30px;
	}
	.footer-links-wrapper {
		justify-content: flex-start !important;
		margin-top: 0;
		gap: 2rem !important;
	}
	.footer-link-col {
		min-width: auto;
		width: 45%;
	}
	.footer-bottom {
		margin-top: 15px;
		padding-top: 15px;
	}
}

/* CTA Section Responsive */
@media (max-width: 576px) {

	.right-about p:not(:last-child) {
		margin-bottom: 14px;
	}

	p {
		font-size: 16px;
	}
	.cta-title {
		font-size: 24px;
		line-height:40px;
	}

	.cta-section {
		background-size: 100%;
		padding: 50px 0;
	}

	.hero-content {
		position: absolute;
		bottom: 20px;
		left: 18px;
		width: auto;
	}

	.hero-content h1 {
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 32px;
		line-height: 47px;
	}
	.btn-container {
		margin-top: 15px;
		display: inline !important;
	}
	.logo-img {
		max-height: 40px;
		width: auto;
	}

	.hero-banner {
		height: calc(100vh - 270px);
		min-height: 50px;
	}
	.btn-container .btn-brochure {
		margin: 10px 0;
	}
	section {
		padding: 50px 0;
	}
	.right-about {
		padding-left: 0;
	}
	.right-about h2 {
		margin-bottom: 15px;
	}

	.w-title {
		width: auto;
		font-size: 24px;
		line-height: 40px;
	}
	.w-title span {
		font-size: 16px;
		line-height: 20px;
		padding-left: 35px;
		margin-bottom: 10px;
	}
	.left-about-image {
		margin-bottom: 30px;
	}
	.l-location {
		width: 100%;
	}
	.h-location {
		padding: 50px 0;
	}
	section.h-location p {
		margin: 15px 0 0;
	}
	.distance-title {
		font-size: 20px;
		margin-bottom: 18px;
	}
	.distance-list li {
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.loc-name {
		font-size: 16px;
	}
	.loc-dist {
		font-size: 16px;
	}
	.map {
		margin: 30px 0;
	}
	.distance-wrapper {
		margin-top: 30px;
		padding-right: 0;
	}
	.amenities-header .main-title {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 40px;
	}
	.amenities-header .sub-title {
		font-size: 14px;
		margin-bottom: 14px;
	}
	.amenities-section {
		padding: 50px 0;
	}
	.copyright-text {
		margin-bottom: 10px !important;
	}

	.indu-contu {
		width: auto;
	}
	.indu-contu br {
		display: none;
	}
	.indu h4 {
		font-size: 16px;
		line-height: 22px;
		margin: 16px 0 0;
	}
	.qr {
		height: 107px;
		width: 135px;
		margin: 0 auto 1.8rem;
	}
}
