 .warpper .tab {
            cursor: pointer !important;
            background: #fff !important;
            color: #555 !important;
            transition: background-color 0.3s, color 0.3s !important;
            border: 1px solid #928e8eff !important;
            border-radius: 5px !important;

        }

        .warpper .tab:hover {
            background: #e1e1e1 !important;
            color: #555 !important;
            font-weight: 600;
            border: 1px solid #d8e5e5 !important;
            box-shadow: none !important;
            border-radius: 5px !important;
        }

        .warpper .tab.active {
            background: #ff4b4b !important;
            color: white !important;
            font-weight: 600;
            box-shadow: none !important;
            border: none !important;
            border-radius: 5px !important;
        }

        .reset-btn-wrapper {
            margin-top: 10px;
            width: 100%;
            display: flex;
            justify-content: flex-start;
        }

        .sub-title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }

        .box-featured {
            margin: 0 auto !important;
            display: block !important;
            text-align: center !important;
        }


        .swiper-android .swiper-slide,
        .swiper-wrapper {
            align-items: center;
        }


        @media (min-width: 992px) {
            .property-tabs-box {
                display: inline-flex;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
                background: #fff;
                margin-left: -14px !important;
            }

            .property-tab {
                font-size: 1rem;
                text-align: center;
                border-radius: 0 !important;
                border: none;
                background: #fff;
                color: #959595;
                transition: all 0.3s ease;
                cursor: pointer;
                flex: none;
            }

            .property-tab.active {
                background: #f3d8d8fa !important;
                color: #d93030 !important;
            }

            .property-tab:not(:last-child) {
                border-right: 1px solid #e6e6e6;
            }

            .property-tab:hover {
                color: #d93030 !important;
            }

            .tab-content-new {
                border: none !important;
                --bs-accordion-border-color: transparent;
                box-shadow: none !important;
                background: transparent !important;
            }
        }


        .ak-tab-box .tabs {
            background: rgba(0, 0, 0, 0.4) !important;
            padding: 10px 15px;
            margin-bottom: 0 !important;
            border-radius: 10px 10px 0 0 !important;
        }

        .tf-sw-partner .swiper-slide {
            transition: transform 0.3s ease, opacity 0.3s ease;
            opacity: 0.6;
        }

        .tf-sw-partner .swiper-slide-active {
            transform: scale(1.2);
            opacity: 1;
            z-index: 10;
        }

        .partner-item-new img {
            max-width: 70% !important;
        }

        .nav-tabs .nav-link.active {
            color: black !important;
            background: #e1e1e1;
        }

        .tab-content>.tab-pane {
            display: none;
            width: 100%;
            box-sizing: border-box;
        }
        .tab-content>.tab-pane.active,
        .tab-content>.tab-pane.show {
            display: block;
            width: 100%;
        }
        #myTabContent .tab-pane .row {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }
        @media (max-width: 767px) {
            #myTabContent .col-md-4 {
                max-width: 100%;
                width: 100%;
            }

            .ak-popular.ak-new-popular {
                margin-bottom: 20px;
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            #myTabContent .col-md-4 {
                max-width: 50%;
                width: 50%;
            }
        }
        @media (min-width: 992px) {
            #myTabContent .col-md-4 {
                max-width: 33.3333%;
                width: 33.3333%;
            }
        }

        .nav-tabs {
            border-bottom: var(--bs-nav-tabs-border-width) solid #d8e5e5 !important;
        }

        .new-pro-view-all {
            margin-top: 0 !important;
        }