
@import url('https://googleapis.com');

/* ---NOTICE PANEL PART---- */

.btn-dark {
	display:  ;
	/* Advertisement On/Off */
}
.btn-blue {
	display:  ;
	/* Preliminary Application */
}
.btn-indigo {
	display:none;
	/* Application Confirm */
}
.btn-purple {
	display:none;
	/* Exam Schedule */
}
.btn-green {
	display:none;
	/* Exam System */
}
.btn-yellow {
	display:none;
	/* Selected List */
}




/* ---MAIN BUTTON PANEL PART---- */

.card-dark {
    display:  !important;
	/* CAIF Dashboard */
}

.card-cyan {
	display:  !important;
	/* Documentation / Videos */
}

.primary-action {
	display: none !important;
	/* New Application */
}

.card-orange {
	display: none !important;
	/* Student Profile / Search */
}

.card-teal {
	display: none !important;
	/* Admin Login */
}






:root {
    --primary-grad: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    --neon-blue: #00f2fe;
    --neon-green: #00ff87;
    --card-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.08);
    --glass-bg: rgba(255, 255, 255, 0.75);
    --glass-border: rgba(255, 255, 255, 0.18);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'Hind Siliguri', sans-serif;
}

body {
    background: #f0f4f8;
    background-image: 
        radial-gradient(at 0% 0%, rgba(0, 242, 254, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(0, 255, 135, 0.05) 0px, transparent 50%);
    color: #1e293b;
    line-height: 1.6;
    overflow-x: hidden;
    animation: entranceAnim 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes entranceAnim {
    from { opacity: 0; transform: translateY(20px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.main-header {
    background: var(--primary-grad);
    color: #fff;
    padding: 35px 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(15, 32, 39, 0.2);
    overflow: hidden;
}

/* ব্যাকগ্রাউন্ড লাইটিং ইফেক্ট */
.main-header::before {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 300px; height: 300px;
    background: rgba(0, 242, 254, 0.15);
    filter: blur(80px);
    border-radius: 50%;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* গ্লসি লোগো ডিজাইন */
.logo-area {
    background: rgb(255 255 255 / 89%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 22px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    animation: logoGlow 3s ease-in-out infinite alternate;
}

.logo-placeholder a{
    
}

.logo-placeholder img{
    width:70px;
}

.logo-placeholder span {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--neon-blue);
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
}
.logo-placeholder span:last-child {
    color: #fff;
    text-shadow: none;
}

@keyframes logoGlow {
    0% { border-color: rgba(255,255,255,0.2); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2); }
    100% { border-color: var(--neon-blue); box-shadow: 0 0 20px rgba(0, 242, 254, 0.4); }
}

.header-text h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #fff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.approval-tag {
    font-size: 13px;
    background: linear-gradient(90deg, #00f2fe47, #00c6ff38);
    color: #f8fdff;
    padding: 10px 14px 6px 14px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    box-shadow: 0 4px 15px rgb(0 242 254 / 13%);
}

.location-tag {
    font-size: 15px;
    color: #94a3b8;
    margin-top: 3px;
}

/* ==========================================================================
   ৩. নোটিশ প্যানেল (Neon Alert Box)
   ========================================================================== */
.portal-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.admission-title-section {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    padding: 25px;
    border-radius: 20px;
    box-shadow: var(--card-shadow);
    margin-bottom: 35px;
}

.portal-title {
    color: #0f2027;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* প্রিমিয়াম নিয়ন নোটিশ বোর্ড */
.running-notice {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-left: 6px solid #ff4d4d;
    padding: 14px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.running-notice p {
    color: #e53e3e;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    animation: marquee 22s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.running-notice:hover p { animation-play-state: paused; }

/* ==========================================================================
   ৪. গ্রিড লেআউট (Responsive Portal Grid)
   ========================================================================== */
.portal-grid {
    display: grid;
    grid-template-columns: 290px 1fr 290px;
    gap: 30px;
}

@media (max-width: 1024px) {
    .portal-grid { grid-template-columns: 1fr; }
}

/* সাইডবার ডিজাইন */
.sidebar {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    height: fit-content;
}

.panel-header {
    color: #fff;
    padding: 18px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.notice-header { background: linear-gradient(135deg, #1e293b, #334155); }
.help-header { background: linear-gradient(135deg, #059669, #10b981); }

/* ==========================================================================
   ৫. বাম সাইডবার: গ্লসি মেনু বাটন (Left Side Nav)
   ========================================================================== */
.sidebar-nav { display: flex; flex-direction: column; padding: 10px; gap: 8px; }

.nav-btn {
    text-decoration: none;
    padding: 14px 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* কাস্টম গ্রেডিয়েন্ট বাটন কালার */
.btn-dark   { background: linear-gradient(135deg, #475569, #64748b); }
.btn-blue   { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.btn-indigo { background: linear-gradient(135deg, #4f46e5, #6366f1); }
.btn-purple { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.btn-green  { background: linear-gradient(135deg, #16a34a, #22c55e); }
.btn-yellow { background: linear-gradient(135deg, #ea580c, #f97316); }

/* বাটন হোভার অ্যানিমেশন */
.nav-btn:hover {
    transform: translateY(-3px) translateX(4px);
    filter: brightness(1.1);
    box-shadow: -4px 6px 15px rgba(0,0,0,0.15);
}

/* ==========================================================================
   ৬. মাঝের সেকশন: আল্ট্রা কার্ডস (Premium Glass Gradient Cards)
   ========================================================================== */
.main-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.action-card {
    text-decoration: none;
    color: #fff;
    padding: 40px 25px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

/* লাক্সারি গ্রেডিয়েন্টস */
.card-dark   { background: linear-gradient(135deg, #0f172a, #1e293b); }
.card-cyan   { background: linear-gradient(135deg, #ff9613, #ff0b0b); }
.card-blue   { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.card-orange { background: linear-gradient(135deg, #008b4a, #00b560); }
.card-teal   { background: linear-gradient(135deg, #06b6d4, #0891b2); }

/* নিউ অ্যাপ্লিকেশন বাটনের জন্য প্রিমিয়াম নিওন পালস */
.primary-action {
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.4);
}

/* লাইট রে রিফ্লেকশন অ্যানিমেশন */
.action-card::before {
    content: '';
    position: absolute;
    top: 0; left: -150%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transform: skewX(-30deg);
    transition: 0.75s;
}
.action-card:hover::before {
    left: 150%;
}

.action-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   ৭. ডান সাইডবার: হেল্পলাইন কন্টাক্ট (Clean Contact Widgets)
   ========================================================================== */
.contact-box { padding: 20px; display: flex; flex-direction: column; gap: 15px; }

.contact-group {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-group:hover {
    background: #fff;
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    border-color: #cbd5e1;
}

.contact-group h3 {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.contact-group .name {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
}

.phone-link {
    display: inline-block;
}
.main-footer{
    text-align: center;
    background: #1e293b;
    padding: 30px 23px;
}
	
.main-footer p {
    color:white;
}