@media (max-width: 600px) {
  body .search-container {
    background: #000 !important;
  }
}
/* Unify all modal backgrounds and text color */
#find-blud-modal .modal-content,
#event-registration-modal .modal-content,
#view-blud-modal .modal-content,
#event-details-modal .modal-content,
#register-modal .modal-content,
.modal .modal-content,
.select-wrapper , .event-selection, .blud-card{
    background: #181c2f !important;
    color: #cbd1e0 !important;
    box-shadow: none !important;
    border-radius: 24px !important;
    font-family: jetbrains, monospace, sans-serif !important;
}

#find-blud-modal h2,
#event-registration-modal h2,
#view-blud-modal h2,
#event-details-modal h2,
#register-modal h2,
.modal .modal-content h2 {
    color: #cbd1e0 !important;
    
    font-family: jetbrains, monospace, sans-serif !important;
}

#find-blud-modal label,
#event-registration-modal label,
#view-blud-modal label,
#event-details-modal label,
#register-modal label,
.modal .modal-content label {
    color: #cbd1e0 !important;
    background-color: #181c2f;
    font-family: jetbrains, monospace, sans-serif !important;
}

#find-blud-modal input,
#find-blud-modal select,
#find-blud-modal textarea,
#event-registration-modal input,
#event-registration-modal select,
#event-registration-modal textarea,
#view-blud-modal input,
#view-blud-modal select,
#view-blud-modal textarea,
#event-details-modal input,
#event-details-modal select,
#event-details-modal textarea,
#register-modal input,
#register-modal select,
#register-modal textarea,
.modal .modal-content input,
.modal .modal-content select,
.modal .modal-content textarea {
    background: #22264a !important;
    color: #cbd1e0 !important;
    border: 1px solid #333 !important;
    font-family: jetbrains, monospace, sans-serif !important;
}

#find-blud-modal button,
#event-registration-modal button,
#view-blud-modal button,
#event-details-modal button,
#register-modal button,
.modal .modal-content button {
    background: #22264a !important;
    color: #cbd1e0 !important;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    font-family: jetbrains, monospace, sans-serif !important;
}

#find-blud-modal button:hover,
#event-registration-modal button:hover,
#view-blud-modal button:hover,
#event-details-modal button:hover,
#register-modal button:hover,
.modal .modal-content button:hover {
    background: #181c2f !important;
    font-family: jetbrains, monospace, sans-serif !important;
}


@media (max-width: 600px) {
  .city-card .city-desc,
  .city-card .city-description,
  .city-card-desc,
  .city-desc {
    font-size: 0.60rem !important;
    line-height: 1.15 !important;
    margin: 0.15em 0.1em !important;
    padding: 0.2em 0.1em !important;
  }
}




@media (max-width: 600px) {
  body.home-page .hero-content p {
    font-size: 0.6rem !important;
  }
}

@media (max-width: 600px) {
  footer .footer-section.about p {
    font-size: 0.65rem !important;
    max-width: 80vw !important;
   
  }
}

@media (max-width: 600px) {
  footer img[alt="Bludland Logo"] {
    width: 120px !important;
    height: 28px !important;
    max-width: 120px !important;
    max-height: 28px !important;
  }
}
/* Footer font size control for mobile devices */
@media (max-width: 600px) {
  footer, footer * {
    font-size: 0.65rem !important;
  }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.city-card, .feature-card{
  background: rgba(74, 50, 179, 0.18) !important;
 box-shadow:
  0 2px 4px rgba(0, 0, 0, 0.15),
  0 8px 24px rgba(0, 0, 0, 0.2);




  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(3, 0, 0, 0.28) !important;
}
@media (max-width: 600px) {
  .newsletter-form {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 95vw !important;
    align-items: stretch !important;
  }
  .newsletter-form input[type="email"] {
    width: 95% !important;
    font-size: 0.95em !important;
    padding: 0.9em 0.7em !important;
    margin-bottom: 0.5em !important;
    height: 100% !important;
  }
  .newsletter-form button {
    width: 95% !important;
    font-size: 1em !important;
    padding: 0.1em 0 !important;
    margin-bottom: 0.5em !important;
  }
  #newsletter-message-profile,
  .newsletter-form + p,
  .newsletter-form ~ p {
    font-size: 0.89em !important;
    text-align: center !important;
    max-width: 85vw !important;
    margin: 0.1 auto 0.5em auto !important;
    
  }
  .modal {
    z-index: 2002 !important;
  }
}

/* Modern Color Palette */
:root {
    --primary: #8A2BE2; /* Vivid purple */
    --primary-light: #9D4EDD;
    --primary-dark: #7209B7;
    --secondary: #FF3E78; /* Vibrant pink */
    --secondary-light: #FF5C8D;
    --secondary-dark: #E91E63;
    --accent: #00D9F5; /* Bright turquoise */
    --accent-light: #64DFDF;
    --accent-dark: #0099CC;
    --dark: #222831; /* Almost black */
    --light: #FFFFFF;
    --gray-light: #F8F9FA;
    --gray-medium: #E0E0E0;
    --gray-dark: #444;
    --success: #4CAF50;
    --warning: #FF9800;
    --error: #F44336;
    --gradient-primary: linear-gradient(45deg, var(--primary), var(--secondary));
    --gradient-secondary: linear-gradient(45deg, var(--secondary), var(--accent));
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --radius-sm: 0.3125rem;
    --radius-md: 0.625rem;
    --radius-lg: 0.9375rem;
    --radius-full: 50%;
}

body {
    background-color: var(--light);
    color: var(--dark);
}

/* Navigation Bar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    background-color: #010334;
    box-shadow: var(--shadow-sm);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.logo h1 {
    color: var(--light);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.logo h1:hover {
    transform: scale(1.05);
    text-shadow: 0 5px 15px rgba(108, 92, 231, 0.4);
    letter-spacing: 0.03em;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
color: #9f99d4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.2s ease;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    position: relative;
    font-family:jetbrains , monospace, sans-serif;
    
}

.nav-links a:hover {
    color: var(--accent);
    transform: translateY(-2px);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}



/* --- Classy City Events Modal & Buttons --- */
#city-events-modal .city-event-list {
    margin-top: 1.2rem;
    padding-left: 0;
    list-style: none;
}
#city-events-modal .city-event-list li {
    background: #fff;
    border-radius: 14px;
    padding: 1.3rem 1.1rem 1.1rem 1.1rem;
    margin-bottom: 1.1rem;
    box-shadow: 0 4px 18px rgba(44, 62, 80, 0.10);
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: box-shadow 0.18s, border-color 0.18s, transform 0.15s;
}
#city-events-modal .city-event-list li:hover {
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.13);
    border-color: #bdbdbd;
    transform: translateY(-2px) scale(1.01);
}
#city-events-modal .city-event-list li h3 {
    font-size: 1.13rem;
    margin: 0 0 0.3rem 0;
    color: #2d3436;
    font-family: 'Poppins', Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
}
#city-events-modal .city-event-list li p {
    margin: 0.15rem 0;
    color: #555;
    font-size: 0.99rem;
    opacity: 0.93;
}
.city-event-actions {
    display: flex;
    gap: 0.7rem;
    margin-top: 0.6rem;
    align-items: center;
    justify-content: flex-end;
}
.city-event-actions .primary-btn,
.city-event-actions .secondary-btn {
    font-size: 0.97rem;
    padding: 0.6rem 1.2rem;
    border-radius: 1.7rem;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(44,62,80,0.07);
    border: none;
    outline: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.2px;
}
.city-event-actions .primary-btn {
    background: #2d3436;
    color: #fff;
}
.city-event-actions .primary-btn:hover {
    background: #444;
    color: #fff;
    box-shadow: 0 3px 12px #2d343622;
    transform: translateY(-1px) scale(1.03);
}
.city-event-actions .secondary-btn {
    background: #f7f7f7;
    color: #2d3436;
    border: 1.5px solid #dfe6e9;
}
.city-event-actions .secondary-btn:hover {
    background: #2d3436;
    color: #fff;
    border-color: #bdbdbd;
    box-shadow: 0 3px 12px #2d343622;
    transform: translateY(-1px) scale(1.03);
}



/* Hero Section */
.hero {
    height: 71vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--light);
    padding: 0 5%;
    position: relative;
    overflow: hidden;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    min-width: 100vw;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
}


.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
     font-family: jetbrains, monospace, sans-serif !important;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease;
    opacity: 0.9;
     font-family: jetbrains, monospace, sans-serif !important;
     font-style: italic;
}

.hero-buttons {
    margin-top: 2.5rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    position: relative;
     
}

.animated-btn {
    position: relative;
    padding: 1.2rem 2.8rem;
    border: none;
    border-radius: var(--radius-full);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    color: var(--light);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    font-family: jetbrains, monospace, sans-serif !important;
     
}

