body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
background:#f8f9fc;
color:#222;
text-align:center;
line-height:1.6;
}

html{
    scroll-behavior:smooth;
}

.top-bar{
background:#d4af37;
color:#081c3a;
padding:12px;
font-weight:700;
letter-spacing:.5px;
text-align:center;
box-shadow:0 2px 8px rgba(0,0,0,.15);
}

.top-bar a{
    color:#081c3a;
    text-decoration:none;
    font-weight:700;
}

.top-bar a:hover{
    text-decoration:underline;
}

.navbar{
    background:#081c3a;
    padding:18px;
    text-align:center;

    position:sticky;
    top:0;
    z-index:1000;
}
    
.navbar a{
color:white;
text-decoration:none;
margin:0 20px;
font-weight:bold;
font-size:1rem;
}

.navbar a:hover{
color:#d4af37;
}
    
.hero{
    position:relative;
    overflow:hidden;

    min-height:100vh;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:#fff;

    padding:40px 20px;
}

.slideshow{
    position:absolute;
    inset:0;
    z-index:0;
}

.slide{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    animation:slideShow 20s infinite;
}

.trust-bar{
background:white;
padding:40px 20px;
text-align:center;
}

.trust-bar h2{
color:#081c3a;
margin-bottom:10px;
}

.trust-bar p{
color:#666;
font-size:1.1rem;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(8,28,58,.25);
}

.slideshow{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    opacity:0;
    animation:fade 24s infinite;
}

.slide:nth-child(1){
    background-image:url("bahamas.jpg");
    animation-delay:0s;
}

.slide:nth-child(2){
    background-image:url("caribbean.jpg");
    animation-delay:6s;
}

.slide:nth-child(3){
    background-image:url("alaska.jpg");
    animation-delay:12s;
}

.slide:nth-child(4){
    background-image:url("europe.jpg");
    animation-delay:18s;
}

@keyframes fade{
    0%{
        opacity:0;
        transform:scale(1.05);
    }

    8%{
        opacity:1;
    }

    25%{
        opacity:1;
    }

    33%{
        opacity:0;
        transform:scale(1);
    }

    100%{
        opacity:0;
    }
}

.hero-content{
    width:100%;
    max-width:900px;
    margin:auto;
    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    
    text-align:center; 
    
    position:relative;
    z-index:2; 
    
    padding:0px 20px;
} 

.logo{
    width: 240px;
    max-width: 90%;
    margin-bottom: 20px;
}

.hero h1{
    font-size:2.7rem;
    line-height:1.2;
    font-weight:700;
    color:#fff;
    margin:10px 0 15px;
    letter-spacing:1px;
    text-shadow:0 4px 20px rgba(0,0,0,.5);
}

.subtitle{
    max-width:700px;
    font-size:1.4rem; 
    line-height:1.6;
    color: #d4af37;
    margin-bottom:35px;
    text-shadow:0 2px 10px rgba(0,0,0,.5);
}

.hero-text{
    max-width:650px;
    margin:0 auto 35px;
    font-size:1.1rem;
    line-height:1.7;
    color:#fff;
    text-shadow:0 2px 10px rgba(0,0,0,.5);
}

.buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
    margin-top:20px
}

.btn{
    display:inline-block;
    padding:18px 40px;
    border-radius:50px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:.3s;
    cursor:pointer;
}

.btn:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 28px rgba(0,0,0,.35);
}


.gold{
background:#d4af37;
color:black;
}

.clear{
border:2px solid white;
color:white;
}

.services,
.destinations,
.contact{
padding:70px 20px;
}

.destinations{
background:#eef2f7;
}

.card-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:25px;
}

.card{
    background:white;
    color:#081c3a;
    width:280px;
    padding:25px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    transition:.3s ease;
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 35px rgba(0,0,0,.18);
}

footer{
background:#081c3a;
color:white;
padding:40px 20px;
}

footer a{
color:#d4af37;
text-decoration:none;
}

.social-links{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:30px 0;
}

.social-links a{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#d4af37;
    color:#081c3a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:white;
    transform:translateY(-5px);
}

footer p{
    margin:12px 0;
}

footer i{
    margin-right:8px;
}

footer h3{
    font-size:2rem;
    margin-bottom:10px;
}

.copyright{
    margin-top:35px;
    color:#bbb;
    font-size:.9rem;
}

.gallery{
    background:#fff;
    padding:80px 20px;
}

.gallery h2{
    color:#081c3a;
    font-size:2.3rem;
    margin-bottom:40px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    max-width:1200px;
    margin:auto;
}

.gallery-grid img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    transition:.3s;
}

.gallery-grid img:hover{
transform:scale(1.05) rotate(.5deg);
}   

.slideshow{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
}

.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
animation:fade 20s infinite;
}

.slide:nth-child(1){
background-image:url("bahamas.jpg");
animation-delay:0s;
}

.slide:nth-child(2){
background-image:url("caribbean.jpg");
animation-delay:5s;
}

.slide:nth-child(3){
background-image:url("alaska.jpg");
animation-delay:10s;
}

.slide:nth-child(4){
background-image:url("europe.jpg");
animation-delay:15s;
}

@keyframes fade{

0%{
opacity:0;
}

10%{
opacity:1;
}

25%{
opacity:1;
}

35%{
opacity:0;
}

100%{
opacity:0;
}

}

.testimonials{
    background:#f8f9fc;
    padding:80px 20px;
}

.testimonials h2{
    color:#081c3a;
    font-size:2.3rem;
    margin-bottom:40px;
}

