/* style.css - Bootstrap Custom Styles for NICCU STARS */

:root {
    --primary-color: #0d2b45;
    --secondary-color: #1a5276;
    --accent-color: #2980b9;
    --light-blue: #eaf4fb;
    --success-color: #27ae60;
    --gold-color: #f39c12;
}

/* ============================================
   GLOBAL STYLES
   ============================================ */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8faff;
    color: #1a2a3a;
    overflow-x: hidden;
}

/* ============================================
   NAVBAR STYLES
   ============================================ */
.navbar {
    background: linear-gradient(135deg, #0d2b45 0%, #1a5276 100%);
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(13, 43, 69, 0.3);
    border-bottom: 3px solid #2980b9;
}

.navbar-brand {
    padding: 0;
}

.brand-icon {
    font-size: 1.8rem;
    margin-right: 8px;
}

.brand-text {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.brand-tagline {
    font-size: 0.7rem;
    font-weight: 300;
    color: #b3d9f0;
    letter-spacing: 1px;
    margin-top: -2px;
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-weight: 500;
    padding: 8px 18px !important;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.navbar-nav .nav-link i {
    margin-right: 6px;
    font-size: 0.85rem;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
    background: rgba(41, 128, 185, 0.3);
    transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
    color: #fff !important;
    background: #2980b9;
    box-shadow: 0 4px 15px rgba(41, 128, 185, 0.4);
}

.navbar-toggler {
    border: 2px solid rgba(255,255,255,0.3);
    padding: 8px 12px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ============================================
   VIDEO BANNER
   ============================================ */
.video-banner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #0d2b45;
}

.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-banner .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 43, 69, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-banner .video-overlay .banner-content {
    max-width: 800px;
    text-align: center;
    padding: 20px;
}

.video-banner .video-overlay h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}

.video-banner .video-overlay .subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

.video-banner .video-overlay .mission-text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
    line-height: 1.8;
}

.video-banner .fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    z-index: 1;
}

.video-banner .fallback-img.show {
    display: block;
}

/* ============================================
   STATS SECTION
   ============================================ */
.stats-section {
    margin-top: -40px;
    position: relative;
    z-index: 5;
}

.stat-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border-top: 4px solid #1a5276;
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

.stat-card .stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a5276;
    line-height: 1;
}

.stat-card .stat-label {
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 5px;
}

/* ============================================
   VALUES SECTION
   ============================================ */
.values-section {
    background: #fff;
    padding: 60px 0;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
}

.values-section h2 {
    color: #0d2b45;
    font-weight: 800;
    margin-bottom: 30px;
}

.value-item {
    background: #eaf4fb;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    color: #0d2b45;
    border: 1px solid #d4e6f1;
    transition: all 0.3s ease;
    display: inline-block;
}

.value-item:hover {
    background: #1a5276;
    color: #fff;
    border-color: #1a5276;
    transform: scale(1.05);
}

.value-item strong {
    font-size: 1.2rem;
}

.acronym-text {
    font-size: 2.8rem;
    font-weight: 900;
    color: #1a5276;
    letter-spacing: 12px;
    margin-top: 20px;
}

/* ============================================
   SERVICES CARDS
   ============================================ */
