body {
            display: flex;
            flex-wrap: nowrap;
            font-family: 'Arial', sans-serif;
        }
        @font-face {
    font-family: 'Glyphicons Halflings';
    src: url("{{ asset('fonts/glyphicons-halflings-regular.woff2') }}") format('woff2');
}
        .text-white{
            color:white !important;
        }
         .sticky-btn {
            position: fixed;
            top: 90px;
            right: 2px;
            background-color:darkgoldenrod;
            color: white;
            padding: 10px 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: small;
            /* Make the button vertical */
            writing-mode: vertical-lr;
            text-orientation: mixed;
            letter-spacing: 3px;
            z-index: 99999;
        }
        /* Add some styles to make the button stand out more on hover */
            .sticky-btn:hover {
                background-color: goldenrod;
            }

        .menu-item i {
            margin-right: 14px;
        }



        #sidebar {
            height: 100vh;
            width: 250px;
            background:linear-gradient(180deg, #2553a3, #cddef6);
            transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
            overflow: hidden;
            flex-shrink: 0;
            z-index: 9999999;
        }

        #sidebar.collapsed {
            width: 55px;
        }

        #sidebar ul {
            padding: 0;
            list-style: none;
            margin: 0;
        }

        #sidebar ul li {
            padding: 10px 20px;
        }

        #sidebar ul li a {
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: background-color 0.3s ease;
            padding: 10px 24px 9px 10px;
            background: linear-gradient(180deg, #2553a3, #1c4176);
        }

        #sidebar ul li a:hover {
            background-color: #1b3d66;
        }

        #content {
            flex-grow: 1;
            transition: margin-left 0.3s ease-in-out;
            background-image: url("{{ asset('img/bg.jpeg') }}") !important;

        }

        .topbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background: linear-gradient(90deg, #2553a3, #1c4176);
            color: white;
            border-bottom: 1px solid #ddd;
        }

        .menu-toggler {
            cursor: pointer;
            color: white;
        }

        .icon-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: space-between;
        }

        .icon-card {
            flex: 0 1 calc(33.333% - 10px);
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 10px;
            text-align: center;
            background: linear-gradient(145deg, #2553a3, #1c4176);
            color: white;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        .icon-card:hover {
            transform: scale(1.05);
            background: #204b8a;
        }

        .icon-card i {
            font-size: 24px;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            #sidebar {
                position: fixed;
                z-index: 1000;
                width: 250px;
                height: 100vh;
                /*transform: translateX(-100%);
                transition: transform 0.3s ease-in-out;*/
            }
            .MultiCarousel .item img{
                width:100px !important;
            }
            .MultiCarousel{
                width: 20%;
            }
            .MultiCarousel-inner{
                width:100px;
            }
            .gmap_canvas{
                width: 400px !important ;
                height:200px !important;
            }
             #myCarousel{
            /*width:500px !important;*/
            margin-top:100px;
            }
            #about{
                padding-top:0 !important;
            }
            #about img{
                width:450px;
            }
            .toggle2,.home2{
                display:inline-block !important;
            }
           /* #sidebar.open {
                transform: translateX(0);
            }*/

            #content {
/*                margin-left: 50px !important;*/
            }

            .icon-card {
                flex: 0 1 calc(50% - 10px);
            }
        }

        @media (max-width: 576px) {
            .icon-card {
                flex: 0 1 100%;
            }
        }

        #sidebar:hover {
            transform: translateX(0);
        }}
