.carousel-container{position:relative;width:100%;padding:2em 0;background:var(--secondary-color);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.TourCardCarousel-container{padding:0 1em}.carousel{display:flex;gap:1em;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0}.carousel::-webkit-scrollbar{display:none}.tour-card{flex:0 0 auto;background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;scroll-snap-align:start}.tour-image{width:100%;height:200px;object-fit:cover}.tour-info{padding:1em;text-align:left}.tour-title{font-size:1.2em;color:var(--text-color);font-weight:700}.tour-location{font-size:.9em;color:#777}.tour-price{font-size:1.1em;color:var(--primary-color);margin:.5em 0}.tour-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1em}.tour-duration{font-size:.9em;color:#555}.book-now{background:var(--primary-color);color:#fff;border:none;padding:.5em 1em;border-radius:5px;cursor:pointer;font-weight:700;transition:background .3s ease}.carousel-indicators{display:flex;justify-content:center;gap:.5em;margin-top:1em}.indicator{width:12px;height:12px;background:#ccc;border-radius:50%;cursor:pointer;transition:background .3s ease}.indicator.active{background:var(--primary-color)}@media (min-width:768px){.carousel{gap:1em}.tour-card{flex-grow:0;flex-shrink:0;flex-basis:calc(33.33% - 1em)}}@media (max-width:767px){.carousel{gap:0}.tour-card{flex:0 0 100%;margin-right:1em!important;margin:0 auto}.tour-info{padding:.5em}}.AboutForHome_main{padding:20px;border-radius:8px}.AboutForHome_main h2{font-size:24px;margin-bottom:16px;color:#333}.AboutForHome_main p{font-size:16px;color:#666;line-height:1.5}.AboutForHome_highlights{display:flex;justify-content:space-between;margin-top:20px}.highlight{flex:1 1;margin:0 10px;padding:10px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;&:hover{box-shadow:0 2px 8px rgba(0,0,0,.2)}}.highlight h3{font-size:18px;margin-bottom:8px;color:#333}.highlight p{font-size:14px;color:#666}@media (max-width:767px){.AboutForHome_highlights{flex-direction:column}.highlight{margin-top:20px}}.home-page-main-container{height:max-content;min-height:40vh;display:flex;flex-direction:column}@media (max-width:767px){.home-page-main-heroSection{margin-top:35em!important}}