.text-gold {
    background: linear-gradient(321deg, #93b786, #93b786, #d6e6cf, #6f9373);
    -webkit-background-clip: text;
    color: transparent;
}
.text-gold2 {
    background: linear-gradient(
        135deg,
        #93b786 0%,
        #6f9373 28%,
        #93b786 52%,
        #d6e6cf 78%,
        #6f9373 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Solid #4D6D51 only (not .text-gold gradient) — About headings, Our Services CTA, Our Gallery, Contact hours */
.text-accent-4d6d51 {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    color: #4d6d51 !important;
    -webkit-text-fill-color: #4d6d51 !important;
}
.about-section .button-services-mb.btn-accent-4d6d51 {
    border-color: #4d6d51 !important;
}
.about-section .button-services-mb.btn-accent-4d6d51,
.about-section .button-services-mb.btn-accent-4d6d51 a {
    color: #4d6d51 !important;
    -webkit-text-fill-color: #4d6d51 !important;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
}
.about-section .button-services-mb.btn-accent-4d6d51:hover,
.about-section .button-services-mb.btn-accent-4d6d51:hover a {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
}

.text-image {
    background: url('images/bg-slider.webp') center/cover no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.bg-text {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url(../images/bg-text.webp);
    color: transparent;
}
.topbanner {
    text-shadow: -0.02em -0.03em 0.01em #4d6d51;
    animation: rise 2s ease-in-out 0.5s forwards;
}
.bg-text {
    animation: bg-animation 30s cubic-bezier(0.3, 0, 0.7, 1) infinite;
}
@keyframes bg-animation {
  0% {background-position: 0% 0%;}
  50% {background-position: 100% 100%;}
  100% {background-position: 0% 0%;}
}
.leNFxl {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    position: relative;
    border-radius: inherit;
    cursor: pointer;
    color: rgb(255, 255, 255)!important;
    z-index: 99999999999999;
}
.UZVjZ.UZVjZ.UZVjZ img, .UZVjZ svg {
    transition: fill 0.2s;
    display: block;
    object-fit: contain;
    width: 12px;
    height: 12px;
    fill: rgb(255 255 255)!important;
}
.bg-gold {
    background: linear-gradient(321deg, #93b786, #93b786, #d6e6cf, #6f9373);
}

html {
    scroll-padding-top: max(
        7.25rem,
        calc(6rem + env(safe-area-inset-top, 0px))
    );
}

.header-top {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.7) 0%,
            rgba(252, 253, 251, 0.82) 100%
        ),
        url(../images/bg-header.webp) center 30% / cover no-repeat;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.06),
        0 4px 14px rgba(0, 0, 0, 0.08);
}

nav.header-top .menu-header a {
    font-size: 0.875rem !important;
    letter-spacing: 0.14em !important;
}
nav.header-top .menu-header,
nav.header-top .text-gray-300 {
    color: #1a1a1a !important;
}
nav.header-top a.text-white {
    color: #1a1a1a !important;
}
nav.header-top a.text-white:hover,
nav.header-top a.hover\:text-primary:hover {
    color: #4a8a5c !important;
}
nav.header-top a.text-primary {
    color: #3d6b45 !important;
}
nav.header-top a.text-primary:hover {
    color: #4a8a5c !important;
}
nav.header-top #menu-toggle span {
    background-color: #1a1a1a !important;
}

@media (min-width: 769px) and (max-width: 1320px) {
    nav.header-top .menu-header {
        gap: 0.35rem !important;
    }
    nav.header-top .menu-header a {
        font-size: 0.68rem !important;
        letter-spacing: 0.1em !important;
        padding-left: 0.12rem;
        padding-right: 0.12rem;
    }
}
@media (min-width: 769px) {
    nav.header-top > div {
        flex-wrap: wrap;
        row-gap: 0.4rem;
    }
}

.footer-section {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.62) 0%,
            rgba(252, 253, 251, 0.52) 100%
        ),
        url(../images/bg-header.webp) center 30% / cover no-repeat !important;
    border-top: 1px solid rgba(147, 184, 133, 0.35) !important;
    box-shadow:
        0 -1px 3px rgba(0, 0, 0, 0.06),
        0 -4px 14px rgba(0, 0, 0, 0.08);
}

