.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.dest-section{width:90%;max-width:1200px;margin:50px auto}.section-title{color:#111;font-size:32px;font-weight:800}.view-btn{cursor:pointer;color:#fff;background:#111;border:none;border-radius:50px;padding:10px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s}.view-btn:hover{transform:translateY(-4px)}.grid-dest{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;display:grid}.dest-card{cursor:pointer}.dest-img{background:#fff;border-radius:20px;height:220px;transition:all .3s ease-in-out;overflow:hidden;box-shadow:0 10px 22px #00000012}.dest-img img{object-fit:cover;width:100%;height:100%}.dest-card:hover .dest-img{transform:translateY(-6px);box-shadow:0 16px 36px #0000002e}.dest-label{color:#111;margin-top:10px;font-size:17px;font-weight:700}
