.jc-headertext {
    color: #002D62;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

.jc-center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jc-banner {
    background: url('images/Template/img_bg_texture.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
    /* Allow wrapping */
}

.jc-banner-content {
    max-width: 70%;
}

.jc-banner h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    text-align: left;
    color: white;
}

.jc-banner p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.jc-banner .TextButton.PrimaryButton {
    color: #fff;
    background-color: #72A23F;
    background-image: url('images/Template/search.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.jcBottomBanner h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.jcBottomBanner .jc-icon {
    height: 132px;
    width: 132px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
}

.jcBottomBanner p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666;
}

.jcBottomBanner {
    background-image: url('images/Template/img_bg_blue.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}

.jc-category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

.jc-category-container>div {
    background-color: #dbe9ff;
    color: #0d478d;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
}

.jc-category-container>div.selected {
    background-color: #0d478d;
    color: white;
}

.jc-category-container .reset-filters {
    background-color: white;
    color: #0d478d;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #0d478d;
    font-weight: bold;
}

.jc-category-container .reset-filters:hover {
    background-color: lightgray;
}

.jc-eliteLogoContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

[class^="elite-logo"] {
    width: 320px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 80%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding-left: 20px;
    outline: 2px solid #ccc;
}

[class^="elite-logo"]:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.jc-premierLogoContainer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    justify-content: center;
    padding: 10px;
}

[class^="premier-logo"] {
    width: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
    background-size: contain;
    aspect-ratio: 4 / 3;
}

[class^="premier-logo"]:hover {
    transform: scale(1.05);
}

/* CSS for marketplace profile*/

.jc-profile-logo {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.jc-profile-logo::after {
    content: "";
    position: absolute;
    right: -20px;
    transform: translateY(5%);
    top: 0;
    width: 2px;
    height: 80%;
    background-color: #d3d3d3;
}

.row.jc-video-box {
    background: #1E1E1E;
    padding: 20px;
    color: #FFFFFF;
}

.jc-dynamic-Video {
    width: 100%;
}

h2.jc-dynamic-Video_Title {
    font-family: Raleway, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
}

h5.jc-dynamic-Video_Description {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #CCCCCC;
    margin-top: 0px;
    margin-bottom: 20px;
}

.jc-dynamic-banner {
    color: white;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.jc-dynamic-banner h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    text-align: left;
    color: white;
}

.jc-dynamic-banner p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.jc-blue-box {
    background: #002D62;
}

.row.jc-blue-box {
    padding-left: 20px;
    padding-right: 20px;
}

.row .jc-blue-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 7px solid white;
    margin-bottom: 5px;
}

.jc-blue-box .col-md-4 h4 {
    color: white;
    font-size: 18px;
}

.jc-blue-box .col-md-4 {
    padding-bottom: 50px;
}

a.TextButton.jc-dynamic-Promo1_URL,
a.TextButton.jc-dynamic-Promo2_URL,
a.TextButton.jc-dynamic-Promo3_URL {
    color: white;
}

a.jc-close-btn {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    background-color: #a53f3f00;
    position: relative;
    cursor: pointer;
    margin-top: 35px;
    margin-left: 10px;
}

a.jc-close-btn::before,
a.jc-close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #002D62;
    transform-origin: center;
}

a.jc-close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

a.jc-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

a.jc-close-btn:hover::before,
a.jc-close-btn:hover::after {
    background-color: #5A9BD5;
    width: 120%;
    height: 3px;
}

.col-md-4.jc-learn-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: top right;
    background-position-x: calc(100% - 20px);
    background-image: url("images/Template/img_bg_links.svg");
}

.col-md-4.jc-learn-links::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: #d3d3d3;
}

.col-md-4.jc-special-offer {
    position: relative;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: top right;
    background-position-x: calc(100% - 20px);
    background-image: url("images/Template/img_bg_special.svg");
}

.col-md-4.jc-special-offer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: #d3d3d3;
}

.col-md-4.jc-contact-us {
    position: relative;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: top right;
    background-position-x: calc(100% - 20px);
    background-image: url("images/Template/img_bg_contact.svg");
}

a[class*="jc-dynamic-Link"] {
    font-family: Railway;
    padding-left: 25px;
    margin-bottom: 10px;
    height: 15px;
    background-image: url("images/Template/new_page.png");
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 20px;
}

a.jc-dynamic-Brochure {
    font-family: Railway;
    padding-left: 25px;
    margin-bottom: 10px;
    height: 15px;
    background-image: url("images/Template/download.png");
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 20px;
}

.jc-dynamic-bottom-banner.jc-banner {
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    background-color: #002D62;
    background-image: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 32px;
}

.jc-dynamic-bottom-banner.jc-banner p {
    font-size: 18px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px
}