.animated-btn:first-child {
    background-color: transparent;
    box-shadow: inset 0 0 0 0.125rem var(--light);
}

.animated-btn:last-child {
    background-color: transparent;
    box-shadow: inset 0 0 0 0.125rem var(--accent);
    color: var(--accent);
}

.animated-btn:first-child::before,
.animated-btn:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0);
    transform-origin: right;
}

.animated-btn:first-child::before {
    background: var(--gradient-primary);
}

.animated-btn:last-child::before {
    background: var(--gradient-secondary);
}

.animated-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.animated-btn:first-child:hover {
    color: var(--light);
    box-shadow: 0 0.625rem 1.5625rem rgba(138, 43, 226, 0.4);
}

.animated-btn:last-child:hover {
    color: var(--light);
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 217, 245, 0.4);
}

.animated-btn:active {
    transform: translateY(0.1875rem);
}

.animated-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.animated-btn:hover::after {
    left: 100%;
}

.animated-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(108, 92, 231, 0.3);
}

/* Make buttons glow on hover */
.animated-btn:hover {
    transform: translateY(-0.3125rem);
    text-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.8);
}

/* Neon text effect on hover */
.animated-btn:first-child:hover {
    box-shadow: 0 0.625rem 1.5625rem rgba(138, 43, 226, 0.6), 0 0 20px rgba(138, 43, 226, 0.4);
}

.animated-btn:last-child:hover {
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 217, 245, 0.6), 0 0 20px rgba(0, 217, 245, 0.4);
}

/* Enhanced Modal Buttons */
.primary-btn {
    position: relative;
    padding: 1.2rem;
    background: var(--gradient-primary);
    color: var(--light);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
    box-shadow: 0 6px 15px rgba(138, 43, 226, 0.2);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    z-index: -1;
}

.primary-btn:hover::before {
    left: 100%;
}

.primary-btn:hover {
    box-shadow: 0 10px 25px rgba(0, 217, 245, 0.4);
    transform: translateY(-3px);
}

.primary-btn:active {
    transform: translateY(2px);
}

.primary-btn i {
    margin-right: 0.8rem;
    transition: transform 0.3s ease;
}

.primary-btn:hover i {
    transform: translateX(-3px);
}

/* Search Section */
.search-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, #010334);
    text-align: center;
}



.search-section h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2.5rem;
     font-family: jetbrains, monospace, sans-serif !important;
}

.search-tagline {
    text-align: center;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.search-container {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background: #000 !important;
}

.search-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: jetbrains, monospace, sans-serif !important;
    font-style: italic;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.3);
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(108, 92, 231, 0.2);
}

.search-btn {
    padding: 1rem 1.8rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    position: relative;
    font-family: jetbrains, monospace, sans-serif !important;
    background-color: #000;
}

.search-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(22, 19, 24, 0.4);
}

.search-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.search-btn:hover::before {
    left: 100%;
}

.search-btn i {
    font-size: 1rem;
}

/* City Cards Section */
.city-cards-section {
    padding: 6rem 5% 3.5rem 5%;
    background: linear-gradient(135deg, #f3e9ff 0%, #e0f7fa 100%);
    text-align: center;
}
.city-cards-section h2 {
    color: #8693d1;
    font-size: 2rem;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    font-family: jetbrains, monospace, sans-serif !important;
     font-style: italic;
       padding: 1rem 0% 1.5rem 0%;
}
.city-cards-scroll {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}
.city-card {
    flex: 0 0 180px;
    min-width: 180px;
    max-width: 180px;
   background: var(--primary-light);
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(108,92,231,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    scroll-snap-align: start;
   
    position: relative;
}
.city-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px rgba(108,92,231,0.18);
    border-color: #6c5ce7;
}
.city-card.selected {
    border-color: #00b894;
    box-shadow: 0 8px 32px rgba(0,185,148,0.18);
}
.city-card .city-icon {
    font-size: 2.5rem;
    color: #979ec0;
    margin-bottom: 0.7rem;
}
.city-card .city-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.2rem;
}
.city-card .city-desc {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.2rem;
}
@media (max-width: 600px) {
    .city-cards-scroll {
        gap: 0.7rem;
        padding-bottom: 2.2rem !important;
    }
    /* Add extra space below horizontal scroll for event sections */
    .events-grid {
        padding-bottom: 2.2rem !important;
    }
    .upcoming-section .events-grid,
    .standup-section .events-grid,
    .movies-section .events-grid {
        padding-bottom: 2.2rem !important;
    }
    .city-card {
        min-width: 130px;
        max-width: 130px;
        padding: 0.7rem 0.2rem 0.7rem 0.2rem;
    }
    .city-card .city-icon {
        font-size: 1.7rem;
    }
    .city-card .city-name {
        font-size: 0.95rem;
    }
}
/* Trending Section */
.trending-section, .event-card {
    padding: 4rem 5%;
    background-color: #faf1f8;
    
}

.trending-section h2 {
    text-align: left;
    margin-bottom: 2rem;
    font-family:poppins; 
    color:#8693d1;
    font-weight: 600;
     
    
}

.concerts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    
}



.trending-section .event-card {
  height: 280px;
  min-width: 260px;
  max-width: 440px;
}

/* Auth Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 5vh auto;
    padding: 20px;
    border-radius: 8px;
    width: 90vw;
    max-width: 500px;
    min-width: 250px;
    min-height: 200px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.modal-content img, .event-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 600px) {
  .modal-content {
    min-width: 140px !important;
    min-height: 80px !important;
    width: 90vw !important;
    max-width: 95vw !important;
    box-sizing: border-box !important;
    padding: 8px 4px !important;
  }
  .modal-content img, .event-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  /* Make Register for Event modal even smaller on mobile */
  .modal-content .event-selection {
    padding: 1rem 0.5rem !important;
    margin: 1rem 0 !important;
  }
  #register-event-btn {
    font-size: 1rem !important;
    padding: 0.7rem 0.5rem !important;
    margin-top: 1rem !important;
  }
}

/* Ensure modal content is always scrollable if too tall */
@media (max-width: 768px) {
  .modal-content {
    margin: 2vh auto;
    max-height: 96vh;
    padding: 10px 5px;
  }
}
@media (max-width: 480px) {
  .modal-content {
    margin: 0;
    max-height: 100vh;
    padding: 5px 2px;
  }
}

.modal .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
}

.modal .close:hover {
    color: #333;
}

/* Find Blud Modal styling */
#find-blud-modal {
    z-index: 1000;
}

/* Chat Modal styling */
#chat-modal {
    z-index: 1001;
}

/* Register Modal Specific Styles */
.register-container {
    padding: 20px;
}

.register-header {
    text-align: center;
    margin-bottom: 20px;
}

.register-header h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.register-form {
    display: grid;
    gap: 20px;
}

.form-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.form-section h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.input-with-icon input {
    padding-left: 35px;
}

.form-actions {
    text-align: center;
    margin-top: 20px;
}

.form-footer {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

/* Profile Picture Upload */
.profile-picture-upload {
    text-align: center;
    margin: 20px 0;
}

.upload-preview {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
}

.upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
}

.upload-preview:hover .upload-overlay {
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .modal-content {
        width: 98vw;
        min-width: 0;
        margin: 5% auto;
        max-width: 98vw;
        max-height: 95vh;
        padding: 10px 10px;
        box-sizing: border-box;
    }

    .form-row {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 1rem;
    }

    .register-container {
        padding: 10px;
    }
    .auth-container {
        max-width: 98vw;
        padding: 0 5px;
    }
    .auth-form {
        gap: 1rem;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 1rem;
        padding: 10px;
    }
    .primary-btn, .social-btn {
        font-size: 1rem;
        padding: 0.8rem;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 100vw;
        min-width: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100vw;
        max-height: 100vh;
        padding: 10px 5px;
        box-sizing: border-box;
    }

    .register-header h2 {
        font-size: 20px;
    }

    .form-section {
        padding: 10px 5px;
    }
    .auth-container {
        max-width: 100vw;
        padding: 0 5px;
    }
    .auth-form {
        gap: 1rem;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 1rem;
        padding: 10px;
    }
    .primary-btn, .social-btn {
        font-size: 1rem;
        padding: 0.8rem;
    }
}

/* Modal Close Button */
.close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
    background-color: var(--error);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 202;
}

.close:hover {
    transform: rotate(90deg) scale(1.1);
    background-color: var(--error);
}

.close::before,
.close::after {
    content: '';
    position: absolute;
    width: 0.125rem;
    height: 0.9375rem;
    background-color: var(--light);
}

.close::before {
    transform: rotate(45deg);
}

.close::after {
    transform: rotate(-45deg);
}

/* Remove refined registration modal styling */
/* Also remove any duplicate modalSlideIn keyframes */

.auth-container {
    max-width: 500px;
    margin: 0 auto;
}

