.wpcf7-submit {
    background-color: #ffaf19 !important; /* same orange as the image */
    color: #000000; /* black text */
    font-weight: bold;
    border: none;
    border-radius: 1px; /* pill shape */
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #ffa000; /* slightly darker on hover */
}


/* hide toure price and wihslist */ 
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-outer .tourmaster-header-price3 .tourmaster-header-price3-head {display:none} 
.tourmaster-header-price3 .tourmaster-header3-title {
    margin-bottom: 0px;
    margin-top: 40px;
}

.tourmaster-load-more .tourmaster-button{
	    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    color: #0a0a0a;
    padding: 15px 29px 15px 29px;
    margin: 0px 10px 10px;
    position: relative;
    z-index: 999;
    background: #ffaf19;
}



/* ===============================
   SAHARA SINGLE IMAGE SLIDER
=============================== */

.saharaSingleSlider {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 45px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 55px rgba(0,0,0,.28);
}

.saharaSingleSlider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

/* الصورة تظهر كاملة */
.saharaSingleSlider img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain; /* أهم سطر */
  display: block;
}

/* أسهم Premium بسيطة */
.saharaSingleSlider .swiper-button-next,
.saharaSingleSlider .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(8px);
  transition: all .25s ease;
}

.saharaSingleSlider .swiper-button-next::after,
.saharaSingleSlider .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/* Hover */
.saharaSingleSlider .swiper-button-next:hover,
.saharaSingleSlider .swiper-button-prev:hover {
  background: rgba(255,255,255,.28);
  transform: scale(1.12);
}

/* Pagination */
.saharaSingleSlider .swiper-pagination-bullet {
  background: #fff;
  opacity: .4;
}

.saharaSingleSlider .swiper-pagination-bullet-active {
  opacity: 1;
}

/* موبايل */
@media (max-width: 768px) {
  .saharaSingleSlider {
    max-width: 96%;
    border-radius: 16px;
  }

  .saharaSingleSlider img {
    max-height: 380px;
  }
}
