body {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

 .overlap-group {
    position: relative;
    width: 375px;
    height: 1410px;
  }

  .bg-custome {
    background-color: #4e9f3d;
  }

  .header-area{
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
  }

  .text-center {
    text-align: center;
    font-size: 12px;
  }

 .booking-box {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    background-color: #D8E9A8;
    border-radius: 10px;
    width: 375px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

.booking-content {
    font-size: 10px;
    text-align: left;
    margin-left: auto;
}

.btn-booking {
    background-color: #1E5128;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 29px;
    text-decoration: none;
    transition: background-color 0.3s;
    /* display: block; */
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.btn-booking:hover {
    background-color: #418334;
    transition: ease-in 0.2s;
}

.image-wrapper {
    margin-right: 20px;
}

    .table-container {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 800px;

    }



    .travel-package {
        border: 1px solid #ccc;
        padding: 20px;
        text-align: center;
        background-color: #f5f5f5;
        border-radius: 10px;
        width: 144px;
        height: 301px;
        margin: 0 auto;
    }

    .location {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .experience {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .price {
        font-size: 13px;
    }

    .amount {
        font-weight: bold;
    }

    .per-person {
        font-size: 9px;
        color: #777;
    }

    .image-wrapper {
        margin-top: 10px;
    }

    .image-wrapper img {
        max-width: 100%;
        height: auto;
    }

    .btn-view-packages {
        display: block;
        margin-top: 10px;
        background-color: #1E5128;
        color: #fff;
        padding: 0px;
        border: none;
        border-radius: 10px;
        text-decoration: none;
        transition: background-color 0.3s;


        font-size: 13px;
    }

    .btn-view-packages:hover {
        background-color: #1E5128;
    }

/* servic */
.service-box {
    background: linear-gradient(#ffffff 50%, #4e9f3d 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    transition: background-color 0.3s;
    cursor: pointer;

}

.service-box:hover {
    background-position: 0 100%;
}
.service-box:hover.icon-wrapper {
    background-color: #ffffff;
    color: #4e9f3d;
}


    .service-box {
        border: 1px solid #ccc;
        padding: 20px;
        text-align: center;
        background-color: #f5f5f5;
        border-radius: 10px;
        width: 169px;
        height: 216px;
        margin: 0 auto;
        margin-bottom: 10px;

    }

    .image-wrapper {
        margin-bottom: 1px;
    }

    .image-wrapper img {
        max-width: 100%;
        align-items: flex-start;
        height: auto;
    }

    .text h4 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .text p {
        font-size: 8px;
    }

    .bold-text {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    height: 70px;
    width: 375px;
    left: 50%;
    position: fixed;
    transform: translate(-50%);
    bottom: 0;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    }

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.nav-item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-bottom: 5px;
}

.logo {
    background-color: #4e9f3d;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .overlap-group {
        width: 100%;
        height: auto;
        margin-bottom: 70px
    }
    .booking-box {
        width: 100%;
    }

    .image-wrapper {
        margin-right: 10px;
    }
    .text h4 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .text p {
        font-size: 8px;
    }

}
