.search-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    overflow: hidden;
  }
  .tab-button {
    background: none;
    border: none;
    font-weight: bold;
    padding: 15px 30px;
  }
  .tab-button.active {
    background-color: #f4511e;
    color: #fff;
    border-radius: 0 0 10px 10px;
  }
  .search-form input {
    border: none;
    box-shadow: none;
  }
  .search-form input::placeholder {
    color: #aaa;
  }
  .search-btn {
    background-color: #f4511e;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 0;
  }


  #overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 123, 255, 0.7);
  }

  #overlay-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 131, 54, 0.7);
  }

  #overlay-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(24, 131, 54, 0.7);
  }

  #overlay-5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(179, 52, 20, 0.7);
  }

  .content {
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 20px;
  }


























  .custom-card {
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .icon-box {
    background-color: #f4511e;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 0.5rem;
  }

  .icon-box i {
    font-size: 2rem;
  }

  .card-text-box {
    position: absolute;
    bottom: 0;
    padding: 1rem;
   
    width: 100%;
  }

  .card-text-box h5 {
    font-weight: bold;
  }

  .card-text-box p {
    font-size: 14px;
    margin: 0;
  }









  








 
  .testimonial-card {
    width: 30%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    height: 350px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .testimonial-card .card-title {
    color: #ff5c35;
    font-size: 30px;
  }

  .testimonial-card img {
    border-radius: 0 50% 50% 50%;
    width: 80px;
    height: 80px;
  }

  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff5c35;
  }

  .carousel-indicators .active {
    opacity: 1;
  }












 
  
  
  .destination-card {
    margin-top: 20px; /* أو 10 إذا بدكها أضيق */
  }
  
  .info-box {
    position: relative;
    top: -80px;
    z-index: 2;
    width: 85%;
    left: 30px;
    margin-bottom: 0 !important;
  }
  
  .image-wrapper img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 12px 12px 0;
  }
  
  .price-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff5e14;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 0 25px 25px 0;
    font-size: 14px;
  }
  
  .pagination .page-link {
    border-radius:50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    color: black;
    background-color: white;
    border: 1px solid #dee2e6;
  }

  .pagination .page-item.active .page-link {
    background-color: #333;
    color: white;
    border-color: #333;
  }

  .pagination .page-item:not(.active) .page-link:hover {
    background-color: #000;
    color: #fff;
  }











/*  footer {
    background: #f8f9fa url('./images/about/bg_3.jpg');
  
    height: 100vh;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  

  .bg-orange {
    background-color:#f4511e;
  }
  
  .text-orange {
    color:#f4511e ;
  }
  
  a.bg-orange:hover {
    opacity: 0.8;
    text-decoration: none;
  }*/

  footer {
    background: url('./images/about/bg_3.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #fff;
    position: relative;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 20px 0;
    font-size: 0.9rem;
    color: #000000;
  }
  
  .bg-orange {
    background-color: #f4511e !important;
  }
  
  .text-orange {
    color: #f4511e !important;
  }
  
  a.bg-orange:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  

  .testimonial-card {
    position: relative;
    padding: 20px;
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  #btn1 {
    position: absolute;
    padding: 10px 20px;
    background-color:#ff5c35;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 0;
  
    
    top: 0;
    left: 0;
  }
  
  #btn2 {
    position: absolute;
    padding: 10px 20px;
    background-color:#ff5c35;
    color: rgb(255, 255, 255);
    border: none;
 border-radius: 0;
   
    
    bottom: 0;
    right: 0;
  }




  
