/* Event details page styles (moved from view inline <style> block) */

/* --------------------------------------------------------------------------
 * Page hero (event-details sayfasında modern.css yüklenmediği için burada)
 * - Fotoğrafın yan yana tekrar etmesini engeller
 * - Hero ile içerik arasında boşluk sağlar
 * ----------------------------------------------------------------------- */
body.page-event-details .page-hero{position:relative;background:#eef1f6;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;overflow:hidden;margin:20px 0}
body.page-event-details .page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.35))}
body.page-event-details .page-hero .container{position:relative;z-index:1}
body.page-event-details .page-hero__content{padding:60px 0;color:#fff}

/* Hero ile ilk içerik bloğu arasına net boşluk */
body.page-event-details #nova-event .nova-container.mt-20{margin-top:36px}

#nova-event { background: linear-gradient(165deg, rgba(10,23,33,0.98) 0%, rgba(18,52,78,0.95) 58%, rgba(8,17,26,0.95) 100%); color: #ecf4ff; font-family: "Raleway", "Segoe UI", sans-serif; }
#nova-event .nova-container { max-width: 1240px; margin: 0 auto; padding: 0 24px 90px; }
#nova-event .nova-panel { background: linear-gradient(150deg, rgba(31,75,100,0.9) 0%, rgba(13,37,52,0.95) 100%); border:1px solid rgba(89,151,220,0.28); border-radius: 26px; box-shadow: 0 32px 66px rgba(5,18,28,.7); backdrop-filter: blur(24px); }
#nova-event .nova-panel-body { padding: 28px 30px; }

#nova-event .nova-gallery-card { overflow:hidden; }
#nova-event .nova-gallery-card .carousel-inner img { border-radius: 20px; filter: saturate(1.05); transition: filter .3s ease; }
#nova-event .nova-gallery-card .carousel-inner img:hover { filter: saturate(1.12); }
#nova-event .nova-gallery-card .carousel-indicators li { border-radius: 12px; overflow:hidden; border:2px solid transparent; transition:.2s; background: rgba(12,35,52,0.55); }
#nova-event .nova-gallery-card .carousel-indicators li.active { border-color:rgba(89,151,220,0.75); }

#nova-event .nova-tabs { padding: 28px 24px 32px; position:relative; }
#nova-event .nova-tab-header { display:flex; justify-content:center; position:relative; margin-bottom:14px; }
#nova-event .nova-tab-shell { position:relative; display:flex; width:100%; max-width:720px; padding:0; border-radius:0; background:transparent; box-shadow:none; border:none; }
#nova-event .nova-tab-shell::before { display:none; }
#nova-event .nova-tab-list { width:100%; display:flex; justify-content:flex-start; gap:8px; flex-wrap:nowrap; border-bottom:1px solid rgba(89,151,220,0.25); padding-bottom:6px; overflow-x:auto; scrollbar-width:none; }
#nova-event .nova-tab-list::-webkit-scrollbar { display:none; }
#nova-event .nova-tab-list .nav-item { flex:0 0 auto; }
#nova-event .nova-tab-list .nav-link { display:flex; align-items:center; gap:8px; background:transparent; border:none; border-radius:10px; color:#ecf4ff; font-weight:600; padding:10px 14px; letter-spacing:.3px; transition:.15s ease; position:relative; min-width:0; box-shadow:none; }
#nova-event .nova-tab-list .nav-link::after { content:""; position:absolute; left:12px; right:12px; bottom:-6px; height:3px; border-radius:999px; background:linear-gradient(120deg,#5997dc,#45b2a3); transform:scaleX(0); transform-origin:center; transition:.2s ease; opacity:0; }
#nova-event .nova-tab-list .nav-link:hover { color:#74caff; }
#nova-event .nova-tab-icon { width:28px; height:28px; border-radius:8px; display:flex; align-items:center; justify-content:center; background:rgba(89,151,220,0.12); color:#ecf4ff; font-size:14px; transition:.2s ease; }
#nova-event .nova-tab-label { font-size:12px; text-transform:uppercase; letter-spacing:.35px; color:#ecf4ff; opacity:.9; transition:.2s ease; }
#nova-event .nova-tab-list .nav-link:hover .nova-tab-icon { background:rgba(89,151,220,0.2); color:#74caff; }
#nova-event .nova-tab-list .nav-link:hover .nova-tab-label { opacity:1; }
#nova-event .nova-tab-list .nav-link.active { color:#74caff; }
#nova-event .nova-tab-list .nav-link.active .nova-tab-icon { background:linear-gradient(140deg,#5997dc,#45b2a3); color:#021520; }
#nova-event .nova-tab-list .nav-link.active .nova-tab-label { opacity:1; color:#74caff; }
#nova-event .nova-tab-list .nav-link.active::after { transform:scaleX(1); opacity:1; }
#nova-event .nova-tab-accent { display:none; }

#nova-event .nova-tabs-panel { margin-top:30px; background:linear-gradient(150deg, rgba(20,58,80,0.9) 0%, rgba(11,31,46,0.94) 100%); border:1px solid rgba(89,151,220,.26); border-radius:22px; padding:26px 28px; box-shadow:0 28px 64px rgba(5,18,28,.6); }
#nova-event .nova-tabs-panel .content-body { font-size:15px; line-height:1.75; color:#bfd1e6; }
#nova-event .nova-tabs-panel .tab-pane { animation: fadeSlide .35s ease; }
@keyframes fadeSlide { from{ opacity:0; transform: translateY(8px);} to{ opacity:1; transform: translateY(0);} }

#nova-event .nova-review { padding:18px 0; border-bottom:1px solid rgba(89,151,220,.2); }
#nova-event .nova-review:last-child { border-bottom:none; }
#nova-event .nova-review .user-name { font-weight:600; color:#ecf4ff; margin-top:8px; }

/* Ratings: keep stars side-by-side even without global utility CSS */
#nova-event ul.inline-ul { margin: 0; padding: 0; list-style: none; }
#nova-event ul.inline-ul > li { display: inline-flex; }
#nova-event .nova-review ul.inline-ul { display: inline-flex; flex-wrap: wrap; gap: 4px; }
#nova-event .nova-review ul.inline-ul > li { margin: 0; }
#nova-event .nova-review ul.inline-ul i.fa { display: inline-block; line-height: 1; }

#nova-event .sticky-card { position: static; border-radius: 18px; box-shadow: 0 18px 36px rgba(5,18,28,.48); border:1px solid rgba(89,151,220,.2); overflow:hidden; background:linear-gradient(150deg, rgba(31,75,100,0.82) 0%, rgba(12,35,52,0.9) 100%); backdrop-filter: blur(16px); }
#nova-event .sticky-card .card-body { padding: 18px 20px; display:flex; flex-direction:column; align-items:center; gap:12px; }
#nova-event .sticky-card .user_details img { width: 84px; height: 84px; object-fit: cover; border-radius: 50%; border:2px solid rgba(89,151,220,0.32); box-shadow:0 10px 20px rgba(5,18,28,.45); }
#nova-event .sticky-card .user-name { font-weight: 600; color:#ecf4ff; margin: 2px 0 0; font-size:15px; }
#nova-event .sticky-card hr { width:100%; margin:10px 0; border-color:rgba(89,151,220,0.25); }
#nova-event .sticky-card .social_icon { width:100%; }
#nova-event .sticky-card .social_icon .list-inline { display:flex; justify-content:center; gap:8px; margin:0; padding:0; }
#nova-event .sticky-card .social_icon .list-inline li { margin:0; }
#nova-event .sticky-card .social_icon a { color:#74caff; background:rgba(89,151,220,0.2); padding:5px; border-radius:50%; display:inline-flex; border:1px solid rgba(89,151,220,0.26); transition:.2s ease; font-size:12px; }
#nova-event .sticky-card .social_icon a:hover { background:linear-gradient(140deg,#5997dc,#45b2a3); color:#021520; }
#nova-event .sticky-card .gobtn { width:100%; margin-top:6px; }
#nova-event .sticky-card .btn { width:100%; border-radius: 10px; padding: 9px 16px; font-weight:600; background:linear-gradient(140deg,#5997dc,#45b2a3); border:none; color:#021520; box-shadow:0 12px 24px rgba(69,178,163,.35); }

#nova-event .nova-booking-card { background: linear-gradient(150deg, rgba(89,151,220,0.28) 0%, rgba(69,178,163,0.25) 40%, rgba(12,35,52,0.92) 100%); border-radius:26px; border:1px solid rgba(89,151,220,.32); box-shadow:0 36px 68px rgba(5,18,28,.65); padding: 30px; color:#ecf4ff; backdrop-filter: blur(24px); }
#nova-event .nova-booking-price { display:flex; align-items:baseline; gap:12px; }
#nova-event .nova-booking-price h1 { font-size:36px; font-weight:700; margin:0; color:#74caff; }
#nova-event .nova-booking-price .label { font-size:13px; letter-spacing:.5px; background:rgba(12,35,52,0.65); padding:7px 16px; border-radius:999px; text-transform:uppercase; font-weight:600; border:1px solid rgba(89,151,220,0.35); color:#a7bbd3; }
#nova-event .nova-booking-explainer { margin:18px 0 24px; font-size:14px; color:#a0b7d0; }
#nova-event .nova-booking-card .btn { background:linear-gradient(140deg,#5997dc,#45b2a3); border:none; border-radius:16px; font-weight:600; padding:13px 22px; box-shadow:0 22px 38px rgba(69,178,163,.45); color:#021520; }
#nova-event .nova-booking-card .btn:hover { background:linear-gradient(140deg,#74caff,#45b2a3); }

#nova-event .nova-info-card { border-radius:24px; border:1px solid rgba(89,151,220,.28); box-shadow:0 32px 64px rgba(5,18,28,.65); padding:28px 30px; background:linear-gradient(150deg, rgba(21,62,86,0.92) 0%, rgba(11,31,46,0.95) 100%); }
#nova-event .nova-info-card h3 { font-size:20px; font-weight:600; color:#ecf4ff; letter-spacing:.35px; }
#nova-event .nova-info-list { list-style:none; margin:26px 0 0; padding:0; display:grid; gap:18px; }
#nova-event .nova-info-item { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; padding-bottom:14px; border-bottom:1px solid rgba(89,151,220,.22); }
#nova-event .nova-info-item:last-child { border-bottom:none; padding-bottom:0; }
#nova-event .nova-info-item p { margin:0; font-size:13px; letter-spacing:.4px; color:#a0b7d0; text-transform:uppercase; }
#nova-event .nova-info-item span { font-weight:600; color:#ecf4ff; }
#nova-event .nova-info-rating { display:flex; align-items:center; gap:4px; color:#ffc374; }
#nova-event .nova-info-rating i.fa-star-o { color: rgba(255,255,255,.25); }

@media (max-width: 992px){
    #nova-event .nova-container { padding-bottom: 70px; }
    #nova-event .sticky-card { position: static !important; }
    #nova-event .nova-tab-shell { max-width:660px; }
    #nova-event .nova-tab-list { gap:6px; }
    #nova-event .nova-tab-list .nav-link { padding:10px 12px; }
    #nova-event .nova-tab-icon { width:26px; height:26px; font-size:13px; }
    #nova-event .nova-tab-label { font-size:11px; }
}

@media (max-width: 768px){
    #nova-event .nova-tab-shell { max-width:none; }
    #nova-event .nova-tab-list { justify-content:center; }
    #nova-event .nova-tab-list .nav-link { flex:0 1 46%; }
}

@media (max-width: 576px){
    #nova-event .nova-tab-shell { max-width:none; }
    #nova-event .nova-tab-list { flex-wrap:wrap; border-bottom:none; gap:8px; padding-bottom:0; }
    #nova-event .nova-tab-list .nav-link { width:100%; justify-content:flex-start; padding:10px 12px; background:rgba(12,35,52,0.55); border-radius:10px; }
    #nova-event .nova-tab-list .nav-link::after { display:none; }
    #nova-event .nova-tab-list .nav-link.active { background:linear-gradient(140deg,#5997dc,#45b2a3); color:#021520; }
    #nova-event .nova-tab-list .nav-link.active .nova-tab-label { color:#021520; }
    #nova-event .nova-tab-list .nav-link.active .nova-tab-icon { background:rgba(2,21,32,0.12); color:#021520; }
    #nova-event .nova-tab-list .nav-link .nova-tab-icon { width:28px; height:28px; font-size:13px; }
    #nova-event .nova-tab-label { font-size:11px; letter-spacing:.4px; text-align:left; }
    #nova-event .nova-booking-card { padding:26px; }
}
