body{background-color:#ffffff}.wolf-fix-mt{margin-top:.75rem}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wolf-button{color:#fff;background-color:var(--main-color);border:1px solid var(--main-color);position:relative;font-size:14px;padding:7px 20px}.wolf-button:hover,.wolf-button:focus{color:#fff;background-color:#fff;color:var(--main-color);border-color:var(--main-color)}@keyframes wolfRevealUp{0%{transform:translate3d(0, 140%, 0);opacity:0;filter:blur(10px);letter-spacing:2px}100%{transform:translate3d(0, 0, 0);opacity:1;filter:blur(0);letter-spacing:0}}@keyframes wolfWordReveal{0%{transform:translate3d(0, 110%, 0);opacity:0;filter:blur(4px)}100%{transform:translate3d(0, 0, 0);opacity:1;filter:blur(0)}}@keyframes wolfFadeInUp{0%{transform:translate3d(0, 30px, 0);opacity:0;filter:blur(4px)}100%{transform:translate3d(0, 0, 0);opacity:1;filter:blur(0)}}.wolf-index-slider{--ease-out-jim:cubic-bezier(0.16, 1, 0.3, 1)}.wolf-index-slider .main-slider img{opacity:0;transform:scale(1.1) translateX(20px);transition:transform 3s cubic-bezier(0.16, 1, 0.3, 1),opacity 1.5s ease}.wolf-index-slider .main-slider .wolf-slider-content{top:50%;left:40%;transform:translate(-40%, -50%);z-index:99;width:80%;padding:0 30px}@media (max-width: 991px){.wolf-index-slider .main-slider .wolf-slider-content{padding:0}}@media (max-width: 767px){.wolf-index-slider .main-slider .wolf-slider-content{width:calc(100% - 40px);top:auto;bottom:40px;left:20px;transform:none}}.wolf-index-slider .main-slider .wolf-slider-content .small-title,.wolf-index-slider .main-slider .wolf-slider-content .big-title{overflow:hidden;display:flex;flex-wrap:wrap;row-gap:4px;color:var(--slider-text-color);letter-spacing:-0.5px}.wolf-index-slider .main-slider .wolf-slider-content .small-title .animated-word,.wolf-index-slider .main-slider .wolf-slider-content .big-title .animated-word{display:inline-block;transform:translate3d(0, 110%, 0);opacity:0;margin-right:0.25em}.wolf-index-slider .main-slider .wolf-slider-content .small-title{font-size:57px;margin-bottom:5px;color:var(--main-text-color)}@media (max-width: 1024px){.wolf-index-slider .main-slider .wolf-slider-content .small-title{font-size:40px}}@media (max-width: 991px){.wolf-index-slider .main-slider .wolf-slider-content .small-title{font-size:35px}}@media (max-width: 767px){.wolf-index-slider .main-slider .wolf-slider-content .small-title{text-shadow:1px 1px 1px rgba(0,0,0,0.2)}}.wolf-index-slider .main-slider .wolf-slider-content .big-title{font-size:57px;margin-bottom:10px}@media (max-width: 1024px){.wolf-index-slider .main-slider .wolf-slider-content .big-title{font-size:40px}}@media (max-width: 991px){.wolf-index-slider .main-slider .wolf-slider-content .big-title{font-size:35px}}@media (max-width: 767px){.wolf-index-slider .main-slider .wolf-slider-content .big-title{text-shadow:1px 1px 1px rgba(0,0,0,0.2)}}.wolf-index-slider .main-slider .wolf-slider-content .content-title,.wolf-index-slider .main-slider .wolf-slider-content .group-button,.wolf-index-slider .main-slider .wolf-slider-content .slider-small-title{opacity:0;transform:translate3d(0, 30px, 0)}.wolf-index-slider .main-slider .wolf-slider-content .slider-small-title{padding:7px 12px;background-color:rgba(0,153,102,0.1);color:var(--main-color);font-size:14px}.wolf-index-slider .main-slider .wolf-slider-content .content-title{font-size:18px;width:100%;max-width:500px;margin-bottom:30px;color:var(--main-text-color)}@media (max-width: 1024px){.wolf-index-slider .main-slider .wolf-slider-content .content-title{font-size:16px;margin-bottom:20px}}@media (max-width: 991px){.wolf-index-slider .main-slider .wolf-slider-content .content-title{font-size:14px;max-width:350px;margin-bottom:20px}}@media (max-width: 767px){.wolf-index-slider .main-slider .wolf-slider-content .content-title{font-size:16px;margin-bottom:15px;text-shadow:1px 1px 1px rgba(0,0,0,0.2)}}.wolf-index-slider .main-slider .wolf-slider-content .group-button a{border:1px solid var(--main-color);background-color:var(--main-color);color:#fff;font-size:14px;padding:10px 30px;transition:all 0.4s var(--ease-out-jim)}@media (max-width: 991px){.wolf-index-slider .main-slider .wolf-slider-content .group-button a{padding:8px 20px}}@media (max-width: 767px){.wolf-index-slider .main-slider .wolf-slider-content .group-button a{padding:7px 10px;font-size:13px}}.wolf-index-slider .main-slider .wolf-slider-content .group-button a:hover,.wolf-index-slider .main-slider .wolf-slider-content .group-button a:focus{border-color:var(--main-color);background-color:transparent;color:var(--main-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.wolf-index-slider .main-slider .wolf-slider-content .group-button a+a{background-color:transparent;color:var(--main-color)}.wolf-index-slider .main-slider .wolf-slider-content .group-button a+a:hover,.wolf-index-slider .main-slider .wolf-slider-content .group-button a+a:focus{border-color:var(--main-color);background-color:var(--main-color);color:#fff}.wolf-index-slider .main-slider .swiper-slide-active .wolf-slider-img img{opacity:1;transform:scale(1) translateX(0)}.wolf-index-slider .main-slider .swiper-slide-active .wolf-slider-content .small-title .animated-word{animation:wolfWordReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;animation-delay:calc(0.1s + var(--animation-delay-placeholder, 0s))}.wolf-index-slider .main-slider .swiper-slide-active .wolf-slider-content .big-title .animated-word{animation:wolfWordReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards}.wolf-index-slider .main-slider .swiper-slide-active .wolf-slider-content .slider-small-title{animation:wolfFadeInUp 1s var(--ease-out-jim) forwards;animation-delay:0.45s}.wolf-index-slider .main-slider .swiper-slide-active .wolf-slider-content .content-title{animation:wolfFadeInUp 1s var(--ease-out-jim) forwards;animation-delay:0.55s}.wolf-index-slider .main-slider .swiper-slide-active .wolf-slider-content .group-button{animation:wolfFadeInUp 1s var(--ease-out-jim) forwards;animation-delay:0.7s}@media (max-width: 767px){.wolf-index-slider .main-slider .swiper-pagination:not(.swiper-pagination-progressbar){background-color:rgba(255,255,255,0.2);backdrop-filter:blur(10px)}}.wolf-section-form .wolf-booking-wrapper{background-color:#fff}.wolf-section-form .wolf-text-primary{color:var(--main-color)}.wolf-section-form .wolf-text-primary-phone a{color:var(--main-color)}.wolf-section-form .wolf-text-primary-phone a:hover,.wolf-section-form .wolf-text-primary-phone a:focus{color:var(--second-color)}.wolf-section-form .wolf-icon-color{color:#10b981}.wolf-section-form .wolf-label-sub{font-size:13px;color:#374151}.wolf-section-form .wolf-badge-soft{background-color:#ecfdf5;color:var(--main-color)}.wolf-section-form .wolf-icon-circle-soft{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background-color:#ecfdf5;color:var(--main-color)}.wolf-section-form .wolf-booking-form{display:flex;flex-direction:column;gap:10px}@media (max-width: 767px){.wolf-section-form .wolf-booking-form{max-height:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(-15px);transition:max-height 0.5s ease-in-out, opacity 0.4s ease, transform 0.4s ease, visibility 0.4s}.wolf-section-form .wolf-booking-form.is-open{max-height:1000px;opacity:1;visibility:visible;transform:translateY(0);margin-bottom:15px}}@media (min-width: 768px){.wolf-section-form .wolf-booking-form{display:grid;grid-template-columns:repeat(2, 1fr);align-items:end}}@media (min-width: 1200px){.wolf-section-form .wolf-booking-form{display:grid;grid-template-columns:2fr 1.3fr 1.3fr 1.3fr 1.5fr auto}}.wolf-section-form #wolfSubmitBtn .wolfSubmitBtn-1{font-size:15px}.wolf-section-form #wolfSubmitBtn .wolfSubmitBtn-2{font-size:10px;opacity:0.8;letter-spacing:0.5px}.wolf-section-form .wolf-full-width{grid-column:1 / -1}.wolf-section-form .wolf-form-control,.wolf-section-form .wolf-input-group .input-group-text{height:48px;border-color:var(--border-color);font-size:14px;background-color:#ffffff}.wolf-section-form .wolf-input-group:focus-within .input-group-text,.wolf-section-form .wolf-input-group:focus-within .wolf-form-control{border-color:#10b981}.wolf-section-form .wolf-form-control:focus{box-shadow:none !important}.wolf-section-form input[type="date"].wolf-form-control::-webkit-calendar-picker-indicator{opacity:0.5;cursor:pointer}.wolf-section-form .wolf-btn-booking{height:48px;background-color:var(--main-color);padding:0 1.5rem;transition:all 0.3s}.wolf-section-form .wolf-btn-booking:hover{background-color:var(--second-color);transform:translateY(-2px);box-shadow:0 6px 15px rgba(4,120,87,0.25)}.wolf-section-banner img,.wolf-section-banner-2 img,.wolf-section-new-product-image img{transition:all .3s}.wolf-section-banner img:hover,.wolf-section-banner-2 img:hover,.wolf-section-new-product-image img:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)}.wolf-section-service .wolf-section-service-header .wolf-section-service-header-left .wolf-section-service-badge{color:var(--main-color);background-color:rgba(0,153,102,0.1)}.wolf-section-service .wolf-section-service-header .wolf-section-service-header-left .wolf-section-service-description{font-size:14px}.wolf-section-service .wolf-section-service-header .wolf-section-service-header-right a{color:var(--main-color);transition:all 0.3s ease}.wolf-section-service .wolf-section-service-header .wolf-section-service-header-right a span{height:30px;width:30px;color:var(--main-color);background-color:rgba(0,153,102,0.1)}.wolf-section-service .wolf-section-service-header .wolf-section-service-header-right a:hover,.wolf-section-service .wolf-section-service-header .wolf-section-service-header-right a:focus{gap:15px !important;color:var(--second-color)}.wolf-section-service .wolf-section-service-item{border:1px solid var(--border-color);transition:all 0.3s ease}@media (min-width: 992px) and (max-width: 1024px){.wolf-section-service .wolf-section-service-item{flex-direction:column;text-align:center}}@media (max-width: 668px){.wolf-section-service .wolf-section-service-item{flex-direction:column;text-align:center}}.wolf-section-service .wolf-section-service-item .wolf-section-service-content{min-width:0}.wolf-section-service .wolf-section-service-item .wolf-section-service-content .wolf-section-service-item-name{color:var(--main-text-color);font-size:15px}@media (max-width: 480px){.wolf-section-service .wolf-section-service-item .wolf-section-service-content .wolf-section-service-item-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2;min-height:36px}}.wolf-section-service .wolf-section-service-item .wolf-section-service-content .wolf-section-service-item-des{color:#333;font-size:14px}@media (max-width: 480px){.wolf-section-service .wolf-section-service-item .wolf-section-service-content .wolf-section-service-item-des{-webkit-line-clamp:3;min-height:63px}}.wolf-section-service .wolf-section-service-item .wolf-section-service-content .wolf-section-service-item-price{color:var(--main-color);font-size:14px}.wolf-section-service .wolf-section-service-item .wolf-section-service-content .wolf-section-service-item-price span{font-weight:600}.wolf-section-service .wolf-section-service-item:hover,.wolf-section-service .wolf-section-service-item:focus{border-color:var(--main-color)}.wolf-section-service .wolf-section-service-item:hover .wolf-section-service-img-icon .wolf-section-service-item-icon,.wolf-section-service .wolf-section-service-item:focus .wolf-section-service-img-icon .wolf-section-service-item-icon{background-color:var(--second-color)}.wolf-section-service .wolf-section-service-item:hover .wolf-section-service-item-name,.wolf-section-service .wolf-section-service-item:focus .wolf-section-service-item-name{color:var(--main-color)}.wolf-about-section .wolf-text-primary{color:var(--main-color)}.wolf-about-section .wolf-bg-primary{background-color:var(--main-color)}.wolf-about-section .wolf-about-img-wrapper{padding-bottom:50px}.wolf-about-section .wolf-about-img-wrapper .wolf-stats-card{position:absolute;bottom:0;left:4%;right:4%;width:92%;z-index:2}.wolf-about-section .wolf-about-img-wrapper .wolf-stats-card .wolf-stat-icon{width:48px;height:48px}.wolf-about-section .wolf-about-img-wrapper .wolf-stats-card .wolf-stat-num{font-size:clamp(1.25rem, 2vw, 1.75rem)}.wolf-about-section .wolf-about-img-wrapper .wolf-stats-card .wolf-stat-text{font-size:13px;opacity:0.9;padding:0 10px}.wolf-about-section .wolf-badge-soft{color:var(--main-color);background-color:rgba(0,153,102,0.1);font-size:12px;letter-spacing:0.5px}.wolf-about-section .wolf-about-title{font-size:1.75rem;line-height:1.3}.wolf-about-section .wolf-about-title span{color:var(--main-color)}@media (max-width: 480px){.wolf-about-section .wolf-about-title{font-size:22px}}.wolf-about-section .wolf-divider-short{width:40px;height:3px;background-color:var(--main-color);border-radius:5px}.wolf-about-section .wolf-about-desc{font-size:15.5px;line-height:1.7;max-width:70%}@media (max-width: 1024px){.wolf-about-section .wolf-about-desc{max-width:unset;line-height:unset;font-size:14px}}.wolf-about-section .wolf-service-list span{font-size:14.5px}.wolf-about-section .wolf-btn-main{background-color:var(--main-color);transition:all 0.3s ease}.wolf-about-section .wolf-btn-main:hover{background-color:var(--second-color);transform:translateY(-2px);box-shadow:0 8px 20px rgba(4,120,87,0.25)}.wolf-about-section .wolf-about-deco-img{position:absolute;top:-20px;right:-60px;width:320px;z-index:0;pointer-events:none}@keyframes floatShield{0%{transform:translateY(0px)}50%{transform:translateY(-12px)}100%{transform:translateY(0px)}}.wolf-why-choose .wolf-badge-soft{color:var(--main-color);background-color:rgba(0,153,102,0.1);letter-spacing:0.5px;font-size:12px}.wolf-why-choose .wolf-why-title{font-size:1.75rem;line-height:1.3}.wolf-why-choose .wolf-why-title span{color:var(--main-color)}@media (max-width: 480px){.wolf-why-choose .wolf-why-title{font-size:22px}}.wolf-why-choose .wolf-why-desc{font-size:16px;line-height:1.6;max-width:85%}@media (max-width: 991px){.wolf-why-choose .wolf-why-desc{max-width:100%}}.wolf-why-choose .float-animation{animation:floatShield 4s ease-in-out infinite;max-height:250px;object-fit:contain}.wolf-why-choose .wolf-feature-card{background-color:#ffffff;box-shadow:0 4px 15px rgba(0,0,0,0.02);transition:all 0.3s ease-out}.wolf-why-choose .wolf-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(4,120,87,0.1);border-color:rgba(4,120,87,0.2) !important}.wolf-why-choose .wolf-feature-card .wolf-text-primary{color:var(--main-color)}.wolf-why-choose .wolf-feature-img{width:100%;aspect-ratio:1;object-fit:cover}.wolf-why-choose .wolf-feature-text{font-size:14px}.wolf-why-choose .wolf-card-line{width:25px;height:3px;background-color:var(--main-color);border-radius:4px}.wolf-featured-products .wolf-text-main{color:var(--main-color)}.wolf-featured-products .wolf-text-main.wolf-text-main-more:hover,.wolf-featured-products .wolf-text-main.wolf-text-main-more:focus{color:var(--second-color)}.wolf-featured-products .wolf-badge-soft{background-color:color-mix(in srgb, var(--main-color) 12%, #fff);color:var(--main-color)}.wolf-featured-products .wolf-title{font-size:1.75rem;line-height:1.3}.wolf-featured-products .wolf-title span{color:var(--main-color)}@media (max-width: 480px){.wolf-featured-products .wolf-title{font-size:22px}}.wolf-featured-products .wolf-category-tabs{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wolf-featured-products .wolf-category-tabs::-webkit-scrollbar{display:none}.wolf-featured-products .wolf-tab-btn{white-space:nowrap;flex-shrink:0;border:1px solid var(--border-color);border-radius:50rem;padding:8px 18px;font-size:14px;font-weight:500;color:var(--main-text-color);background-color:#fff;transition:all 0.3s;display:inline-flex;align-items:center;gap:8px;max-width:180px;min-width:0}.wolf-featured-products .wolf-tab-btn .wolf-tab-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1}.wolf-featured-products .wolf-tab-btn.active,.wolf-featured-products .wolf-tab-btn:hover{background-color:var(--main-color);color:#ffffff;border-color:var(--main-color)}.wolf-featured-products .wolf-tab-btn.active img,.wolf-featured-products .wolf-tab-btn:hover img{filter:brightness(0) invert(1)}@media (min-width: 768px) and (max-width: 991px){.wolf-featured-products .wolf-featured-product-grid .col-20-percent:nth-child(10){display:none}}.wolf-news-section .wolf-news-header-left .wolf-badge-soft{color:var(--main-color);background-color:rgba(0,153,102,0.1);letter-spacing:0.5px;font-size:12px}.wolf-news-section .wolf-news-header-left .wolf-news-titles{font-size:1.75rem;line-height:1.3}.wolf-news-section .wolf-news-header-left .wolf-news-titles span{color:var(--main-color)}@media (max-width: 480px){.wolf-news-section .wolf-news-header-left .wolf-news-titles{font-size:22px}}.wolf-news-section .wolf-news-header-left .wolf-news-desc{font-size:16px;line-height:1.6;max-width:85%}@media (max-width: 991px){.wolf-news-section .wolf-news-header-left .wolf-news-desc{max-width:100%}}.wolf-news-section .wolf-link-all{transition:all 0.3s ease;color:var(--main-color)}.wolf-news-section .wolf-link-all:hover{color:var(--second-color)}.wolf-news-section .wolf-featured-card{border-color:var(--border-color, #e5e7eb);transition:transform 0.4s ease, box-shadow 0.4s ease}.wolf-news-section .wolf-featured-card .wolf-featured-img-wrap{overflow:hidden;width:100%;aspect-ratio:3/2}.wolf-news-section .wolf-featured-card .wolf-featured-img-wrap .wolf-featured-img{transition:transform 0.6s ease;top:0;bottom:0;left:0;right:0;margin:auto;position:absolute;object-fit:contain;width:auto;max-height:100%}.wolf-news-section .wolf-featured-card .wolf-meta-calendar{font-size:14px;color:var(--main-text-color)}.wolf-news-section .wolf-featured-card .wolf-news-title{color:var(--main-text-color);font-size:20px}@media (max-width: 991px){.wolf-news-section .wolf-featured-card .wolf-news-title{font-size:17px}}.wolf-news-section .wolf-featured-card .wolf-read-more{transition:transform 0.3s ease;color:var(--main-text-color)}.wolf-news-section .wolf-featured-card .wolf-read-more:hover{transform:translateX(5px);color:var(--main-color)}.wolf-news-section .wolf-featured-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,0.08)}.wolf-news-section .wolf-featured-card:hover .wolf-featured-img{transform:scale(1.05)}.wolf-news-section .wolf-featured-card:hover .wolf-news-title{color:var(--main-color)}@media (max-width: 1024px){.wolf-news-section .wolf-featured-card-dese{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.wolf-news-section .wolf-news-list-item:last-child{border-bottom:none !important;padding-bottom:0 !important;margin-bottom:0 !important}.wolf-news-section .wolf-news-list-item .wolf-news-list-img-wrap{overflow:hidden;width:200px;aspect-ratio:3/2}@media (max-width: 1024px){.wolf-news-section .wolf-news-list-item .wolf-news-list-img-wrap{width:170px}}@media (max-width: 991px){.wolf-news-section .wolf-news-list-item .wolf-news-list-img-wrap{width:130px}}@media (max-width: 569px){.wolf-news-section .wolf-news-list-item .wolf-news-list-img-wrap{width:150px}}.wolf-news-section .wolf-news-list-item .wolf-news-list-img-wrap img{transition:transform 0.5s ease;top:0;bottom:0;left:0;right:0;margin:auto;position:absolute;object-fit:contain;width:auto;max-height:100%}.wolf-news-section .wolf-news-list-item .wolf-news-title{color:var(--main-text-color)}@media (max-width: 991px){.wolf-news-section .wolf-news-list-item .wolf-news-title{font-size:15px}}@media (max-width: 1024px){.wolf-news-section .wolf-news-list-item .wolf-news-list-content-des{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media (max-width: 991px){.wolf-news-section .wolf-news-list-item .wolf-news-list-content-des{font-size:14px}}.wolf-news-section .wolf-news-list-item:hover .wolf-news-title{color:var(--main-color)}.wolf-news-section .wolf-news-list-item:hover .wolf-news-list-img-wrap img{transform:scale(1.08)}
