.image-overlay-text {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    padding: 0;
    border-radius: 0;
    text-align: center;
    z-index: 1;
  }
section.head-text {
    padding-bottom: 0;
}
  section.head-text .image-overlay-text{
    position:relative;
    margin-bottom:0;
    color:var(--heading-color);
    top:0;
  }
  .img-fluid1 {
    width: 100%;
    height: 250px;
    border-radius: var(--border-radius);
    object-fit: cover;
    border-radius: 0;
    object-position: 50% 50%;
  }
.image-overlay-wrapper.limo-banner .img-fluid1 {
 height: 280px;
 object-position: 50% 80%;
}
.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #30282533;
}
  .yacht-wrapper {
    display: flex;
    justify-content: var(--yacht-wrapper-justify);
    /* padding-left: 70px; */
    /* padding-right: 70px; */
  }
  
  .yacht-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
    justify-content: center;
    /* max-width: var(--yacht-grid-max-width); */
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    /* padding: 0 20px; */
  }
  
  
  .yacht-card {
    width: var(--card-width);
    border-radius: 8px;
    overflow: hidden;
    width: auto;
    transition: transform 0.3s ease;
    flex: 0 1 calc((100% - 60px) / 3);
    text-align: left;
    background-color: #f9f9f9;
  }
  
  .yacht-card:hover {
    transform: translateY(-5px);
  }
  
  .yacht-card img {
    width: 100%;
    height: 283px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .yacht-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 8px;
  }
.yacht-card h3 a{
  color:var(--primary-color);
  font-family:var(--secondary-color);
}
  .pro-cont{
    padding:16px 16px 24px;
  }
  .yacht-card h5 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #9B9B9B;
    font-family: var(--primary-font);
    line-height: 24px;
    margin-bottom: 8px;
    height: 24px;
    overflow: hidden;
  }
  
  .yacht-card p {
    font-size: 15px;
    margin: 0;
    margin-bottom: 0;
    color: var(--primary-color);
  }
  .prc-btn{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
  }
  
  .duration {
    font-size: var(--duration-font-size);
    color: var(--duration-color);
  }
  
 
  .old-price {
    text-decoration: line-through;
    color: #A9A9A9;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
  }
  
  .new-price {
    font-weight: 500;
    font-size: var(--font-large);
    color: var(--text-black);
    margin-left: 14px;
    padding-left: 0;
    margin-left: 0;
  }
  
  .new-price1 {
    font-size: var(--font-large);
    color: var(--text-black);
  }
  
  .new-price span {
    font-weight: normal;
    color: #A9A9A9;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
  }
.new-price span.price{
  font-size:16px;
  font-weight:600;
  color:var(--primary-color);
}
  .img-fluid1 {
    width: 100%;
    border-radius: var(--border-radius);
    object-fit: cover;
}
section.car-list-sec {
    padding-top: 40px;
    padding-bottom: 180px;
}
.book-btn {
    display: block;
    padding: 12px 0;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    text-align: center;
    /* margin-left: var(--btn-margin-left); */
    /* margin-bottom: var(--btn-margin-bottom); */
    /* margin-top: var(--btn-margin-top); */
  }
  
  
  .book-btn:hover{
    color: #fff;
  }
.pro-cont {
    padding: 16px 16px 24px;
}
.price-row {
    display: flex;
    align-items: center;
}