@import url("https://rsms.me/inter/inter.css");

html {
    scroll-behavior: smooth;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

#header {
    background-image: linear-gradient(to right, #3E5E78, #0A0E13);
}

.grad {
    background-image: linear-gradient(to right, #3E5E78, #0A0E13);
}

.grad3 {
    background-image: linear-gradient(to bottom right, #F3F4F6, #a1c8f8);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;

}

.bg-transparent {
    background-color: white;
    backdrop-filter: blur(100px);
}

.browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    position: relative;
    height: 60vh;
}

.browser-mockup:before {
    display: block;
    position: absolute;
    content: "";
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup>* {
    display: block;
}


.group-of-divs {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1500px;
}



.group-div {

    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.group-div2 {

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;

}


.group-div2:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}




@media (min-width: 768px) {
    .pricing-card {
        padding: 32px;
    }

    .pricing-card h3 {
        font-size: 2.5xl;
    }

    .pricing-card .price {
        font-size: 4xl;
    }

    .pricing-card .btn {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}

/* CSS for Hover Effect */
.block-card {
    position: relative;
    transition: transform 0.3s ease;
}

.block-card:hover {
    transform: translateY(-10px);
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(19%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .smooth {
        opacity: 0;
        transform: translateY(10%);
        transition: opacity 0.7s, transform 0.7s;

    }

    .smooth-animate {
        opacity: 1;
        transform: translateY(0);
        animation: smooth-appear 1s ease forwards;
    }
}

/* FIX (design-fidelity pass, horizontal-overflow bug): the source had a hard fixed "width" here — inside a
   flex item with no width floor, that can't shrink below its own hardcoded size, so at viewport widths where
   the text column + this fixed width don't both fit, the row overflows the page (horizontal scrollbar). Same
   visual result at wide viewports (max-width caps it at the exact same pixel sizes), but now it shrinks to fit
   instead of forcing an overflow at in-between widths. height:auto so it scales proportionally as it shrinks. */
#my-svg, .map-image {
    max-width: 350px;
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 180;
}

.map-image {
    position: relative;
    background-image: url("/img/map-350.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {

    #my-svg, .map-image {
        max-width: 500px;
        aspect-ratio: 500 / 257;
    }

    .map-image {
        background-image: url("/img/map-500.png");
    }
}


@media (min-width: 1024px) {

    #my-svg, .map-image {
        max-width: 700px;
        aspect-ratio: 700 / 360;
    }

    .map-image {
        background-image: url("/img/map-700.png");
    }
}

@keyframes gradient-border {
    0% {
        border-color: #f43f5e; 
    }
    50% {
        border-color: #22C564; 
    }
    100% {
        border-color: #f43f5e; 
    }
}

.gradient-border {
    border-width: 2px;
    border-style: solid;
    animation: gradient-border 3s ease infinite;
}

/*Map CSS */
.wrapper {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin-left: 5%;
}

.mapsmall-circle1 {
    width: 10px;
    height: 10px;
    background-color: #e6004c;
    border-radius: 50%;
    position: absolute;
    top: 39%;
    left: 20%;
}

.mapsmall-circle2 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 18.5%;
}

.mapsmall-circle3 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 33.33%;
    left: 26.2%;
}

.mapsmall-circle4 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 24%;
    left: 19%;
}

.mapsmall-circle5 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 19.7%;
    left: 33.4%;
}

.mapsmall-circle6 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 27.7%;
    left: 28.1%;
}

.mapsmall-circle7 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 85.8%;
    left: 27.2%;
}

.mapsmall-circle8 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 71.3%;
    left: 34.4%;
}

.mapsmall-circle9 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 45.5%;
    left: 46%;
}

.mapsmall-circle10 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 33%;
    left: 47.4%;
}

.mapsmall-circle11 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 23%;
    left: 49.1%;
}

.mapsmall-circle12 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 27.7%;
    left: 21.4%;
}

.mapsmall-circle13 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 24.7%;
    left: 83.7%;
}

.mapsmall-circle14 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 34.4%;
    left: 65.1%;
}


.mapsmall-circle15 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 50.5%;
    left: 59.4%;
}


.mapsmall-circle16 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 41.6%;
    left: 69.4%;
}


.mapsmall-circle17 {
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 76.1%;
    left: 81.1%;
}

.first-arc {
    position: absolute;
    top: 0px;
    left: 0px;
}

.map-image>div {
    z-index: 2;
}

.small-circle2>div {
    padding: 20px;
    background-color: #34b8d8;
    border: 1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

.inner-circle-para {
    font-size: 12px !important;
    color: white;
    text-align: left;
}

.small-circle7>div {
    padding: 20px;
    background-color: #34b8d8;
    border: 1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

.small-circle9>div {
    padding: 20px;
    background-color: #34b8d8;
    border: 1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

.circle-within {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: left !important;
    position: relative;
    left: -40px;
}

.circle-within2 {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    left: 90px;
}

.circle-inner-h {
    position: relative;
    top: -10px;
    left: -40px;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #F8F8FF;
        box-shadow: 0 0 0 0 #F8F8FF;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 3px #F8F8FF;
        box-shadow: 0px 0px 10px 3px #F8F8FF;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #F8F8FF;
        box-shadow: 0 0 0 0 #F8F8FF;
    }
}

#main img {
    max-width: 33%;
    top: -34px;
    position: absolute;
    left: 0px;
}

.mapsmall-circle1:hover~#main {
    opacity: 1;

}

.bg {
    stroke: #8d8d8d;
    stroke-dasharray: 4 12;
}


.move {
    stroke: #eb2121;
    animation: link-anim 5s linear infinite;
    stroke-dasharray: 4 12 4 12 4 12 4 12 4 300;
}



@keyframes link-anim {
    0% {
        stroke-dashoffset: 368;
    }

    100% {
        stroke-dashoffset: 32;
    }
}

#my-svg>path {
    stroke-width: 2px;
    fill: transparent;
}


#p_one {
    stroke-width: 1%;
}

#main {
    position: absolute;
    background: #1C64F2;
    width: 26%;
    top: 149px;
    left: -45px;
    box-shadow: 0px 0px 5px 1px black;
    padding: 15px 8px;
    z-index: 2;
    border-radius: 5px;
    opacity: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}




#main p {
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
    text-align: left;
}

#main img {
    max-width: 33%;
    top: -34px;
    position: absolute;
    left: 0px;
}

.mapsmall-circle1:hover~#main {
    opacity: 1 !important;
}

@media (min-width: 1024px) {
    .map-section .gap-2 {
        display: flex;
        flex-direction: row;
    }
}

@media (max-width: 1023px) {
    .map-section .gap-2 {
        display: flex;
        flex-direction: column-reverse;
    }
}

#check-site::before {
    content: "";
    display: block;
    height: 60px; 
    margin-top: -60px; 
    visibility: hidden;
  }