.header-right .lang-switch:hover,
.timeline li.timeline-final-date strong,
a:active,
a:focus,
a:hover {
    color: var(--primary-color);
}
#faq #faq-list i,
a {
    color: var(--accent-color);
}
#gallery,
#supporters {
    padding: 80px 0;
}
#contact,
#faq,
#gallery,
#kotizacija,
#speakers,
#sponzori,
.section-with-bg {
    background-color: var(--background-light);
}
.back-to-top,
.poziv-links a,
.pricing-card,
.zbornik-card,
a {
    transition: 0.3s;
}
.btn-download,
.full-gallery-link .btn-custom,
.nav-menu a,
.poziv-links a,
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
#mobile-nav-toggle,
.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    z-index: 1000;
}
:root {
    --primary-color: #2d3290;
    --accent-color: #2d3290;
    --heading-color: #1a202c;
    --text-color: #4a5568;
    --background-light: #f8f9fa;
    --white: #ffffff;
    --border-color: #dee2e6;
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --border-radius: 12px;
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}
a {
    font-weight: 500;
}
body {
    background: var(--white);
    color: var(--text-color);
    font-family: var(--font-secondary);
}
#faq #faq-list a,
.committee-tabs .nav-link,
.gallery-tabs .nav-link,
.nav-menu a,
.pricing-body .price,
.timeline li strong,
.venue-details .info strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
#faq #faq-list a,
.nav-menu a,
.poziv-info h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
}
p {
    padding: 0;
    margin: 0 0 1.5rem;
    line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.back-to-top {
    background: var(--accent-color);
    color: var(--white);
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    bottom: 15px;
    box-shadow: var(--shadow-md);
}
#faq #faq-list a,
.nav-menu li,
.nav-menu > li,
.section-header,
.sponsor-tier h3,
.timeline,
.timeline li {
    position: relative;
}
.back-to-top:hover {
    transform: translateY(-4px);
    background: var(--primary-color);
}
.back-to-top i {
    font-size: 28px;
    line-height: 44px;
}
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu > li {
    white-space: nowrap;
    float: left;
}
.nav-menu a {
    outline: 0;
}
.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 8px;
    background-color: var(--primary-color);
    visibility: hidden;
    transition: 0.3s ease-in-out;
    width: calc(100% - 16px);
}
.nav-menu .menu-active > a:before,
.nav-menu a:hover:before,
.nav-menu li:hover > a:before {
    visibility: visible;
    width: calc(100% - 16px);
}
.section-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.committee-card,
.committee-tab-content {
    background: var(--white);
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
}
.section-header h2 {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.committee-card h3,
.poziv-info h3 {
    font-size: 1.75rem;
    border-bottom: 2px solid var(--border-color);
}
.section-header p {
    max-width: 600px;
    margin: 0 auto;
}
.nav-menu .dropdown ul a::before,
.section-header::before {
    display: none;
}
#faq #faq-list {
    padding: 0;
    list-style: none;
}
#faq #faq-list li {
    margin-bottom: 1rem;
    background: var(--white);
    transition: 0.3s ease-in-out;
    box-shadow: var(--shadow-sm);
}
#faq #faq-list li:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}
#faq #faq-list a {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 600;
}
#faq #faq-list a img {
    margin-right: 15px;
}
#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#faq #faq-list a.collapsed i::before {
    content: "\f055" !important;
}
#faq #faq-list .collapse {
    padding: 0 1.25rem 1.25rem;
    color: var(--text-color);
}
.committee-card {
    border-radius: var(--border-radius);
    margin-bottom: 2rem;
    height: 100%;
}
.committee-card h3 {
    margin-bottom: 1.5rem;
    text-align: center;
    padding-bottom: 1rem;
}
.committee-card ul {
    list-style-type: none;
    padding: 0;
}
.committee-card ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--background-light);
}
.committee-card ul li:last-child,
.pricing-body ul li:last-child {
    border-bottom: none;
}
#supporters .section-header h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-color);
    margin-bottom: 2rem;
}
#gallery .owl-nav {
    margin-top: 25px;
    text-align: center;
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}
#contact .contact-info i {
    font-size: 3rem;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--accent-color);
}
#contact .contact-info h3 {
    font-size: 1.25rem;
}
#footer {
    background: var(--heading-color);
    padding: 25px 0;
    color: #eee;
    font-size: 14px;
}
#footer .copyright {
    text-align: center;
    padding-top: 15px;
}
hr {
    width: 80%;
    margin: 4rem auto;
    border-top: 1px solid var(--border-color);
}
.center1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.committee-tabs,
.gallery-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 2rem;
}
.committee-tabs .nav-item,
.gallery-tabs .nav-item {
    margin: 0 10px;
}
.committee-tabs .nav-link {
    border: none;
    background-color: #e9ecef;
    color: var(--text-color);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}