.footer-section p.text-\[10px\] {
    font-size: 0.75rem !important;
    line-height: 1.55;
}

.footer-section .footer-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footer-section .footer-back-top {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 1000;
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(147, 184, 133, 0.55);
    background-color: #ffffff;
    color: #3d6b45;
    text-decoration: none;
    font-size: 1.05rem;
    line-height: 1;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.footer-section .footer-back-top i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
}

.footer-section .footer-back-top:hover {
    background: #93b786;
    color: #ffffff;
    border-color: #4d6d51;
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 6px 22px rgba(77, 109, 81, 0.28);
}

/* MyChat widget — sit above fixed back-to-top button */
iframe[id^="mychat-embed-"] {
    bottom: calc(1rem + 2.75rem + 1.25rem + env(safe-area-inset-bottom, 0px)) !important;
    right: calc(1rem + env(safe-area-inset-right, 0px)) !important;
}

.footer-section .footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 1;
    color: #3d6b45;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-section .footer-social-icon:hover {
    color: #5a7d4e;
    transform: scale(1.1);
}

.bg-page{
    background: url(../images/bg-page.webp) 0px 0px repeat;
}

.services-page-fixed-bg {
    background-image: url(../images/bg-page.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1023px) {
    .services-page-fixed-bg {
        background-size: cover;
        background-attachment: scroll;
    }
}

.gallery-page-fixed-bg {
    background-image: url(../images/bg-gallery.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1023px) {
    .gallery-page-fixed-bg {
        background-size: cover;
        background-attachment: scroll;
    }
}

.gallery-item img {
    transform: scale(1);
    transition: transform 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
    .gallery-item img,
    .gallery-item:hover img {
        transform: none !important;
        transition: none;
    }
}

.promotion-img img{
    margin: 0px auto;
}
#mobile-overlay{
    margin-top: -20px;
}
#menu-toggle{
    display: none;
}
.text-capitalize{
    text-transform: capitalize;
}
#notification
{
    width:100%;
    background-image: linear-gradient(120deg, #93b786, #6f9373, #d6e6cf, #93b786);
    border-bottom: 2px solid;
    border-image-slice: 2;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom right, #6f9373, #93b786, #d6e6cf, #93b786, #6f9373);
    position: fixed;
    top: 0;
    z-index:9999999;    
    text-align:center;
    color:#000;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display:none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#fff;
    text-decoration:none;    
    background:#000;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
/* Notification */
#subbar {
    position: fixed;
    z-index: 9999999;
    right: 0px;
    top: 30%;
    cursor: pointer;
    opacity: 1.0;
    background-image: linear-gradient(120deg, #93b786, #6f9373, #d6e6cf, #93b786);
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(241, 241, 241, 0.4);
    border-radius: 50px;
}
#subbar span, #subbar i{
    background: -webkit-linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#subbar {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right: -44px;
    top: 30%;
}
#subbar:hover {
    background-image: linear-gradient(45deg, #6f9373, #93b786, #d6e6cf, #93b786);
}
#book_online {
    position: fixed;
    z-index: 9999999;
    right: 0px;
    top: 50%;
    cursor: pointer;
    opacity: 1.0;
    background-image: linear-gradient(120deg, #93b786, #6f9373, #d6e6cf, #93b786);
    text-align: center;
    padding: 6px 12px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(241, 241, 241, 0.4);
    border-radius: 50px;
    letter-spacing:0px;
    display: block;
}
#book_online span, #book_online i{
    background: -webkit-linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#book_online {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right: -60px;
    top: 50%;
}
#book_online:hover {
    background-image: linear-gradient(45deg, #6f9373, #93b786, #d6e6cf, #93b786);
}

#groupnoti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99999;
    display: block;
}

#noti {
    width: 100%;
    overflow: hidden;
    max-width: 500px;
    margin: 0px auto;
    padding: 10px;
    margin-top: 130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

    #noti img {
        width: 100%;
        border: 1px solid #ccc;
    }

