.search-title{
    /* font-family: Delight; */
font-weight: 600;
font-style: Semi Bold;
font-size: 2rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 1%;
/* text-align: center; */
color: #000000;

}

.search-content{
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 1rem;
leading-trim: NONE;
line-height: 38px;
letter-spacing: 0.04%;
 color: #3D3D3D;

}

.search-lable{
    font-weight: 400 !important;
}

.search-input{
    border-radius: 8px !important;
    border: 1px solid #D1D1D1;
    padding: 0px 12px;
}

.img-fluid{
    height: 100%;
}

/* -------------------------------------section--------------------- */

 .main-container {
      border: 2px solid #29aafe;
      border-radius: 6px;
      padding: 5px;
    }
    .left-section {
      /* height: 100vh; */
      /* overflow-y: auto; */
      /* border-right: 2px dashed #ccc; */
      background: #fff;
    }
    /* .card {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 12px;
      overflow: hidden;
    } */
    /* .card img {
      height: 120px;
      object-fit: cover;
    } */
    /* .map-section {
      height: 100vh;
    } */
    .map-section iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
    .badge-popular {
      background: #2ecc71;
      color: white;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 4px;
    }
    .price {
      font-weight: bold;
      color: #000;
    }
    .view-btn {
      /* background: #a020f0; */
      border: none;
      width: 100%;
      color: #fff;
      padding: 8px;
      border-radius: 6px;
      font-weight: 500;
    }

    .search-tab{
        /* font-family: Delight; */
font-weight: 500;
font-style: Medium;
font-size: 1.3rem;
/* leading-trim: NONE; */
line-height: 160%;
letter-spacing: 1%;
text-align: center;
color: #999999;
/* padding: 20px; */
 

    }

    .search-tab:hover , .search-tab:active{
       color:#000000;
       border-bottom: 1px solid #6533FF;
    }

    
.modal-dialog{
 
      display: flex;
      justify-content: center;
      align-items: center;
}

 .modal-content {
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      width: 80%;
       
    }
    .price-details {
      /* font-size: 14px; */

      font-family: 'Inter', sans-serif;
font-weight: 400;
font-style: Regular;
font-size:0.8rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: -1%;
color: #4A4A4A;


      
    }
    .price-details .row {
      margin-bottom: 6px;
    }
    .price-details strong {
      font-weight: 600;
    }

    .price-total{
      color: #000000;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
    }

    .price-model-title{
      font-family: 'Inter',sans-serif;
      font-weight: 600;
      font-style: Semi Bold;
      font-size: 1.1rem;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: -1%;

    }


    /* -----------------------------------booking page css----------------- */


    .add-btn{
    
gap: 10px;
border-radius: 12px;
padding: 12px;
background:#F5F5F5;

font-family: 'Inter', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 1rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: -1%;

color: #000000;
cursor: pointer;

}

.sign-text{
  font-family: 'Inter',sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 1.2rem;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -1%;
color: #000000;

}

.payment-box{
  border: 1px solid #000000;
  border-radius: 8px;
}

.edit-text{

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: -1%;
  color: #000000;
  cursor: pointer;

  
}

.edit-highlight{
  font-weight: 500;

}

.booking-model-box{
  border: 1px solid #D1D1D1;
  box-shadow: 0px 0px 10px 0px #0000001A;

  
}

.modal-backdrop.show{
  opacity: 0 !important;
  display: none !important;

}
@media screen and (max-width:768px){
        .payment-box{
            border:none !important;
        }
        }