.auth-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h2 {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.auth-header p {
    color: #666;
    font-size: 1.1rem;
}

.auth-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 1rem;
}

.tab-btn {
    flex: 1;
    padding: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gray-dark);
    transition: all 0.3s ease;
    position: relative;
}

.tab-btn.active {
    color: var(--primary);
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1.1rem;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    border-radius: 3px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-header h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #666;
    font-size: 1rem;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.9rem;
    color: #2c3e50;
    font-weight: 500;
}

.form-group input {
    padding: 1rem 1.2rem;
    border: 2px solid #eee;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.form-group input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(138, 43, 226, 0.1);
    outline: none;
    background-color: white;
}

.primary-btn {
    padding: 1rem;
    background-color: var(--primary);
    color: var(--light);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
    box-shadow: 0 6px 15px rgba(138, 43, 226, 0.2);
}

.primary-btn:hover {
    background-color: var(--primary-dark);
    box-shadow: 0 8px 20px rgba(138, 43, 226, 0.3);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eee;
}

.divider span {
    padding: 0 1rem;
    color: #666;
    font-size: 0.9rem;
}

.social-login {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-btn {
    flex: 1;
    padding: 0.8rem;
    border: 1px solid var(--gray-medium);
    border-radius: var(--radius-md);
    background-color: white;
    color: var(--dark);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.social-btn:hover {
    background-color: var(--gray-light);
    border-color: var(--primary-light);
}

.social-icon {
    font-size: 1.2rem;
}

.forgot-password {
    text-align: center;
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: var(--secondary);
}

/* Chat Modal Styles */
.chat-container {
    height: 600px;
    display: flex;
    flex-direction: column;
    background: var(--light);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.chat-header {
    padding: 1.5rem;
    background: var(--primary);
    color: var(--light);
    border-bottom: 1px solid rgba(240, 220, 220, 0.1);
}

.chat-user-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.chat-user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--light);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.chat-user-info h3 {
    font-size: 1.2rem;
    color: var(--light);
    margin: 0;
}

.chat-user-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--gray-light);
    background-image: 
        radial-gradient(circle at 25px 25px, rgba(138, 43, 226, 0.05) 2%, transparent 0%), 
        radial-gradient(circle at 75px 75px, rgba(255, 62, 120, 0.05) 2%, transparent 0%);
    background-size: 100px 100px;
}

.message {
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

.message.sent {
    align-self: flex-end;
}

.message.received {
    align-self: flex-start;
}

.message-content {
    padding: 1rem 1.5rem;
    border-radius: 18px;
    position: relative;
    box-shadow: var(--shadow-sm);
}

.message.sent .message-content {
    background: var(--gradient-primary);
    color: var(--light);
    border-bottom-right-radius: 5px;
}

.message.received .message-content {
    background: var(--light);
    color: var(--dark);
    border-bottom-left-radius: 5px;
}

.message .timestamp {
    font-size: 0.7rem;
    color: var(--gray-dark);
    margin-top: 0.5rem;
    text-align: right;
    opacity: 0.8;
}

.message.sent .timestamp {
    color: rgba(255, 255, 255, 0.7);
}

.chat-input {
    padding: 1.2rem;
    background: var(--light);
    border-top: 1px solid var(--gray-medium);
    display: flex;
    gap: 1rem;
    align-items: center;
}

.chat-input input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid var(--gray-medium);
    border-radius: var(--radius-full);
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: var(--gray-light);
}

.chat-input input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(138, 43, 226, 0.1);
    background-color: var(--light);
    outline: none;
}

.chat-input button {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--light);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
}

.chat-input button:hover {
    background: var(--gradient-primary);
    transform: translateY(-3px) rotate(15deg);
    box-shadow: 0 8px 15px rgba(138, 43, 226, 0.3);
}

.chat-input button i {
    font-size: 1.2rem;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        padding: 1rem;
    }

    .nav-links {
        margin-top: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }




    .hero-buttons {
        flex-direction: row !important;
        justify-content: center;
        gap: 0.7rem;
        width: 100%;
    }
    .hero-buttons .animated-btn, .hero-buttons .primary-btn, .hero-buttons .cta-btn, .hero-buttons .mid-btn {
        width: 48% !important;
        min-width: 0 !important;
        box-sizing: border-box;
        
    }

    /* Make hero buttons much smaller on mobile */
    .animated-btn, .primary-btn, .cta-btn, .mid-btn {
        font-size: 0.78rem !important;
        padding: 0.45rem 0.8rem !important;
        min-width: 80px !important;
        border-radius: 1.5rem !important;
        line-height: 1.1 !important;
    }

    /* Make hero text above buttons more readable and auto-resize */
    .hero-content h1 {
        font-size: 1.35rem !important;
        margin-bottom: 0.7rem !important;
        word-break: break-word;
        line-height: 1.2 !important;
        white-space: normal !important;
        overflow: visible !important;
        max-width: 100vw;
        text-align: center;
        display: block;
    }
    .hero-content p {
        font-size: 1.2rem !important;
        margin-bottom: 1.2rem !important;
        word-break: break-word;
        line-height: 1.3 !important;
        white-space: normal !important;
        overflow: visible !important;
        max-width: 100vw;
        text-align: center;
        display: block;
    }

    .modal-content {
        padding: 2rem;
        margin: 10% auto;
    }

    .form-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .social-login {
        flex-direction: column;
    }

    .auth-tabs {
        flex-direction: column;
    }

    .tab-btn.active::after {
        display: none;
    }

    .chat-container {
        height: 100vh;
        border-radius: 0;
    }
    
    .message {
        max-width: 85%;
    }

    /* Horizontally scrollable cards for mobile */
    .concerts-grid, .events-grid, .features-grid, .testimonials-carousel {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        gap: 1rem !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .concerts-grid > *, .events-grid > *, .features-grid > *, .testimonials-carousel > * {
        flex: 0 0 80vw;
        max-width: 80vw;
        min-width: 250px;
        scroll-snap-align: start;
    }
    .testimonials-carousel {
        padding-bottom: 1.5rem;
    }
}

/* Enhanced Event Card Styles */
.event-card {
    background: var(--light);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 360px;
    transform-origin: center bottom;
}

.event-image-container {
    width: 100%;
    height: 240px;
    min-height: 180px;
    max-height: 320px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.event-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease;
    margin: 0;
    padding: 0;
}
.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

.event-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.event-card:hover .event-image {
    transform: scale(1.08);
    filter: brightness(1.1);
}

.event-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.1rem 1.5rem 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: var(--light);
    transition: all 0.3s ease;
    z-index: 2;
}

.event-info h3 {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    font-weight: 600;
}

.event-info p {
    margin: 0.3rem 0;
    font-size: 0.9rem;
    opacity: 0.9;
    
}

.event-info p:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.event-info p:nth-child(3)::before {
    content: '📍';
    font-size: 1rem;
}

.event-info p:nth-child(4) {
    color: #a29bfe !important;
}



.view-details-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to right, var(--primary), var(--primary-dark));
    color: var(--light);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 5px 15px rgba(138, 43, 226, 0.3);
}

.event-card:hover .view-details-btn {
    bottom: 1rem;
    opacity: 1;
    transform: translateY(0);
}

.view-details-btn:hover {
    background: linear-gradient(to right, var(--primary-dark), var(--primary));
    box-shadow: 0 8px 20px rgba(138, 43, 226, 0.4);
}

/* Blud Card Container Styling */
.blud-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 15px;
    margin-top: 15px;
}

/* Blud Card Styling */
.blud-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    transform-origin: center bottom;
}

.blud-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blud-profile {
    flex: 0 0 80px;
    position: relative;
    margin-right: 20px;
}


.blud-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff5757;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blud-rating {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: #ff5757;
    color: white;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.blud-rating i {
    margin-right: 3px;
}

.blud-info {
    flex: 1;
    min-width: 0;
}

.blud-info h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.event-name {
    font-weight: 600;
    color: #ff5757;
    margin-bottom: 10px;
    font-size: 16px;
}

.event-details {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.event-details p {
    margin: 5px 0;
    line-height: 1.4;
}

.blud-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-left: 15px;
    flex: 0 0 120px;
}

.blud-actions button {
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.blud-actions button i {
    margin-right: 6px;
}

.chat-btn {
    background-color: #6c5ce7;
    color: white;
}

.chat-btn:hover {
    background-color: #5648cc;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
}

.view-profile-btn {
    background-color: #ff5757;
    color: white;
}

.view-profile-btn:hover {
    background-color: #e04444;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 87, 0.3);
}

/* Loading and empty states */
#blud-cards .text-center {
    text-align: center;
    padding: 30px;
    color: #666666;
    font-style: italic;
}

#blud-cards .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

/* Result count styling */
#result-count {
    font-weight: 600;
    color: #333;
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
}

/* Find Blud Modal styling */
#find-blud-modal .modal-content {
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
}

