/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  /* dropdown.css or custom.css */

/* ServiceDetailPage.css */
.table-modern {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.table-modern thead th {
  background-color: #007bff; /* Tourism blue */
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  color: #ffffff;
}

.table-modern tbody tr {
  background-color: #93efef; /* Light blue for rows */
  transition: background-color 0.3s ease;
}

.table-modern tbody tr td {
  padding: 20px;
  border: none;
  color: #495057;
  font-size: 15px;
  font-weight:bold;
}

.table-modern tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table-modern tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  color: #28a745; /* Green for price */
}

.table-modern tbody tr:hover {
  background-color: #c1e4e4; /* Hover effect */
}


  
.mt-bnr-inr {
  height: 250px !important;
  background-size: cover !important;
  /* background-position: top center !important; */
  background-repeat: no-repeat !important;
  display: table;
  width: 100%;
}

.bg-black {
  --bs-bg-opacity: 0.2 !important;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}


.Slider_image__-WiFh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0 !important;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 0 !important;
  display: block;
}