html,
body {
    width: 100% !important;
    height: 100% !important;
}
.hidden{
    display: none;
}
.map-mobile, .map-all-screens{
    position: relative;
    overflow: hidden;
}
.hotspot-container {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
/* .map-all-screens{
    min-height: 980px;
}
.map-mobile{
    min-height: 1200px;
} */
.map-all-screens .hotspot-container{
    min-height: 1300px;
}
.map-mobile .hotspot-container{
 min-height: 1100px;
}
.hotspot-container .marker-title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-left: -26px;
    width: 150px;
    line-height: 1px;
}

.hotspot,
.mob-hotspot {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.8;
    z-index: 1;
}

.spot {
    display: block;
    padding: 1px;
    cursor: pointer;
    overflow: visible;
    transition: 0.2s all;
}

.outer-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(241, 70, 36);
    -webkit-transform: translateX(-16px) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.inner-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(241, 70, 36);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-16px) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pulse-dot {
    animation: pulse-dot infinite 3.5s;
}

.pulse-ring {
    content: '';
    width: 32px;
    height: 32px;
    border: 8px solid #f14624;
    border-radius: 50%;
    position: absolute;
    top: -11px;
    left: -11px;
    animation: pulse-ring infinite 3.5s;
}

.intro-desc {
    width: 45%;
    z-index: 2;
    color: #ffffff;
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.intro-desc p {
    font-size: 26px;
}

.intro-desc h1 {
    font-size: 54px;
    font-weight: 600;
    color: #ffffff;
}

.intro-desc h5 {
    font-size: 28px;
    font-weight: 900;
    padding-top: 15px;
    color: #ffffff;
}
.resource-link {
	margin: 10px;
	width: auto;
	position: relative;
	min-width: 40%;
}

.hotspot a:hover {
    text-decoration: none;
}

.map-all-screens::after,
.map-mobile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 0;
}

.map-mobile .intro-desc.description {
    position: absolute;
    bottom: 150px;
}

@media (min-width:768px) {
    .intro-desc {
        font-size: 18px
    }
}

@media (min-width:992px) {
    .intro-desc {
        font-size: 24px
    }

    .intro-desc h5 {
        font-size: 38px
    }
}

@media screen and (max-width:480px) {}

@media screen and (max-width:1024px) {
    .map-mobile {
        display: block !important;
    }

    .map-all-screens {
        display: none !important;
    }

    .intro-desc {
        font-size: 14px;
        width: 90%;
    }

    .intro-desc p {
        font-size: 18px;
    }

    .marker-title {
        font-size: 12px;
    }

    .intro-desc h1 {
        font-size: 18px
    }

    .intro-desc h5 {
        font-size: 16px
    }

    .outer-circle,
    .pulse-ring {
        width: 14px;
        height: 14px;
    }

    .outer-circle {
        border-width: 1px;
    }

    .inner-circle {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }

    .resource-link, .resource-link-mobile  {
        font-size: 14px;
        width: 90%;
    }
    .map-all-screens .sub_ttle, .map-all-screens .short-description{
        display: none; width: 1px;
    }
}

@media (max-width:992px) {
    .hotspot-container .marker-title {
        font-size: 14px;
    }

    .intro-desc h1 {
        font-size: 32px
    }

    .intro-desc {
        font-size: 21px
    }

    .intro-desc h5 {
        font-size: 28px
    }

    .outer-circle,
    .pulse-ring {
        width: 20px;
        height: 20px;
        top: -7px;
        left: -7px;
    }

    .outer-circle {
        border-width: 2px;
    }

    .inner-circle {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
}
@media screen and (max-width:768px) {
    body:not(.elementor-editor-active) #wp-footer {
        margin-top: -190px !important;
    }
}
@media (max-width:1321px) {
    .resource-link, .resource-link-mobile  {
        min-width: 80%;
    }
}
/* Animations */

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(1, 1);
    }

    30% {
        -webkit-transform: scale(1.25, 1.25);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 1.25);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }

    25% {
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(1, 1);
        opacity: 0;
    }

    25% {
        opacity: .5;
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