.jc-AreasExpertiseContainer {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.jc-AreasExpertiseContainer div {
    position: relative;
    flex: 0 1 500px;
    color: #002D62;
    font-weight: 570;
    padding-left: 20px;
    font-family: "Raleway", sans-serif;
}

.jc-AreasExpertiseContainer div::before {
    content: "•";
    color: #002D62;
    font-size: 20px;
    margin-right: 8px;
    left: 5px;
    bottom: -4px;
    position: absolute;
}

p[class^="jc-dynamic-Promo"][class*="_Description"] {
    color: white;
    font-family: Raleway;
    font-size: 12px;
    margin-bottom: 10px;
}

.jc-collapse-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jc-about-section {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    column-gap: 30px
}

.jc-about-section .col-md-4 {
    flex: 1;
    min-width: 350px;
}

.jc-about-section .col-md-8 {
    flex: 2;
    min-width: 500px;
}

img.jc-dynamic-About_Image {
    width: 100%;
}

@media (max-width: 992px) {
    .col-md-4.jc-learn-links::after {
        content: "";
        position: absolute;
        left: 5%;
        top: 100%;
        width: 90%;
        height: 2px;
        background-color: #d3d3d3;
    }

    .col-md-4.jc-special-offer::after {
        content: "";
        position: absolute;
        left: 5%;
        top: 100%;
        width: 90%;
        height: 2px;
        background-color: #d3d3d3;
    }

    .jc-profile-logo::after {
        display: none;
    }

    .jc-blue-box .col-md-4 h4 {
        color: white;
        font-size: 30px;
    }

    p[class^="jc-dynamic-Promo"][class*="_Description"] {
        color: white;
        font-family: Raleway;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

/* Select 2 */
.jc-category-container .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #dbe9ff;
    border: none;
    color: #0d478d;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    border: none;
}

.jc-category-container .select2-selection__choice__remove {
    color: #0d478d !important;
    font-weight: bold !important;
}

.jc-category-container .select2-container--classic .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.jc-category-container .select2-container--classic .select2-search--inline .select2-search__field {
    line-height: normal;
}

.jc-category-container .select2-container--classic .select2-selection--multiple {
    border: 2px solid #0d478d !important;
    border-radius: 6px;
    padding: 0px 0px 6px 5px;
    background-color: #f8fbff;
    box-shadow: 0 0 4px rgba(13, 71, 141, 0.2);
}

.jc-category-container span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    padding-top: 0px;
}

.jc-category-container .select2-container--classic .select2-search--inline .select2-search__field {
    background-color: #f8fbff;
    color: #0d478d;
    font-weight: 500;
    margin-top: 8px;
}

.jc-category-container .select2-container--classic .select2-search--inline {
    display: inline-flex;
    align-items: center;
    /* Center vertically */
}

.select2-results__option.select2-results__option--selected {
    background-color: #ddd;
}

.jc-category-container .select2-container--classic .select2-search--inline {
    position: relative;
}

/* Show the search icon by default */
.jc-category-container .select2-container--classic .select2-search--inline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-30%);
    width: 16px;
    height: 16px;
    background-image: url('images/Template/search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(13%) sepia(48%) saturate(3108%) hue-rotate(198deg) brightness(93%) contrast(103%);
    z-index: 5;
    pointer-events: none;
}

.jc-category-container .select2-selection--clearable .select2-search--inline::before {
    display: none !important;
}

.jc-category-container .select2-container--classic .select2-search--inline .select2-search__field {
    padding-left: 20px !important;
    position: relative;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0d478d !important;
}

.jc-close-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    color: #0d478d;
    font-size: 24px;
    text-decoration: none;
    border: 2px solid #0d478d8a;
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    background-image: repeating-linear-gradient(45deg,
            rgba(13, 71, 141, 0.05),
            rgba(13, 71, 141, 0.05) 8px,
            transparent 8px,
            transparent 16px);
    background-color: transparent;
    transition:
        color 0.3s ease,
        text-decoration 0.3s ease,
        border-color 0.3s ease,
        background-image 0.3s ease;
}

.jc-close-link:hover {
    text-decoration: none;
    background-image: repeating-linear-gradient(45deg,
            rgba(7, 44, 87, 0.07),
            rgba(7, 44, 87, 0.07) 8px,
            transparent 8px,
            transparent 16px);
}

.jc-profile-container,
.jc-profile-container * {
    max-width: 90vw;
}

.jc-profile-container * {
    word-wrap: break-word;
}

.jc-category-container button,
.jc-category-container a{
    padding-top: 4px;
    padding-bottom: 4px;
}

.jcMarketPlace .jc-divider{
    margin: 0px;
}

.jcMarketPlace .jc-headertext,
.jcMarketPlace h4 {
  margin: 0px 0;
}