.committee-tabs .nav-link.active,
.gallery-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: var(--white);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.committee-tab-content {
    border-radius: var(--border-radius);
}
.committee-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 40px;
}
.committee-tab-content ul li {
    padding: 8px 0;
    border-bottom: 1px solid var(--background-light);
}
#poziv,
#zbornik {
    background-color: var(--white);
}
.poziv-info h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}
.poziv-info p {
    margin-bottom: 1.5rem;
}
.poziv-links a {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
}
.poziv-links a i {
    margin-right: 8px;
}
.poziv-links .btn-custom {
    background-color: var(--primary-color);
    color: var(--white);
}
.poziv-links .btn-custom:hover {
    background-color: var(--heading-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.poziv-links .btn-email {
    background-color: #e9ecef;
    color: var(--primary-color);
}
.poziv-links .btn-email:hover {
    background-color: #dbe1e6;
    color: var(--heading-color);
}
.poziv-links.download-links a {
    background: 0 0;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 8px 15px;
}
.pricing-card,
.timeline-box {
    border-radius: var(--border-radius);
    height: 100%;
}
.poziv-links.download-links a:hover {
    background-color: var(--background-light);
    border-color: var(--text-color);
}
.timeline-box {
    background-color: var(--background-light);
    padding: 2rem;
}
.timeline-box h3 {
    text-align: center;
    border-bottom: none;
    margin-bottom: 2rem;
}
.timeline {
    list-style-type: none;
    padding-left: 1rem;
    margin: 0;
}
.timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: var(--border-color);
}
.timeline li {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}
.timeline li:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid var(--primary-color);
}
.timeline li strong {
    display: block;
    color: var(--heading-color);
}
.timeline li.timeline-final-date:before {
    background-color: var(--primary-color);
}
.pricing-card {
    background: var(--white);
    box-shadow: var(--shadow-md);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}
.pricing-extra-info,
.zbornik-card {
    border-radius: var(--border-radius);
}
.pricing-card.featured {
    border-color: var(--primary-color);
    transform: scale(1.02);
}
.pricing-header {
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.pricing-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--heading-color);
}
.pricing-header .currency {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
}
.pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}
.pricing-body ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--background-light);
}
.pricing-body .description {
    color: var(--text-color);
    font-size: 1rem;
}
.pricing-body .price,
.zbornik-card h3 {
    color: var(--heading-color);
}
.pricing-body .price {
    font-size: 1.25rem;
    font-weight: 700;
}
.pricing-note {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #777;
    text-align: center;
}
.full-gallery-link,
.payment-instructions,
.pricing-extra-info {
    margin-top: 3rem;
    text-align: center;
}
.pricing-extra-info {
    padding: 2rem;
    background-color: var(--white);
}
.pricing-extra-info p {
    margin-bottom: 1rem;
    font-size: 1rem;
}
.payment-instructions h3,
.zbornik-card h3 {
    font-size: 1.75rem;
}
.pricing-extra-info p i {
    color: var(--primary-color);
    margin-right: 10px;
}
.payment-instructions p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.zbornik-card {
    background-color: var(--background-light);
    padding: 2.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid var(--border-color);
}
.sponsor-card:hover,
.zbornik-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}
.zbornik-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}
.zbornik-card p {
    color: var(--text-color);
    margin-bottom: 2rem;
}
.btn-download {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
}
.btn-download:hover,
.full-gallery-link .btn-custom:hover {
    background-color: var(--heading-color);
    color: var(--white);
}
.gallery-tabs .nav-link,
.sponsor-card {
    background-color: var(--white);
    transition: 0.3s;
}
.gallery-tabs .nav-link {
    border: none;
    color: var(--text-color);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
}
.btn-hero,
.intro-content .main-title,
.main-title {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}
#gallery .gallery-carousel .venobox {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}
#gallery .gallery-carousel .venobox::after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--white);
    background-color: rgba(13, 110, 253, 0.7);
    opacity: 0;
    transition: 0.4s;
}
#gallery .gallery-carousel .venobox:hover::after {
    opacity: 1;
}
#gallery .gallery-carousel img {
    transition: transform 0.4s;
}
#gallery .gallery-carousel .venobox:hover img {
    transform: scale(1.1);
}
.full-gallery-link .btn-custom {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}
.sponsor-tier {
    margin-bottom: 4rem;
}
.sponsor-tier h3 {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-color);
}

