.tour-carousel-container{width:100%;margin-top:1.5rem;padding:0 .5rem;position:relative;overflow:hidden}.tour-carousel-wrapper{scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding:1rem .5rem;display:flex;overflow-x:auto}.tour-carousel-wrapper::-webkit-scrollbar{display:none}.tour-carousel-card{scroll-snap-align:start;background:var(--white);box-shadow:var(--shadow-md);transition:transform var(--transition-normal), box-shadow var(--transition-normal);border-radius:12px;flex-direction:column;flex:0 0 320px;display:flex;overflow:hidden}.tour-carousel-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.tour-carousel-btn{background:var(--white);cursor:pointer;z-index:10;width:40px;height:40px;color:var(--primary-color);border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 6px -1px #0000001a}.tour-carousel-btn:hover{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.tour-carousel-btn.left{left:4px}.tour-carousel-btn.right{right:4px}@media (max-width:768px){.tour-carousel-card{flex:0 0 280px}.tour-carousel-btn{display:none}}