.testimonials .card{
    background:white;
    padding:30px;
    border-radius:20px;
    text-align:center;
}

.testimonials .card p:first-child{
    color:#d4af37;
    font-size:1.3rem;
    margin-bottom:15px;
}

.testimonials h4{
    color:#081c3a;
    margin-top:20px;
}

.partners{
    background:#ffffff;
    padding:80px 20px;
}

.partners h2{
    color:#081c3a;
    font-size:2.3rem;
    margin-bottom:15px;
}

.partners p{
    color:#666;
    margin-bottom:45px;
}

.partners-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
    gap:35px;
    max-width:1200px;
    margin:auto;
    align-items:center;
}

.partners-grid img{
    width:100%;
    max-width:170px;
    margin:auto;
    filter:grayscale(100%);
    opacity:.75;
    transition:.3s;
}

.partners-grid img:hover{
    filter:none;
    opacity:1;
    transform:scale(1.08);
}

.why-book{
    background:#ffffff;
    padding:80px 20px;
}

.why-book h2{
    color:#081c3a;
    font-size:2.4rem;
    margin-bottom:45px;
}

.why-book .card{
    text-align:center;
}

.why-book i{
    font-size:55px;
    color:#d4af37;
    margin-bottom:20px;
}

.why-book h3{
    color:#081c3a;
    margin-bottom:15px;
}

.why-book p{
    color:#555;
    line-height:1.6;
}

.partners-grid img:hover{
    filter:none;
    opacity:1;
    transform:scale(1.08);
}

.countdown{
background:#081c3a;
color:white;
padding:60px 20px;
text-align:center;
}

.countdown h2{
font-size:2.2rem;
color:#d4af37;
margin-bottom:15px;
}

.countdown p{
font-size:1.1rem;
margin-bottom:30px;
} 

.floating-call{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
border-radius:50%;
background:#d4af37;
color:#081c3a;
font-size:30px;
display:flex;
justify-content:center;
align-items:center;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,.3);
z-index:9999;
transition:.3s;
}

.floating-call:hover{
transform:scale(1.1);
}

.floating-quote{
position:fixed;
left:25px;
bottom:25px;
background:#081c3a;
color:white;
padding:16px 24px;
border-radius:50px;
text-decoration:none;
font-weight:bold;
box-shadow:0 10px 30px rgba(0,0,0,.3);
z-index:9999;
transition:.3s;
}

.floating-quote:hover{
background:#d4af37;
color:#081c3a;
}



@media (max-width:768px){

.navbar a{
display:block;
...

    @media (max-width:768px){
    
.navbar a{
display:block;
margin:10px 0;
}

.hero h1{
    font-size:2.3rem;
    line-height:1.2;
}
    

.card{
    width:90%;
}

}
.testimonials{
background:#eef2f7;
padding:70px 20px;
}

.testimonials h2{
color:#081c3a;
margin-bottom:30px;
} 

.floating-call{
    position:fixed;
    right:25px;
    bottom:25px;
    width:70px;
    height:70px;

    background:#d4af37;
    color:#081c3a;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.30);

    z-index:9999;

    transition:.3s;
}

.floating-call:hover{
    transform:scale(1.12);
    background:white;
}

.floating-call i{
    animation:ring 1.5s infinite;
}

@keyframes ring{

0%{transform:rotate(0deg);}
10%{transform:rotate(15deg);}
20%{transform:rotate(-15deg);}
30%{transform:rotate(15deg);}
40%{transform:rotate(-15deg);}
50%{transform:rotate(0deg);}
100%{transform:rotate(0deg);}

} 

.floating-quote{
    position:fixed;
    right:25px;
    bottom:110px;

    width:70px;
    height:70px;

    background:#081c3a;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;
    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.30);

    z-index:9999;

    transition:.3s;
}

.floating-quote:hover{
    background:#d4af37;
    color:#081c3a;
    transform:scale(1.1);
}

.about{
    background:#ffffff;
    padding:80px 20px;
}

.about h2{
    color:#081c3a;
    font-size:2.5rem;
    margin-bottom:30px;
}

.about-content{
    max-width:900px;
    margin:auto;
}

.about p{
    color:#555;
    font-size:1.1rem;
    line-height:1.8;
    margin-bottom:25px;
} 

.advisor{
    background:#ffffff;
    padding:80px 20px;
}

.advisor-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:300px 1fr;
    gap:50px;
    align-items:center;
}

.advisor-photo img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.20);
}

.advisor-text{
    text-align:left;
}

.advisor-text h2{
    color:#081c3a;
    font-size:2.5rem;
}

.advisor-text h3{
    color:#d4af37;
    margin:15px 0;
}

.advisor-text p{
    line-height:1.8;
    color:#555;
    margin-bottom:20px;
}

@media(max-width:768px){

.advisor-container{
    grid-template-columns:1fr;
    text-align:center;
}

.advisor-text{
    text-align:center;
}

}

.floating-book{
    position:fixed;
    right:25px;
    bottom:25px;
    background:#d4af37;
    color:#081c3a;
    text-decoration:none;
    padding:16px 26px;
    border-radius:50px;
    font-weight:bold;
    box-shadow:0 12px 30px rgba(0,0,0,.30);
    z-index:9999;
    transition:.3s;
}

.floating-book:hover{
    transform:translateY(-4px);
    background:#f0c94a;
}

.floating-book i{
    margin-right:8px;
}

@media(max-width:768px){
    .floating-book{
        right:15px;
        bottom:15px;
        padding:14px 20px;
        font-size:.9rem;
    }
}
