.cta-btn, .cta-link, a {
    text-decoration: none
}

.banner, .banner h1, .thai-benefits h2 {
    text-align: center
}

.benefit-box i, .cta-box::before, .cta-btn, .custom-accordion .accordion-button, .custom-accordion .accordion-button:hover, .custom-accordion .accordion-button:not(.collapsed), .relax-box, .spa-point i {
    background: linear-gradient(135deg, #e4a101 0, #000 100%)
}

body {
    font-family: Poppins, sans-serif
}

header .logo {
    width: 150px;
    height: auto
}

.header-button {
    background: #e4a101;
    color: #fff;
    border: none;
    padding: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color .3s
}

.header-button:hover {
    background-color: #e4a101;
    color: #fff
}

.header-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    filter: blur(10px);
    transform: skewX(-20deg);
    animation: 3s linear infinite smokeFlow
}

.header-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top left, rgba(255, 255, 255, .2), transparent 60%);
    opacity: .4;
    mix-blend-mode: overlay
}

@keyframes smokeFlow {
    0% {
        left: -75%
    }

    100%, 50% {
        left: 125%
    }
}

.banner {
    background: url('../img/thai-banner.webp') center center/cover no-repeat;
    min-height: 60vh;
    position: relative
}

.banner-button {
    color: #e4a101
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5)
}

.book-spa-section, .custom-select-wrapper {
    position: relative
}

.banner .container, .book-spa-section .container {
    position: relative;
    z-index: 1
}

.book-spa-section::before, .thankyou-section::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute
}

.banner h1 {
    font-size: 30px
}

.banner h2 {
    font-size: 20px
}

.banner p {
    font-size: 1.1rem
}

.booking-form {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
}

.about h2 {
    color: #000;
    font-size: 23px
}

.about h2 span {
    color: #e4a101;
    margin-top: 20px
}

.thai-benefits {
    background: linear-gradient(135deg, #eef7f2, #fff)
}

.benefit-box {
    padding: 25px 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%
}

.benefit-box i {
    font-size: 28px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px
}

.benefit-box p {
    font-size: 15px;
    color: #444;
    margin: 0
}

.benefit-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

@media (max-width:768px) {
    .benefit-box p {
        font-size: 14px
    }

    .relax-box {
        background: linear-gradient(135deg, #e4a101 0, #000 100%);
        border-radius: 20px;
        height: 100%;
        display: block !important;
        align-items: center;
        backdrop-filter: blur(8px);
        box-shadow: 0 10px 40px rgba(0, 0, 0, .5)
    }
}

@media (max-width:991px) {
    .banner {
        text-align: center
    }

    .banner h1 {
        font-size: 25px;
        margin-top: 25px
    }
}

@media (max-width:576px) {
    .banner {
        min-height: 80vh
    }

    .about img {
        margin-top: 20px
    }
}

.book-spa-section {
    background: url('../img/banner1.webp') center center/cover no-repeat;
    color: #fff;
    overflow: hidden
}

.booking-form, .info-box {
    background: rgba(255, 255, 255, .15)
}

.book-spa-section::before {
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(2px)
}

.booking-form {
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .2)
}

.booking-form .form-control, .booking-form .form-select {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    border-radius: 10px
}

.booking-form .form-control::placeholder, .booking-form .form-select, .booking-form textarea::placeholder {
    color: rgba(255, 255, 255, .8)
}

.booking-form select option {
    color: #000
}

.booking-form .btn {
    background-color: #e4a101;
    color: #fff;
    border-radius: 10px;
    transition: .3s
}

.booking-form .btn:hover {
    background-color: #fff;
    color: #e4a101
}

.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    font-size: 1rem;
    color: #fff;
    pointer-events: none;
    transition: transform .3s
}

.custom-select-wrapper select:active+.select-arrow, .custom-select-wrapper select:focus+.select-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.info-box {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .25);
    transition: .3s
}

.info-box:hover {
    background: rgba(255, 255, 255, .25);
    transform: translateY(-3px)
}

.info-box .icon {
    font-size: 1.8rem;
    color: #e4a101;
    flex-shrink: 0
}

.info-box .text h6 {
    color: rgba(255, 255, 255, .85);
    letter-spacing: .5px
}

.info-box .text a, .info-box .text p {
    color: #fff;
    font-size: 1rem;
    margin-top: 3px
}

.relax-section {
    background: #f5f5f5
}

.relax-box {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    transition: transform .3s, box-shadow .3s
}

.relax-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2)
}

.relax-box h2, .thankyou-box h2 {
    font-size: 2rem
}

.relax-box p, .thankyou-box p {
    font-size: 1.1rem;
    line-height: 1.7
}

.mobile-cta {
    display: none !important
}