#find-blud-modal h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 28px;
}

#event-select {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#event-select:focus {
    border-color: #ff5757;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 87, 87, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blud-card {
        flex-direction: column;
        padding: 15px;
    }
    
    .blud-profile {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
    
    .blud-actions {
        flex-direction: row;
        margin-left: 0;
        margin-top: 15px;
        gap: 10px;
        flex: initial;
        justify-content: center;
    }
    
    .blud-actions button {
        flex: 1;
    }
    
    .blud-info {
        text-align: center;
    }
}

/* Checkbox Alignment for Event Preferences */
.preference-options {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox-label input[type="checkbox"] {
  accent-color: var(--primary);
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.checkbox-custom {
  display: none;
}

/* Register for Event Modal Styles */
.event-selection {
    background: var(--gray-light);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    margin: 2rem 0;
    position: relative;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(138, 43, 226, 0.1);
    z-index: 1;
    overflow: hidden;
}

.event-selection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-selection:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.event-selection:hover::before {
    transform: scaleY(1);
}

.event-selection label {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: var(--dark);
    position: relative;
    transition: all 0.3s ease;
}

.event-selection label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transition: width 0.3s ease;
}

.event-selection:hover label::after {
    width: 60px;
}

.event-selection select {
    width: 100%;
    padding: 1.2rem 1.5rem;
    border: 2px solid var(--gray-medium);
    border-radius: var(--radius-full);
    font-size: 1.1rem;
    background-color: var(--light);
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--dark);
    box-shadow: var(--shadow-sm);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238a2be2'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem;
}

.event-selection select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(138, 43, 226, 0.1);
    outline: none;
    transform: translateY(-2px);
}

.event-selection select option {
    padding: 1rem;
}

#register-event-btn {
    width: 100%;
    padding: 1.2rem 2rem;
    margin-top: 1.5rem;
    background: var(--gradient-primary);
    color: var(--light);
    border: none;
    border-radius: var(--radius-full);
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(138, 43, 226, 0.3);
    z-index: 1;
}

#register-event-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transition: left 0.7s ease;
    z-index: -1;
}

#register-event-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(138, 43, 226, 0.4);
}

#register-event-btn:hover::before {
    left: 100%;
}

#register-event-btn:active {
    transform: translateY(-2px);
}

/* Footer Quick Links and Contact Us Enhancements */
.footer-section.links ul {
    list-style: none;
    padding: 0;
}

.footer-section.links li {
    margin-bottom: 12px;
    position: relative;
    transition: transform 0.3s ease;
}

.footer-section.links a {
    color: var(--light);
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.2s ease;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

.footer-section.links a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.footer-section.links a:hover {
    color: var(--accent);
    transform: translateX(5px);
}

.footer-section.links a:hover::before {
    background: var(--accent);
    box-shadow: 0 0 8px var(--accent);
}

.footer-section.links li:hover {
    transform: translateX(5px);
}

.contact-info p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: default;
}

.contact-info p:hover {
    transform: translateX(5px);
    color: var(--accent);
}

.contact-info i {
    margin-right: 15px;
    color: var(--primary);
    font-size: 18px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(138, 43, 226, 0.1);
    border-radius: 50%;
    padding: 12px;
    transition: all 0.3s ease;
}

.contact-info p:hover i {
    color: var(--accent);
    background: rgba(0, 217, 245, 0.1);
    box-shadow: 0 0 10px rgba(0, 217, 245, 0.3);
    transform: scale(1.1);
}

