.navbar-nav .nav-link  {
    color: #ff4d01 !important;
}

.navbar-brand {
    color: #ff4d01 !important;
}

.navbar-custom {
    box-shadow: 0px 4px 6px rgba(15, 14, 44, 0.7); /* Adjust shadow strength */
}

.navbar-custom.fixed-top {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1030;
}


/*.btn{*/
/*    color: #ffffff;*/
/*    background-color: #ff4d01; */
/*    transition: background-color 0.3s ease, transform 0.2s ease;*/
    
/*}*/

/*.btn:hover {*/
    /*background-color: #e04300;*/
    /*transform: scale(1.05); */
/*    color: #ffffff;*/
/*}*/

li:marker{
    content:"⭐";
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: white;
    background-size: cover;
        filter: contrast(1.2); /* increase contrast */

}

.container {
    max-width: 1300px;
    margin: auto;
    padding: 0px;
    /*padding-top: 20px;*/
}
.custom-footer {
    background-color: #414ea794;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.custom-footer-column {
    width: 22%;
}
.custom-footer h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.custom-footer ul {
    list-style: none;
    padding: 0;
}
.custom-footer ul li {
    margin-bottom: 8px;
}
.custom-footer ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.custom-footer ul li a:hover {
    text-decoration: underline;
}
.fraud-alert {
    color: red;
    font-weight: bold;
}
.custom-travel-destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-destination {
    width: 30%;
    position: relative;
}
.custom-destination img {
    width: 100%;
    border-radius: 5px;
}
.custom-destination span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
}




/*CSS for image slider*/

.my-image-slider {
  width: 100%;
  /*max-width: 800px;*/
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.my-image-slider h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.my-image-slider .swiper {
  width: 100%;
  padding-bottom: 50px;
}

.my-image-slider .swiper-slide {
  width: 350px !important;
  height: 350px !important;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.my-image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}






