  /* Body and Container Styling */
  body {
    font-family: 'Nunito', sans-serif !important;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1460px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap; /* Ensures responsiveness */
    
    
}

/* Left side: Address info */
.left-side {
    width: 30%;
    padding: 20px;
    border: 1px solid #e3e3e361;
    background-color: #0000;
    height: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: auto;
    padding-top: 60px;
}

/* Right side: Map */
.right-side {
    width: 65%;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e3e361;
}

/* Image with Hotspots */
.map {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url('https://www.rankraze.com/wp-content/uploads/2025/01/Loaction_Worldmap_Image-1-1.webp');
    background-size: cover;
    background-position: center;
}

/* Hotspot Styling */
.marker {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color:none;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.marker:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border: 4px solid #3addb3;
    border-radius: 100%;
    background: #000000;
    
}

.marker:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #71ecb68a;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* Pulse Animation */
/* @keyframes blinkInOut {
    0% {
        transform: scale(1);
         background-color: #ff00003f; 
    }
    50% {
        transform: scale(2); 
        background-color: #ff00007e; 
    }
    100% {
        transform: scale(1);
         
    }
} */

/* Applying pulse animation to markers */
/* .marker.pulse {
    animation: blinkInOut 1.5s infinite; 
} */

@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
    
}

.marker.pulse:after,
.distribution-map .map-point.pulse:before {
    content: "";
    display: inline-block;
    width: 45px; 
    height: 45px; 
    background-color: none; 
    border-radius: 38%; 
    animation-name: blinker;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    margin-top: -19px;
    margin-left: -21px;
}




/* @keyframes wifi {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.marker.pulse:before {
    content: "";
    position: absolute;
    width: 30px; 
    height: 30px; 
    border: 2px solid #6a000054; 
    border-radius: 50%;
    opacity: 0;
    animation: wifi 2s infinite ease-out; 
    margin-top: -3px;
    margin-left: -1px;

}

.marker.pulse:after {
    
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgb(114, 0, 0);
    border-radius: 50%;
    animation: blinker 1.5s infinite ease-in-out;
} */


/* Adjusting marker positions for hotspots */
.marker1 {
    top: 29%;
    left: 45%;
}



.marker2 {
    top: 50%;
    left: 67%;
}

.marker3 {
    top: 42%;
    left: 19%;
}


.marker4 {
    top: 33%;
    left: 22%;
}


.marker5 {
    top: 73%;
    left: 86%;
}

.marker6 {
    top: 38%;
    left: 44%;
}

.marker7 {
    top: 45%;
    left: 58%;
}

/* Address Box */
.address-box {
    padding: 0px; 
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
   
}

h4 {
    margin-bottom: 10px;
    font-size: 20px !important;
    color: #444;
    font-family: 'figtree', sans-serif !important;
    font-weight: bold !important;
}

.address-box ul {
    list-style-type: none;
    padding-left: 0;
}

.address-box li {
    margin-bottom: 40px;
    margin-left: 42px !important;
    font-size: 17px;
    color:#6e6e6e !important;

}

.address-box a {
    color: #6e6e6e;
    text-decoration: none;
}

.address-box a:hover {
    text-decoration: underline;
}

/* .marker.pulse:after, .distribution-map .map-point.pulse:before {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
} */

/* Make the layout responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .left-side {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-side {
        width: 100%;
    }
    .map {
        position: relative;
        width: 100%;
        height: 200px !important; 
        background-image: url('https://www.rankraze.com/wp-content/uploads/2025/01/Loaction_Worldmap_Image-1-1.webp');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media only screen and (min-width: 915px) {
    .map {
        position: relative;
        width: 100%;
        height: 500px !important; 
        background-image: url('https://www.rankraze.com/wp-content/uploads/2025/01/Loaction_Worldmap_Image-1-1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

}


.fa {

color: #3dbc9b;

}
/* p {
margin: 0 0 10px;
font-size: 17px;
color: #000;
font-family: system-ui;
} */
#address-content {
    display: block; /* Ensures proper layout within the container */
    overflow: hidden; /* Prevent layout overflow */
    height: auto; /* Adjust height dynamically */
}