.dropdown-menu{min-width:200px;border-radius:0 0 4px 4px;box-shadow:0 4px 10px rgba(0,0,0,.1);overflow:hidden}
.banner-slider{position:relative;overflow:hidden}
.banner-slide{display:flex;transition:transform .5s;height:700px}
.banner-item{flex:0 0 100%}
.banner-item_price{background:linear-gradient(90deg,#fa9136,#f84b11,#b84d01);-webkit-background-clip:text;background-clip:text;line-height:1.2;color:transparent;text-shadow:0 0 2px rgba(250,145,54,.5),0 0 4px rgba(248,75,17,.5),0 0 6px rgba(184,77,1,.5)}
.slider-control{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.8);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);cursor:pointer;border:none;outline:0;z-index:10;transition:background-color .3s}
.slider-control:hover{background-color:#fff}
.slider-control.prev{left:15px}
.slider-control.next{right:15px}
.slider-thumbs{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.slider-thumb{--thumb-size:48px;width:calc(var(--thumb-size) * 2);height:var(--thumb-size);background-size:cover;background-position:center;border:2px solid #e0e0e0;cursor:pointer;transition:.3s}
.slider-thumb.active{border-color:#633d26;transform:translateY(-4px) scale(1.1)}
@media (max-width:768px){
.slider-thumb{--thumb-size:36px;width:calc(var(--thumb-size) * 2);height:var(--thumb-size)}
.slider-control{width:32px;height:32px}
}
.search-drawer{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;transition:.3s;border-top:1px solid #f0f0f0}
.search-drawer.active{transform:translateY(0);opacity:1}
.search-drawer.hidden{display:none}
.search-drawer input[type=text]{border:1px solid #e5e5e5;padding:10px 40px 10px 15px;width:100%;outline:0}
.search-drawer input[type=text]:focus{border-color:var(--primary-color)}
.search-drawer button[type=submit]{display:flex;align-items:center;justify-content:center;white-space:nowrap}
.btn-primary{background-color:var(--primary);color:#fff;padding:8px 16px;border:none;cursor:pointer;transition:background-color .3s}
.btn-primary:hover{background-color:var(--secondary)}
.btn-outline{background-color:transparent;color:var(--primary);border:1px solid var(--primary);padding:8px 16px;cursor:pointer;transition:.3s}
.btn-outline:hover,footer{background-color:var(--primary);color:#fff}
.footer-contact,.footer-products a,.footer-quick-links a{color:rgba(255,255,255,.7);transition:color .3s}
.footer-products a:hover,.footer-quick-links a:hover{color:#fff}
@keyframes side-menu-show{
0%{opacity:0}
100%{opacity:1}
}
@keyframes side-menu-hide{
0%{opacity:1}
99%{opacity:0}
100%{display:none}
}
.side-menu-show{animation:.3s ease-in-out forwards side-menu-show}
.side-menu-hide{animation:.3s ease-in-out forwards side-menu-hide}
:root{--primary:rgb(99, 61, 38);--secondary:#f97316;--light-bg:#fff8eb;--home-form-bg:transparent;--home-form-text-color:#fff;--home-form-primary:rgb(255,255,255);--home-form-primary-rgb:255,255,255;--home-form-secondary:rgb(54, 54, 54);--home-form-secondary-rgb:54,54,54;--home-form-submit-bg:#f97316;--home-form-submit-color:var(--home-form-primary);--home-form-submit-hover-bg:rgb(250, 175, 117);--home-form-border:transparent;--home-form-border-light:transparent;--home-form-tag-bg:var(--home-form-primary);--home-form-tag-hover-bg:var(--home-form-secondary);--home-form-tag-color:#fff;--home-form-input-bg:transparent;--home-form-input-focus:var(--home-form-secondary);--home-form-input-has-value-bg:#f8f5ee;--home-form-panel-bg:#fff;--home-form-panel-border:#eee;--home-form-panel-shadow:0 2px 8px rgba(var(--home-form-primary-rgb), 0.08);--home-form-calendar-day:#333;--home-form-calendar-day-hover-bg:var(--home-form-secondary);--home-form-calendar-day-hover-color:#fff;--home-form-calendar-head-btn:var(--home-form-primary);--home-form-calendar-week:#999;--home-form-panel-label:#666;--home-form-field-tips-color:#e53e3e;--home-form-field-tips-bg:#fff0f0;--home-form-field-tips-border:#e53e3e}
body{font-family:Poppins,sans-serif}
h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",serif}
@keyframes fadeInUp{
0%{opacity:0;transform:translate3d(0,100%,0)}
100%{opacity:1;transform:none}
}
.fadeInUp{animation-name:fadeInUp}
.animated{animation-duration:1s;animation-fill-mode:both}
.home-form input::placeholder,.home-form textarea::placeholder{color:var(--home-form-text-color)}
.home-form input::-webkit-input-placeholder,.home-form textarea::-webkit-input-placeholder{color:var(--home-form-text-color)}
.home-form input::-moz-placeholder,.home-form textarea::-moz-placeholder{color:var(--home-form-text-color)}
.home-form input::-ms-input-placeholder,.home-form textarea::-ms-input-placeholder{color:var(--home-form-text-color)}
.home-form{background:var(--home-form-bg);border-radius:.75rem;color:var(--home-form-text-color)}
.home-form input{border-right:0}
.home-form .form-field{margin-bottom:1.25rem}
.home-form label{display:block;font-size:1rem;font-weight:500;color:var(--home-form-primary);margin-bottom:.25rem}
.home-form input[type=date],.home-form input[type=email],.home-form input[type=password],.home-form input[type=tel],.home-form input[type=text],.home-form select,.home-form textarea{width:100%;padding:.5rem 1rem;border:1px solid var(--home-form-border);border-bottom-color:#fff;background:var(--home-form-input-bg);outline:0;font-size:1rem;transition:border-color .2s;margin-bottom:.5rem}
.home-form input[type=text]:focus,.home-form select:focus .home-form input[type=checkbox]:focus,.home-form textarea:focus{border:1px solid var(--home-form-border);border-bottom-color:#fff}
.home-form button[type=submit]{background:var(--home-form-submit-bg);color:var(--home-form-submit-color);padding:.5rem 2rem;border-radius:999px;font-weight:600;font-size:1rem;width:100%;border:none;transition:background .3s}
.home-form button[type=submit]:hover{background:var(--home-form-submit-hover-bg)}
.home-form .multi-select-dropdown{position:relative;width:100%}
.home-form .multi-select-input{border-bottom:1px solid var(--home-form-border);padding:.5rem 1rem;background:var(--home-form-input-bg);cursor:pointer;min-height:2.5rem;display:flex;flex-wrap:wrap;align-items:center;font-size:1rem}
.home-form .multi-select-input.has-value{background:var(--home-form-input-has-value-bg)}
.home-form .multi-select-tag{background:var(--home-form-tag-bg);color:var(--home-form-tag-color);border-radius:999px;padding:0 10px;margin-right:6px;margin-bottom:2px;font-size:.95em;cursor:pointer;display:inline-block;transition:.2s}
.home-form .multi-select-tag:hover{background:var(--home-form-tag-hover-bg)}
.home-form .multi-select-options{position:absolute;left:0;right:0;top:100%;background:var(--home-form-panel-bg);border:1px solid var(--home-form-border-light);z-index:10;max-height:200px;overflow-y:auto;box-shadow:var(--home-form-panel-shadow)}
.home-form .multi-select-option{padding:8px 16px;cursor:pointer;font-size:1rem;transition:.2s}
.home-form .multi-select-option.selected,.home-form .multi-select-option:hover{background:var(--home-form-secondary);color:var(--home-form-tag-color)}
.home-form .date-range-picker{position:relative;width:100%;min-width:332px}
.home-form .date-range-input{border-bottom:1px solid var(--home-form-border);padding:.5rem 1rem;background:var(--home-form-input-bg);cursor:pointer;min-height:2.5rem;font-size:1rem;color:var(--home-form-calendar-day);transition:border-color .2s}
.home-form .date-range-input.has-value{background:var(--home-form-input-has-value-bg)}
.home-form .date-range-panel{position:absolute;left:0;right:0;top:100%;background:var(--home-form-panel-bg);border:1px solid var(--home-form-panel-border);z-index:20;box-shadow:var(--home-form-panel-shadow);padding:1rem;margin-top:2px}
.home-form .date-range-panel-label{font-size:.95rem;color:var(--home-form-panel-label);margin-bottom:.5rem}
.home-form .date-range-calendar{display:inline-block;vertical-align:top;margin-right:1.5rem;margin-bottom:1rem}
.home-form .date-range-calendar:last-child{margin-right:0}
.home-form .date-range-calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}
.home-form .date-range-calendar-head button{background:0 0;border:none;color:var(--home-form-calendar-head-btn);font-size:1.1rem;cursor:pointer;padding:0 .5rem}
.home-form .date-range-calendar-week{display:flex;justify-content:space-between;font-size:.95rem;color:var(--home-form-calendar-week);margin-bottom:.2rem}
.home-form .date-range-calendar-weekday{width:2rem;height:2rem;text-align:center}
.home-form .date-range-calendar-grid{display:flex;flex-wrap:wrap}
.home-form .date-range-calendar-row{display:flex;justify-content:space-between;width:100%}
.home-form .date-range-calendar-day{width:2rem;height:2rem;line-height:2rem;text-align:center;margin:1px;border-radius:4px;cursor:pointer;transition:background .2s,color .2s;font-size:1rem;color:var(--home-form-calendar-day)}
.home-form .date-range-calendar-day.selected,.home-form .date-range-calendar-day:hover{background:var(--home-form-calendar-day-hover-bg);color:var(--home-form-calendar-day-hover-color)}
.home-form .aligned-cell{width:2rem;min-width:2rem;max-width:2rem;text-align:center;box-sizing:border-box}
.field-tips{color:var(--home-form-field-tips-color);background:var(--home-form-field-tips-bg);border:1px solid var(--home-form-field-tips-border);border-radius:.5rem;padding:.4rem .8rem;font-size:.98rem;margin-top:.3rem;margin-bottom:.2rem;display:block;animation:.3s fadeIn}
.swiper{width:100%}
.swiper-slide{background-position:center;background-size:cover;width:300px;transition:.3s;cursor:pointer;position:relative;transform-origin:center center}
.slide-number{font-size:3rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}
.slide-title{font-size:1.5rem;margin-bottom:10px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}
.slide-description{font-size:1rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.5)}
.swiper-button-next,.swiper-button-prev{color:#fff;background:rgba(255,255,255,.2);border-radius:50%;width:50px;height:50px;margin-top:-25px;backdrop-filter:blur(10px);transition:.3s}
.swiper-button-next:hover,.swiper-button-prev:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}
.swiper-button-next:after,.swiper-button-prev:after{font-size:20px;font-weight:700}
.swiper-pagination{bottom:10px}
.swiper-pagination-bullet{background:rgba(255,255,255,.5);opacity:1}
.swiper-pagination-bullet-active{background:#fff}
@media (max-width:768px){
.swiper-slide{width:250px}
.slide-number{font-size:2.5rem}
.slide-title{font-size:1.2rem}
.slide-description{font-size:.9rem}
}
@media (max-width:480px){
.swiper-slide{width:200px}
.slide-number{font-size:2rem}
.slide-title{font-size:1rem}
.slide-description{font-size:.8rem}
}
.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.process-step{position:relative;padding:0 15px}
.step-number{position:relative;width:40px;height:40px;background-color:#265728;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 15px}
.step-number:before{content:'';position:absolute;top:50%;left:-50px;width:50px;height:2px;background-color:#bcbcbc;transform:translateY(-50%)}
.step-number:after{content:'';position:absolute;top:50%;right:-50px;width:50px;height:2px;background-color:#bcbcbc;transform:translateY(-50%)}
.certificate-gradient{background:url(/plugins/shorea/static/images/home/homeV2/cer/bg.png) top center no-repeat;background-size:100% 80%}
@media (max-width:768px){
.process-step{padding:0;margin-bottom:30px}
.step-number:after,.step-number:before{display:none}
.step-number{margin-bottom:10px}
.certificate-gradient{background:0 0}
}
.faq-item{border-bottom:1px solid #e5e7eb}
.faq-question{transition:.3s;cursor:pointer}
.faq-question.active{color:#b45309;font-weight:700}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s}
.faq-answer.open{max-height:200px}
.faq-item:last-child{border-bottom:none}
.product-card{transition:.3s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}
.carousel-btn{background-color:rgba(255,255,255,.9);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:.3s;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10;border:1px solid #e5e7eb}
.carousel-btn:hover:not(.disabled){background-color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.15)}
.carousel-btn.disabled{opacity:.3}
.carousel-btn.disabled:hover{background-color:rgba(255,255,255,.9);box-shadow:0 2px 10px rgba(0,0,0,.1)}
.tab-item{transition:.3s;cursor:pointer;padding:8px 16px;border-radius:20px;background-color:#f3f4f6;color:#4b5563}
.tab-item.active{background-color:#ceaf6f;color:#fff;font-weight:700}
.tab-item:hover:not(.active){background-color:#e5e7eb}
.certificate-frame{background:linear-gradient(145deg,#f0f0f0,#e0e0e0);border:10px solid transparent;-o-border-image:url(/plugins/shorea/static/images/home/homeV2/cer/border.png) 20 round;border-image:url(/plugins/shorea/static/images/home/homeV2/cer/border.png) 20 round;aspect-ratio:2/3}
.certificate-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:2/3}
.tray{bottom:95px;background:linear-gradient(to top,rgba(255,251,235),#d8d8d8);border:2px solid #c8c8c8;position:relative;transform:perspective(600px) rotateX(20deg);z-index:0}
.tray::before{content:"";position:absolute;width:100%;height:20px;background:linear-gradient(to top,rgba(255,251,235),#b8b8b8);border-radius:inherit;transform:perspective(600px) rotateX(-20deg);z-index:0;bottom:-9px;border:2px solid #c8c8c8}
.certificate-container{transition:transform .3s;z-index:10}
.certificate-container:hover{transform:translateY(-8px)}
.scrolling-wrapper{overflow:hidden;position:relative;width:100%}
.scrolling-content{display:flex}
.video-card{flex:0 0 auto;margin-right:1.5rem;transition:transform .3s}
.video-card:hover{transform:translateY(-5px)}
.play-overlay{background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s}
.video-card:hover .play-overlay{opacity:1}
.quote-mark{font-size:3rem;line-height:1;opacity:.5}
.fade-in{animation:.5s ease-in fadeIn}
@keyframes fadeIn{
from{opacity:0;transform:translateY(-8px);opacity:0}
to{opacity:1;transform:translateY(0);opacity:1}
}
.fade-mask{position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:10}
.fade-left{left:0;background:linear-gradient(to right,#f8fafc 0,rgba(248,250,252,0) 100%)}
.fade-right{right:0;background:linear-gradient(to left,#f8fafc 0,rgba(248,250,252,0) 100%)}
/*# sourceMappingURL=home.css.map */
