/* General Styling */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: white !important;
}

/*.navbar {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  background-color: #003d51;*/
/*  color: white;*/
/*  padding: 10px 20px;*/
/*}*/

/*.nav-links {*/
/*  display: flex;*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*.nav-links li {*/
/*  position: relative;*/
/*  margin-right: 20px;*/
/*}*/

/*.nav-links a {*/
/*  text-decoration: none;*/
/*  color: white;*/
/*  padding: 8px 15px;*/
/*  transition: background-color 0.3s ease;*/
/*}*/

/*.nav-links a:hover {*/
/*  background-color: #026c91;*/
/*  border-radius: 4px;*/
/*}*/

/* Dropdown Menu */
/*.dropdown-content {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  background-color: white;*/
/*  color: black;*/
/*  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
/*  padding: 15px;*/
/*  z-index: 1000;*/
/*  min-width: 145px;*/
/*  border-radius: 8px;*/
/*}*/

/*.dropdown-content .submenu {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  gap: 10px;*/
/*}*/

/*.submenu ul {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

/*.submenu ul li {*/
/*  margin: 5px 0;*/
/*}*/

/*.submenu ul li a {*/
/*  color: black;*/
/*  text-decoration: none;*/
/*  padding: 5px 0;*/
/*  display: block;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*.submenu ul li a:hover {*/
/*  color: #026c91;*/
/*}*/

/*.dropdown:hover .dropdown-content {*/
/*  display: block;*/
/*}*/

/* Responsive Design */
/*@media (max-width: 768px) {*/
/*  .navbar {*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*  }*/

/*  .nav-links {*/
/*    display: none;*/
/*    flex-direction: column;*/
/*    background-color: #003d51;*/
/*    width: 100%;*/
/*  }*/

/*  .nav-links li {*/
/*    margin: 0;*/
/*  }*/

/*  .nav-links a {*/
/*    padding: 15px;*/
/*  }*/

/*  .nav-links.active {*/
/*    display: flex;*/
/*  }*/

/*  .hamburger {*/
/*    display: block;*/
/*    cursor: pointer;*/
/*  }*/

/*  .hamburger span {*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: 3px;*/
/*    background-color: white;*/
/*    margin: 5px 0;*/
/*    transition: all 0.3s ease;*/
/*  }*/
/*}*/

/*@media (min-width: 769px) {*/
/*  .hamburger {*/
/*    display: none;*/
/*  }*/
/*}*/



        /* Navbar Styling */
        /*.navbar {*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    align-items: center;*/
        /*    padding: 10px 20px;*/
        /*    background-color: #ffffff;*/
        /*}*/

        /*.nav-links {*/
        /*    list-style: none;*/
        /*    display: flex;*/
        /*    gap: 15px;*/
        /*}*/

        /*.nav-links li a {*/
        /*    text-decoration: none;*/
        /*    color: black;*/
        /*    padding: 10px;*/
        /*    display: block;*/
        /*}*/

        /*.nav-links li {*/
        /*    position: relative;*/
        /*}*/

        /* Dropdown Styling */
        /*.dropdown-content {*/
        /*    display: none;*/
        /*    position: absolute;*/
        /*    top: 100%;*/
        /*    left: 0;*/
        /*    background: white;*/
        /*    min-width: 200px;*/
        /*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);*/
        /*    list-style: none;*/
        /*    padding: 10px 0;*/
        /*    z-index: 1000;*/
        /*}*/

        /*.dropdown-content li a {*/
        /*    color: black;*/
        /*    padding: 8px 15px;*/
        /*    display: block;*/
        /*}*/

        /*.dropdown-content li a:hover {*/
        /*    background-color: #ddd;*/
        /*}*/

        /* Mobile Menu Button */
        /*.menu-toggle {*/
        /*    display: none;*/
        /*    background: none;*/
        /*    border: none;*/
        /*    font-size: 30px;*/
        /*    color: black;*/
        /*    cursor: pointer;*/
        /*}*/

        /* Mobile View */
        /*@media screen and (max-width: 768px) {*/
        /*    .nav-links {*/
        /*        display: none;*/
        /*        flex-direction: column;*/
        /*        width: 100%;*/
        /*        position: absolute;*/
        /*        top: 60px;*/
        /*        left: 0;*/
        /*        background-color: #333;*/
        /*        padding: 10px 0;*/
        /*        text-align: center;*/
        /*    }*/

        /*    .nav-links.active {*/
        /*        display: flex;*/
        /*        z-index:99999;*/
        /*    }*/

        /*    .menu-toggle {*/
        /*        display: block;*/
        /*    }*/

        /*    .dropdown-content {*/
        /*        position: static;*/
        /*        display: none;*/
        /*        background-color: #444;*/
        /*    }*/

        /*    .dropdown.active .dropdown-content {*/
        /*        display: block;*/
        /*    }*/
        /*}*/

        /* Dropdown Icon Style */
        /*.dropdown a span {*/
        /*    transition: transform 0.3s ease;*/
        /*    display: inline-block;*/
        /*}*/

        /*.dropdown.active a span {*/
          /*  transform: rotate(180deg); /* Icon ulta ho jayega 
        /*}*/


        /* Navbar Styling */
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background-color: #ffffff;
            
        }

        .nav-links {
            list-style: none;
            display: flex;
            gap: 15px;
        }

        .nav-links li a {
            text-decoration: none;
            color: black;
            padding: 10px;
            display: block;
        }

        .nav-links li {
            position: relative;
        }

        /* Dropdown Styling */
        .dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 200px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            list-style: none;
            padding: 10px 0;
            z-index: 1000;
        }

        .dropdown-content li a {
            color: black;
            padding: 8px 15px;
            display: block;
        }

        .dropdown-content li a:hover {
            background-color: #ddd;
        }

        /* Mobile Menu Button */
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 30px;
            color: black;
            cursor: pointer;
        }

        /* Mobile View */
        @media screen and (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                width: 100%;
                position: absolute;
                top: 60px;
                left: 0;
                background-color: #333;
                padding: 10px 0;
                text-align: center;
            }

            .nav-links.active {
                display: flex;
                 z-index:99999;
            }

            .menu-toggle {
                display: block;
            }

            .dropdown-content {
                position: static;
                display: none;
                background-color: #444;
            }

            .dropdown.active .dropdown-content {
                display: block;
            }
        }

        /* Dropdown Icon Style */
        .dropdown a span {
            transition: transform 0.3s ease;
            display: inline-block;
        }

        .dropdown.active a span {
            transform: rotate(180deg); /* Icon ulta ho jayega */
        }











