﻿ .listing-hero{position:relative;height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;margin-top:-30px}.listing-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%)}.listing-hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 20px}.listing-hero h1{font-size:3rem;font-weight:700;margin-bottom:15px;text-shadow:2px 2px 8px rgba(0,0,0,0.3)}.listing-hero .tagline{font-size:1.25rem;opacity:0.95;max-width:600px;margin:0 auto 25px;line-height:1.6}.listing-stats{display:flex;justify-content:center;gap:40px;margin-top:30px}.listing-stats .stat{text-align:center}.listing-stats .stat-value{font-size:2.5rem;font-weight:700;color:var(--brand-orange,#E67E22);display:block}.listing-stats .stat-label{font-size:0.9rem;opacity:0.9;text-transform:uppercase;letter-spacing:1px}.listing-filters{background:#fff;padding:20px 0;border-bottom:1px solid #eee;position:sticky;top:70px;z-index:100}.filter-tabs{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.filter-tab{padding:10px 25px;border:2px solid #ddd;border-radius:30px;background:#fff;color:#555;font-weight:600;cursor:pointer;transition:all 0.3s ease}.filter-tab:hover,.filter-tab.active{border-color:var(--brand-orange,#E67E22);color:var(--brand-orange,#E67E22);background:rgba(230,126,34,0.05)}.filter-tab.active{background:var(--brand-orange,#E67E22);color:#fff}.listing-grid{padding:60px 0px 0px 0px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform 0.4s cubic-bezier(0.165,0.84,0.44,1),box-shadow 0.4s cubic-bezier(0.165,0.84,0.44,1);position:relative;will-change:transform,box-shadow}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,0.15)}.product-card-image{position:relative;height:220px;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-badge{position:absolute;top:15px;left:15px;background:var(--brand-orange,#E67E22);color:#fff;padding:6px 14px;border-radius:20px;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;z-index:2}.product-card-badge.popular{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%)}.product-card-badge.new{background:linear-gradient(135deg,#27ae60 0%,#1e8449 100%)}.product-card-price{position:absolute;bottom:15px;right:15px;background:rgba(0,0,0,0.8);color:#fff;padding:8px 16px;border-radius:8px;font-weight:700;font-size:1.1rem;z-index:2}.product-card-price small{font-weight:400;font-size:0.75rem;opacity:0.8}.product-card-body{padding:25px}.product-card-meta{display:flex;gap:15px;margin-bottom:12px;font-size:0.85rem;color:#777}.product-card-meta span{display:flex;align-items:center;gap:5px}.product-card-meta i{color:var(--brand-orange,#E67E22)}.product-card h3{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:10px;line-height:1.3}.product-card h3 a{color:inherit;text-decoration:none;transition:color 0.3s ease}.product-card h3 a:hover{color:var(--brand-orange,#E67E22)}.product-card-description{color:#666;font-size:0.95rem;line-height:1.6;margin-bottom:20px}.product-card-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.product-card-features span{background:#f0f4f8;color:#555;padding:5px 12px;border-radius:15px;font-size:0.8rem}.product-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #eee}.product-card-rating{display:flex;align-items:center;gap:8px}.product-card-rating .stars{color:#f1c40f;font-size:0.9rem}.product-card-rating .count{color:#888;font-size:0.85rem}.product-card-cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--brand-orange,#E67E22) 0%,#d35400 100%);color:#fff;padding:12px 24px;border-radius:25px;font-weight:600;text-decoration:none;transition:all 0.3s ease}.product-card-cta:hover{transform:scale(1.05);box-shadow:0 5px 20px rgba(230,126,34,0.4);color:#fff}.listing-section-title{text-align:center;margin-bottom:50px}.listing-section-title h2{font-size:2.2rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.listing-section-title p{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}.listing-section-title .underline{width:80px;height:4px;background:linear-gradient(90deg,var(--brand-orange,#E67E22) 0%,#f39c12 100%);margin:20px auto 0;border-radius:2px}.featured-banner{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);padding:60px 40px;border-radius:20px;color:#fff;display:flex;align-items:center;justify-content:space-between;margin:40px 0}.featured-banner-content h3{font-size:1.8rem;font-weight:700;margin-bottom:10px}.featured-banner-content p{opacity:0.9;font-size:1.1rem;max-width:500px}.featured-banner-cta{background:var(--brand-orange,#E67E22);color:#fff;padding:15px 35px;border-radius:30px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all 0.3s ease;white-space:nowrap}.featured-banner-cta:hover{background:#f39c12;transform:scale(1.05);color:#fff}.why-choose-section{background:#fff}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.why-choose-item{text-align:center;padding:30px 20px}.why-choose-item i{font-size:3rem;color:var(--brand-orange,#E67E22);margin-bottom:20px;display:block}.why-choose-item h4{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:10px}.why-choose-item p{color:#666;font-size:0.95rem;line-height:1.5}@media (max-width:992px){.listing-hero h1{font-size:2.2rem}.listing-stats{gap:25px}.listing-stats .stat-value{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr)}.why-choose-grid{grid-template-columns:repeat(2,1fr)}.featured-banner{flex-direction:column;text-align:center;gap:25px}}@media (max-width:768px){.listing-hero{height:350px}.listing-hero h1{font-size:1.8rem}.listing-hero .tagline{font-size:1rem}.products-grid{grid-template-columns:1fr}.product-card-image{height:200px}.filter-tabs{gap:10px}.filter-tab{padding:8px 18px;font-size:0.9rem}.why-choose-grid{grid-template-columns:1fr}.listing-section-title h2{font-size:1.8rem}}.testimonials-section{padding:80px 0;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);position:relative;overflow:hidden}.testimonials-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('../pictures/home/parallax-3.jpg') center/cover;opacity:0.15}.testimonials-section .container{position:relative;z-index:1}.testimonials-header{text-align:center;margin-bottom:50px}.testimonials-header .subtitle{color:#e67e22;font-size:0.9rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.testimonials-header h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:15px}.testimonials-header h2 span{color:#e67e22}.testimonials-header .divider{width:60px;height:3px;background:#e67e22;margin:0 auto;border-radius:2px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:991px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:rgba(255,255,255,0.05);backdrop-filter:blur(10px);border-radius:20px;padding:35px 30px;border:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease;position:relative}.testimonial-card:hover{transform:translateY(-5px);background:rgba(255,255,255,0.08);box-shadow:0 15px 40px rgba(0,0,0,0.3)}.testimonial-card::before{content:'"';position:absolute;top:20px;right:25px;font-size:80px;font-family:Georgia,serif;color:rgba(230,126,34,0.15);line-height:1}.testimonial-stars{display:flex;gap:4px;margin-bottom:20px}.testimonial-stars i{color:#ffc107;font-size:1rem}.testimonial-text{color:rgba(255,255,255,0.85);font-size:1rem;line-height:1.7;margin-bottom:25px;font-style:italic;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:15px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1)}.testimonial-avatar{width:55px;height:55px;border-radius:50%;overflow:hidden;border:3px solid #e67e22}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info .testimonial-name{color:#fff;font-size:1rem;font-weight:600;margin:0 0 3px}.testimonial-info span{color:#e67e22;font-size:0.85rem}.testimonial-trip{display:inline-block;background:rgba(230,126,34,0.2);color:#e67e22;padding:4px 12px;border-radius:15px;font-size:0.75rem;font-weight:600;margin-bottom:15px}@media (max-width:768px){.testimonials-header h2{font-size:2rem}.testimonial-card{padding:25px 20px}.testimonial-text{font-size:0.95rem}}.owl-three-item .testimonial-item{background:rgba(255,255,255,0.05);backdrop-filter:blur(10px);border-radius:20px;padding:35px 30px;border:1px solid rgba(255,255,255,0.1);margin:10px}.owl-three-item .testimonial-item .testimonial-body{background:transparent;padding:0}.owl-three-item .testimonial-item .testimonial-body p{color:rgba(255,255,255,0.85);font-style:italic;line-height:1.7}.owl-three-item .testimonial-item .testimonial-top{margin-bottom:20px}.owl-three-item .testimonial-item .testimonial-top .author{border:3px solid #e67e22;border-radius:50%}.owl-three-item .testimonial-item .testimonial-top .author img{border-radius:50%}