/*index html css below*/
 .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            align-items: center;
            justify-content: center;
        }
        /* Styling for modal window */
        .modal {
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            text-align: center;
        }
        /* Close button styling */
        .close-btn {
            cursor: pointer;
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
        }
        /* Style for form input fields */
        input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            box-sizing: border-box;
        }
        /* Style for form submit button */
        .submit-btn {
            background-color: #4caf50;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        .pad15 {
            width: 390px;
        }

        .content {
            color: #fff;
            font-size: 24px;
            text-align: center;
            background-color: black;
            border: 1px dotted goldenrod;
            display: none;
        }

        .contentsmumbai {
            color: #fff;
            font-size: 24px;
            text-align: center;
            background-color: black;
            border: 1px dotted goldenrod;
            display: none;
        }

        .contentcmumbai {
            color: #fff;
            font-size: 24px;
            text-align: center;
            background-color: black;
            border: 1px dotted goldenrod;
            display: none;
        }

        .contentwmumbai {
            color: #fff;
            font-size: 24px;
            text-align: center;
            background-color: black;
            border: 1px dotted goldenrod;
            display: none;
        }

        #loadMore {
            width: 200px;
            color: #fff;
            text-align: center;
            margin: 20px auto;
            padding: 10px;
            margin-right: 20px;
            border: 1px solid transparent;
            background-color: #e52f3c;
            transition: .3s;
        }

            #loadMore:hover {
                color: blue;
                background-color: #fff;
                border: 1px solid blue;
                text-decoration: none;
            }

        #loadMoresmumbai {
            width: 200px;
            color: #fff;
            text-align: center;
            margin: 20px auto;
            padding: 10px;
            margin-right: 20px;
            border: 1px solid transparent;
            background-color: #e52f3c;
            transition: .3s;
        }

            #loadMoresmumbai:hover {
                color: blue;
                background-color: #fff;
                border: 1px solid blue;
                text-decoration: none;
            }

        #loadMorewmumbai {
            width: 200px;
            color: #fff;
            text-align: center;
            margin: 20px auto;
            padding: 10px;
            margin-right: 20px;
            border: 1px solid transparent;
            background-color: #e52f3c;
            transition: .3s;
        }

            #loadMorewmumbai:hover {
                color: blue;
                background-color: #fff;
                border: 1px solid blue;
                text-decoration: none;
            }


        #loadMorecmumbai {
            width: 200px;
            color: #fff;
            text-align: center;
            margin: 20px auto;
            padding: 10px;
            margin-right: 20px;
            border: 1px solid transparent;
            background-color: #e52f3c;
            transition: .3s;
        }

            #loadMorecmumbai:hover {
                color: blue;
                background-color: #fff;
                border: 1px solid blue;
                text-decoration: none;
            }

        .noContent {
            color: #000 !important;
            background-color: transparent !important;
            pointer-events: none;
        }

        .MultiCarousel {
            float: left;
            overflow: hidden;
            padding: 15px;
            width: 100%;
            position: relative;
        }

            .MultiCarousel .MultiCarousel-inner {
                transition: 1s ease all;
                float: left;
            }

                .MultiCarousel .MultiCarousel-inner .item {
                    float: left;
                }

                    .MultiCarousel .MultiCarousel-inner .item > div {
                        text-align: center;
                        padding-top: 30px;
                        padding-bottom: 30px;
                        padding-left: 32px;
                        padding-right: 32px;
                        margin-left: -16px;
                        background: #f1f1f1;
                        color: #666;
                        width: 390px;
                    }

            .MultiCarousel .leftLst, .MultiCarousel .rightLst {
                position: absolute;
                border-radius: 50%;
                top: calc(50% - 20px);
            }

            .MultiCarousel .leftLst {
                left: 0;
            }

            .MultiCarousel .rightLst {
                right: 0;
            }

                .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
                    pointer-events: none;
                    background: #ccc;
                }

        .accordion:after {
            content: '\002B';
            color: #777;
            font-weight: bold;
            float: right;
            margin-left: 5px;
        }

        /*
        .active:after {
            content: "\2212";
        }
            */
        .map-responsive {
            overflow: hidden;
            padding-bottom: 56.25%;
            position: relative;
            height: 0;
        }

            .map-responsive iframe {
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                position: absolute;
            }

        .w3-btn, .w3-button {
            border: none;
            display: inline-block;
            padding: 8px 16px;
            vertical-align: middle;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
            background-color: black;
            text-align: center;
            cursor: pointer;
            white-space: nowrap;
        }

        .locationlist {
            list-style-image: url('pinsmall.png');
        }

        .body {
            font-family: "Optima Bold";
           
        }

        .li {
            font-family: 'Optima Bold';
            color: #a57b24;
            font-size: 11px;
            font-weight: 300;
            padding-right: 8px;
        }

        .floor_click {
            color: #fff !important;
            border: 1px solid #fff;
            padding: 10px 10px 10px 10px;
            background-color: black;
        }

        .button_click {
            background-color: #a57b24;
            padding: 10px 20px 10px 20px;
            color: white;
        }

        * {
            box-sizing: border-box;
        }

        body {
          
            font-family: "Optima Bold";
        }

        /* Float four columns side by side */
        .column {
            float: left;
            width: 16.6%;
            padding: 0 10px;
        }

        /* Remove extra left and right margins, due to padding */
        .row {
            margin: 0 -5px;
            margin-bottom: 20px;
        }

            /* Clear floats after the columns */
            .row:after {
                content: "";
                display: table;
                clear: both;
            }

        /* Responsive columns */
        @media screen and (max-width: 600px) {
            .column {
                width: 100%;
                display: block;
                margin-bottom: 20px;
            }
        }

        /* Style the counter cards */
        .card {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            text-align: center;
            background-color: #ffffff;
        }

        .cardaminities {
            text-align: center;
            background-color: #000000;
            margin-bottom: 10px;
        }

        .heading_wrpa.golden-color {
            border-color: var(--golden-color);
        }



        .open-button {
            background-color: #555;
            color: white;
            padding: 16px 20px;
            border: none;
            cursor: pointer;
            opacity: 0.8;
            position: fixed;
            bottom: 23px;
            right: 28px;
            width: 280px;
        }
        .card-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
            gap: 40px;
            padding: 20px;
            box-sizing: border-box;
        }

        .card-container-similar {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
            gap: 20px;
            padding: 20px;
            box-sizing: border-box;
        }

        .card {
            background-color: #000000;
        }

        .grid-container {
            display: grid;
            grid-template-columns: auto auto auto auto auto;
            background-color: black;
        }

            .grid-container > div {
                background-color: black;
                border-bottom: 1px solid white;
                text-align: center;
                color: white;
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .horizontal-line {
            width: 40%;
            margin-top: 10px; /* Adjust the margin as needed */
            border-top: 2px solid #a57b24; /* Change the color as needed */
        }

        select {
            padding: 10px; /* Adjust as needed */
            font-size: 16px; /* Adjust as needed */
            border: 1px solid #ccc;
            border-radius: 5px;
            appearance: none; /* Remove default arrow in some browsers */
            -webkit-appearance: none; /* Remove default arrow in Safari */
            -moz-appearance: none; /* Remove default arrow in Firefox */
            background: url('dropdown-arrow.png') no-repeat right center; /* Add your arrow image */
        }

            select::after {
                content: '\25BC'; /* Unicode character for down arrow */
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                pointer-events: none; /* Ensure the arrow is not clickable */
            }

            select option {
                background-color: #000000;
                color: white;
            }


            /* Style the dropdown when it's open */
            select:focus {
                outline: none; /* Remove the default focus outline */
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Add a subtle box shadow when focused */
            }