.carousels-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;grid-column:1/-1}.carousel-section{margin-bottom:0}.carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.carousel-header h2{font-size:2rem;color:var(--primary-navy);margin:0}.carousel-container{position:relative;width:100%;overflow:hidden;border-radius:8px}.carousel-wrapper{position:relative;width:100%;padding-bottom:75%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.carousel-slide.active{opacity:1;z-index:1}.carousel-slide img{width:100%;height:100%;object-fit:cover;border-radius:8px}.carousel-arrow,.carousel-dots{display:flex;justify-content:center}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);color:var(--primary-navy);border:0;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;align-items:center;font-size:1.5rem;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.2)}.carousel-arrow:hover{background:var(--gold);transform:translateY(-50%) scale(1.1)}.carousel-arrow.prev{left:20px}.carousel-arrow.next{right:20px}.carousel-dots{gap:10px;padding:1rem 0 0;margin-top:.5rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:var(--medium-gray);border:0;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:var(--gold);transform:scale(1.2)}.carousel-dot.active{background:var(--primary-navy);width:40px;border-radius:6px}@media (max-width:768px){.carousels-grid{grid-template-columns:1fr;gap:2rem}.carousel-section{margin-bottom:2rem}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.carousel-arrow.prev{left:10px}.carousel-arrow.next{right:10px}.carousel-header h2{font-size:1.5rem}}.location-section{padding:4rem 0;background:#f8f9fa}.location-section h2{font-size:2rem;color:var(--primary-navy);text-align:left}.map-container{width:100%;margin:0 auto}@media (max-width:768px){.location-section{padding:2rem 0}.location-section h2{font-size:1.5rem}.map-container iframe{height:300px!important}}