[dir="rtl"] body {
    font-family: 'El Messiri', sans-serif !important;
}

.bg-orange {
    background-color: #F1951C;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    font-size: 15px;
}
.background-orange {
    background-color: #F1951C;
}

.text-white {
    color: #fff;
}
.footer-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 10%;
    top: 20dvh;
    width: 40%;
    overflow: auto;
    height: 100%;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.custom-carousel {
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}

.custom-carousel .carousel-inner img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

[dir="rtl"] .custom-carousel .carousel-inner img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

[dir="rtl"] .overlay-text {
    right: auto;
    right: 5%;
}
.banner {
    padding-left: 3rem;
}

.banner-img {
    width:100%;
    height: 350px;
    object-fit:cover;
}
.card-bg1 {
    background-color: #C17417;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.card-rounded-4 {
    border-radius: 0.4rem;
}
.card-small {
    width: 280px;
}
.card-img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.card-img2 {
    width: 240px;
    height: 240px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.card-img3 {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.activity-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.card-bg1:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.kpi-card {
    border: 0px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    width: 200px;
    text-align: center;
    background-color: #ffc170;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.kpi-value {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kpi-label {
    font-size: 20px;
    color: #fff;
}

/* activity page */
.activity-card {
    background-color: #F1951C;
    color: #fff;
    border-radius:0;
    border: 4px solid #F1951C;
    width: 280px;
}
.act-card-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.hr-color {
    opacity: 100%;
    border-color: #F1951C;
    border-width: 10px;
}

/* Top Image */
.top-image {
    height: 300px;
    border-radius: 20px;
}

.top-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
/*gallery or swiper */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
hr.style {
    background-color: #fff;
    border: none;
    height: 40px;
    width: 70px; /* Remove the fixed width */
    border-top: 8px dotted #F1951C;
    margin: 0 auto; /* Add this to center the hr horizontally */
}
.about-img {
    width: 100%;
    height: 300px;
    object-fit: contain;
};
.bg-grey {
    background-color: #ccc;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.bg-grey p {
    margin: 0;
}
.package_img {
    width: 240px;
  }

.package-table tbody tr:nth-child(odd) {
    background: linear-gradient(90deg, rgba(241,149,28,1) 21%, rgba(255,241,229,1) 100%);
    --bs-table-bg: none;
   }
/* responsive */
@media screen and (max-width: 600px) {
    .overlay-text {
        position: absolute;
        bottom: 0;
        left: 5%;
        top: 5dvh;
        width: 40%;
        overflow: auto;
        height: 100%;
        flex-direction: column;
        align-items: center;
        color: #fff;
    }
    .banner {
        margin-top: 20px;
        padding-left: 0rem;
    }

    .banner-img {
        width:100%;
        height: 200px;
        object-fit:contain;
    }
    .top-image {
        height: 200px;
    }
    .top-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .top-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
    }
}

/* .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* .package-details {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} */

.adventure-section {
    padding: 20px 0;
}

.adventure-image-large,
.adventure-image-small {
    position: relative;
    margin-bottom: 20px;
}

.adventure-image-large img,
.adventure-image-small img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.adventure-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
}

.adventure-image-large .adventure-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 80%;
    border-radius: 10px;
}

.adventure-image-small .adventure-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: calc(100% - 20px); /* to account for padding */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

[dir="rtl"] .dropdown-menu[data-bs-popper] {
    left: unset;
}
.gallery {
    height: 300px;
    width:  300px;
    object-fit: cover;
    cursor: pointer;
}

@media (max-width: 991px) {
    .adventure-text {
        position: relative;
        background: transparent;
        color: black;
        padding: 0;
        width: auto;
        border-radius: 0;
    }
}

.thankyou-wrapper{
    width:100%;
    height:auto;
    margin:auto;
    background:#ffffff;
    padding:10px 0px 50px;
}
.thankyou-wrapper h1{
    font:100px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#333333;
    padding:0px 10px 10px;
}
.thankyou-wrapper p{
    text-align:center;
    color:#333333;
    padding:5px 10px 10px;
}
.thankyou-wrapper a{
    text-align:center;
    color:#ffffff;
    display:block;
    text-decoration:none;
    width:250px;
    background:#F1951C;
    margin:10px auto 0px;
    padding:15px 20px 15px;
}
.thankyou-wrapper a:hover{
    font:26px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#ffffff;
    display:block;
    text-decoration:none;
    width:250px;
    background:#F96700;
    margin:10px auto 0px;
    padding:15px 20px 15px;
    border-bottom:5px solid #F96700;
}

.active {
    color: #F1951C !important;
}

.border-bottom-5 {
    border-bottom: 5px solid #fff;
}

[dir="rtl"] .dropdown-menu[data-bs-popper] {
    left: unset;
}

/* gallery_show */

body {font-family: Arial, Helvetica, sans-serif;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.btn-extra-lg {
    padding: 20px 30px;
    font-size: 1.5rem;
}
.pack-button {
    background: rgb(241, 149, 28);
    background: linear-gradient(90deg, rgba(241, 149, 28, 1) 21%, rgba(250, 218, 176, 1) 57%, rgba(255, 255, 255, 1) 100%);
}
.pack-button2 {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,218,176,1) 47%, rgba(241,149,28,1) 100%);
}
.pack-hr {
    width: 300px;
    color: #F1951C;
    border-width: 5px;
}
.row .wrap{
    flex-wrap: unset;
}
.table-orange {
    background-color: #F1951C;
}
.header-row th {
    background-color: #F1951C;
    color: white;
    padding: 20px;
    text-align: center;
}
.foot-left {
    padding-left: 40px;
}
.foot-right {
    padding-right: 40px;
}
@media only screen and (max-width: 700px){
    .foot-left {
        padding-left: 0px;
    }
    .foot-right {
        padding-right: 0px;
    }
  }

  @media (max-width: 768px) {
    .table-responsive table th,
    .table-responsive table td {
        width: auto; /* Adjust the width as needed */
        white-space: nowrap; /* Prevent line breaks */
        overflow: hidden; /* Hide overflow content */
        text-overflow: ellipsis; /* Add ellipsis for overflow text */
    }
}