.sponsor-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    height: 140px;
    margin-bottom: 1.5rem;
}
.program-download-link .btn-custom:hover,
.venue-info-box {
    background-color: var(--heading-color);
    color: var(--white);
}
.info-card,
.venue-info-box,
.venue-map iframe {
    border-radius: var(--border-radius);
}
#header,
.info-card,
.nav-menu > ul > li > a::before {
    transition: 0.3s ease-in-out;
}
.sponsor-card img {
    object-fit: contain;
    opacity: 0.7;
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    mix-blend-mode: multiply;
    opacity: 0.8;
    transition: 0.3s;
}
.sponsor-tier .diamond{
    height: 180px;
}
.sponsor-tier .gold {
    height: 160px;
}
.sponsor-tier .silver {
    height: 140px;
}
.sponsor-tier .bronze {
    height: 120px;
}
#venue {
    padding-bottom: 80px;
}
.program-download-link {
    text-align: center;
    margin-bottom: 3rem;
}
.program-download-link p {
    margin-bottom: 1rem;
}
.program-download-link .btn-custom {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.1rem;
}
.program-download-link .btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
#venue .container-fluid .row {
    margin: 0 15px;
}
.venue-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
}
.venue-info-box {
    padding: 2.5rem;
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.venue-details {
    list-style: none;
    padding: 0;
    margin: 0;
}
.venue-details li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.venue-details li:last-child {
    margin-bottom: 0;
}
.venue-details .icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-right: 1.5rem;
    width: 40px;
    text-align: center;
}
.venue-details .info strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.25rem;
}
.venue-details .info p {
    color: #adb5bd;
    margin: 0;
}
#nav-menu-container {
    margin: 0;
    float: none;
}
.nav-menu a {
    color: #1a202c;
    color: var(--heading-color);
}
.intro-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
#sponzorski-paketi .general-sponsor .package-price,
#sponzorski-paketi .general-sponsor .package-title,
.intro-container h1,
.intro-content {
    color: #fff;
}
.intro-content .main-title {
    color: #fff;
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.intro-content .main-title span {
    border-radius: 8px;
    margin: 0.5rem 0;
}
#header {
    padding: 20px 0;
    right: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(60, 60, 60, 0.5);
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.nav-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 15px;
}
.nav-menu a::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--primary-color);
    transition: width 0.3s;
}
.nav-menu .menu-active a::after,
.nav-menu a:hover::after {
    width: calc(100% - 16px);
}
#mobile-nav {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
}
.info-card {
    background: var(--white);
    padding: 40px 30px;
    box-shadow: var(--shadow-md);
    text-align: center;
    border: 1px solid var(--border-color);
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.1);
}
.info-card .info-icon {
    margin: 0 auto 25px;
    width: 80px;
    height: 80px;
    background-color: #eef7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-card .info-icon i {
    color: var(--primary-color);
    font-size: 36px;
}
.info-card h3 {
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 15px;
}
.info-card p {
    color: var(--text-color);
    line-height: 1.6;
}
.info-card .info-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin-top: 20px;
}
.info-card .info-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.info-card .info-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
}
.intro-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.intro-supporters {
    right: 0;
    z-index: 3;
}
.intro-supporters p {
    font-weight: 500;
}
.intro-supporters .supporter-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    max-width: 900px;
    margin: 0 auto;
}
.intro-supporters .supporter-logos img {
    max-height: 70px;
}
#header #logo img {
    max-height: 45px;
    filter: brightness(0) invert(1) grayscale(100%) brightness(200%);
}
.nav-menu a {
    display: block;
    position: relative;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    color: var(--white);
}
.nav-menu > ul > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--primary-color);
    visibility: hidden;
    transform: scaleX(0);
}
.nav-menu .menu-active > a::before,
.nav-menu a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.nav-menu .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: var(--white);
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: var(--border-radius);
}
.nav-menu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav-menu .dropdown ul a {
    padding: 12px 20px;
    color: var(--heading-color) !important;
}
.header-right .lang-switch {
    color: var(--white);
    font-weight: 700;
    margin-right: 25px;
    transition: 0.3s;
}
.header-right .btn-cta {
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 15px;
    white-space: nowrap;
}
.header-right .btn-cta:hover {
    background: #0b5ed7;
    color: var(--white);
    transform: scale(1.05);
}
#mobile-nav-toggle {
    top: 22px;
    border: 0;
    background: 0 0;
    font-size: 28px;
    transition: 0.4s;
    outline: 0;
    cursor: pointer;
    padding: 0;
    color: var(--white);
}
.intro-logo-container img {
    animation: 1s ease-out 0.2s both fadeInDown;
    max-height: 450px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.sponsor-card {
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.sponsor-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    mix-blend-mode: normal;
}
#intro,
.intro-container {
    height: auto !important;
    display: flex;
}
@media (max-width: 991px) {
    #nav-menu-container,
    .header-right .btn-cta,
    .nav-menu-container {
        display: none;
    }
    .poziv-info,
    .pricing-card,
    .zbornik-card {
        margin-bottom: 2rem;
    }
    .venue-info-box {
        margin-top: 2rem;
    }
    #mobile-nav ul,
    #mobile-nav-toggle {
        padding: 0 !important;
        margin: 0 !important;
    }
    #mobile-nav ul li a:hover,
    #mobile-nav-toggle {
        color: #79b51c !important;
    }
    #header {
        background: #fff !important;
        height: 80px !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    #header .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    #logo img {
        filter: none !important;
        filter: invert(1) grayscale(100%) brightness(0.2) !important;
        opacity: 1 !important;
        max-height: 45px !important;
        margin: 0 !important;
    }
    .header-right {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
        margin-right: 0 !important;
    }
    .lang-switch {
        color: #1a202c !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        text-decoration: none !important;
    }
    #mobile-nav-toggle {
        display: block !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        background: 0 0 !important;
        border: none !important;
        font-size: 32px !important;
        line-height: 1 !important;
        cursor: pointer !important;
        z-index: 99999 !important;
    }
    .btn-cta,
    .nav-menu-container {
        display: none !important;
    }
    #mobile-nav {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 280px !important;
        height: 100vh !important;
        background: #1a202c !important;
        z-index: 9999 !important;
        padding-top: 90px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        overflow-y: auto !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s ease-in-out !important;
    }
    body.mobile-nav-active #mobile-nav {
        transform: translateX(0) !important;
    }
    #mobile-nav ul {
        list-style: none !important;
    }
    #mobile-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    #mobile-nav ul li a {
        display: block !important;
        padding: 15px 0 !important;
        color: #fff !important;
        font-size: 16px !important;
        text-decoration: none !important;
        font-family: Inter, sans-serif !important;
    }
    #intro .intro-buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        margin-top: 20px !important;
        margin-bottom: 40px !important;
        width: 100% !important;
    }
    #intro .intro-buttons .btn {
        margin: 0 !important;
        width: 80% !important;
        max-width: 320px !important;
        padding: 15px 20px !important;
        font-size: 16px !important;
        display: block !important;
    }
    #intro {
        height: auto !important;
        min-height: 100vh !important;
        padding-bottom: 60px !important;
        background-attachment: scroll !important;
    }
    .intro-container {
        height: auto !important;
        justify-content: flex-start !important;
        padding-top: 120px !important;
        padding-bottom: 20px !important;
    }
    .intro-content .main-title {
        font-size: 1.8rem !important;
        margin-bottom: 15px !important;
    }
    .intro-content .main-title span {
        padding: 0.2rem 1rem !important;
        font-size: 1.5rem !important;
    }
    .intro-supporters {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        margin-top: 0 !important;
        padding: 0 10px !important;
    }
    .intro-supporters p {
        color: #fff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
        margin-bottom: 15px !important;
    }
    .intro-supporters .supporter-logos img {
        max-height: 35px !important;
        margin: 5px 10px !important;
    }
}
#sponzorski-paketi .package-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 30px 20px;
}
#sponzorski-paketi .package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
#sponzorski-paketi .package-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
#sponzorski-paketi .package-price {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
#sponzorski-paketi .package-price .currency {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
#sponzorski-paketi .package-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
#sponzorski-paketi .package-features li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 25px;
}
#sponzorski-paketi .package-features li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#sponzorski-paketi .package-features li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #18d26e;
    font-size: 14px;
}
#sponzorski-paketi .package-features li.highlight {
    color: #000;
    background-color: #fff8e1;
    padding: 5px 5px 5px 25px;
    border-radius: 4px;
}
#sponzorski-paketi .general-sponsor {
    background: linear-gradient(135deg, #2d3290 0, #241b4f 100%);
    color: #fff;
    border: none;
}
#sponzorski-paketi .general-sponsor p {
    color: rgba(255, 255, 255, 0.9);
}
#sponzorski-paketi .platinum-sponsor {
    border-top: 5px solid #555;
    background: #f9f9f9;
}
#sponzorski-paketi .platinum-sponsor .badge-exclusive {
    position: absolute;
    top: 0;
    right: 0;
    background: #555;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom-left-radius: 10px;
}
#sponzorski-paketi .package-list-inline {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
#sponzorski-paketi .package-list-inline li {
    color: #555;
}
#sponzorski-paketi .package-list-inline i {
    color: #555;
    margin-right: 5px;
}
#sponzorski-paketi .gold-sponsor {
    border-top: 4px solid gold;
}
#sponzorski-paketi .gold-sponsor .package-title {
    color: #d4af37;
}
#sponzorski-paketi .silver-sponsor {
    border-top: 4px solid silver;
}
#sponzorski-paketi .silver-sponsor .package-title {
    color: #7f8c8d;
}
#sponzorski-paketi .bronze-sponsor {
    border-top: 4px solid #cd7f32;
}
#sponzorski-paketi .bronze-sponsor .package-title {
    color: sienna;
}
#intro {
    width: 100%;
    position: relative;
    background: url(../img/podloga.png) top center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 60px;
    overflow: hidden;
}
#intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10, 20, 40, 0), rgba(10, 20, 40, 0));
    z-index: 1;
}
.intro-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.intro-logo-container {
    margin-bottom: 30px;
    animation: 1s ease-out fadeInDown;
}
.intro-top .eyebrow-text {
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255);
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    display: inline-block;
}
.main-title {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.8rem); 
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.main-title span {
    color: #94c120;
    background: 0 0;
    padding: 0;
    font-weight: 800;
    position: relative;
    display: inline-block;
}
.main-title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 2px;
    left: 0;
    background-color: #94c120;
    border-radius: 2px;
    opacity: 0.7;
}
.intro-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    text-align: center;
}
.intro-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.btn-hero {
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s;
}
.btn-solid {
    background: #0d6efd;
    color: #fff;
    border: 2px solid #0d6efd;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}
.btn-solid:hover {
    background: #0056b3;
    transform: translateY(-3px);
    color: #fff;
}
.btn-outline {
    background: 0 0;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.btn-outline:hover {
    background: #fff;
    color: #1a202c;
    border-color: #fff;
    transform: translateY(-3px);
}
.intro-supporters p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.supporter-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.supporter-logos img {
    height: 70px;
    width: auto;
    opacity: 0.7;
}
@media (max-width: 768px) {
    .committee-tab-content ul {
        column-count: 1;
    }
    #sponzorski-paketi .package-price {
        font-size: 26px;
    }
    #intro {
        padding: 120px 0 40px;
    }
    .main-title {
        font-size: 2rem;
    }
    .intro-buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .btn-hero {
        width: 100%;
        text-align: center;
    }
    .supporter-logos img {
        height: 25px;
        margin: 5px;
    }
}
#intro {
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: center;
}
.intro-container {
    justify-content: flex-start !important;
    padding: 0 15px !important;
    flex-direction: column;
    align-items: center;
}
.intro-buttons {
    margin-top: 30px;
    margin-bottom: 10px !important;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.intro-supporters {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    background-color:rgba(13, 110, 253);
    padding-bottom:15px;
    border-radius:15px;
}
.intro-content .main-title span {
    background-color: transparent !important;
    color: #94c120 !important;
    padding: 0 !important;
    position: relative;
    display: inline-block;
}
.intro-content .main-title span::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #94c120;
    border-radius: 2px;
    margin-top: -5px;
    opacity: 0.8;
}
@media (max-width: 768px) {
    #intro {
        padding-top: 120px;
    }
    .intro-content .main-title {
        font-size: 2rem !important;
    }
    .intro-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ==========================================
   NOVA SEKCIJA: VAŽNI DATUMI
   ========================================== */
   #vazni-datumi .date-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

