/* Start custom CSS for html, class: .elementor-element-7236db7 */ #exp-book {
    width: 90%;
    max-width: 400px;
    background: #ffffff;
    padding: 30px 25px;
    margin: 40px auto;
    border-radius: 10px;        
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: center;
}
.bookingform {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inputarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px
    border: 1px solid #dcdcdc;
    font-size: 16px;
    outline: none;
    background: #fff;
    transition: 0.2s;
}

.inputarea:focus {
    border-color: #000;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

.sub-btns {
    margin-top: 15px;
}


.submitbtn {
    background: #000;
    color: #fff;
    padding: 12px 32px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.submitbtn:hover {
    background: #077317;
    transform: scale(1.05);
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-344d7c1 */ .scroll-area{
  width: auto;
  max-height: auto;
  overflow-y: auto;
  padding:12px;
  background: #1e293b; 
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
 
     color: green;
     font-family:Sans-Serif
}
.title {
  color: white;
  font-family: Sans-Serif;
  font-size: 22px;
  font-weight: 100;
  background-color:#1E2A56;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 10px;
}

.item{
  margin-bottom:3px;
  padding:4px;
  border-radius:5px;
  background:rgba(255,255,255,0.03);
}

.link{
  padding: 6px 6px;
  border-radius:5px;
  text-decoration:none;
  color:#dbeafe;
}

.link:hover{
  color:#fff;
}
.scroll-area::-webkit-scrollbar{
  width:5px;
}

.scroll-area::-webkit-scrollbar-track{
  background:rgba(255,255,255,0.06);
}

.scroll-area::-webkit-scrollbar-thumb{
  background:linear-gradient(135deg,#fff)
} /* End custom CSS */