/* Mid Section */
.mid-section {
    padding: 5rem 5%;
    background: linear-gradient(135deg, var(--primary-light), var(--primary-dark));
    color: var(--light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mid-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.animated-heading {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.animated-heading .word {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
}

.animated-text {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.mid-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.mid-btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: var(--radius-full);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mid-btn.primary {
    background: var(--light);
    color: var(--primary);
}

.mid-btn.secondary {
    background: transparent;
    border: 2px solid var(--light);
    color: var(--light);
}

.mid-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

/* Upcoming Events Section */
.upcoming-section {
    padding: 5rem 5%;
     background: linear-gradient(135deg, #fff3e0, var(--primary-light));;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}


.section-header h2 {
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 1rem;
    text-align: left;
    font-family:poppins;
    font-weight: 600; 
    color:#8693d1
}

.section-header p {
    color: var(--gray-dark);
    font-size: 1.1rem;
    text-align: left;
}

.standup-section h2 {
    text-align: left;
    position: relative; top : -30px;  
    font-family:poppins; 
    color:#8693d1
}

.movies-section h2 {
    text-align: left;
    position: relative; top : -30px;
    font-family:poppins; 
    color:#8693d1
}

.movies-section{
    padding: 5rem 5%;
    background: linear-gradient(135deg, #fff3e0, var(--primary-light));
    color: var(--dark);
}

.standup-section {
    padding: 5rem 5%;
    background: linear-gradient(135deg, #fff3e0, var(--primary-light));
    color: var(--dark);
}
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative; top : -30px
}

.upcoming-section .event-card {
  height: 280px;
  min-width: 240px;
  max-width: 440px;
}


@media (max-width: 700px) {
  section h2 {
    font-size: 1.35rem !important;
    /* Adjust the value as needed */
  }
}


@media (max-width: 700px) {
  
  .upcoming-section {
    min-height: 180px !important;
    padding-bottom: 0.1rem !important;
    margin-bottom: 0rem !important;
    height: 52vh !important;
  }
}

@media (max-width: 700px) {
  
  .standup-section {
    min-height: 180px !important;
    padding-bottom: 0.1rem !important;
    margin-bottom: 0rem !important;
    height: 57vh !important;
  }
}

@media (max-width: 700px) {
  
  .movies-section {
    min-height: 180px !important;
    padding-bottom: 0.1rem !important;
    margin-bottom: 0rem !important;
    height: 65vh !important;
  }
}


@media (max-width: 700px) {
  .events-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
    gap: 0.5rem !important;
    margin-bottom: 1rem !important;
  }
  .events-grid .event-card,.feature-card, .feature-icon,
  .event-card {
    min-width: 120px !important;
    max-width: 230px !important;
    height: 240px !important;
    font-size: 0.88rem !important;
    padding: 0.4rem 0.5rem !important;
    box-sizing: border-box !important;
  }
}








.view-all-container {
    text-align: center;
    margin-top: 2rem;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: var(--primary);
    color: var(--light);
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.view-all-btn:hover {
    background: var(--primary-dark);
    transform: translateX(5px);
}

.view-all-btn i {
    transition: transform 0.3s ease;
}

.view-all-btn:hover i {
    transform: translateX(5px);
}

/* Features Section */
.features-section {
    padding: 5rem 5%;
    
background: linear-gradient(135deg, #e0f6ff, var(--primary-light));


;
;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: var(--primary-light);
    padding: 2rem;
    border-radius: var(--radius-lg);
    text-align: center;
    transition: all 0.3s ease-out;
    box-shadow: var(--shadow-sm);
    transform-origin: center bottom;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(108, 92, 231, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(5deg);
    background-color: #6C5CE7;
    color: white;
}

.feature-icon i {
    font-size: 2rem;
    color: var(--light);
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.feature-card p {
    color: var(--gray-dark);
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
    padding: 5rem 5%;
    background: linear-gradient(135deg, #fff3e0, var(--primary-dark));
    color: var(--light);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.testimonials-section .section-header h2 .section-header p{
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align:center;
}

.testimonials-carousel {
    display: flex;
    gap: 2rem;
    overflow: hidden;
    padding: 1.5rem 0;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}


.testimonial-card {
    flex: 0 0 calc(33.333% - 2rem);
    min-width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
    transform: scale(0.9);
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.2);
}

.testimonial-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.testimonial-content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
}

.testimonial-content::before {
    content: '"';
    font-size: 4rem;
    position: absolute;
    top: -1.5rem;
    left: -0.5rem;
    color: rgba(255, 255, 255, 0.1);
    font-family: serif;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
    box-shadow: 0 0 15px rgba(0, 217, 245, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-author img {
    transform: scale(1.1);
    border-color: #6C5CE7;
}

.testimonial-author h4 {
    font-size: 1.2rem;
    margin: 0;
}

.testimonial-author p {
    color: var(--accent);
    font-size: 0.9rem;
    margin: 0;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.carousel-control {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.carousel-control:hover {
    background: var(--primary-light);
    transform: scale(1.1);
}

.carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--accent);
    transform: scale(1.2);
}

/* Testimonial slide animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(-50px); }
}

/* Responsive fixes for testimonials */
@media (max-width: 992px) {
    .testimonials-carousel {
        justify-content: center;
    }
    
    .testimonial-card {
        flex: 0 0 calc(50% - 2rem);
    }
}

@media (max-width: 768px) {
    .testimonials-carousel {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial-card {
        flex: 0 0 calc(100% - 2rem);
        max-width: 450px;
    }
}

/* CTA Section */
.cta-section {
    padding: 6rem 5%;
    background: url('images/cta-background.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    color: var(--light);
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.8), rgba(255, 62, 120, 0.8));
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.cta-btn {
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: var(--radius-full);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-btn.primary {
    background: var(--accent);
    color: var(--dark);
    box-shadow: 0 5px 15px rgba(0, 217, 245, 0.4);
}

.cta-btn.secondary {
    background: transparent;
    border: 2px solid var(--light);
    color: var(--light);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.cta-btn:hover {
    transform: translateY(-5px);
}

.cta-btn.primary:hover {
    background: var(--accent-light);
    box-shadow: 0 8px 20px rgba(0, 217, 245, 0.6);
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* --- ABOUT PAGE STYLES --- */
.about-main {
    padding-top: 120px;
    min-height: 70vh;
    background: linear-gradient(135deg, #f3e9ff 0%, #e0f7fa 100%);
    animation: fadeIn 1.2s;
}

.about-hero {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 2.5rem 1.5rem 2rem 1.5rem;
    background: var(--light);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.about-hero h1 {
    font-size: 2.8rem;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-hero p {
    max-width: 700px;
    margin: 1.2rem auto 0 auto;
    font-size: 1.25rem;
    color: var(--gray-dark);
    opacity: 0.92;
    line-height: 1.7;
}

.about-team {
    max-width: 950px;
    margin: 0 auto 2.5rem auto;
    background: var(--light);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 2.5rem 2rem 2rem 2rem;
    position: relative;
    z-index: 2;
}
.about-team h2 {
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.about-team h3 {
    color: var(--secondary);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.about-person {
    background: linear-gradient(90deg, #f3e9ff 60%, #e0f7fa 100%);
    border-radius: var(--radius-md);
    box-shadow: 0 2px 8px rgba(138, 43, 226, 0.07);
    padding: 1rem 1.5rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.02rem;
    font-weight: 500;
    color: var(--dark);
    transition: box-shadow 0.2s, transform 0.2s;
    
}
.about-person strong {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 1.1em;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.about-person span {
    color: var(--gray-dark);
    font-size: 0.88em;
    opacity: 0.8;
    

}
.about-executives, .about-advisors, .about-legal, .about-investors {
    margin-bottom: 2rem;
}
.about-investors .about-person {
    background: linear-gradient(90deg, #fffbe7 60%, #e0f7fa 100%);
    color: var(--secondary-dark);
    font-weight: 50;
    font-size: 1.08rem;
}

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');

.about-tagline {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    font-size: 1.25rem;
    color: var(--secondary-dark);
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.04em;
    opacity: 0.85;
    text-align: center;
    text-shadow: 0 2px 8px rgba(255,62,120,0.07);
}

.business-font {
    font-family: 'Merriweather', serif;
    font-size: 1.13rem;
    color: #2d2d2d;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.about-description p {
    margin-bottom: 1.1em;
    font-size: 1.13rem;
    color: #2d2d2d;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

@media (max-width: 900px) {
    .about-main, .about-hero, .about-team {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .about-hero, .about-team {
        max-width: 98vw;
    }
}
@media (max-width: 600px) {
    .about-main {
        padding-top: 80px;
    }
    .about-hero {
        padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    }
    .about-hero h1 {
        font-size: 1.5rem;
    }
    .about-tagline {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .about-description p, .business-font {
        font-size: 0.98rem;
    }
    .about-team {
        padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    }
    .about-team h2 {
        font-size: 1.2rem;
    }
    .about-team h3 {
        font-size: 1rem;
    }
    .about-person {
        font-size: 0.98rem;
        padding: 0.7rem 0.7rem;
    }
}

/* Footer Section */
.footer {
    background-color: #010334;
    color: var(--light);
    padding: 4rem 5% 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transition: width 0.3s ease;
    width: 50px;
}

.footer-section h3:hover::after {
    width: 80px;
}

.footer-section p {
    margin-bottom: 1rem;
    line-height: 1.6;
    opacity: 0.8;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.social-icon-circle:hover {
    background: var(--gradient-primary);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
}

.social-icon-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.social-icon-circle:hover::after {
    transform: scale(2);
    opacity: 1;
}

.social-icon-circle i {
    color: var(--light);
    font-size: 1.2rem;
}

.newsletter-form {
    display: flex;
    margin-top: 1.5rem;
}

.newsletter-form input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: var(--radius-full) 0 0 var(--radius-full);
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: var(--light);
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.2);
}

.newsletter-form button {
    padding: 0 1.5rem;
    background: var(--gradient-primary);
    border: none;
    border-radius: 0 var(--radius-full) var(--radius-full) 0;
    color: var(--light);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.newsletter-form button:hover {
    background: var(--gradient-secondary);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
}

.newsletter-form button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}

.newsletter-form button:hover::before {
    left: 100%;
}

.footer-bottom {
    border-top: 1px solid rgba(236, 31, 31, 0.1);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.7;
}

.footer-bottom-links a {
    color: var(--gray-medium);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.footer-bottom-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width 0.3s ease;
}

.footer-bottom-links a:hover::after {
    width: 100%;
}

/* Responsive fixes for bottom sections */
@media (max-width: 768px) {
    .testimonial-card {
        flex: 0 0 calc(100% - 2rem);
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 1rem;
    }
    
    .newsletter-form input, 
    .newsletter-form button {
        border-radius: var(--radius-full);
    }
    
    .testimonials-section .section-header,
    .cta-content h2 {
        font-size: 2rem;
    }
}

/* Events Page Styles */
.page-header {
    padding: 8rem 0 4rem;
    background: var(--gradient-primary);
    color: var(--light);
    text-align: center;
    margin-bottom: 3rem;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.events-filter {
    margin-bottom: 3rem;
}

.filter-container {
    background: var(--light);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    box-shadow: var(--shadow-md);
}

.filter-group {
    flex: 1;
    min-width: 200px;
}

.filter-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--dark);
}

.filter-group select {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid var(--gray-medium);
    border-radius: var(--radius-sm);
    background-color: var(--light);
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.filter-group select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(138, 43, 226, 0.1);
}

.btn-primary {
    background: var(--primary);
    color: var(--light);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-end;
    margin-top: auto;
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.all-events-section {
    padding: 2rem 0 5rem;
}

.all-events-section .events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.loading-spinner {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: var(--primary);
}

.loading-spinner i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.no-events {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: var(--gray-dark);
}

.no-events i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Responsive fixes for events page */
@media (max-width: 768px) {
    .filter-container {
        flex-direction: column;
    }
    
    .btn-primary {
        width: 100%;
    }
    
    .page-header {
        padding: 6rem 0 3rem;
    }
    
    .page-header h1 {
        font-size: 2.2rem;
    }
}

/* Active nav link */
.nav-links a.active {
    color: var(--accent);
    font-weight: 700;
}

.nav-links a.active::after {
    width: 100%;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: var(--gray-medium);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent);
    padding-left: 0.5rem;
}

/* Event Details Modal */
.event-details-modal .modal-content {
    max-width: 850px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin: 3% auto;
    max-height: 85vh;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.event-details-container {
    display: flex;
    flex-direction: column;
}

.event-image-container {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details-content {
    padding: 30px;
    position: relative;
    background: #fff;
}

.event-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.event-title {
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
}

.event-artist {
    font-size: 1.1rem;
    color: var(--primary);
    margin-bottom: 0;
}

.event-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.event-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    border-left: 3px solid var(--primary);
}

.event-info-item i {
    color: var(--primary);
    font-size: 1.2rem;
}

.info-content {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 2px;
}

.info-value {
    font-weight: 500;
    color: #333;
}

.event-description {
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.event-attendees {
    margin-bottom: 25px;
}

.event-attendees h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-attendees h3 .attendee-count {
    background: var(--primary);
    color: white;
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.attendees-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
    max-height: 150px;
    overflow-y: auto;
    padding: 5px;
    border-radius: 4px;
    background: #fafafa;
}

.attendee {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42px;
    margin-bottom: 5px;
}

.attendee-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.attendee-avatar.more {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    font-size: 0.7rem;
}

.see-all-attendees {
    display: inline-block;
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 15px;
    border: 1px solid var(--primary);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
}

.see-all-attendees:hover {
    background: var(--primary);
    color: white;
}

/* Attendees popup */
.attendees-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.attendees-popup-content {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    margin: 10vh auto;
    padding: 25px;
    position: relative;
    overflow-y: auto;
}

.attendees-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.attendees-popup-header h3 {
    font-size: 1.3rem;
    margin: 0;
}

.attendees-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 15px;
}

.attendee-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.attendee-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    margin-bottom: 8px;
}

.attendee-card .name {
    font-weight: 500;
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.attendee-card .role {
    font-size: 0.7rem;
    color: #666;
}

.attendees-search {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100%;
}

.attendees-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.attendees-popup-close:hover {
    background: #e0e0e0;
}

.attendee-name {
    display: none;
}

.event-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}




.event-action-btn {
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    flex: 1;
    border: none;
}

.event-action-btn.primary {
    background: var(--primary);
    color: white;
}

.event-action-btn.secondary {
    background: #f0f0f0;
    color: #333;
}

.event-action-btn.outline {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.event-action-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.event-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    color: #333;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.9rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.date-day {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary);
}

.date-month {
    font-size: 0.8rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .event-details-container {
        flex-direction: row;
    }
    
    .event-image-container {
        width: 40%;
        height: auto;
        min-height: 100%;
    }
    
    .event-details-content {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .event-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .event-actions {
        flex-wrap: wrap;
    }
    
    .event-action-btn {
        flex: 1 0 calc(50% - 6px);
    }
}

@media (max-width: 480px) {
    .event-info-grid {
        grid-template-columns: 1fr;
    }
    
    .event-action-btn {
        flex: 1 0 100%;
    }
    
    .event-details-content {
        padding: 20px;
    }
}

.attendee-avatar.gmail-user {
    border: 2px solid #DB4437; /* Gmail red color */
    position: relative;
}

.attendee-avatar.gmail-user::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background: #DB4437;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="24px" height="24px"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.attendee-avatar.current-user {
    border: 2px solid var(--primary);
    position: relative;
}

.attendee-avatar.current-user::after {
    content: 'You';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: 500;
}

.attendee-card.gmail-user .name::after {
    content: 'Gmail';
    background: #DB4437;
    color: white;
    font-size: 9px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
}

.attendee-card.current-user {
    background: rgba(138, 43, 226, 0.05);
    border: 1px solid var(--primary);
}

.attendee-card.current-user::after {
    content: 'You';
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--primary);
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
}

.social-icons {
    display: flex;
    justify-content: flex-end; /* aligns to the right */
    gap: 0.7rem;
    margin-top: 0.9rem;
    margin-right: 15.9rem;
}


/* Verification Modal Styles */
.verification-step {
    display: none;
    padding: 20px;
    text-align: center;
}

.verification-step.active {
    display: block;
}

.verification-step h3 {
    margin-bottom: 10px;
    color: #333;
}

.verification-step p {
    margin-bottom: 20px;
    color: #666;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.form-group input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.camera-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#camera-feed {
    width: 100%;
    height: auto;
    display: block;
}

.selfie-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.social-verification-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.social-verify-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
    cursor: pointer;
    transition: background 0.3s;
}

.social-verify-btn:hover {
    background: #e0e0e0;
}

.social-verify-btn i {
    font-size: 1.2em;
}

.verification-progress {
    margin-top: 30px;
    padding: 0 20px;
}

.progress-bar {
    height: 4px;
    background: #eee;
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background: #4CAF50;
    transition: width 0.3s;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #666;
}

.step {
    position: relative;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 15px;
    transition: all 0.3s;
}

.step.active {
    background: #4CAF50;
    color: white;
}

/* Verification Status Badge */
.verification-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: 500;
}

.verification-badge.verified {
    background: #e8f5e9;
    color: #2e7d32;
}

.verification-badge.pending {
    background: #fff3e0;
    color: #f57c00;
}

.verification-badge.unverified {
    background: #ffebee;
    color: #c62828;
}

.blud-card:hover .blud-profile img {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(108, 92, 231, 0.25);
}

.attendee:hover .attendee-avatar {
    transform: scale(1.15);
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
    z-index: 5;
}








.profile-pic-container {
  position: relative;
  margin: -60px auto 0 auto;
  z-index: 3;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #fff;
  object-fit: cover;
  background: #fff;
  position: relative;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

@media (max-width: 600px) {
  .profile-pic-container,
  .blud-profile img, .profile-picture img, .profile-avatar, .chat-profile-pic img, .chat-user-info img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }
  .profile-avatar,
  .profile-pic-overlay {
    width: 140px !important;
    height: 140px !important;
  }
}

.profile-pic-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
  z-index: 3;
}
.profile-pic-container:hover .profile-pic-overlay {
  opacity: 1;
}
@media (max-width: 600px) {
  .profile-avatar {
    width: 110px;
    height: 110px;
    bottom: -70px;
  }
  .profile-banner { height: 110px; }
  .profile-pic-container, .profile-avatar, .profile-pic-overlay {
    width: 100px;
    height: 100px;
  }
  .profile-pic-container {
    margin: 25px auto 0 auto;
  }
}



.profile-tabs {
    width: 100%;
    max-width: 420px;
    margin: 1.2rem auto 0 auto;
    padding: 0.5rem 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.95);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.07);
    overflow-x: auto;
    gap: 0.5rem;
}

.profile-tab {
    flex: 1 1 80px;
    min-width: 70px;
    max-width: 100%;
    text-align: center;
    padding: 0.7rem 0.5rem;
    font-size: 1rem;
    background: none;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    color: #2d3436;
    transition: background 0.18s, color 0.18s;
    cursor: pointer;
}


.profile-tab[data-tab="achievements"] {
    margin-right: 0.1rem; /* Adjust the value as needed */
}

.profile-tab.active,
.profile-tab:focus,
.profile-tab:hover {
    background: #f3e9ff;         /* soft pastel background */
    color: #6c5ce7;              /* your primary accent color */
    box-shadow: 0 2px 8px rgba(108,92,231,0.08);
    outline: none;
}

@media (max-width: 600px) {
    .profile-tabs {
        max-width: 98vw;
        padding: 0.5rem 0.1rem;
        gap: 0.3rem;
    }
    .profile-tab {
        min-width: 60px;
        font-size: 0.95rem;
        padding: 0.6rem 0.2rem;
    }
}





/* --- Mobile Event Info Responsive Fix --- */
@media (max-width: 600px) {
  .event-info {
    bottom: 2px !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .event-info h3 {
    font-size: 0.85rem !important;
    margin: 0.rem 0 !important;
   
  }
  .event-info p {
    font-size: 0.55rem !important;
    margin: 0.rem 0 !important;
     margin-inline: -0.9rem !important;
  }
}










/* --- Mobile Search Section Visibility Fix --- */
@media (max-width: 600px) {
  .search-section {
    background: #010334 !important;
    color: #222 !important;
  }
  .search-section h2 {
    color: #ebe5e5 !important;
    background: transparent !important;
    display: block !important;
    font-size: 25px;
  }
  .search-section .search-tagline {
    font-size: 0.7rem !important;
    line-height: 1.1 !important;
    margin-bottom: 1rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
    display: block !important;
  }
  .search-container {
    background: #010334 !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .search-input {
    background: #010334 !important;
    color: #f8f6f6 !important;
    border: 1px solid #ccc !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
  }
  .search-btn {
    background: #16132c !important;
    color: #fff !important;
    border: none !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    font-family: jetbrains-mono, monospace !important;
  }


   .search-section input[type="text"],
  .search-section input[type="search"] {
    width: 100%;
    padding: 0.7rem 1.1rem;
    font-size: 0.8rem;
    border-radius: 25px;
    border: 1px solid #d1d5db;
    margin-bottom: 0.7rem;
    background: #f7f8fa;
    box-sizing: border-box;
  }


  @media (max-width: 600px) {
  .search-section {
    padding: 1.9rem 0.5rem;
    background: rgba(255,255,255,0.85);
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(108,92,231,0.08);
    margin: 0rem 0;
   
  }
}
}







/* --- ENFORCED MOBILE NAVBAR AND HERO LAYOUT --- */
@media (max-width: 600px) {
  .navbar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.4rem 2vw !important;
    min-height: 70px !important;
    width: 100vw !important;
    box-sizing: border-box !important;
  }
  .logo {
    min-width: 70px !important;
    margin-right: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .logo img, .logo h1 {
    height: 28px !important;
    font-size: 1.1rem !important;
    max-width: 114px !important;
    display: block !important;
  }
  .nav-links {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0.4rem !important;
    width: auto !important;
    margin-left: auto !important;
  }
  .nav-links a {
    font-size: 0.6rem !important;
    padding: 0.3rem 0.2rem !important;
    border-radius: 3px !important;
  }
  .hero {
    margin-top: 56px !important;
  }

  
}









/* Recent Chats and Chat List Styles */
.recent-chats {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    min-height: 0;
    height: 100%;
    justify-content: flex-start;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px 0 rgba(249, 249, 250, 0.08);
    border-right: 1px solid rgba(255,255,255,0.12);
}

.chat-list {
    flex: 1 1 0%;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    box-shadow: none;
    border-radius: 0 0 18px 18px;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.chat-list::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.chat-item {
    background: rgba(255,255,255,0.32);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 2px 8px 0 rgba(108,92,231,0.04);
    transition: background 0.2s, box-shadow 0.2s;
}

.chat-item:hover {
    background: rgba(255,255,255,0.5);
    box-shadow: 0 4px 16px 0 rgba(108,92,231,0.10);
}



/* --- Chat Modal Classy Minimal Variation --- */

/* Modal Backdrop */
#chat-modal {
  background: rgba(245, 245, 255, 0.92) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 8px 40px 0 rgba(120, 120, 200, 0.10), 0 1.5px 8px 0 rgba(0,0,0,0.10) !important;
}

/* Container */
.chat-container {
  height: 600px;
  display: flex;
  flex-direction: column;
  background: #0e0b0b;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 8px 40px 0 rgba(120, 120, 200, 0.10), 0 1.5px 8px 0 rgba(0,0,0,0.10);
  border: 1.5px solid #e3eaff;
  position: relative;
}

/* Header */
.chat-header {
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1.3rem 1.2rem 1.1rem 1.2rem;
  background: #f7f7fb;
  color: #4a4666;
  border-bottom: 1.5px solid #04060a;
  box-shadow: 0 2px 12px 0 rgba(120, 120, 200, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* User Info */
.chat-user-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.chat-user-info img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e3eaff;
  background: #f7f7fb;
}

#chat-user-link {
  color: #4a4666;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 700;
  transition: color 0.18s;
}
#chat-user-link:hover {
  color: #7c7c9a;
  text-decoration: underline;
}

/* Status Indicator */
.status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
  background: #7ed957;
  border: 2px solid #fff;
  display: inline-block;
  transition: background 0.2s;
}
.status-indicator[title=\"Offline\"] {
  background: #bdbdbd;
}

/* Chat List */
.recent-chats {
  background: #f7f7fb;
  border-radius: 0 0 1.25rem 1.25rem;
  box-shadow: 0 2px 12px 0 rgba(120, 120, 200, 0.04);
  padding: 0.5rem 0 0.5rem 0;
}

.chat-list {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  overflow-y: auto;
  max-height: 350px;
 
}

.chat-item {
  display: flex;
  align-items: center;
  background: #181c2f;
  border-radius: 0.8rem;
  box-shadow: 0 1px 4px rgba(120, 120, 200, 0.06);
  padding: 0.6rem 1rem;
  cursor: pointer;
  border: 1px solid #181c2f;
  transition: box-shadow 0.18s, background 0.18s, transform 0.12s;
  min-height: 54px;
}
.chat-item:hover {
  background: #96c0f0;
  box-shadow: 0 4px 12px #96c0f0;
  transform: translateY(-1px) scale(1.01);
}

.chat-item img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.8rem;
  border: 2px solid #e3eaff;
  background: #f7f7fb;
}

.chat-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.chat-info h4 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4a4666;
  margin: 0 0 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-info p {
  font-size: 0.83rem;
  color: #7c7c9a;
  margin: 0;
  opacity: 0.85;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-item .timestamp {
  font-size: 0.8rem;
  color: #7c7c9a;
  opacity: 0.7;
  margin-left: 0.7rem;
  min-width: 60px;
  text-align: right;
}

/* Date separator */
.date-separator {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0.5rem 0;
  position: relative;
  z-index: 1;
}
.date-separator > div {
  background: #0303df;
  color: #7c7c9a;
  font-size: 0.93rem;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 0.8rem;
  box-shadow: 0 1px 4px #e3eaff;
  border: 1px solid #e3eaff;
  letter-spacing: 0.3px;
  text-align: center;
  opacity: 0.93;
}

/* Message bubbles */
.message-content {
  padding: 0.9rem 1.2rem;
  border-radius: 1.1rem 1.1rem 1.1rem 0.5rem;
  position: relative;
  box-shadow: 0 1px 6px 0 #e3eaff;
  background: #f7f7fb;
  border: 1px solid #e3eaff;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #4a4666;
  margin-bottom: 0.1rem;
  letter-spacing: 0.01em;
  animation: messagePopIn 0.28s cubic-bezier(0.23, 1, 0.32, 1);
}

.message.sent .message-content {
  background: #e3eaff;
  color: #1e1b33;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 1.5rem;
  box-shadow: 0 2px 8px 0 #e3eaff;
}

.message.received .message-content {
  background: #fff;
  color: #1e1b33;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 1.5rem;
  box-shadow: 0 1px 4px 0 #e3eaff;
}

.message .timestamp {
  font-size: 0.6rem;
  color: #bdbdbd;
  margin-top: 0.4rem;
  text-align: right;
  opacity: 0.8;
  letter-spacing: 0.01em;
}

.message.sent .timestamp {
  color: #bdbdbd;
  font-size: 0.75rem;
}

/* Subtle message animation */
@keyframes messagePopIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/* --- MOBILE ENHANCEMENTS FOR TRENDING & UPCOMING CONCERTS --- */
@media (max-width: 600px) {
  .trending-section,
  .upcoming-section {
    padding: 2rem 0.5rem !important;
    
  }
  .trending-section h2,
  .upcoming-section .section-header h2 {
    font-size: 0.9rem !important;
    margin-bottom: 0.7rem !important;
    text-align: left !important;
    padding-left: 0.5rem;
  }
  .upcoming-section .section-header p {
    font-size: 0.75rem !important;
    margin-bottom: 1.2rem !important;
    padding-left: 0.5rem;
    text-align: left !important;
  }
  .concerts-grid, .events-grid {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    gap: 1rem !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }
  .concerts-grid > *, .events-grid > * {
    flex: 0 0 85vw !important;
    max-width: 85vw !important;
    min-width: 240px !important;
    scroll-snap-align: start;
  }
  .event-card {
    height: 250px !important;
    min-width: 240px !important;
    max-width: 85vw !important;
    border-radius: 1rem !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10) !important;
    
    
  }

  .event-date-badge {
    top: 0.7rem !important;
    right: 0.7rem !important;
    font-size: 0.5rem !important;
    padding: 0.3rem 0.7rem !important;
  }
  .view-details-btn {
    font-size: 0.75rem !important;
    padding: 0.7rem !important;
    border-radius: -9.5rem !important;
  }
  /* Taglines and section headers */
  .search-tagline,
  .section-header p {
    font-size: 0.95rem !important;
    padding-left: 0.5rem;
    text-align: left !important;
  }
  /* Modal adjustments for mobile */
  .modal-content {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 8px 2px !important;
    box-sizing: border-box !important;
    font-size: 0.8rem !important;
  }
}




/* --- MOBILE ENHANCEMENTS FOR STANDUP SECTION --- */

@media (max-width: 600px) {
  .standup-section h2 , .movies-section h2  {
       font-size: 0.9rem !important;
    margin-bottom: 0.7rem !important;
    text-align: left !important;
    padding-left: 0.5rem;
  }
  
  .standup-section p {
   font-size: 0.65rem !important;
    margin-bottom: 1.2rem !important;
    padding-left: 0.5rem;
    text-align: left !important;
    color: #eef8f8;
  }
  

}

.standup-section {
    
    background: linear-gradient(135deg, #fff3e0, var(--primary-dark));
   
}







/* --- STANDUP SECTION GRID LAYOUT --- */





.standup-section .event-card {
  height: 260px;      /* Increase height */
  min-width: 340px;   /* Optional: make them wider */
  max-width: 420px;   /* Optional: control max width */
}





/* --- MOBILE ENHANCEMENTS FOR WHY CHOOSE BLUDLAND SECTION --- */
@media (max-width: 600px) {
  .features-section {
    padding: 2rem 0.5rem !important;
  }
  .features-section .section-header h2,
  .features-section h2 {
    font-size: 0.9rem !important;
    margin-bottom: 0.7rem !important;
    text-align: left !important;
    padding-left: 0.5rem;
  }
  .features-section .section-header p,
  .features-section p {
    font-size: 0.55rem !important;
    margin-bottom: 1.2rem !important;
    padding-left: 0.5rem;
    text-align: left !important;
  }
  .features-grid {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    gap: 1rem !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }
  .features-grid > * {
    flex: 0 0 85vw !important;
    max-width: 85vw !important;
    min-width: 220px !important;
    scroll-snap-align: start;
  }
  .feature-card {
    border-radius: 1rem !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10) !important;
    padding: 1.2rem 1rem !important;
    min-width: 10px !important;
    max-width: 45vw !important;
  }
  .feature-card h3 {
    font-size: 0.9rem !important;
    margin-bottom: 0.3rem !important;
  }
  .feature-card p {
    font-size: 0.65rem !important;
  }
  .feature-icon {
    width: 10vh !important;
    height: 30px !important;
    margin-bottom: 2rem !important;
  }
}





/* --- MOBILE ENHANCEMENTS FOR WHAT OUR USERS SAY (TESTIMONIALS) SECTION --- */
@media (max-width: 600px) {
  .testimonials-section {
    padding: 2rem 0.5rem !important;
  }
  .testimonials-section .section-header h2,
  .testimonials-section h2 {
    font-size: 0.9rem !important;
    margin-bottom: 0.7rem !important;
    text-align: left !important;
    padding-left: 0.5rem;
  }
  .testimonials-section .section-header p,
  .testimonials-section p {
    font-size: 0.55rem !important;
    margin-bottom: 1.2rem !important;
    padding-left: 0.5rem;
    text-align: left !important;
  }
  .testimonials-carousel {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    gap: 1rem !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }
  .testimonial-card {
    flex: 0 0 85vw !important;
    max-width: 85vw !important;
    min-width: 240px !important;
    scroll-snap-align: start;
    border-radius: 1rem !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10) !important;
    padding: 1.2rem 1rem !important;
  }
  .testimonial-content {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }
  .testimonial-author h4 {
    font-size: 1rem !important;
  }
  .testimonial-author img {
    width: 44px !important;
    height: 44px !important;
  }
  .carousel-controls {
    gap: 1rem !important;
    margin-top: 1rem !important;
  }
  .carousel-control {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
  }
  .carousel-dots .dot {
    width: 10px !important;
    height: 10px !important;
  }
}






  
@media (max-width: 600px) {
  .view-all-btn {
    font-size: 0.70rem !important;
    padding: 0.6rem 1.2rem !important;
    border-radius: 1.2rem !important;
  }
}



@media (max-width: 700px) {
  .upcoming-section .event-card {
    height: 180px;
    min-width: 140px;
    max-width: 220px;
  }
}


.trending-section,
.upcoming-section,
.standup-section,
.movies-section,
.city-cards-section,
.features-section,
.testimonials-section,
.search-section,
.navbar,
.footer
 {
  background: #000000 !important; /* Set your desired color */
  border: none !important;
  box-shadow: none !important;
}














/* Prevent horizontal scroll on mobile for city cards */
.city-cards-section,
.city-cards-scroll {
    max-width: 100vw;
    overflow-x: auto;
    box-sizing: border-box;
}

.city-cards-scroll {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.city-card {
    min-width: 120px;
    max-width: 90vw;
    box-sizing: border-box;
    /* Remove any fixed width if present */
}

.city-cards-section h2 {
    font-size: 1.5rem; /* Change this value as desired */
}

@media (max-width: 600px) {
    .city-cards-section,
    .city-cards-scroll {
        max-width: 100vw !important;
        overflow-x: auto !important;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }
    .city-card {
        min-width: 110px !important;
        max-width: 85vw !important;
        margin-right: 0.5rem !important;
    }
    body {
        overflow-x: hidden !important;
    }
    html {
        overflow-x: hidden !important;
    }
}







/* Attendee Card Styles */
.event-card {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,0.13);
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18), 0 1.5px 8px 0 rgba(0,0,0,0.10);
  border: 2.5px solid transparent;
  background-clip: padding-box;
  transition: 
    transform 0.28s cubic-bezier(.4,2,.3,1), 
    box-shadow 0.28s, 
    border 0.28s;
  will-change: transform, box-shadow, border;
}

.event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  padding: 2px;
  background: linear-gradient(120deg, #8A2BE2 0%, #FF3E78 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.event-card:hover {
  transform: translateY(-2px) scale(1.035) rotate(-0.1deg);
  box-shadow: 0 20px 60px 0 rgba(44, 62, 80, 0.22), 0 8px 32px rgba(138, 43, 226, 0.13);
  border-color: #FF3E78;
}

.event-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.92) saturate(1.1);
  transition: filter 0.3s;
  border-radius: 26px 26px 0 0;
}

.event-card:hover .event-image img {
  filter: brightness(1.08) saturate(1.2) blur(0.5px);
}

.event-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0rem 1.5rem 1.5rem;
  background: rgba(30, 20, 60, 0.55);
  color: #fff;
  z-index: 2;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  box-shadow: 0 -2px 12px rgba(44,62,80,0.08);
  backdrop-filter: blur(0.6px) saturate(1.2);
  -webkit-backdrop-filter: blur(1px) saturate(1.2);
  border-top: 0.5px solid rgba(194, 236, 4, 0.13);
}

.event-info h3 {
  font-size: 1.15rem;
  margin: 0 0 0.0rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  font-family: 'Poppins', 'Righteous', Arial, sans-serif;
}

.event-info p {
  margin: 0.0rem 0;
  font-size: 0.75rem;
  opacity: 0.93;
  color: #e0e0e0;
  text-shadow: 0 1px 4px rgba(0,0,0,0.13);
  font-family: 'Poppins', Arial, sans-serif;
}

.event-date-badge {
  position: absolute;
  top: 0.7rem;
  right: 1.2rem;
  background: linear-gradient(90deg, transparent);
  color: #fff;
  padding: 0.1rem 0.1rem;
  border-radius: 0.7rem;
  font-weight: 600;
  font-size: 0.65rem;
  box-shadow: 0 4px 10px rgba(44, 62, 80, 0.13);
  z-index: 3;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0px solid #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.13);
}

.view-details-btn {
  width: 100%;
  padding: 1.1rem;
  background: linear-gradient(to right, #8A2BE2, #FF3E78);
  color: #fff;
  border: none;
  border-radius: -9.7rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.08rem;
  margin-top: 1.2rem;
  box-shadow: 0 5px 15px rgba(138, 43, 226, 0.13);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  opacity: 0.97;
  letter-spacing: 0.5px;
  font-family: 'Poppins', Arial, sans-serif;
}

.view-details-btn:hover {
  background: linear-gradient(to right, #FF3E78, #8A2BE2);
  transform: scale(1.045) translateY(-2px);
  opacity: 1;
  box-shadow: 0 8px 24px rgba(255, 62, 120, 0.18);
}





















.verified-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  background: #5ce786;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  border: 2px solid #fff;
  z-index: 2;
}













/* Notification red dot for chat icon/button */
.chat-notification-dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  background: #ff3b3b;
  border-radius: 50%;
  box-shadow: 0 0 2px #fff;
  z-index: 10;
  display: none; /* Hidden by default */
}

/* To show the dot, add a class like .active or use inline style */
.chat-notification-dot.active {
  display: block;
}

/* Make sure the parent (chat icon/button) is position: relative */
.chat-link {
  position: relative;
}







@media (max-width: 600px) {
  #edit-profile-btn,
  #share-profile-btn,
  #interested-all-events-btn {
    padding: 0.5rem 0.8rem !important;
    font-size: 0.65em !important;
    border-radius: 9.2rem !important;
    min-width: 0 !important;
    margin: 0 0.2rem 0.5rem 0 !important;
    height: 2.7rem !important;
    width: 7.2rem !important;
  }
}




@media (max-width: 600px) {
  .hero-content p {
    font-size: 0.25rem ;
  }
}



@media (max-width: 600px) {
  .city-cards-section h2 {
    font-size: 0.9rem !important;
  }
}



@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 1rem !important;
  }
}



@media (max-width: 600px) {
  .animated-btn .primary-btn, .cta-btn, .mid-btn{
    font-size: 0.9rem !important;
    padding: 0.5rem 0.1rem !important;
    font-style: italic;
    border-radius: 55px !important;
      
    
    
    
    }
  }




@media (max-width: 600px) {
  .search-section h2 {
    font-size: 0rem !important;
  }
}



 
@media (max-width: 600px) {
  .standup-section .event-info h3 {
    margin-top: 0.0em !important;
    margin-bottom: 0em !important;
    height: 16px !important;
    font-size: 0.8rem !important;
  }
}



@media (max-width: 600px) {
  .standup-section .event-info p {
    margin-top: 0.9em !important;
    margin-bottom: 0.9em !important;
    height: 10px !important;
    font-size: 0.6rem !important;
  }
}



@media (max-width: 600px) {
  .standup-section .event-info p:nth-child(2) {
    margin-top: 0.1em !important;
    margin-bottom: 0.5em !important;
    height: 10px !important;
  }
}



@media (max-width: 600px) {
    .event-date-badge {
    font-size: 0.4rem !important;
  }
}





@media (max-width: 600px) {
   .event-info h3 {
    margin-top: 0.0em !important;
    margin-bottom: 0em !important;
    height: 16px !important;
    font-size: 0.8rem !important;
  }
}



@media (max-width: 600px) {
   .event-info p {
    margin-top: 0.9em !important;
    margin-bottom: 0.9em !important;
    height: 10px !important;
    font-size: 0.6rem !important;
  }
}



@media (max-width: 600px) {
  .event-info p:nth-child(2) {
    margin-top: 0.1em !important;
    margin-bottom: 0.5em !important;
    height: 10px !important;
  }
}


@media (max-width: 600px) {
  .event-card {
    overflow: hidden !important;
    border-radius: 26px !important;
    position: relative;
  }
  .event-card .event-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 26px !important;
    display: block;
  }
}



