.gallery-section{padding:80px 0;background-color:#f8f9fa}.gallery-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.gallery-header{text-align:center;margin-bottom:50px}.tagline{display:inline-block;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#a45d1b;font-weight:700;margin-bottom:15px}.gallery-header .title{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;color:#1a1a1a;margin-bottom:15px}.gallery-header .title span{color:#4a1c0b}.divider{width:60px;height:3px;background:#bad32f;margin:0 auto;border-radius:2px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}.gallery-item{border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease}.img-box{width:100%;height:280px}.img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (hover:hover) and (pointer:fine){.gallery-item:hover{transform:translateY(-6px);box-shadow:0 10px 24px rgba(0,0,0,.15)}}.gallery-action{text-align:center;margin-top:20px}.btn-view-all{display:inline-block;text-decoration:none;padding:14px 32px;background:#4a1c0b;color:#fff;border-radius:8px;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(74,28,11,.2)}.btn-view-all:hover{background:#5d2b1a;transform:translateY(-2px);box-shadow:0 6px 16px rgba(74,28,11,.3)}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gallery-section{padding:60px 0}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.img-box{height:220px}}@media (max-width:480px){.gallery-section{padding:50px 0}.gallery-header .title{font-size:1.75rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0}.img-box{height:180px}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.hero-bg{position:absolute;inset:0;z-index:1}.hero-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.75));z-index:2}.hero-content{position:relative;z-index:3;max-width:900px;padding:0 24px;text-align:center}.hero-tagline{display:inline-block;margin-bottom:18px;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:hsla(0,0%,100%,.75)}.hero-title{font-size:clamp(40px,5vw,64px);font-weight:600;line-height:1.1;margin-bottom:20px;color:#fff}.hero-title span{color:#cfa06a}.hero-subtitle{max-width:620px;margin:0 auto 36px;font-size:16px;line-height:1.8;color:hsla(0,0%,100%,.85)}.hero-scroll-indicator{margin-top:50px;animation:bounce 2s infinite}.hero-scroll-indicator a{display:flex;flex-direction:column;align-items:center;color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.hero-scroll-indicator:hover a{color:#fff}.scroll-text{font-size:11px;letter-spacing:.3em;text-transform:uppercase;margin-bottom:12px;opacity:.8}.scroll-arrow svg{opacity:.8}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hero-section{min-height:70vh}.hero-title{font-size:34px}.hero-subtitle{font-size:15px}}.shops{padding:100px 0;background:#faf7f5;position:relative}.shops-container{max-width:1300px;margin:auto;padding:0 24px}.shops-header{text-align:center;margin-bottom:32px}.shops-header h2{font-size:40px;font-weight:900}.shops-header p{margin-top:10px;color:#666}.scroll-indicator{display:none}@media (max-width:768px){.scroll-indicator{display:inline-block;margin:0 auto 16px;padding:6px 16px;font-size:13px;font-weight:700;color:#7a3a22;background:rgba(122,58,34,.1);border-radius:999px;animation:swipeMove 1.8s infinite}@keyframes swipeMove{0%{transform:translateX(0);opacity:.6}50%{transform:translateX(10px);opacity:1}to{transform:translateX(0);opacity:.6}}}.shops-row{display:flex;gap:28px;justify-content:center;flex-wrap:nowrap}.shop-card{flex:0 0 220px;background:#fff;border-radius:22px;padding:32px 22px;text-align:center;color:inherit;box-shadow:0 16px 40px rgba(0,0,0,.06);transition:transform .35s ease,box-shadow .35s ease;cursor:pointer}.shop-card,.shop-card:active,.shop-card:focus,.shop-card:hover{text-decoration:none}@media (hover:hover){.shop-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(74,28,11,.18)}}.shop-image-wrap{position:relative;height:120px;margin-bottom:24px}.shop-image-wrap img{-o-object-fit:contain;object-fit:contain}.shop-info h4{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.explore-pill{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:6px 14px;font-size:12px;font-weight:700;color:#7a3a22;background:rgba(122,58,34,.12);border-radius:999px;pointer-events:none;transition:background .3s ease,transform .3s ease}@media (hover:hover){.shop-card:hover .explore-pill{background:rgba(122,58,34,.2);transform:translateY(-1px)}}@media (max-width:768px){.shops-row{overflow-x:auto;justify-content:flex-start;padding-right:60px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.shops-row::-webkit-scrollbar{display:none}.shop-card{flex:0 0 200px}}.testimonial-section.light{position:relative;padding:60px 0;background-color:#f8f9fa;overflow:hidden}.testimonial-section.light .container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title-wrapper{text-align:center;margin-bottom:40px}.section-subtitle{display:block;font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#a45d1b;font-weight:700;margin-bottom:8px}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:#1a1a1a;margin-bottom:12px}.section-title span{color:#4a1c0b}.title-underline{width:60px;height:3px;background:#bad32f;margin:0 auto;border-radius:2px}.testimonial-page{position:relative;width:100%;display:flex;justify-content:center}.carousel-wrapper{max-width:750px;min-height:350px}.carousel-wrapper,.testimonial-card-v3{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.testimonial-card-v3{background:#fff;padding:40px 35px;border-radius:20px;box-shadow:0 15px 30px rgba(0,0,0,.04);text-align:center;border:1px solid rgba(0,0,0,.04);z-index:1}.quote-badge{width:45px;height:45px;background:#fdf8e1;color:#bad32f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:20px}.testimonial-text-v3{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;color:#444;margin-bottom:30px;font-style:italic;font-weight:400}.testimonial-author{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:15px}.author-image-wrapper{position:relative;width:65px;height:65px}.author-img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;position:relative;z-index:2;border:3px solid #fff}.image-ring{position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:1.5px solid #bad32f;border-radius:50%;z-index:1;opacity:.4}.author-details{text-align:center}.author-name{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:0}.author-designation{font-size:13px;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:600}.rating-v3{display:flex;gap:4px;color:#ffc107;font-size:12px}.carousel-controls{margin-top:30px;display:flex;align-items:center;gap:25px}.control-btn{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #eee;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.control-btn:hover{background:#bad32f;color:#fff;border-color:#bad32f;transform:translateY(-1px)}.pagination-dots{display:flex;gap:10px}.nav-dot{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease}.nav-dot.active{background:#4a1c0b;width:20px;border-radius:4px}@media (max-width:768px){.testimonial-section.light{padding:40px 0}.carousel-wrapper{min-height:380px;max-width:95%}.testimonial-card-v3{padding:30px 20px}.testimonial-text-v3{font-size:.95rem;line-height:1.5}.carousel-controls{gap:12px;margin-top:20px}}@media (max-width:480px){.section-title{font-size:1.5rem}.carousel-wrapper{min-height:420px}}