.pro-standard-listing {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 3.3125rem; /* 53px */
            overflow: hidden;
        }

        /* Enhanced Header Styles */
        .main-header {
            width: 100%;
            max-width: 1319px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 1.5rem 5rem; /* 24px, 80px */
            box-sizing: border-box;
        }

        .header-content {
            width: 100%;
            max-width: 217px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .main-title {
            color: var(--text-light);
            font-size: clamp(2rem, 5vw, 2.1875rem); /* 35px */
            font-weight: 600;
        }

        .title-decoration {
            width: 8.5rem; /* 136px */
            height: auto;
            margin-top: 0.9375rem; /* 15px */
        }

        .breadcrumb-nav {
            display: flex;
            align-items: center;
            gap: 0.5rem; /* 8px */
            margin-top: 1.4375rem; /* 23px */
            font-size: 1.125rem; /* 18px */
            color: var(--text-light);
            font-weight: 400;
        }

        .breadcrumb-arrow {
            width: 0.5rem; /* 8px */
            height: auto;
        }

        .breadcrumb-current {
            flex-grow: 1;
        }

        /* Hero Section */
        .hero-section {
            background-color: var(--secondary-bg);
            width: 100%;
            padding: 3rem 5rem;
            margin-top: 2.9375rem; /* 47px */
            box-sizing: border-box;
        }

        .hero-container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 2rem; /* 32px */
            max-width: 1200px;
            margin: 0 auto;
        }

        .hero-text {
            flex: 1 1 50%;
            min-width: 300px;
            z-index: 10;
        }

        .hero-title {
            color: var(--dark-blue);
            font-size: clamp(1.75rem, 4vw, 2.1875rem); /* 35px */
            font-weight: 600;
            margin-bottom: 1.25rem;
        }

        .hero-description {
            color: var(--text-dark);
            font-size: 1.0625rem; /* 17px */
            font-weight: 400;
        }

        .hero-image {
            flex: 1 1 40%;
            min-width: 250px;
        }

        .hero-img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Filter Section */
        .filter-section {
            width: 100%;
            max-width: 1192px;
            margin-top: 3.1875rem; /* 51px */
            padding: 0 1rem;
            box-sizing: border-box;
        }

        .filter-container {
            border-radius: 50px;
            background-color: var(--primary-bg);
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 1.25rem; /* 20px */
            padding: 0.8125rem 1.25rem; /* 13px, 20px */
            font-size: 1rem; /* 16px */
            color: var(--dark-blue);
            font-weight: 700;
            border: 1px solid var(--filter-border);
        }

        .filter-item {
            display: flex;
            align-items: center;
            gap: 0.5rem; /* 8px */
            cursor: pointer;
            white-space: nowrap;
        }

        .filter-arrow {
            width: 0.875rem; /* 14px */
            height: auto;
        }

        .divider-line {
            width: 1px;
            height: 2rem;
            background-color: var(--filter-border);
            margin: 0 0.5rem;
        }

        .location-filters {
            display: flex;
            align-items: center;
            gap: 1.4375rem; /* 23px */
            flex-wrap: wrap;
        }

        .filter-actions {
            display: flex;
            align-items: center;
            gap: 0.6875rem; /* 11px */
            flex-wrap: wrap;
        }

        .submit-btn,
        .reset-btn {
            border-radius: 50px;
            background-color: var(--dark-blue);
            color: var(--text-light);
            border: 1px solid rgba(40, 29, 82, 0.17);
            display: flex;
            align-items: center;
            gap: 0.4375rem; /* 7px */
            padding: 0.625rem 1.625rem; /* 10px, 26px */
            cursor: pointer;
            font-size: 0.8125rem; /* 13px */
            font-weight: 500;
        }

        .btn-icon {
            width: 0.875rem; /* 14px */
            height: auto;
        }

        /* Service Types */
        .service-types {
            width: 100%;
            max-width: 1055px;
            margin-top: 3.1875rem; /* 51px */
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2.5rem; /* 40px */
            padding: 0 1rem;
            box-sizing: border-box;
        }

        .service-type-card {
            flex: 1 1 20rem; /* Grow and shrink with a base width of 320px */
            min-width: 20rem; /* 320px */
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.6875rem 4.25rem; /* 11px, 68px */
            font-size: 1.25rem; /* 20px */
            font-weight: 600;
            color: var(--text-dark);
            height: 57.5px;
        }

        .premium-card {
            background-color: transparent;
        }

        .standard-card {
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

        .free-card {
            background-color: var(--tertiary-bg);
        }

        .card-bg {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }

        .service-type-content {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            gap: 0.375rem; /* 6px */
        }

        .service-icon {
            width: 2.25rem; /* 36px */
            height: auto;
        }

        /* Professional Cards Grid */
        .professionals-grid {
            width: 100%;
            max-width: 1262px;
            margin-top: 4.3125rem; /* 69px */
            padding: 0 1rem;
            box-sizing: border-box;
        }

        .professionals-row {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 2.5rem 3.625rem; /* 40px, 58px */
            margin-bottom: 3.1875rem; /* 51px */
        }

        .professional-card {
            border-radius: 20px;
            background-color: var(--primary-bg);
            border: 1px solid var(--border-color);
            padding: 1.25rem 1.1875rem; /* 20px, 19px */
        }

        .card-header {
            display: flex;
            gap: 0.5rem;
        }

        .profile-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex-shrink: 0;
            text-align: center;
        }

        .profile-image {
            width: 6.25rem; /* 100px */
            height: 6.25rem;
            border-radius: 50%;
            object-fit: cover;
        }

        .rating-stars {
            display: flex;
            justify-content: center;
            gap: 0.0625rem; /* 1px */
            margin-top: 0.5625rem; /* 9px */
        }

        .star {
            width: 1.25rem; /* 20px */
            height: auto;
        }

        .profile-info {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .name-section {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 1.25rem; /* 20px */
        }

        .professional-name {
            color: var(--text-dark);
            font-size: 1.0625rem; /* 17px */
            font-weight: 600;
            margin-top: 1.125rem; /* 18px */
            line-height: 1.4;
        }

        .verification-badge {
            background-color: #1D2254;
            border-radius: 50%;
            width: 2.25rem; /* 36px */
            height: 2.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .verification-icon {
            width: 1.25rem; /* 20px */
            height: auto;
        }

        .industry-info {
            color: var(--text-dark);
            font-size: 0.9375rem; /* 15px */
            font-weight: 400;
            margin-top: 0.25rem;
        }

        .industry-label {
            color: var(--magenta-pink);
        }

        .location-info {
            display: flex;
            align-items: center;
            gap: 1.25rem; /* 20px */
            margin-top: 0.8125rem; /* 13px */
            font-size: 0.9375rem; /* 15px */
            font-weight: 600;
            white-space: nowrap;
        }

        .location-icon {
            width: 1.625rem; /* 26px */
            height: auto;
        }

        .card-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6875rem; /* 11px */
            margin-top: 0.8125rem; /* 13px */
            font-size: 1rem; /* 16px */
        }

        .view-count,
        .view-profile-btn {
            border-radius: 4px;
            padding: 0.6875rem 1.9375rem; /* 11px, 31px */
            font-weight: 400;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .view-count {
            color: var(--dark-blue);
            border: 1px solid var(--dark-blue);
        }

        .view-profile-btn {
            background: transparent;
            color: var(--magenta-pink);
            border: 1px solid var(--magenta-pink);
            cursor: pointer;
            font-weight: 300;
        }

        /* Pagination */
        .pagination {
            display: flex;
            align-items: center;
            gap: 0.5rem; /* 8px */
            margin-top: 2.875rem; /* 46px */
            color: #1D2254;
            font-weight: 500;
        }

        .pagination-arrow {
            width: 3.75rem; /* 60px */
            height: auto;
            border-radius: 10px;
            cursor: pointer;
        }

        .page-number {
            border-radius: 10px;
            background-color: var(--secondary-bg);
            width: 3.5625rem; /* 57px */
            height: 3.5625rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 1.0625rem; /* 17px */
        }

        .page-number.active {
            background-color: var(--dark-blue);
            color: var(--text-light);
            font-weight: 800;
        }

        /* Footer */
        .main-footer {
            background-color: var(--dark-blue);
            width: 100%;
            margin-top: 2.875rem; /* 46px */
            padding-top: 1.6875rem; /* 27px */
        }

        .footer-content {
            width: 100%;
            max-width: 1075px;
            margin: 0 auto;
            padding: 0 1rem;
            box-sizing: border-box;
        }

        .footer-columns {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .footer-column {
            flex: 1 1 25%;
            display: flex;
            flex-direction: column;
        }

        .company-info {
            flex-basis: 26%;
        }

        .footer-logo {
            width: 14.5rem; /* 232px */
            height: auto;
        }

        .company-description {
            color: var(--text-light);
            font-size: 0.875rem; /* 14px */
            font-family: 'Manrope', sans-serif;
            margin-top: 0.8125rem; /* 13px */
        }

        .learn-more {
            color: var(--magenta-pink);
            cursor: pointer;
        }

        .services-column {
            flex-basis: 47%;
            min-width: 300px;
        }

        .column-headers {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem 3.5625rem; /* 40px, 57px */
            color: var(--text-light);
            font-size: 1.1875rem; /* 19px */
            font-weight: 500;
        }

        .column-title {
            margin: 0;
        }

        .services-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem; /* 20px */
            margin-top: 1.75rem; /* 28px */
        }

        .services-list {
            flex: 1 1 45%;
            color: var(--text-light);
            font-size: 0.8125rem; /* 13px */
            font-family: 'Manrope', sans-serif;
            list-style: none;
        }

        .services-list li {
            margin-top: 0.4375rem; /* 7px */
        }

        .sectors-column {
            flex-basis: 27%;
            min-width: 150px;
        }

        .sectors-content {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem; /* 20px */
            margin-top: 1.5625rem; /* 25px */
            font-size: 0.875rem; /* 14px */
            font-family: 'Manrope', sans-serif;
            color: var(--text-light);
        }

        .sectors-list {
            list-style: none;
            flex-grow: 1;
        }

        .sectors-list li {
            margin-top: 0.5rem; /* 8px */
        }

        .social-media {
            display: flex;
            flex-direction: column;
            gap: 0.625rem; /* 10px */
        }

        .social-icon {
            width: 1.6875rem; /* 27px */
            height: auto;
            margin-top: 0.5625rem; /* 9px */
            cursor: pointer;
        }

        .footer-bottom {
            background-color: var(--text-dark);
            width: 100%;
            margin-top: 3.25rem; /* 52px */
            padding: 1.9375rem 4.375rem; /* 31px, 70px */
            text-align: center;
            color: var(--text-light);
            font-size: 1.125rem; /* 18px */
            box-sizing: border-box;
        }

        /* Mobile-First Adjustments and Specific Breakpoints */
        @media (max-width: 991px) {
            .main-header {
                padding: 1rem 1.25rem;
            }
            .hero-section {
                padding: 2rem 1.25rem;
                margin-top: 2.5rem;
            }
            .hero-container {
                flex-direction: column;
            }
            .filter-section,
            .service-types,
            .professionals-grid {
                margin-top: 2.5rem;
            }
            .filter-container {
                flex-direction: column;
                border-radius: 20px;
                padding: 1.25rem;
                align-items: stretch;
            }
            .filter-item,
            .location-filters,
            .filter-actions {
                flex-wrap: wrap;
                justify-content: center;
                gap: 1rem;
            }
            .divider-line {
                display: none;
            }
            .service-types {
                flex-direction: column;
                gap: 1.5rem;
            }
            .service-type-card {
                min-width: auto;
                padding: 1rem;
            }
            .professionals-row {
                grid-template-columns: 1fr;
            }
            .card-actions {
                justify-content: center;
                gap: 1rem;
            }
            .pagination {
                flex-wrap: wrap;
                justify-content: center;
                margin-top: 2.5rem;
            }
            .footer-columns {
                flex-direction: column;
            }
            .company-info,
            .services-column,
            .sectors-column {
                width: 100%;
                margin-left: 0;
            }
            .services-grid {
                flex-direction: column;
            }
        }
/* Service Types */
.service-types {
    width: 100%;
    max-width: 1055px;
    margin: 3.1875rem auto; /* Centered with margin */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

.service-type-card {
    flex: 1 1 20rem;
    min-width: 20rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6875rem 4.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    height: 57.5px;
}
.premium-card { background-color: transparent; }
.standard-card { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.free-card { background-color: var(--tertiary-bg); }

.card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.service-type-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}
.service-icon {
    width: 2.25rem;
}

/* Professional Cards Grid */
.professionals-grid {
    width: 100%;
    max-width: 1262px;
    margin: 4.3125rem auto 0;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* .professionals-row rule is REMOVED
   Bootstrap's .row class handles this now.
*/

/* Corrected Card Styles */
.professional-card {
    border-radius: 20px;
    background-color: #fff; /* White background */
    border: 1px solid #e0e0e0; /* Light border */
    padding: 1.25rem;
    position: relative; /* For the badge */
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

/* Correctly positioned badge */
.verification-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #1D2254;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.verification-icon {
    width: 20px;
}

.card-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.profile-section {
    flex-shrink: 0;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info {
    flex-grow: 1;
    margin-top: 0.5rem;
}

.professional-name {
    color: #1D2254;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.industry-info {
    font-size: 0.9rem;
    margin: 0.25rem 0 0;
}
.industry-label {
    color: #E5007E; /* Magenta/Pink color */
}

/* Corrected Meta Section (Stars + Location) */
.card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.75rem; /* Space below header */
}

.rating-stars {
    display: flex;
    gap: 2px;
}
.star {
    width: 18px;
}

.location-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}
.location-name {
    color: #333;
}

/* Corrected Card Actions */
.card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal-width columns */
    gap: 0.75rem;
    margin-top: auto; /* Pushes buttons to the bottom */
    padding-top: 1rem; /* Space above buttons */
}

.view-count,
.view-profile-btn {
    border-radius: 4px;
    padding: 0.6rem;
    font-size: 0.9rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
}

.view-count {
    color: #1D2254;
    border: 1px solid #1D2254;
    background-color: #fff;
}

.view-profile-btn {
    color: #E5007E;
    border: 1px solid #E5007E;
    background-color: #fff;
    cursor: pointer;
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.875rem;
    color: #1D2254;
    font-weight: 500;
}
.pagination-arrow {
    width: 3.75rem;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
}
.page-number {
    border-radius: 10px;
    background-color: var(--secondary-bg, #f0f2f5);
    width: 3.5625rem;
    height: 3.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.0625rem;
}
.page-number.active {
    background-color: #1D2254;
    color: #fff;
    font-weight: 800;
}
.card-header {
    background-color: #fff !important;
    border-bottom: none !important;
}
.service-types {
    display: flex; /* Establishes the flex container */
    justify-content: center; /* Centers the group of items */
    align-items: stretch; /* Makes all cards the same height */
    gap: 2rem; /* The space between each card */
    width: 100%;
    margin: 3rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.service-type-card {
    flex: 1; /* Allows each card to grow and take up equal space */
    min-width: 0; /* Prevents overflow issues on smaller screens */
    display: flex;
    align-items: center;
    justify-content: center;
    /* ... keep your other existing styles like position, padding, etc. ... */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}
/* Style for the shuffle button */
.shuffle-btn {
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 50px; /* Pill shape */
}

/* Make the service cards feel more like links */
.service-types a .service-type-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.service-types a:hover .service-type-card {
    transform: translateY(-5px); /* Lifts the card on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Ensure the text inside the link inherits color properly */
.service-types a .service-label {
    color: var(--text-dark); /* Or your desired default text color */
    font-weight : 700;
}
.country-flag{
    position :relative;
    left : 90px;
}
