
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', 'Nirmala UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: linear-gradient(135deg, #1a1f2d 0%, #131722 100%);
    color: #fff;
    padding-bottom: 70px;
    min-height: 100vh;
}

.container {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    padding-top: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    background: #001f3f;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin: auto -15px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: white; /* White text */
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.logo-text b:nth-child(1) {
    color: #fff;
}
.logo-text b:nth-child(2) {
	color: #f00;
	font-size: 20px;
}

.gift-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #ffcc00;
    cursor: pointer;
    transition: all 0.3s;
}

.gift-icon:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

.marquee-container {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin: 10px 0;
	overflow: hidden;
}

marquee {
    font-size: 0.9rem;
    color: #ffcc00;
}

/* স্লাইডার স্টাইল */
.slider-container {
    margin: 0 auto 20px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slide {
    position: relative;
    height: 100%;
    border-radius: 12px;
    padding: 5px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.slide::before {
    content: "";
    position: absolute;
    inset: 1px;
    background-image: var(--bg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.slide h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.slide p {
    font-size: 0.9rem;
    opacity: 0.9;
    max-width: 80%;
    margin: 0 auto 10px auto;
}

.slide-btn {
	background: rgba(44, 148, 255, 0.37);
	backdrop-filter: blur(10px);
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	margin-bottom: 20px;
	font-size: 12px;
}

.slide-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.welcome-banner {
    background: linear-gradient(90deg, #2c3e50 0%, #4ca1af 100%);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.welcome-banner h2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.welcome-banner p {
    opacity: 0.9;
    font-size: 0.9rem;
}

.section-title {
    font-size: 1.2rem;
    margin: 20px 0 15px;
    padding-left: 10px;
    border-left: 4px solid #e52d27;
}

.offers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.offer-card {
    background: #2a3041;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.offer-card:active {
    transform: scale(0.97);
}

.offer-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #4ca1af;
}

.offer-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.offer-card p {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-bottom: 12px;
}

.promo-section {
    background: #2a3041;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.promo-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.select2-dropdown {
    background-color: #3c5f7a;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.promo-header h2 {
    font-size: 1.2rem;
}

.promo-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.promo-item {
    background: linear-gradient(90deg, #243949 0%, #517fa4 100%);
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.promo-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.code {
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 1.1rem;
}

.copy-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
}

.card-section {
    background: #2a3041;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card-section h2 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.card-section p {
    margin-bottom: 20px;
    opacity: 0.8;
    font-size: 0.9rem;
}

.register-btn {
    background: linear-gradient(90deg, #e52d27 0%, #b31217 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(229, 45, 39, 0.4);
    transition: all 0.3s;
}

.register-btn:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(229, 45, 39, 0.4);
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.payment-method {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method i {
    font-size: 2rem;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e2330;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5a627a;
    text-decoration: none;
    font-size: 0.8rem;
}

.nav-item.active {
    color: #e52d27;
}

.nav-item i {
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.section {
    display: none;
}

.section.active {
    display: block;
}

.toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
}

.toast.show {
    opacity: 1;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 30px;
    margin-top: 15px;
    font-weight: 600;
    gap: 8px;
}

/* স্লাইডার ডট স্টাইল */
.slick-dots {
    bottom: 0px;
}

.slick-dots li button:before {
    color: white;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #e52d27;
}

/* পপআপ স্টাইল */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: linear-gradient(135deg, #2c3e50 0%, #1a1f2d 100%);
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    max-height: 600px;
    overflow: auto;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #e52d27;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

.popup-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffcc00;
}

.popup-text {
    margin-bottom: 20px;
    line-height: 1.5;
}

.popup-btn {
    background: linear-gradient(90deg, #e52d27 0%, #b31217 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(229, 45, 39, 0.4);
    transition: all 0.3s;
    width: 100%;
}

.slide-icon {
    font-size: 3rem;
    margin-bottom: 5px;
    color: #ffcc00;
    line-height: 0;
}

/* অ্যাপ ডাউনলোড সেকশন */
.app-section {
    background: #2a3041;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.app-section h2 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.app-section p {
    margin-bottom: 20px;
    opacity: 0.8;
    font-size: 0.9rem;
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.download-btn {
    display: flex;
    align-items: center;
    background: #333;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.download-btn:hover {
    background: #444;
    transform: translateY(-2px);
}

.download-btn i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.android-btn {
    background: #3DDC84;
    color: #000;
}

.ios-btn {
    background: #007AFF;
}
.slick-list {
    height: ;
}
#promo-popup .select2-container {
    z-index: 10000 !important;
}
