       .ak-agents-box a {
            background: #fff !important;
            border: none !important;
            border-radius: 0 !important;
            box-shadow: none !important;
        }

        .ak-tab-box .row {
            margin: 0 !important;
        }

        .panels {
            background: white !important;
            box-shadow: 0 .2rem .2rem #0000001a;
            border-radius: 25px;
        }

        .panels.ak-inner-pannels {
            min-height: 110px !important;
        }

        .ak-inner-pannels.ak-new-pannels {
            padding: 0.3rem !important;
            background: linear-gradient(180deg, #c9b6b61a, #9b969680 100%) !important;
        }

        @media (min-width: 768px) {

            .ak-ads {
                position: sticky;
                top: 1rem;
                z-index: 10;
            }

            .ak-agent-company-title {
                text-align: center;
                color: white !important;
            }

            .ak-agent-company-title h4 {
                color: white !important;
            }

        }

        .agent-card-new {
            gap: 0.8rem;
            background: #fff;
            border-radius: 0.6rem;
            min-width: 180px;
        }

        .agent-card-image {
            flex: 0 0 40%;
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background-color: #f8f8f8;
        }

        .agent-card-image img {
            height: 100%;
            width: auto;
            display: block;
            max-width: 100%;
        }

        .agent-card-name {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.4 !important;
            max-height: calc(1.4em * 2);
            width: 100%;
            white-space: normal;
            word-break: normal;
            overflow-wrap: anywhere;
        }

        .agent-card-info {
            margin-top: 0.2rem;
            padding: 0.1rem 0 0 0.6rem;
            justify-content: center;
        }

        @media (min-width: 992px) {
            .agent-card-new {
                height: 180px;
                max-height: 200px;
            }
        }

        @media (max-width: 768px) {
            .agent-card-image {
                flex: 0 0 40%;
            }

            .agent-card-info {
                flex: 0 0 65%;
                max-width: 65%;
                padding: 0.5rem 1rem;
            }
        }

        .ak-ads {
            position: sticky;
            top: 1rem;
            z-index: 10;
        }

        .select2-component {
            padding: 0 !important;
        }

        .select2-container--default .select2-selection--single .select2-selection__clear {
            margin-right: 20px;
        }

        @media (min-width: 991px) and (max-width: 1340px) {
            .select2-container--default .select2-dropdown.select2-dropdown--below {
                width: 300px;
            }
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding: 4px 5px !important;
            text-align: center !important;
            font-weight: 600;
        }

        /* Tablet range only — add padding */
        @media (min-width: 768px) and (max-width: 991px) {
            .select2-component {
                padding: 10px 0 !important;
                width: 300px !important;
            }
        }

        /* Mobile (add padding for better spacing) */
        @media (max-width: 767px) {
            .select2-component {
                padding: 0 0 !important;
            }
        }

        .select2-container .select2-selection--single {
            height: 48.5px !important;
            border-radius: 15px !important;
        }


        .select2-container--default .select2-results__option {
            text-align: center;
        }

        span.select2-selection__placeholder {
            display: flex !important;
            justify-content: center !important;
        }