/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Freshdigital
Author URI: https://freshdigital.co.th/
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.1758242755
Updated: 2025-09-19 00:45:55

*/

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 120px;
	--shrink-header-to: 0.6;
	--transition: all 0.2s ease-out;
	background-color: rgba(255, 255, 255, 1);
	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(255, 255, 255, .8) !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 {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 100px;
	}
	header.sticky-header.elementor-sticky--effects .logo img {
		max-width: 80px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

.text-quote{
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-secondary-font-size) !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
}
.gallery-tab .e-n-tabs-heading{
	justify-content: space-between !important;
	z-index: 100 !important;
}
.gallery-tab .e-n-tabs-content{
	margin-top: -2px !important;
}
.slide-caption-section .elementor-swiper-button-prev,.slide-caption-section .elementor-swiper-button-next{
	background-color: var(--e-global-color-primary) !important;
  padding: 5px !important;
  border-radius: 50% !important;
	transition-duration: 0.3s !important;
}
.slide-caption-section .elementor-swiper-button-prev:hover,.slide-caption-section .elementor-swiper-button-next:hover{
		background-color: var(--e-global-color-8e91da7) !important;
}
.slide-caption-section .swiper-slide-inner::before {
  content: '';
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%) !important;
  opacity: 0.75 !important;
  z-index: 1 !important;
}
.slide-caption-section .swiper-slide-inner .swiper-slide-contents {
  position: relative !important;
  z-index: 2 !important;
}
.text-highlight{
	color: var(--e-global-color-primary) !important;
}
.our-services .elementor-flip-box__front {
  z-index: 1 !important;
}
.our-services .elementor-flip-box__front::before {
  content: '';
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(180deg, transparent 0%, #000000 100%) !important;
  opacity: 0.6 !important;
  z-index: -1 !important;
}
.our-services .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__layer__title:after{
	content: '';
	display: block !important;
	margin-top: 15px !important;
	width: 57px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-bottom: 1px solid var(--e-global-color-03b6a00) !important;
}

.our-services .elementor-flip-box__back {
    margin: 2em !important;
    max-width: calc(100% - 4em) !important;
    max-height: calc(100% - 4em) !important;
    transform: translateY(130%) !important;
    transition: transform 0.5s ease-in-out !important;
	z-index: 10 !important;
}

.our-services .elementor-flip-box:hover .elementor-flip-box__back {
    transform: translateY(0) !important;
}

.our-services .elementor-flip-box__layer.elementor-flip-box__back .elementor-flip-box__layer__title:after{
	content: '';
	display: block !important;
	margin-top: 15px !important;
	width: 57px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-bottom: 1px solid var(--e-global-color-03b6a00) !important;
}

@media(max-width: 1024px) {
    .our-services .elementor-flip-box__back {
        margin: 1em !important;
        max-width: calc(100% - 2em) !important;
        max-height: calc(100% - 2em) !important;
    }
}

.elementor-widget-button .elementor-button-icon {
    opacity: 0 !important;
    width: 0 !important;
    font-size: inherit !important;
    transition: all 0.3s ease !important;
}

.elementor-widget-button:hover .elementor-button-icon {
    opacity: 1 !important;
    width: auto !important;
    margin-left: 5px !important;
}