@font-face {
  font-family: 'SolaimanLipiNormal';
  src: url('../assets/fonts/solaimanlipi_20-04-07.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Font Awesome (if you use icons) */
@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('../assets/fonts/fontawesome-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'SolaimanLipi', sans-serif;
}

#npcp-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow-y: scroll;
    padding-top: 30px;
}

.npcp-box {
    overflow: visible;
    max-width: 720px;
    position: relative;
    transform: scale(0.75);
}

#npcp-card {
    width: 100%;
    border-radius: 20px;
    overflow: visible;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 35px;
    box-sizing: border-box;
    background: transparent !important;
}


/* Default (Bangla) */
#npcp-card {
    font-family: 'SolaimanLipi', Arial, sans-serif;
}

/* English Ã Â¦Â¹Ã Â¦Â²Ã Â§â€¡ */
#npcp-card.npcp-en {
    font-family: Arial, Helvetica, sans-serif;
}

.npcp-image-wrap {
    border: 5px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.npcp-image {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

.npcp-content {
    text-align: center;
}

.npcp-bottom {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.npcp-bottom button {
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    color: black;
}

.npcp-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.npcp-buttons button {
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: #9999D9;
    color: black;
    font-weight: normal;
    transition: 0.3s;
}

.npcp-buttons button:hover {
    background: #006400;
    color: white;
}

.npcp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: red;
    color: white;
    border-radius: 50%;
    z-index: 9999999;
    font-size: 18px;
    /* Ã°Å¸â€Â¥ reduce font-size */
    line-height: 25px;
    /* Ã°Å¸â€Â¥ important fix */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 0;
}

.npcp-ad img,
.npcp-logo img:hover,
.npcp-image-wrap img:hover {
    transform: scale(1);
}

/* =========================
   EXPORT FIX (MOST IMPORTANT)
========================= */
.npcp-export-mode {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 720px !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 auto !important;
    transform: none !important;
    overflow: visible !important;
    background: transparent !important;
}


html,
body {
    width: 100%;
    overflow-x: hidden;
}