        .property-location {
            font-size: 12px;
            color: #4B5565;
            display: flex;
            align-items: center;
            font-weight: 400;
        }

        .card-details {
            display: flex;
            color: #4B5563;
            font-size: 12px;
            gap: 24px;
        }


        .property-label {
            position: absolute;
            top: 12px;
            left: 12px;
            color: #ffffff;
            background-color: #1B667C;
            padding: 4px 8px 4px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 500;
            z-index: 10;
        }

        .show-wa-numberForResponsive {
            padding-top: 12px;
            margin-top: 12px;
            color: #CBCAE9;
            text-decoration: underline;
            border-top: 1px solid #FFFFFF29;
            display: inline-block;
            width: 100%;
        }

        .show-wa-number {
            padding-top: 12px;
            margin-top: 12px;
            color: #CBCAE9;
            text-decoration: underline;
            border-top: 1px solid #FFFFFF29;
            display: inline-block;
            width: 100%;
        }

        .show-wa-number,
        .show-wa-number:hover,
        .show-wa-number:focus,
        .show-wa-number:active,
        .show-wa-number:visited {
            color: #CBCAE9;
            text-decoration: underline;
        }

        .varified {
            background: #fff;
            color: #fff;
        }

        .project-image-wrapper {

            height: 250px;
            overflow: hidden;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;

        }

        .project-image-wrapper img {

            height: 250px;
            object-fit: cover;

            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }

        .carousel-item img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            object-position: center;
            border-radius: 12px;
        }

        .modal-body .img-thumbnail {
            width: 100px;
            height: 70px;
            object-fit: cover;
            object-position: center;
            border: 2px solid transparent;
            transition: border-color 0.3s;
        }

        .modal-body .img-thumbnail.active {
            border-color: #007bff;
        }

        .modal-body .img-thumbnail:hover {
            border-color: #007bff;
        }

        .section-padding2 {
            padding-bottom: 0px !important;
        }

        .text-ellipsis {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 150px;
            display: inline-block;
        }

        h5.disTittle {
            font-size: 18px;
        }

        .product-name {
            font-size: 18px;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: 0%;
            vertical-align: middle;
            color: #333;
        }

        .favorite_add_icon {
            font-size: 20px !important;
        }

        .update-date {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: #737373;
        }



        #leaflet-map {
            height: 230px;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        .recentImg {
            height: 72px !important;
            width: 72px !important;
        }

        .phone_number_hide_show {
            display: flex;
            flex-direction: row-reverse;
            font-size: 18px;
            font-weight: 600;
            justify-content: flex-end;
            gap: 7px;
        }

        .select2-container {
            z-index: 900000;
        }

        img.no-image {
            /* width: auto; */
            max-width: 400px;
            margin: auto;
        }

        .btn-group-sm>.btn,
        .btn-sm {
            padding: .25rem 0;
            font-size: .875rem;
            border-radius: .2rem;
        }

        .slick_slider_item {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: max-content;
        }

        .slick_slider_item a {
            display: flex;
            align-items: center;
            height: 40px;
            border-radius: 20px;
            background-color: rgb(243, 243, 247);
            padding: 8px 16px 8px 12px;
            font-size: 15px;
            font-weight: initial;
            line-height: 16px;
            letter-spacing: 0.25px;
            transition: all;
        }



        .sliderArrow {
            position: relative;
        }

        .sliderArrow .prev-icon,
        .sliderArrow .next-icon {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            width: 40px;
            height: 40px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .sliderArrow .prev-icon {
            left: 10px;
            /* Adjust this value as needed */
        }

        .sliderArrow .next-icon {
            right: 10px;
            /* Adjust this value as needed */
        }

        .sliderArrow .prev-icon i,
        .sliderArrow .next-icon i {
            font-size: 24px;
            /* Adjust the size of the icon */
        }

        @media (max-width: 576px) {

            .sliderArrow .prev-icon,
            .sliderArrow .next-icon {
                width: 30px;
                height: 30px;
            }

            .sliderArrow .prev-icon i,
            .sliderArrow .next-icon i {
                font-size: 18px;
            }
        }

        .zoom-img {
            width: 100%;
            display: block;
        }

        .sliderArrow .prev-icon,
        .sliderArrow .next-icon {
            width: 30px;
            height: 30px;
        }




        .custom-gallery-wrapper {
            margin-bottom: 0px;
            padding-right: 15px;
        }

        /* Main image container */
        .custom-gallery-main {
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            height: 513px;
            width: 100%;
            margin-top: 20px;
        }

        .seller-part {
            margin-top: 25px !important;
        }

        .h-100 {
            height: 100%;
            border-radius: 8px !important;
        }


        .custom-gallery-main img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        /* Thumbnail container */
        .custom-gallery-thumbnails {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 20px;
            max-width: 405px;
        }

        /* Individual thumbnail */
        .custom-gallery-thumbnails img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        /* Image count overlay */
        .thumbnail-overlay {
            position: absolute !important;
            bottom: 16px !important;
            /* ubah 8px ke 16px atau nilai yang lebih besar */
            right: 8px;
            color: #333 !important;
            background: rgba(255, 255, 255, 0.9) !important;
            padding: 6px 12px !important;
            border-radius: 50px;
            font-size: 14px;
            display: flex;
            align-items: center;
            font-weight: 500;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }



        /* Mobile responsive styles */
        @media (max-width: 768px) {
            .custom-gallery-wrapper {
                flex-direction: column !important;
                justify-content: center;
                padding-right: 2px;
            }

            .thumbnail-overlay {
                bottom: 1px !important;
                padding: 1px 5px !important;
            }

            .custom-gallery-main {
                height: 300px;
                margin-top: 0;
                margin-left: 0;
                width: 100%;
            }

            .custom-gallery-thumbnails {
                flex-direction: row !important;
                gap: 10px;
                margin-top: 10px;

                width: 100%;
                max-width: 350px;
                margin-left: 0;
                overflow-x: auto;
                padding-bottom: 5px;
                /* justify-content: center; */
                -webkit-overflow-scrolling: touch;

            }

            .custom-gallery-thumbnails img {
                width: 120px;
                min-width: 120px;
                height: 80px;
            }
        }

        .condition-circle {
            display: inline-block;
            background-color: #F9B37B;
            color: #fff;
            font-weight: bold;
            text-align: center;
            border-radius: 8px;
            width: 70px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

        .custom-image-cover-wrapper {
            width: 100%;
            height: 513px;
            overflow: hidden;
            position: relative;
            border-radius: 8px;
        }

        .custom-image-cover-wrapper img.custom-image-cover {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
            border-radius: 8px;
        }


        .condition-circles {
            display: inline-block;
            background-color: #fff;
            color: #FB923C;
            font-weight: bold;
            text-align: center;
            border-radius: 8px;
            width: 70px;
            height: 25px;
            line-height: 22px;
            font-size: 14px;
            border: 1px solid #FB923C;
        }

        /* For very small screens */
        @media (max-width: 480px) {
            .custom-gallery-main {
                height: 250px;
            }

            .custom-gallery-thumbnails img {
                width: 105px;
                min-width: 100px;
                height: 70px;
            }
        }

        /* Description Content Styling */
        .description-content ul {
            list-style-type: disc !important;
            margin-left: 15px;
            padding-left: 15px;
           
        }

        .description-content ol {
            list-style-type: decimal;
            margin-left: 15px;
            padding-left: 15px;
           
        }

        .description-content ul li {
            list-style-type: disc;
        }

        .description-content ol li {
            list-style-type: decimal;
        }

        .description-content li {
            line-height: 1.6;
        }

        .description-content p {
        
            line-height: 1.6;
        }

        /* Link styling inside the description area */
        .description-content a {
            color: #1B667C;
            text-decoration: underline;
            transition: color 0.15s ease;
        }

        .description-content a:hover,
        .description-content a:focus {
            color: #15555f;
            text-decoration: none;
        }

        .description-content ul ul,
        .description-content ol ul {
            list-style-type: circle;
            /* margin-top: 8px; */
        }

        .description-content ul ul ul,
        .description-content ol ul ul {
            list-style-type: square;
        }