.thankyou-section {
    padding: 10px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.spa-point, .spa-point i {
    display: flex;
    align-items: center
}

.thankyou-section::before {
    background: #fff
}

.thankyou-box {
    position: relative;
    z-index: 1;
    background: #e4a101;
    backdrop-filter: blur(12px);
    border-radius: 30px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3)
}

.btn-spa {
    background-color: #1cb7ff;
    color: #fff;
    border-radius: 50px;
    transition: .3s
}

.btn-spa:hover {
    background-color: #17a2e0;
    box-shadow: 0 5px 15px rgba(28, 183, 255, .5)
}

@media (max-width:767px) {
    .booking-form, .relax-box {
        padding: 1.5rem
    }

    .info-box {
        flex-direction: row;
        text-align: left
    }

    .info-box .icon {
        font-size: 1.5rem
    }

    .info-box .text p {
        font-size: .95rem
    }

    .book-spa-section {
        text-align: center
    }

    header .logo {
        width: 85px;
        height: auto
    }

    .relax-box {
        border-radius: 0 20px
    }

    .relax-box h2 {
        font-size: 1.6rem
    }

    .relax-box p, .thankyou-box p {
        font-size: 1rem
    }

    .about h2 {
        color: #000;
        font-size: 21px
    }

    .about p, .services p {
        font-size: 15px
    }

    .about p {
        text-align: justify;
        hyphens: auto
    }

    .mobile-cta, .mobile-cta .cta-btn:hover {
        background-color: #e4a101
    }

    .mobile-cta {
        display: flex !important;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45px;
        color: #fff;
        z-index: 9999;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, .25)
    }

    .mobile-cta .cta-btn {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        transition: background .3s
    }

    footer {
        margin-bottom: 25px
    }

    .thankyou-box {
        padding: 2rem 1.5rem
    }

    .thankyou-box h2 {
        font-size: 1.7rem
    }
}

.cta-box, .relax-box, .spa-img img {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .5)
}

.why-spa {
    background: #000
}

.spa-content h2 {
    font-size: 32px;
    color: #fff
}

.spa-point i, .spa-point p {
    font-size: 16px;
    color: #fff
}

.spa-point {
    margin-bottom: 18px;
    padding: 12px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .05);
    transition: .3s
}

.cta-box, .spa-img img {
    transition: .4s
}

.spa-point i {
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px
}

.cta-box, .cta-box::before, .spa-img img {
    border-radius: 20px
}

.spa-point p {
    margin: 0
}

.spa-point:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateX(8px)
}

.cta-btn:hover, .spa-img img:hover {
    transform: scale(1.05)
}

.relax-map-section, .thai-experience {
    background: #fff
}

.exp-content h2 {
    font-size: 34px;
    color: #000
}

.exp-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    text-align:justify
}

.cta-box {
    background: rgba(255, 255, 255, .05);
    padding: 40px 25px;
    backdrop-filter: blur(10px)
}

.cta-btn, .cta-link {
    transition: .3s
}

.cta-box::before {
    content: "";
    position: absolute;
    /* inset: 0; */
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.cta-box h3 {
    color: #050505
}

.cta-link:hover, .walkin i {
    color: #65b904
}

.cta-btn, .custom-accordion .accordion-button:not(.collapsed) {
    color: #fff
}

.cta-btn {
    display: inline-block;
    margin: 15px 0;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer
}

.cta-btn i {
    margin-right: 8px
}

.cta-link i, .walkin i {
    margin-right: 6px
}

.cta-link {
    display: block;
    color: #000;
    margin-top: 10px
}

.walkin {
    margin-top: 15px;
    color: #000
}

.cta-box:hover {
    transform: translateY(-10px)
}

@media (max-width:768px) {
    .spa-content h2 {
        font-size: 24px
    }

    .exp-content h2 {
        font-size: 24px;
        text-align: center
    }
}

.spa-faq {
    background: #fff;
    color: #000
}

.custom-accordion .accordion-item {
    background: 0 0;
    border: none;
    margin-bottom: 15px
}

.custom-accordion .accordion-button {
    color: #fff;
    border-radius: 10px !important;
    font-weight: 500;
    box-shadow: none
}

.custom-accordion .accordion-body {
    background: rgba(255, 255, 255, .08);
    border-radius: 10px;
    margin-top: 5px;
    color: #000
}

.accordion-button::after {
    filter: invert(1)
}

.relax-box {
    border-radius: 20px;
    height: 100%;
    display: block !important;
    align-items: center;
    backdrop-filter: blur(8px)
}

.map-box {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .6)
}

@media (max-width:992px) {
    .map-box {
        height: 300px
    }
}


.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  background-color: #20ba5a;
  color: #fff;
}