.ferry-card{
    background:#fff;
    border-left:5px solid #a54510;
    border-radius:20px;
    padding:15px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 20px;
}

.ferry-name{
    font-size:22px;
    font-weight:700;
    margin:0;
}

.operated{
    color:#000;
    font-size: 12px;
}

.badge-ferry{
  background: #fff;
    color: #a54510 !important;
    padding: 7px 14px;
    border-radius: 30px;
    margin-left: 6px;
    margin-bottom: 6px;
    font-weight: 600;
    border: 1px solid #a54510 !important;
}

.ferry-logo{
    width:80px;
    border:1px solid #eee;
    border-radius:8px;
}

.view-details{
       display: block;
    margin-top: 5px;
    color: #a54510;
    font-weight: 600;
    text-decoration:none;
}

.journey{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.point small{
    color:#a54510;
    font-weight:700;
    display:block;
}

.point h3{
    margin:4px 0 0;
    font-weight:700;
        font-size: 13px;
}

.timeline{
    width:220px;
    display:flex;
    align-items:center;
}

.timeline .line{
    flex:1;
    border-top:2px dashed #a54510;
}

.ship{
    width:70px;
    text-align:center;
}

.ship i{
    color:#a54510;
    font-size:20px;
}

.ship small{
    display:block;
    font-weight:700;
}

.price-box{
    border-left:1px dashed #ddd;
    padding-left:20px;
text-align: center;
   
}

.price-info{
    flex:1;
}

.rating{
    color:#FFC107;
    margin-bottom:5px;
}

.price-info h2{
   margin: 0;
    color: #000;
    font-size: 26px;
    font-weight: 700;
}

.price-info span{
      display: block;
    margin-top: 3px;
    margin-bottom: 8px;
}

.book-btn{
    width:170px;
    height:52px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;

    background:#a54510;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

.book-btn span{
    width:30px;
    height:30px;
    background:#fff;
    color:#222;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.book-btn:hover{
    color:#fff;
}

/* Mobile */

@media(max-width:767px){
.price-box{
    border-left:1px dashed #ddd;
    padding-left:20px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}
.ferry-card{
    padding:16px;
}

.ferry-name{
    font-size:22px;
}

.badge-ferry{
    font-size:11px;
    padding:5px 10px;
}

.ferry-logo{
    width:55px;
}

.view-details{
    font-size:10px;
}

.journey{
    gap:10px;
}

.timeline{
    width:110px;
}

.ship{
    width:50px;
}

.ship i{
    font-size:16px;
}

.ship small{
    font-size:12px;
}

.point h5{
    font-size:15px;
}

.point small{
    font-size:9px;
}

.price-box{
    margin-top:15px;
    border:none;
    padding:0;
}

.price-info h2{
    font-size:22px;
}

.price-info span{
    font-size:14px;
}

.book-btn{
    width:125px;
    height:44px;
    font-size:15px;
}

.book-btn span{
    display:none;
}
.point h3 {
 
    font-size: 12px;
}
}