.global-reach-module {background-color:#fff;padding:1rem 0;width:100%}
.global-reach-container {margin:0 auto;width:87.5%;max-width:17rem;}
.global-reach-row {align-items:flex-start;display:flex;gap:5%;justify-content:space-between}
.global-reach-left {display:flex;flex-direction:column;gap:1rem;width:47.5%}
.global-reach-label {color:var(--brand,#e2211c);font-size:20px;font-style:normal;font-weight:700;line-height:20px;margin:0;padding:0;text-align:left;text-transform:uppercase}
.global-reach-title {color:#333;font-family:Poppins;font-size:36px;font-style:normal;font-weight:600;line-height:48px;margin:0;max-width:80%;padding:0;text-transform:capitalize}
.global-reach-right {display:flex;flex-direction:column;gap:1.5rem;width:47.5%}
.global-reach-desc {color:#333;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0;padding:0}
.global-reach-btn {align-items:center;background:var(--brand,#e2211c);border:none;border-radius:32px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;margin-top:.5rem;padding:18px 24px;transition:all .3s ease;width:-moz-fit-content;width:fit-content}
.global-reach-btn:hover {background:var(--brand-hover,#b81a16);transform:translateY(-2px)}
.map-container {}
.map-container,.map-image {position:relative;width:100%}
.map-image {display:block;height:auto;-o-object-fit:cover;object-fit:cover}
.map-marker {cursor:pointer;left:76%;position:absolute;top:45%;transform:translate(-50%,-50%);z-index:10}
.map-marker-1 {left:68.5%;top:58%}
.map-marker-2 {left:75%;top:55.5%}
.map-marker-3 {left:75%;top:63.5%}
.map-marker-4 {left:49%;top:33%}
.map-marker-5 {left:45%;top:40%}
.map-marker-6 {left:56%;top:41%}
.map-marker-7 {left:85%;top:22%}
.map-marker-8 {left:82%;top:42%}
.map-marker-9 {left:16.5%;top:29%}
.map-marker-static {position:absolute;transform:translate(-50%,-50%);z-index:5}
.map-marker-left-1 {left:26%;top:42%}
.map-marker-left-2 {left:18%;top:52%}
.map-marker-left-3 {left:25%;top:66%}
.map-marker-left-4 {left:28%;top:89%}
.map-marker-left-5 {left:11%;top:19%}
.map-marker-left-6 {left:23%;top:45%}
.map-marker-left-7 {left:70%;top:45%}
.map-marker-pulse {animation:pulse-eb62d81d 2s infinite;background-color:#8a1f2499;height:30px;width:30px}
.map-marker-dot,.map-marker-pulse {border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}
.map-marker-dot {background-color:var(--brand,#e2211c);height:12px;width:12px}
@keyframes pulse-eb62d81d {0% {opacity:1;transform:translate(-50%,-50%) scale(.5)}
to {opacity:0;transform:translate(-50%,-50%) scale(2.5)}
}
.map-marker-tooltip {background-color:#000000d9;border-radius:8px;display:flex;flex-direction:column;gap:12px;margin-right:15px;opacity:0;padding:16px;pointer-events:none;position:absolute;right:100%;top:50%;transform:translateY(-50%);transform:translateY(-50%) translate(10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;width:350px;z-index:100}
.map-marker-tooltip:after {border-bottom:10px solid transparent;border-left:10px solid rgba(0,0,0,.85);border-top:10px solid transparent;content:"";height:0;left:100%;position:absolute;top:50%;transform:translateY(-50%);width:0}
.map-marker-tooltip:before {background-color:var(--brand,#e2211c);border-radius:50%;content:"";height:8px;left:calc(100% - 5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:8px;z-index:101}
.map-marker:hover .map-marker-tooltip {opacity:1;transform:translateY(-50%) translate(0);visibility:visible}
.map-marker-static:hover .map-marker-tooltip {opacity:1;transform:translateY(-50%) translate(0);visibility:visible}
.map-marker-active,.map-marker:hover {z-index:50}
.map-marker-active:not(:hover) .map-marker-tooltip {opacity:1;transform:translateY(-50%) translate(0);visibility:visible}
.map-marker-image {border-radius:4px;display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}
.map-marker-title {color:#fff;font-size:22.857px;font-weight:700;line-height:28.571px;text-transform:capitalize}
.map-marker-text,.map-marker-title {font-style:normal;margin:0;padding:0}
.map-marker-text {color:var(--3,#aaa);font-size:14px;font-weight:400;line-height:20px}
.map-carousel-container {display:none;margin-top:3rem;width:100%}
.map-carousel-slide,.map-carousel-swiper {width:100%}
.map-carousel-item {background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}
.map-carousel-image {border-radius:4px;display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}
.map-carousel-title {color:#333;font-size:22.857px;font-style:normal;font-weight:700;line-height:28.571px;margin:0;padding:0;text-transform:capitalize}
.map-carousel-text {color:#666;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0;padding:0}
@media(max-width:1400px) {.global-reach-title {max-width:100%}
}
@media(max-width:992px) {.global-reach-row {align-items:center;flex-direction:column;gap:2rem}
.global-reach-left,.global-reach-right {align-items:center;text-align:center;width:100%}
.global-reach-btn {margin:.5rem auto 0}
.global-reach-label,.global-reach-title {text-align:center}
}
@media(max-width:768px) {.map-marker-tooltip {align-items:center;bottom:auto;display:none;left:50%;margin-bottom:0;max-width:300px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}
.map-marker-tooltip:after {display:none}
.map-marker-active:not(:hover) .map-marker-tooltip,.map-marker:hover .map-marker-tooltip {transform:translate(-50%,-50%)}
.map-marker-text,.map-marker-title {text-align:center}
.map-carousel-container {display:block}
}
@media(max-width:576px) {.global-reach-module {padding:0.8rem 0}
.global-reach-title {font-size:20px;line-height:24px}
.global-reach-desc {font-size:12px;line-height:16px}
.global-reach-btn {font-size:12px;padding:11px;width:100%}
.map-marker-dot {height:8px;width:8px}
.map-marker-pulse {height:20px;width:20px}
.map-marker-tooltip {display:none}
.map-carousel-container{margin-top:0.8rem}
.map-carousel-item {padding:0.5rem;gap:0.2rem}
}
