﻿.products-content{position:relative}.products-content.is-loading{pointer-events:none;opacity:.6}.products-content .loading-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;z-index:10}.products-content .loading-overlay .spinner{width:36px;height:36px;border:3px solid #ddd;border-top-color:#0d6efd;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.selected-filters{margin:6px 0 12px;display:flex;flex-wrap:wrap;gap:6px}.selected-filters .chip{border:1px solid #ddd;background:#f8f9fa;color:#333;padding:4px 8px;border-radius:999px;font-size:12px}.selected-filters .chip:hover{background:#eef2ff;border-color:#c7d2fe}:root{--body-font: "Be Vietnam Pro", sans-serif;--text-color: #333}.clear{clear:both}img{max-width:100%}ul li{list-style:none}a{text-decoration:none}input,textarea{outline:none}input:focus,textarea:focus{outline:none}body{font-family:var(--body-font);background:#fff;font-size:15px;color:var(--text-color)}header{position:absolute;top:0;left:0;width:100%;z-index:50;padding:16px 0}header.header-child{position:relative;background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 0}header.header-child .inner-header .logo img{height:40px;border-radius:4px}header.header-child .inner-header .main-menu ul li a{color:#333;font-weight:500}header.header-child .inner-header .main-menu ul li a:hover{color:navy}header.header-child .inner-header .main-menu ul li.login-register a{background:navy;color:#fff}header.header-child .inner-header .main-menu ul li.login-register a:hover{background:#00004d}header.header-child .inner-header .main-menu .auth-menu .user-info .user-link{background:#f8fafc;border:1px solid #e2e8f0;color:#333}header.header-child .inner-header .main-menu .auth-menu .user-info .user-link:hover{background:#f1f5f9;border-color:#cbd5e1}header.header-child .inner-header .main-menu .auth-menu .user-info .user-link .greeting{color:#64748b}header.header-child .inner-header .main-menu .auth-menu .user-info .user-link .user-avatar{border-color:#e2e8f0}header.header-child .inner-header .main-menu .auth-menu .user-info .user-link .username{color:#1e293b}header.header-child .inner-header .main-menu .auth-menu .logout a{background:#fef2f2;color:#dc2626;border-color:#fecaca}header.header-child .inner-header .main-menu .auth-menu .logout a:hover{background:#fee2e2;color:#b91c1c}header .inner-header{display:flex;align-items:center;justify-content:space-between;gap:24px}header .logo img{height:36px;display:block;border-radius:4px}header .main-menu>ul{display:flex;align-items:center;gap:20px;margin:0;padding:0;list-style:none}header .main-menu li{position:relative;list-style:none}header .main-menu>ul>li>a{display:block;color:#fff;font-weight:500;opacity:.9;transition:all .2s ease;padding:6px 8px}header .main-menu>ul>li>a:hover{opacity:1}header .main-menu li.menu-item-has-children>a::after{content:"";display:inline-block;width:0;height:0;margin-left:6px;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid currentColor;opacity:.7;transition:transform .3s ease}header .main-menu li.menu-item-has-children:hover>a::after{transform:rotate(180deg)}header .main-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;margin:8px 0 0 0;padding:8px 0;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;list-style:none;border:1px solid rgba(0,0,0,.05)}li:hover>header .main-menu .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}header .main-menu li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}header .main-menu .sub-menu li{position:relative;list-style:none}header .main-menu .sub-menu a{display:block;padding:10px 20px;color:#334155;font-weight:500;font-size:14px;transition:all .2s ease;white-space:nowrap}header .main-menu .sub-menu a:hover{background:#f8fafc;color:navy;padding-left:24px}header .main-menu .current-menu-item>a,header .main-menu .current_page_item>a{color:#a5c9ff;opacity:1}header .main-menu .sub-menu .current-menu-item>a,header .main-menu .sub-menu .current_page_item>a{background:#f0f9ff;color:navy}header .login-register a{background:navy;color:#fff;padding:9px 14px;border-radius:4px;font-weight:600;box-shadow:0 6px 14px rgba(79,70,229,.3);transition:all .3s ease;font-size:14px}header .login-register a:hover{background:#00004d;transform:translateY(-1px);box-shadow:0 8px 20px rgba(79,70,229,.4)}header .auth-menu{display:flex;align-items:center;gap:12px;margin-bottom:0;padding:0}header .auth-menu .user-info .user-link{display:flex;align-items:center;gap:8px;padding:6px 12px;background:hsla(0,0%,100%,.15);border-radius:25px;color:#fff;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}header .auth-menu .user-info .user-link:hover{background:hsla(0,0%,100%,.25);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}header .auth-menu .user-info .user-link .greeting{font-size:13px;font-weight:500;opacity:.9}header .auth-menu .user-info .user-link .user-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;border:2px solid hsla(0,0%,100%,.3)}header .auth-menu .user-info .user-link .user-avatar img{width:100%;height:100%;object-fit:cover}header .auth-menu .user-info .user-link .username{font-weight:600;font-size:13px;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}header .auth-menu .logout a{padding:6px 12px;background:rgba(239,68,68,.2);color:#fff;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s ease;border:1px solid rgba(239,68,68,.3)}header .auth-menu .logout a:hover{background:rgba(239,68,68,.3);transform:translateY(-1px);box-shadow:0 2px 8px rgba(239,68,68,.3)}header.header-child .auth-menu .user-info .user-link{background:hsl(223.58,62.09%,30%)}.section-banner{position:relative;background:#0b3b8c;background-image:url("../images/banner.webp");background-size:cover;background-position:center;color:#fff;padding:250px 0 80px;min-height:520px}.section-banner .inner-banner{position:relative;z-index:1}.section-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(11, 59, 140, 0.6) 60%, rgba(11, 59, 140, 0.8) 100%);z-index:0}.section-banner .banner-content{text-align:center;margin-bottom:28px}.section-banner .banner-content h1{margin:0;font-weight:800;font-size:clamp(28px,5vw,48px);line-height:1.2}.box-tabs-search{background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(10,31,68,.18);max-width:1150px;margin:0 auto;padding:18px}.box-tabs-search .nav-tabs{border-bottom:1px solid #eef2f7;overflow-x:auto;flex-wrap:nowrap;justify-content:space-between;gap:6px}.box-tabs-search .nav-tabs::-webkit-scrollbar{display:none}.box-tabs-search .nav-tabs{scrollbar-width:none;-ms-overflow-style:none}.box-tabs-search .nav-tabs .nav-link{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-weight:600;border:none;border-bottom:2px solid rgba(0,0,0,0);padding:10px 12px;border-radius:10px 10px 0 0}.box-tabs-search .nav-tabs .nav-link:hover{color:navy}.box-tabs-search .nav-tabs .nav-link.active{color:navy;background:rgba(0,0,0,0);border-color:navy}.box-tabs-search .tab-content .search-row{display:flex;flex-wrap:nowrap;gap:12px;align-items:flex-end;color:#333}.box-tabs-search .tab-content .search-row>*{flex:0 0 auto}.box-tabs-search .tab-content .search-row .field{display:flex;flex-direction:column;gap:6px}.box-tabs-search .tab-content .search-row .field-label{font-size:12px;color:#6b7280;line-height:1}.box-tabs-search .tab-content .search-row .narrow-field{width:150px}.box-tabs-search .tab-content .search-row .guest-field{position:relative}.box-tabs-search .tab-content .search-row .star-field{width:auto}.box-tabs-search .tab-content .search-row .guest-trigger{text-align:left;background:#fff;border:1px solid #ced4da;border-radius:.375rem;padding:.375rem .75rem;width:260px;height:48px}.box-tabs-search .tab-content .search-row .form-control,.box-tabs-search .tab-content .search-row .form-select{height:48px}.box-tabs-search .tab-content .search-row .btn-search{width:56px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px}.box-tabs-search .tab-content .search-row .btn-search svg{width:22px;height:22px}.box-tabs-search .tab-content .search-row .date-field .date-group{display:flex;align-items:center;gap:8px}.box-tabs-search .tab-content .search-row .date-field .date-group .arrow{color:#9ca3af}.box-tabs-search .tab-content .search-row .date-field .narrow-field{width:140px}.box-tabs-search .tab-content #guestPickerPopup{position:absolute;top:110%;left:0;z-index:1000;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 25px rgba(0,0,0,.08);border-radius:8px;padding:12px;width:260px;display:none}.box-tabs-search .tab-content #guestPickerPopup.active{display:block}.box-tabs-search .tab-content #guestPickerPopup .guest-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.box-tabs-search .tab-content #guestPickerPopup .controls{display:flex;align-items:center;gap:8px}.box-tabs-search .tab-content #guestPickerPopup .controls .btn-minus,.box-tabs-search .tab-content #guestPickerPopup .controls .btn-plus{width:28px;height:28px;border-radius:6px;border:1px solid #e5e7eb;background:#f9fafb;line-height:26px;text-align:center}.box-tabs-search .tab-content #guestPickerPopup input[type=number]{width:48px;text-align:center;border:1px solid #e5e7eb;border-radius:6px;height:28px}.box-tabs-search .tab-content #guestPickerPopup .actions{text-align:right;margin-top:8px}.box-tabs-search .tab-content #accomLocationList,.box-tabs-search .tab-content #accomLocationListTour,.box-tabs-search .tab-content #accomLocationListVe{position:absolute;top:110%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.08);z-index:1000;display:none;max-height:260px;overflow:auto}.box-tabs-search .tab-content #accomLocationList .item,.box-tabs-search .tab-content #accomLocationListTour .item,.box-tabs-search .tab-content #accomLocationListVe .item{padding:10px 12px;cursor:pointer}.box-tabs-search .tab-content #accomLocationList .item:hover,.box-tabs-search .tab-content #accomLocationList .item.active,.box-tabs-search .tab-content #accomLocationListTour .item:hover,.box-tabs-search .tab-content #accomLocationListTour .item.active,.box-tabs-search .tab-content #accomLocationListVe .item:hover,.box-tabs-search .tab-content #accomLocationListVe .item.active{background:#f3f4f6}.box-tabs-search .tab-content #starRatingUI{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #ced4da;border-radius:.375rem;padding:.375rem .5rem;height:48px}.box-tabs-search .tab-content #starRatingUI .star-item{font-size:18px;line-height:1;color:#d1d5db;background:none;border:none;padding:0;cursor:pointer}.box-tabs-search .tab-content #starRatingUI .star-item.filled{color:#f59e0b}.box-tabs-search .tab-content #starRatingUI .star-label{margin-left:6px;color:#6b7280;font-size:14px}.box-tabs-search .pagination-dots{display:none;justify-content:center;align-items:center;padding-top:8px}.box-tabs-search .pagination-dots .pagination-dot{width:8px;height:8px;border-radius:50%;background-color:#cbd5e1;margin:0 4px;transition:background-color .3s,width .3s}.box-tabs-search .pagination-dots .pagination-dot.active{background-color:navy;width:12px}.hot-services-section{padding:60px 0;background:#f8fafc}.hot-services-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.hot-services-section h2{font-size:1.8rem;font-weight:800;color:#1e293b;text-align:center;margin-bottom:3rem;line-height:1.2;text-transform:uppercase}.hot-services-section .services-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;width:100%}@media(min-width: 768px){.hot-services-section .services-grid{grid-template-columns:repeat(6, 1fr);gap:1rem}}.hot-services-section .service-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#fff;border-radius:16px;border:1px solid #ededed;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-decoration:none;transition:all .3s ease;cursor:pointer}.hot-services-section .service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.hot-services-section .service-card .icon-wrapper{width:64px;height:64px;background:#ececff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease;color:navy;font-size:30px;border:1px solid #c9c9ff}.hot-services-section .service-card .service-name{font-size:.875rem;font-weight:600;color:#374151;text-align:center;transition:color .3s ease}.hot-services-section .service-card:hover .icon-wrapper{background:navy;color:#fff}.hot-services-section .service-card:hover .service-name{color:navy}.featured-products-section{padding:60px 0;background:#fff}.featured-products-section .owl-carousel .owl-stage-outer{padding-bottom:20px}.featured-products-section .section-header{margin-bottom:2rem}.featured-products-section .section-header h2{font-size:1.8rem;font-weight:800;color:#1e293b;margin:0;text-transform:uppercase;text-align:center}.featured-products-section .products-carousel{margin-bottom:2rem}.featured-products-section .products-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:10}.featured-products-section .products-carousel .owl-nav .owl-prev,.featured-products-section .products-carousel .owl-nav .owl-next{width:48px;height:48px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6b7280;pointer-events:auto;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.featured-products-section .products-carousel .owl-nav .owl-prev:hover,.featured-products-section .products-carousel .owl-nav .owl-next:hover{border-color:navy;color:navy;background:#f8fafc}.featured-products-section .products-carousel .owl-nav .owl-prev span,.featured-products-section .products-carousel .owl-nav .owl-next span{font-size:20px;font-weight:700}.featured-products-section .products-carousel .owl-nav .owl-prev{margin-left:-24px}.featured-products-section .products-carousel .owl-nav .owl-next{margin-right:-24px}.featured-products-section .products-carousel .owl-dots{text-align:center;margin-top:1.5rem}.featured-products-section .products-carousel .owl-dots .owl-dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1;margin:0 4px;transition:all .3s ease}.featured-products-section .products-carousel .owl-dots .owl-dot.active{background:navy}.featured-products-section .product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;margin:0 5px;height:100%}.featured-products-section .product-card.highlighted{border:2px solid navy;box-shadow:0 0 10px rgba(0,0,128,.5);padding:10px;background:#bbf}.featured-products-section .product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.featured-products-section .product-card .product-image{position:relative;height:200px}.featured-products-section .product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-products-section .product-card .product-image:hover img{transform:scale(1.05)}.featured-products-section .product-card .product-image .discount-badge{position:absolute;top:12px;right:12px;background:#f97316;color:#fff;padding:4px 8px;border-radius:8px;font-size:.75rem;font-weight:700;z-index:2}.featured-products-section .product-card .product-image .brand-logo{position:absolute;top:12px;left:12px;width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:navy;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2}.featured-products-section .product-card .product-info{padding:15px}.featured-products-section .product-card .product-info h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .75rem 0;line-height:1.4;height:28px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.featured-products-section .product-card .product-info .rating{flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:.5rem}.featured-products-section .product-card .product-info .rating .stars{font-size:.9rem;margin-bottom:10px}.featured-products-section .product-card .product-info .rating .stars .star{color:#fbbf24}.featured-products-section .product-card .product-info .rating .stars .star:last-child{color:#e5e7eb}.featured-products-section .product-card .product-info .rating .rating-info{display:flex;align-items:center;gap:.5rem;font-size:13px;margin-top:5px}.featured-products-section .product-card .product-info .rating .rating-info .rating-score{background:#1e40af;color:#fff;padding:2px 6px;border-radius:4px;font-weight:700;font-size:.75rem}.featured-products-section .product-card .product-info .rating .rating-info .rating-text{color:#6b7280;font-weight:500}.featured-products-section .product-card .product-info .rating .rating-info .reviews-count{color:#9ca3af}.featured-products-section .product-card .product-info .location{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;margin-bottom:1rem}.featured-products-section .product-card .product-info .location svg{color:#9ca3af}.featured-products-section .product-card .product-info .pricing{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;white-space:nowrap}.featured-products-section .product-card .product-info .pricing .original-price{color:#9ca3af;text-decoration:line-through;font-size:.875rem}.featured-products-section .product-card .product-info .pricing .current-price{color:#f97316;font-size:1.25rem;font-weight:800}.featured-products-section .owl-theme .owl-dots .owl-dot span{display:none}.featured-products-section .view-all-container{text-align:center}.featured-products-section .view-all-container .view-all-btn{background:#1e40af;color:#fff;border:none;padding:12px 32px;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(30,64,175,.3)}.featured-products-section .view-all-container .view-all-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(30,64,175,.4)}.featured-destinations-section{padding:60px 0;background:#f8fafc}.featured-destinations-section h2{font-size:1.8rem;font-weight:800;color:#1e293b;text-align:center;margin-bottom:3rem;line-height:1.2;text-transform:uppercase}.featured-destinations-section .destinations-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-bottom:2rem}.featured-destinations-section .destination-card{position:relative;aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.featured-destinations-section .destination-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.featured-destinations-section .destination-card:hover img{transform:scale(1.05)}.featured-destinations-section .destination-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-destinations-section .destination-card .overlay{position:absolute;inset:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff}.featured-destinations-section .destination-card h3{font-size:1.5rem;font-weight:700;margin:0 0 .25rem 0}.featured-destinations-section .destination-card .subtitle{font-size:.875rem;opacity:.9}.featured-destinations-section .view-all-container{text-align:center;margin-top:2rem}.featured-destinations-section .view-all-container .view-all-btn{background:#1e40af;color:#fff;border:none;padding:12px 32px;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(30,64,175,.3)}.featured-destinations-section .view-all-container .view-all-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(30,64,175,.4)}.partners-section{padding:60px 0;background:#f8fafc}.partners-section h2{text-align:center;font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2.5rem;text-transform:uppercase}.partners-section .partner-logo{margin:0 15px;padding:15px;border-radius:8px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;height:100px}.partners-section .partner-logo img{max-width:120px;max-height:60px;height:auto;transition:all .3s ease}.partners-section .partner-logo img:hover{filter:grayscale(0%);opacity:1}.partners-section .owl-nav .owl-prev,.partners-section .owl-nav .owl-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff !important;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#1e293b !important;transition:all .3s ease}.partners-section .owl-nav .owl-prev:hover,.partners-section .owl-nav .owl-next:hover{background:#f1f5f9 !important;box-shadow:0 4px 6px rgba(0,0,0,.1)}.partners-section .owl-nav .owl-prev span,.partners-section .owl-nav .owl-next span{display:block;line-height:0}.partners-section .owl-nav .owl-prev{left:-20px}.partners-section .owl-nav .owl-next{right:-20px}.why-choose-section{padding:80px 0;background:#fff}.why-choose-section h2{text-align:center;font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:3rem;text-transform:uppercase}.why-choose-section .features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.why-choose-section .feature-card{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.why-choose-section .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.why-choose-section .feature-card .icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px}.why-choose-section .feature-card .icon-wrapper.blue{background:#eef2ff}.why-choose-section .feature-card .icon-wrapper.blue i{color:navy}.why-choose-section .feature-card .icon-wrapper.green{background:#ecfdf5}.why-choose-section .feature-card .icon-wrapper.green i{color:#10b981}.why-choose-section .feature-card .icon-wrapper.yellow{background:#fef9c3}.why-choose-section .feature-card .icon-wrapper.yellow i{color:#ca8a04}.why-choose-section .feature-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.why-choose-section .feature-card p{color:#64748b;line-height:1.5;margin:0}.blog-section{padding:80px 0;background:#fff}.blog-section h2{text-align:center;font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:3rem;text-transform:uppercase}.blog-section .blog-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.blog-section .blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;color:inherit;text-decoration:none}.blog-section .blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.blog-section .blog-card:hover .blog-image img{transform:scale(1.05)}.blog-section .blog-card .blog-image{height:200px;overflow:hidden}.blog-section .blog-card .blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-section .blog-card .blog-content{padding:1.5rem}.blog-section .blog-card .blog-content .blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#64748b}.blog-section .blog-card .blog-content .blog-meta span{display:flex;align-items:center;gap:.5rem}.blog-section .blog-card .blog-content h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1rem 0;line-height:1.4}.blog-section .blog-card .blog-content p{color:#64748b;line-height:1.5;margin:0}.breadcrumb-nav{background:#f8fafc;padding:12px 0;margin-bottom:0}.breadcrumb-nav .breadcrumb{margin:0;padding:0;background:none;display:flex;flex-wrap:wrap;gap:8px}.breadcrumb-nav .breadcrumb .breadcrumb-item{font-size:14px;color:#64748b;display:flex;align-items:center;gap:8px}.breadcrumb-nav .breadcrumb .breadcrumb-item a{color:#64748b;text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:4px}.breadcrumb-nav .breadcrumb .breadcrumb-item a svg{width:14px;height:14px;stroke:currentColor;margin-top:-1px;flex-shrink:0}.breadcrumb-nav .breadcrumb .breadcrumb-item a:hover{color:navy}.breadcrumb-nav .breadcrumb .breadcrumb-item.active{color:#0f172a;font-weight:500}.breadcrumb-nav .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0}.breadcrumb-nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:"";display:block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;padding:0;margin:0;float:none}footer{background:#0f172a;color:#e2e8f0;padding:0 0 30px}footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding:48px 0}footer .footer-grid .footer-col h4{color:#fff;font-size:18px;font-weight:600;margin-bottom:1.5rem}footer .footer-grid .footer-col ul{list-style:none;padding:0;margin:0}footer .footer-grid .footer-col ul li{margin-bottom:.75rem}footer .footer-grid .footer-col ul li a{color:#e2e8f0;text-decoration:none;transition:color .3s}footer .footer-grid .footer-col ul li a:hover{color:#fff}footer .footer-grid .footer-col .description{color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;line-height:1.6}footer .footer-grid .footer-col .footer-logo{margin-bottom:1.5rem}footer .footer-grid .footer-col .footer-logo img{height:36px;width:auto;border-radius:4px}footer .footer-grid .footer-col .certification img{max-height:40px;width:auto}footer .footer-grid .footer-col .social-links{display:flex;gap:12px}footer .footer-grid .footer-col .social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;transition:all .3s ease}footer .footer-grid .footer-col .social-links a svg{width:20px;height:20px;stroke-width:1.5}footer .footer-grid .footer-col .social-links a.facebook:hover{background:#1877f2}footer .footer-grid .footer-col .social-links a.instagram:hover{background:#e4405f}footer .footer-grid .footer-col .social-links a.twitter:hover{background:#1da1f2}footer .footer-bottom{text-align:center;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1)}footer .footer-bottom p{margin:0;color:hsla(0,0%,100%,.6)}footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding:48px 0}footer .footer-grid .footer-col h4{color:#fff;font-size:18px;font-weight:600;margin-bottom:1.5rem}footer .footer-grid .footer-col ul{list-style:none;padding:0;margin:0}footer .footer-grid .footer-col ul li{margin-bottom:.75rem}footer .footer-grid .footer-col ul li a{color:#e2e8f0;text-decoration:none;transition:color .3s}footer .footer-grid .footer-col ul li a:hover{color:#fff}footer .footer-bottom{text-align:center;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1)}footer .footer-bottom p{margin:0;color:hsla(0,0%,100%,.6)}footer .contact-info{background:hsla(0,0%,100%,.02);padding:32px 0;border-top:1px solid hsla(0,0%,100%,.1)}footer .contact-info .container{max-width:1000px}footer .contact-info .company-info h4{font-size:18px;font-weight:700;color:#fff;margin-bottom:12px;text-transform:uppercase}footer .contact-info .company-info .license{color:hsla(0,0%,100%,.7);font-size:14px;margin:0 0 8px 0}footer .contact-info .company-info .desc{color:hsla(0,0%,100%,.9);font-size:14px;margin:0;font-style:italic}footer .contact-info .hotline-support .item{margin-bottom:16px;display:flex;align-items:flex-start;gap:12px}footer .contact-info .hotline-support .item:last-child{margin-bottom:0}footer .contact-info .hotline-support .item .icon{width:36px;height:36px;background:rgba(79,70,229,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}footer .contact-info .hotline-support .item .icon svg{stroke:#3f3ff3}footer .contact-info .hotline-support .item .info{flex:1}footer .contact-info .hotline-support .item .info .label{display:block;color:hsla(0,0%,100%,.7);font-size:13px;margin-bottom:4px}footer .contact-info .hotline-support .item .info .value{color:#fff;font-weight:600;font-size:15px;display:block}footer .newsletter-section{background:rgb(21.7105263158,33.2894736842,60.7894736842);padding:32px 0;margin-bottom:60px}footer .newsletter-section h3{font-size:24px;font-weight:700;margin-bottom:8px;color:#fff}footer .newsletter-section p{font-size:16px;margin-bottom:0;color:hsla(0,0%,100%,.9)}footer .newsletter-section p span{font-weight:700;color:#f36}footer .newsletter-section .newsletter-form .input-group{display:flex;gap:8px}footer .newsletter-section .newsletter-form input{flex:1;padding:12px 20px;border-radius:8px;border:none;background:hsla(0,0%,100%,.1);color:#fff;font-size:15px}footer .newsletter-section .newsletter-form input::placeholder{color:hsla(0,0%,100%,.6)}footer .newsletter-section .newsletter-form input:focus{background:hsla(0,0%,100%,.15)}footer .newsletter-section .newsletter-form .btn{background:#f36;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease}footer .newsletter-section .newsletter-form .btn svg{width:20px;height:20px;stroke-width:2}footer .newsletter-section .newsletter-form .btn:hover{background:rgb(255,0,63.75)}footer{padding:0 0 30px}footer .footer-content{display:grid;grid-template-columns:2fr repeat(3, 1fr);gap:2rem;margin-bottom:2rem}footer .footer-col .footer-logo{margin-bottom:1rem}footer .footer-col .footer-logo img{height:36px;width:auto}footer .footer-col h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}footer .footer-col .description{color:#94a3b8;line-height:1.5;margin-bottom:1.5rem}footer .footer-col ul{list-style:none;padding:0;margin:0}footer .footer-col ul li{margin-bottom:.75rem}footer .footer-col ul li a{color:#94a3b8;text-decoration:none;transition:color .2s ease}footer .footer-col ul li a:hover{color:#fff}footer .payment-methods{margin-bottom:1.5rem}footer .payment-methods .payment-logos{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}footer .payment-methods .payment-logos img{height:24px;width:auto}footer .certification img{height:40px;width:auto}footer .social-links{display:flex;gap:1rem}footer .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;transition:all .3s ease}footer .social-links a svg{width:20px;height:20px}footer .social-links a:hover{background:navy;transform:translateY(-2px)}footer .social-links a.facebook:hover{background:#1877f2}footer .social-links a.instagram:hover{background:#e1306c}footer .social-links a.twitter:hover{background:#1da1f2}footer .footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}footer .footer-bottom p{color:#94a3b8;margin:0}#authModal .modal-dialog{max-width:450px}#authModal .modal-content{border:none;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.15)}#authModal .modal-header{border-bottom:none;position:relative;padding:0}#authModal .modal-header .auth-tabs-wrapper{width:100%}#authModal .modal-header .auth-nav-pills{display:flex;background:#f8fafc;border-radius:12px;padding:4px;margin:0;border:none;width:100%}#authModal .modal-header .auth-nav-pills .nav-item{flex:1}#authModal .modal-header .auth-nav-pills .nav-link{border:none;background:rgba(0,0,0,0);color:#64748b;font-weight:500;padding:12px 24px;text-align:center;margin:0;transition:all .3s ease;font-size:15px;width:100%;border-bottom:2px solid #ededed;border-radius:0}#authModal .modal-header .auth-nav-pills .nav-link.active{color:#0b3b8c;background:#fff;border-bottom:2px solid #0b3b8c}#authModal .modal-header .btn-close{position:absolute;right:-10px;top:-10px;width:20px;height:20px;border-radius:50%;background:#f71919;border:none;opacity:.8;color:#fff}#authModal .modal-header .btn-close:hover{opacity:1}#authModal .modal-body{padding:24px}#authModal .auth-notice{text-align:center;margin-bottom:24px;padding:12px 16px;background:#fef3cd;border:1px solid #fbbf24;border-radius:8px;color:#92400e;font-size:14px;font-weight:500}#authModal .auth-form .form-group{margin-bottom:20px}#authModal .auth-form .form-label{font-weight:600;color:#374151;margin-bottom:8px;font-size:14px}#authModal .auth-form .input-wrapper{position:relative;display:flex;align-items:center}#authModal .auth-form .input-wrapper .input-icon{position:absolute;left:16px;z-index:2;color:#9ca3af;display:flex;align-items:center}#authModal .auth-form .input-wrapper .input-icon svg{width:20px;height:20px}#authModal .auth-form .input-wrapper .form-control{border:1px solid #d1d5db;border-radius:8px;padding:12px 16px 12px 48px;font-size:14px;background:#f9fafb;transition:all .3s ease;width:100%}#authModal .auth-form .input-wrapper .form-control::placeholder{color:#9ca3af}#authModal .auth-form .input-wrapper .form-control:focus{border-color:navy;box-shadow:0 0 0 3px rgba(79,70,229,.1);background:#fff}#authModal .auth-form .input-wrapper.password-wrapper .form-control{padding-right:80px}#authModal .auth-form .input-wrapper.password-wrapper .password-toggle{position:absolute;right:16px;background:none;border:none;color:navy;font-size:12px;font-weight:500;cursor:pointer;z-index:2}#authModal .auth-form .input-wrapper.password-wrapper .password-toggle:hover{color:#0b3b8c}#authModal .auth-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}#authModal .auth-form .form-options .form-check{display:flex;align-items:center}#authModal .auth-form .form-options .form-check .form-check-input{margin-right:8px;accent-color:#0b3b8c}#authModal .auth-form .form-options .form-check .form-check-label{font-size:14px;color:#6b7280}#authModal .auth-form .form-options .forgot-password{color:navy;font-size:14px;font-weight:500;text-decoration:none}#authModal .auth-form .form-options .forgot-password:hover{text-decoration:underline;color:#0b3b8c}#authModal .auth-form .form-submit{margin-bottom:20px}#authModal .auth-form .form-submit .btn-auth{width:100%;background:#0b3b8c;border:none;color:#fff;font-weight:600;padding:14px;border-radius:8px;font-size:15px;transition:all .3s ease}#authModal .auth-form .form-submit .btn-auth:hover{background:rgba(11,59,140,.062745098);transform:translateY(-1px)}#authModal .auth-form .form-submit .btn-auth:disabled{background:#9ca3af;cursor:not-allowed;transform:none}#authModal .auth-form .auth-message{margin-bottom:20px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;text-align:center;display:none}#authModal .auth-form .auth-message.alert-success,#authModal .auth-form .auth-message.alert-danger{display:block}#authModal .auth-form .auth-message.alert-success{background:rgba(11,59,140,.1);color:#0b3b8c;border:1px solid #0b3b8c}#authModal .auth-form .auth-message.alert-danger{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}#authModal .auth-form .auth-divider{text-align:center;margin:24px 0;position:relative}#authModal .auth-form .auth-divider::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}#authModal .auth-form .auth-divider span{background:#fff;padding:0 16px;color:#9ca3af;font-size:14px;font-weight:500;position:relative}#authModal .auth-form .social-login{margin-bottom:24px}#authModal .auth-form .social-login .btn-google{width:100%;background:#fff;border:1px solid #e5e7eb;color:#374151;font-weight:500;padding:12px 16px;border-radius:8px;font-size:14px;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease}#authModal .auth-form .social-login .btn-google:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}#authModal .auth-form .social-login .btn-google svg{width:20px;height:20px}#authModal .auth-form .auth-switch{text-align:center;font-size:14px;color:#6b7280}#authModal .auth-form .auth-switch a{color:navy;font-weight:600;text-decoration:none}#authModal .auth-form .auth-switch a:hover{text-decoration:underline;color:#0b3b8c}.form-and-info .content-section{height:100%}.mobile-menu-toggle{display:none;appearance:none;-webkit-appearance:none;background:none;border:0;cursor:pointer;padding:8px;margin-left:8px;line-height:0}.mobile-menu-toggle .bar{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.mobile-menu-toggle .bar+.bar{margin-top:5px}.mobile-menu-toggle[aria-expanded=true] .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] .bar:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:1040}.mobile-nav-drawer{position:fixed;top:0;left:0;height:100vh;width:min(86vw,320px);background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.15);transform:translateX(-100%);transition:transform .3s cubic-bezier(0.22, 0.61, 0.36, 1);z-index:1050;display:flex;flex-direction:column}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef2f7}.mobile-nav-close{appearance:none;-webkit-appearance:none;border:0;background:none;font-size:22px;line-height:1;padding:6px;cursor:pointer}.mobile-nav-body{padding:8px 0;overflow:auto;-webkit-overflow-scrolling:touch}.mobile-nav-body .menu{list-style:none;margin:0;padding:0}.mobile-nav-body .menu>li{border-bottom:1px solid #f3f4f6}.mobile-nav-body .menu a{display:block;padding:12px 16px;color:#111;text-decoration:none}.mobile-nav-body .menu a:hover{background:#f8fafc}.mobile-nav-open .mobile-nav-overlay{opacity:1;visibility:visible}.mobile-nav-open .mobile-nav-drawer{transform:translateX(0)}.mobile-nav-open{overflow:hidden}.header-services,.date-mobile,.box-title-archive,.box-tabs-search .tab-content .search-row .btn-search span,.show-label-mobile{display:none}.row.item-options h4{display:none}.row.item-options:first-child h4{display:block}.room-capacity.capacity-mobile,.mobile-more-item{display:none}div#choose-package h2{font-size:24px;font-weight:700}.post-content .wp-caption{width:100% !important;text-align:center}.post-content .wp-caption-text{font-size:.875rem;color:#6b7280;background:#f3f4f6;padding:4px}.post-content table{max-width:100%;overflow-x:auto;display:table;margin:1.5rem 0;border-collapse:collapse;width:100%;border:none;height:auto !important}.post-content table tr th,.post-content table tr td{padding:.75rem 1rem;border:1px solid #e5e7eb;text-align:left;font-size:.95rem;color:#374151}.post-content ul li{list-style:disc}.product-detail .product-content{padding:40px 0}.product-detail .product-content .product-info h2{font-size:24px;font-weight:600;color:#000;margin-bottom:20px}.product-detail .product-content .product-info .section-support{background:#fff;border-radius:8px;padding:24px 0}.product-detail .product-content .product-info .section-support h2{font-size:20px;color:navy;margin-bottom:24px}.product-detail .product-content .product-info .section-support .support-list{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(2, 1fr);background:#f2edff;padding:30px;border-radius:8px;gap:20px}.product-detail .product-content .product-info .section-support .support-list li{display:flex;align-items:center;gap:16px;font-size:15px;line-height:1.5}.product-detail .product-content .product-info .section-support .support-list li i{color:navy;font-size:16px;margin-top:3px}.product-detail .product-content .product-info .section-description h2{font-size:20px;color:navy;margin-bottom:24px}.product-detail .product-content .product-info .section-description .description-content{font-size:15px;line-height:1.6}.product-detail .product-content .product-info .section-description .description-content .content-wrapper{position:relative;max-height:240px;overflow:hidden;transition:max-height .3s}.product-detail .product-content .product-info .section-description .description-content .content-wrapper.expanded{max-height:none}.product-detail .product-content .product-info .section-description .description-content .content-wrapper p{margin-bottom:16px}.product-detail .product-content .product-info .section-description .description-content .content-wrapper p:last-child{margin-bottom:0}.product-detail .product-content .product-info .section-description .description-content .btn-more{background:none;border:none;color:navy;font-weight:500;padding:0;margin-top:16px;cursor:pointer;width:100%;color:rgba(0,0,0,0);background-clip:text;background-image:linear-gradient(to right, #000080, #00bfff)}.product-detail .product-content .product-info .section-description .description-content .btn-more i{margin-left:6px;transition:transform .3s}.product-detail .product-content .product-info .section-description .description-content .btn-more.active i{transform:rotate(180deg)}.product-detail .product-content .product-info .section-amenities{padding:24px 0}.product-detail .product-content .product-info .section-amenities h2{font-size:20px;color:navy;margin-bottom:24px}.product-detail .product-content .product-info .section-amenities .amenities-grid{display:grid;grid-template-columns:repeat(8, 1fr);gap:24px}.product-detail .product-content .product-info .section-amenities .amenities-grid.amenities-tour{grid-template-columns:repeat(4, 1fr)}.product-detail .product-content .product-info .section-amenities .amenities-grid .amenity-item{background:#f2edff;border-radius:8px;padding:30px 16px;text-align:center}.product-detail .product-content .product-info .section-amenities .amenities-grid .amenity-item i{color:#404040;font-size:24px;margin-bottom:8px;display:block}.product-detail .product-content .product-info .section-amenities .amenities-grid .amenity-item span{font-size:14px;display:block}.product-detail .product-content .product-info .google-maps-show h2{font-size:20px;color:navy;margin-bottom:24px}.product-detail .product-content .product-info .google-maps-show #map-show{width:100%;height:500px;border-radius:8px;overflow:hidden;background:#e5e7eb}.product-detail .product-content .product-info .section-services h2{font-size:20px;color:navy;margin-bottom:16px}.product-detail .product-content .product-info .section-services .list-services{display:flex;flex-direction:column;gap:12px}.product-detail .product-content .product-info .section-services .service-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.product-detail .product-content .product-info .section-services .service-item .service-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px}.product-detail .product-content .product-info .section-services .service-item .service-info{flex:1 1 auto;min-width:0}.product-detail .product-content .product-info .section-services .service-item .service-info .service-name{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 6px 0;line-height:1.4}.product-detail .product-content .product-info .section-services .service-item .service-info .service-note{font-size:13px;color:#64748b;margin-bottom:8px}.product-detail .product-content .product-info .section-services .service-item .service-info .toggle-service-detail{background:none;border:none;padding:0;color:#0b3b8c;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.product-detail .product-content .product-info .section-services .service-item .service-info .toggle-service-detail i{transition:transform .2s ease}.product-detail .product-content .product-info .section-services .service-item .service-info .toggle-service-detail[aria-expanded=true] i{transform:rotate(180deg)}.product-detail .product-content .product-info .section-services .service-item .service-cta{flex:0 0 auto;text-align:right;display:flex;align-items:center;gap:16px}.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices{text-align:right}.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices .price-adult{color:#1e40af;font-size:20px;font-weight:800}.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices .price-adult .unit{color:#475569;font-weight:500;font-size:13px}.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices .price-child{color:#475569;font-size:13px;margin-top:4px}.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices .price-child .unit{color:#64748b}.product-detail .product-content .product-info .section-services .service-item .service-cta .btn-select-day{background:#f97316;color:#fff;text-decoration:none;padding:10px 14px;border-radius:8px;font-weight:700;white-space:nowrap;transition:all .2s ease}.product-detail .product-content .product-info .section-services .service-item .service-cta .btn-select-day:hover{background:#ea580c;transform:translateY(-1px)}.product-detail .product-content .product-info .section-services .service-item .service-content{border-top:1px solid #f1f5f9;padding:0 16px 16px;display:none}.product-detail .product-content .product-info .section-services .service-item .service-content.open{display:block}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner{padding-top:12px;color:#475569;line-height:1.7}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner h3,.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner h4,.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner h5{font-size:15px;font-weight:700;color:#1e293b;margin:12px 0 8px}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner p{margin:0 0 10px 0}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner ul li{margin-bottom:6px;list-style:disc}.product-detail .product-content .booking-sidebar{position:sticky;top:20px}.product-detail .product-content .booking-sidebar .section-features{border-radius:8px;padding:24px;border:1px solid #e5e7eb}.product-detail .product-content .booking-sidebar .section-features h3{font-size:20px;font-weight:600;color:navy;margin-bottom:24px}.product-detail .product-content .booking-sidebar .section-features ul{list-style:none;padding:0;margin:0 0 12px 0}.product-detail .product-content .booking-sidebar .section-features ul li{position:relative;padding-left:28px;margin-bottom:10px;line-height:1.5;color:#475569}.product-detail .product-content .booking-sidebar .section-features ul li:last-child{margin-bottom:0}.product-detail .product-content .booking-sidebar .section-features ul li::before{content:"✓";position:absolute;left:0;top:1px;width:20px;height:20px;line-height:20px;text-align:center;font-weight:700;font-size:12px;color:#fff;background:navy;border-radius:50%}.product-detail .product-content .booking-sidebar .section-features ul li>i:first-child{display:none}.product-detail .product-content .booking-sidebar .section-features ul ul,.product-detail .product-content .booking-sidebar .section-features ul ol{margin-top:6px}.product-detail .product-content .booking-sidebar .section-features .feature-list{padding:0;margin:0;list-style:none}.product-detail .product-content .booking-sidebar .section-features .feature-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;margin-bottom:16px;line-height:1.5}.product-detail .product-content .booking-sidebar .section-features .feature-list li:last-child{margin-bottom:0}.product-detail .product-content .booking-sidebar .section-features .feature-list li i{color:navy;margin-top:3px}.product-detail .group-booking{background:navy url("../images/book-tour.jpeg") no-repeat center center;background-size:cover;border-radius:8px;padding:32px;text-align:center}.product-detail .group-booking h2{font-size:24px;font-weight:600;color:#fff !important;margin-bottom:16px}.product-detail .group-booking p{color:#fff;font-size:15px;margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.product-detail .group-booking .btn-primary{background:#fff;color:navy;font-weight:500;padding:12px 32px;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s}.product-detail .group-booking .btn-primary:hover{background:#f8f9fa;transform:translateY(-1px)}.product-detail .group-booking .btn-primary i{font-size:14px}.product-detail .product-header{background:#f8fafc;padding:10px 0}.product-detail .product-header h1{font-size:32px;font-weight:700;color:#0f172a;margin:0 0 16px;line-height:1.3}.product-detail .product-header .product-meta{display:flex;align-items:center;gap:24px}.product-detail .product-header .product-meta .rating{display:flex;align-items:center;gap:8px}.product-detail .product-header .product-meta .rating .score{background:navy;color:#fff;font-weight:700;padding:4px 8px;border-radius:6px;font-size:15px}.product-detail .product-header .product-meta .rating .rating-text{color:navy;font-weight:600;font-size:15px}.product-detail .product-header .product-meta .rating .reviews{color:#64748b;font-size:14px}.product-detail .product-header .product-meta .meta-info{display:flex;align-items:center;gap:16px}.product-detail .product-header .product-meta .meta-info .meta-item{display:flex;align-items:center;gap:6px;color:#475569;font-size:14px}.product-detail .product-header .product-meta .meta-info .meta-item svg{color:#64748b}.product-detail .product-header .product-meta .meta-info .meta-item:last-child .view-map{color:navy;text-decoration:none;font-weight:500}.product-detail .product-header .product-meta .meta-info .meta-item:last-child .view-map:hover{text-decoration:underline}.product-detail .gallery-section{margin-top:10px;margin-bottom:20px}.product-detail .gallery-section .gallery-grid{display:grid;grid-template-columns:1fr 1fr;height:500px;gap:5px}.product-detail .gallery-section .gallery-grid .gallery-main{height:500px;overflow:hidden;border-radius:8px}.product-detail .gallery-section .gallery-grid .gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-detail .gallery-section .gallery-grid .gallery-main:hover img{transform:scale(1.03)}.product-detail .gallery-section .gallery-grid .gallery-thumbs{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);gap:5px}.product-detail .gallery-section .gallery-grid .gallery-thumbs .thumb{position:relative;overflow:hidden;background:#fff;border-radius:8px}.product-detail .gallery-section .gallery-grid .gallery-thumbs .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-detail .gallery-section .gallery-grid .gallery-thumbs .thumb:hover img{transform:scale(1.03)}.product-detail .gallery-section .gallery-grid .gallery-thumbs .thumb.more-photos{position:relative;cursor:pointer}.product-detail .gallery-section .gallery-grid .gallery-thumbs .thumb.more-photos .overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-weight:600;font-size:16px;transition:background-color .3s}.product-detail .gallery-section .gallery-grid .gallery-thumbs .thumb.more-photos .overlay svg{width:24px;height:24px;stroke:#fff}.product-detail .gallery-section .gallery-grid .gallery-thumbs .thumb.more-photos .overlay:hover{background:rgba(0,0,0,.6)}.product-detail .btn.btn-loading{position:relative;pointer-events:none;opacity:.8}.product-detail .btn.btn-loading::after{content:"";position:absolute;right:12px;top:50%;width:16px;height:16px;margin-top:-8px;border:2px solid hsla(0,0%,100%,.6);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-detail .product-content{padding:40px 0;background:#f8fafc}.product-detail .product-content .product-info .section-features{background:#fff;padding:24px;border-radius:12px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.product-detail .product-content .product-info .section-features h2{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:16px}.product-detail .product-content .product-info .section-features ul{list-style:none;padding:0;margin:0 0 12px 0}.product-detail .product-content .product-info .section-features ul li{position:relative;padding-left:28px;margin-bottom:10px;line-height:1.5;color:#475569}.product-detail .product-content .product-info .section-features ul li:last-child{margin-bottom:0}.product-detail .product-content .product-info .section-features ul li::before{content:"✓";position:absolute;left:0;top:1px;width:20px;height:20px;line-height:20px;text-align:center;font-weight:700;font-size:12px;color:#fff;background:navy;border-radius:50%}.product-detail .product-content .product-info .section-features ul li>i:first-child{display:none}.product-detail .product-content .product-info .section-features ul ul,.product-detail .product-content .product-info .section-features ul ol{margin-top:6px}.product-detail .product-content .product-info .section-features .feature-list{list-style:none;padding:0;margin:0}.product-detail .product-content .product-info .section-features .feature-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#475569;font-size:15px}.product-detail .product-content .product-info .section-features .feature-list li i{color:navy;font-size:14px}.product-detail .product-content .product-info .section-features .feature-list li:last-child{margin-bottom:0}.product-detail .product-content .booking-sidebar{position:sticky;top:24px}.product-detail .product-content .booking-sidebar .sidebar-section{background:#fff;padding:24px;border-radius:12px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.product-detail .product-content .booking-sidebar .sidebar-section h3{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:16px}.product-detail .product-content .booking-sidebar .sidebar-section.support-info ul{list-style:none;padding:0;margin:0}.product-detail .product-content .booking-sidebar .sidebar-section.support-info ul li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#475569;font-size:14px}.product-detail .product-content .booking-sidebar .sidebar-section.support-info ul li i{color:navy;margin-top:3px}.product-detail .product-content .booking-sidebar .sidebar-section.support-info ul li:last-child{margin-bottom:0}.product-detail .product-content .booking-sidebar .sidebar-section.amenities .amenities-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}.product-detail .product-content .booking-sidebar .sidebar-section.amenities .amenities-grid .amenity-item{text-align:center}.product-detail .product-content .booking-sidebar .sidebar-section.amenities .amenities-grid .amenity-item i{display:block;font-size:24px;color:navy;margin-bottom:8px}.product-detail .product-content .booking-sidebar .sidebar-section.amenities .amenities-grid .amenity-item span{display:block;font-size:13px;color:#475569;line-height:1.3}.product-detail .product-content .booking-sidebar .group-booking{background:#000b76;padding:24px;border-radius:12px;color:#fff;margin-bottom:24px}.product-detail .product-content .booking-sidebar .group-booking h3{font-size:18px;font-weight:700;margin-bottom:12px}.product-detail .product-content .booking-sidebar .group-booking p{font-size:14px;opacity:.9;margin-bottom:16px}.product-detail .product-content .booking-sidebar .group-booking .btn{background:navy;border:none;padding:10px 20px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;font-weight:600;transition:all .3s}.product-detail .product-content .booking-sidebar .group-booking .btn:hover{background:rgba(0,0,128,.062745098);transform:translateY(-2px)}.product-detail .product-content .booking-sidebar .btn-book-now{width:100%;background:navy;color:#fff;border:none;padding:14px;border-radius:12px;font-weight:700;font-size:16px;transition:all .3s}.product-detail .product-content .booking-sidebar .btn-book-now:hover{background:rgb(0,0,102.5);transform:translateY(-2px)}.product-detail .modal.fade .modal-dialog{transform:scale(0.95);transition:transform .3s ease-out}.product-detail .modal.show .modal-dialog{transform:scale(1)}.product-detail .modal .modal-content{border:none;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.product-detail .modal .modal-header{border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;background:#fff}.product-detail .modal .modal-header .modal-title{font-size:1.125rem;font-weight:600;color:#1e293b;display:flex;align-items:center}.product-detail .modal .modal-header .modal-title svg{color:navy;margin-right:.5rem}.product-detail .modal .modal-header .btn-close{background-size:.8rem;transition:transform .2s}.product-detail .modal .modal-header .btn-close:hover{transform:rotate(90deg)}.check-availability{padding:32px 0;background:#fff;padding-top:10px}.check-availability h2{font-size:20px;font-weight:600;color:navy;margin-bottom:20px}.check-availability .search-form{margin-bottom:24px}.check-availability .search-form .group-check{position:relative}.check-availability .search-form label{font-size:12px;color:#64748b;margin-bottom:6px;font-weight:400;display:block}.check-availability .search-form .date-range-wrapper{height:44px;border:1px solid #cbd5e1;border-radius:4px;padding:0 14px;display:flex;align-items:center;gap:8px;background:#fff;cursor:pointer}.check-availability .search-form .date-range-wrapper:hover{border-color:navy}.check-availability .search-form .date-range-wrapper .date-input-group{flex:1;display:flex;align-items:center;gap:8px}.check-availability .search-form .date-range-wrapper .date-input-group i{color:#64748b;font-size:14px;flex-shrink:0}.check-availability .search-form .date-range-wrapper .date-input-group input{border:none;background:none;width:100%;color:#0f172a;font-size:13px;cursor:pointer}.check-availability .search-form .date-range-wrapper .date-input-group input:focus{outline:none}.check-availability .search-form .date-range-wrapper .date-input-group input::placeholder{color:#94a3b8}.check-availability .search-form .date-range-wrapper .date-separator{color:#64748b;font-size:14px}.check-availability .search-form .guest-picker-trigger{height:44px;border:1px solid #cbd5e1;border-radius:4px;padding:0 14px;display:flex;align-items:center;gap:10px;cursor:pointer;background:#fff}.check-availability .search-form .guest-picker-trigger:hover{border-color:navy}.check-availability .search-form .guest-picker-trigger i{color:#64748b;font-size:14px;flex-shrink:0}.check-availability .search-form .guest-picker-trigger span{flex:1;color:#0f172a;font-size:13px}.check-availability .search-form .guest-picker-trigger.active{border-color:navy}.check-availability .search-form .guest-picker-popup{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:20px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s}.check-availability .search-form .guest-picker-popup.active{opacity:1;visibility:visible;transform:translateY(0)}.check-availability .search-form .guest-picker-popup .picker-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f1f5f9}.check-availability .search-form .guest-picker-popup .picker-row:last-of-type{border-bottom:none}.check-availability .search-form .guest-picker-popup .picker-row .picker-label{flex:1}.check-availability .search-form .guest-picker-popup .picker-row .picker-label span{display:block;font-size:14px;font-weight:500;color:#1e293b;margin-bottom:4px}.check-availability .search-form .guest-picker-popup .picker-row .picker-label small{font-size:12px;color:#64748b}.check-availability .search-form .guest-picker-popup .picker-row .picker-control{display:flex;align-items:center;gap:12px}.check-availability .search-form .guest-picker-popup .picker-row .picker-control button{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:18px;font-weight:600;color:navy;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.check-availability .search-form .guest-picker-popup .picker-row .picker-control button:hover{background:#f8fafc;border-color:navy}.check-availability .search-form .guest-picker-popup .picker-row .picker-control button:active{transform:scale(0.95)}.check-availability .search-form .guest-picker-popup .picker-row .picker-control input{width:50px;height:32px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;text-align:center;font-size:14px;font-weight:600;color:#1e293b;cursor:default}.check-availability .search-form .guest-picker-popup .picker-actions{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.check-availability .search-form .guest-picker-popup .picker-actions .btn{width:100%;height:40px;background:navy;border:none;border-radius:6px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s}.check-availability .search-form .guest-picker-popup .picker-actions .btn:hover{background:#006;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,128,.3)}.check-availability .search-form .form-control{height:44px;border:1px solid #cbd5e1;border-radius:4px;padding:0 14px;display:flex;align-items:center;gap:10px;cursor:pointer;background:#fff}.check-availability .search-form .form-control i{color:#64748b;font-size:14px}.check-availability .search-form .form-control input{border:none;background:none;width:100%;color:#0f172a;font-size:13px;cursor:pointer}.check-availability .search-form .form-control input:focus{outline:none}.check-availability .search-form .btn-primary{height:44px;background:navy;border:none;font-weight:500;border-radius:4px;font-size:14px}.check-availability .search-form .btn-primary:hover{background:#006}.check-availability .room-list .room-item{margin-bottom:12px;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.check-availability .room-list .room-item:last-child{margin-bottom:0}.check-availability .room-list .room-item .room-header{background:navy;color:#fff;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600}.check-availability .room-list .room-item .room-header .room-capacity{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:400}.check-availability .room-list .room-item .room-header .room-capacity span{display:flex;align-items:center;gap:6px}.check-availability .room-list .room-item .room-header .room-capacity span i{font-size:12px}.check-availability .room-list .room-item .room-card{background:#fff;border-radius:0;padding:0}.check-availability .room-list .room-item .room-card .row{margin:0}.check-availability .room-list .room-item .room-card .row>[class*=col-]{padding:10px;border-right:1px solid #e5e7eb}.check-availability .room-list .room-item .room-card .row:last-child{border-top:1px solid #e5e7eb}.check-availability .room-list .room-item .btn-more{color:navy;font-size:12px;text-decoration:none;font-weight:500;display:inline-block;margin-top:8px}.check-availability .room-list .room-item .btn-more:hover{text-decoration:underline}.check-availability .room-list .room-item .room-gallery{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px}.check-availability .room-list .room-item .room-gallery img{width:100%;height:100px;object-fit:cover;border-radius:4px}.check-availability .room-list .room-item .room-info h4{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:10px}.check-availability .room-list .room-item .room-info ul{padding:0;margin:0;list-style:none;background:#f8fafc;padding:10px 12px;border-radius:4px}.check-availability .room-list .room-item .room-info ul li{font-size:12px;color:#475569;margin-bottom:4px;line-height:1.5}.check-availability .room-list .room-item .room-info ul li:last-child{margin-bottom:0}.check-availability .room-list .room-item .room-info p{font-size:12px;color:#475569;margin:0;background:#f8fafc;padding:10px 12px;border-radius:4px;display:flex;align-items:center;gap:6px}.check-availability .room-list .room-item .room-info p i{color:navy;font-size:14px}.check-availability .room-list .room-item .room-price{text-align:center;display:flex;flex-direction:column;justify-content:center}.check-availability .room-list .room-item .room-price .old-price{font-size:12px;color:#94a3b8;text-decoration:line-through;font-weight:400;margin-bottom:2px}.check-availability .room-list .room-item .room-price .new-price{font-size:22px;font-weight:700;color:navy;margin-bottom:4px}.check-availability .room-list .room-item .room-price .price-label{font-size:11px;color:#64748b;margin-bottom:8px}.check-availability .room-list .room-item .room-price .promotion{display:inline-block;padding:4px 10px;background:#fef3c7;color:#d97706;font-size:10px;border-radius:3px;font-weight:500}.check-availability .room-list .room-item .room-price .sold-out-label{font-size:16px;color:#ef4444;font-weight:600;margin-bottom:8px}.check-availability .room-list .room-item .room-price .sold-out-text{font-size:12px;color:#ef4444}.check-availability .room-list .room-item .room-booking{display:flex;flex-direction:column;justify-content:center}.check-availability .room-list .room-item .room-booking .btn-book{width:100%;background:navy;border:none;height:44px;font-weight:600;margin-bottom:10px;border-radius:4px;font-size:13px}.check-availability .room-list .room-item .room-booking .btn-book:hover{background:#006}.check-availability .room-list .room-item .room-booking .btn-book:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.check-availability .room-list .room-item .room-booking .btn-secondary{background:#e2e8f0;color:#94a3b8}.check-availability .room-list .room-item .room-booking .btn-consultant{width:100%;height:44px;border:1px solid navy;color:navy;font-weight:600;margin-bottom:8px;border-radius:4px;background:#fff;font-size:13px}.check-availability .room-list .room-item .room-booking .btn-consultant:hover{background:#f8fafc}.check-availability .room-list .room-item .room-booking .tv-text{font-size:11px;color:#f97316;line-height:1.4;font-weight:500;text-align:center}.check-availability .room-list .room-item .room-booking .tv-text.text-warning{color:#f97316}.check-availability .room-list .room-item .amenities-list li{background:#ededed;display:inline-block;padding:3px 12px;border-radius:4px;margin-bottom:8px}.check-availability .room-list .room-item .room-benefits{background:#fafafa;margin-top:12px}.check-availability .room-list .room-item .room-benefits ul{padding:0;margin:0;list-style:none;background:rgba(0,0,0,0);gap:24px}.check-availability .room-list .room-item .room-benefits ul li{font-size:12px;color:#475569;background:rgba(0,0,0,0);padding:0;margin:0;text-align:left;display:flex;margin-bottom:10px;gap:3px;align-items:center}.check-availability .room-list .room-item .room-benefits ul li i{color:#10b981;font-size:14px}.check-availability .room-list .room-item.sold-out .room-price .price-label{color:#ef4444;font-size:16px;font-weight:600}#roomGalleryModal .modal-dialog{max-width:1140px}#roomGalleryModal .modal-content{border:none;border-radius:8px;overflow:hidden}#roomGalleryModal .modal-header{background:navy;color:#fff;padding:16px 24px}#roomGalleryModal .modal-header .modal-title{font-size:18px;font-weight:600;color:#fff}#roomGalleryModal .modal-header .btn-close{filter:invert(1);opacity:1}#roomGalleryModal .modal-header .btn-close:hover{opacity:.8}#roomGalleryModal .modal-body{padding:0}#roomGalleryModal .row{margin:0}#roomGalleryModal .row>[class*=col-]{padding:0}#roomGalleryModal .carousel{background:#000}#roomGalleryModal .carousel .carousel-inner img{width:100%;height:500px;object-fit:cover}#roomGalleryModal .carousel .carousel-control-prev,#roomGalleryModal .carousel .carousel-control-next{width:50px;opacity:1}#roomGalleryModal .carousel .carousel-control-prev:hover,#roomGalleryModal .carousel .carousel-control-next:hover{background:rgba(0,0,0,.3)}#roomGalleryModal .carousel .carousel-control-prev-icon,#roomGalleryModal .carousel .carousel-control-next-icon{width:30px;height:30px;background-color:rgba(0,0,128,.8);border-radius:50%;background-size:50%}#roomGalleryModal .room-detail-info{height:500px;display:flex;flex-direction:column;position:relative}#roomGalleryModal .room-detail-info .room-detail-scroll{flex:1;overflow-y:auto;padding:30px;padding-bottom:20px}#roomGalleryModal .room-detail-info .room-name{font-size:1.5rem;font-weight:600;color:navy;margin-bottom:15px}#roomGalleryModal .room-detail-info .room-description{color:#64748b;line-height:1.6;margin-bottom:25px}#roomGalleryModal .room-detail-info .detail-section{margin-bottom:25px}#roomGalleryModal .room-detail-info .detail-section h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}#roomGalleryModal .room-detail-info .detail-section .detail-list{list-style:none;padding:0;margin:0}#roomGalleryModal .room-detail-info .detail-section .detail-list li{padding:8px 0;color:#64748b;font-size:.95rem}#roomGalleryModal .room-detail-info .detail-section .detail-list li strong{color:#1e293b;font-weight:600;min-width:100px;display:inline-block}#roomGalleryModal .room-detail-info .detail-section .amenities-check-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2, 1fr);gap:8px}#roomGalleryModal .room-detail-info .detail-section .amenities-check-list li{color:#64748b;font-size:.9rem;display:flex;align-items:center;gap:8px}#roomGalleryModal .room-detail-info .detail-section .amenities-check-list li i{color:#10b981;font-size:.8rem}#roomGalleryModal .room-detail-info .detail-section .price-detail{margin-bottom:0}#roomGalleryModal .room-detail-info .detail-section .price-detail .old-price-modal{color:#94a3b8;text-decoration:line-through;font-size:1rem;margin-bottom:5px}#roomGalleryModal .room-detail-info .detail-section .price-detail .new-price-modal{color:navy;font-size:1.75rem;font-weight:700}#roomGalleryModal .room-detail-info .room-booking-sticky{position:sticky;bottom:0;left:0;right:0;background:#fff;padding:16px 30px;border-top:1px solid #e2e8f0;box-shadow:0 -4px 6px -1px rgba(0,0,0,.05)}#roomGalleryModal .room-detail-info .room-booking-sticky .btn-book-modal{height:48px;font-size:1rem;font-weight:600;background:navy;border-color:navy}#roomGalleryModal .room-detail-info .room-booking-sticky .btn-book-modal:hover{background:#006;border-color:#006}.room-gallery-img{cursor:pointer;transition:all .3s}.room-gallery-img:hover{opacity:.8;transform:scale(1.05)}.section-itinerary{margin-top:40px;margin-bottom:40px}.section-itinerary h2{font-size:24px;font-weight:700;color:navy;margin-bottom:20px}.section-itinerary .itinerary-header{background:#f8fafc;padding:16px 20px;border-radius:8px;margin-bottom:16px;border-left:4px solid navy}.section-itinerary .itinerary-header span{font-weight:600;color:#1e293b;font-size:16px}.section-itinerary .itinerary-accordion .itinerary-day{margin-bottom:12px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.section-itinerary .itinerary-accordion .itinerary-day .day-header{padding:18px 20px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;border-bottom:1px solid rgba(0,0,0,0)}.section-itinerary .itinerary-accordion .itinerary-day .day-header:hover{background:#f8fafc}.section-itinerary .itinerary-accordion .itinerary-day .day-header.active{background:#f8fafc;border-bottom-color:#e2e8f0}.section-itinerary .itinerary-accordion .itinerary-day .day-header .day-title{font-weight:600;color:#1e293b;font-size:15px}.section-itinerary .itinerary-accordion .itinerary-day .day-header .toggle-icon{color:#64748b;font-size:14px;transition:transform .3s}.section-itinerary .itinerary-accordion .itinerary-day .day-content{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.section-itinerary .itinerary-accordion .itinerary-day .day-content.show{max-height:1000px;padding:20px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item{display:flex;gap:16px;margin-bottom:20px;position:relative;padding-left:24px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item:before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;background:navy;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px navy}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item:not(:last-child):after{content:"";position:absolute;left:4px;top:18px;width:2px;height:calc(100% + 8px);background:#cbd5e1}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item:last-child{margin-bottom:0}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item .timeline-time{font-weight:700;color:navy;font-size:14px;min-width:100px;flex-shrink:0}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item .timeline-desc{color:#64748b;line-height:1.6;font-size:14px}.section-faq{margin-top:40px;margin-bottom:60px}.section-faq h2{font-size:24px;font-weight:700;color:navy;margin-bottom:24px}.section-faq .faq-accordion .faq-item{margin-bottom:12px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.section-faq .faq-accordion .faq-item .faq-header{padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;border-bottom:1px solid rgba(0,0,0,0)}.section-faq .faq-accordion .faq-item .faq-header:hover{background:#f8fafc}.section-faq .faq-accordion .faq-item .faq-header.active{background:#f8fafc;border-bottom-color:#e2e8f0}.section-faq .faq-accordion .faq-item .faq-header .faq-question{font-weight:600;color:#1e293b;font-size:16px;flex:1}.section-faq .faq-accordion .faq-item .faq-header .faq-icon{color:#64748b;font-size:16px;margin-left:16px;transition:transform .3s;flex-shrink:0}.section-faq .faq-accordion .faq-item .faq-content{padding:0 24px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.section-faq .faq-accordion .faq-item .faq-content.show{max-height:500px;padding:20px 24px 24px}.section-faq .faq-accordion .faq-item .faq-content p{color:#64748b;line-height:1.7;font-size:15px;margin-bottom:12px}.section-faq .faq-accordion .faq-item .faq-content p:last-child{margin-bottom:0}.section-faq .faq-accordion .faq-item .faq-content ul{list-style:none;padding:0;margin:12px 0 0}.section-faq .faq-accordion .faq-item .faq-content ul li{color:#64748b;line-height:1.7;font-size:15px;padding-left:24px;position:relative;margin-bottom:8px}.section-faq .faq-accordion .faq-item .faq-content ul li:before{content:"•";position:absolute;left:8px;color:navy;font-weight:bold}.section-faq .faq-accordion .faq-item .faq-content ul li:last-child{margin-bottom:0}.section-reviews{margin-top:40px;margin-bottom:60px}.section-reviews .reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.section-reviews .reviews-header h2{font-size:24px;font-weight:700;color:navy;margin:0}.section-reviews .reviews-header .btn{padding:10px 24px;font-size:15px;font-weight:600;background:navy;border-color:navy}.section-reviews .reviews-header .btn:hover{background:#006;border-color:#006}.section-reviews .reviews-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:30px;margin-bottom:30px;display:flex;gap:40px;align-items:center}.section-reviews .reviews-summary .summary-score{text-align:center;min-width:150px}.section-reviews .reviews-summary .summary-score .score-large{font-size:48px;font-weight:700;color:navy;line-height:1;margin-bottom:8px}.section-reviews .reviews-summary .summary-score .score-large span{font-size:24px;color:#64748b}.section-reviews .reviews-summary .summary-score .score-label{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:4px}.section-reviews .reviews-summary .summary-score .score-count{font-size:14px;color:#64748b}.section-reviews .reviews-summary .summary-bars{flex:1}.section-reviews .reviews-summary .summary-bars .bar-item{display:flex;align-items:center;gap:12px;margin-bottom:12px}.section-reviews .reviews-summary .summary-bars .bar-item:last-child{margin-bottom:0}.section-reviews .reviews-summary .summary-bars .bar-item .bar-label{font-size:14px;color:#64748b;min-width:80px}.section-reviews .reviews-summary .summary-bars .bar-item .bar-wrapper{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.section-reviews .reviews-summary .summary-bars .bar-item .bar-wrapper .bar-fill{height:100%;border-radius:4px;transition:width .3s}.section-reviews .reviews-summary .summary-bars .bar-item .bar-count{font-size:14px;color:#64748b;min-width:20px;text-align:right}.section-reviews .reviews-list .review-item{border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:16px;background:#fff}.section-reviews .reviews-list .review-item:last-child{margin-bottom:0}.section-reviews .reviews-list .review-item .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-reviews .reviews-list .review-item .review-header .reviewer-info{display:flex;align-items:center;gap:12px}.section-reviews .reviews-list .review-item .review-header .reviewer-info .reviewer-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.section-reviews .reviews-list .review-item .review-header .reviewer-info .reviewer-details .reviewer-name{font-size:16px;font-weight:600;color:navy;margin:0 0 4px}.section-reviews .reviews-list .review-item .review-header .reviewer-info .reviewer-details .review-date{font-size:13px;color:#64748b}.section-reviews .reviews-list .review-item .review-header .review-score{background:navy;color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;font-size:14px}.section-reviews .reviews-list .review-item .review-content p{color:#64748b;line-height:1.7;font-size:15px;margin-bottom:16px}.section-reviews .reviews-list .review-item .review-content .review-images{display:flex;gap:8px;flex-wrap:wrap}.section-reviews .reviews-list .review-item .review-content .review-images img{width:120px;height:90px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .2s}.section-reviews .reviews-list .review-item .review-content .review-images img:hover{transform:scale(1.05)}#reviewModal .modal-dialog{max-width:800px}#reviewModal .modal-header{background:navy;color:#fff;border-bottom:none}#reviewModal .modal-header .modal-title{font-size:18px;font-weight:600;color:#fff}#reviewModal .modal-header .btn-close{filter:invert(1);opacity:1}#reviewModal .modal-body{padding:30px}#reviewModal .modal-body .form-label{font-weight:600;color:#1e293b;margin-bottom:8px;font-size:14px}#reviewModal .modal-body .form-control{border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;font-size:14px}#reviewModal .modal-body .form-control:focus{border-color:navy;box-shadow:0 0 0 .2rem rgba(0,0,128,.1)}#reviewModal .modal-body .rating-criteria{background:#f8fafc;padding:20px;border-radius:8px;border:1px solid #e2e8f0}#reviewModal .modal-body .rating-criteria .criteria-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}#reviewModal .modal-body .rating-criteria .criteria-item:last-child{border-bottom:none;padding-bottom:0}#reviewModal .modal-body .rating-criteria .criteria-item:first-child{padding-top:0}#reviewModal .modal-body .rating-criteria .criteria-item .criteria-label{font-size:15px;font-weight:500;color:#1e293b;min-width:150px}#reviewModal .modal-body .rating-criteria .criteria-item .star-rating{display:flex;gap:8px}#reviewModal .modal-body .rating-criteria .criteria-item .star-rating i{font-size:24px;color:#cbd5e1;cursor:pointer;transition:all .2s}#reviewModal .modal-body .rating-criteria .criteria-item .star-rating i:hover,#reviewModal .modal-body .rating-criteria .criteria-item .star-rating i.active{color:#fbbf24}#reviewModal .modal-body .rating-criteria .criteria-item .star-rating:hover i{color:#fbbf24}#reviewModal .modal-body .rating-criteria .criteria-item .star-rating i:hover~i{color:#cbd5e1}#reviewModal .modal-body .image-upload-wrapper .upload-area{border:2px dashed #cbd5e1;border-radius:8px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s;background:#f8fafc}#reviewModal .modal-body .image-upload-wrapper .upload-area:hover{border-color:navy;background:#f1f5f9}#reviewModal .modal-body .image-upload-wrapper .upload-area.dragover{border-color:navy;background:#e0e7ff}#reviewModal .modal-body .image-upload-wrapper .upload-area i{font-size:48px;color:#94a3b8;margin-bottom:12px;display:block}#reviewModal .modal-body .image-upload-wrapper .upload-area p{color:#64748b;font-size:15px;margin-bottom:4px}#reviewModal .modal-body .image-upload-wrapper .upload-area small{color:#94a3b8;font-size:13px}#reviewModal .modal-body .image-upload-wrapper .preview-images{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}#reviewModal .modal-body .image-upload-wrapper .preview-images .preview-item{position:relative;width:120px;height:90px;border-radius:8px;overflow:hidden}#reviewModal .modal-body .image-upload-wrapper .preview-images .preview-item img{width:100%;height:100%;object-fit:cover}#reviewModal .modal-body .image-upload-wrapper .preview-images .preview-item .remove-image{position:absolute;top:4px;right:4px;width:24px;height:24px;background:rgba(239,68,68,.9);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s}#reviewModal .modal-body .image-upload-wrapper .preview-images .preview-item .remove-image:hover{background:#dc2626;transform:scale(1.1)}#reviewModal .modal-body .text-danger{color:#ef4444}#reviewModal .modal-body .text-muted{color:#94a3b8;font-size:13px;display:block;margin-top:4px}#reviewModal .modal-body .btn-primary{height:48px;font-size:16px;font-weight:600;background:navy;border-color:navy}#reviewModal .modal-body .btn-primary:hover{background:#006;border-color:#006}.related-products{background:#eaf3ff}.section-regulations h2{font-size:24px;font-weight:700;color:navy;margin-bottom:20px}.section-regulations .regulation-content{border:1px solid #ededed;padding:15px;border-radius:8px}.section-regulations .regulation-content h3{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:12px}.section-regulations .regulation-content ul li{font-size:14px;color:#475569;margin-bottom:8px;line-height:1.6;list-style:disc}.login-saving-callout{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:25px;margin:12px 0;justify-content:space-between}.login-saving-callout .icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:navy;flex-shrink:0}.login-saving-callout .icon svg{width:52px;height:52px}.login-saving-callout .content h3{margin:0 0 6px 0;font-size:18px;font-weight:700;color:#0f172a}.login-saving-callout .content p{margin:0 0 10px 0;color:#64748b;font-size:14px}.login-saving-callout .actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.login-saving-callout .actions .btn{padding:8px 14px;border-radius:8px;font-weight:700;background:navy;border-color:navy}.login-saving-callout .actions .btn-link{color:navy;font-weight:700;text-decoration:none;background:#fff;border-color:#fff}.around-section{margin-bottom:20px}.around-section h2{font-size:24px;font-weight:700;color:navy;margin-bottom:20px}.around-section h3{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:15px;display:flex;align-items:center;gap:8px}.around-section ul{padding:0}.around-section ul li{font-size:13px;color:#475569;margin-bottom:10px;line-height:1.6;display:flex;justify-content:space-between;list-style:disc}.content-more ul li{margin-bottom:10px;list-style:disc}.content-more figcaption{font-size:13px;text-align:center;font-style:italic;margin-top:9px}.content-more h3,.content-more h2{font-size:20px}.content-more h4{font-size:16px}.price-tour{margin-top:15px;border-top:1px solid #e5e7eb;padding-top:15px}.price-tour label{font-size:14px;color:#032759;margin-bottom:4px;display:block}.price-tour .product-price{flex:1}.price-tour .product-price .price-old{display:block;font-size:18px;color:#94a3b8;text-decoration:line-through;margin-bottom:5px}.price-tour .product-price .price-current{display:block;font-size:25px;font-weight:700;color:#dc2626}.price-tour .product-price .price-current .quest{font-size:16px;font-weight:500;color:#444}.price-tour .btn-book,.price-tour .select-rooms{margin-top:10px;width:100%;background:navy;border:none;font-weight:600;border-radius:4px;font-size:14px;display:block;text-align:center;color:#fff;padding:12px 0}.price-tour .btn-book:hover,.price-tour .select-rooms:hover{background:#006}#hotelAddress{line-height:1.4;max-width:400px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}div#summaryLines>div{display:flex;justify-content:space-between;margin-bottom:13px}div#summaryLines{border-top:1px solid #ededed;padding-top:10px;margin-top:10px}.panel.order-summary{height:calc(100% - 15px)}.summary-option{color:#333;font-weight:600}.summary-notes{margin-top:15px;font-size:13px;color:#475569;line-height:1.6;padding-left:20px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #91a0bf}.summary-notes ul{padding:0}.summary-notes li{margin-bottom:5px;font-size:12px;list-style:disc;color:green}.csqt h5{font-size:14px}.csqt p{font-size:13px;color:#475569;line-height:1.6;margin-bottom:2px}.calendar-note{margin-top:10px}.align-items-center.info-room{display:flex;gap:10px;align-content:flex-start;flex-wrap:wrap;flex-direction:row;align-items:flex-start !important}.align-items-center.info-room .summary-title{font-size:18px;color:navy !important}.order-modal .modal-content{border:none;background:#f5f7fb;border-radius:0 !important}.order-modal .order-header{background:#fff;color:#0f172a;padding:14px 20px;position:relative;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}.order-modal .order-header .steps{position:relative;display:flex;align-items:center;justify-content:space-between;gap:0;width:100%;max-width:760px;padding:6px 0 10px}.order-modal .order-header .steps::before{content:"";position:absolute;left:25px;right:15px;top:20px;height:2px;background:#e5e7eb}.order-modal .order-header .steps::after{content:"";position:absolute;left:25px;top:20px;height:2px;background:navy;width:0%;transition:width .3s ease}.order-modal .order-header .steps:has(.step-2.active)::after{width:calc((100% - 30px)/2)}.order-modal .order-header .steps:has(.step-3.active)::after{width:calc(100% - 40px)}.order-modal .order-header .step{display:flex;flex-direction:column;align-items:center;gap:6px;opacity:.8;z-index:9}.order-modal .order-header .step.active{opacity:1}.order-modal .order-header .circle{width:30px;height:30px;border-radius:50%;background:#e5e7eb;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:800}.order-modal .order-header .step.active .circle{background:navy;color:#fff}.order-modal .order-header .label{font-weight:700;color:#64748b;font-size:13px;margin-bottom:5px}.order-modal .order-header .step.active .label{color:navy}.order-modal .order-header .close-order{position:absolute;right:16px;top:12px;filter:none;opacity:.7}.order-modal .order-body{padding:20px}.order-modal .order-body .order-container{max-width:1140px;margin:0 auto}.order-modal .order-hero{background:linear-gradient(135deg, #000080 0%, #4169E1 100%);border-radius:10px;padding:16px 20px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.order-modal .order-title{margin:0;font-weight:800;color:#0f172a;font-size:20px;margin-bottom:5px;color:#fff}.order-modal .order-subtitle{color:#fff;font-size:14px}.order-modal .order-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.order-modal .order-left,.order-modal .order-right{min-width:0}.order-modal .panel{background:#fff;border-radius:10px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:15px}.order-modal .panel-title{font-weight:700;color:#0f172a;margin-bottom:12px;display:flex;align-items:center;gap:8px}.order-modal .panel-title i{color:navy}.order-modal .calendar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px}.order-modal .calendar .cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.order-modal .calendar .cal-header .nav{display:block;border:none;background:#eef2ff;color:#0b3b8c;width:32px;height:32px;border-radius:8px}.order-modal .calendar .month{font-weight:700;color:#0f172a}.order-modal .calendar .dow{display:inline-block;width:14.2857142857%;text-align:center;color:#64748b;font-size:12px;margin-bottom:4px}.order-modal .calendar .days{display:grid;grid-template-columns:repeat(7, 1fr);gap:4px}.order-modal .calendar .day{height:52px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;text-align:center;padding:6px;position:relative;font-size:12px;color:#0f172a}.order-modal .calendar .day .num{font-weight:700}.order-modal .calendar .day .price{bottom:6px;right:6px;color:#64748b;font-weight:500;display:block;position:unset}.order-modal .calendar .day.weekend{background:#fafbff}.order-modal .calendar .day.disabled{opacity:.4;pointer-events:none}.order-modal .calendar .day.selected{border-color:#4169e1;box-shadow:0 0 0 2px rgba(65,105,225,.2) inset}.order-modal .timeslots{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px}.order-modal .timeslots .slot{padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.order-modal .timeslots .slot.selected{border-color:#4169e1;background:#eef2ff}.order-modal .timeslots .slot.disabled{opacity:.5;pointer-events:none}.order-modal .field-error{color:#ef4444;font-size:12px;margin-top:6px}.order-modal .ticket-row{display:flex;align-items:center;justify-content:space-between;background:#f5f8ff;border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:12px}.order-modal .ticket-name{font-weight:700;color:#0f172a}.order-modal .ticket-desc{color:#64748b;font-size:12px}.order-modal .ticket-price{color:#1e40af;font-weight:800;margin-top:6px}.order-modal .ticket-qty{display:flex;align-items:center;gap:14px}.order-modal .ticket-qty .btn-minus,.order-modal .ticket-qty .btn-plus{width:34px;height:34px;border-radius:50%;border:none;background:#eef2ff;color:#0b3b8c;font-weight:800}.order-modal .ticket-qty .qty{min-width:16px;text-align:center;font-weight:700}.order-modal .order-total{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:10px;padding:14px 16px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.order-modal .order-total .label{color:#64748b}.order-modal .order-total .value{color:#0b3b8c;font-weight:800}.order-modal .order-actions{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.order-modal .btn-secondary{background:#eef2f7;color:#1f2937;border:none;padding:10px 18px;border-radius:8px;font-weight:700}.order-modal .btn-primary{background:#0b3b8c;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:700}.order-modal .btn-primary[disabled]{opacity:.6;cursor:not-allowed}.order-modal .step2-grid{grid-template-columns:1.1fr .9fr}.order-modal .form-grid{display:grid;grid-template-columns:1fr;gap:12px}.order-modal .form-group label{font-weight:600;font-size:14px;color:#0f172a;margin-bottom:7px}.order-modal .form-control{border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:14px}.order-modal .form-group.required label:after{content:" *";color:#ef4444}.order-modal .invoice-fields .form-note{font-size:12px;color:#64748b;margin-top:8px}.order-modal .order-summary .summary-body{color:#475569}.order-modal .order-summary .summary-title{font-weight:700;color:#0f172a;margin-bottom:6px}.order-modal .order-summary .summary-row{display:flex;align-items:center;gap:8px;margin:6px 0}.order-modal .order-summary .summary-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e7eb;margin-top:10px;padding-top:10px}.order-modal .success-box{background:#fff;border-radius:12px;padding:28px;text-align:center;max-width:700px;margin:40px auto;box-shadow:0 2px 8px rgba(0,0,0,.05)}.order-modal .success-box .icon{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;background:#d1fae5;color:#10b981;display:flex;align-items:center;justify-content:center;font-size:22px}.order-modal .success-box h3{font-weight:800;color:#0f172a;margin-bottom:8px}.order-modal .success-box p{color:#64748b}.order-modal .order-step{display:none}.order-modal .order-step.active{display:block}.order-tour-villa .product-features.features-villa{font-size:13px}.order-tour-villa .product-features.features-villa>span{display:block;margin-bottom:5px}.order-tour-villa .info-content-room{width:calc(100% - 100px)}.order-tour-villa div#qoSummaryLines>div,.order-tour-villa div#qoSummaryLines2>div{margin-bottom:6px}.policy-content ul li{margin-bottom:5px;list-style:disc}.single-search{background:radial-gradient(1200px 600px at 10% 10%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%),linear-gradient(135deg, #000080 0%, #4169E1 100%);padding:10px 0}.single-search .box-tabs-search{max-width:100%;width:100%;box-shadow:none;padding:0;background:none;border-radius:0}.single-search .box-tabs-search .field-label{display:none}.col-lg-7.options-col{padding:0 !important;border-right:0 !important}.row.item-options h4{font-size:14px;font-weight:600;color:navy;margin-bottom:10px;margin-top:10px}.row.item-options>[class*=col-]{padding-top:0 !important;padding-bottom:0 !important}.row.item-options{border-top:0 !important}.row.item-options>[class*=col-] h5{font-size:13px;color:#333}.option-desc ul li{font-size:12px;color:#475569;background:rgba(0,0,0,0);padding:0;margin:0;text-align:left;display:flex;margin-bottom:10px;gap:3px;align-items:center}.room-benefits ul li:before,.option-desc ul li:before{content:"";font-family:"Font Awesome 6 Free";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;color:#10b981;font-size:14px}.option-desc ul{padding:0px}.room-option{margin-top:10px;border-top:1px solid #ededed;padding-top:10px}.row.item-options .room-price{border-top:1px solid #ededed;padding-top:10px;margin-top:10px}.row.item-options .room-booking{margin-top:10px;padding-top:10px;border-top:1px solid #ededed}.product-detail .product-header .product-meta .rating .stars{font-size:12px;margin-left:10px;color:#ffc107;display:none}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner a.album-item img{height:130px;object-fit:cover;width:100%}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner ul.nav-tabs{gap:20px}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner ul.nav-tabs li.nav-item{list-style:none;margin-bottom:0}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner ul.nav-tabs li.nav-item .nav-link{font-size:14px;font-weight:500;padding:3px 0;color:#666;margin-right:0;border:0;border-bottom:1px solid rgba(0,0,0,0)}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner ul.nav-tabs li.nav-item .nav-link:hover{color:navy;border-color:navy}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner ul.nav-tabs li.nav-item .nav-link.active{color:navy;border-color:navy}.section-banner.banner-child{min-height:400px;padding-top:135px}.product-card.highlighted{border:2px solid #dc3545;box-shadow:0 0 10px rgba(0,0,128,.5);padding:5px;background:#ececff}.product-card .wishlist-btn{position:absolute;top:12px;right:12px}.wishlist-btn{width:36px;height:36px;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:all .2s}.wishlist-btn svg{color:#64748b;transition:all .2s}.wishlist-btn:hover{background:#fff;transform:scale(1.1)}.wishlist-btn:hover svg{color:#dc2626;fill:#dc2626}.wishlist-btn.active{background:#fff}.wishlist-btn.active svg{color:#dc2626}.wishlist-btn.active svg path{fill:currentColor}.wishlist-btn.loading{opacity:.6;pointer-events:none}.search-row{display:grid;grid-template-columns:1fr 1fr 1.2fr .8fr auto;gap:12px;align-items:end}.search-row>div label{display:block;font-size:12px;color:#64748b;margin-bottom:6px;font-weight:500}.search-row .form-control,.search-row .form-select{height:48px;border-radius:4px;border:1px solid #cbd5e1;font-size:13px}.search-row .btn-search{background:navy;color:#fff;border:0;height:48px;border-radius:12px;padding:0 20px;font-weight:700;box-shadow:0 8px 18px rgba(79,70,229,.35)}.group-guests-picker{position:relative}.group-guests-picker .guests-picker-trigger{height:48px;border:1px solid #cbd5e1;border-radius:4px;padding:0 14px;display:flex;align-items:center;gap:10px;cursor:pointer;background:#fff}.group-guests-picker .guests-picker-trigger:hover{border-color:navy}.group-guests-picker .guests-picker-trigger i{color:#64748b;font-size:14px;flex-shrink:0}.group-guests-picker .guests-picker-trigger span{flex:1;color:#0f172a;font-size:13px}.group-guests-picker .guests-picker-trigger.active{border-color:navy}.group-guests-picker .guests-picker-popup{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:20px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s}.group-guests-picker .guests-picker-popup.active{opacity:1;visibility:visible;transform:translateY(0)}.group-guests-picker .guests-picker-popup .picker-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f1f5f9}.group-guests-picker .guests-picker-popup .picker-row:last-of-type{border-bottom:none}.group-guests-picker .guests-picker-popup .picker-row .picker-label{flex:1}.group-guests-picker .guests-picker-popup .picker-row .picker-label span{display:block;font-size:14px;font-weight:500;color:#1e293b;margin-bottom:4px}.group-guests-picker .guests-picker-popup .picker-row .picker-label small{font-size:12px;color:#64748b}.group-guests-picker .guests-picker-popup .picker-row .picker-control{display:flex;align-items:center;gap:12px}.group-guests-picker .guests-picker-popup .picker-row .picker-control button{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:18px;font-weight:600;color:navy;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.group-guests-picker .guests-picker-popup .picker-row .picker-control button:hover{background:#f8fafc;border-color:navy}.group-guests-picker .guests-picker-popup .picker-row .picker-control button:active{transform:scale(0.95)}.group-guests-picker .guests-picker-popup .picker-row .picker-control input{width:50px;height:32px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;text-align:center;font-size:14px;font-weight:600;color:#1e293b;cursor:default}.group-guests-picker .guests-picker-popup .picker-actions{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.group-guests-picker .guests-picker-popup .picker-actions .btn-apply{width:100%;height:40px;background:navy;border:none;border-radius:6px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s}.group-guests-picker .guests-picker-popup .picker-actions .btn-apply:hover{background:#006;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,128,.3)}.products-page{background:#f8f9fa;min-height:100vh}.products-section{padding:40px 0 60px;background:#f8f9fa}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:start}.filters-sidebar{background:#fff;border-radius:8px;padding:15px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e5e7eb;position:sticky;top:100px}.filters-sidebar .filter-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 20px 0;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.filters-sidebar .filter-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.filters-sidebar .filter-section:last-child{border-bottom:none;margin-bottom:0}.filters-sidebar .filter-section h4{font-size:14px;font-weight:600;color:#0f172a;margin:0 0 12px 0}.filters-sidebar .filter-section .form-control,.filters-sidebar .filter-section .form-select{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:13px}.filters-sidebar .filter-section .form-control:focus,.filters-sidebar .filter-section .form-select:focus{outline:none;border-color:navy}.filters-sidebar .filter-section .form-select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;appearance:none}.filters-sidebar .price-range .form-range{width:100%;margin-bottom:8px}.filters-sidebar .price-range .price-labels{display:flex;justify-content:space-between;font-size:12px;color:#64748b}.filters-sidebar .price-range .dual-range .range-slider{position:relative;height:28px}.filters-sidebar .price-range .dual-range .range-track{position:absolute;top:50%;left:0;right:0;height:4px;background:#e9ecef;border-radius:3px;transform:translateY(-50%)}.filters-sidebar .price-range .dual-range .range-progress{position:absolute;top:50%;height:4px;background:#0d6efd;border-radius:3px;transform:translateY(-50%)}.filters-sidebar .price-range .dual-range .range-input{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:28px;background:rgba(0,0,0,0);pointer-events:none;-webkit-appearance:none;appearance:none;margin:0;z-index:2}.filters-sidebar .price-range .dual-range .range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:15px;height:15px;border-radius:50%;background:#fff;border:2px solid #0d6efd;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;margin-top:-7px}.filters-sidebar .price-range .dual-range .range-input::-webkit-slider-runnable-track{height:0;background:rgba(0,0,0,0);border:none}.filters-sidebar .price-range .dual-range .range-input::-moz-range-thumb{pointer-events:auto;width:15px;height:15px;border-radius:50%;background:#fff;border:2px solid #0d6efd;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer}.filters-sidebar .price-range .dual-range .range-input::-moz-range-track{height:0;background:rgba(0,0,0,0);border:none}.filters-sidebar .price-range .dual-range .range-input::-ms-track{height:0;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.filters-sidebar .star-filters{display:flex;flex-direction:column;gap:10px}.filters-sidebar .star-filters .star-filter{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#475569}.filters-sidebar .star-filters .star-filter input[type=checkbox]{width:16px;height:16px;cursor:pointer}.filters-sidebar .star-filters .star-filter:hover{color:#0f172a}.filters-sidebar .star-buttons{display:flex;align-items:center;gap:2px;flex-wrap:nowrap}.filters-sidebar .star-buttons .star-btn{padding:6px 10px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;border-radius:6px;cursor:pointer;line-height:1;transition:all .2s ease;flex:1}.filters-sidebar .star-buttons .star-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.filters-sidebar .star-buttons .star-btn.active{background:#eef2ff;border-color:#fbc226;color:#fbc226;font-weight:600}.filters-sidebar .brand-filters{display:flex;flex-direction:column;max-height:250px;overflow-y:auto;padding:5px 5px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.filters-sidebar .brand-filters::-webkit-scrollbar{width:8px}.filters-sidebar .brand-filters::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.filters-sidebar .brand-filters::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.filters-sidebar .brand-filters::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filters-sidebar .brand-filters .brand-filter{display:flex;align-items:center;gap:8px;padding:5px;border-radius:6px;cursor:pointer;color:#475569;font-size:13px}.filters-sidebar .brand-filters .brand-filter input[type=checkbox]{width:16px;height:16px;cursor:pointer}.filters-sidebar .brand-filters .brand-filter:hover{background:#f8fafc;color:#0f172a}.filters-sidebar .amenity-filters{display:flex;flex-direction:column;max-height:250px;overflow-y:auto;padding:5px 5px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.filters-sidebar .amenity-filters::-webkit-scrollbar{width:8px}.filters-sidebar .amenity-filters::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.filters-sidebar .amenity-filters::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.filters-sidebar .amenity-filters::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filters-sidebar .amenity-filters .amenity-item{display:flex;align-items:center;gap:8px;padding:5px;border-radius:6px;cursor:pointer;color:#475569;font-size:13px}.filters-sidebar .amenity-filters .amenity-item input[type=checkbox]{width:16px;height:16px;cursor:pointer}.filters-sidebar .amenity-filters .amenity-item:hover{background:#f8fafc;color:#0f172a}.filters-sidebar .location-links{display:flex;flex-direction:column;max-height:250px;overflow-y:auto;padding:5px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.filters-sidebar .location-links::-webkit-scrollbar{width:8px}.filters-sidebar .location-links::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.filters-sidebar .location-links::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.filters-sidebar .location-links::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filters-sidebar .location-links .loc-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px;border-radius:6px;color:#475569;font-size:13px;text-decoration:none}.filters-sidebar .location-links .loc-item .icon{color:#94a3b8;display:inline-flex}.filters-sidebar .location-links .loc-item .text{flex:1 1 auto}.filters-sidebar .location-links .loc-item .tick{color:#16a34a;display:inline-flex}.filters-sidebar .location-links .loc-item:hover{background:#f8fafc;color:#0f172a}.filters-sidebar .location-links .loc-item.active{background:#eef2ff;color:#4338ca;font-weight:600}.filters-sidebar .location-links .loc-item.active .icon{color:#6366f1}.products-content{min-width:0}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.products-toolbar .toolbar-left .results-title{font-size:20px;color:#0f172a;margin:0}.products-toolbar .toolbar-left .results-title strong{color:navy}.products-toolbar .toolbar-right{display:flex;align-items:center;gap:16px}.products-toolbar .toolbar-right .sort-label{font-size:14px;color:#64748b}.products-toolbar .toolbar-right .sort-select{padding:8px 36px 8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.products-toolbar .toolbar-right .sort-select:focus{outline:none;border-color:navy}.products-toolbar .toolbar-right .view-toggle{display:flex;gap:4px;border:1px solid #e2e8f0;border-radius:6px;padding:2px;background:#fff}.products-toolbar .toolbar-right .view-toggle .view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);border-radius:4px;cursor:pointer;color:#64748b;transition:all .2s}.products-toolbar .toolbar-right .view-toggle .view-btn:hover{background:#f1f5f9;color:#0f172a}.products-toolbar .toolbar-right .view-toggle .view-btn.active{background:navy;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px;transition:all .3s}.products-grid.grid-view{grid-template-columns:repeat(2, 1fr)}.products-grid.list-view{grid-template-columns:1fr}.products-grid.list-view .product-card{display:flex;flex-direction:row}.products-grid.list-view .product-card .product-image{width:320px;height:100%;flex-shrink:0}.products-grid.list-view .product-card .product-image a{border-top-left-radius:12px;border-top-right-radius:0px;border-bottom-left-radius:12px}.products-grid.list-view .product-card .product-info{flex:1;padding:20px 24px}.products-grid.list-view .product-card .product-info .product-title{min-height:auto}.products-grid.list-view .product-card .product-footer{flex-direction:row;align-items:center;margin-top:16px}.products-grid.list-view .product-card .product-footer .product-price{margin-bottom:0}.products-grid.list-view .product-card .product-footer .btn-book{margin-left:auto}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s;border:1px solid #e5e7eb}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.product-card .product-image{position:relative;width:100%;height:240px}.product-card .product-image a{display:block;width:100%;height:100%;border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card .product-image:hover img{transform:scale(1.08)}.product-card .product-image .product-badge{position:absolute;top:15px;left:-5px;background:url(../images/bg-line.svg) no-repeat center center;background-size:cover;color:#fff;border-radius:6px;font-size:14px;font-weight:600;z-index:1;width:190px;height:40px;display:flex;padding-left:19px;padding-top:5px}.product-card .product-image .product-badge.badge-special{background:#059669}.product-card .product-image .product-badge.badge-sold{background:#ea580c}.product-card .product-image .product-badge.badge-limited{background:#7c3aed}.product-card .product-image .product-badge.badge-hot{background:#dc2626}.product-card .product-info{padding:15px}.product-card .product-info .product-title{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 12px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:28px}.product-card .product-info .product-title a{color:#0f172a;text-decoration:none}.product-card .product-info .product-title a:hover{text-decoration:underline}.product-card .product-info .product-rating{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.product-card .product-info .product-rating .stars{font-size:16px;line-height:1;color:orange;letter-spacing:2px;margin-bottom:5px}.product-card .product-info .product-rating .rating-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card .product-info .product-rating .rating-score{background:navy;color:#fff;padding:4px 8px;border-radius:6px;font-size:13px;font-weight:700}.product-card .product-info .product-rating .rating-text{font-size:13px;font-weight:600;color:#0f172a}.product-card .product-info .product-rating .reviews-count{font-size:12px;color:#64748b}.product-card .product-info .product-location{display:flex;align-items:flex-start;gap:6px;margin-bottom:12px}.product-card .product-info .product-location svg{color:#64748b;margin-top:2px;flex-shrink:0}.product-card .product-info .product-location span{font-size:13px;color:#475569;line-height:1.5}.product-card .product-info .product-location a{color:#475569}.product-card .product-info .product-features{margin-bottom:8px}.product-card .product-info .product-features .feature-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#059669;font-weight:500}.product-card .product-info .product-features .feature-item svg{color:#059669;flex-shrink:0}.product-card .product-info .product-features.features-villa .feature-item{align-items:center;margin-bottom:5px}.product-card .product-info .product-features.features-villa .feature-item i{width:20px;color:#333}.product-card .product-info .product-features.features-villa .feature-item{color:#333}.product-card .product-info .product-amenity{display:flex;align-items:center;gap:6px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.product-card .product-info .product-amenity svg{color:#ea580c;flex-shrink:0}.product-card .product-info .product-amenity span{font-size:13px;color:#ea580c;font-weight:500}.product-card .product-info .product-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-card .product-info .product-footer .product-price{flex:1}.product-card .product-info .product-footer .product-price .price-old{display:block;font-size:13px;color:#94a3b8;text-decoration:line-through;margin-bottom:4px}.product-card .product-info .product-footer .product-price .price-current{display:block;font-size:20px;font-weight:700;color:#dc2626}.product-card .product-info .product-footer .btn-book{padding:8px 16px;background:navy;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;text-align:center;white-space:nowrap;flex-shrink:0}.product-card .product-info .product-footer .btn-book:hover{background:#006;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,128,.3);color:#fff}.product-card .product-info .features-hightline{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px;margin-bottom:20px;margin-top:15px}.product-card .product-info .features-hightline h4{font-weight:700;font-size:13px;margin:0 0 10px 0;color:#333}.product-card .product-info .features-hightline ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin-bottom:0}.product-card .product-info .features-hightline ul li{padding:5px 10px;border-radius:15px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.products-grid.list-view .product-card .product-info .product-title{margin-bottom:10px}.product-card .product-info .product-rating{gap:10px;margin-bottom:10px}.product-card .product-info .product-location{margin-bottom:10px}.product-card .product-info .product-features{margin-bottom:10px}.product-card .product-info .product-features .feature-item{margin-bottom:10px}.product-card .product-info .product-features .feature-item:last-child{margin-bottom:0}.product-card .product-info .product-location>span{display:flex;gap:6px;align-items:center}.product-card .product-info .product-location>span i,.product-card .product-info .product-features .feature-item i{display:inline-block;width:15px}.products-grid.list-view .product-card .product-footer{margin-top:0;margin-bottom:0}.product-card .product-info .product-features.features-villa .feature-item{margin-bottom:10px}.blogs-page{background:#f8f9fa;min-height:100vh}.featured-hero{padding:40px 0 60px;background:linear-gradient(135deg, #000080 0%, #4169E1 100%)}.featured-hero .featured-content{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}.featured-hero .featured-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.featured-hero .featured-image img{width:100%;height:500px;object-fit:cover;transition:transform .4s}.featured-hero .featured-image:hover img{transform:scale(1.05)}.featured-hero .featured-image .featured-badge{position:absolute;top:20px;left:20px;background:hsla(0,0%,100%,.95);color:navy;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;z-index:1}.featured-hero .featured-info{color:#fff}.featured-hero .featured-info .post-meta{display:flex;gap:16px;margin-bottom:16px}.featured-hero .featured-info .post-meta .category{background:hsla(0,0%,100%,.2);padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;color:#fff}.featured-hero .featured-info .post-meta .date{display:flex;align-items:center;font-size:13px;opacity:.9}.featured-hero .featured-info .featured-title{font-size:40px;font-weight:700;line-height:1.3;margin-bottom:20px}.featured-hero .featured-info .featured-excerpt{font-size:16px;line-height:1.7;margin-bottom:24px;opacity:.95}.featured-hero .featured-info .btn-read-more{display:inline-block;padding:14px 32px;background:#fff;color:navy;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s}.featured-hero .featured-info .btn-read-more:hover{transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,0%,100%,.3)}.blog-content{padding:60px 0}.blog-layout{display:grid;grid-template-columns:1fr 350px;gap:40px}.blog-main{min-width:0}.category-tabs{display:flex;gap:12px;margin-bottom:40px;flex-wrap:wrap}.category-tabs .cat-btn{padding:10px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s}.category-tabs .cat-btn:hover{border-color:navy;color:navy}.category-tabs .cat-btn.active{background:navy;border-color:navy;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px;margin-bottom:40px}.blog-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.blog-list .blog-card{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:stretch}.blog-list .blog-image{height:100%;min-height:200px}.blog-list .blog-body{padding:16px}.blog-list .blog-card .blog-body .blog-title{height:auto;min-height:unset}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s;border:1px solid #e5e7eb}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.blog-card .blog-image{position:relative;height:200px;overflow:hidden}.blog-card .blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card .blog-image:hover img{transform:scale(1.1)}.blog-card .blog-image .blog-category{position:absolute;bottom:12px;left:12px;background:navy;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600}.blog-card .blog-image .blog-category.bg-purple{background:#7c3aed}.blog-card .blog-image .blog-category.bg-orange{background:#ea580c}.blog-card .blog-image .blog-category.bg-green{background:#059669}.blog-card .blog-body{padding:15px}.blog-card .blog-body .blog-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;color:#64748b}.blog-card .blog-body .blog-meta .author{display:flex;align-items:center;gap:4px}.blog-card .blog-body .blog-meta .author svg{flex-shrink:0}.blog-card .blog-body .blog-title{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 12px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px}.blog-card .blog-body .blog-title a{color:#333}.blog-card .blog-body .blog-title a:hover{color:navy}.blog-card .blog-body .blog-excerpt{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card .blog-body .blog-link{display:inline-flex;align-items:center;color:navy;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.blog-card .blog-body .blog-link:hover{gap:8px}.blog-pagination .page-numbers{display:flex;justify-content:center;gap:8px}.blog-pagination .page-numbers .page-numbers{padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s}.blog-pagination .page-numbers .page-numbers:hover:not(.disabled){border-color:navy;color:navy}.blog-pagination .page-numbers .page-numbers.current{background:navy;border-color:navy;color:#fff}.blog-pagination .page-numbers .page-numbers.disabled{opacity:.5;cursor:not-allowed}.blog-sidebar{position:sticky;top:100px;align-self:start}.form-search-kq{margin-bottom:24px}.form-search-kq .search-results-form{display:flex;gap:10px;align-items:center}.form-search-kq .search-results-form .search-field{flex:1;padding:12px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff}.form-search-kq .search-results-form .search-field:focus{outline:none;border-color:navy;box-shadow:0 0 0 3px rgba(65,105,225,.1)}.form-search-kq .search-results-form .search-submit{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;background:navy;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s}.form-search-kq .search-results-form .search-submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.form-search-kq .search-results-form .search-submit svg{color:currentColor}@media(max-width: 575.98px){.form-search-kq .search-results-form{flex-direction:column}.form-search-kq .search-results-form .search-submit{width:100%;justify-content:center}}.sidebar-widget{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e5e7eb}.sidebar-widget .widget-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.search-widget form{position:relative}.search-widget form input[type=text]{width:100%;padding:12px 50px 12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px}.search-widget form input[type=text]:focus{outline:none;border-color:navy}.search-widget form input[type=submit]{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:90px;height:36px;background:navy;border:none;border-radius:6px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.search-widget form input[type=submit]:hover{background:#00004d}.popular-posts{display:flex;flex-direction:column;gap:16px}.popular-posts .popular-item{display:flex;gap:12px;text-decoration:none;transition:all .3s}.popular-posts .popular-item:hover{transform:translateX(4px)}.popular-posts .popular-item:hover h4{color:navy}.popular-posts .popular-item img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.popular-posts .popular-item .popular-info{flex:1}.popular-posts .popular-item .popular-info h4{font-size:14px;font-weight:600;color:#0f172a;margin:0 0 8px 0;line-height:1.4;transition:all .3s}.popular-posts .popular-item .popular-info .popular-date{font-size:12px;color:#64748b}.categories-list{list-style:none;padding:0;margin:0}.categories-list li{border-bottom:1px solid #f1f5f9}.categories-list li:last-child{border-bottom:none}.categories-list li a{display:flex;justify-content:space-between;padding:12px 0;color:#475569;font-size:14px;text-decoration:none;transition:all .3s}.categories-list li a:hover{color:navy;padding-left:8px}.categories-list li a span{color:#94a3b8;font-size:13px}.tags-cloud{display:flex;flex-wrap:wrap;gap:8px}.tags-cloud a{padding:6px 10px;background:#f1f5f9;color:#475569;border-radius:20px;font-size:13px;text-decoration:none;transition:all .3s}.tags-cloud a:hover{background:navy;color:#fff;transform:translateY(-2px)}.post-detail-page{background:#f8f9fa;padding:40px 0 60px}.post-detail-layout{display:grid;grid-template-columns:1fr 350px;gap:40px;align-items:start}.post-detail-main{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.post-header{margin-bottom:32px;padding-bottom:32px;border-bottom:2px solid #f1f5f9}.post-header .post-meta-top{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.post-header .post-meta-top span{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b}.post-header .post-meta-top span svg{flex-shrink:0}.post-header .post-meta-top .post-category{background:navy;color:#fff;padding:6px 14px;border-radius:20px;font-weight:600}.post-header .post-title{font-size:42px;font-weight:700;line-height:1.3;color:#0f172a;margin:0 0 24px 0}.post-header .post-author-info{display:flex;align-items:center;gap:16px}.post-header .post-author-info .author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.post-header .post-author-info .author-avatar img{width:100%;height:100%;object-fit:cover}.post-header .post-author-info .author-details{flex:1}.post-header .post-author-info .author-details .author-name{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 4px 0}.post-header .post-author-info .author-details .author-role{font-size:14px;color:#64748b;margin:0}.post-header .post-author-info .post-social-share{display:flex;gap:8px;margin-left:auto}.post-header .post-author-info .post-social-share button{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:all .3s}.post-header .post-author-info .post-social-share button:hover{border-color:navy;color:navy}.post-featured-image{margin-bottom:40px}.post-featured-image img{width:100%;height:500px;object-fit:cover;border-radius:12px}.post-featured-image .image-caption{text-align:center;font-size:14px;color:#64748b;font-style:italic;margin-top:12px}.post-content{font-size:17px;line-height:1.8;color:#334155}.post-content .lead-text{font-size:20px;line-height:1.7;color:#475569;font-weight:500;margin-bottom:32px}.post-content h2{font-size:32px;font-weight:700;color:#0f172a;margin:48px 0 20px 0;line-height:1.3}.post-content h3{font-size:24px;font-weight:600;color:#0f172a;margin:32px 0 16px 0}.post-content p{margin-bottom:20px}.post-content ul,.post-content ol{margin:20px 0;padding-left:24px}.post-content ul li,.post-content ol li{margin-bottom:12px;line-height:1.8}.post-content strong{font-weight:600;color:#0f172a}.post-content a{color:navy;text-decoration:underline}.post-content a:hover{color:#00004d}.post-quote{position:relative;background:linear-gradient(135deg, #F8FAFC 0%, #EEF2FF 100%);border-left:4px solid navy;padding:32px 32px 32px 80px;margin:40px 0;border-radius:8px}.post-quote svg{position:absolute;left:24px;top:24px;color:navy;opacity:.3}.post-quote p{font-size:19px;font-style:italic;color:#1e293b;margin:0 0 12px 0;line-height:1.6}.post-quote cite{font-size:15px;color:#64748b;font-weight:600;font-style:normal}.post-info-box{background:#fef3c7;border-left:4px solid #f59e0b;padding:24px;margin:32px 0;border-radius:8px}.post-info-box h4{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:#92400e;margin:0 0 16px 0}.post-info-box h4 svg{color:#f59e0b}.post-info-box ul{margin:0;padding-left:20px}.post-info-box ul li{color:#78350f;margin-bottom:8px}.post-info-box ul li:last-child{margin-bottom:0}.post-tags{margin-top:48px;padding-top:32px;border-top:2px solid #f1f5f9}.post-tags h4{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 16px 0}.post-tags .tags-list{display:flex;flex-wrap:wrap;gap:8px}.post-tags .tags-list .tag{padding:8px 16px;background:#f1f5f9;color:#475569;border-radius:20px;font-size:14px;text-decoration:none;transition:all .3s}.post-tags .tags-list .tag:hover{background:navy;color:#fff}.author-bio{display:flex;gap:24px;margin-top:48px;padding:32px;background:#f8fafc;border-radius:12px}.author-bio .author-avatar-large{width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-bio .author-avatar-large img{width:100%;height:100%;object-fit:cover}.author-bio .author-bio-content{flex:1}.author-bio .author-bio-content h3{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 4px 0}.author-bio .author-bio-content .author-title{font-size:14px;color:#64748b;margin:0 0 12px 0}.author-bio .author-bio-content .author-desc{font-size:15px;line-height:1.6;color:#475569;margin:0 0 16px 0}.author-bio .author-bio-content .author-social{display:flex;gap:12px}.author-bio .author-bio-content .author-social .social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:#64748b;transition:all .3s}.author-bio .author-bio-content .author-social .social-link:hover{background:navy;color:#fff;transform:translateY(-2px)}.related-posts{margin-top:60px}.related-posts .section-title{font-size:28px;font-weight:700;color:#0f172a;margin:0 0 32px 0}.related-posts .related-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.related-posts .related-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;text-decoration:none;transition:all .3s}.related-posts .related-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.related-posts .related-card .related-image{height:180px;overflow:hidden}.related-posts .related-card .related-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.related-posts .related-card:hover .related-image img{transform:scale(1.1)}.related-posts .related-card .related-content{padding:20px}.related-posts .related-card .related-content .related-category{display:inline-block;background:#eef2ff;color:navy;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;margin-bottom:10px}.related-posts .related-card .related-content .related-title{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 10px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-posts .related-card .related-content .related-date{font-size:13px;color:#64748b}.post-sidebar{position:sticky;top:100px}.post-sidebar .related-products-widget .related-products-list{display:flex;flex-direction:column;gap:16px}.post-sidebar .related-products-widget .related-products-list .product-item{display:flex;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;text-decoration:none;transition:all .3s}.post-sidebar .related-products-widget .related-products-list .product-item:hover{background:#eef2ff;transform:translateX(4px)}.post-sidebar .related-products-widget .related-products-list .product-item img{width:90px;height:90px;object-fit:cover;border-radius:6px;flex-shrink:0}.post-sidebar .related-products-widget .related-products-list .product-item .product-item-info{flex:1;min-width:0}.post-sidebar .related-products-widget .related-products-list .product-item .product-item-info h4{font-size:14px;font-weight:600;color:#0f172a;margin:0 0 8px 0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-sidebar .related-products-widget .related-products-list .product-item .product-item-info .product-rating{display:flex;align-items:center;gap:6px;margin-bottom:6px}.post-sidebar .related-products-widget .related-products-list .product-item .product-item-info .product-rating .rating-score{background:navy;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700}.post-sidebar .related-products-widget .related-products-list .product-item .product-item-info .product-rating .stars{font-size:11px;color:orange}.post-sidebar .related-products-widget .related-products-list .product-item .product-item-info .product-price{font-size:16px;font-weight:700;color:#dc2626;margin:0}.post-sidebar .newsletter-widget{background:linear-gradient(135deg, #000080 0%, #4169E1 100%);color:#fff;border:none}.post-sidebar .newsletter-widget .widget-title{color:#fff;border-color:hsla(0,0%,100%,.2)}.post-sidebar .newsletter-widget .newsletter-desc{font-size:14px;line-height:1.6;margin-bottom:16px;opacity:.95}.post-sidebar .newsletter-widget .newsletter-form-sidebar{display:flex;flex-direction:column;gap:10px}.post-sidebar .newsletter-widget .newsletter-form-sidebar input{width:100%;padding:12px 16px;border:2px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:14px}.post-sidebar .newsletter-widget .newsletter-form-sidebar input::placeholder{color:hsla(0,0%,100%,.7)}.post-sidebar .newsletter-widget .newsletter-form-sidebar input:focus{outline:none;border-color:#fff;background:hsla(0,0%,100%,.15)}.post-sidebar .newsletter-widget .newsletter-form-sidebar button{padding:12px 24px;background:#fff;color:navy;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s}.post-sidebar .newsletter-widget .newsletter-form-sidebar button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.title-category h1{font-size:1.8rem;font-weight:800;color:#1e293b;margin-bottom:20px;line-height:1.2;text-transform:uppercase}.post-detail-page .post-header .post-meta-top{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.post-detail-page .post-header .post-meta-top .post-category{background:navy;color:#fff;padding:6px 14px;border-radius:20px;font-weight:600;text-decoration:none}.post-detail-page .post-header .post-meta-top span{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.post-detail-page .post-header .post-author-info{display:flex;align-items:center;gap:16px}.post-detail-page .post-header .post-author-info .author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;display:inline-block}.post-detail-page .post-header .post-author-info .author-avatar img{width:100%;height:100%;object-fit:cover}.post-detail-page .post-header .post-author-info .author-name a{color:#0f172a;text-decoration:none}.post-detail-page .post-header .post-author-info .author-name a:hover{color:navy}.post-detail-page .post-header .post-author-info .post-social-share{display:flex;gap:8px;margin-left:auto}.post-detail-page .post-header .post-author-info .post-social-share a,.post-detail-page .post-header .post-author-info .post-social-share button{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:14px;font-weight:600;color:#475569;text-decoration:none;cursor:pointer;transition:all .3s}.post-detail-page .post-header .post-author-info .post-social-share a:hover,.post-detail-page .post-header .post-author-info .post-social-share button:hover{border-color:navy;color:navy}.page-container{background:#f8f9fa}.page-hero{background:linear-gradient(135deg, #000080 0%, #4169E1 100%);padding:80px 0;text-align:center;color:#fff}.page-hero h1{font-size:40px;font-weight:700;margin:0 0 16px 0}.page-hero p{font-size:14px;opacity:.95;max-width:600px;margin:0 auto}.booking-process h2{text-align:center}.booking-process .bp-intro{text-align:center;font-size:16px;margin:-2px 0 22px;color:#64748b}.booking-process .bp-wrapper{position:relative;max-width:1080px;margin:0 auto;padding:6px 0 8px}.booking-process .bp-wrapper::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background-image:linear-gradient(to bottom, rgba(0, 0, 128, 0.35) 40%, rgba(0, 0, 128, 0) 0%);background-position:left top;background-size:2px 10px;background-repeat:repeat-y;transform:translateX(-50%)}.booking-process .bp-step{position:relative;display:flex;align-items:flex-start;gap:18px;margin:18px 0}.booking-process .bp-step.left{flex-direction:row;justify-content:flex-start}.booking-process .bp-step.right{flex-direction:row-reverse;justify-content:flex-start}.booking-process .bp-index{font-weight:800;font-size:32px;color:#0f172a;opacity:.15;width:80px;text-align:center;line-height:1;padding-top:10px}.booking-process .bp-card{position:relative;display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:start;background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);border:1px solid #e5e7eb;border-radius:14px;padding:16px 18px;box-shadow:0 12px 28px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease;width:calc(50% - 70px)}.booking-process .bp-card::after{content:"";position:absolute;inset:0;border-radius:14px;box-shadow:0 8px 18px rgba(0,0,0,.06);pointer-events:none}.booking-process .bp-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.12)}.booking-process .bp-card{border-left:4px solid #e0e7ff}.booking-process .bp-step.right .bp-card{border-right:4px solid #e0e7ff;border-left:none}.booking-process .bp-card:hover{border-color:navy}.booking-process .bp-icon{width:48px;height:48px;border-radius:12px;background:radial-gradient(60px 60px at 30% 30%, #eef2ff 0%, #dbe4ff 100%);color:navy;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6),0 6px 14px rgba(0,0,0,.08)}.booking-process .bp-body h3{margin:0 0 4px;font-weight:800;font-size:16px;color:navy}.booking-process .bp-body .bp-meta{margin:0 0 8px;color:#64748b;font-size:13px;display:flex;align-items:center;gap:6px}.booking-process .bp-body p{margin:0;color:#334155;font-size:14px}.booking-process .bp-step{opacity:0;transform:translateY(8px);animation:fadeUp .5s ease forwards}.booking-process .bp-step:nth-child(1){animation-delay:.05s}.booking-process .bp-step:nth-child(2){animation-delay:.12s}.booking-process .bp-step:nth-child(3){animation-delay:.18s}.booking-process .bp-step:nth-child(4){animation-delay:.24s}.booking-process .bp-step:nth-child(5){animation-delay:.3s}@media(max-width: 767.98px){.booking-process .bp-wrapper::before{left:12px;transform:none}.booking-process .bp-step,.booking-process .bp-step.right,.booking-process .bp-step.left{flex-direction:row}.booking-process .bp-index{width:36px;font-size:20px;text-align:left;padding-top:6px}.booking-process .bp-card{grid-template-columns:44px 1fr;width:calc(100% - 52px)}.booking-process .bp-icon{width:44px;height:44px;font-size:18px}}.about-hero{position:relative;padding:90px 0;color:#fff;background:radial-gradient(1200px 600px at 10% 10%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%),linear-gradient(135deg, #000080 0%, #4169E1 100%);overflow:hidden}.about-hero .hero-inner{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px}.about-hero h1{font-size:clamp(36px,5vw,56px);font-weight:800;margin:0 0 10px}.about-hero p{font-size:16px;opacity:.95;margin:0 0 14px;max-width:620px}.about-hero .hero-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;padding:0}.about-hero .hero-highlights li{list-style:none;display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);padding:8px 12px;border-radius:999px}.about-hero .media .photo{height:280px;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.2)}.about-hero .media .photo{width:100%;height:100%;object-fit:cover}@media(max-width: 991.98px){.about-hero .hero-inner{grid-template-columns:1fr}.about-hero .media .photo{height:220px}}.story-section{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.story-section .story-media .video-thumb{position:relative;display:block;border-radius:14px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.12);border:1px solid #e5e7eb}.story-section .story-media .video-thumb img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16/9;filter:saturate(1.05) contrast(1.02)}.story-section .story-media .video-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);pointer-events:none}.story-section .story-media .btn-play{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:64px;height:64px;border-radius:999px;border:none;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.9);color:#111827;box-shadow:0 8px 24px rgba(0,0,0,.18);transition:transform .2s ease,box-shadow .2s ease}.story-section .story-media .btn-play i{margin-left:2px}.story-section .story-media .btn-play::before{content:"";position:absolute;inset:-10px;border-radius:999px;background:hsla(0,0%,100%,.35);animation:pulse 1.6s ease-out infinite}.story-section .story-media .video-thumb:hover .btn-play{transform:translate(-50%, -50%) scale(1.05);box-shadow:0 12px 34px rgba(0,0,0,.24)}@keyframes pulse{0%{transform:scale(0.95);opacity:.7}70%{transform:scale(1.2);opacity:0}100%{transform:scale(1.2);opacity:0}}@media(max-width: 991.98px){.story-section{grid-template-columns:1fr}}.pillars h2{margin-bottom:10px}.pillars-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:18px}.pillar-card{background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);border:1px solid #e5e7eb;border-radius:14px;padding:22px;text-align:center;box-shadow:0 4px 18px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.pillar-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.1)}.pillar-card .icon{width:60px;height:60px;border-radius:50%;background:#eef2ff;color:navy;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:26px}.pillar-card h3{font-weight:700;font-size:18px;margin:0 0 8px;color:#0f172a}.pillar-card p{margin:0;color:#475569}@media(max-width: 991.98px){.pillars-grid{grid-template-columns:1fr}}.leadership .leaders-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:18px}.leadership .leader-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.leadership .leader-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,0,0,.12)}.leadership .leader-card .photo{aspect-ratio:4/3;background-size:cover;background-position:center}.leadership .leader-card .info{padding:14px}.leadership .leader-card .info h3{margin:0 0 4px;font-size:18px;font-weight:700;color:#0f172a}.leadership .leader-card .info .role{margin:0;color:#64748b;font-size:14px}.leadership .leader-card .socials{display:flex;gap:10px;margin:10px 0 0;padding:0;list-style:none}.leadership .leader-card .socials li a{width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#1e293b;border:1px solid #e5e7eb;transition:all .2s ease}.leadership .leader-card .socials li a:hover{background:#e0e7ff;color:navy;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}@media(max-width: 991.98px){.leadership .leaders-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575.98px){.leadership .leaders-grid{grid-template-columns:1fr}}.about-pillars{position:relative;background:linear-gradient(180deg, #EEF2FF 0%, #F8FAFC 100%);border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:60px 0}.about-pillars .pillars h2{text-align:center;font-weight:800;font-size:clamp(22px,2.4vw,28px);color:#0f172a;margin:0 0 25px}.about-pillars .pillars .pillars-grid{margin-top:6px}.page-content{padding:60px 0}.page-content .content-section{background:#fff;border-radius:8px;padding:20px;margin-bottom:30px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.page-content .content-section.booking-process h3{margin-bottom:10px}.page-content .content-section.booking-process .bp-step p{margin:0}.page-content .content-section h2,.page-content .content-section h3{font-size:20px;font-weight:600;color:navy;margin:0 0 24px 0}.page-content .content-section p{font-size:16px;line-height:1.8;color:#475569;margin-bottom:16px}.page-content .content-section ul,.page-content .content-section ol{margin:20px 0;padding-left:24px}.page-content .content-section ul li,.page-content .content-section ol li{font-size:16px;line-height:1.8;color:#475569;margin-bottom:12px}.features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;margin:40px 0}.features-grid .feature-card{background:#fff;border-radius:12px;padding:32px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s}.features-grid .feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.features-grid .feature-card .feature-icon{width:70px;height:70px;background:linear-gradient(135deg, #000080 0%, #4169E1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:32px}.features-grid .feature-card .feature-icon svg{width:36px;height:36px}.features-grid .feature-card h3{font-size:20px;font-weight:600;color:#0f172a;margin:0 0 12px 0}.features-grid .feature-card p{font-size:15px;line-height:1.6;color:#64748b;margin:0}.stats-section{background:linear-gradient(135deg, #000080 0%, #4169E1 100%);padding:60px 0;color:#fff}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;text-align:center}.stats-section .stats-grid .stat-item h3{font-size:48px;font-weight:700;margin:0 0 8px 0}.stats-section .stats-grid .stat-item p{font-size:16px;opacity:.9;margin:0}.contact-form-section{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.contact-form-section h2{font-size:20px;color:navy;margin-bottom:24px;font-weight:600}.contact-form-section .form-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;margin-bottom:24px}.contact-form-section .form-grid p{margin-bottom:0}.contact-form-section .form-grid br{display:none}.contact-form-section .form-grid.full-width{grid-template-columns:1fr}.contact-form-section .form-group label{display:block;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:8px}.contact-form-section .form-group input,.contact-form-section .form-group textarea,.contact-form-section .form-group select{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;transition:all .3s}.contact-form-section .form-group input:focus,.contact-form-section .form-group textarea:focus,.contact-form-section .form-group select:focus{outline:none;border-color:navy}.contact-form-section .form-group textarea{resize:vertical;min-height:150px;height:80px}.contact-form-section .submit-btn{padding:16px 48px;background:navy;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s}.contact-form-section .submit-btn:hover{background:#00004d;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,128,.3)}.contact-info-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:40px}.contact-info-cards .info-card{background:#fff;border-radius:12px;padding:32px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.contact-info-cards .info-card .info-icon{width:60px;height:60px;background:#eef2ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:navy}.contact-info-cards .info-card .info-icon svg{width:28px;height:28px}.contact-info-cards .info-card h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 8px 0}.contact-info-cards .info-card p{font-size:15px;color:#64748b;margin:0}.contact-info-cards .info-card a{color:navy;text-decoration:none;font-weight:600}.contact-info-cards .info-card a:hover{text-decoration:underline}.timeline{position:relative;padding-left:40px;margin:40px 0}.timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:navy}.timeline .timeline-item{position:relative;margin-bottom:40px}.timeline .timeline-item::before{content:"";position:absolute;left:-47px;top:0;width:16px;height:16px;background:navy;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 3px navy}.timeline .timeline-item .timeline-content{background:#f8fafc;padding:24px;border-radius:8px}.timeline .timeline-item .timeline-content h3{font-size:20px;font-weight:600;color:#0f172a;margin:0 0 8px 0}.timeline .timeline-item .timeline-content p{font-size:15px;color:#64748b;margin:0}.faq-section .faq-item{background:#fff;border-radius:12px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}.faq-section .faq-item .faq-question{padding:24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.faq-section .faq-item .faq-question:hover{background:#f8fafc}.faq-section .faq-item .faq-question h3{font-size:16px;font-weight:600;color:#0f172a;margin:0}.faq-section .faq-item .faq-question .icon{width:24px;height:24px;color:navy;transition:transform .3s}.faq-section .faq-item .faq-question.active .icon{transform:rotate(180deg)}.faq-section .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s}.faq-section .faq-item .faq-answer.active{max-height:500px}.faq-section .faq-item .faq-answer .faq-answer-content{padding:0 24px 24px;font-size:15px;line-height:1.8;color:#64748b}.team-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px;margin:40px 0}.team-grid .team-member{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s}.team-grid .team-member:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.team-grid .team-member .member-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 16px}.team-grid .team-member .member-avatar img{width:100%;height:100%;object-fit:cover}.team-grid .team-member h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 4px 0}.team-grid .team-member p{font-size:14px;color:#64748b;margin:0}.google-maps-html iframe{height:320px}.partnership-process .timeline-steps{position:relative;margin:6px auto 0;max-width:900px;padding-left:0}.partnership-process .timeline-steps::before{content:"";position:absolute;left:42px;top:0;bottom:0;width:2px;background:linear-gradient(180deg, rgba(0, 0, 128, 0.25) 0%, rgba(0, 0, 128, 0.05) 100%)}.partnership-process .timeline-steps .step{list-style:none;position:relative;padding-left:64px;margin:0 0 18px 0;opacity:0;transform:translateY(8px);animation:fadeUp .5s ease forwards}.partnership-process .timeline-steps .step:nth-child(1){animation-delay:.05s}.partnership-process .timeline-steps .step:nth-child(2){animation-delay:.12s}.partnership-process .timeline-steps .step:nth-child(3){animation-delay:.18s}.partnership-process .timeline-steps .step:nth-child(4){animation-delay:.24s}.partnership-process .timeline-steps .step:nth-child(5){animation-delay:.3s}.partnership-process .timeline-steps .step:nth-child(6){animation-delay:.36s}.partnership-process .timeline-steps .step .step-number{position:absolute;left:0;top:8px;width:40px;height:40px;border-radius:999px;background:linear-gradient(135deg, #000080 0%, #4169E1 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 0 0 4px #eef2ff}.partnership-process .timeline-steps .step .step-card{background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);border:1px solid #e5e7eb;border-radius:14px;padding:16px 18px 16px 16px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 8px 18px rgba(0,0,0,.06);border-left:4px solid #e0e7ff;transition:transform .2s ease,box-shadow .2s ease}.partnership-process .timeline-steps .step .step-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.1);border-left-color:navy}.partnership-process .timeline-steps .step .step-icon{width:42px;height:42px;border-radius:10px;background:radial-gradient(60px 60px at 30% 30%, #eef2ff 0%, #dbe4ff 100%);color:navy;display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 auto;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6),0 6px 14px rgba(0,0,0,.08)}.partnership-process .timeline-steps .step .step-body h3{margin:0 0 6px;font-size:18px;font-weight:700;color:#0f172a}.partnership-process .timeline-steps .step .step-body p{margin:0;color:#475569}.partnership-process .process-aside{position:sticky;top:24px;background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.partnership-process .process-aside .badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#e0e7ff;color:navy;font-weight:800;font-size:12px;letter-spacing:.2px;margin-bottom:8px}.partnership-process .process-aside h3{margin:0 0 8px;font-weight:800;color:#0f172a}.partnership-process .process-aside p{margin:0 0 10px;color:#475569}.partnership-process .process-aside .benefits{list-style:none;padding:0;margin:0 0 14px}.partnership-process .process-aside .benefits li{display:flex;align-items:center;gap:8px;color:#334155;margin:6px 0}.partnership-process .process-aside .benefits i{color:#16a34a}.partnership-process .process-aside .cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;background:navy;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.partnership-process .process-aside .cta-btn:hover{background:#00004d;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,128,.25)}.partnership-process .process-aside .contact-mini{display:flex;flex-direction:column;gap:6px;margin-top:12px;font-size:14px;color:#475569}.partnership-process .process-aside .contact-mini a{color:navy;text-decoration:none}.partnership-process .process-aside .contact-mini i{color:#334155;margin-right:6px}.partnership-process .process-aside .contact-mini span{display:flex;align-items:center}.partnership-process .process-aside.illustration{text-align:center;display:flex;flex-direction:column;align-items:center}.partnership-process .process-aside.illustration .illu-icon{width:220px;height:220px;border-radius:999px;background:radial-gradient(180px 160px at 30% 30%, #a5b4fc 0%, #6366f1 70%, #4338ca 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:88px;box-shadow:0 20px 50px rgba(67,56,202,.35),inset 0 4px 12px hsla(0,0%,100%,.22);margin:6px 0 14px}.partnership-process .process-aside.illustration h3{margin:0 0 4px;font-weight:800;color:#0f172a}.partnership-process .process-aside.illustration p{margin:0 0 12px;color:#475569}@media(max-width: 991.98px){.partnership-process .timeline-steps::before{left:42px}.partnership-process .timeline-steps .step{padding-left:56px}.partnership-process .timeline-steps .step .step-number{width:36px;height:36px;top:10px}}@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.btn-view-order{background:navy;color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;font-size:13px}.location-page .location-hero{position:relative;color:#fff;padding:220px 0 80px}.location-page .location-hero .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(1.1) brightness(0.9)}.location-page .location-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.75) 100%)}.location-page .location-hero .hero-content{position:relative;z-index:1;max-width:980px}.location-page .location-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;opacity:.95;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);padding:6px 10px;border-radius:999px;backdrop-filter:blur(6px)}.location-page .location-hero .hero-title{font-weight:800;font-size:clamp(32px,6vw,64px);line-height:1.1;margin:14px 0 8px;text-shadow:0 2px 12px rgba(0,0,0,.3)}.location-page .location-hero .hero-sub{font-size:clamp(15px,2.4vw,18px);opacity:.95;max-width:780px}.location-page .location-hero .hero-quicklinks{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.location-page .location-hero .chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;color:#fff;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.12);transition:all .2s ease}.location-page .location-hero .chip:hover{background:hsla(0,0%,100%,.22);transform:translateY(-1px)}.location-page .location-intro{padding:36px 0 8px;background:#fff}.location-page .intro-wrap{max-width:920px;margin:0 auto}.location-page .intro-text{color:#374151;font-size:16px;line-height:1.8}.location-page .intro-text p{margin-bottom:12px}.location-page .intro-text{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.location-page .intro-text.is-expanded{-webkit-line-clamp:unset;line-clamp:unset}.location-page .btn-intro-toggle{margin-top:6px;display:inline-flex;gap:8px;align-items:center;background:rgba(0,0,0,0);border:none;color:navy;font-weight:600;padding:0}.location-page .btn-intro-toggle .less{display:none}.location-page .intro-text.is-expanded+.btn-intro-toggle .more{display:none}.location-page .intro-text.is-expanded+.btn-intro-toggle .less{display:inline}.location-page .featured-products{margin-top:18px;position:relative}.location-page .featured-products-localtion{background:linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);border:1px solid #e5e7eb;padding:16px 0}.location-page .featured-products .section-head{margin:6px 6px 12px}.location-page .location-owl .owl-stage-outer{padding:4px 2px}.location-page .location-owl .owl-nav{position:relative;margin-top:10px;display:flex;justify-content:flex-end;gap:8px}.location-page .location-owl .owl-nav button{width:36px;height:36px;border-radius:8px;background:#fff !important;border:1px solid #e5e7eb !important;color:#111827 !important;box-shadow:0 2px 8px rgba(0,0,0,.06)}.location-page .location-owl .owl-nav button:hover{background:#f9fafb !important}.location-page .location-owl .owl-dots{display:none}.location-page .location-services{padding:24px 0 60px;background:#fff}.location-page .service-section{margin-top:32px}.location-page .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.location-page .section-head .eyebrow{display:inline-flex;align-items:center;gap:8px;color:navy;font-weight:700;background:#eef2ff;border:1px solid #e0e7ff;padding:6px 10px;border-radius:999px}.location-page .section-head h2{margin:8px 0 0;font-size:clamp(20px,2.6vw,28px);font-weight:800;color:#0f172a}.location-page .btn-more{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:navy;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.12)}.location-page .btn-more:hover{background:rgb(0,0,97.4);color:#fff}.location-page .cards-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}.location-page .card-item{background:#fff;border:1px solid #eef2f7;border-radius:14px;overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease}.location-page .card-item:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.location-page .thumb{display:block;aspect-ratio:16/10;position:relative;background:#f3f4f6}.location-page .thumb-inner{position:absolute;inset:0}.location-page .thumb-bg{position:absolute;inset:0;background:linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(0, 0, 0, 0.12))}.location-page .badge.type{position:absolute;left:10px;top:10px;background:#111827;color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;opacity:.9}.location-page .info{padding:12px}.location-page .title{font-size:16px;font-weight:700;margin:0 0 6px}.location-page .title a{color:#0f172a}.location-page .title a:hover{color:navy}.location-page .meta{display:flex;align-items:center;justify-content:space-between;color:#374151}.location-page .rating{display:flex;align-items:center;gap:4px;color:#f59e0b}.location-page .rating .count{color:#6b7280;font-size:12px;margin-left:4px}.location-page .price{font-weight:800;color:#111827}.location-page .price .from{font-weight:500;color:#6b7280;margin-right:6px}@media(max-width: 991.98px){.location-page .cards-grid{grid-template-columns:repeat(3, 1fr)}.location-page .location-hero{padding:180px 0 60px}}@media(max-width: 767.98px){.location-page .cards-grid,.location-page .featured-products .cards-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575.98px){.location-page .cards-grid,.location-page .featured-products .cards-grid{grid-template-columns:1fr}}.account-layout{display:flex;gap:20px}.account-sidebar{width:260px;flex:0 0 260px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;box-shadow:0 6px 18px rgba(0,0,0,.06);position:sticky;top:10px}.user-brief{display:flex;gap:10px;align-items:center;margin-bottom:10px}.user-brief .avatar{width:44px;height:44px;border-radius:999px;background-size:cover;background-position:center;border:1px solid #e5e7eb}.user-brief .info{display:flex;flex-direction:column;line-height:1.2}.user-brief .info strong{color:#0f172a}.user-brief .info span{color:#64748b;font-size:13px}.account-nav{display:flex;flex-direction:column;gap:6px;margin-top:6px}.account-nav .nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#1f2937;text-decoration:none;border:1px solid rgba(0,0,0,0)}.account-nav .nav-item i{color:#334155}.account-nav .nav-item:hover{background:#f8fafc;border-color:#eef2ff}.account-nav .nav-item.active{background:#eef2ff;border-color:#e0e7ff;color:navy}.account-nav .nav-item.active i{color:navy}.account-content{flex:1}.account-content .content-section{padding:18px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.06)}.account-content .content-section h2{margin:0 0 14px;font-weight:800;color:#0f172a}.avatar-uploader{display:flex;align-items:center;gap:12px}.avatar.large{width:84px;height:84px;border-radius:999px;background-size:cover;background-position:center;border:1px solid #e5e7eb;box-shadow:0 6px 18px rgba(0,0,0,.05)}.btn.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:#fff;color:#0f172a;border:1px solid #e5e7eb;text-decoration:none}.btn.btn-outline:hover{background:#f8fafc}.submit-btn{position:relative;padding:12px 18px;background:navy;color:#fff;border:none;border-radius:8px;font-weight:700}.is-loading{opacity:.8;pointer-events:none}.dlv-toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);background:#0f172a;color:#fff;padding:10px 14px;border-radius:10px;opacity:0;transition:.25s;box-shadow:0 10px 28px rgba(0,0,0,.2);z-index:9999}.dlv-toast.success{background:#16a34a}.dlv-toast.error{background:#dc2626}.dlv-toast.show{opacity:1}.account-content .form-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;margin-bottom:14px}.account-content .form-grid.full-width{grid-template-columns:1fr}.account-content .form-group label{display:block;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:6px}.account-content .form-group input,.account-content .form-group textarea,.account-content .form-group select{width:100%;padding:12px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s ease}.account-content .form-group textarea{min-height:110px;resize:vertical}.account-content .form-group input:focus,.account-content .form-group textarea:focus,.account-content .form-group select:focus{outline:none;border-color:navy;box-shadow:0 0 0 3px rgba(0,0,128,.08)}@media(max-width: 991.98px){.account-layout{flex-direction:column}.account-sidebar{width:100%;flex:auto}}@media(max-width: 1199px){.story-media{height:100%}.story-section .story-media .video-thumb{height:100%}.post-detail-layout{grid-template-columns:1fr 290px;gap:20px}.post-detail-layout .post-detail-main,.post-detail-layout .sidebar-widget{padding:15px}.post-sidebar .related-products-widget .related-products-list{gap:10px}.post-sidebar .related-products-widget .related-products-list .product-item{padding:0 !important}.post-header .post-title{font-size:35px}.author-bio{padding:0}.author-bio .author-bio-content .author-desc{font-size:14px}.related-posts .related-grid{gap:10px}.related-posts .related-card .related-content{padding:10px}.related-posts{margin-top:10px}.post-tags .tags-list .tag{padding:5px;font-size:13px}.product-detail .gallery-section .gallery-grid,.product-detail .gallery-section .gallery-grid .gallery-main{height:390px}.product-detail .product-content .product-info .section-amenities .amenities-grid{gap:10px}.product-detail .product-content .product-info .section-amenities .amenities-grid .amenity-item,.product-detail .product-content .product-info .section-features{padding:15px}.box-tabs-search .tab-content .search-row .star-field{display:none}.blog-layout{gap:20px;grid-template-columns:1fr 290px}.blog-list .blog-card{gap:10px;grid-template-columns:200px 1fr}.blog-card .blog-body .blog-meta,.blog-card .blog-body .blog-title,.blog-card .blog-body .blog-excerpt{margin-bottom:5px}.blog-card .blog-body .blog-excerpt{font-size:13px}.blog-content,.post-detail-page{padding:20px 0}.post-content{font-size:15px}.post-header{margin-bottom:15px;padding-bottom:15px}.post-detail-page .post-header .post-meta-top{margin-bottom:15px}.post-tags{margin-top:15px;padding-top:15px}.related-posts .section-title{margin-bottom:15px}.products-grid{grid-template-columns:repeat(2, 1fr)}.toolbar-left h2{font-size:13px}.products-toolbar .toolbar-left .results-title{font-size:16px}.products-toolbar .toolbar-right{gap:5px}.products-toolbar .toolbar-right .sort-select{width:116px}.toolbar-left h2{font-size:13px}.products-toolbar .toolbar-left .results-title{font-size:16px}.products-toolbar .toolbar-right{gap:5px}.products-toolbar .toolbar-right .sort-select{width:116px}.products-grid.list-view .product-card .product-image{width:275px}.check-availability .room-list .room-item .room-info ul{padding:10px 0}.check-availability .room-list .room-item .room-info ul li{padding:3px}.product-detail .product-content .product-info .section-features ul li{font-size:14px}.section-banner .banner-content h1{font-size:35px}.blog-section .blog-grid{gap:15px}.inner-banner{padding:0 15px}}@media(max-width: 991px){.featured-destinations-section .destinations-grid{grid-template-columns:repeat(3, 1fr)}.featured-destinations-section .destinations-grid{grid-template-columns:repeat(3, 1fr)}.features-grid .feature-card{padding:15px}.why-choose-section .features-grid{gap:10px}.featured-destinations-section .destinations-grid{grid-template-columns:repeat(3, 1fr)}.features-grid .feature-card{padding:15px}.why-choose-section .features-grid{gap:10px}.blog-section .blog-grid{grid-template-columns:repeat(1, 1fr)}.blog-section .blog-card .blog-image{height:auto}footer .footer-grid{grid-template-columns:repeat(2, 1fr)}.post-detail-layout,.blog-layout{grid-template-columns:repeat(1, 1fr)}.main-menu{display:none}.mobile-menu-toggle{display:inline-block;appearance:none;-webkit-appearance:none;background:none;border:0;cursor:pointer;padding:10px 0;margin-left:5px;line-height:0}.mobile-menu-toggle .bar{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.mobile-menu-toggle .bar+.bar{margin-top:5px}.mobile-menu-toggle[aria-expanded=true] .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] .bar:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:1040}.mobile-nav-drawer{position:fixed;top:0;left:0;height:100vh;width:min(86vw,320px);background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.15);transform:translateX(-100%);transition:transform .3s cubic-bezier(0.22, 0.61, 0.36, 1);z-index:1050;display:flex;flex-direction:column}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef2f7}.mobile-nav-close{appearance:none;-webkit-appearance:none;border:0;background:none;font-size:22px;line-height:1;padding:6px;cursor:pointer}.mobile-nav-body{padding:8px 0;overflow:auto;-webkit-overflow-scrolling:touch}.mobile-nav-body .menu{list-style:none;margin:0;padding:0}.mobile-nav-body .menu>li{border-bottom:1px solid #f3f4f6}.mobile-nav-body .menu a{display:block;padding:12px 16px;color:#111;text-decoration:none}.mobile-nav-body .menu a:hover{background:#f8fafc}.mobile-nav-body .menu-item-has-children>a{position:relative}.mobile-nav-body .menu-item-has-children>a::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid #64748b;transition:transform .3s ease}.mobile-nav-body .menu-item-has-children.submenu-open>a::after{transform:translateY(-50%) rotate(180deg)}.mobile-nav-body .sub-menu{list-style:none;margin:0;padding:0;background:#f8fafc;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-nav-body .sub-menu li{border-bottom:1px solid #e2e8f0}.mobile-nav-body .sub-menu li:last-child{border-bottom:none}.mobile-nav-body .sub-menu a{padding:10px 16px 10px 32px;font-size:14px;color:#475569}.mobile-nav-body .sub-menu a:hover{background:#e2e8f0;color:navy}.mobile-nav-body .menu-item-has-children.submenu-open>.sub-menu{max-height:500px}body.mobile-nav-open .mobile-nav-overlay,body.mobile-filter-open .mobile-nav-overlay,body.mobile-sort-open .mobile-nav-overlay{opacity:1;visibility:visible}body.mobile-nav-open{overflow:hidden}body.mobile-nav-open .mobile-nav-drawer{transform:translateX(0)}header .inner-header{display:flex;align-items:center;justify-content:space-between;gap:8px}header .logo img{max-height:40px}header .header-actions{margin-left:auto}.about-hero .media .photo{display:none}.about-hero .hero-inner{gap:0}.contact-info-cards .info-card{padding:10px}.contact-info-cards{gap:10px}.product-detail .product-header .product-meta{display:block}.product-detail .product-header .product-meta .rating{margin-bottom:10px;gap:5px}.product-detail .product-content .booking-sidebar .section-features{margin-top:20px}.product-detail .gallery-section .gallery-grid,.product-detail .gallery-section .gallery-grid .gallery-main{height:290px}.product-detail .product-content .product-info .section-amenities .amenities-grid{grid-template-columns:repeat(6, 1fr)}.products-toolbar .toolbar-right,.products-toolbar .toolbar-left .results-title{display:none}.products-toolbar .mobile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.products-toolbar .mobile-toolbar .btn-mobile{display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:30px;background:#f2f2ff;color:#111;text-decoration:none;font-weight:600;padding:6px 8px;padding-right:15px}.products-toolbar .mobile-toolbar .btn-mobile .icon{display:inline-flex;width:28px;height:28px;background:navy;color:#fff;border-radius:50%;align-items:center;text-align:center;justify-content:center}.view-toggle{display:none}.filters-sidebar{position:fixed;top:0;left:0;height:100vh;width:min(86vw,360px);background:#fff;z-index:1050;transform:translateX(-100%);transition:transform .3s cubic-bezier(0.22, 0.61, 0.36, 1);overflow:auto;-webkit-overflow-scrolling:touch;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:16px}body.mobile-filter-open .filters-sidebar{transform:translateX(0)}.filters-sidebar .mobile-filter-actions{position:sticky;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 30%);margin-top:16px;border-top:1px solid #eef2f7}.filters-sidebar .mobile-filter-actions .btn-apply{display:block;width:100%;padding:12px 14px;border-radius:10px;background:#0ea5e9;color:#fff;border:0;font-weight:700}.products-content>#selectedFilters{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}#selectedFilters .chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 10px;font-size:12px}body.mobile-sort-open .products-toolbar .toolbar-right{display:block}body.mobile-sort-open .products-toolbar .toolbar-right .sort-label{display:none}body.mobile-sort-open #sortSelect{position:fixed;left:12px;right:12px;bottom:12px;width:auto;z-index:1050;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.header-services{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.header-services::-webkit-scrollbar{width:0;height:0}.header-services ul{padding:0;margin:10px 0;list-style:none;display:flex;flex-wrap:nowrap;flex-direction:row;width:max-content;gap:5px}.header-services ul li a{padding:8px 12px;color:#fff;display:flex;align-items:center;gap:6px;font-size:13px;border-radius:30px;border:1px solid hsla(0,0%,100%,0)}.header-services ul li a.active,.header-services ul li a:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.2)}.box-tabs-search .nav-tabs .nav-link{padding:0;margin-bottom:10px;gap:5px}.box-tabs-search .tab-content .search-row .guest-trigger{width:225px}.box-tabs-search .tab-content .search-row .date-field .narrow-field{width:100px}.box-tabs-search .tab-content .search-row .form-control[name=number]{width:100px}.products-section{padding:15px 0}.hot-services-section .service-card{padding:10px}.section-banner{padding:130px 0 30px;min-height:390px}.section-banner.banner-child{min-height:330px;padding-top:130px}.products-layout{display:block}body.mobile-sort-open .products-toolbar .toolbar-right .view-toggle{display:none !important}.products-toolbar .mobile-toolbar{width:100%}.product-card .product-info .product-features,.product-card .product-info .features-hightline,.breadcrumb-nav{display:none}.products-toolbar{padding-bottom:10px;margin-bottom:10px}header.header-child{border-bottom:1px solid #27279f}header.header-child,.single-search{background:navy}.search-row .btn-search{background:#fff;border:1px solid #ced4da}.search-row .btn-search svg{stroke:navy}}@media(max-width: 799px){.box-tabs-search .nav-tabs .nav-link{display:block;text-align:center;width:max-content;font-size:13px;font-weight:400;margin-bottom:5px}.box-tabs-search .nav-tabs .nav-link span{display:block}.box-tabs-search .nav-tabs li{width:max-content}.box-tabs-search .nav-tabs{gap:15px}.box-tabs-search{padding:10px;border-radius:6px}.hot-services-section .service-card,.featured-products-section .product-card{border-radius:6px}.product-card .product-image a{border-top-left-radius:6px;border-top-right-radius:6px}.box-tabs-search .tab-content .search-row .field{width:100%;display:block}.box-tabs-search .tab-content .search-row .field-label{position:absolute;top:5px;left:10px;padding:0 5px;background:#fff}.box-tabs-search .tab-content .search-row .date-field .date-group{justify-content:space-between}.box-tabs-search .tab-content .search-row .guest-trigger{width:100%}.box-tabs-search .tab-content .search-row .date-field .narrow-field{width:auto}.box-tabs-search .tab-content .search-row .btn-search{width:100%;background:#072469;display:flex;align-items:center;gap:10px}.box-tabs-search .tab-content .search-row .btn-search svg{stroke:#fff}.box-tabs-search .tab-content .search-row .form-control[name=number]{width:100%}.box-tabs-search .tab-content .search-row{display:block}.box-tabs-search .tab-content .search-row>div{margin-bottom:5px}.section-banner .banner-content h1{font-size:25px;font-weight:500;text-align:left}.section-banner .banner-content h1{font-size:25px;font-weight:500;text-align:left}.hot-services-section .services-grid{grid-template-columns:repeat(3, 1fr);gap:5px}.hot-services-section h2,.featured-products-section .section-header h2,.featured-destinations-section h2,.why-choose-section h2,.partners-section h2,.blog-section h2,.title-category h1,.related-posts .section-title{text-align:left;text-transform:unset;font-size:18px;font-weight:600;margin-bottom:10px}section.hot-services-section,.featured-products-section,.featured-destinations-section,.why-choose-section,.partners-section,.blog-section{padding:15px 0}.hot-services-section .service-card .icon-wrapper{width:40px;height:40px;font-size:20px;margin-bottom:10px}.hot-services-section .service-card .service-name{font-size:13px;font-weight:500}.product-card .product-image .product-badge{display:none}.featured-products-section .products-carousel .owl-nav{display:none}.featured-products-section .section-header{margin-bottom:0}.featured-products-section .product-card .product-info h3{font-size:15px;margin-bottom:10px;min-height:14px;height:20px}.product-card .product-info .product-footer .product-price .price-current{font-size:16px}.product-card .product-info .product-footer .product-price .price-old{font-size:11px}.product-card .product-info .product-footer .btn-book{padding:5px 10px}.featured-products-section .products-carousel{margin-bottom:10px}.view-all-container{display:none}section.featured-products-section{padding-bottom:0}.featured-destinations-section .destinations-grid{grid-template-columns:repeat(2, 1fr);gap:5px;margin-bottom:0}.featured-destinations-section .destination-card{border-radius:6px}.featured-destinations-section .destination-card h3{font-size:16px}.featured-destinations-section .destination-card .overlay{padding:10px}.featured-destinations-section .destination-card .subtitle{font-size:13px}.why-choose-section .features-grid{display:block;margin-top:0;margin-bottom:0}.feature-card{display:table}.why-choose-section .feature-card .icon-wrapper{float:left;margin:0;margin-right:12px}.features-grid .feature-card{text-align:left;border-radius:0;border-top:1px solid #ededed;box-shadow:none;padding:0;padding-top:15px;margin-top:15px}.features-grid .feature-card:first-child{border-top:0;margin-top:0}.features-grid .feature-card h3{font-size:16px;margin-bottom:5px}.features-grid .feature-card p{font-size:13px}.features-grid .feature-card:last-child{margin-bottom:0}.partners-section .partner-logo{padding:10px;margin:0;border-radius:6px}.partners-section .partner-logo img{max-width:100%;padding:0 10px}.blog-section .blog-card{display:flex;gap:10px;border-radius:0;border:0;box-shadow:none}.blog-section .blog-card .blog-content .blog-meta{display:none}.blog-section .blog-card .blog-content p{display:none}span.date-mobile{display:block;font-size:13px}.blog-section .blog-card .blog-image{width:115px}.blog-section .blog-card .blog-content{padding:0;width:calc(100% - 120px)}.blog-section .blog-card .blog-content h3{font-size:15px;margin-bottom:5px}.blog-section .blog-card .blog-image img{border-radius:6px}.blog-section .blog-grid{margin-bottom:0}.featured-products-section .product-card{margin:revert-layer}.hot-services-section .container{padding:0 15px}footer .newsletter-section p{font-size:14px;margin-bottom:10px}footer .newsletter-section{padding:15px 0;margin-bottom:0}footer .newsletter-section h3{font-size:18px}footer .footer-grid{display:grid;padding:15px 0;gap:5px}.footer-col:first-child{grid-column:1/span 2}.certification h4{display:none}footer .footer-grid .footer-col .description{margin-bottom:5px}.certification{margin-bottom:20px}footer .footer-grid .footer-col .footer-logo{margin-bottom:10px}footer .footer-grid .footer-col h4{margin-bottom:10px}footer .footer-grid .footer-col ul li a{font-size:13px}footer .footer-grid .footer-col ul li{margin-bottom:5px;list-style:disc}footer .footer-grid .footer-col ul{margin-bottom:20px;padding-left:30px}.company-info{font-size:13px}.hotline-support{margin-top:20px}footer .contact-info{padding:15px 0}footer .contact-info .company-info .license{font-size:13px}footer .contact-info .company-info .desc{font-size:13px}footer .footer-bottom{padding:15px 0;font-size:13px}footer{padding-bottom:0}header .auth-menu .user-info .user-link{padding:3px 4px}.header-services ul{margin-bottom:0}.blog-list article.blog-card{border-radius:0;border:0;box-shadow:none;display:flex;background:none;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid rgba(224,224,224,.8196078431)}.blog-card .blog-image{width:100px;height:80px;min-height:auto}.blog-card .blog-image img{border-radius:4px}.blog-card .blog-body{width:calc(100% - 110px);padding:0}.blog-card .blog-body .blog-excerpt{display:none}.blog-card .blog-image .blog-category{display:none}.blog-list .blog-card .blog-body .blog-title{font-size:15px}.blog-card .blog-body .blog-link{display:none}.blog-list{gap:0;margin-bottom:0}.blog-list article.blog-card:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.blog-content,.post-detail-page{padding:15px 0}.post-detail-layout .sidebar-widget,.blog-layout .sidebar-widget{border-radius:6px;padding:10px;margin-bottom:10px}.post-detail-layout .sidebar-widget .widget-title,.blog-layout .sidebar-widget .widget-title{font-size:16px;font-weight:600;padding-bottom:10px;margin-bottom:10px}.search-widget form input[type=text]{border-radius:4px}.search-widget form input[type=submit]{border-radius:4px}.popular-posts .popular-item img{border-radius:4px}.sidebar-widget:last-child{margin-bottom:0}main.post-detail-page{padding:0}main.post-detail-page .container{padding:0}.post-detail-layout .post-detail-main{border-radius:0;padding:0}.post-featured-image img{border-radius:0;height:auto}.post-featured-image{margin-bottom:0}.post-header{padding:15px;background:navy}.post-detail-page .post-header .post-meta-top .post-category{display:none}.post-detail-page .post-header .post-meta-top span{font-size:12px;color:#fff}.post-header .post-title{font-size:25px;color:#fff}.post-detail-page .post-header .post-author-info{gap:5px}.post-detail-page .post-header .post-author-info .author-avatar{width:30px;height:30px;border:1px solid #fff}.post-detail-page .post-header .post-author-info .post-social-share a,.post-detail-page .post-header .post-author-info .post-social-share button{padding:5px;font-size:10px;font-weight:400}.post-detail-page .post-header .post-author-info .post-social-share svg{width:12px}.post-detail-page .post-header .post-author-info .author-name a{font-size:12px;color:#fff}.post-content{padding:0 15px;font-size:13px}.post-content p{margin-bottom:10px}.post-tags{margin-top:10px;padding:15px;padding-bottom:0}.post-tags .tags-list .tag{font-size:12px}.post-tags h4{margin-bottom:10px}.author-bio{margin-top:0;padding:15px;margin-top:15px;gap:10px}.author-bio .author-avatar-large{width:80px;height:80px}.author-bio .author-bio-content .author-desc{font-size:12px;line-height:17px;margin-bottom:0}.author-bio .author-bio-content h3{font-size:16px}.related-posts{padding:15px;margin-top:0}.related-posts .related-grid{display:block}.related-posts .related-card{display:flex;background:none;border:0;border-bottom:1px solid #ededed;margin-bottom:15px;padding-bottom:15px;border-radius:0;gap:10px}.related-posts .related-card .related-image{width:80px;height:auto}.related-posts .related-card .related-content{padding:0;width:calc(100% - 90px)}.related-posts .related-card .related-content .related-category{display:none}.related-posts .related-card .related-content .related-title{font-size:15px;margin-bottom:10px}.related-posts .related-card .related-content .related-date{font-size:12px}.related-posts .related-card .related-image img{border-radius:4px}.related-posts .related-card:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.post-sidebar .related-products-widget .related-products-list .product-item{background:none}.post-sidebar .related-products-widget .related-products-list .product-item img{border-radius:4px}section.featured-hero{padding:0;background:navy}section.featured-hero .container{padding:0;width:100%;max-width:100%}.featured-hero .featured-content{display:block}.featured-hero .featured-image img{border-radius:0;height:auto}.featured-hero .featured-image{border-radius:0}.featured-info{padding:15px}.featured-hero .featured-info .featured-title{font-size:25px;margin-bottom:10px}.featured-hero .featured-info .featured-excerpt{font-size:13px;margin-bottom:0}.featured-hero .featured-info .post-meta{font-size:12px;margin-bottom:10px}.featured-hero .featured-info .post-meta .date{font-size:12px}.featured-hero .featured-info .post-meta .category{font-size:12px}.featured-hero .featured-info .btn-read-more{display:none}.category-tabs .cat-btn{background:none;border:none;padding:0;font-size:16px;font-weight:400;border-bottom:2px solid #f8f9fa;border-radius:0}.category-tabs .cat-btn.active{background:none;color:navy}.blog-grid{display:block;margin-bottom:0}article.blog-card{display:flex;border:none;background:none;box-shadow:none;gap:10px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ededed;border-radius:0}.blog-card .blog-body .blog-title{font-size:15px}article.blog-card:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.category-tabs{margin-bottom:15px}#authModal .modal-header .btn-close{right:7px;top:-33px}.hot-services-section .service-card:hover,.featured-products-section .product-card:hover,.featured-destinations-section .destination-card:hover,.blog-section .blog-card:hover,.blog-card:hover,.related-posts .related-card:hover,.product-card:hover{transform:none;box-shadow:none}section.products-section .container{max-width:100%;width:100%;padding:0}.products-toolbar .mobile-toolbar .btn-mobile{font-size:12px}.products-toolbar .mobile-toolbar{padding:0 15px}.products-grid.list-view .product-card .product-image{width:120px}.products-grid.list-view .product-card{border-radius:0;border:none;border-bottom:1px solid #ededed;box-shadow:none;padding:10px;gap:10px}.products-grid.list-view .product-card .product-image a{border-radius:0}.products-grid.list-view{gap:0}section.products-section{background:#fff}.product-card .product-image img{border-top-left-radius:4px;border-top-right-radius:4px}.products-grid.list-view .product-card .product-image img{border-radius:4px}.product-card{border-radius:6px}.products-grid.list-view .product-card .product-info{padding:0}.products-grid.list-view .product-card .product-info .product-title{font-size:15px;margin-bottom:2px}.product-card .product-info .product-rating .stars{font-size:10px}.product-card .product-info .product-rating{margin-bottom:5px;gap:5px}.product-card .product-info .product-rating .rating-score{padding:3px;font-size:12px;border-radius:3px 4px}.product-card .product-info .product-rating .rating-text{font-size:12px}.product-card .product-info .product-rating .rating-info{gap:5px}.product-card .product-info .product-rating .reviews-count{font-size:11px}.product-card .product-info .product-location{font-size:12px;margin-bottom:5px}.product-card .product-info .product-location>span{font-size:12px}.blog-pagination.mt-5{margin-top:15px !important}.product-card .product-image .wishlist-btn{width:30px;height:30px;top:6px;right:6px}.product-card .product-image .wishlist-btn svg{width:15px}.products-grid.list-view .product-card .product-footer .btn-book{padding:4px 6px;font-size:11px}.product-card .product-info .product-footer .product-price .price-old{margin-bottom:0}.products-content>#selectedFilters{margin-bottom:0;padding:0 10px}.box-tabs-search .tab-content .search-row .field.date-field.du-thuyen-only{width:calc(50% - 2px) !important;display:inline-block}.box-tabs-search .tab-content .search-row .itinerary-field.du-thuyen-only{width:calc(50% - 3px) !important;display:inline-block;position:relative;top:-1px;right:-2px}.box-tabs-search .tab-content .search-row .form-control,.box-tabs-search .tab-content .search-row .form-select{margin-top:10px}.box-tabs-search .tab-content .search-row .field{position:relative}.box-tabs-search .tab-content .search-row .field-label[for=accomLocationInput]{top:-6px}.box-tabs-search .tab-content .search-row .field-label[for=guestPickerTrigger]{top:-6px}.box-tabs-search .tab-content .search-row .field.star-field label{top:-6px}.field.star-field{margin-top:14px}.box-tabs-search .tab-content #starRatingUI{margin-top:10px !important}.box-tabs-search .tab-content .search-row .field.date-field.non-du-thuyen-only{margin-bottom:14px}.box-tabs-search .tab-content div#tab-tour .search-row .field{position:relative !important;margin-bottom:15px}.box-tabs-search .tab-content div#tab-tour .search-row .field .field-label{top:-5px}.box-tabs-search .tab-content div#tab-ve .search-row .field{position:relative !important;margin-bottom:15px}.box-tabs-search .tab-content div#tab-ve .search-row .field .field-label{top:-5px}.tab-content.pt-3{padding-top:8px !important}h1.archive-title{display:none}.box-title-archive{background:#fff;color:#333;border:2px solid #ffd18d;border-radius:6px;display:flex;align-items:center;padding:7px;position:relative;margin-bottom:27px;top:27px;height:57px}.icon-search{width:40px;text-align:center}.icon-search svg{width:20px}.info-title h4{font-size:15px;font-weight:600;margin-bottom:3px}.info-title p{font-size:12px;margin-bottom:0;display:flex}.info-title p span:last-child{margin-left:7px}.box-search-archive-mobile{display:none}.section-banner.banner-child{min-height:auto;padding-top:60px;padding-bottom:0}.box-search-archive-mobile{position:relative;top:27px;margin-bottom:27px}.box-tabs-search .tab-content .search-row .btn-search span{display:unset}.search-single-mobile{position:relative;z-index:51;padding:0 10px}.search-single-mobile .box-title-archive{top:-27px;margin-bottom:-27px}.single-search .container{padding:0;margin:0}.single-search{padding:0;background:#fff;padding:10px;border-radius:4px;border:2px solid #ffc107}.search-single-mobile .box-search-archive-mobile{top:-27px;margin-bottom:0}.single-search .box-tabs-search .field-label{display:block}.product-detail .product-header h1{font-size:25px}.product-detail .product-header h1{font-size:25px;margin-bottom:10px}.product-detail .product-header .product-meta .rating .score{font-size:13px}.product-detail .product-header .product-meta .rating .rating-text{font-size:13px}.product-detail .product-header .product-meta .rating .reviews{font-size:12px}.product-detail .product-header .product-meta .meta-info{font-size:13px;gap:10px;justify-content:space-between}.product-detail .product-header .product-meta .meta-info .meta-item{font-size:12px;gap:3px;align-items:center}#hotelAddress{max-width:225px}.product-detail .product-header .product-meta .meta-info .meta-item:last-child .view-map{font-weight:400}.product-detail .product-header .product-meta .meta-info .meta-item svg{width:14px;position:relative;top:-1px}.product-detail .gallery-section{margin-top:0px;margin-bottom:10px}.product-detail .gallery-section .gallery-grid{display:block;height:auto;height:250px;overflow:hidden;border-radius:4px;position:relative}.product-detail .gallery-section .gallery-grid .gallery-thumbs{display:none}.product-detail .gallery-section .gallery-grid img{border-radius:4px}.product-detail .product-content .product-info .section-amenities .amenities-grid{grid-template-columns:repeat(2, 1fr)}.product-detail .product-content .product-info .section-amenities{padding:0;padding-bottom:15px}.product-detail .product-content .product-info .section-amenities h2,.product-detail .product-content .product-info .section-support h2,.product-detail .product-content .product-info .section-description h2,.product-detail .product-content .booking-sidebar .section-features h3{margin-bottom:10px}.show-label-mobile{position:absolute;bottom:20px;right:20px;background:rgba(0,0,0,.4392156863);color:#fff;padding:5px 10px;border-radius:30px;font-size:12px;display:flex;align-items:center;gap:7px}.product-detail .product-content .product-info .section-support .support-list{display:block;padding:15px;border-radius:4px}.product-detail .product-content .product-info .section-amenities .amenities-grid .amenity-item{border-radius:4px}.product-detail .product-content .product-info .section-support .support-list li{font-size:13px;margin-bottom:10px}.product-detail .product-content .product-info .section-support .support-list li:last-child{margin-bottom:0}.product-detail .product-content .product-info .section-description .description-content{font-size:13px}.product-detail .product-content .product-info .section-services .service-item .service-cta{display:block}.product-detail .product-content .product-info .section-services .service-item .service-header{display:block;padding:10px;border-radius:4px}.product-detail .product-content .product-info .section-services .service-item .service-cta .btn-select-day{display:block;text-align:center}.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices{text-align:right;margin-top:10px;margin-bottom:10px}.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices .price-adult,.product-detail .product-content .product-info .section-services .service-item .service-cta .service-prices .price-child{text-align:left}.product-detail .product-content .product-info .section-services .service-item .service-content .service-content-inner{padding-top:0;font-size:13px}.product-detail .product-content .product-info .section-services .service-item .service-content.open{padding-bottom:0}.product-detail .product-content .product-info .section-services .service-item,.product-detail .product-content .product-info .section-features,.product-detail .group-booking{border-radius:4px}.product-detail .product-content .booking-sidebar .section-features{margin-top:10px}.check-availability .room-list .room-item .room-header .room-capacity{display:none}.check-availability .room-list .room-item .room-header .room-capacity{display:none}.check-availability .room-list .room-item .room-info ul{padding:0;display:flex;flex-wrap:wrap;gap:5px}.check-availability .room-list .room-item .room-info ul li{padding:3px 6px;border:1px solid #a1a5ab;margin-bottom:0}.check-availability .room-list .room-item .room-info h4{color:navy;font-size:16px;margin-bottom:15px}.row.item-options h4{display:none}.room-capacity.capacity-mobile{display:flex;font-size:12px;gap:15px;font-weight:600;margin-top:10px;padding-bottom:10px;border-bottom:1px solid #ededed}.check-availability .room-list .room-item .btn-more{display:none}.check-availability .room-list .room-item .room-card .row>[class*=col-]{padding-bottom:0}.col-lg-7.options-col h4{display:none}.row.item-options:first-child h4{display:none !important}.check-availability .room-list .room-item .room-card .row.item-options{border:1px solid #3b3b3b;margin-top:20px;border-top:1px solid #333 !important;border-radius:7px;padding:10px}.check-availability .room-list .room-item .room-card .row.item-options [class*=col-]{border:0 !important}.check-availability .room-list .room-item .room-card .row.item-options .room-price.room-info{text-align:left}.check-availability .room-list .room-item .room-card .row.item-options .room-option{margin-top:0;border-top:0 !important;padding-top:10px}.check-availability .room-list .room-item .room-card .row.item-options .room-option h5{font-size:17px;border-bottom:1px solid #ededed !important;padding-bottom:10px;margin-bottom:10px}.check-availability .room-list .room-item .room-card .row.item-options .room-option ul li:before{margin-right:7px}.check-availability .room-list .room-item .room-card .row.item-options .room-option ul li:last-child{margin-bottom:0}.check-availability .room-list .room-item .room-card .row.item-options .room-option ul{margin-bottom:0}.col-lg-7.options-col{padding:0 10px !important;border-right:1px solid #e5e7eb !important;padding-bottom:10px !important}.product-detail .product-content{padding:10px 0}.around-section h2{font-size:20px;margin-bottom:10px}.check-availability{padding:15px 0}.around-section h3{font-size:15px;margin-bottom:10px}.around-section ul li{font-size:12px;margin-bottom:8px}.section-regulations h2{font-size:20px;margin-bottom:10px}.around-section{margin-bottom:10px}.section-regulations .regulation-content{padding:10px;border-radius:4px}.section-regulations .regulation-content p{font-size:13px}.section-regulations .regulation-content h3{font-size:15px}.section-regulations .regulation-content>p:last-child{margin-bottom:0}.section-faq{margin-top:15px;margin-bottom:0}.section-faq h2{font-size:20px;margin-bottom:10px}.section-faq .faq-accordion .faq-item .faq-header{padding:8px 10px}.section-faq .faq-accordion .faq-item .faq-header .faq-question{font-size:14px}.section-faq .faq-accordion .faq-item .faq-content.show{padding:15px}.section-faq .faq-accordion .faq-item .faq-content p{font-size:13px}.section-reviews .reviews-header h2{font-size:20px}.section-reviews .reviews-header .btn{font-size:13px;padding:8px 10px;font-weight:400;border-radius:4px}.section-reviews{margin-top:15px}.section-reviews .reviews-header{margin-bottom:10px}.product-detail .product-content .product-info h2{font-size:20px}.product-detail .group-booking p{font-size:13px}.product-detail .group-booking .btn-primary{padding:10px 15px;font-size:13px}.container.product-info .col-12.mt-4{margin-top:15px !important}.product-detail .product-content .product-info .section-features ul li{font-size:13px}.price-tour{padding-top:10px;margin-top:10px}.price-tour .btn-book,.price-tour .select-rooms{font-size:13px;margin-top:0}.section-reviews .reviews-summary{padding:15px;display:block;border-radius:4px}.section-reviews .reviews-summary .summary-score .score-large{font-size:30px}.section-reviews .reviews-summary .summary-score .score-large span{font-size:18px}.section-reviews .reviews-summary .summary-score .score-label{font-size:15px}.section-reviews .reviews-summary .summary-score .score-count{font-size:12px}.section-reviews .reviews-summary .summary-bars .bar-item .bar-label{font-size:12px}.section-reviews .reviews-summary .summary-bars .bar-item .bar-count{font-size:12px}.section-reviews .reviews-summary .summary-bars .bar-item{margin-bottom:8px;gap:7px}.section-reviews .reviews-list .review-item{padding:10px;border-radius:4px}.section-reviews .reviews-list .review-item .review-header .reviewer-info .reviewer-details .reviewer-name{font-size:14px;margin-bottom:2px}.section-reviews .reviews-list .review-item .review-header .reviewer-info .reviewer-details .review-date{font-size:11px}.section-reviews .reviews-list .review-item .review-header .reviewer-info{gap:10px}.section-reviews .reviews-list .review-item .review-header .review-score{font-size:12px}.section-reviews .reviews-list .review-item .review-content p{font-size:13px}.section-reviews .reviews-list .review-item .review-content .review-images img{width:80px;height:65px;border-radius:4px}.section-reviews .reviews-list .review-item .review-content .review-images{gap:4px}.section-reviews{margin-bottom:0}section.featured-products-section.related-products{position:relative;top:15px}.order-modal .order-body{padding:10px}.order-modal .order-grid{display:block}.order-modal .order-hero{padding:10px 15px;border-radius:6px}.order-modal .order-header .close-order{right:3px;top:3px}.order-modal .panel{padding:10px;border-radius:6px}.order-modal .calendar .day{height:45px;border-radius:4px;font-size:11px}.order-modal .calendar .days{gap:3px}.order-modal .timeslots .slot{border-radius:4px;font-size:12px}.calendar-note{font-size:12px}.order-modal .ticket-row{padding:10px;border-radius:4px}.order-modal .ticket-name{font-size:13px}.order-modal .ticket-desc{font-size:11px}.order-modal .order-total{border-radius:6px}.order-modal .order-body{padding:10px}.order-modal .order-grid{display:block}.order-modal .order-hero{padding:10px 15px;border-radius:6px}.order-modal .order-header .close-order{right:3px;top:3px}.order-modal .panel{padding:10px;border-radius:6px}.order-modal .calendar .day{height:45px;border-radius:4px;font-size:11px}.order-modal .calendar .days{gap:3px}.order-modal .timeslots .slot{border-radius:4px;font-size:12px}.calendar-note{font-size:12px}.order-modal .ticket-row{padding:10px;border-radius:4px}.order-modal .ticket-name{font-size:13px}.order-modal .ticket-desc{font-size:11px}.order-modal .order-total{border-radius:6px}.order-modal .form-control{border-radius:4px;font-size:12px}.order-modal .form-group label{font-size:13px}.panel.order-summary{margin-top:11px}.order-modal .order-summary .summary-body{font-size:13px}.order-modal .btn-primary{border-radius:4px;font-size:14px;font-weight:400}.order-modal .btn-secondary{font-size:13px;font-weight:400;border:1px solid #ededed;border-radius:4px}.order-left .form-label{font-size:13px}.d-flex.align-items-center.info-room.gap-12.mb-2{display:flex;flex-direction:row;flex-wrap:nowrap}.order-modal .order-summary .summary-title{font-size:15px;margin-bottom:0}.summary-room-capacity.svc-info{font-size:11px}.order-left .form-label{font-size:13px}.d-flex.align-items-center.info-room.gap-12.mb-2{display:flex;flex-direction:row;flex-wrap:nowrap}.order-modal .order-summary .summary-title{font-size:15px;margin-bottom:0}.summary-room-capacity.svc-info{font-size:11px}.policy-content.text-muted{font-size:13px}label.form-check-label{font-size:13px}.product-detail .product-content .booking-sidebar .section-features{padding:15px;border-radius:4px}.product-detail .product-content .booking-sidebar .section-features ul li{font-size:13px}.product-detail .product-content{background:#fff}.product-detail .product-content .product-info .section-support{padding:0;margin-bottom:15px}.product-detail .product-content .product-info .section-amenities .amenities-grid.amenities-tour{gap:5px;grid-template-columns:repeat(2, 1fr)}.section-itinerary .itinerary-accordion .itinerary-day .day-content.show{padding:10px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item{gap:10px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item .timeline-time{font-size:13px;position:relative;top:4px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item .timeline-desc{font-size:12px}.section-itinerary .itinerary-accordion .itinerary-day .day-header{padding:10px 15px}.section-itinerary .itinerary-accordion .itinerary-day .day-header .day-title{font-size:14px}.section-itinerary .itinerary-accordion .itinerary-day .day-content.show{padding:10px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item{gap:10px;margin-bottom:10px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item .timeline-time{font-size:13px;position:relative;top:4px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item .timeline-desc{font-size:12px}.section-itinerary .itinerary-accordion .itinerary-day .day-header{padding:10px 15px}.section-itinerary .itinerary-accordion .itinerary-day .day-header .day-title{font-size:14px}.section-itinerary{margin-top:10px;margin-bottom:15px}.section-itinerary h2{font-size:20px;margin-bottom:10px}.section-itinerary .itinerary-accordion .itinerary-day{margin-bottom:10px;border-radius:4px}.product-detail .product-content .product-info .google-maps-show #map-show{height:300px}.order-modal .calendar .day .price{font-size:10px}.modal-dialog.modal-fullscreen{min-height:unset;height:unset}.policy-content{font-size:13px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item{padding-left:15px}.section-itinerary .itinerary-accordion .itinerary-day .day-content .timeline-item .timeline-time{font-size:12px}.product-detail .product-header .product-meta .rating .stars{display:block}button#confirmMapLocation{display:none}h5#mapsModalLabel{font-size:13px}input#mapSearchInput{font-size:13px;border-radius:4px}.location-page .location-hero .hero-title{font-size:25px}.location-page .location-hero .hero-sub{font-size:13px}.location-page .location-hero .chip{font-size:12px;padding:5px 10px}.location-page .location-hero .hero-quicklinks{gap:5px}.location-page .location-hero{padding:130px 0 30px}.location-page .location-intro{padding:15px 0}.location-page .intro-text{font-size:13px}.location-page .featured-products-localtion{padding:10px 0}.location-page .featured-products{margin-top:0}.location-page .section-head .eyebrow{font-size:13px;margin-bottom:10px}.location-page .section-head h2{font-size:20px;font-weight:600}.location-page .location-services{padding:0}.location-page .btn-more{font-size:13px;padding:5px 10px;border-radius:4px}.location-page .section-head{align-items:center}.location-page .section-head h2{margin:0}.location-page .service-section{margin-top:0}.location-page .location-owl .owl-nav{display:none}.owl-carousel.location-owl.js-owl-service.owl-loaded.owl-drag{margin-bottom:15px}.check-availability .room-list .room-item .room-gallery img{display:none}.check-availability .room-list .room-item .room-gallery img:first-child{display:block;height:auto}.check-availability .room-list .room-item .room-gallery{display:block}.mobile-more-item{display:block}.mobile-hide-item{display:none}button.btn.btn-link.btn-show-more-options{font-size:13px;text-decoration:none;color:navy}div#choose-package h2{font-size:24px;font-weight:700}div#choose-package{margin-top:0px !important}div#choose-package h2{font-size:20px}.section-itinerary .itinerary-header{padding:8px 10px}.products-toolbar .mobile-toolbar{position:relative}body.mobile-sort-open #sortSelect{position:absolute;left:unset;right:12px;bottom:auto;border-radius:4px;top:45px;font-size:12px}.modal-fullscreen .modal-content{min-height:100vh}.product-detail .product-content .booking-sidebar{position:initial}}/*# sourceMappingURL=style.min.css.map */
