/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body:not(.gpl-loading-active) #gpl-page-loader {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.Custom-Font p{
    font-family: "Caveat", cursive;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
    transform: rotate(-2deg);
	color: #E0B152;
}

button.book_button {
    	font-weight: 600;
    	border: 1px solid #E0B152;
}

button.book_button:hover {
	background: #ffffff;
    	color: #E0B152;
}

.forminator-button-submit::after {
    content: "";
    display: inline-block;
    width: 18px; /* ปรับขนาดได้ */
    height: 18px;
    background-image: url('/wp-content/uploads/2026/04/pets-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}

.forminator-button-submit:hover::after {
    transform: scale(1.2) rotate(-16deg);
}

.forminator-button-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Desktop default */
h1 { font-size: 3.75rem; }
h2 { font-size: 3rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
body { font-size: 1rem; }

/* Tablet */
@media (max-width: 1199px) {
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.375rem; }
  h5 { font-size: 1.125rem; }
  body { font-size: 0.9375rem; }
}

/* Mobile */
@media (max-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.25rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.125rem; }
  body { font-size: 0.875rem; }
}

.title-trick{
    position: absolute;
    rotate: -5deg;
    right: 30px;
    top: 20px;
}
.boarding-wrap{
    position:relative;
}
.boarding-wrap .title-trick{
  opacity: 0;
  transform: translateY(40px);
}

.boarding-wrap:hover .title-trick {
  animation: bounceUpSmooth 0.7s forwards;
}

.fl-button-group:hover .hover {
    transform: scale(1.2);
    rotate: -16deg;
    transition: 0.2s all;
    padding-left: 8px;
}

@keyframes bounceUpSmooth {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  50% {
    transform: translateY(-12px);
    opacity: 1;
  }
  70% {
    transform: translateY(6px);
    opacity: 1;
  }
  85% {
    transform: translateY(-3px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.paw {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    transition: transform 0.2s ease;
    transform-origin: center;
}

.fl-button:hover .paw {
    transform: scale(1.2) rotate(-16deg) translateX(8px);
    transition: transform 0.2s cubic-bezier(.34,1.56,.64,1);
}

/* ================================
   GrandPawLace Pricing Carousel
================================ */

.gpl-pricing-carousel-wrap {
    position: relative;
    width: 100%;
	  overflow: visible;
    padding-top: 20px;
}

/* Track */
.gpl-pricing-track {
    display: flex;
    align-items: stretch;
    gap: 28px;
    overflow-x: hidden;
    overflow-y: visible;
    scroll-behavior: smooth;
    scrollbar-width: none;
    user-select: none;
    padding-top: 8px;
}

.gpl-pricing-track::-webkit-scrollbar {
    display: none;
}

/* Card */
.gpl-pricing-card {
    flex: 0 0 calc((100% - 56px) / 3);
    position: relative;
    min-height: 690px;
    padding: 46px 40px 42px;
    border: 1px solid #e4b44f;
    border-radius: 22px;
    background: #ffffff;
    overflow: visible;
    display: flex;
    flex-direction: column;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.gpl-pricing-card:hover {
    border-color: #e4b44f;
    box-shadow: 0 18px 45px rgba(22, 33, 58, 0.08);
}

/* Most Popular */
.gpl-most-popular-label {
    position: relative;
    z-index: 8;
    display: inline-block;
    margin-bottom: 8px;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    color: #E0B152;
    transform: rotate(-2deg);
}

.gpl-most-popular-ribbon {
    position: absolute;
    top: -5px;
    right: 34px;
    z-index: 9;
    width: 42px;
    height: auto;
    pointer-events: none;
}

/* Header Area */
.gpl-card-top {
    position: relative;
    z-index: 3;
    min-height: 158px;
}

.gpl-pricing-card h3 {
    font-size: 30px;
    line-height: 1.22;
    font-weight: 700;
    color: #16213a;
    margin: 0 0 8px;
}

.gpl-weight {
    font-size: 20px;
    line-height: 1.35;
    color: #5f6878;
    margin: 0 0 18px;
}

/* Price */
.gpl-price {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 0;
}

.gpl-price span {
    font-size: 48px;
    line-height: .95;
    font-weight: 500;
    color: #e4b44f;
}

.gpl-price small {
    font-size: 16px;
    line-height: 1.2;
    color: #4f5a6d;
    margin-bottom: 6px;
}

/* Dog Image */
.gpl-dog-image {
    position: relative;
    z-index: 2;
    margin: auto 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity .9s ease, filter .5s ease, transform .5s ease;
}

.gpl-dog-image img {
    max-width: 260px;
    width: 100%;
    max-height: 300px;
    height: auto;
    object-fit: contain;
    transition: opacity .9s ease, filter .5s ease, transform .5s ease;
}

/* Content Hidden on Desktop */
.gpl-content {
    position: relative;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    margin-top: 14px;
    margin-bottom: 32px;
    max-height: 0;
    overflow: hidden;
    transition: opacity .45s ease, visibility .45s ease, transform .45s ease;
}

.gpl-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gpl-content li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 1.45;
    color: #4f5a6d;
    opacity: 0;
    transform: translateY(12px);
}

.gpl-content li:last-child {
    margin-bottom: 0;
}

.gpl-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background: url('/wp-content/uploads/2026/04/sparkle.webp') center / contain no-repeat;
}

/* ================================
   Book Button - Default Front
================================ */

.gpl-book-button {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    color: #e4b44f;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    border-radius: 10px;
    transition: all .3s ease;
}

/* Hide original image icon */
.gpl-book-button img {
    display: none;
}

/* Paw icon using mask */
.gpl-book-button::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    flex: 0 0 15px;
    margin-left: 5px;
    background-color: #E0B152;
    mask: url('/wp-content/uploads/2026/04/pets-icon.webp') center / contain no-repeat;
    -webkit-mask: url('/wp-content/uploads/2026/04/pets-icon.webp') center / contain no-repeat;
    transition: background-color .25s ease, transform .25s ease;
}

/* When hovering the card, button becomes filled */
.gpl-pricing-card:hover .gpl-book-button {
    width: 100%;
    margin-top: auto;
    padding: 14px 22px;
    background: #e4b44f;
    color: #16213a;
    font-weight: 700;
}

/* Icon color when hovering the card */
.gpl-pricing-card:hover .gpl-book-button::after {
    background-color: #16213a;
}

/* Button hover inside hovered card */
.gpl-pricing-card:hover .gpl-book-button:hover {
    background: #16213a;
    color: #ffffff;
}

/* Icon hover inside hovered card */
.gpl-pricing-card:hover .gpl-book-button:hover::after {
    background-color: #ffffff;
    transform: scale(1.2) rotate(-16deg);
}

/* ================================
   Desktop Hover Effect
================================ */

@media (min-width: 769px) {

    .gpl-pricing-card:hover .gpl-dog-image {
        opacity: 0;
        filter: blur(8px);
        transform: scale(1.16) translateY(24px);
        pointer-events: none;
        min-height: 0;
        height: 0;
        margin: 0;
    }

    .gpl-pricing-card:hover .gpl-dog-image img {
        opacity: 0;
        filter: blur(8px);
        transform: scale(1.16) translateY(24px);
    }

    .gpl-pricing-card:hover .gpl-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        max-height: 460px;
        overflow: visible;
    }

    .gpl-pricing-card:hover .gpl-book-button {
        width: 100%;
        margin-top: auto;
        padding: 14px 22px;
        background: #e4b44f;
        color: #16213a;
        font-weight: 700;
    }

    .gpl-pricing-card:hover .gpl-book-button:hover {
        background: #16213a;
        color: #ffffff;
    }

    .gpl-pricing-card:hover .gpl-content li {
        animation: gplBulletFade .45s ease forwards;
    }

    .gpl-pricing-card:hover .gpl-content li:nth-child(1) { animation-delay: .05s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(2) { animation-delay: .10s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(3) { animation-delay: .15s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(4) { animation-delay: .20s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(5) { animation-delay: .25s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(6) { animation-delay: .30s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(7) { animation-delay: .35s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(8) { animation-delay: .40s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(9) { animation-delay: .45s; }
    .gpl-pricing-card:hover .gpl-content li:nth-child(10) { animation-delay: .50s; }
}

@keyframes gplBulletFade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================================
   Arrow Buttons
================================ */
button.gpl-carousel-arrow.gpl-prev {
    background: #fff;
    color: #E0B152;
}
button.gpl-carousel-arrow.gpl-next {
    color: #fff;
    background: #172136;
}
.gpl-carousel-arrow {
    position: absolute;
    bottom: -58px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #2b2d33;
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, color .25s ease, opacity .25s ease, transform .25s ease;
}

.gpl-carousel-arrow:hover {
    background: #e4b44f;
    color: #16213a;
    transform: translateY(-1px);
}

.gpl-prev {
    right: 52px;
}

.gpl-next {
    right: 8px;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1024px) {
    .gpl-pricing-card {
        flex: 0 0 calc((100% - 28px) / 2);
        min-height: 660px;
        padding: 42px 34px 38px;
    }

    .gpl-pricing-card h3 {
        font-size: 28px;
    }

    .gpl-price span {
        font-size: 44px;
    }

    .gpl-dog-image img {
        max-width: 240px;
    }
}

/* ================================
   Mobile
   Show content all the time
================================ */

@media (max-width: 768px) {
    .gpl-pricing-carousel-wrap {
        padding-bottom: 70px;
    }

    .gpl-pricing-card {
        flex: 0 0 100%;
        min-height: auto;
        padding: 40px 28px 34px;
        border-radius: 22px;
    }

    .gpl-card-top {
        min-height: auto;
    }

    .gpl-pricing-card h3 {
        font-size: 28px;
    }

    .gpl-weight {
        font-size: 18px;
    }

    .gpl-price span {
        font-size: 44px;
    }

    .gpl-price small {
        font-size: 15px;
    }

    .gpl-dog-image {
        margin: 30px 0;
        min-height: auto;
        height: auto;
        opacity: 1;
        filter: none;
        transform: none;
    }

    .gpl-dog-image img {
        max-width: 220px;
        max-height: none;
        opacity: 1;
        filter: none;
        transform: none;
    }

    .gpl-content {
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: none;
        overflow: visible;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .gpl-content li {
        opacity: 1;
        transform: none;
        font-size: 18px;
        margin-bottom: 16px;
    }

    .gpl-book-button {
        width: 100%;
        margin-top: auto;
        padding: 14px 22px;
        background: #e4b44f;
        color: #16213a;
        font-weight: 700;
    }

    .gpl-book-button:hover {
        background: #16213a;
        color: #ffffff;
    }

    .gpl-carousel-arrow {
        top: auto;
        bottom: 0;
    }

    .gpl-prev {
        right: 52px;
    }

    .gpl-next {
        right: 8px;
    }
}

/* ================================
   Small Mobile
================================ */

@media (max-width: 480px) {
    .gpl-pricing-track {
        gap: 20px;
    }

    .gpl-pricing-card {
        padding: 34px 24px 30px;
    }

    .gpl-pricing-card h3 {
        font-size: 26px;
    }

    .gpl-price span {
        font-size: 40px;
    }

    .gpl-content li {
        font-size: 17px;
        padding-left: 30px;
    }

    .gpl-content li::before {
        width: 16px;
        height: 16px;
        top: 6px;
    }
}
}

/* ================================
   Page Loader Overlay
================================ */

#gpl-page-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    z-index: 1;
    pointer-events: none;
}

#gpl-page-loader .gpl-page-loader__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#gpl-page-loader .gpl-page-loader__dog {
    width: 140px;
    max-width: 140px;
    height: auto;
    display: block;
    object-fit: contain;
}

#gpl-page-loader.gpl-slide-up {
    transform: translateY(-100%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
}

#gpl-page-loader .gpl-page-loader__inner::after {
    content: "Loading";
    display: block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.2;
	font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #16213a;
    text-align: center;
    animation: gplLoadingPulse 1.1s ease-in-out infinite;
}

@keyframes gplLoadingPulse {
    0%, 100% {
        opacity: .45;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    #gpl-page-loader .gpl-page-loader__dog {
        width: 120px;
        max-width: 120px;
    }

    #gpl-page-loader .gpl-page-loader__inner::after {
        font-size: 14px;
        margin-top: 6px;
    }
}