/* 
Theme Name: Thai Stick Theme
Description: Thai Stick Theme is a child theme of Hello Elementor, please don't remove Hello Elementor
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
    overflow-x: hidden;
    background: linear-gradient(-45deg, #00594f, #000000, #00594f);
    animation: gradient 15s linear infinite;
    background-size: 400% 400%;
}
html[lang="th"] body * {
    font-family: "Noto Sans Thai", Sans-serif !important;
    letter-spacing: 0;
}
.elementor-widget-text-editor {
    word-break: break-word;
}
.elementor a {
    color: inherit;
}

.elementor-section:not(.elementor-inner-section) > .elementor-container {
    padding: 0 26px;
}

.elementor-section.elementor-section-full_width > .elementor-container {
    padding: 0;
}

.elementor-widget-text-editor .elementor-widget-container > p:not(:last-child) {
    margin-bottom: 28px;
}

b,
strong {
    font-weight: bold;
}
.elementor-button {
    padding: 11px 19px;
    overflow: hidden;
    position: relative;
}
.elementor-button:after {
    content: "";
    background: linear-gradient(to right, rgba(252, 160, 50, 0) 0%, #fca032 50%, rgba(252, 160, 50, 0) 100%);
    position: absolute;
    bottom: 0;
    width: 200%;
    height: 3px;
    left: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.elementor-button:hover:after {
    transform: translateX(0);
}

.pagination ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 11px;
    height: 22px;
}
.pagination ul li {
    color: rgba(255, 255, 255, 0.5);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.pagination ul li:hover {
    color: #fff;
}
.pagination ul li.active {
    color: #fff;
}
.pagination ul li.active:after {
    content: "";
    width: 47px;
    height: 1.5px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}
.pagination ul li.slider-pagination {
    cursor: pointer;
}

.pagination ul li.slider-pagination svg {
    transition: all 0.3s;
}

.pagination ul li.slider-pagination:hover svg path {
    fill: #00c3b5;
}
.pagination ul li.slider-pagination:hover svg {
    width: 15px;
    height: 22px;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