/* Main Banner Section */
.banner {
    position: relative;
    background: url('../img/wh1.png') no-repeat top center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 768px) {
    .banner {
         background: url('../img/wh1.png') no-repeat top center/cover !important;
    }
}


.banner-overlay {
    background: rgba(0, 0, 0, 0);
    padding: 2rem;
    width: 100%;
    max-width: 1200px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.banner-title {
    font-size: 3rem;
    font-family: 'Cursive', sans-serif;
    margin-bottom: 20px;
}
/* icon color*/
.info-item {
   
    color: #fff!important;
}
/* Search Bar */
.search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.search-bar input[type="text"] {
    flex: 1;
    padding: 15px;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #333;
}

.search-bar button {
    background:none;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar button i {
    font-size: 1.2rem;
}
.search-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.search-form input[type="text"] {
    width: 100%;
    padding: 10px 50px 10px 20px; /* Adjust padding for the icon */
    font-size: 1em;
    border: none;
    border-radius: 25px; /* Rounded corners */
    outline: none;
    box-sizing: border-box;
}

.search-form button {
    position: absolute;
    right: 10px; /* Position the button inside the input */
    top: 50%;
    transform: translateY(-50%);
     /* Background color for the button */
    border: none;
    color:black;
    font-size: 1em;
    padding: 8px 12px;
    border-radius: 50%; /* Circular button */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Info Icons Section */
.info-icons {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    justify-content: center;
    
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    color: black;
}

.info-item i {
    font-size: 2rem;
    margin-bottom: 5px;
}

/* Contact Form */
.contact-form {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.233);
    padding: 15px;
    border-radius: 8px;
}

.contact-form input,
.contact-form button {
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
}

.contact-form input {
    flex: 1;
    max-width: 120px;
    color: #333;
    background: #fff;
}

.contact-form button {
    background: #154a5b;
    color: #fff;
    cursor: pointer;
    max-width: 100px;
}

.contact-form button:hover {
    background: #ff4a4a;
}

/* Customize Trip Button */
.customize-trip {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #17a2b8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    writing-mode: vertical-rl;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner-title {
        font-size: 2rem;
    }

    .search-bar,
    .contact-form {
        flex-direction: column;
        width: 100%;
        max-width: 90%;
    }

    .info-icons {
        flex-direction: column;
        gap: 10px;
    }

    .info-item {
        font-size: 1rem;
    }
    .banner-overlay{
        margin-top: -2.5rem;
    }
    .banner{
            height: 60vh;
    }
    .info-icons{
        display:none;

    }
}


@media screen and (max-width: 769px) and (min-width: 280px) {

    .contact-form{
        display:flex;
        flex-direction: row !important;
    }
    
}




/* Destination Slider Styles */
.destination-slider {
    padding: 20px;
    background-color: #fff;
}

.swiper-container {
    width: 100%;
}

.destination-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.destination-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.destination-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.destination-info h3 {
    font-size: 1.5em;
    margin: 0;
}

.destination-info p {
    font-size: 1em;
    margin: 0;
}

/* Swiper Controls */
.swiper-button-next, .swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet {
    background: #333;
}





/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f9fd;
  }
  
  .destination-section {
    text-align: center;
    padding: 40px 20px;
  }
  
  .destination-header h1 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
  }
  
  .destination-header p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
  }
  
  /* Destination Grid */
  .destination-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Default for large screens */
    gap: 20px;
    padding: 0 20px;
  }
  
  .destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  
  .destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .destination-card .destination-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 10px;
    text-align: center;
  }
  
  /* Specific Dimensions */
  .singapore {
    grid-column: span 2;
    height: 206px;
  }
  
  .dubai {
    grid-column: span 2;
    grid-row: span 2;
    height: 427px;
  }
  
  .thailand {
    grid-column: span 2;
    height: 206px;
  }
  
  .bali {
    grid-column: span 2;
    height: 206px;
  }
  
  .malaysia {
    grid-column: span 1;
    height: 206px;
  }
  
  .vietnam {
    grid-column: span 1;
    height: 206px;
  }
  .mobile{

    display:none;
  }
  
  /* Responsive Design */
  
  /* For Medium Screens (Tablets, 768px to 1200px) */
  @media (max-width: 1200px) {
    .destination-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  
    .dubai {
      grid-column: span 4;
      grid-row: none;
    }
  
    .thailand, .bali, .malaysia, .vietnam {
      grid-column: span 2;
    }
  }
  
  /* For Small Screens (Mobile, 480px to 768px) */
  @media (max-width: 768px) {
    .destination-grid {
      grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile */
     
    }
  .mobile{
    display:block;
  }
    .destination-card {
      height: auto; /* Adjust height automatically */
    }
  
    .singapore, .dubai, .thailand, .bali, .malaysia, .vietnam {
      grid-column: span 1; /* Each card spans 1 column */
    }
  }
  
  /* For Extra Small Screens (Below 480px) */
  @media (max-width: 480px) {
    .destination-grid {
      grid-template-columns: repeat(2, 1fr); /* Maintain 3 columns on small devices */
    }
  
    .destination-card {
      height: auto; /* Flexible height */
    }
  }
  
  



  /* General Styles */
