.worldMap {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    max-width: 100vw !important;
    position: relative;
}

h4.mapTitle {
    font-size: 30px;
    position: absolute;
    bottom: 60px;
    left: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.goldOutline {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #d2c380;
}

.blueOutlineSTM {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #14245A;
}

.newOutlineSTM {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffeeb2;
}

.worldMap svg {
    width: 90%;
    height: 650px;
    margin-left: 150px;
}

.spinningGlobe img {
    box-shadow: 0px 0px 10px #fff;
    border-radius: 50% !important;
}

/* .worldMap path{
    fill: #F07505;
    stroke: #e8e8e8;
    stroke-width: 0.5;
    cursor: not-allowed;
}
.worldMap path[class="United States"] {
    fill: #F07505;
    cursor: pointer;
}*/
.worldMap path:hover {
    opacity: 0.6;
}

path.active {
    opacity: 0.6;
}

.filterBar input,
.filterBar select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.vendorListWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 60px;
}

.sidebarArea a img,
.sidebarArea a {
    width: 100%;
}

.sidebarArea a {
    max-height: 190px;
}

a.vendorBtn {
    width: 100%;
    display: block;
    margin-top: auto;
    padding: 10px 0px 0px 0px;
}

/* a.vendorBtn {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #14245A;
    background-color: var(--e-global-color-8668840);
    border: 2px solid #EC8162;
    padding: 7px 20px 5px 20px;
    text-align: center;
    border-radius: 5px;
}
a.vendorBtn:hover{
    color: #fff !important;
    background: #14245A !important;
} */
.spinningGlobe {
    top: 110px;
    position: absolute;
    width: 200px;
    height: 200px;
    right: 100px;
}

.vendor-item h4 {
    text-align: center !important;
}

.vendor-item h4 a {
    text-transform: uppercase;
    color: #ec8162 !important;
}

/* path[data-region="Africa"] {
    fill: #f00;
}
path[data-region="Europe"] {
    fill: #f0f;
}
path[data-region="Asia"] {
    fill: #0f0;
}
path[data-region="North America"] {
    fill: #00f;
}
path[data-region="South America"] {
    fill: #ff0;
}
path[data-region="Australasia"] {
    fill: #0ff;
} */
.elementor-element.elementor-element-97d1650.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    display: flex;
    align-content: center;
    align-items: center;
}

form.e-search-form {
    margin: 0px;
}

div#tooltip {
    background: #fff;
    border: 0.5px solid #EC8162;
    padding: 5px 10px;
    max-width: 400px;
    position: fixed;
    border-radius: 5px;
}

.filterBar {
    background: #0e245e;
    display: grid;
    grid-template-columns: 0.4fr 1fr 1fr 1fr 1fr 0.3fr;
    padding: 20px;
    gap: 10px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    border: 1px solid #EC8162;
}

.vendarResults {
    padding: 20px 10px 0px 10px;
}

.vendorlistCount {
    margin-bottom: 20px;
    text-align: right;
}

.vendor-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    align-items: start;
    max-height: 830px;
}

.vendor-item {
    border: 2px solid #BCA07B;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fullLengthTrumpet img {
    margin-bottom: -10px;
    width: 100% !important;
}

.vendorItemDate {
    z-index: 999;
    display: flex;
    position: absolute;
    right: 30px;
    width: fit-content;
    top: 20px;
    background-color: #EC816266;
    fill: var(--e-global-color-feb8d9d);
    color: var(--e-global-color-feb8d9d);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EC8162;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px 3px 15px;
}

.vendorItemDate .elementor-button-icon {
    margin-left: 10px;
    background: #EC8162;
    padding: 5px 10px;
    border-radius: 5px;
}

img.vendor-img {
    height: 150px;
    object-fit: contain;
    width: 60%;
    margin: auto;
}

img.vendor-additional-img {
    width: 100%;
}

.vendorBtn img {
    width: 100%;
}

.vendor-item h4.limit2Lines {
    min-height: 55px;
}

.vendor-item h4 {
    color: var(--e-global-color-text);
    font-family: "Avenir", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
}

.vendor-item p {
    font-family: "Avenir", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.vendorlistEmpty {
    width: 82%;
}

.sidebarArea {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    align-content: space-between !important;
    flex-wrap: wrap;
}

.vendorWrapper {
    width: 80%;
}

.filter {
    display: flex;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
}

.filter select,
.filter input {
    margin-left: 20px;
    height: 45px;
    border: 1px solid #ec8162 !important;
    border-radius: 5px !important;
}

.filter a,
.filter button,
.backBtn {
    width: 100%;
    background: #EC8162;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #EC8162;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
}

.filter a:hover,
.filter button:hover,
.backBtn:hover {
    background: transparent;
    color: #EC8162;
    border: 1px solid #EC8162;
}

.filter button, .filter a.resetSearch, .filter button:hover {
    border: 1px solid #fff;
}

.backtoWorld {
    position: absolute;
    width: fit-content;
}

.pagination-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
}

.pagination-wrapper .prev.page-numbers, .pagination-wrapper .next.page-numbers {
    width: calc((100% / 3) - 6px);
    text-align: center;
}

.pagination-wrapper .prev.page-numbers {
    position: absolute;
    left: 0;
}

.pagination-wrapper .next.page-numbers {
    position: absolute;
    right: 0;
}

.pagination-wrapper .page-numbers {
    color: #14245A;
    padding: 5px 10px;
    border: 2px solid #EC8162;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
    background: #14245A;
    color: #fff;
}

span.page-numbers.dots,
span.page-numbers.dots:hover {
    background: transparent;
    color: #14245A;
    border: none;
}

.vendorHeadline {
    margin-bottom: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    color: #14245A;
    font-family: "Avenir", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 4px solid #EC8162;
    position: relative;
}

.vendorHeadline h2 {
    margin-bottom: 5px;
}

.vendorHeadline svg {
    position: absolute;
    bottom: -30px;
    left: -50px;
    height: 28px;
}

.resultsCount {
    font-size: 16px;
}

.vendorItemWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.vendorItemWrapper .vendor-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.vendorItemWrapper .hexagon-background {
    padding-top: 35px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: start;
    min-height: 100%;
    padding-left: 30px;
    padding-bottom: 20px;
}

.vendorItemWrapper .hexagon-border {
    width: 230px;
    height: 225px;
    background: white;
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px !important;
    /* creates the orange border effect */
    box-sizing: border-box;
}

.vendorItemWrapper .hexagon-inner {
    width: 100%;
    height: 100%;
    background: #BCA07B;
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px !important;
}

.vendorItemWrapper .hexagon-inner img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    background: #fff;
    max-height: 100%;
    clip-path: inherit;
    object-fit: cover;
    margin: 8px !important;
}

.limitLines2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.vendorItemWrapper a.vendorItemBtn {
    width: 100%;
    text-align: center;
    padding: 7px 20px 5px 20px;
    border: 2px solid #EC8162;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Avenir", Sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
    color: #14245A;
}

.vendorItemWrapper a.vendorItemBtn:hover {
    color: #fff !important;
    background: rgb(20 36 90 / 60%) !important;
}

/* Responsive grid for vendor list */
@media (max-width: 1200px) {
    .vendor-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        width: 90%;
    }

    .vendorListWrapper {
        flex-direction: column;
    }

    .sidebarArea {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .vendor-list {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }

    .filterBar {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .filter select,
    .filter input {
        margin-left: 0;
        width: 100%;
    }

    .vendorItemWrapper .hexagon-border {
        width: 150px;
    }
}