@media (min-width: 120px) and (max-width: 478px) {
    .Package_wrapper_box_catList .card_Wrapper {
        width: 280px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .Category_travel_package_rate{
        margin-top: 1.5cm;
        padding-left: 0.5cm !important;
    }
}

@media (min-width: 479px) and (max-width: 768px) {
    .Package_wrapper_box_catList .card_Wrapper {
        width: 250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.Category_travel_list_image img {
    border-radius: 15px;
}

.Category_travel_list_package_rate {
    padding-left: 1cm;
}

.Category_travel_list_package_rate_packages_title {
    color: #0CA296;
    font-size: 36px;
    font-weight: bold;
}

.Category_travel_list_package_rate_boxTitle {
    color: #0CA296;
    font-size: 30px;
    font-weight: bold;
}

.Category_travel_list_package_rate_packages {
    color: #363a45;
    font-family: 'Sachssy', sans-serif;
    font-size: 30px;
    margin-left: 5px;
}

.short_Title {
    font-size: 16px;
    font-weight: 300 !important;
    color: #4A4E58 !important;
    letter-spacing: 0.5px;
}

.destination_title {
    font-size: 16px;
    font-weight: 400 !important;
    color: #4A4E58 !important;
}

.Category_travel_list_package_rate_packages_title {
    color: #0CA296;
    font-size: 36px;
    font-weight: bold;
}

.Category_travel_list_package_rate_boxTitle {
    color: #0CA296;
    font-size: 30px;
    font-weight: bold;
}

.Category_travel_list_package_rate_packages {
    color: #363a45;
    font-family: 'Sachssy', sans-serif;
    font-size: 30px;
    margin-left: 5px;
}

.Category_travel_list_btn {
    background-color: #0CA296 !important;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    width: 115px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.packages_wrapper .col:hover {
    box-shadow: #d8fffa 0px 0px 8px 8px !important;
}

.packages_wrapper .col:active {
    box-shadow: #F5FFFE 0px 0px 5px 3px !important;
}


.packages_wrapper .col .Icon_Img {
    font-size: 25px;
    width: 33px;
    height: 33px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5cm;
}

.Category_travel_list_btn a {
    color: white !important;
}

.packages_wrapper {
    background-color: #F5FFFE;
    height: 220px;
    padding-top: 15px !important;
    overflow: hidden;
}

.packages_wrapper .col {
    background-color: white;
    margin-left: 10px;
    height: 145px;
    min-width: 100px;
    text-align: center;
    border-radius: 12px;
    /* box-shadow: rgba(70, 70, 70, 0.14) 0px 1px 1px; */
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 7px;
    overflow: hidden;
}
.packages_wrapper .col .Title {
    color: #363a45;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
}

.packages_wrapper .col i {
    /* margin-top: 25%; */
    margin-bottom: 0.5cm;
    font-size: 25px;
}

.Category_travel_package_rate_boxTitle {
    color: #0CA296;
    font-size: 30px;
    font-weight: bold;
}

.Package_wrapper_box_catList {
    margin-top: 1cm !important;
}
.Package_wrapper_box_catList .row{
    margin-right: -5.5px !important;
    margin-left: -10.5px !important;
}
.Package_wrapper_box_catList .card-img img {
    border-radius: 10px 10px 0px 0px;
    border-color: rgba(255, 255, 255, 0);
    border: none !important;
    transition: transform 0.4s ease;
    width: 100%; /* Make the image fill the width of the div */
    height: auto; /* Maintain the image's aspect ratio */
    min-height: 200px;
    display: block; /* Ensure the image is displayed as a block element */
}

.Package_wrapper_box_catList .card_Wrapper:hover img {
    transform: scale(1.01);
    /* Adjust the scale factor as desired */
}

.Package_wrapper_box_catList .card_Wrapper {
    margin-left: 0px;
    border-radius: 10px 10px 10px 10px;
    /* box-shadow: rgba(70, 70, 70, 0.24) 0px 3px 3px; */
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 7px;
    width: 308px;
    margin-bottom: 1.2cm;
    border: none !important;
}

.Package_wrapper_box_catList .card {
    border: none !important;
    height: 200px; /* Set the height of the div */
    overflow: hidden; /* Hide any overflow content */
    border-radius: 10px 10px 0px 0px !important;
}

.Package_wrapper_box_catList .title_Box {
    margin: auto;
   padding: 18px;
}

.Package_wrapper_box_catList .promo_text {
    font-weight: bold;
    font-size: 16px;
}


.Package_wrapper_box_catList .cost .rate {
    color: #0CA296;
    font-size: 16px;
    font-weight: bold;
}

.Package_wrapper_box_catList .cost .include {
    font-size: 16px;
    color: #363a45;
    font-weight: 400;
}

.Package_wrapper_box_catList .cost .btn {
    color: white;
    background-color: #0CA296;
    font-weight: 550 !important;
    border-radius: 5px;
    width: 62px;
    height: 33px;
    line-height: 32px;
    padding: 0px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.Package_wrapper_box_catList .cost .btn a {
    color: white !important;
    font-weight: bold;
}

.Package_wrapper_box_catList .carousel-inner .title {
    font-size: 16px;
    font-weight: bold;
    color: #363a45;
    margin-top: 0.1cm;
    letter-spacing: 0.25px;
    height: 50px !important;
    overflow: hidden;
}

.Package_wrapper_box_catList .carousel-inner .title_Box .subTitle {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0.6cm;
    height: 85px; 
    color: #4A4E58;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-img-overlay {
    position: absolute;
    right: 0;
    top: 70%;
    bottom: 0;
    left: 0;
    color: white;
    width: 100% !important;
    text-align: left !important;
}