/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
  }
  
  .best-packages {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
  }
  
  .best-packages h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
  }
  
  .slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .package-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    margin: 0 10px;
    flex-shrink: 0;
  }
  
  .package-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .package-details {
    padding: 15px;
    text-align: left;
  }
  
  .package-details h3 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #333;
  }
  
  .package-details p {
    font-size: 0.9rem;
    margin: 5px 0;
    color: #666;
  }
  
  .package-details .price {
    margin: 10px 0;
  }
  
  .price .old-price {
    text-decoration: line-through;
    color: #999;
  }
  
  .price .new-price {
    font-size: 1.5rem;
    color: #e63946;
  }
  
  .view-package {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
  }
  
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 10;
  }
  
  .prev-btn {
    left: 10px;
  }
  
  .next-btn {
    right: 10px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .package-card {
      width: 250px;
    }
  }
  
  @media (max-width: 480px) {
    .package-card {
      width: 200px;
    }
  }
  


/* Footer Styles */
.footer {
  background: linear-gradient(60deg, #154a5b, #ff4a4a); /* Gradient background */
  padding: 20px 0;
  color: #fff; /* Light text for contrast */
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-item {
  flex: 1;
  padding: 10px;
  min-width: 250px; /* Ensures items don't shrink too small */
}

.footer-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-item p {
  font-size: 14px;
  margin: 5px 0;
}

.footer-item ul {
  list-style-type: none;
  padding: 0;
}

.footer-item ul li {
  margin: 5px 0;
}

.footer-item ul li a {
  color: #fff; /* Light text color for links */
  text-decoration: none;
}

.footer-item ul li a:hover {
  color: #007bff;
}

/* Social Media Links */
.social-links {
  display: flex;
  gap: 15px;
}

.social-links li a {
  color: #fff; /* Light text color for social links */
  text-decoration: none;
}

.social-links li a:hover {
  color: #007bff;
}

/* Legal Info */
.footer-legal {
  text-align: center;
  padding: 15px;
  background-color: #ddd;
}

.footer-legal p {
  font-size: 12px;
  margin: 5px 0;
}

.footer-legal a {
  color: #333;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #007bff;
}

/* Media Queries for Responsiveness */

/* Mobile devices (screens less than 600px) */
@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-item {
    flex: 1 1 100%;
    padding: 15px;
  }

  .social-links {
    justify-content: center;
  }
}

/* Tablet devices (screens between 600px and 768px) */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-item {
    flex: 1 1 100%;
    padding: 15px;
  }
}

/* Desktop devices (larger than 768px) */
@media (min-width: 769px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-item {
    padding: 20px;
  }
}

/*  image slider of dot  */

/* General Styling for the Slider */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

/* The Slider Container */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

/* The Slider (holds all slides) */
.slider {
  display: flex;
  transition: transform 0.5s ease;
}

/* Individual Slides */
.slide {
  min-width: 100%;
  max-width: 100%;
  transition: opacity 1s ease-in-out;
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

/* Dots Navigation */
.dots-container {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot:hover {
  background-color: #717171;
}

.active {
  background-color: #ff4a4a; /* Active dot color */
}

.categories-section {
  padding: 30px 20px;
  background-color: #f8f5e8;
  text-align: center;
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.categories-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.category-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Georgia', serif;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 1024px) {
  .categories-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .categories-container {
      grid-template-columns: 1fr;
  }
}








