/*
Theme Name: Bear Wash
Theme URI: https://freshdigital.co.th/web-design/
Template: hello-elementor
Author: Fresh Digital
Author URI: https://freshdigital.co.th/
Description: Theme for Bear Wash
Version: 1.0.0.1668417399
Updated: 2025-06-11 09:16:39

*/
html,
body {
    overflow-x: hidden;
}

a {
    background-color: transparent;
    color: var(--e-global-color-primary);
    text-decoration: none;
}

#head-sticky {
    position: fixed !important;
}

#head-sticky,
#head-sticky > div  {
    transition: all 0.3s ease-out;
}

#head-sticky.head-sticky-active {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.24);
}

/* body.wp-singular.page-template-default #head-sticky:not(.head-sticky-active),
body.wp-singular.page-template-theme #head-sticky:not(.head-sticky-active),
body.single-post #head-sticky:not(.head-sticky-active) {
    position: relative !important;
} */

#head-sticky.head-sticky-active > div {
    padding: 0 !important;
}

#head-sticky .site-logo img {
    transition: all 0.2s ease;
}

#head-sticky.head-sticky-active .site-logo img {
    max-width: 130px !important;
}

a.contact-detail {
    display: inline-block;
    color: inherit;
}

.big-text {
    font-size: 2.5em;
    font-weight: 500;
    display: block;
}

.location-carousel .swiper {
    padding-bottom: 20px;
}

.homepage-slider .premium-shape-divider__shape-container {
    z-index: 1;
}

.faq-wrap details.e-n-accordion-item[open] .e-n-accordion-item-title {
    border-radius: 25px 25px 0 0 !important;
}

.archive-post-wrap {
    background: linear-gradient(180deg, #00A9A32E 0%, var(--e-global-color-primary) 20%, var(--e-global-color-aeb357e) 100%) !important;
}

.elementor-widget-image a {
    display: block !important;
}

.menu-col-2 .elementor-nav-menu {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
}

nav.elementor-pagination .page-numbers {
    display: inline-block;
    border: 1px solid var(--e-global-color-accent);
    padding: 3px 10px;
    transition: all 0.2s ease;
    min-width: 34px;
}

nav.elementor-pagination .page-numbers:hover,
nav.elementor-pagination .page-numbers.current {
    background-color: var(--e-global-color-accent);
}

#float-cta {
    height: 115px !important;
    box-shadow: unset !important;
}

#float-cta img {
    transform: translate(-70%, -50%) !important;
}

.homepage-slider .swiper-pagination {
    bottom: 35px !important;
}

.benefit-box .elementor-icon-box-wrapper {
    align-items: center;
    height: 100%;
}

.bear-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.bear {
  position: absolute;
  bottom: 0;
  width: 100px;
  transition: transform 0.5s;
}

.inner-col-width {
    max-width: 100%;
}

.homepage-banner-wrap {
     max-width: calc(100vw - 40px);
}

.bearwas-svg-text-wrap .premium-svg-draw {
    max-width: calc(100vw - 60px);
}

@media screen and (max-width: 1200px) {
    .bearwas-svg-text {
        width: 800px !important;
        height: 410px  !important;
    }
}

@media screen and (max-width: 1024px) {
    .bearwas-svg-text {
        width: 700px !important;
    }
}

@media screen and (max-width: 767px) {
    .service-box .elementor-image-box-wrapper {
        display: flex;
        gap: 10px;
    }

    .bearwas-svg-text {
        width: 460px !important;
    }
}

@media screen and (max-width: 479px) {
    .service-box .elementor-image-box-wrapper {
        display: flex;
        gap: 10px;
    }

    .bearwas-svg-text {
        width: 320px !important;
        height: 300px !important;
    }
}