.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 5px solid #1a5276;
    height: 100%;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.service-card.premium {
    border-left-color: #f39c12;
    background: linear-gradient(135deg, #fff, #fef9e7);
}

.service-card.standard {
    border-left-color: #2980b9;
}

.service-card.basic {
    border-left-color: #5b9bd5;
}

.service-card h4 {
    color: #0d2b45;
    font-weight: 700;
}

.service-card .price {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a5276;
}

.service-card ul {
    list-style: none;
    padding: 0;
}

.service-card ul li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.service-card ul li:last-child {
    border-bottom: none;
}

.service-card ul li::before {
    content: "? ";
    color: #27ae60;
    font-weight: 700;
}

/* ============================================
   SHOP CARDS
   ============================================ */
.shop-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.shop-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.shop-card .card-image {
    height: 180px;
    background: linear-gradient(135deg, #eaf4fb, #d4e6f1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.shop-card .card-body {
    padding: 20px;
}

.shop-card .card-body .badge-type {
    background: #eaf4fb;
    color: #1a5276;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.shop-card .card-body .price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a5276;
}

/* ============================================
   FOUNDER PAGE
   ============================================ */
.founder-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}

.founder-card img {
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.founder-card .founder-name {
    color: #0d2b45;
    font-weight: 800;
    font-size: 2rem;
}

.founder-card .highlight-box {
    background: #eaf4fb;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #1a5276;
    font-weight: 600;
    color: #1a5276;
}

.founder-card .credentials-box {
    background: #f0f7fc;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 10px 0;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: linear-gradient(135deg, #0d2b45 0%, #1a5276 100%);
    color: #b3d9f0;
    border-top: 4px solid #2980b9;
}

.footer-heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-text {
    color: #b3d9f0;
    opacity: 0.9;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #b3d9f0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-links li i {
    margin-right: 10px;
    width: 20px;
    color: #2980b9;
}

.social-links .social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.social-links .social-link:hover {
    background: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(41, 128, 185, 0.4);
}

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 30px 0 20px;
}

.newsletter-form .form-control {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 30px 0 0 30px;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}

.newsletter-form .btn {
    border-radius: 0 30px 30px 0;
    background: #2980b9;
    border-color: #2980b9;
}

.newsletter-form .btn:hover {
    background: #1a5276;
    border-color: #1a5276;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary-custom {
    background: #1a5276;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-custom:hover {
    background: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 82, 118, 0.3);
    color: #fff;
}

.btn-success-custom {
    background: #27ae60;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-success-custom:hover {
    background: #229954;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.3);
    color: #fff;
}

.btn-outline-custom {
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    backdrop-filter: blur(5px);
}

.btn-outline-custom:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
    color: #fff;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .video-banner {
        height: 500px;
    }
    .video-banner .video-overlay h1 {
        font-size: 2.8rem;
    }
    .stats-section {
        margin-top: -20px;
    }
}

@media (max-width: 768px) {
    .video-banner {
        height: 400px;
    }
    .video-banner .video-overlay h1 {
        font-size: 2rem;
    }
    .video-banner .video-overlay .subtitle {
        font-size: 1rem;
    }
    .video-banner .video-overlay .mission-text {
        font-size: 0.9rem;
    }
    .brand-text {
        font-size: 1.2rem;
    }
    .brand-tagline {
        font-size: 0.6rem;
    }
    .stat-card .stat-number {
        font-size: 2rem;
    }
    .acronym-text {
        font-size: 2rem;
        letter-spacing: 6px;
    }
    .founder-card {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .video-banner {
        height: 350px;
    }
    .video-banner .video-overlay h1 {
        font-size: 1.6rem;
    }
    .stats-section {
        margin-top: 0;
    }
    .stat-card {
        padding: 15px;
    }
    .stat-card .stat-number {
        font-size: 1.6rem;
    }
}

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a5276;
    color: #fff;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.back-to-top:hover {
    background: #2980b9;
    transform: scale(1.1);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   TOAST NOTIFICATIONS
   ============================================ */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 350px;
    width: 100%;
}

.toast-custom {
    background: #27ae60;
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    animation: slideInRight 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toast-custom.error {
    background: #e74c3c;
}

.toast-custom.info {
    background: #2980b9;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}


/* Dropdown Styles */
.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 8px;
    margin-top: 8px;
    background: #fff;
}

.dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
    color: #1a2a3a;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
    background: #eaf4fb;
    color: #1a5276;
}

.dropdown-menu .dropdown-item.active {
    background: #1a5276;
    color: #fff;
}

.dropdown-menu .dropdown-item i {
    width: 20px;
    color: #2980b9;
}

.dropdown-menu .dropdown-item.active i {
    color: #fff;
}

.dropdown-menu .dropdown-divider {
    margin: 5px 0;
}

@media (max-width: 992px) {
    .dropdown-menu {
        border: none;
        box-shadow: none;
        background: transparent;
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-item {
        color: rgba(255,255,255,0.85);
        padding: 6px 12px;
    }
    .dropdown-menu .dropdown-item:hover {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }
    .dropdown-menu .dropdown-item i {
        color: rgba(255,255,255,0.6);
    }
}