        .fixed-top {
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1030;
            }
        body, html {
                height: 100%;
                margin: 0;
            }
        .btn-primary {
            background-color: #ff6600;
            border-color: #ff6600;
        }
        .btn-primary:hover {
            background-color: #e65c00;
            border-color: #e65c00;
        }
        .navbar-nav .nav-link:focus {
            color: #fff;
            background-color: transparent;
        }
        .navbar-nav .nav-link:hover {
            color: #ff6600;
        }
        .category-tab.active {
            border: none !important;
            /* outline: none !important;
            box-shadow: none !important; */
        }
        .btn:focus, .btn:active {
            border: none !important;
            /* outline: none !important;
            box-shadow: none !important; */
        }
        .card-body {
            background-color: #4B505E14;
        }
        .navbar {
            /* padding: 0rem 2rem; */
            padding: 0rem 2rem;
            z-index: 1;
            background-color: transparent !important;
        }
        .navbar-brand {
            font-size: 1.5rem;
            font-weight: bold;
            color: #ff6600;
        }
        .navbar-nav .nav-link {
            /* color: #fff; */

            /* color: #fff; */
            font-size: 1rem;
            margin-right: 1rem;
        }
        .footer-nav {
            margin-right: 10px;
            text-decoration: none;
            font-weight: 700;
            font-family: 'Lato' sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #36424A;
        }
        .footer-nav .nav-link-footer {
            margin-right: 10px;
            text-decoration: none;
            font-weight: 700;
            font-family: 'Lato' sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #36424A;
        }
        .navbar-nav .nav-link:hover {
            color: #ff6600;
        }
        .auth-buttons .btn {
            font-size: 0.9rem;
            margin-left: 0.5rem;
        }
        .btn-pro {
            background-color: transparent;
            border: 1px solid #ff6600;
            color: #ff6600;
        }
        .btn-pro:hover {
            background-color: #e09100;
            color: #000;
        }
        .btn-connect {
            background-color: #ff6600;
            color: #fff;
        }
        .btn-connect:hover {
            background-color: #e09100;
            color: #fff;
        }
        .search-container {
          display: flex;
          align-items: center;
          background-color: white;
          border-radius: 10px;
          padding: 10px 20px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          width: 100%;
          max-width: 600px;
        }
        .search-icon img {
          width: 20px;
          height: 20px;
          margin-right: 10px;
        }
        .search-bar {
          flex-grow: 1;
          border: none;
          outline: none;
          font-size: 12px;
          color: #333;
          background: none;
        }
        .search-bar::placeholder {
          color: #aaa;
        }
        .social-icons a {
          color: #333;
          margin-right: 10px;
        }
        .active-lang {
          border: 1px solid #333;
          padding: 6px 40px;
          border-radius: 4px;
          text-decoration: none;
          font-weight: 700;
          font-family: 'Lato' sans-serif;
          font-size: 16px;
          line-height: 24px;
          color: #36424A;
          text-align: center;
        }
        .footer-text {
          color: #777;
          font-size: 14px;
        }
        .carousel-control-prev,
        .carousel-control-next {
          width: 2rem;
          height: 2rem;
          background-color: #f2f2f2;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .carousel-control-prev {
          left: -3rem;
        }
        .carousel-control-next {
          right: -3rem;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
          background-size: 20px 20px !important;
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
        .carousel-control-prev-icon {
          background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"%3e%3cpath d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3e%3c/svg%3e'); /* Black left arrow */
        }
        .carousel-control-next-icon {
          background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"%3e%3cpath d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e'); /* Black right arrow */
        }
        .banner-style {
          background: url('vitrine/assets/images/Frame 1.png') no-repeat center center/cover;
          height: 100vh;
          position: relative;
          color: white;
        }
        .overlay-style {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }
        .container-style {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: left;
            height: 100%;
        }
        .title-style {
            font-size: 60px;
            font-weight: 700;
            text-align: left;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 10px;
            font-family: 'Arial', sans-serif;
            font-style: italic;
            text-align: left;
        }
        .subtitle-style {
            font-size: 14px;
            margin: 20px 0;
            text-align: left;
        }
        .row-style {
            display: flex;
            justify-content: space-between;
            gap: 0rem;
        }
        .location-style {
            height: 12px;
            margin-right: 4px;
        }
        .row-style-content {
            justify-content: center;
        }
        .footer-style {

            background-color: #171717;
            padding: 40px 100px;
            font-family: 'Lato', sans-serif;
            color: #36424A;
            border-radius : 40px 40px 0 0 ;
        }
        .footer-title {
            font-weight: 700;
            font-family: 'Lato';
            font-size: 20px;
            line-height: 24px;
            color: #36424A;
        }
        .footer-list {
            list-style: none;
            padding: 0;
        }
        .footer-link {
            text-decoration: none;
            font-weight: 400;
            font-family: 'Lato';
            font-size: 18px;
            line-height: 34px;
            color: #6E7A83;
        }
        .footer-nav-style {
            background-color: #fff;
            padding: 15px 0;
        }
        .footer-text-style {
            margin: 0;
            text-decoration: none;
            font-weight: 400;
            font-family: 'Lato' sans-serif;
            font-size: 14px;
            line-height: 24px;
            color: #6E7A83;
        }
        .custom-border {
            border-top-left-radius: 50px;
            overflow: hidden;
            position: relative;
            z-index: 10;

            /* margin-top: -50px; */
            /* background-color: #fff; */
            margin-top: -50px;
            background-color: #fff;
        }
        .btn-top {
            position: relative;
            margin-top: -80px;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: none;
            margin-left: 7px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .hero-section-banner {
            margin-top: 120px;
            .content{
                background: url('vitrine/assets/images/background-image-header.png') no-repeat center center/cover;
                min-height: 600px;
                position: relative;
                padding: 4rem 0;
            }
          }
          .hero-banner-content {
            color: white;
            position: relative;
            z-index: 2;
            padding-left: 15px;
        }

        .search-bar-banner {
            background: white;
            padding: 0.5rem;
            /* box-shadow: 0 2px 15px rgba(0,0,0,0.1); */
            margin-bottom: -30px;
            border: solid 2px #f2f2f2 ;
            z-index: 100;
        }
        .hero-title {
            font-size: 4rem;
            font-weight: 800;
            line-height: 1.2;
        }
        .favorite-button{
            width: 40px;
        }
        .text-align-end{
            text-align: end;
        }
        .category-tab.active h4 {
            color: #ff6600;
            border-bottom: 2px solid #ff6600;
        }
        .carousel-container {
            display: none;
        }
        .carousel-container.active {
            display: block;
        }

        .popular-places {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 20px;
        }
        .place-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15px;
            width: 120px;
            height: 100px;
            border: 2px solid orange;
            border-radius: 15px;
            color: orange;
            font-weight: bold;
            text-decoration: none;
            font-size: 18px;
            text-align: center;
            transition: all 0.3s ease-in-out;
        }
        .place-btn:hover {
            background-color: orange;
            color: white;
        }
        .flag-icon {
            width: 30px;
            height: auto;
            margin-bottom: 5px;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .popular-places {
                gap: 10px;
            }
            .place-btn {
                width: 100px;
                height: 90px;
                font-size: 16px;
            }
            .flag-icon {
                width: 25px;
            }
        }

        @media (max-width: 480px) {
            .place-btn {
                width: 90px;
                height: 80px;
                font-size: 14px;
                padding: 10px;
            }
            .flag-icon {
                width: 20px;
            }
        }
