.sec_mainsec-2 {
    padding-top: 0;
    padding-bottom: 80px;
}

.gap-mainsec-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.large-text {
    font-family: Noto Sans;
    font-size: 48.83px;
    font-weight: 700;
    line-height: 61.04px;
    text-align: center;
    color: #21272D;
}

    .large-text span {
        color: #066BFC !important
    }

.content-text {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #394049;
}

.marker_hide {
    display: none;
}

.marker_active {
    display: block;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-44 {
    margin-bottom: 44px;
}

.ab_map_flag {
    margin-left: 16px;
    vertical-align: middle;
}

.AboutUc_map_titile {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #ffffff;
}

.AboutUc_map_sub_titile {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #ffffff;
}

.poc_map .paddingright {
    padding-right: 50px;
}

.poc_map {
    position: absolute;
    top: 20%;
    left: 0px;
    z-index: 1;
}

.sec_remove_padding-top_bottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.about_map {
    position: relative;
    height: 800px !important;
    width: 100%;
    background: #000937;
    /* Fallback background color */
    overflow: hidden;
    /* Hide any overflow */
}

.about_map svg {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
}

#marker {
    fill: red;
    /* Color of the marker */
}

.background_svg_map {
    width: 100%;
    height: Auto;
    /* Adjust as needed */
    background-image: url("WEBSITE/html/Themes/Oqtane.Theme.Arsha/assets/mapimg/Vector.svg");
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
    /* Adjust as needed */
    background-position: center center;
}

.contact-us-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding: 8px 0 !important;
    cursor: pointer;
}

.contact-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #45E8FF;
    position: relative;
    display: inline-block;
    padding: 8px 0 !important;
}

    .contact-text::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #45E8FF;
        transition: width 0.3s ease;
    }

.arrow-contact-us {
    color: #45E8FF;
    opacity: 0;
    display: inline-block;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-left: 8px;
}

.contact-us-link:hover .arrow-contact-us {
    opacity: 1;
    transform: translateX(0);
}

.contact-us-link:hover .contact-text::after {
    width: calc(100% + 28px);
}


@media screen and (max-width: 821px) {
    .large-text {
        font-size: 39.06px;
        line-height: 48.825px;
    }

    .poc_map {
        top: 50% !important;
        margin: 0 60px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .mb-md-24 {
        margin-bottom: 24px !important;
    }

    .mb-md-40 {
        margin-bottom: 40px !important;
    }

    .about_map {
        height: 800px !important;
    }

    .contact-us-link-md {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #45E8FF;
        padding: 8px 0 !important;
        text-decoration: none;
        border-bottom: 2px solid #45E8FF;
    }

    .arrow-contact-us-md {
        margin-left: 8px;
    }
}

@media screen and (max-width: 431px) {
    .sec_mainsec-2 {
        padding-top: 0;
        padding-bottom: 60px !important;
    }

    .gap-mainsec-2 {
        gap: 16px !important;
    }

    .large-text {
        font-size: 39.86px;
        line-height: 48.825px;
    }

    .poc_map {
        top: 40% !important;
        margin: 0 16px !important;
    }

    .AboutUc_map_titile {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .AboutUc_map_sub_titile {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .ab_map_flag {
        margin-left: 8px !important;
    }

    .mb-sm-32 {
        margin-bottom: 32px !important;
    }

    .flag-image {
        width: 24px !important;
        height: 24px !important;
    }

    .contact-text {
        font-size: 14px;
        line-height: 21px;
    }
}

.flag-container {
    gap: 44px 60px; /* default for desktop */
}

@media (max-width: 991px) { /* Tablet view */
    .flag-container {
        gap: 40px;
    }
}

@media only screen and (min-width: 744px) and (max-width: 991) {
    .flag-container {
        width: 90%;
    }
}

@media (max-width: 575px) { /* Mobile view */
    .flag-container {
        gap: 32px;
    }

    .contact-us-link-md {
        font-size: 14px;
        line-height: 21px;
    }
}