#vazni-datumi .date-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* Zaglavlje kartice (Datum) */
#vazni-datumi .date-header {
    background: var(--primary-color);
    color: #fff;
    padding: 15px 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Telo kartice */
#vazni-datumi .date-body {
    padding: 20px;
}

#vazni-datumi .date-body i {
    font-size: 2rem;
    color: #ddd; /* Svetlo siva ikona */
    margin-bottom: 10px;
    transition: 0.3s;
}

#vazni-datumi .date-card:hover .date-body i {
    color: var(--primary-color); /* Ikona poplavi na hover */
}

#vazni-datumi .date-body h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

#vazni-datumi .date-body p {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 0;
}

/* Specijalna kartica za Finalni datum */
#vazni-datumi .final-date {
    border: 2px solid #94c120; /* Zeleni okvir */
}

#vazni-datumi .final-date .date-header {
    background: linear-gradient(135deg, #94c120 0%, #79b51c 100%);
    font-size: 1.5rem;
}

#vazni-datumi .final-date .date-body i {
    color: #94c120;
}


/* ==========================================
   IZMENE ZA POZIV SEKCIJU (Refactoring)
   ========================================== */
.call-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    height: 100%;
    text-align: left;
}

.call-box h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.call-box p {
    font-size: 0.9rem;
    margin-bottom: 20px;
}

/* Centriranje dugmića unutar poziva */
.poziv-links.justify-content-center {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Pravi kursor u obliku "ruke" kada se pređe preko naslova */
.sponsor-toggle {
    cursor: pointer;
    list-style: none; /* Uklanja podrazumevanu strelicu */
    outline: none;
  }
  
  /* Uklanja podrazumevanu strelicu za webkit browsere (Chrome, Safari) */
  .sponsor-toggle::-webkit-details-marker {
    display: none;
  }
  
  /* Diskretan tekst koji sugeriše korisniku da može da klikne */
  .click-hint {
    font-size: 0.85rem;
    color: #888;
    margin-top: 5px;
    margin-bottom: 0;
    font-style: italic;
  }
  
  /* Lepa tranzicija pri otvaranju */
  details[open] summary ~ * {
    animation: fadeIn 0.4s ease-in-out;
  }
  
  @keyframes fadeIn {
    0% { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
  }
  
  
  
  
  
#dijamant h3 {
    font-size:36px;
}