#closenoti {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
.Counters {
    width: 100%;
    max-width: 360px;
    margin: 0px auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    line-height: 1.7;
    text-align: center;
    color: #2d2d2d;
}
.nav-bottom
{
    display: none;    
}
/*Host-a-party*/
.party-page {
    text-align: center;
}
.party {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 50px;
}
.party span
{
    color: #fff;
}
.time-party span{
    color: #000;
}
#bSend {
    padding: 16px 30px;
    background-image: linear-gradient(120deg, #93b786, #6f9373, #d6e6cf, #93b786);
    color: #000;
    border-radius: 50px;
}
#bSend:hover {
    background-image: linear-gradient(90deg, #93b786, #6f9373, #d6e6cf, #93b786);
    color: #000;
}
.contact-form2 {
    background: url(../img/dots.png) 0px 0px repeat #c8dcbd;
}

#form2 {
    margin-bottom: 50px;
}

.contentparty {
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.txt_hostparty {
    color: #333;
    font-size: 12pt;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.formrowtext {
    text-align: left;
}

.img_hostparty {
    width: 96%;
    max-width: 700px;
    margin: 0px auto;
    margin-top: 20px;
}

    .img_hostparty img {
        width: 50%;
        float: left;
    }

    .img_hostparty img {
        padding-bottom: 15px;
        padding-right: 15px;
    }

.contact_r {
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
}

.contact_title {
    font-size: 15pt;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group h5 {
    font-size: 12pt;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.logo-top img{
    width: 132px;
    height: auto;
}
.logo-footer img{
    width: 132px;
    height: auto;
}
.form-party{
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
#Btn_Party {
    background-image: linear-gradient(120deg, #93b786, #6f9373, #d6e6cf, #93b786);
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    max-width: 120px;
    width: 100%;
    border-radius: 50px;
    padding: 10px 20px;
    font-family: "Work Sans", sans-serif;
}
#Btn_Party:hover {
    background-image: linear-gradient(45deg, #6f9373, #93b786, #d6e6cf, #93b786);
    color: #000;
}
/*End-Host-a-party*/
/*Contact form*/
.contact_r {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 15px 0px rgb(62 65 159 / 10%);
}

#form {
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.txtbox {
    border: 1px solid #ccc;
    height: 30px;
    width: 90%;
}

.textarea {
    min-height: 100px;
}

.formrowtop {
    font-weight: bold;
}

.formrow {
    margin-bottom: 10px;
}

.buttonrow {
    text-align: center;
}

#formnotify, #formnotifyS {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 999999999999999;
    display: none;
}

#formnotifycontent, #formnotifycontentS {
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}

#formnotifyok, #formnotifyokS {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #93b786;
    cursor: pointer;
}

#formsign {
    margin-top: 30px;
}

#formnotifyok:hover {
    background: #4d6d51;
}

#formpwait, #formpwaitS {
    float: left;
    margin-left: 20px;
    display: none;
}

#formwait {
    display: none;
}
.fixed {
  position: fixed
}
.page-section {
    padding-top: max(
            10.5rem,
            calc(8.5rem + env(safe-area-inset-top, 0px))
        )
        !important;
}

main > section:first-child:not(.page-section) {
    padding-top: max(
            10rem,
            calc(8.5rem + env(safe-area-inset-top, 0px))
        )
        !important;
}

body > nav.header-top ~ section:first-of-type:not(.slider-home) {
    padding-top: max(
            10rem,
            calc(8.5rem + env(safe-area-inset-top, 0px))
        )
        !important;
}

@media (max-width: 768px) {
    .page-section {
        padding-top: max(
                6.75rem,
                calc(5.35rem + env(safe-area-inset-top, 0px))
            )
            !important;
    }
    main > section:first-child:not(.page-section) {
        padding-top: max(
                6.5rem,
                calc(5.35rem + env(safe-area-inset-top, 0px))
            )
            !important;
    }
    body > nav.header-top ~ section:first-of-type:not(.slider-home) {
        padding-top: max(
                6.5rem,
                calc(5.35rem + env(safe-area-inset-top, 0px))
            )
            !important;
    }
}

body.page-host-a-party #txtTime,
body.page-host-a-party .form-party .form-control2 {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a;
}

body.page-host-a-party input[type="time"],
body.page-host-a-party input[type="datetime-local"] {
    -webkit-appearance: auto;
    appearance: auto;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a;
    color-scheme: light;
}

