  .popup-close {
        background: url(images/fancybox_close.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        cursor: pointer;
        display: block;
        font-size: 208%;
        line-height: 1.33333em;
        width: 1.3333em;
        height: 1.3333em;
        line-height: 130%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 2;
        color: #222222;
    }

    .popbox {
        display: block;
        position: fixed;
        z-index: 20000;
        width: 100%;
        height: 0px;
        top: 20%;
        left: 1%;
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }

    .popup-close.js-popup-close.modal-close {
        /* left: 10%; */
        /* right: 17%; */
        right: -1%;
        top: -17px;
    }

</style>
<style type="text/css">
    .popup2 {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999999;
        vertical-align: bottom;
        display: none;
    }

    .popup2 img {
        width: 100%;
    }

    .popup2-close {
        background: url("images/fancybox_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        cursor: pointer;
        display: block;
        font-size: 208%;
        line-height: 1.33333em;
        width: 1.3333em;
        height: 1.3333em;
        line-height: 130%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0px;
        z-index: 2;
        color: #222222;
    }

    .blink_me {
        animation: blinker 1s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }

    .contentRightBlock_2 {
        width: 36.5%;
        padding: 25px;
        background: #e3e3e3;
        position: relative;
        margin-top: 20px;
        margin-left: -2px;
    }

    .leftPartInner {
        padding: 0 25px 30px 0;
        width: 70%;
        float: left;
    }

  */  .rightPartShadow {
        float: right;
        width: 30%;
    } /*

    @media only screen and (max-width: 1023px) {
        .leftPartInner {
            width: 100%;
            padding: 0 0 15px;
        }

        .rightPartShadow {
            width: 100%;
        }
    }

    .rightPartShadow:after {
        background: none !important;
    }

    .ministerBox {
        padding: 25px;
        background: #e3e3e3;

    }

    .otherMinister {
        width: 100%;
        border-radius: 4px;
    }

    .importanlinks_index {
        width: 100%;
        border-radius: 4px;
    }

    .whatsNewSlider {
        height: auto;
        overflow: hidden;
        font-size: 1.2em;
    }

    #imgPopupOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    /* Popup Container */
    #imgPopupContainer {
        position: relative;
        background: #fff;
        padding: 0;
        border-radius: 8px;
        overflow: hidden;
        max-width: 50%;
        max-height: 90%;
    }

    #imgPopupContainer img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Close Button */
    .imgPopupCloseBtn {
        position: absolute;
        top: 10px;
        right: 12px;
        background: #fff;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        font-size: 20px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    /* Show Popup */
    #imgPopupOverlay.showPopup {
        visibility: visible;
        opacity: 1;
    }

    #autoOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 5000;
    }

    #autoPopupBox {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5001;
        text-align: center;
    }

    .popupCloseBtn {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 30px;
        height: 30px;
        background: white;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        font-weight: bold;
    }



    /* ===================== ROW ===================== */
    .gov-row {
        display: flex;
        gap: 20px;
        padding: 20px;
    }

    /* ===================== CARD ===================== */
    .gov-card {
        width: 33.33%;
        background: #eef2f7;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
        transition: 0.3s;
        overflow: visible !important;
        /* IMPORTANT */
    }

    /* ===================== HEADER ===================== */
    .gov-head {
        background: linear-gradient(135deg, #12236b, #1d2f8a);
        color: #fff;
        text-align: center;
        padding: 16px;
        font-weight: 600;
        font-size: 16px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    /* ===================== BODY ===================== */
    .gov-body {
        padding: 16px;
    }

    /* ===================== SCROLL ===================== */
    .tickerDivBlock {
        height: 360px;
        overflow: hidden;
        position: relative;
    }

    /* ===================== LIST ===================== */
    .activityTicker {
        list-style: none;
    }

    /* ===================== ITEM ===================== */
    .activityTicker li {
        padding: 14px;
        border-bottom: 1px dashed #d3d7df;
        border-radius: 8px;
        transition: all 0.3s ease;
        margin-bottom: 10px;
        /* spacing fix */
    }

    .activityTicker li:hover {
        background: #f7f9fc;
        transform: translateX(5px);
    }

    /* ===================== TEXT ===================== */
    .recordBox {
        position: relative;
    }

    /* 3 LINE CLAMP */
    .recordBox a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;

        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        color: #1b1b1b;
        text-decoration: none;
    }

    /* ICON */
    .recordBox img {
        margin-left: 6px;
        vertical-align: middle;
    }

    /* ===================== TOOLTIP ===================== */

    /* base hidden */
    .recordBox::after {
        content: attr(data-title);
        position: absolute;
        left: 0;
        bottom: 110%;

        width: 260px;
        background: #12236b;
        color: #fff;
        padding: 10px 12px;
        border-radius: 6px;

        font-size: 13px;
        line-height: 1.5;

        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: all 0.25s ease;

        z-index: 99999;
        pointer-events: none;

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* show */
    .recordBox.show-tooltip:hover::after {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* 🔥 TOP ITEMS → SHOW BELOW */
    .activityTicker li:nth-child(-n+2) .recordBox.show-tooltip:hover::after {
        top: calc(100% + 12px);
        bottom: auto;
    }

    /* ===================== DATE ===================== */
    .gov-date {
        font-size: 12px;
        color: #7a7a7a;
        margin-top: 6px;
    }

    /* ===================== FOOTER ===================== */
    .gov-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        border-top: 1px solid #ddd;
        background: #f4f6fa;
    }

    .gov-footer a {
        text-decoration: none;
        color: #12236b;
        font-weight: 600;
    }

    /* ===================== BUTTON ===================== */
    .gov-btn {
        background: #12236b;
        color: #fff;
        border: none;
        padding: 6px 14px;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
    }

    /* ===================== EVENTS ===================== */
    .gov-event-item {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        position: relative;
    }

    .gov-event-img {
        width: 80px;
        min-width: 80px;
        height: 60px;
        border-radius: 6px;
        overflow: hidden;
    }

    .gov-event-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gov-event-content a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;

        font-size: 14px;
        line-height: 1.5;
        color: #1b1b1b;
        text-decoration: none;
    }

    /* ===================== RESPONSIVE ===================== */

    @media (max-width: 1024px) {
        .gov-row {
            flex-wrap: wrap;
        }

        .gov-card {
            width: 48%;
        }
    }

    @media (max-width: 768px) {
        .gov-card {
            width: 100%;
        }

        .tickerDivBlock {
            height: 250px;
        }
    }

    @media (max-width: 480px) {
        .gov-head {
            font-size: 14px;
            padding: 12px;
        }

        .recordBox a,
        .gov-event-content a {
            font-size: 13px;
        }

        .gov-event-img {
            width: 70px;
            height: 55px;
        }

        .tickerDivBlock {
            height: 220px;
        }
    }

    /* make each item a stacking context */
    .activityTicker li {
        position: relative;
        margin-bottom: 5px;
        /* 🔥 increase space */
        z-index: 1;
    }

    /* bring hovered item above others */
    .activityTicker li:hover {
        z-index: 9999;
    }

    /* tooltip */
    .recordBox::after {
        content: attr(data-title);
        position: absolute;
        left: 0;
        bottom: 110%;

        width: 260px;
        background: #12236b;
        color: #fff;
        padding: 10px 12px;
        border-radius: 6px;

        font-size: 13px;
        line-height: 1.5;

        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: 0.25s;

        z-index: 99999;
        pointer-events: none;

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    /* show */
    .recordBox.show-tooltip:hover::after {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* 🔥 TOP ITEMS → SHOW BELOW WITH BIG GAP */
    .activityTicker li:nth-child(-n+2) .recordBox.show-tooltip:hover::after {
        top: calc(100% + 20px);
        /* 🔥 more gap */
        bottom: auto;
    }

    /* REQUIRED */
    .gov-card {
        overflow: visible !important;
    }

    /* container */
    .gov-event-item {
        position: relative;
    }

    /* tooltip */
    .gov-event-item::after {
        content: attr(data-title);
        position: absolute;
        left: 0;
        bottom: 110%;

        width: 260px;
        background: #12236b;
        color: #fff;
        padding: 10px 12px;
        border-radius: 6px;

        font-size: 13px;
        line-height: 1.5;

        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: 0.25s;

        z-index: 9999;
    }

    /* show */
    .gov-event-item.show-tooltip:hover::after {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* top items fix */
    .activityTicker li:nth-child(-n+2) .gov-event-item.show-tooltip:hover::after {
        top: calc(100% + 15px);
        bottom: auto;
    }

    /* ================= ROW ================= */
    .social-row {
        display: flex;
        gap: 24px;
        padding: 20px;
    }

    /* ================= CARD ================= */
    .social-card {
        width: 33.33%;
        background: #f4f7fc;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        transition: 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    /* ================= HEADER ================= */
    .social-head {
        background: linear-gradient(135deg, #162f6a, #223c8f);
        color: #fff;
        padding: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.4px;
    }

    /* ================= TABS ================= */
    .social-tabs {
        display: flex;
        background: #e8ecf5;
        padding: 6px;
        gap: 6px;
    }

    .social-tabs .tab {
        flex: 1;
        padding: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        background: transparent;
        font-size: 13px;
        font-weight: 500;
        color: #444;
        transition: all 0.25s ease;
    }

    .social-tabs .tab:hover {
        background: #dce3f5;
    }

    .social-tabs .tab.active {
        background: linear-gradient(135deg, #162f6a, #223c8f);
        color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    /* ================= BODY ================= */
    .social-body {
        padding: 12px;
        height: 520px;
        display: flex;
        flex-direction: column;
    }

    /* ================= EMBED WRAPPER ================= */
    .tab-content {
        display: none;
        height: 100%;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        box-shadow: inset 0 0 0 1px #e3e6ef;
    }

    .tab-content.active {
        display: block;
    }

    /* ================= IFRAME ================= */
    .social-body iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 12px;
    }

    /* ================= TWITTER FIX ================= */
    .twitter-timeline {
        height: 100% !important;
        width: 100% !important;
    }

    /* ================= INSTAGRAM ================= */
    .instagram-box {
        background: #fff;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .instagram-box iframe {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    /* ================= RESPONSIVE ================= */
    @media (max-width: 1024px) {
        .social-row {
            flex-wrap: wrap;
        }

        .social-card {
            width: 48%;
        }
    }

    @media (max-width: 768px) {
        .social-card {
            width: 100%;
        }

        .social-cards {
            width: 100% !important;
        }

        .social-body {
            height: 450px;
        }
    }

    /* ================= SMALL DEVICES ================= */
    @media (max-width: 480px) {
        .social-head {
            font-size: 14px;
        }

        .social-tabs .tab {
            font-size: 12px;
            padding: 8px;
        }
    }

    .tab-content {
        display: none;
        height: 100%;
    }

    .tab-content.active {
        display: block;
    }

    .social-body.twitter-card {
        height: 300px;
    }

    .social-card.twitter-card {
        height: max-content;
        width: 100%;
    }

    .social-cards {
        width: 33.3%;
    }

    /* BOX */
    .tw-link-box {
        height: 255px;
        background: #ffffff;
        border: 1px solid #d9dee7;
        border-radius: 10px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        text-align: center;
        padding: 20px;
    }

    /* TEXT */
    .tw-desc {
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

    .tw-link-box h4 {
        font-size: 18px;
        color: #162f6a;
        margin-bottom: 20px;
        font-weight: 600;
    }

    /* BUTTON */
    .tw-btn {
        padding: 8px 18px;
        background: #162f6a;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;

        transition: 0.2s;
    }

    /* HOVER */
    .tw-btn:hover {
        background: #0d1e63;
    }

    /* OPTIONAL SMALL ICON STYLE */
    .tw-btn::before {
        content: "X";
        margin-right: 6px;
        font-weight: bold;
    }

    /* ================= MEA BOX ================= */
    .mea-box {
        background: #ffffff;
        border: 1px solid #d9dee7;
        border-radius: 12px;
        overflow: hidden;
    }

    /* HEADER */
    .mea-header {
        background: #243a76;
        color: #ffffff;
        text-align: center;
        padding: 16px;
        font-size: 16px;
        font-weight: 600;
    }

    /* BODY */
    .mea-body {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px 2px 20px;
        justify-content: center;
    }

    /* LOGO */
    .mea-logo {
        flex-shrink: 0;
    }

    .mea-logo img {
        width: 40px;
        height: auto;
    }

    .mea-content h3 {
        margin: 0;
        font-size: 14px;
        color: #243a76;
        font-weight: 600;
    }

    .mea-content p {
        margin: 4px 0 12px;
        font-size: 13px;
        color: #555;
    }

    /* ================= SOCIAL ICONS ================= */
    .mea-icons {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    /* ICON STYLE */
    .mea-icons a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

    /* BRAND COLORS */
    .mea-icons .x {
        background: #000;
    }

    .mea-icons .fb {
        background: #1877f2;
    }

    .mea-icons .yt {
        background: #ff0000;
    }

    .mea-icons .ig {
        background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    }

    /* ================= RESPONSIVE ================= */
    @media (max-width: 768px) {
        .mea-body {
            flex-direction: column;
            text-align: center;
        }

        .mea-icons {
            justify-content: center;
        }

        .mea-logo img {
            width: 55px;
        }
    }

    /* GRID */
    .gov-links-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
        padding: 20px;
    }

    /* CARD */
    .gov-link-card {
        background: #f5f7fb;
        border: 1px solid #d6dce6;
        border-radius: 14px;
        height: 140px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 15px;
        position: relative;
        transition: all 0.3s ease;
    }

    /* LINK */
    .gov-link-card a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    /* IMAGE FIX */
    .gov-link-card img {
        max-width: 85%;
        max-height: 100px;
        object-fit: contain;
        transition: 0.3s ease;
    }

    /* HOVER EFFECT */
    .gov-link-card:hover {
        border-color: #243a76;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
        transform: translateY(-4px);
    }

    /* IMAGE ZOOM */
    .gov-link-card:hover img {
        transform: scale(1.05);
    }

    /* BOTTOM ACCENT */
    .gov-link-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 0%;
        background: #243a76;
        transition: 0.3s;
    }

    .gov-link-card:hover::after {
        width: 93%;
        margin-left: 7px;
        border-radius: 10px;
    }

    /* ================= RESPONSIVE ================= */

    /* Tablet */
    @media (max-width: 1024px) {
        .gov-links-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* Mobile */
    @media (max-width: 768px) {
        .gov-links-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .gov-link-card {
            height: 120px;
        }

        .gov-link-card img {
            max-height: 60px;
        }
    }

    /* Small mobile */
    @media (max-width: 480px) {
        .gov-links-grid {
            grid-template-columns: 1fr;
        }
    }

    /* WRAPPER */
    .imp3-wrap {
        padding: 20px;
    }

    /* TITLE */
    .imp3-title {
        text-align: center;
        font-size: 24px;
        color: #162f6a;
        margin-bottom: 20px;
        font-weight: 600;
    }

    /* GRID */
    .imp3-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* CARD */
    .imp3-card {
        display: flex;
        align-items: center;
        gap: 12px;

        background: #fff;
        border: 1px solid #d9dee7;
        border-radius: 10px;

        padding: 14px 16px;
        text-decoration: none;
        color: #222;

        position: relative;
        transition: 0.25s;
    }

    /* LEFT BLUE BAR */
    .imp3-bar {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #162f6a;
        border-radius: 10px 0 0 10px;
    }

    /* ICON */
    .imp3-icon {
        width: 26px;
        flex-shrink: 0;
        opacity: 0.8;
    }

    /* TEXT */
    .imp3-text {
        flex: 1;
        font-size: 15px;
        line-height: 1.4;
    }

    /* EXTERNAL ICON */
    .imp3-ext {
        font-size: 14px;
        color: #ff3b3b;
        font-weight: bold;
    }

    /* HOVER */
    .imp3-card:hover {
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

    .imp3-card:hover .imp3-text {
        color: #162f6a;
    }

    /* ================= RESPONSIVE ================= */

    @media (max-width: 768px) {
        .imp3-grid {
            grid-template-columns: 1fr;
        }
    }

    /* WRAPPER */
    .prime-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 20px;
        padding: 20px;
    }

    /* SERVICES */
    .prime-services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* CARD */
    .prime-card {
        display: flex;
        align-items: center;
        gap: 12px;

        background: #0b1b5c;
        /* 🔥 DARK NAVY */
        color: #fff;

        padding: 14px 16px;
        border-radius: 6px;
        text-decoration: none;

        transition: 0.2s;
    }

    /* ICON */
    .prime-icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prime-icon img {
        width: 18px;
    }

    /* TEXT */
    .prime-text {
        font-size: 15px;
        font-weight: 500;
    }

    /* HOVER */
    .prime-card:hover {
        background: #142a7a;
        color: #eef2f7;
    }

    /* ================= AMBASSADOR ================= */
    .prime-ambassador {
        background: #ffff;
        border-radius: 10px;
        border: 2px solid #142a7a;
        padding: 20px;
        text-align: center;
          box-shadow: 15px 15px 7px lightblue;

    }

    /* IMAGE */
    .prime-img {
        width: 100%;
        height: 240px;
        overflow: hidden;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .prime-img img {
        width: 50%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    /* NAME */
    .prime-ambassador h3 {
        font-size: 16px;
        color: #0b1b5c;
        margin-bottom: 4px;
    }

    /* SUBTEXT */
    .prime-ambassador p {
        font-size: 13px;
        color: #555;
    }

    /* BUTTON */
    .prime-btn {
        margin-top: 10px;
        display: inline-block;
        padding: 6px 14px;
        border-radius: 4px;
        border: 1px solid #ccc;
        color: #333;
        text-decoration: none;
        font-size: 13px;
    }

    .prime-btn:hover {
        background: #ffffff;
    }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
        .prime-wrapper {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .prime-services {
            grid-template-columns: 1fr;
        }
    }

    /* OVERLAY */
.neo-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(5px);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;

    z-index: 9998;
}

/* POPUP BOX */
.neo-popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);

    width: 92%;
    max-width: 520px;

    background: #fff;
    border-radius: 14px;
    overflow: hidden;

    box-shadow: 0 25px 70px rgba(0,0,0,0.35);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;

    z-index: 9999;
}

/* ACTIVE STATE */
.neo-popup-overlay.active,
.neo-popup-box.active {
    opacity: 1;
    visibility: visible;
}

.neo-popup-box.active {
    transform: translate(-50%, -50%) scale(1);
}

/* CONTENT */
.neo-popup-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* CLOSE BUTTON */
.neo-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;

    width: 34px;
    height: 34px;

    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;

    font-size: 16px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.25s;
}

.neo-popup-close:hover {
    background: #000;
    transform: rotate(90deg);
}

/* MOBILE */
@media (max-width: 480px) {
    .neo-popup-box {
        width: 95%;
    }
}
