:root {
	--primary-color: #000000;
	--secondary-color: #ffffff;
	--text-color: #333333;
	--bg-color: #ffffff;
	
	--font-family-primary: 'Arial', sans-serif;
	--font-family-heading: 'Arial', sans-serif;
	
	--container-width: 1200px;
	--spacing-unit: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	font-family: var(--font-family-primary);
	color: var(--text-color);
    background-color: var(--bg-color);
	line-height: 1.6;
}

.container {
	max-width: var(--container-width);
        margin: 0 auto;
	padding: 0 var(--spacing-unit);
}

.brand-slider-area.style-1 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.mapbox-container,
#map {
	width: 100% !important;
	height: 550px !important;
	min-height: 550px !important;
	max-height: 550px !important;
	border-radius: 5px;
	z-index: 1;
	position: relative !important;
	background-color: #1a1a1a;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.te-map-widget {
	width: 100% !important;
	height: 550px !important;
	min-height: 550px !important;
	position: relative !important;
	display: block !important;
	visibility: visible !important;
	overflow: visible !important;
}

.te-map-widget #map {
	width: 100% !important;
	height: 100% !important;
	min-height: 550px !important;
}

.contact-form-area .te-map-widget {
	width: 100%;
	height: 550px;
}

.contact-form-area #map {
	width: 100% !important;
	height: 550px !important;
}

#map canvas {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	filter: grayscale(100%);
}

#map .mapboxgl-canvas-container {
	width: 100% !important;
	height: 100% !important;
}

#map .mapboxgl-canvas {
	width: 100% !important;
	height: 100% !important;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.8;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulse-ring {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	100% {
		transform: scale(3);
		opacity: 0;
	}
}

.contact-form-area .page-breadcrumb-area,
.page-breadcrumb-area {
	padding-top: 63px !important;
	padding-bottom: 63px !important;
	min-height: auto !important;
	height: auto !important;
}

@media (max-width: 991px) {
	.contact-form-area .page-breadcrumb-area,
	.page-breadcrumb-area {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
}

@media (max-width: 767px) {
	.contact-form-area .page-breadcrumb-area,
	.page-breadcrumb-area {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}
}

.map-nav-button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background-color: #ff6b00;
	color: #ffffff;
	padding: 12px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

.map-nav-button:hover {
	background-color: #e55a00;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.4);
	color: #ffffff;
	text-decoration: none;
}

.map-nav-button i {
	font-size: 16px;
}

@media (max-width: 768px) {
	.map-nav-button {
		padding: 10px 16px;
		font-size: 13px;
		bottom: 15px;
		right: 15px;
	}
}

.lpg-nav-button {
	position: relative;
	display: inline-block;
	margin: 20px 0;
}

.calculator-area {
	background-color: #f5f5f5;
}

.calculator-description {
	text-align: center;
	margin-bottom: 2rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.calculator-wrapper {
	position: relative;
	width: 100%;
	height: 850px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	margin: 0 auto;
}

.calculator-area .calculator-wrapper iframe {
	position: absolute;
	left: -50px;
	width: 100%;
    margin-top: -450px;
    min-height: 1250px;
	border: none;
	transform-origin: top center;
}

.about-us-section-title {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.about-us-section-title.center {
	text-align: center;
}

.about-us-text {
	font-size: 1rem;
	line-height: 1.8;
}

.about-us-logo {
	max-width: 100%;
	height: auto;
}

.te-single-slider {
	background-image: url('{base_url}public/assets/images/slider/slider-1.jpg');
}

.lpg-service-no-bottom-padding {
	padding-top: 120px;
	padding-bottom: 0;
}

.lpg-service-no-bottom-padding .te-section-title {
	margin-bottom: 80px;
}

.lpg-page-area-no-top-padding {
	padding-top: 0;
}

.te-about-info-card {
	background-image: url('{base_url}public/assets/images/section-bg/about-bg.png');
}

.footer-bg-overlay {
	background-color: rgba(23, 23, 23, 0.0);
}

.te-single-slider[data-bg-image] {
	background-image: var(--slider-bg-image);
}

.te-about-info-card[data-bg-image] {
	background-image: var(--about-bg-image);
}

.about-us-logo img {
	max-width: 100%;
	height: auto;
}

.lpg-about-section {
	margin-bottom: 2rem;
}

.lpg-about-title {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.lpg-about-description {
	font-size: 1rem;
	line-height: 1.8;
	text-align: justify;
}

.lpg-logos-section {
	margin-bottom: 2rem;
}

.lpg-logos-title {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.lpg-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	background: #fff;
	border-radius: 8px;
	transition: transform 0.3s ease;
	margin-bottom: 1rem;
}


.lpg-logo-item:hover {
	transform: scale(1.05);
}

.lpg-logo-item .gas-logo-img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}

.footer.style-1 .te-footer-sec {
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer-bottom-area {
	padding: 12px 0;
}

body {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	min-height: auto !important;
	height: auto !important;
}

html {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	min-height: auto !important;
	height: auto !important;
}

.main {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

footer {
	margin-bottom: 0 !important;
}

footer + * {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

footer ~ script {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

body > script {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	height: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

.main > div:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	position: relative;
}

body::after {
	content: "";
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

footer::after {
	content: "";
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.main::after {
	content: "";
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

footer + div {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	display: none !important;
}

.main:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

html {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.main > footer {
	margin-bottom: 0 !important;
}

body > .main {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body > .main:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

footer ~ div {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

body > footer ~ * {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	line-height: 0 !important;
	font-size: 0 !important;
	display: none !important;
}

.subscribe-area {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.subscribe-area:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.calculator-area {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.calculator-area.te-py-120 {
	padding-top: 120px !important;
	padding-bottom: 0 !important;
}

.calculator-area:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.subscribe-area.style-1 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.subscribe-area.style-1.background-red {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body > .main > .subscribe-area:last-child,
body > .main > .calculator-area:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.subscribe-area.style-1 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.calculator-area.te-py-120 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

footer {
	margin-top: 0 !important;
}

body > .main {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body > .main > *:last-child:not(footer) {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.subscribe-area + footer,
.calculator-area + footer {
	margin-top: 0 !important;
}

body > .main > .subscribe-area:last-of-type,
body > .main > .calculator-area:last-of-type {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