body.page-host-a-party input[type="time"]::-webkit-datetime-edit-text,
body.page-host-a-party input[type="time"]::-webkit-datetime-edit-hour-field,
body.page-host-a-party input[type="time"]::-webkit-datetime-edit-minute-field,
body.page-host-a-party input[type="time"]::-webkit-datetime-edit-second-field,
body.page-host-a-party input[type="time"]::-webkit-datetime-edit-ampm-field,
body.page-host-a-party input[type="time"]::-webkit-datetime-edit-meridiem-field,
body.page-host-a-party input[type="datetime-local"]::-webkit-datetime-edit-text,
body.page-host-a-party input[type="datetime-local"]::-webkit-datetime-edit-hour-field,
body.page-host-a-party input[type="datetime-local"]::-webkit-datetime-edit-minute-field,
body.page-host-a-party input[type="datetime-local"]::-webkit-datetime-edit-ampm-field,
body.page-host-a-party input[type="datetime-local"]::-webkit-datetime-edit-meridiem-field {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

body.page-host-a-party input[type="date"] {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a;
    color-scheme: light;
}

body.page-host-a-party input[type="date"]::-webkit-datetime-edit-text,
body.page-host-a-party input[type="date"]::-webkit-datetime-edit-month-field,
body.page-host-a-party input[type="date"]::-webkit-datetime-edit-day-field,
body.page-host-a-party input[type="date"]::-webkit-datetime-edit-year-field {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

body.page-host-a-party .bootstrap-datetimepicker-widget {
    color: #111827 !important;
}

body.page-host-a-party .bootstrap-datetimepicker-widget table td,
body.page-host-a-party .bootstrap-datetimepicker-widget table th,
body.page-host-a-party .bootstrap-datetimepicker-widget a[data-action],
body.page-host-a-party .bootstrap-datetimepicker-widget .timepicker-hour,
body.page-host-a-party .bootstrap-datetimepicker-widget .timepicker-minute,
body.page-host-a-party .bootstrap-datetimepicker-widget .timepicker-second {
    color: #111827 !important;
}

body.page-host-a-party .bootstrap-datetimepicker-widget table td.active,
body.page-host-a-party .bootstrap-datetimepicker-widget table td.active:hover,
body.page-host-a-party .bootstrap-datetimepicker-widget table td span.active {
    color: #fff !important;
}

body.page-host-a-party .bootstrap-datetimepicker-widget table td.old,
body.page-host-a-party .bootstrap-datetimepicker-widget table td.new,
body.page-host-a-party .bootstrap-datetimepicker-widget table td.disabled,
body.page-host-a-party .bootstrap-datetimepicker-widget table td span.old,
body.page-host-a-party .bootstrap-datetimepicker-widget table td span.disabled {
    color: #6b7280 !important;
}

.opacity-0 {
    opacity: 0;
}
/*Contact form*/
@media(max-width: 1200px) 
{
  .sm-gap-2{
        gap: 0.5rem
    }
}
@media(max-width: 1024px) 
{
  .menu-header a{
    font-size: 7pt;
  }
  
}
@media(max-width:768px) 
{
    nav.header-top > div {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .logo-top img {
        width: 114px !important;
        max-height: 54px;
        object-fit: contain;
    }
    .menu-header a {
        display: none;
    }
    .head-top{
        margin-top: 180px;
    }
    .bg-menu-mb{
        background: url(../images/bg-banner.webp) 0px 0px no-repeat;
        background-size: cover;
    }
    .nav-bottom
    {
        position: fixed;
        bottom: 15px;
        left: 0;
        width: 100%;
        z-index: 999;
        display: block;
    }
    .nav-bottom ul
    {
        overflow: hidden;
        width: 60%;
        max-width: 600px;
        margin: 0px auto;
        padding: 10px 5px;
        display: flex;
        background-image: linear-gradient(120deg, #93b786, #6f9373, #d6e6cf, #93b786);
        border-radius: 50px;
    }
    .nav-bottom ul li
    {
        text-align: center;
        list-style-type:none;
        width: 30%;
    }
    .nav-bottom ul li:hover
    {
        background-image: linear-gradient(45deg, #6f9373, #93b786, #d6e6cf, #93b786);
    }
    .nav-bottom ul li a
    {
        color: #000;
        font-size:11pt;
    }
    .nav-bottom ul li a span
    {
        display: block;
    }
    #direction_m a
    {
        color:#000;
        cursor: pointer;
    }
    .nav-bottom .icon-button i,
    .nav-bottom .icon-button .bottom-nav-icon-services
    {
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background: #000;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
        line-height: 1;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        color: #fff !important;
        -webkit-text-fill-color: #fff;
    }
    .nav-bottom .icon-button .bottom-nav-icon-services {
        font-family: inherit;
        font-weight: normal;
    }
    .nav-bottom .icon-button .bottom-nav-icon-services svg {
        width: 20px;
        height: 20px;
        display: block;
        flex-shrink: 0;
    }
    .footer-section .footer-back-top {
        bottom: calc(6.85rem + env(safe-area-inset-bottom, 0px));
    }
    iframe[id^="mychat-embed-"] {
        bottom: calc(6.85rem + 2.75rem + 1.25rem + env(safe-area-inset-bottom, 0px)) !important;
    }
    #menu-toggle{
        display: block;
    }
}
@media(max-width: 650px) 
{
    .nav-bottom ul {
        width: 90%;
    }
    .nav-bottom .icon-button i,
    .nav-bottom .icon-button .bottom-nav-icon-services {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    .nav-bottom .icon-button .bottom-nav-icon-services svg {
        width: 16px;
        height: 16px;
    }
    #formnotify, #formnotifyS {
        margin-left: -186px;
    }
}
@media(max-width: 400px) 
{
    #formnotify, #formnotifyS {
        margin-left: -170px;
    }
}
@media(max-width: 360px) 
{
    #formnotify, #formnotifyS {
        margin-left: -162px;
    }
}
@media(max-width: 360px) 
{
    #formnotify, #formnotifyS {
        margin-left: -155px;
    }
}

.text-service-price {
    background: linear-gradient(
        125deg,
        #6f9373 0%,
        #93b786 32%,
        #d6e6cf 50%,
        #93b786 72%,
        #6f9373 100%
    );
    background-size: 160% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.w-28 {
    width: 7rem;
}

.w-\[6\.5rem\] {
    width: 6.5rem;
}

.tabular-nums {
    font-variant-numeric: tabular-nums;
}

.text-gray-600 {
    color: #4b5563;
}

body.page-services nav.header-top,
body.page-services .header-top {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.7) 0%,
            rgba(252, 253, 251, 0.82) 100%
        ),
        url(../images/bg-header.webp) center 30% / cover no-repeat !important;
    border-bottom-color: rgba(147, 184, 133, 0.35) !important;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.06),
        0 4px 14px rgba(0, 0, 0, 0.08);
}
body.page-services nav.bg-black\/80 {
    background-color: transparent !important;
}
body.page-services .footer-section .text-primary {
    color: #93b885 !important;
}
body.page-services #mobile-overlay.bg-menu-mb,
body.page-services #mobile-overlay {
    background-color: rgba(255, 255, 255, 0.98) !important;
    background-image: none !important;
}
body.page-services #mobile-overlay a.text-black,
body.page-services #mobile-overlay a.text-white {
    color: #1a1a1a !important;
}
body.page-services #mobile-overlay a:hover {
    color: #4d6d51 !important;
}
body.page-services .footer-section {
    position: relative;
    z-index: 20;
}
body.page-services .footer-section .text-gray-500 {
    color: #6b6b6b !important;
}
body.page-services .footer-section .text-gray-600 {
    color: #4a4a4a !important;
}
body.page-services .footer-section .Counters {
    background: #f5f9f2 !important;
    border-radius: 8px;
    padding: 10px 12px;
    box-shadow: none;
}
body.page-services .footer-section a.hover\:text-white:hover {
    color: #5a7d4e !important;
}


