*{
    margin: 0px;
    padding: 0px;
}
body {
      font-family: sans-serif;
      background: #f8f8f8;
    }
    /* HOTEL SECTION */
    .hotel-row, .ticket-row {
      text-align: center;
      padding: 20px;
      margin-top: 20px;
    }
    swiper-container {
  width: 100%;
  padding: 20px 0;
}

swiper-slide {
  width: auto;
  display: flex;
  width: 300px;
  /* height: 300px; */
  justify-content: center;
}

.cot {
  width: 280px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  text-align: center;
  /* padding: 15px; */
  color: white;
  position: relative;
}
.cot2{
  height: 100%;
  width: 100%;

}

.cot2 button{
  
  margin-top: 70%;

}

.cot, .cot2, .hotela {
    text-decoration: none;
    font-weight: bold;
    font-size: xx-large;
    color: white;
    background-color: #07060691;
    

}
.cot, .cot2, .hotelp {
    background-color: #07060691;
    font-weight: bold;
    font-size: large;
    color: white;

}


    /* again */

 







    button {
      background-color: #0d6efd;
      color: white;
      padding: 10px;
      border: none;
      cursor: pointer;
      margin-top: auto;
      border-radius: 4px;
    }

    a {
      display: block;
      text-align: center;
      margin: 20px 0;
      font-weight: bold;
      text-decoration: none;
    }
    .custom-footer {
  background: linear-gradient(135deg, #0d6efd, #084298);
  color: white;
}
.custom-footer a {
  color: #fff;
  text-decoration: none;
}
.custom-footer a:hover {
  text-decoration: underline;
}
.navbar-logo {
  height: 40px;  /* Adjust as needed */
  width: auto;
}
nav ul li {
/* border: 1px solid black; */
}
nav ul li a {
    font-size: small !important;
    font-weight: bolder !important;
    /* padding: 10px !important; */
    /* color: white !important; */
}
.my-nav{
  background-color: rgb(236, 15, 15) !important;
  z-index: 99;
  height: 100px;

}
.navcontainer{
  height: 100%;

}
@media screen and (max-width: 600px) {
    .my-nav{

  height: auto;

}
}
@media (max-width: 576px) {

  .navbar-logo {
    height: 30px;
  }
}
.text-shadow {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.animate-caption {
  animation: fadeInUp 1.5s ease-out;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* top nav style */
.topnav {
      background-color: #0000ff;
      padding: 5px 15px;
      border-bottom: 1px solid #dee2e6;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      top: 0px;
      color: white !important;
    }

    .topnav .left-section,
    .topnav .right-section {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .topnav .left-section a,
    .topnav .right-section a {
      text-decoration: none;
      color: white;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .topnav .left-section a:hover,
    .topnav .right-section a:hover {
      color: #007bff;
    }

    .topnav .profile-icon i {
      font-size: 18px;
    }

    .topnav .social-icons a {
      font-size: 16px;
    }

    @media (max-width: 576px) {
      .topnav {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
      }

      .topnav .left-section,
      .topnav .right-section {
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
      }
    }
    /* end */
   
    .cbg{
          width: 100%;
    height: 100vh;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgb(41, 0, 26);
    }
    @media (max-width: 415px) {
  .cbg {
    /* height: 25vh !important; */
  }
}

/* swipper */
.swiper{
    height: 600px;
  
}
.ourservice {
  margin-top: 60px;
  background: #0000ff5b;
  padding: 20PX;
  height: 140px;
}
.ourservice h3 {
  color: white;
}
.ourservice ul {
  display: flex ;
}
.ourservice ul li{
  list-style-type: none;
  display: flex !important;
}
.ourservice ul li a{
 color: white !important;
 padding: 5px;
}
/*  search*/

/* Modern Search Bar Styling */
.modern-search {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.search-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 450px;
  border: 2px solid #007bff;
  border-radius: 50px;
  padding: 5px 15px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
  transition: 0.3s ease;
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 50px;
  background: transparent;
}

.search-box button {
  background: none;
  border: none;
  color: #007bff;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.search-box button:hover {
  background-color: rgba(0, 123, 255, 0.1);
}
/* end */




/* .products {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
      padding: 20px;
    } */

    .product {
      background: white;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 16px;
      width: 250px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      /* height: auto; */
    }

    

    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
    }

    .image-container {
  height: 200px;
  background: #fff; /* Optional: white background for contrast */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* footer */
footer {
  /* background-color: #222; */
  color: #007bff;
  font-family: 'Segoe UI', sans-serif;
  text-align: left;
  background-color: #dee2e6 !important;
}

footer .ft h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

footer .ft p {
  font-size: 1rem;
  color: #007bff;
  margin-bottom: 20px;
}

footer .modern-search .search-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

footer .modern-search input[type="text"] {
  padding: 10px 15px;
  width: 250px;
  border: none;
  border-radius: 30px;
  outline: none;
}

footer .modern-search button {
  padding: 10px 20px;
  border: none;
  background-color: #0d6efd;
  color: white;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

footer .modern-search button:hover {
  background-color: #084298;
}

footer a {
  font-size: 0.95rem;
  color: #007bff;
}

footer a:hover {
  color: #fff;
}

footer .social-icons i {
  font-size: 1.4rem;
  margin-right: 12px;
  color: #007bff;
  transition: color 0.3s;
}

footer .social-icons i:hover {
  color: #0d6efd;
}

@media (max-width: 768px) {
  footer .modern-search .search-box {
    flex-direction: column;
    width: 100%;
    align-items: left;
    text-align: left;
  }

  footer .modern-search input[type="text"] {
    width: 90%;
  }

  footer .social-icons {
    justify-content: center;
  }
}

/* Align all footer link columns to the left */
footer .row > div {
  text-align: left;
}

/* Ensure social icons are displayed in a row */
footer .social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Social icon styles */
footer .social-icons a {
  font-size: 1.4rem;
  color: #007bff !important;
  transition: color 0.3s;
  text-align: left;
}

footer .social-icons a i:hover {
  color: #0d6efd;
}

