body{font-family:Poppins, sans-serif;scroll-behavior:smooth;}.section-padding{padding-top:80px;padding-bottom:80px;}.nav-active{border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(14, 165, 233);color:rgb(14, 165, 233);}.destination-card:hover{transform:translateY(-5px);box-shadow:rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}.service-card:hover{transform:scale(1.02);}.floating-animation{animation-duration:6s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:float;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.animate-fade-in{animation-duration:1s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:fadeIn;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}@keyframes float{0%{transform:translateY(0px);}50%{transform:translateY(-10px);}100%{transform:translateY(0px);}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0px);}}@media (max-width: 768px){.section-padding{padding-top:60px;padding-bottom:60px;}.hero-content{padding-top:100px;}.nav-links{display:none;}.mobile-menu-open .nav-links{display:block;}}