body.page-services .bg-services-page {
    background-color: rgba(255, 255, 255, 0.76) !important;
    background-image: none !important;
    border-color: rgba(147, 184, 133, 0.12) !important;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.028),
        0 10px 28px rgba(77, 109, 81, 0.045);
}
body.page-services .bg-services-page .border-white\/5 {
    border-color: rgba(0, 0, 0, 0.055) !important;
}

@keyframes services-shimmer-sweep {
    0% {
        transform: translate3d(-130%, 0, 0) skewX(-15deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    45% {
        transform: translate3d(230%, 0, 0) skewX(-15deg);
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        transform: translate3d(230%, 0, 0) skewX(-15deg);
        opacity: 0;
    }
}

body.page-services .servicesimg {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

body.page-services .servicesimg img {
    display: block;
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition:
        filter 0.22s ease,
        transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.page-services .servicesimg:hover img {
    filter: brightness(1.08);
    transform: scale(1.035);
}

body.page-services .servicesimg::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -90%;
    width: 50%;
    height: 140%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 32%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0) 68%,
        transparent 100%
    );
    transform: translate3d(-130%, 0, 0) skewX(-15deg);
    animation: none;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: soft-light;
}

body.page-services .servicesimg:hover::after {
    opacity: 1;
    animation: services-shimmer-sweep 1.85s ease-in-out infinite;
}

body.page-services .circle img {
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition:
        filter 0.22s ease,
        transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.page-services .circle:hover img {
    filter: brightness(1.1);
    transform: scale(1.05);
}

body.page-services .circle::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -90%;
    width: 50%;
    height: 140%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 32%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 68%,
        transparent 100%
    );
    transform: translate3d(-130%, 0, 0) skewX(-15deg);
    animation: none;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: soft-light;
}

