/* Extracted from resources/views/front/layouts/app.blade.php
 * Block #1. Content is verbatim - no rules were added,
 * removed or reordered, so rendering is unchanged.
 */

.destination-item:hover:before {
            height: 100%;
            width: 100%;
            content: "";
            background: #0000008a;
            display: block;
            border-radius: 18px;
        }

        .place-item .place-content {
            padding: 21px;
            background: #FFF;
        }

        .set-white-color-header a {
            color: white;
        }
        @media (max-width: 767px) {
            .footer-img-new {
                display: none !important;
            }
        }
        .banner-text h1 {
            color: #1a3a89 !important;
        }
