/* Global Styles */
body { font-family: Arial, sans-serif; margin:0; padding:0; scroll-behavior: smooth; overflow-x: auto; height: 100%; text-align: center; min-width: 1200px;}
header { position: fixed; top:0; width:100%; display:flex; justify-content:space-between; align-items:center; padding:15px 50px; background:#005f73; color:white; z-index:1000; }
header nav ul { list-style:none; display:flex; gap:20px; margin:0; padding:0; }
header nav ul li a { color:white; text-decoration:none; font-weight:bold; }
header .headertitles :hover {background-color: #ee6c4d; border-radius: 5px; padding: 50px 5px 5px 5px;}
header .auth-buttons { display:flex; gap:10px;  margin-right: 65px;}
header .auth-buttons :hover{background-color: #003845;}
header .auth-buttons button { padding:8px 15px; background:#ee6c4d; color:white; border:none; border-radius:5px; cursor:pointer; }
section { padding:100px 50px 50px; min-height:100vh; }
h1,h2 { text-align:center; margin-bottom:20px; }
.btn { display:inline-block; padding:12px 25px; background:#ee6c4d; color:white; border-radius:5px; text-decoration:none; margin-top:10px; }
.copyrate { text-align:center; padding:20px; background:#003845; color:white; }
::-webkit-scrollbar{width: 8px;}
::-webkit-scrollbar-thumb{background: linear-gradient(#ee6c4d,#003845); border-radius: 20px;}
::-webkit-scrollbar-track{background: transparent;}
/*  Hero */
#home { background:url('photos/home.png') no-repeat center center/ cover;margin-top: -135px; color:white;  display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; height:100%; width: 100%; margin-left: -50px; }
.logo {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: larger;
}
/*all */
.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 10px;
  }
}
/**/
.logo {
  font-size: 32px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlide 2s ease forwards;
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Cards */
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:20px; padding:20px 0; text-align: center;}
.card { border:1px solid #ddd; border-radius:10px; overflow:hidden; transition:transform 0.3s; background:#fff; padding:10px; text-align: center; }
.card:hover { transform:translateY(-10px); }
.card img { width:100%; height:200px; object-fit:cover; border-radius:10px 10px 0 0; }

/* Forms */
form { display:flex; flex-direction:column; gap:15px; max-width:500px; margin:0 auto; margin-left: 100px; }
form input, form select,form textarea { padding:10px; border:1px solid #ccc; border-radius:5px;  }
form button { padding:12px; background:#ee6c4d; color:white; border:none; border-radius:5px; cursor:pointer;  }
.visaapp{
    padding: 12px 20px;
    background: #ee6c4d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
/* Team */
.team { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; text-align: center; }
.team img { width:100%; border-radius:5%; height: 500px; width: 500px;}

.team img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.image-container {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
    margin-left: 125px;
    
}
.image-container:hover  {
    transform: scale(1.05);
    filter: blur(3px) brightness(0.5);
}
.overlay-text{ 
    margin-left: 50px;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.D{
    margin-left: 50px;
    text-align: center;
}
#services{
    margin-left: 10px;
}
#packages{
    margin-left: 10px;
}
/*Blog*/
#blog{
    margin-top: -250px;
}

/*testimonials*/
#testimonials{
    margin-top: -200px;
}
/*  Destinations */
.destination-card h3 { text-align:center; margin-top:10px; }
#contact{
    margin-top: -450px;
    margin-bottom: -1000px;
    margin-top: 100px;
}
#footer{margin-top: 1000px; text-align: center; }
footer table {
    border-collapse: separate;
    border-spacing: 500px 0px ;
}
.fb{
    height: 50px;
    width: 50px;
}
.social{
    margin-left: -100px;
}
.map {
    width: 100%;
    margin-left: -50px;
    margin-top: 700px;
    margin-bottom: -1250px;
}

.map iframe {
    border: #000600;
    border-radius: 10px;

}
.bookingg{
    margin-left: 455px;
}
/*  Modal */
.modal { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); justify-content: center; align-items: center; z-index:2000; }
.modal-content { background:white; padding:30px; border-radius:10px; width:90%; max-width:400px; position:relative;}
.modal-content h2 { text-align:center; margin-bottom:20px; }
.close { position:absolute; top:10px; right:15px; font-size:20px; cursor:pointer; }
#loginForm{
   text-align: center;
   margin-left: 0px;
}
#signupForm{
    text-align: center;
    margin-left: 0px;
}
.parent{
    color: black ;
     text-decoration: unset;
}

.new-popular{
    color: black;
    text-decoration: none;
}

/* Bottom bar */
.ticker {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #ee6d4d7d, #0038457d);
  color: white;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Label */
.label {
  background: black;
  padding: 0 15px;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Scrolling container */
.ticker-wrap {
  flex: 1;
  overflow: hidden;
}

/* Moving track */
.ticker-track {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite ;
}

/* Text */
.ticker-track span {
  white-space: nowrap;
  padding-right: 50px;
  font-size: 18px;
}

/* Animation */
@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}


.feedback-slideshow {
            width: 100vw;
            position: relative;
            overflow: hidden;
            padding-top: -300px;
        }

        .feedback-slide {
            display: none;
            width: 100vw;
            min-height: 400px;
            padding: 80px 5%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            text-align: center;
            color: rgb(255, 255, 255);
            animation: slideFade 3s ease-in-out;
            
        }

        .feedback-slide.active {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        @keyframes slideFade {
            from { 
                opacity: 0; 
                transform: translateX(10px); 
            }
            to { 
                opacity: 1; 
                transform: translateX(0); 
            }
        }

        /* Quote icon */
        .quote-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            opacity: 0.8;
            margin-left: -150px;
        }

        /* Testimonial content */
        .feedback-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .feedback-text {
            font-size: 1.4rem;
            font-style: italic;
            margin-bottom: 30px;
            margin-left: -150px;
            line-height: 1.6;
            opacity: 0.95;
        }
        .feedback-author {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 10px;
            margin-left: -150px;
        }

        .feedback-role {
            font-size: 0.95rem;
            opacity: 0.8;
            font-style: italic;
            margin-left: -150px;
        }

        /* Navigation dots - full width */
        .feedback-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255,255,255,0.4);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: rgb(255, 254, 254);
            transform: scale(1.3);
            box-shadow: 0 0 10px rgba(255,255,255,0.8);
        }