body.page-services .circle:hover::after {
    opacity: 1;
    animation: services-shimmer-sweep 2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    body.page-services .servicesimg::after,
    body.page-services .circle::after,
    body.page-services .servicesimg:hover::after,
    body.page-services .circle:hover::after {
        animation: none !important;
        opacity: 0 !important;
    }

    body.page-services .servicesimg:hover img,
    body.page-services .circle:hover img {
        filter: none;
        transform: none;
    }
}

body.page-services .nm-dual-price-cols {
    display: grid;
    grid-template-columns: 7rem 7rem;
    column-gap: 3rem;
    align-items: center;
    justify-items: center;
    box-sizing: border-box;
}

body.page-services .nm-dual-price-cols .text-service-price {
    width: 100%;
    max-width: 7rem;
    text-align: center !important;
    display: block;
}

body.page-services .nm-dual-header .nm-dual-price-cols > .text-service-price:first-child,
body.page-services .nm-dual-header .nm-dual-price-cols > .text-service-price:nth-child(2) {
    transform: translateX(5px);
}

body.page-services .nm-dual-row:not(.nm-dual-header) .nm-dual-price-cols > .text-service-price:first-child {
    transform: translateX(-6px);
}

body.page-services .nm-dual-row:not(.nm-dual-header) .nm-dual-price-cols > .text-service-price:nth-child(2) {
    transform: translateX(5px);
}

@media (max-width: 767px) {
    body.page-services .nm-dual-price-cols {
        grid-template-columns: minmax(2.75rem, 1fr) minmax(2.75rem, 1fr);
        column-gap: 0.5rem;
        padding-left: 0 !important;
    }

    body.page-services .nm-dual-row:not(.nm-dual-header) {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem 0.5rem;
    }

    body.page-services .nm-dual-row:not(.nm-dual-header) > span.flex-1 {
        flex: 1 1 auto !important;
        min-width: 0;
        width: auto;
        max-width: none;
        padding-right: 0.35rem;
    }

    body.page-services .nm-dual-row:not(.nm-dual-header) > .nm-dual-price-cols {
        align-self: center;
        flex-shrink: 0;
        width: auto;
        max-width: none;
    }

    body.page-services .nm-dual-row:not(.nm-dual-header) > .nm-dual-price-cols .text-service-price.w-28 {
        width: 100% !important;
        max-width: none;
        min-width: 0;
        font-size: 0.9375rem;
        line-height: 1.25;
    }

    body.page-services .nm-dual-header {
        justify-content: flex-end;
    }

    body.page-services .nm-dual-header > span.flex-1:first-child {
        display: none;
    }

    body.page-services .nm-dual-header > .nm-dual-price-cols {
        width: auto;
        margin-right: 0;
    }
}