.whatapp {
    background-color: #2BAD1B;
    border-radius: 1.8rem;
    padding: 0.7rem 2rem 0.7rem 5rem;
}

.whatapp img {
    width: 80px;
    position: absolute;
    left: -6px;
    top: -5px;
}

.whatapp a {
    font-size: 20px;
    line-height: 2.5;
    text-decoration: none;
    font-weight: 700;
}

.view_more {
    font-size: 20px;
    font-weight: 400;
}

#banner.innpbanner .item_infoin {
    top: 30%;
    text-align: left;
}

#banner.innpbanner .item_infoin h1 {
    font-size: 37px;
    line-height: 1;
    padding: 0;

}

#banner.innpbanner .item_infoin p {
    font-size: 18px;
    font-weight: 300;
}

.sec_head h1 {
    font-size: 40px;
}

.cta-content h5 {
    color: #1e3c72;
    font-size: 24px;
    font-weight: bold;
}

.cta-content .call-text a {
    color: #1e3c72;
    font-size: 32px;
    font-weight: bolder;
}

.vehicle-card {
    border: 2px solid #234a8f;
    border-radius: 16px;
    padding: 10px 9px 10px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Vehicle Image */
.vehicle-image {
    height: 170px;
    width: 255px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Title */
.vehicle-title {
    color: #173e7a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 7px;
}

/* Description */
.vehicle-description {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 9px;
    min-height: 43px;
}

/* Buttons */
.vehicle-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: auto;
}

.book-btn {
    border: 0;
    background: #00b83f;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 14px 2rem;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 184, 63, 0.2);
    transition: all 0.2s ease;
}

.book-btn:hover {
    background: #009f37;
    color: #fff;
    transform: translateY(-1px);
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e1e5e9;
    background: #fff;
    color: #333;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 7px;
    padding: 14px 2rem;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.whatsapp-btn:hover {
    color: #00a83a;
    border-color: #00b83f;
}

.whatsapp-dot {
    width: 7px;
    height: 7px;
    background: #00c853;
    border-radius: 50%;
    display: inline-block;
}

#blueboxlist .bluelbx .custom-width img {
    width: 100px;
}

#blueboxlist .section_inner_oustation {
    padding-top: 1rem;
}

.custom-paddting .section .section_iner
{ padding: 2rem 0;}

.packages-section .section-subtitle {
    font-size: 18px;
}

.custom-btn {
    color: #1E3C72;
    font-size: 1.25rem;
    font-weight: 700;
}

.cta-content .cta-description {
    color: #1E3C72;
    line-height: 1.3;
    font-weight: 300;
}

.custom-wdith-coorg > .col-md-2  {
    width: 20%;
}

.custom-wdith-coorg > .col-md-2 > img  {
    width: 100%;
}

/* Tablet */
@media (max-width: 991.98px) {

    .vehicle-image {
        height: 120px;
    }

    .vehicle-title {
        font-size: 14px;
    }

    .vehicle-description {
        font-size: 11px;
    }
}


/* Mobile */
@media (max-width: 575.98px) {

    #banner.innpbanner .innpbanner_img img {
        height: 600px;
    }

    #banner.innpbanner .item_infoin {
        position: absolute;
        top: 18%;
    }

    .vehicle-card {
        padding: 12px;
    }

    .vehicle-image {
        height: 145px;
    }

    .vehicle-title {
        font-size: 15px;
    }

    .vehicle-description {
        font-size: 12px;
        min-height: auto;
    }

    .book-btn,
    .whatsapp-btn {
        font-size: 1rem;
    }

    .sec_head h1 {
        font-size: 24px;
    }
    #blueboxlist .section_iner {
        padding-top: 2rem;
    }

    .custom-wdith-coorg > .col-md-2 {
        width: 100%;
    }
}