@import url("styles/hidden-layout.css");


body{
    background-color: #E6E7E8;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.navbar{
    background-color: #032A63;
    padding: 0;
}

.navbar-brand{
    color: white;
}
.navbar-brand:hover{
    color: white;
}
a.nav-link{
    color: white;
    text-transform: capitalize;
    display: block;
    padding: 20px 10px;
}
a.nav-link:hover{
    color: white;
    background-color: #0b4499;
}

.dropdown-toggle:link{
background-color: #032A63;
color: white;
}

.dropdown-item:hover{
    background-color: #0b4499;
    color: white;
}

.nav-wrapper{
    width: 80%;
    margin: 0 auto;
}

main{

    width: 80%;
    background-color: white;
    margin: 2% auto 6%;
    border-radius: 4px;
    padding: 20px;

}
#carouselExampleSlidesOnly img{
    max-height: 450px;
    object-fit: cover;
    display: block;
}

.mypic{
  float: left;
  padding-right: 10px;
  width: 200px;
}

.title-about{
    font-size: 1.1rem;
    text-transform: capitalize;
    color: green;

}

.clear-article{
    clear: both;
    margin-top: 30px;
}
.mylink{
    color: tomato;
    text-decoration: none;
}

.myborder{
    border: 2px crimson dashed;
    padding: 10px;
    margin: 20px auto;
}

.tour-title{
    color:green;
    text-transform: capitalize;
    font-size: 1.3rem;
}
.tour-title2{
    color:green;
    text-transform: capitalize;
    font-size: 1.1rem;
}
.tour-link{
    text-transform: capitalize;
    color: tomato;
    text-decoration: none;
}

.wrapper-main-tour{
     border: 2px crimson dashed;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    width: 80%;

}

.wrapper-main-tour2{
  border: 2px crimson dashed;
    padding: 20px;
    margin: 10px auto 20px;
    text-align: center;
    width: 100%;
}
.rule{
  border: 2px dashed green;
  width: 100%;

}
.tour-bg2 {
background-color: #f7f7f7;
}
.tour-bg2:hover {
background-color: #ffffff;
cursor: pointer;
}
.tour-bg:hover{
    background-color: #f7f7f7;
    border-radius: 6px;
    cursor: pointer;
}

.tel-link{
    color: white;
    text-decoration: none;
    text-transform: lowercase;
}

.logo{
    width: 160px;
    padding: 0;
    margin: 0;
    display: block;
    object-fit:cover;

}

.rock-salt-regular {
  font-family: "Rock Salt", cursive;
  font-weight: 800;
  font-style: normal;
}


/* start for tab */

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* end of tab */

.tabcontent h2{
    font-size: 1rem;
    margin: 20px 0;
    background-color: rgb(234, 250, 250);
    padding: 10px;
    border-radius: 4px;
    text-transform: capitalize;
}

.related-tour-title{
  font-size: 1rem;
    margin: 0 0 20px;
    background-color: rgb(234, 250, 250);
    padding: 18px 10px;
    border-radius: 4px;
    text-transform: capitalize;
      font-family: "Rock Salt", cursive;
  font-weight: 200;
  font-style: normal;
}


:root {
  --lightbox-bg: rgba(0, 0, 0, 0.9);
  --lightbox-transition: 0.3s ease-in-out;
  --lightbox-z-index: 9999;
}

/* Hide lightbox by default */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--lightbox-z-index);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--lightbox-transition),
              visibility var(--lightbox-transition);
}

/* Show lightbox when active */
.lightbox.is-active {
  opacity: 1;
  visibility: visible;
}

/* Semi-transparent backdrop */
.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: var(--lightbox-bg);
  cursor: pointer;
}

/* Container for image and controls */
.lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
}

/* Responsive image sizing */
.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Close button styling */
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  padding: 8px 12px;
  line-height: 1;
  transition: transform 0.2s;
}

.lightbox-close:hover {
  transform: scale(1.1);
}

.lightbox-close:focus {
  outline: 2px solid white;
  outline-offset: 4px;
}

/* Gallery thumbnail styles */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  padding: 20px;
}

.gallery-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .lightbox-container {
    max-width: 95vw;
    max-height: 85vh;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
}



.lightbox-image {
  /* Previous styles... */
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

.lightbox-image.is-loaded {
  animation: none;
  background: transparent;
}

@keyframes loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}


.toplink{
    text-decoration: none;
    color: black;
}



/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 1.1rem;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}


.ruler{
    width: 50%;
    margin: 0 auto;
    border: 1px solid crimson;
    padding: 0;
}
.ruler2{
    width: 50%;
    margin: 0 auto;
    border: 1px solid green;
    padding: 0;
}


.wrapper{
    padding: 20px;
    border: 2px dashed crimson;
    margin: 50px auto;
    width: 100%;
    text-align: center;
}

.car-pic{
    width: 100%;
    display: block;
    height: 400px;
object-fit: cover;
}
/* protect image */
.protect-img {
    pointer-events: none;
}
.address p , .whatsapp p, .email p{
    margin: 0;
}
.address, .whatsapp, .email{
   border: 1px solid crimson;
   padding: 10px 20px;
   margin: 10px 0;
}

.address .fa-house, .whatsapp .fa-whatsapp, .email .fa-envelope{
font-size: 1.3rem;
color: green;
}

.home-pic{
    height: 200px;
    width: 100%;
    display: block;
    object-fit: cover;
}
@media print {
  img {
    display: none;
  }
}



@media (max-width: 800px) {
    main{
        margin: 25% auto;
    }
}


footer{
    background-color: #032A63;
    color: white;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
footer p{
    padding: 0;
    margin: 0;
}
