/*
Theme Name: SISProduction
Theme URI: https://sisproduction.com/
Author: SIS
Description: Music event production theme (clean header, flag dropdown, solid mobile menu). Accent #cddc29.
Version: 1.3.12-patch9
Text Domain: sisproduction
*/

*,:before,:after{box-sizing:border-box}
html{text-size-adjust:100%}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit;color:inherit}

:root{
  --accent:#cddc29;
  --bg:#0a0a0a;
  --panel:#101010;
  --card:#141414;
  --text:#f1f1f1;
  --muted:#b6b6b6;
  --border:#1f1f1f;
  --hit:44px;
  --header-h:64px;
}

/* Body Scroll Bar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #cddc29;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b8c91a;
}

html,body{margin:0;background:var(--bg);color:var(--text);font:500 16px/1.6 Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif}
body{padding-top:80px}
a{color:var(--text);text-decoration:none}
.container{width:min(1200px,92%);margin:0 auto}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(10,10,10,.92);border-bottom:1px solid var(--border);backdrop-filter:saturate(180%) blur(8px);width:100%}
.header-inner{gap:12px;padding:10px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand .title{font-weight:900;letter-spacing:.6px;color:var(--accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.custom-logo,.brand img{height:60px;width:auto}
@media(max-width:720px){.custom-logo,.brand img{height:35px}}
@media(max-width:360px){.brand .title{display:none}}

/* Menus */
.nav-primary{display:none}
.nav-primary ul,.nav-primary li,.site-header ul{list-style:none;margin:0;padding:0}
.nav-primary ul{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.nav-primary a{display:block;padding:8px 10px;border-radius:10px;position:relative}
.nav-primary a::after{content:'';position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:30px;height:3px;background:var(--accent);border-radius:2px;opacity:0}
.nav-primary a.current-menu-item::after{opacity:1}
.nav-primary a:hover{background:var(--border)}

/* Right controls + hamburger */
.right-controls{display:flex;align-items:center;gap:10px}
.hamburger{min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:#161616}
.hamburger span{width:22px;height:2px;background:#fff;margin:5px 0;border-radius:2px}

/* Language dropdown */
.lang.dropdown{position:relative;z-index:1102}
.lang-toggle{display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--border);background:#161616;border-radius:10px;cursor:pointer;min-height:var(--hit)}
.lang-toggle .flag{width:22px;height:auto;border-radius:3px;display:block}
.lang-toggle .label{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.lang-toggle .caret{width:0;height:0;border:5px solid transparent;border-top-color:#fff;transition:transform .18s ease;margin-left:6px;position:relative;top:-1px}
.lang.dropdown.open .lang-toggle .caret{transform:rotate(180deg)}
.lang-menu{position:absolute;top:calc(100% + 8px);min-width:160px;background:#0c0c0c;border:1px solid var(--border);border-radius:12px;padding:6px 0;display:none;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.lang.dropdown.open .lang-menu{display:block}
.lang-menu ul{display:block;margin:0;padding:0}
.lang-menu li{margin:0;padding:0}
.lang-menu a{display:flex;align-items:center;gap:10px;padding:9px 14px;color:#fff}
.lang-menu a:hover{background:#151515}
.lang-menu img{width:18px;height:auto;border-radius:2px}
.lang-menu .current-lang a::after{content:'\2713';margin-left:auto;color:var(--accent);font-weight:900}

/* Mobile off-canvas menu */




.nav-overlay{position:fixed;background:rgba(0,0,0,.56);display:none;z-index:1190}
.nav-overlay.open{display:block}

/* Desktop breakpoint */
@media(min-width:901px){
  .header-inner{grid-template-columns:auto 1fr auto auto}
  .nav-primary{display:block;justify-self:end}
  
  .hamburger{display:none}
}

/* Footer basics */
.site-footer{border-top:1px solid var(--border);background:#0c0c0c}
.footer-inner{padding:36px 0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.footer-copy{color:#b6b6b6;font-size:14px;text-align:center;padding:12px 0;border-top:1px solid var(--border)}


/* === PATCH from screenshots === */
.lang-toggle{display:flex;align-items:center;gap:8px;padding:6px 10px;border:none;background:#000;border-radius:10px;cursor:pointer;min-height:var(--hit)}
.lang-toggle .flag{width:22px;height:auto;border-radius:3px;display:block}
.lang-toggle .label{padding-left:2px;font-size:12px;font-weight:700;letter-spacing:.2px;color:#fff}
.lang-toggle .caret{display:inline;color:#fff;font-size:12px;margin-left:4px}

.hamburger{min-width:35px;min-height:35px;display:grid;align-items:center;justify-content:center;border:none;border-radius:10px;background:#000}
.hamburger span{width:27px;height:2px;background:#fff;margin:1px 0;border-radius:1px}






/* === PATCH3: hamburger only on phones, TR/EN label, mobile UL/DIV styles applied === */

/* Mobile defaults */
.nav-primary{display:none}

/* Language toggle shows TR/EN text (no caret) */
.lang-toggle .label{padding-left:2px;font-size:12px;font-weight:700;letter-spacing:.2px;color:#fff;position:static}
.lang-toggle .caret{display:none}

/* Hamburger icon grid + sizing already set; ensure visible on mobile */
.hamburger{display:grid}

/* Mobile menu list & blocks */


.mobile-panel li a{color:#fff;font-size:20px;display:block;padding:6px 0}

/* Desktop & tablet (>=901px): hide hamburger, show desktop nav and disable mobile panel */
@media(min-width:901px){
  .hamburger{display:none !important}
  .nav-primary{display:block !important;justify-self:end}
  
}


/* === Dedicated class only for hamburger panel === */
.sp-mobile-menu{
position:fixed;background:#000!important;color:#fff;width:100%;padding:15px;text-align:center;visibility:hidden;z-index:1200
}
.sp-mobile-menu.open{
visibility:visible;
}
.sp-mobile-menu ul{
list-style:none;margin:0;padding:0;display:grid;gap:20px;padding-bottom:25px
}
.sp-mobile-menu li a{
color:#fff;font-size:20px;display:block;padding:6px 0
}


/* ===== Front page blocks (no header changes) ===== */
.sis-hero{margin-bottom:24px}
.sis-slider{position:relative;overflow:hidden;border-radius:16px}
.sis-slider .slide{min-height:360px;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.sis-slider .slide figcaption{width:100%;padding:24px;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.72) 80%);border-radius:0 0 16px 16px}
.sis-slider h2{margin:0 0 10px;font-size:34px}
.sis-slider .btn{display:inline-block;background:#cddc29;color:#000;padding:10px 16px;border-radius:10px;font-weight:800}

.section-title{font-size:28px;margin:28px 0 14px}

/* Home About Us Title */
.sis-about .section-title {
  background: linear-gradient(to bottom, #2a2a2a 0%, #0d0d0d 100%);
  color: var(--accent);
  padding: 20px 0;
  margin: 0 0 15px 0;
  text-align: center;
  border-radius: 8px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.sis-about {
  margin-top: 7%;
}

.sis-cards {
  margin-top: 5%;
}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.card{background:#121212;border:1px solid #1f1f1f;border-radius:16px;overflow:hidden;padding:12px}
.card h3{margin:10px 0 0}

/* Font Awesome Icons for About Cards */
.card .icon.fas,
.card .icon.far,
.card .icon.fab {
  font-size: 32px;
  color: var(--accent);
  margin: 0 auto 12px auto;
  display: block;
  text-align: center;
}

.card .icon img {
  width: 32px;
  height: 32px;
  margin: 0 auto 12px auto;
  display: block;
}

.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}
.g-item img{display:block;width:100%;height:auto;border-radius:12px}
.muted{color:#b6b6b6}
.btn{background:#cddc29;color:#000;padding:10px 16px;border-radius:10px;font-weight:800;display:inline-block}



/* ===== Hero overlay EXACTLY on image (not below) ===== */
.sis-slider{position:relative;overflow:hidden;border-radius:16px}
.sis-slider .slide{min-height:520px;background-size:cover;background-position:center;position:relative;opacity:0;transition:opacity .5s ease}
.sis-slider .slide.active{opacity:1}
.hero-overlay{position:absolute;left:7%; bottom:12%; max-width:70%}
.hero-title{font-size:45px;line-height:1.05;margin:0 0 16px;font-weight:900;text-transform:uppercase}
.hero-cta{font-size:16px}

.section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 20px 0}
.link-all{color:#cddc29;font-weight:500;text-decoration:none;transition:color 0.3s ease}
.link-all:hover{color:#b8c91a}

/* Responsive tweaks */
@media(max-width:900px){
  .sis-slider .slide{min-height:420px}
  .hero-title{font-size:30px}
}
@media(max-width:520px){
  .sis-slider .slide{min-height:340px}
  .hero-title{font-size:25px}
}

/* Home feature cards */
.grid.three{grid-template-columns:repeat(3,1fr)}
.card.big{background:#121212;border:1px solid #1f1f1f;border-radius:16px;padding:22px;text-align:left}
.card.big .icon{width:44px;height:44px;object-fit:contain;display:block;margin:0 auto 12px auto;text-align:center}

/* Font Awesome Icons for Big Cards */
.card.big .icon.fas,
.card.big .icon.far,
.card.big .icon.fab {
  font-size: 44px;
  color: var(--accent);
  margin: 0 auto 12px auto;
  display: block;
  text-align: center;
  width: auto;
  height: auto;
}
.card.big .title{color:#cddc29;margin:0 0 6px;font-size:24px}
.card.big .text{margin:0}
@media(max-width:900px){.grid.three{grid-template-columns:1fr}}


/* POLISH */
.sp-mobile-menu{
position:fixed;
background:#000;
color:#fff;
padding:20px;
z-index:1200;
visibility:hidden;
height:100vh;
}
.sp-mobile-menu.open{
visibility:visible;
}
.sp-mobile-menu ul{
list-style:none;
margin:0;
padding:0;
}
.sp-mobile-menu li{
margin:0;
padding:0;
border-bottom:1px solid #333;
}
.sp-mobile-menu a{
display:block;
padding:15px 0;
color:#fff;
text-decoration:none;
font-size:18px;
font-weight:500;
}
.sp-mobile-menu a:hover{
color:#cddc29;
}
@media(max-width:1024px){.sp-mobile-menu{
display:block
}}
.hamburger{min-height:26px}
.sis-hero{margin-top:0}
.sis-slider{position:relative;overflow:hidden;border-radius:16px}
.sis-slider .slide{min-height:520px;background-size:cover;background-position:center;position:relative;display:none;opacity:0;transition:opacity .4s ease}
.sis-slider .slide.active{display:block;opacity:1}
.sis-slider .slide .hero-dim{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.hero-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;max-width:80%}
.hero-title{font-size:45px;line-height:1.05;margin:0 0 16px;font-weight:900;text-transform:uppercase}
.btn.hero-cta{background:#cddc29;color:#000;padding:10px 16px;border-radius:10px;font-weight:800;display:inline-block}
@media(max-width:900px){.sis-slider .slide{min-height:420px}.hero-title{font-size:30px}}
@media(max-width:520px){.sis-slider .slide{min-height:340px}.hero-title{font-size:25px}}


/* === POLISH 2: spacing & image fit === */
main{margin-top:20px}
.sis-slider .slide{background-size:contain;background-repeat:no-repeat;background-color:#000;min-height:480px}


/* LANGSAFE HOTFIX */
main#main.site-main{ margin-top:20px !important; }
@media (max-width: 768px){
  .sis-hero .slide{ min-height:300px !important; }
}
.container .sis-hero{ display:none !important; } /* hide static hero within container */

/* ===== EVENT PAGES STYLES ===== */

/* Events Archive Page */
.events-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 0;
}

.events-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin-top: 16px;
  font-weight: 400;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

.event-card {
  background: var(--card);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

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

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
  transform: scale(1.05);
}

.event-status {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-status.upcoming {
  background: var(--accent);
  color: #000;
}

.event-status.past {
  background: #666;
  color: #fff;
}

.event-content {
  padding: 24px;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--muted);
}

.event-meta > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-meta i {
  color: var(--accent);
  width: 16px;
}

.event-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.event-title a {
  color: var(--text);
  transition: color 0.3s ease;
}

.event-title a:hover {
  color: var(--accent);
}

.event-excerpt {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.event-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

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

.btn-outline:hover {
  background: var(--border);
  color: var(--text);
}

.btn-primary {
  background: var(--accent);
  color: #000;
}

.btn-primary:hover {
  background: #b8c91f;
  color: #000;
}

.btn-large {
  padding: 16px 24px;
  font-size: 16px;
}

/* No Events State */
.no-events {
  text-align: center;
  padding: 80px 20px;
}

.no-events-icon {
  font-size: 64px;
  color: var(--muted);
  margin-bottom: 24px;
}

.no-events h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--text);
}

.no-events p {
  color: var(--muted);
  font-size: 16px;
}

/* Events Pagination */
.events-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.events-pagination .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.events-pagination .page-numbers li {
  margin: 0;
}

.events-pagination .page-numbers a,
.events-pagination .page-numbers span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: var(--card);
  color: var(--text);
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.events-pagination .page-numbers a:hover {
  background: var(--accent);
  color: #000;
  border-color: var(--accent);
}

.events-pagination .page-numbers .current {
  background: var(--accent);
  color: #000;
  border-color: var(--accent);
}

/* Single Event Page */
.single-event {
  max-width: 1000px;
  margin: 0 auto;
}

/* Event Hero - Mobile/Tablet Layout */
.event-hero {
  margin-bottom: 40px;
}

.event-hero-image {
  position: relative;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

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

.event-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.event-hero-content {
  text-align: center;
  max-width: 800px;
}

.event-hero-title {
  font-size: 48px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
  color: var(--text);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.event-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.event-date-badge {
  background: var(--accent);
  color: #000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
}

.event-time-badge {
  background: rgba(255,255,255,0.2);
  color: var(--text);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  backdrop-filter: blur(10px);
}

/* Desktop Layout - Hide hero, show side-by-side */
@media (min-width: 1024px) {
  .event-hero {
    display: none;
  }
  
  .event-details {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  
  .event-main-content {
    order: 1;
  }
  
  .event-sidebar {
    order: 2;
    position: static;
  }
}

/* Mobile/Tablet Layout - Keep existing hero */
@media (max-width: 1023px) {
  .event-hero {
    display: none;
  }
  
  .event-hero-title {
    font-size: 32px;
  }
  
  .event-hero-meta {
    flex-direction: column;
    gap: 12px;
  }
  
  .event-date-badge,
  .event-time-badge {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  /* Event Status Badge for Mobile */
  .event-status-badge-mobile {
    display: block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    width: fit-content;
  }
  
  .event-status-badge-mobile.upcoming {
    background: var(--accent);
    color: #000;
  }
  
  .event-status-badge-mobile.past {
    background: #666;
    color: #fff;
  }
}

/* Desktop - Hide mobile status badge */
@media (min-width: 1024px) {
  .event-status-badge-mobile {
    display: none;
  }
}

.event-status-badge {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-status-badge.upcoming {
  background: var(--accent);
  color: #000;
}

.event-status-badge.past {
  background: #666;
  color: #fff;
}

/* Event Details - Default Mobile Layout */
.event-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.event-main-content {
  background: var(--card);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border);
}

/* Desktop Layout - Adjust padding for side-by-side */
@media (min-width: 1024px) {
  .event-main-content {
    padding: 30px;
  }
}

.event-header {
  margin-bottom: 40px;
}

.event-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 1.2;
  color: var(--text);
}

.event-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.event-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--bg);
  border-radius: 12px;
  border: 1px solid var(--border);
}

.event-meta-item.full-width {
  grid-column: 1 / -1;
}

.meta-icon {
  color: var(--accent);
  font-size: 20px;
  margin-top: 2px;
}

.meta-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.meta-label {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.meta-value {
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
}

.event-description h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--text);
}

.event-content {
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.event-content p {
  margin-bottom: 16px;
}

/* Event Sidebar - Default Mobile Layout */
.event-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: static;
  height: fit-content;
}

.event-actions-card,
.event-gallery-card,
.event-share-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.event-actions-card h3,
.event-gallery-card h3,
.event-share-card h3 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-actions-card,
.event-gallery-card,
.event-share-card {
  background: var(--card);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
}

.event-actions-card h3,
.event-gallery-card h3,
.event-share-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--text);
}

.event-past-notice,
.event-tickets-soon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--bg);
  border-radius: 12px;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
}

.event-past-notice i,
.event-tickets-soon i {
  color: var(--accent);
  font-size: 18px;
}

.event-gallery-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 12px;
}

.gallery-item {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.share-buttons {
  display: grid;
  grid-template-columns: repeat(6, 0fr);
  gap: 5px;
}
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}


.share-btn.facebook {
  background: #1877f2;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ===== HOME PAGE EVENTS STYLES ===== */

.home-events-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}

.home-event-card {
  display: flex;
  background: var(--card);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #cddc29;
  max-height: 350px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  backface-visibility: hidden;
}

.home-event-card:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .home-event-card {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }
  
  .event-image-section {
    display: none;
  }
  
  .event-info-section {
    min-height: auto;
  }
  
  /* Mobile Status Badge */
  .event-status-badge-mobile {
    display: block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    width: fit-content;
  }
  
  .event-status-badge-mobile.upcoming {
    background: var(--accent);
    color: #000;
  }
  
  .event-status-badge-mobile.past {
    background: #666;
    color: #fff;
  }
}

/* Desktop - Hide mobile status badge */
@media (min-width: 769px) {
  .event-status-badge-mobile {
    display: none;
  }
}

.event-image-section {
  position: relative;
  overflow: hidden;
  flex: 0 0 50%;
}

.event-image-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.home-event-card:hover .event-image-section img {
  transform: scale(1.05);
}

.event-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
}

.event-status-badge {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-status-badge.upcoming {
  background: var(--accent);
  color: #000;
}

.event-status-badge.past {
  background: #666;
  color: #fff;
}

.event-info-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--card);
  position: relative;
  flex: 1;
}

.event-info-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(205, 220, 41, 0.05), rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

.event-info-section > * {
  position: relative;
  z-index: 1;
}

.event-date-time {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
}

.event-date {
  background: var(--accent);
  color: #000;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.event-time {
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.event-title {
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.event-title a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.event-title a:hover {
  color: var(--accent);
}

.event-description {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 14px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event-description p {
  margin: 0;
}

.event-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.event-location i {
  color: var(--accent);
  font-size: 16px;
}

/* Event Actions - Same as homepage */
.event-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

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

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--text);
}

.btn-primary {
  background: var(--accent);
  color: #000;
  border: 2px solid var(--accent);
}

.btn-primary:hover {
  background: #b8c91f;
  border-color: #b8c91f;
  color: #000;
}

.no-events-home {
  text-align: center;
  padding: 80px 20px;
  background: var(--card);
  border-radius: 16px;
  border: 1px solid var(--border);
}

.no-events-home .no-events-icon {
  font-size: 64px;
  color: var(--muted);
  margin-bottom: 24px;
}

.no-events-home h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--text);
}

.no-events-home p {
  color: var(--muted);
  font-size: 16px;
}

/* Homepage Gallery */
.sis-gallery .section-title {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.home-gallery-container {
  margin-top: 0;
}

.home-gallery-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  will-change: transform;
  contain: layout style paint;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.home-gallery-scroll::-webkit-scrollbar {
  height: 6px;
}

.home-gallery-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.home-gallery-scroll::-webkit-scrollbar-thumb {
  background: #cddc29;
  border-radius: 3px;
}

.home-gallery-scroll::-webkit-scrollbar-thumb:hover {
  background: #b8c91a;
}

@media (max-width: 770px){
  .home-gallery-scroll{ overflow-x:auto !important; overflow-y:hidden !important; flex-wrap:nowrap !important; touch-action: pan-x; }
}

.home-gallery-item {
  flex: 0 0 180px;
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-gallery-item:hover {
  transform: translateY(-8px) translateZ(0);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-color: var(--accent);
}

.home-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

.home-gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-video {
  position: relative;
  cursor: pointer;
}

.gallery-video .video-thumbnail {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.play-button i {
  color: white;
  font-size: 28px;
  margin-left: 4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery-video:hover .play-button {
  background: linear-gradient(135deg, #ff3333 0%, #ff0000 100%);
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 12px 35px rgba(255, 0, 0, 0.6);
}

.video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gallery-item-info {
  padding: 20px;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
}

.event-label {
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  display: inline-block;
  padding: 4px 8px;
  background: rgba(205, 220, 41, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(205, 220, 41, 0.2);
}

.gallery-item-info h4 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.gallery-type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gallery-type i {
  font-size: 14px;
}

.no-gallery-home {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.no-gallery-icon {
  font-size: 64px;
  color: var(--accent);
  margin-bottom: 24px;
  opacity: 0.8;
}

.no-gallery-home h3 {
  color: white;
  font-size: 28px;
  margin: 0 0 16px 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.no-gallery-home p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

/* No Gallery Page Styles - Removed, using .no-gallery-home instead */


.gallery-header-content {
  margin: 0 auto;
  background: linear-gradient(to bottom, #2a2a2a 0%, #0d0d0d 100%);
  padding: 10px 0;
  text-align: center;
  color: white;
  margin-bottom: 60px;
  border-radius: 5px;
}

.events-header-content {
  margin: 0 auto;
  background: linear-gradient(to bottom, #2a2a2a 0%, #0d0d0d 100%);
  padding: 10px 0;
  text-align: center;
  color: white;
  margin-bottom: 60px;
  border-radius: 5px;
}
.gallery-page-title {
  font-size: 40px;
  font-weight: 900;
  color: var(--accent);
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.events-page-title {
  font-size: 40px;
  font-weight: 900;
  color: var(--accent);
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

/* Load More Button */
.load-more-container {
  text-align: center;
  margin: 40px 0;
}

.load-more-btn {
  background: var(--accent);
  color: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.load-more-btn:hover {
  background: #000;
  color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(205, 220, 41, 0.3);
}

/* Gallery Modal */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.gallery-modal .site-footer {
  display: none !important;
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  background: var(--accent);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: #000;
  color: var(--accent);
}

.modal-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10000;
  pointer-events: none;
}

.modal-prev {
  position: absolute;
  left: 20px;
  background: var(--accent);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 4px 12px rgba(205, 220, 41, 0.3);
}

.modal-next {
  position: absolute;
  right: 20px;
  background: var(--accent);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 4px 12px rgba(205, 220, 41, 0.3);
}

.modal-prev:hover,
.modal-next:hover {
  background: #000;
  color: var(--accent);
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(205, 220, 41, 0.5);
}

.modal-image-container {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-image-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.modal-image-container iframe {
  width: 80vw;
  height: 60vh;
  max-width: 1200px;
  border-radius: 8px;
}

.gallery-view-more {
  margin-top: 15px;
  text-align: center;
}

.gallery-view-more .btn {
  background: var(--accent);
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-view-more .btn:hover {
  background: #000;
  color: var(--accent);
  transform: translateY(-2px);
}

/* Modal Responsive */
@media (max-width: 768px) {
  .modal-content {
    padding: 10px;
  }
  
  .modal-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  
  .modal-prev,
  .modal-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .modal-prev {
    left: 10px;
  }
  
  .modal-next {
    right: 10px;
  }
  
  .modal-image-container {
    width: 90vw;
    height: 90vh;
  }
}

.modal-video {
  width: 80vw;
  height: 80vh;
  max-width: 1200px;
  max-height: 800px;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: none;
  background: #000;
}


.modal-close {
  position: fixed;
  top: 4%;
  right: 14%;
  width: 50px;
  height: 50px;
  background: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(205, 220, 41, 0.3);
}

.modal-close:hover {
  background: #000;
  color: var(--accent);
  border-color: #000;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(205, 220, 41, 0.5);
}

.modal-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
  z-index: 1000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(205, 220, 41, 0.3);
}

.modal-nav:hover {
  background: #000;
  color: var(--accent);
  border-color: #000;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(205, 220, 41, 0.5);
}

.modal-nav.prev {
  left: 10%;
}

.modal-nav.next {
  right: 10%;
}

.modal-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #666;
  border-color: #666;
  color: #999;
}

.modal-nav:disabled:hover {
  transform: translateY(-50%);
  background: #666;
  border-color: #666;
  color: #999;
  box-shadow: none;
}

.modal-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-content.video-modal .modal-body {
  height: 100%;
}

/* Modal Event Info */
.modal-event-info {
  padding: 20px;
  background: linear-gradient(135deg, rgba(205, 220, 41, 0.1), rgba(0, 0, 0, 0.3));
  border-top: 1px solid rgba(205, 220, 41, 0.3);
}

.modal-event-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.modal-event-title {
  font-size: 24px;
  font-weight: 800;
  color: white;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.modal-image-container {
  position: relative;
  overflow: hidden;
}

.modal-image-container.video-mode {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.modal-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 95vh;
  object-fit: contain;
  display: block;
}

.modal-video {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.modal-info {
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.modal-info h3 {
  color: white;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.modal-info p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

/* Gallery Page Styles */
.gallery-page {
  padding: 0px 0 40px 0;
  min-height: 60vh;
}


.gallery-page-subtitle {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

.gallery-grid-page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

/* Responsive grid */
@media (max-width: 768px) {
  .gallery-grid-page {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .gallery-grid-page {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
}

.gallery-item-page {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  padding: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item-page:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gallery-item-page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gallery-item-page .gallery-video {
  position: relative;
}

.gallery-item-page .gallery-video .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gallery-item-page .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.gallery-item-page .play-button i {
  color: white;
  font-size: 28px;
  margin-left: 4px;
}

.gallery-item-page .gallery-video:hover .play-button {
  background: rgba(255, 0, 0, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.gallery-item-page .gallery-item-info {
  padding: 20px;
}

.gallery-item-page .gallery-item-info h4 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.gallery-item-page .gallery-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gallery-item-page .gallery-type i {
  font-size: 16px;
}

/* Infinite Scroll Loading */
.loading-more {
  text-align: center;
  padding: 40px 0;
}

.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--accent);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  color: var(--muted);
  font-size: 16px;
  margin-top: 15px;
}

.no-more-content {
  text-align: center;
  padding: 40px 0;
  color: var(--muted);
  font-size: 16px;
}

/* ===== ABOUT PAGE STYLES ===== */

.about-hero {
  text-align: center;
  padding: 20px 0 60px;
  background: linear-gradient(to bottom, #2a2a2a 0%, #0d0d0d 100%);
  border-radius: 16px;
  margin-bottom: 60px;
}

.about-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.contact-page-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header-content {
  margin: 0 auto;
  background: linear-gradient(to bottom, #2a2a2a 0%, #0d0d0d 100%);
  padding: 10px 0;
  text-align: center;
  color: white;
  margin-bottom: 60px;
  border-radius: 5px;
}

.contact-page-title {
  font-size: 40px;
  font-weight: 900;
  color: var(--accent);
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.about-subtitle {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.about-content {
  max-width: 1000px;
  margin: 0 auto;
}

.about-text {
  margin-bottom: 60px;
}

.about-text p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 24px;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.feature-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.feature-icon i {
  font-size: 32px;
  color: #000;
}

.feature-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 16px;
}

.feature-card p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

/* About Page Responsive */
@media (max-width: 768px) {
  .about-hero {
    padding: 60px 20px 40px;
  }
  
  .contact-page-title {
    font-size: 32px;
  }
  
  .about-subtitle {
    font-size: 18px;
  }
  
  .about-text p {
    font-size: 16px;
  }
  
  .about-features {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .feature-card {
    padding: 30px 20px;
  }
}

/* ===== MODERN FOOTER STYLES ===== */

/* Sticky Footer Layout */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.site-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 5vh;
  padding: 60px 0 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}

.footer-section {
  display: flex;
  flex-direction: column;
}

.footer-brand {
  max-width: 400px;
}

.footer-logo h3 {
  color: var(--accent);
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.footer-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--muted);
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--accent);
  color: #000;
  border-color: var(--accent);
  transform: translateY(-2px);
}

.social-link i {
  font-size: 18px;
}

.footer-title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px 0;
  letter-spacing: -0.3px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  color: var(--muted);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-menu a:hover {
  color: var(--accent);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 15px;
}

.contact-item i {
  width: 20px;
  color: var(--accent);
  font-size: 16px;
}

.contact-link {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.footer-links-bottom {
  display: flex;
  gap: 30px;
}

.footer-links-bottom a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links-bottom a:hover {
  color: var(--accent);
}

/* Footer Responsive */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0 0;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .footer-links-bottom {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-social {
    justify-content: center;
  }
  
  .contact-item {
    font-size: 14px;
  }
  
  .footer-links-bottom {
    flex-direction: column;
    gap: 15px;
  }
}

/* No Events Page Styles */
.no-events-page {
  text-align: center;
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 500px;
  margin: 80px auto;
}

.no-events-page .no-events-icon {
  font-size: 80px;
  color: var(--accent);
  margin-bottom: 30px;
  opacity: 0.8;
}

.no-events-page h3 {
  color: white;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.no-events-page p {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 30px 0;
  line-height: 1.6;
}

/* Responsive adjustments for no-events-page */
@media (max-width: 768px) {
  .no-events-page {
    padding: 40px 15px;
    margin: 60px auto;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .no-events-page {
    padding: 30px 10px;
    margin: 40px auto;
    max-width: 95%;
  }
}

/* Contact Page Styles */
.contact-hero {
  background: linear-gradient(to bottom, #2a2a2a 0%, #0d0d0d 100%);
  padding: 20px 0;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}

/* Contact Map Section */
.contact-map-section {
  padding: 40px 0;
}

.contact-map-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--accent);
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: -0.5px;
}

.contact-map-container {
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.map-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.map-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.map-link:hover {
  background: var(--accent);
  color: #000;
  transform: translateY(-2px);
}

.map-link i {
  font-size: 12px;
}

.no-map-message {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
}

.no-map-message i {
  font-size: 48px;
  color: var(--accent);
  margin-bottom: 20px;
  display: block;
}

.no-map-message p {
  font-size: 16px;
  margin: 0;
}

.contact-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-title {
  font-size: 48px;
  font-weight: 900;
  color: var(--accent);
  margin: 0 0 20px;
  letter-spacing: -1px;
}

.contact-subtitle {
  font-size: 1.3rem;
  color: #ccc;
  margin-bottom: 0;
  line-height: 1.6;
}

.contact-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-text {
  margin-bottom: 60px;
  text-align: center;
}

.contact-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
}

.contact-info-section {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 1px solid #eee;
}

.contact-info-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #cddc29;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.contact-info-description {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 8px;
  background: #f8f9fa;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.contact-info-item:hover {
  background: #e9ecef;
}

.contact-info-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #cddc29, #a8b820);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon i {
  font-size: 0.8rem;
  color: white;
}

.contact-info-content h4 {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1px;
  color: #2f2f2f;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.contact-link {
  color: #515151;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8rem;
  transition: color 0.3s ease;
}

/* Phone number mask */
.contact-phone {
  font-family: inherit;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 0.9rem;
}

/* Force phone formatting with CSS */
.contact-phone::before {
  content: "+90 (000) 000 00 00";
  color: transparent;
  position: absolute;
  pointer-events: none;
}

.contact-phone {
  position: relative;
  display: inline-block;
  min-width: 150px;
}

.contact-link:hover {
  color: #a8b820;
  text-decoration: underline;
}

.contact-address {
  color: #515151;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
}

/* Footer specific contact styles */
.site-footer .contact-link {
  color: #b6b6b6;
}

.site-footer .contact-address {
  color: #b6b6b6;
}

.site-footer .contact-text p {
  color: #b6b6b6;
}

/* General contact-text p for footer */
.contact-text p {
  color: #b6b6b6;
}

.site-footer .contact-text p {
  color: #b6b6b6;
}

.contact-form-section {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 1px solid #eee;
}

.contact-form-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #cddc29;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.contact-form-subtitle {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

/* Contact Form Styles */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sis-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sis-contact-form input,
.sis-contact-form textarea {
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #f8f9fa;
  color: #333;
}

.sis-contact-form input:focus,
.sis-contact-form textarea:focus {
  outline: none;
  border-color: #cddc29;
  box-shadow: 0 0 0 3px rgba(205, 220, 41, 0.1);
  background: white;
  color: #333;
}

.sis-contact-form button {
  background: linear-gradient(135deg, #cddc29, #a8b820);
  color: #000;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-self: flex-start;
}

.sis-contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(205, 220, 41, 0.3);
}

.sis-notice {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #c3e6cb;
}

/* Responsive Contact Page */
@media (max-width: 768px) {
  .contact-title {
    font-size: 36px;
  }
  
  .contact-subtitle {
    font-size: 1.1rem;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-info-section,
  .contact-form-section {
    padding: 30px 20px;
  }
  
  .contact-info-item {
    padding: 15px;
  }
}

/* Event Detail Page Ticket Button */
.event-ticket-btn {
  font-size: 18px !important;
  padding: 15px 25px !important;
  font-weight: 600 !important;
}

/* Event Gallery Grid */
.event-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
  margin-top: 15px;
}

/* Event Video Container */
.event-video-container {
  width: 100%;
  margin-top: 15px;
}

.event-video-container .gallery-video {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.event-video-container .video-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease;
}

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

.video-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  height: 70vh;
  max-height: 500px;
  background: #1a1a1a;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from { 
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to { 
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.video-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  transition: all 0.3s ease;
}

.video-modal .modal-close:hover {
  background: var(--accent);
  color: #000;
  transform: scale(1.1);
}

.modal-video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

.event-gallery-grid .gallery-item {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}

.event-gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-gallery-grid .gallery-item .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

.event-gallery-grid .gallery-item:hover .video-overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* Clickable Address */
.clickable-address {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 0.3s ease;
}

.clickable-address:hover {
  color: var(--accent) !important;
  text-decoration: underline !important;
}

/* Event Gallery Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  background: var(--accent);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: #000;
  color: var(--accent);
}

.modal-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10000;
  pointer-events: none;
}

.modal-prev {
  position: absolute;
  left: 20px;
  background: var(--accent);
  color: #000;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.modal-next {
  position: absolute;
  right: 20px;
  background: var(--accent);
  color: #000;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.modal-prev:hover,
.modal-next:hover {
  background: #000;
  color: var(--accent);
}

.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal-image-container {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-image-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.modal-image-container iframe {
  width: 80vw;
  height: 60vh;
  max-width: 1200px;
  border-radius: 8px;
}

/* Event Content */
.event-content {
  line-height: 1.6;
  color: #333;
}

.event-content p {
  margin-bottom: 15px;
}

.event-content h1,
.event-content h2,
.event-content h3,
.event-content h4,
.event-content h5,
.event-content h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--accent);
}

.event-content ul,
.event-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.event-content li {
  margin-bottom: 5px;
}

/* Event Details Layout */
.event-details {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  margin-top: 40px;
}

.event-main-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Event Meta Horizontal Layout */
.event-meta-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

/* Desktop Layout - Keep horizontal layout */
@media (min-width: 1024px) {
  .event-meta-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* Mobile/Tablet Layout - Stack vertically */
@media (max-width: 1023px) {
  .event-meta-horizontal {
    flex-direction: column;
  }
}

.event-meta-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
  min-width: 200px;
}

/* Desktop Layout - Keep horizontal layout */
@media (min-width: 1024px) {
  .event-meta-item {
    min-width: 200px;
    flex: 1;
  }
}

/* Mobile/Tablet Layout - Full width */
@media (max-width: 1023px) {
  .event-meta-item {
    min-width: auto;
    width: 100%;
  }
}

.meta-icon {
  width: 40px;
  height: 40px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  flex-shrink: 0;
}

.meta-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.meta-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meta-value {
  font-size: 14px;
  font-weight: 500;
  color: white;
}

/* Event Description - Full Content Display */
.single-event .event-description {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: none !important;
  line-clamp: none !important;
  -webkit-box-orient: initial !important;
}

.event-description h2 {
  color: var(--accent);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
}

.event-content {
  line-height: 1.8;
  color: white;
  font-size: 16px;
  margin-top: 20px;
}

.event-content p {
  margin-bottom: 20px;
  text-align: justify;
}

.event-content h1,
.event-content h2,
.event-content h3,
.event-content h4,
.event-content h5,
.event-content h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: var(--accent);
  font-weight: 600;
}

.event-content ul,
.event-content ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.event-content li {
  margin-bottom: 8px;
}

.event-content strong {
  color: var(--accent);
  font-weight: 600;
}

.event-content em {
  font-style: italic;
  color: #666;
}



/* Social Media Share Buttons */
.share-btn.instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn.tiktok {
  background: #000;
}

.share-btn.instagram:hover {
  background: linear-gradient(45deg, #e6683c 0%,#dc2743 25%,#cc2366 50%,#bc1888 75%,#f09433 100%);
}

.share-btn.linkedin:hover {
  background: #005885;
}

.share-btn.tiktok:hover {
  background: #333;
}

/* Share Buttons Layout */


.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}



.share-btn.facebook {
  background: #1877f2;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .event-details {
    grid-template-columns: 100%;
    gap: 20px;
  }
  
  .event-sidebar {
    position: static;
    order: -1;
  }
  
  .event-meta-horizontal {
    flex-direction: column;
  }
  
  .event-meta-item {
    min-width: auto;
  }

}

/* Event Hero Video */
.event-hero-video {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 400px;
  width: 100%;
}

.video-thumbnail:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--accent);
  color: #000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(205, 220, 41, 0.4);
}

.video-thumbnail:hover .video-play-button {
  background: #000;
  color: var(--accent);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(205, 220, 41, 0.6);
}

@media (max-width: 768px){
  /* Ensure gallery card doesn't overflow body and scrolls horizontally */
  .event-gallery-card{ width: 100%; max-width: 100%; overflow: visible; }
  .home-gallery-scroll{ overflow-x: auto !important; overflow-y: hidden !important; flex-wrap: nowrap !important; -webkit-overflow-scrolling: touch; touch-action: pan-x; }
  .home-gallery-item{ flex: 0 0 auto; width: 180px; }
}

/* About page title */
.about-title{
  color: var(--accent);
}

/* About Content Hero */
.about-content-hero {
  position: relative;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  margin: 40px 0;
}

.about-content-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.about-content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  width: 75%;
  max-width: 80%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.about-content-text p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.about-content-text p:last-child {
  margin-bottom: 0;
}

/* Tablet adjustments: make the blurred text box larger */
@media (max-width: 1024px) {
  .about-content-text {
    width: 90%;
    max-width: 90%;
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .about-content-hero {
    height: 400px;
    margin: 20px 0;
  }
  
  .about-content-text {
    width: 96%;
    max-width: 96%;
    padding: 24px;
  }
  
  .about-content-text p {
    font-size: 15px;
  }
}

