/*
Theme Name: Pattaya Construction
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750383907
Updated: 2025-06-20 01:45:07
*/

/***
* class: .sticky-header
*/
header.sticky-header {
	--transition: all 0.4s ease-out;
	background-color: rgba(255, 255, 255, 0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(0, 0, 0, .58) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .e-con-inner {
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .e-con-inner {
	padding-top: 2em;
}

/***
* class: .logo
*/
header.sticky-header .sticky-logo img {
	transition: var(--transition);
}
header.sticky-header.elementor-sticky--effects .sticky-logo img {
	max-width: 140px;
}

.counter-home .elementor-counter-title {
	border-top: 1px solid #DEDEDE;
}

/* Home renovations */
.counter-div .elementor-counter {
	column-gap: 10px;
}
.elementor-element-460df9b {
	background-size: 65.5% 100% !important;
}

/* Gallery */
#outer-div:before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
	position: absolute;
	top: 121px;
}

/* Google review */
.ti-widget.ti-goog .ti-controls .ti-next,
.ti-widget.ti-goog .ti-controls .ti-prev {
	background: #ECECEC;
	padding: 18px 20px;
	border-radius: 50%;
}
.ti-widget.ti-goog .ti-controls .ti-next:before {
	top: 16px !important;
	right: 12px !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after {
	top: 24px !important;
	right: 12px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:before {
	top: 22px !important;
	left: 12px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:after {
	top: 15px !important;
	left: 12px !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before,
.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after {
	background: #CC9C64 !important;
	width: 12px !important;
	height: 3px !important;
}

@media screen and (min-width: 678px) and (max-width: 1024px) {
	/* Home renovations */
	.counter-div .elementor-counter {
		column-gap: 5px;
	}
	.elementor-element-460df9b {
		background-size: 73.5% 100% !important;
	}

	/* Gallery */
	#outer-div:before{
		top: 125px;
	}
}

@media screen and (max-width: 767px) {
	header.sticky-header.elementor-sticky--effects .sticky-logo img {
		max-width: 100px;
	}
	header.sticky-header.elementor-sticky--effects > .e-con-inner {
		padding-top: 1em;
	}

	.elementor-element-acd5a56 .elementor-icon-box-icon .elementor-icon {
		margin-top: 6px;
	}

	/* About us */
	.elementor-element-fc6b4dc {
		background-image: linear-gradient(180deg, var( --e-global-color-secondary ) 68%, var( --e-global-color-primary ) 32%) !important;
	}
	.elementor-element-7aad822:before {
		background-image: linear-gradient(180deg, #FFFFFF00 0%, #383431CB 70%) !important;
	}
	.elementor-element-7f6761b {
		background-image: linear-gradient(180deg, #FFFFFF00 0%, #383431 100%) !important;
	}

	/* Home renovations */
	.elementor-element-460df9b {
		background-size: cover !important;
	}

	/* Gallery */
	#outer-div:before{
		top: 155px;
	}
}