﻿/* region Fonts */
@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* endregion */

/* region Common */
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
}

html, body {
    font-family: 'Poppins', sans-serif;
    color: #020920;
    -webkit-font-smoothing: antialiased;
}

/* Main Background - Genel kullanÄ±m iÃ§in */
.main-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: -1;
    overflow: hidden;
}

.main-bg .circle {
    position: absolute;
    border: solid rgba(0, 0, 0, 0.8);
    opacity: 0.05;
}

.main-bg .circle-1 {
    top: 504px;
    left: -230px;
    width: 365px;
    height: 365px;
    border-radius: 182.4px;
    border-width: 84px;
}

.main-bg .circle-2 {
    top: -104px;
    left: 552px;
    width: 247px;
    height: 247px;
    border-radius: 123.6px;
    border-width: 48px;
}

.main-bg .circle-3 {
    top: 20px;
    left: -48px;
    width: 416px;
    height: 416px;
    border-radius: 208.2px;
    border-width: 106.8px;
}

.main-bg .circle-4 {
    top: 683px;
    left: 1551px;
    width: 416px;
    height: 416px;
    border-radius: 208.2px;
    border-width: 106.8px;
}

.main-bg .circle-5 {
    top: -44px;
    left: 1566px;
    width: 416px;
    height: 416px;
    border-radius: 208.2px;
    border-width: 106.8px;
}

.main-bg .blur-effect {
    position: absolute;
    top: 119px;
    left: 833px;
    width: 564px;
    height: 564px;
    background: rgba(251, 251, 251, 0.37);
    border-radius: 282px;
    filter: blur(102px);
}

@media (max-width: 1728px) {
    .main-bg .circle-4 {
        right: -200px;
        left: auto;
    }
    
    .main-bg .circle-5 {
        right: -185px;
        left: auto;
    }
    
    .main-bg .blur-effect {
        left: 50%;
        transform: translateX(-50%);
    }
}


ul {
    padding: 0;
    list-style: none;
}

.table .table {
    background-color: #f4f4f4;
    border-radius: .5rem;
}

.table .table thead {
    background-color: #dfdfdf;
}

.w-50px {
    max-width: 50px;
}

.row-detail {
    display: none;
}

g:focus, path:focus, rect:focus {
    outline: none;
    border: none;
}

.static-page-detail {
    border-radius: .5rem;
    box-shadow: 0 3px 45px 1px rgb(44 62 80 / 15%);
    padding: 20px;
    margin-bottom: 1rem;
    font-size: .875rem
}

.static-page-detail h2 {
    font-size: 1.1rem;
}

.static-page-detail h3 {
    font-size: 1rem;
}

@media (max-width: 567px) {
    .static-page-detail {
        font-size: .75rem;

    }

    .static-page-detail h2 {
        font-size: 1rem;
    }

    .static-page-detail h3 {
        font-size: .875rem;
    }
}

/* region Login */
#modalLogin .modal-content, #modalPasswordReset .modal-content {
    border-radius: 1rem 1rem 2rem 2rem;
}

#modalLogin .modal-header, #modalPasswordReset .modal-header {
    color: #878787;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}

#modalLogin .modal-header .modal-title, #modalPasswordReset .modal-header .modal-title {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1.25rem;
    letter-spacing: 1px;
}

#modalLogin .modal-body {

}

#modalLogin .modal-footer, #modalPasswordReset .modal-footer {
    justify-content: center;
    border-radius: .25rem;
    padding: 1.5rem 1.5rem 2.5rem;
    border-top: 0;
}

#modalLogin .form-control, #modalPasswordReset .form-control {
    padding: .75rem 3rem .75rem 1rem;
    font-size: .875rem;
}

#modalLogin .form-control:focus, #modalPasswordReset .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #898989;
    outline: 0;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(65, 65, 65, 0.25);*/
}

#modalLogin .form-group, #modalPasswordReset .form-group {
    position: relative;
}

#modalLogin .form-group .form-icon, #modalPasswordReset .form-group .form-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bbb;
    height: 3rem;
    width: 3rem;
    top: 1px;
    right: 1px;
    font-size: 1rem;
    padding: .75rem;
}

#modalLogin .form-check, #modalPasswordReset .form-check {
    margin-bottom: 0;
}

#modalLogin .btn-link, #modalPasswordReset .btn-link {
    padding: 0;
    border: none;
    font-weight: 500;
    color: #981a0f;
    font-size: .875rem;
}

#modalLogin #login-button, #modalPasswordReset #password-reset-button {
    border: 1px solid #1875ee;
    color: #1875ee;
    border-radius: .5rem;
    padding: .75rem 0;
    width: 100%;
    transition: all .3s;
    font-size: .875rem;
}

#modalLogin #login-button:hover, #modalPasswordReset #password-reset-button:hover {
    background-color: #1875ee;
    color: #fff;
    transition: all .3s;
}

#modalLogin .social-login-header {
    position: relative;
    background: #bbb;
    text-align: center;
    color: #bbb;
    line-height: 2rem;
    margin: 1.5rem 0;
    height: 2px;
}

#modalLogin .social-login-header:after {
    position: absolute;
    content: attr(data-content);
    width: 4rem;
    top: calc(50% - 0.5rem);
    line-height: 1rem;
    left: calc(50% - 2rem);
    background: #fff;
}

#modalLogin .social-login-area {
    display: flex;
    justify-content: space-evenly;
}

#modalLogin .btn-facebook {
    border: 1px solid #1875ee;
    color: #1875ee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1.25rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: all .3s;
}

#modalLogin .btn-facebook:hover {
    transition: all .3s;
    background-color: #1875ee;
    color: #fff;
}

#modalLogin .btn-google {
    border: 1px solid #c00;
    color: #c00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    line-height: 1.25rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: all .3s;
}

#modalLogin .btn-google:hover {
    transition: all .3s;
    background-color: #c00;
    color: #fff;
}

#modalLogin .form-check-label {
    font-size: .875rem;
}

@media (max-width: 567px) {
    #modalLogin .modal-footer, #modalLogin .btn-link {
        font-size: .75rem;
    }

    #modalLogin .form-control, #modalLogin .form-check-label, #modalLogin #login-button {
        font-size: .75rem;
    }

    #modalLogin .form-group .form-icon {
        font-size: 1rem
    }
}

/* endregion */

/* region Scrollbar */
/* width */
::-webkit-scrollbar {
    width: .5rem;
    height: .25rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(220, 53, 69, 0.5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(220, 53, 69, 1);
}

/* endregion */

/* region Section */
section {
    padding: 2rem 0;
}

section.sub-page {
    min-height: calc(100vh - 100px);
}

.section-header {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header .btn-more {
    float: right;
    font-size: .875rem;
    line-height: 1rem;
    color: rgba(0, 0, 0, .75);
    border: none;
    padding: .5rem 0;
}

.section-header .btn-more:active, .section-header .btn-more:focus {
    background-color: transparent !important;
    border: none !important;
    color: rgba(0, 0, 0, .75) !important;
}

.section-header .btn-more img {
    height: 1rem;
    float: right;
    margin-left: .5rem;
}

.section-sub-header {
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    color: #6a6a6a;
}

@media (max-width: 767px) {
    section {
        padding: .75rem 0;
    }

    .section-header {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .section-header .btn-more {
        font-size: .75rem;
    }
}

/* endregion */

/* region Icon Box */
.card-icon-box {
    border: none;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: .5rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.card-icon-box .card-header {
    min-height: 5rem;
}

.card-icon-box .card-header, .card-icon-box .card-footer {
    background-color: transparent;
    border: none;
}

.card-icon-box .card-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.card-icon-box .card-footer {
    font-size: .875rem;
    text-align: justify;
    font-weight: 500;
    min-height: 15rem;
}

/* endregion */
/* endregion */

/* region Event Card */
#slider .event-card .card-header {
    clip-path: none;
    height: 280px;
    background: no-repeat center center;
    background-size: cover;
}

.event-card {
    padding: 0;
    border: none;
    border-radius: .5rem;
    overflow: hidden;
}

.event-card .card-header, .event-card .card-footer {
    background-color: transparent;
    border: none;
}

.event-card .card-header {
    padding: 0;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 90%);
}

.event-card .card-header img {
    width: 100%;
    transition: all .3s;
    min-height: 190px;
    max-width: 650px;
}

.event-card:hover .card-header img {
    transform: scale(1.1);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .3s;
}

.event-card .card-body {
}

.event-card .card-body .title {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    position: relative;
    padding-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-card .card-footer {
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 0 1rem 1rem;
}

.event-card .card-footer img {
    height: 1.25rem;
    float: left;
    margin-right: .5rem;
}

.event-card .card-footer .calendar {
    display: flex;
    margin-bottom: .5rem;
}

.event-card .card-footer .date {
    margin-right: 1rem;
}

.event-card .card-footer .location {
    line-height: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.event-card .card-footer i {
    color: #787878;
}

@media (max-width: 1920px) {
    .event-card .card-header img {
        max-width: 470px;
    }
}

@media (max-width: 567px) {
    .event-card .card-header {
        clip-path: none;
    }

    .event-card .card-header img {
        min-height: 100px;
    }

    .event-card .card-body {
        padding: .5rem;
    }

    .event-card .card-body .title {
        margin-bottom: 0;
        padding-bottom: 0;
        white-space: normal;
    }

    .event-card .card-body .title {
        font-size: .875rem;
        min-height: 2.5rem
    }

    .event-card.high-demand .card-body .title {
        min-height: auto !important;
    }

    .event-card .card-footer {
        font-size: .6rem;
        padding: 0 .5rem .5rem;
    }

    .event-card .card-footer .date {
        margin-right: .25rem;
    }
}

/* endregion */

/* region Footer */
/* region Utility Classes */
.px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
}

@media (max-width: 1400px) {
    .px-10 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (max-width: 1200px) {
    .px-10 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 991.98px) {
    .px-10 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 767.98px) {
    .px-10 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .px-10 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* endregion */

/* region Footer Layout */
.footer {
    background: #ffffff;
    padding: 3rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #e7e8f2;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.footer section {
    width: 100%;
    padding: 0;
}
/* endregion */

/* region Footer Columns */
.footer-column h4 {
    font-weight: 600;
    font-size: 1rem;
    color: #dc0b2c;
    margin-bottom: 1rem;
}

.footer-column ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-column a {
    display: inline-block;
    font-size: .875rem;
    color: #8e8e8e;
    text-decoration: none;
    transition: color 0.3s;
    margin-bottom: .5rem;
}

.footer-column a:hover {
    color: #dc0b2c;
}
/* endregion */

/* region Newsletter */
.newsletter {
    width: 343.23px;
}

@media (max-width: 991.98px) {
    .newsletter {
        width: 100%;
    }
}

.newsletter-box {
    position: relative;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 27px 15px 15px 15px;
    margin-bottom: 16px;
}

.newsletter-box input {
    width: calc(100% - 80px);
    height: 100%;
    border: 1.5px solid #e7e8f2;
    border-radius: 8px;
    padding: 0 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #09132e;
}

.newsletter-box input::placeholder {
    opacity: 0.6;
}

.newsletter-box button {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: #dc0b2c;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-box button img {
    width: 12px;
    height: 10px;
}

.newsletter p {
    font-size: 12px;
    line-height: 20.4px;
    color: #09132e;
    opacity: 0.6;
}

@media (max-width: 1200px) {
    .footer-content {
        gap: 40px;
    }
}
@media (max-width: 991.98px) {
    .footer-content {
        gap: 20px;
    }
    
    .footer-column {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding: 60px 0 30px;
    }
    
    .footer-content {
        gap: 20px;
        padding: 0 20px;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column h4 {
        font-size: 18px;
    }
    
    .footer-column a {
        font-size: 14px;
    }
    
    .newsletter-box {
        height: 45px;
    }
    
    .newsletter-box input {
        font-size: 12px;
    }
    
    .newsletter p {
        font-size: 11px;
    }
}
@media (max-width: 575.98px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        padding: 0 15px;
    }
    
    .footer-column h4 {
        font-size: 16px;
    }
    
    .footer-column a {
        font-size: 13px;
    }
    
    .newsletter-box {
        height: 40px;
    }
    
    .newsletter-box input {
        font-size: 11px;
        padding: 0 12px;
    }
    
    .newsletter p {
        font-size: 10px;
    }
}
/* endregion */

/* region Footer Band */
.footer section.footer-band {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background: #dc0b2c;
    width: 100%;
    flex-wrap: wrap;
}

.footer-band a {
    font-size: .875rem;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.footer-band a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .footer section.footer-band {
        padding: 1rem 1.5rem;
        gap: 0.875rem;
    }
    
    .footer-band a {
        font-size: .8125rem;
    }
}

@media (max-width: 991.98px) {
    .footer section.footer-band {
        padding: 1rem 1.25rem;
        gap: 0.75rem;
    }
    
    .footer-band a {
        font-size: .8rem;
    }
}

@media (max-width: 767.98px) {
    .footer section.footer-band {
        padding: 1rem;
        gap: 0.625rem;
    }
    
    .footer-band a {
        font-size: .75rem;
    }
}

@media (max-width: 575.98px) {
    .footer section.footer-band {
        padding: 0.875rem 0.75rem;
        gap: 0.5rem;
        justify-content: flex-start;
    }
    
    .footer-band a {
        font-size: .7rem;
    }
}

@media (max-width: 380px) {
    .footer section.footer-band {
        padding: 0.75rem 0.5rem;
        gap: 0.375rem;
    }
    
    .footer-band a {
        font-size: .65rem;
    }
}
/* endregion */

/* region Footer Bottom */
.footer section.footer-bottom {
    padding: 1.5rem 0;
    background: #ffffff;
}

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

.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer-logo {
    width: 209px;
    height: 35.94px;
    object-fit: contain;
}

.payment-methods {
    width: 331px;
    height: 32px;
    object-fit: cover;
}

.social-links {
    display: flex;
    gap: 19px;
    align-items: center;
}

.social-links a {
    transition: opacity 0.3s, transform 0.3s;
}

.social-links a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.social-links img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

/* Responsive Desktop */
@media (max-width: 1400px) {
    .footer-bottom-content {
        gap: 1.5rem;
    }
    
    .footer-logo-section {
        gap: 1.5rem;
    }
    
    .footer-logo {
        width: 180px;
        height: 31px;
    }
    
    .payment-methods {
        width: 280px;
        height: 28px;
    }
}

/* Tablet ve Mobil iÃ§in */
@media (max-width: 991.98px) {
    .footer-bottom-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-logo-section {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }
    
    .footer-logo {
        width: 160px;
        height: 28px;
    }
    
    .payment-methods {
        width: 260px;
        height: 25px;
    }
    
    .social-links {
        justify-content: center;
        gap: 15px;
    }
    
    .social-links img {
        width: 40px;
        height: 40px;
    }
}

/* KÃ¼Ã§Ã¼k Tablet */
@media (max-width: 767.98px) {
    .footer-bottom-content {
        gap: 25px;
    }
    
    .footer-logo-section {
        gap: 20px;
    }
    
    .footer-logo {
        width: 140px;
        height: 24px;
    }
    
    .payment-methods {
        width: 230px;
        height: 22px;
    }
    
    .social-links {
        gap: 12px;
    }
    
    .social-links img {
        width: 38px;
        height: 38px;
    }
}

/* Mobil */
@media (max-width: 575.98px) {
    .footer section.footer-bottom {
        padding: 1.5rem 1rem;
    }
    
    .footer-bottom-content {
        gap: 20px;
    }
    
    .footer-logo-section {
        gap: 15px;
    }
    
    .footer-logo {
        width: 120px;
        height: 20px;
    }
    
    .payment-methods {
        width: 200px;
        height: 20px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-links img {
        width: 35px;
        height: 35px;
    }
}

/* Ã‡ok kÃ¼Ã§Ã¼k ekranlar */
@media (max-width: 380px) {
    .footer-logo {
        width: 100px;
        height: 17px;
    }
    
    .payment-methods {
        width: 180px;
        height: 18px;
    }
    
    .social-links img {
        width: 30px;
        height: 30px;
    }
}
/* endregion */


/* region Back to Top Button */
#backToTop {
    transition: all 0.3s ease;
    opacity: 0.8;
}

#backToTop:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 11, 44, 0.4);
}
/* endregion */

/* endregion */

/* region Homepage */
#hero-search-area {
    background: no-repeat center center;
    background-size: cover;
}

/* region Slider */
.main-slider .swiper-wrapper {
    margin-bottom: 3rem;
}

.main-slider .swiper-pagination-bullet {
    width: 1rem;
    border-radius: .25rem;
    transition: all .3s;
}

.main-slider .swiper-pagination-bullet-active {
    width: 1.5rem;
    background-color: #101935;
    transition: all .3s;
}

.slider-card {
    border-radius: .5rem;
    overflow: hidden;
    border: none;
    height: 350px;
    position: relative;
}

.slider-card .slider-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .3s;
}

.slider-card:hover img.slider-bg {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .3s;
}

.slider-card .slider-context {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1rem solid rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    display: flex;
    opacity: 0;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: all .3s;
}

.slider-card:hover .slider-context {
    opacity: 1;
    transition: all .3s;
}

.slider-card .slider-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.slider-card .slider-description {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    padding: 0 5rem;
    text-align: center;
}

.slider-card .btn-more {
    color: #fff;
    margin-top: 1rem;
    letter-spacing: .5px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;

}

.event-card .event-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #FFFFFF;
    padding: 1rem;
    background-image: linear-gradient(0deg, black, transparent);
    font-size: .875rem;
}

.event-card .event-info h3 {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-overflow: ellipsis;
    width: calc(100% - 6rem);
    white-space: nowrap;
    overflow: hidden;
}

.event-card .event-info p {
    text-overflow: ellipsis;
    width: calc(100% - 6rem);
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
}

.event-card .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent)
}

.event-card .event-date {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    border: 1px solid #FFFFFF;
    border-radius: .5rem;
    padding: .5rem;
    text-align: center;
    min-width: 4.5rem;
    font-size: .75rem;
}

.event-card .header-clock, .event-card .header-date, .event-card .header-title, .event-card .header-location {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(2, 9, 32, 0.5);
    color: #FFFFFF;
    padding: .25rem .5rem;
    border-radius: .25rem;
    text-align: center;
    font-size: .75rem;
}

.event-card .header-date {
    right: auto;
    left: 1rem;
}

.event-card .header-location {
    top: 3rem;
    left: 1rem;
    right: auto;
}

.event-card .header-title {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem;
    font-size: 1rem;
    background-color: rgba(2, 9, 32, 0.75);
}

#slider .event-card .event-date span {
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 500;
}

#slider .event-card .slider-image {
    position: absolute;
    height: 280px;
}

@media (max-width: 567px) {
    .event-card .event-info h3 {
        font-size: .875rem;
    }

    .event-card .event-info p {
        font-size: .75rem;
    }

    #slider .event-card {
        margin-bottom: 0;
    }

    #slider .event-card .card-header {
        height: 250px;
    }

    #slider .event-card .slider-image {
        height: 250px;
    }

    #slider .event-card .event-date span {
        font-size: 1rem;
    }
}

/* endregion */

/* region Popular Items */
.popular-main-item {
    height: 530px;
}

.popular-item {
    height: 250px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .popular-main-item {
        margin-bottom: 1rem;
    }
}

/* endregion */

/* region Events */

#upcomingEventTab {
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, .25);
}

#upcomingEventTab .nav-link {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    border: none;
}

#upcomingEventTab .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid #000;
    margin-bottom: -2px;
    font-weight: 500;
}

.event-list {
    padding: 0;
    list-style: none;
}

.event-list-item {
    display: block;
    padding: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    font-size: .875rem;
}

.event-list-item:last-child {
    border-bottom: none;
}

.event-list-item:hover {
    /*background-color: rgba(0, 0, 0, .15);*/
}

.event-list-item .description {
    display: flex;
    justify-content: space-between;
}

.event-list-item .description .date {
    text-align: center;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #000;
    width: 110px;
}

.event-list-item .description .date span {
    display: block;
}

.event-list-item .description .context {
    margin-right: 1rem;
}

.event-list-item .description .context i {
    color: #787878;
}

.event-list-item .description .context h4 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.event-list-item .description .context .date-mobile {
    display: none;
}

.event-list-item .description .context .location {
    line-height: .875rem;
}

.event-list-item .description .price {
    text-align: center;
}

.event-list-item .description .price span {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
}

.event-list-item .info {
    margin-top: .5rem;
    font-size: .75rem;
    color: red;
}

@media (max-width: 767px) {
    #upcomingEventTab .nav-link {
        font-size: .875rem;
    }

    .section-sub-header {
        margin-bottom: .5rem;
    }

    .event-list-item {
        padding: .5rem;
    }

    .event-list-item .description .date {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        text-align: left;
        font-size: .875rem;
        display: none;
    }

    .event-list-item .description .date span {
        display: inline-block;
    }

    .event-list-item .description .context {
        margin-right: 0;
        width: 260px;
    }

    .event-list-item .description .context h4 {
        font-size: .875rem;
    }

    .event-list-item .description .context .date-mobile {
        display: block;
        font-size: .75rem;
        margin-bottom: .5rem;
    }

    .event-list-item .description .context .location {
        font-size: .75rem;
        width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .event-list-item .description .price {
        font-size: .75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .event-list-item .description .price span {
        font-size: .875rem;
    }
}

/* endregion */

/* region Team */
.team-slider .swiper-slide {

}

.team-slider .swiper-wrapper {
    margin-bottom: 2rem;
}

.team-slider .swiper-pagination-bullet {
    width: 1rem;
    border-radius: .25rem;
    transition: all .3s;
}

.team-slider .swiper-pagination-bullet-active {
    width: 1.5rem;
    background-color: #101935;
    transition: all .3s;
}

.team-card {
    border: none;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.team-card .card-header {
    background-color: transparent;
    padding: 0;
    border-bottom: none;
}

.team-card .card-header img {
    border-radius: .5rem;
    width: 100%;
}

.team-card .card-body {
    padding: 1rem 0;
}

.team-card .card-body .title {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 567px) {
    .team-card .card-body {
        padding: .5rem 0;
    }

    .team-card .card-body .title {
        font-size: .75rem;
        line-height: 1rem;
    }
}


/* endregion */

/* region Category */
.category-card {
    border: none;
    border-radius: 3rem;
    overflow: hidden;
    height: 450px;
}

.category-card .card-bg {
    position: absolute;
    height: 100%;
    width: 100%;
}

.category-card .card-body {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
}

.category-card .card-body h2 {
    font-weight: 500;
    transition: all .3s;
    font-size: 1.25rem;
    margin: 5rem 0 0;
}

.category-card:hover .card-body h2 {
}

.category-card:hover .card-body {
    background-color: rgba(0, 0, 0, .45);
}


#categoryContent {
    font-size: .875rem;
}

#categoryContent .category-img {
    border-radius: .5rem;
    margin-bottom: 1rem;
}

#categoryContent h1 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

#categoryContent h2, #categoryDescription h2 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

#categoryContent .btn-link {
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    color: #333333;
    margin-top: -5rem;
    background: linear-gradient(180deg, #ffffff52, rgb(255 255 255));
    padding-top: 4rem;
    font-size: .875rem;
    margin-bottom: 1rem;
}

#categoryContent .breadcrumb {
    margin-bottom: .25rem;
    font-size: .75rem;
}

@media (max-width: 767px) {
    .category-card {
        height: 250px;
        border-radius: 1rem;
    }

    .category-card .card-body h2 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    #categoryContent h1 {
        font-size: 1.1rem;
        margin-bottom: .5rem;
        margin-top: 1rem;
    }
}

/* endregion */

/* region Feature */
.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 2rem 0;
    background-color: #FFFFFF;
    color: #000;
    border-radius: 1rem;
    transition: all .3s;
}

.feature-card:hover {
    cursor: pointer;
    transition: all .3s;
}

.feature-card .image {
    background-color: #fff;
    padding: 1rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin-bottom: 1rem;
    transition: all .3s;
}

.feature-card:hover .image {
    box-shadow: 0 0 1rem .5rem rgba(255, 255, 255, .15);
    transition: all .3s;
}

.feature-card .title {
    position: relative;
    font-size: 1.25rem;
    line-height: 2rem;
    padding: .5rem 0;
    margin-bottom: 1rem;
    transition: all .3s;
    font-weight: 600;
}

.feature-card .title:before, .feature-card .title:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: .125rem;
    background-color: #000;
    top: 0;
    left: 0;
    border-radius: .25rem;
    transition: all .3s;
}

.feature-card .title:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.feature-card:hover .title:before, .feature-card:hover .title:after {
    transition: all .3s;
    width: 100%;
}

.feature-card .description {
    font-size: .875rem;
    line-height: 1.5rem;
    min-height: 160px;
}

@media (max-width: 767px) {
    .feature-card {
        margin-bottom: 1rem;
        padding: 1rem 1rem 0;
    }

    .feature-card .title {
        font-size: 1rem;
    }

    .feature-card .description {
        font-size: .75rem;
        line-height: 1rem;
        min-height: 120px;
    }
}

.feature-col {
    display: flex;
    flex-direction: column;
}

.feature-logo {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.feature-logo-img {
    margin-right: 1rem;
    height: 4rem;
}

.feature-logo-text {
    color: #000000;
    font-size: 1.75rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.feature-logo-text small {
    display: block;
    font-weight: 400;
}

.feature-logo-text span {
    color: red;
}

@media (max-width: 767px) {
    .feature-col-1 {
        margin-bottom: 1rem;
        align-items: center;
    }

    .feature-col-2 {
        align-items: flex-start;
        text-align: left;
    }

    .feature-col-3 {
        align-items: flex-end;
        text-align: right;
    }



    .feature-logo {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .feature-logo-img {
        height: 3rem;
        margin-right: .25rem;
    }

    .feature-logo-text {
        font-size: 1.25rem;
        line-height: 1.1rem;
    }
}

/* endregion */

/* region Upcoming Events */
.btn-tab-more {
    margin: 1rem 0;
}

.btn-tab-more img {
    height: 1.25rem;
    margin-left: .5rem;
}

/* endregion */

.text-area {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 2rem 0;
}

.text-area h2 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 2rem;
}

.text-area h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 2rem;
}

.text-area p {
    line-height: 1.5rem;
}

.text-area strong {
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .btn-tab-more {
        margin: .5rem 0;
        font-size: .75rem;
    }

    .text-area {
        font-size: .75rem;
        line-height: 1rem;
    }

    .text-area h2 {
        font-size: 1rem;
        font-weight: 700;
    }

    .text-area h3 {
        font-size: .875rem;
        font-weight: 700;
    }
}

/* endregion */

/* ==================== FIGMA TASARIMI - ANASAYFA CSS ==================== */

/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  min-height: 931px;
  height: 931px;
  overflow: hidden;
  background: transparent;
  display: block !important;
  visibility: visible !important;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1099px;
  background: #ffffff;
}

.circle {
  position: absolute;
  border: solid rgba(0, 0, 0, 0.8);
  opacity: 0.05;
}

.circle-1 {
  top: 504px;
  left: -230px;
  width: 365px;
  height: 365px;
  border-radius: 182.4px;
  border-width: 84px;
}

.circle-2 {
  top: -104px;
  left: 552px;
  width: 247px;
  height: 247px;
  border-radius: 123.6px;
  border-width: 48px;
}

.circle-3 {
  top: 20px;
  left: -48px;
  width: 416px;
  height: 416px;
  border-radius: 208.2px;
  border-width: 106.8px;
}

.circle-4 {
  top: 683px;
  left: 1551px;
  width: 416px;
  height: 416px;
  border-radius: 208.2px;
  border-width: 106.8px;
}

.circle-5 {
  top: -44px;
  left: 1566px;
  width: 416px;
  height: 416px;
  border-radius: 208.2px;
  border-width: 106.8px;
}

.blur-effect {
  position: absolute;
  top: 119px;
  left: 833px;
  width: 564px;
  height: 564px;
  background: rgba(251, 251, 251, 0.37);
  border-radius: 282px;
  filter: blur(102px);
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.hero-title {
  max-width: 806px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 76px;
  color: #dc0b2c;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease backwards;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 32px;
  color: #737373;
  margin-bottom: 40px;
  animation: fadeInUp 1s ease 0.1s backwards;
}

.search-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1106px;
  margin-top: 5rem;
  animation: fadeInUp 1s ease 0.2s backwards;
  position: relative;
  z-index: 10001;
}

.search-box {
  position: relative;
  width: 100%;
}

.search-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #e4e6e8;
}

.search-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 2;
  color: #737373;
}

.search-input {
  position: relative;
  width: 100%;
  height: 77px;
  padding-left: 70px;
  padding-right: 80px;
  border: none;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #737373;
  z-index: 1;
}

.search-submit-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 61px;
  background: #dc0b2c;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}

.search-submit-btn:hover {
  background: #b80924;
  transform: translateY(-50%) scale(1.05);
}

.search-submit-btn i {
  color: #ffffff;
  font-size: 20px;
}

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

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

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Event Carousel */
.event-carousel {
  position: relative;
  width: 100%;
  max-width: 1729px;
  min-height: 350px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  animation: fadeIn 1s ease;
  z-index: 5;
  display: block !important;
  visibility: visible !important;
}

.event-carousel-swiper {
  width: 100%;
  height: 350px;
  padding-bottom: 40px;
  display: block !important;
  visibility: visible !important;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.event-carousel-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.event-carousel-swiper .swiper-slide:not(.swiper-slide-active) .event-card {
  transform: scale(0.7);
  filter: blur(2px);
  opacity: 0.6;
}

.event-carousel-swiper .swiper-slide.swiper-slide-active .event-card {
  transform: scale(1.15);
  filter: none;
  opacity: 1;
}

.event-card {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 9px;
  transition: all 0.3s ease;
  z-index: 1;
  margin: 0 auto;
}

.event-card:hover {
  transform: translateY(-5px) scale(1.2) !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 15 !important;
}

.event-carousel-swiper .swiper-slide.swiper-slide-active .event-card:hover {
  transform: translateY(-5px) scale(1.25) !important;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.2);
}

.event-carousel-swiper .swiper-slide:not(.swiper-slide-active) .event-card:hover {
  transform: translateY(-5px) scale(0.75) !important;
}

.event-card.small {
  width: 285px;
  height: 128px;
  border-radius: 9px;
  filter: blur(1.5px);
}

.event-card.medium {
  width: 380px;
  height: 170px;
  border-radius: 16px;
  filter: blur(2px);
}

.event-card.large {
  width: 506px;
  height: 227px;
  border-radius: 24px;
  filter: none;
  z-index: 10;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.event-badge {
  position: absolute;
  padding: 5px 16px;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12.3px;
  z-index: 2;
  top: -9px;
  left: 15px;
}

.small .event-badge {
  top: -9px;
  left: 15px;
  padding: 2.81px 9px;
  border-radius: 9px;
  font-size: 6.9px;
}

.medium .event-badge {
  top: -12px;
  left: 20px;
  padding: 3.75px 12px;
  border-radius: 12px;
  font-size: 9.3px;
}

.large .event-badge {
  top: -16px;
  left: 27px;
  padding: 5px 16px;
  border-radius: 16px;
  font-size: 12.3px;
}

.event-image {
  position: absolute;
  object-fit: cover;
  border-radius: 50%;
}

.small-img {
  top: 14px;
  right: 11px;
  width: 104px;
  height: 104px;
}

.medium-img {
  top: 19px;
  right: 11px;
  width: 139px;
  height: 139px;
}

.large-img {
  top: 26px;
  right: 14px;
  width: 185px;
  height: 185px;
}

.event-info {
  position: absolute;
  display: flex;
  gap: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.small .event-info {
  left: 11px;
  width: 161px;
  gap: 8.44px;
}

.medium .event-info {
  left: 15px;
  width: 215px;
  gap: 11.25px;
}

.large .event-info {
  left: 20px;
  width: 286px;
  gap: 15px;
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.date-month {
  font-weight: 600;
  font-size: 10.9px;
}

.small .date-month {
  font-size: 6.1px;
}

.medium .date-month {
  font-size: 8.2px;
}

.date-day {
  font-weight: 600;
  font-size: 28.6px;
  line-height: 1;
}

.small .date-day {
  font-size: 16.1px;
}

.medium .date-day {
  font-size: 21.4px;
}

.date-time {
  font-weight: 600;
  font-size: 10.9px;
  color: black;
}

.small .date-time {
  font-size: 6.1px;
}

.medium .date-time {
  font-size: 8.2px;
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.event-subtitle {
  font-size: 14px;
  color: #6a6a6a;
}

.small .event-subtitle {
  font-size: 7.9px;
}

.medium .event-subtitle {
  font-size: 10.5px;
}

.event-title {
  font-weight: 600;
  font-size: 16px;
  color: black;
  line-height: 1.2;
}

.small .event-title {
  font-size: 9px;
}

.medium .event-title {
  font-size: 12px;
}

.event-venue {
  font-size: 12px;
  color: #6a6a6a;
  line-height: 1.3;
}

.small .event-venue {
  font-size: 6.8px;
}

.medium .event-venue {
  font-size: 9px;
}

.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6.75px;
  z-index: 20;
}

.carousel-dots.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  gap: 6.75px;
  justify-content: center;
}

.carousel-dots .swiper-pagination-bullet {
  width: 11.25px;
  height: 11.25px;
  border-radius: 5.62px;
  background: #efefef;
  cursor: pointer;
  transition: background 0.3s;
  opacity: 1;
  margin: 0;
}

.carousel-dots .swiper-pagination-bullet-active {
  background: #d9d9d9;
}

.carousel-dots .swiper-pagination-bullet:hover {
  background: #d9d9d9;
}

/* Responsive */
@media (max-width: 1400px) {
  .hero-title {
    font-size: 56px;
    line-height: 64px;
  }
  
  .hero-content {
    padding-top: 4rem;
  }
  
  .search-box-wrapper {
    margin-top: 4rem;
  }
  
  .event-card.large {
    width: 450px;
    height: 200px;
  }
  
  .event-card.medium {
    width: 340px;
    height: 150px;
  }
  
  .event-card.small {
    width: 250px;
    height: 110px;
  }
}

@media (max-width: 992px) {
  .hero {
    min-height: 700px;
  }
  
  .hero-content {
    padding-top: 3rem;
  }
  
  .hero-title {
    font-size: 42px;
    line-height: 52px;
    padding: 0 20px;
  }
  
  .search-box-wrapper {
    max-width: 90%;
    margin-top: 3rem;
  }
  
  .event-carousel {
    margin-top: 60px;
    display: block;
  }
  
  .event-carousel-swiper {
    height: auto;
    min-height: 300px;
  }
  
  .event-card {
    position: relative !important;
    margin: 0 auto 20px;
  }
  
  .event-card.small,
  .event-card.medium,
  .event-card.large {
    width: 90%;
    max-width: 450px;
    height: auto;
    min-height: 160px;
  }
  
  .event-carousel-swiper .swiper-slide:not(.swiper-slide-active) .event-card {
    transform: scale(0.9) !important;
    filter: blur(1px) !important;
    opacity: 0.7 !important;
  }
  
  .carousel-dots {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  
  .circle {
    display: none;
  }
  
  .blur-effect {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 600px;
  }
  
  .hero-content {
    padding-top: 2rem;
  }
  
  .hero-title {
    font-size: 28px;
    line-height: 36px;
    padding: 0 15px;
  }
  
  .search-box-wrapper {
    margin-top: 2rem;
    max-width: 95%;
  }
  
  .search-input {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
  }
  
  .search-icon {
    width: 20px;
    height: 20px;
    left: 20px;
  }
  
  .event-carousel {
    margin-top: 40px;
    min-height: 200px;
  }
  
  .event-carousel-swiper {
    height: auto;
    min-height: 250px;
  }
  
  .event-card {
    position: relative !important;
    margin: 0 auto 15px;
  }
  
  .event-card.small,
  .event-card.medium,
  .event-card.large {
    width: 95%;
    max-width: 350px;
    height: auto;
    min-height: 140px;
  }
  
  .event-carousel-swiper .swiper-slide:not(.swiper-slide-active) .event-card {
    transform: scale(0.85) !important;
    filter: blur(1px) !important;
    opacity: 0.6 !important;
  }
  
  .carousel-dots {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
}

/* Event Grid Styles */
.event-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  padding: 0 94px;
  margin-top: 111px;
  animation: fadeIn 1s ease 0.6s backwards;
}

.grid-card {
  position: relative;
  width: 340px;
  height: 320px;
  background: #ffffff;
  border-radius: 8.93px;
  box-shadow: 5.21px 7.44px 17.87px rgba(40, 40, 40, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.grid-card:hover {
  box-shadow: 5.21px 7.44px 25px rgba(40, 40, 40, 0.15);
  transform: translateY(-5px);
}

.card-image-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 8.93px 8.93px 0 0;
  overflow: hidden;
}

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

.high-demand-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 125px;
  height: 19px;
  background: #dc0b2d;
  border-radius: 11.98px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  gap: 5px;
  z-index: 10;
}

.high-demand-badge i {
  color: #ffffff;
  font-size: 10px;
}

.high-demand-badge span {
  font-size: 8.9px;
  color: #ffffff;
  font-weight: 600;
}

.rating-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  background: #ffffff;
  border-radius: 19px;
  border: 1px solid #e4e6e8;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
  z-index: 10;
}

.rating-badge i {
  color: #FFC700;
  font-size: 10px;
}

.rating-badge span {
  font-size: 10px;
  color: black;
}

.card-action-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.card-action-btn:hover {
  background: #ffffff;
  transform: scale(1.1);
}

.like-btn {
  top: 12px;
  right: 12px;
}

.share-btn {
  top: 12px;
  right: 52px;
}

.card-action-btn i {
  color: #333;
  font-size: 14px;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: #ffffff;
  border-radius: 8.93px;
  box-shadow: 5.21px 7.44px 17.87px rgba(40, 40, 40, 0.1);
  display: flex;
  padding: 20px 13px;
  gap: 10px;
}

.card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 43px;
}

.card-date-month {
  font-weight: 600;
  font-size: 10.9px;
  text-transform: uppercase;
}

.card-date-day {
  font-weight: 600;
  font-size: 28.6px;
  line-height: 1;
}

.card-date-time {
  font-weight: 600;
  font-size: 10.9px;
  color: black;
}

.card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.card-category {
  font-size: 14px;
  line-height: 21px;
  color: #6a6a6a;
}

.card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

.card-venue {
  font-size: 12px;
  color: #6a6a6a;
  line-height: 1.4;
}

/* Promotional Banners Styles */
.promo-banners {
  display: flex;
  gap: 32px;
  justify-content: center;
  max-width: 1732px;
  margin: 111px auto 0;
  padding: 0 94px;
  animation: fadeIn 1s ease 0.8s backwards;
  flex-wrap: wrap;
}

.promo-banner {
  position: relative;
  width: 440px;
  height: 232px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.promo-banner:hover {
  transform: translateY(-5px);
}

.promo-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.promo-banner .banner-circles {
  position: relative;
  z-index: 1;
}

.promo-banner .banner-circle {
  position: absolute;
  width: 222px;
  height: 222px;
  border-radius: 111px;
  border: 50px solid rgba(0, 0, 0, 0.8);
  opacity: 0.5;
}

.promo-banner .banner-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo-banner .banner-content.right {
  text-align: right;
  align-items: flex-end;
}

.promo-banner .banner-content.left {
  text-align: left;
  align-items: flex-start;
}

.promo-banner .banner-subtitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 500;
}

.promo-banner .banner-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.promo-banner .festival-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 30px;
  background: #9071b1;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

.promo-banner .banner-title-multi {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 0;
}

.promo-banner .title-line {
  display: inline-flex;
  align-items: center;
  height: 36px;
  background: #9071b1;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  width: fit-content;
}

.promo-banner .banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;
  white-space: nowrap;
  margin-top: 20px;
  align-self: flex-start;
}

.promo-banner .banner-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/* Testimonials Styles */
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 111px;
  padding: 0 20px;
  animation: fadeIn 1s ease 1s backwards;
}

.testimonials-header {
  padding: 0 164px;
  text-align: center;
}

.testimonials-header h2 {
  font-weight: 800;
  font-size: 52px;
  line-height: 76px;
  color: #dc0b2c;
  margin-bottom: 10px;
}

.testimonials-header p {
  font-size: 20px;
  line-height: 32px;
  color: #dc0b2c;
}

.testimonials-grid {
  display: flex;
  gap: 24px;
  padding: 0 164px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1600px;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-card,
.promo-banner {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.testimonial-card {
  flex: 0 0 auto;
  width: calc((100% - 48px) / 3);
  max-width: 470px;
  min-width: 300px;
  height: 299px;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #e4e6e8;
  padding: 34px 41px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.testimonial-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 7px;
  margin-top: 0;
}

.testimonial-card p {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 28px;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
}

.testimonial-author img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  object-fit: cover;
  flex-shrink: 0;
}

.author-info {
  flex: 1;
}

.author-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}

.author-location {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 0;
}

.rating {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

.rating span {
  color: #FFC700;
  font-size: 18px;
  line-height: 1;
}

/* Features Styles */
.features {
  display: flex;
  gap: 24px;
  justify-content: center;
  max-width: 1240px;
  margin: 111px auto 0;
  padding: 0 20px;
  animation: fadeIn 1s ease 1.2s backwards;
  flex-wrap: wrap;
}

.feature-card {
  position: relative;
  width: 275px;
  height: 405px;
  background: #f6f6f6;
  border-radius: 15.28px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-card h3 {
  font-weight: 600;
  font-size: 27.5px;
  line-height: 35.1px;
  color: #282828;
  text-align: center;
  padding: 33px 32px 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.feature-card img {
  position: absolute;
  object-fit: contain;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.feature-card:nth-child(1) img,
.feature-card:nth-child(2) img,
.feature-card:nth-child(3) img,
.feature-card:nth-child(4) img {
  width: 200px;
  height: 200px;
  max-width: 100%;
}

/* FAQ Styles */
.faq-section {
  width: 100%;
  min-height: 379px;
  background: #282828;
  margin-top: 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 40px;
  position: relative;
  animation: fadeIn 1s ease 1.4s backwards;
}

.faq-tabs {
  display: flex;
  gap: 27px;
  margin-bottom: 44px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-tab {
  width: 197px;
  background: transparent;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #4e4e4e;
  cursor: pointer;
  transition: color 0.3s;
  padding: 10px 0;
}

.faq-tab:hover {
  color: #ffffff;
}

.faq-tab.active {
  color: #ffffff;
  position: relative;
}

.faq-tab.active::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 2px;
  background: #dc0b2c;
  border-radius: 10px;
}

.faq-content {
  max-width: 900px;
  padding: 0 34px;
}

.faq-content p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}

/* Categories Styles */
.categories {
  position: relative;
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.categories-bg-wrapper {
  width: 100%;
  height: 391.2px;
  position: relative;
  margin: 0;
  animation: fadeIn 1s ease 0.2s backwards;
  border-radius: 0;
  overflow: hidden;
}

.categories-bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.categories-bg-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}

.categories-bg {
  display: none;
}

.category-buttons {
  position: relative;
  margin-top: -25px;
  display: flex;
  gap: 31.55px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeIn 1s ease 0.4s backwards;
  z-index: 10;
}

.cat-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 153.88px;
  height: 124.64px;
  gap: 16.93px;
  border-radius: 12.31px;
  border: 0.77px solid #dc0b2d;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cat-btn:hover {
  opacity: 0.8;
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cat-btn.active {
  background: #ffc700;
  border-color: #ffc700;
}

.cat-btn.active span {
  color: #ffffff !important;
}

.cat-btn img {
  width: 43.09px;
  height: 43.09px;
  object-fit: contain;
}

.cat-btn span {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10.2px;
  color: #282828;
}

.cat-btn[data-category="futbol"] {
  border-color: #1b9e5c;
}

.cat-btn[data-category="futbol"] span {
  color: #1b9e5c;
}

.cat-btn[data-category="basketbol"] {
  border-color: #ec9431;
}

.cat-btn[data-category="basketbol"] span {
  color: #ec9431;
}

.cat-btn[data-category="müzik"],
.cat-btn[data-category="muzik"] {
  border-color: #9071b1;
}

.cat-btn[data-category="müzik"] span,
.cat-btn[data-category="muzik"] span {
  color: #9071b1;
}

.cat-btn[data-category="sahne"] {
  border-color: #357c9c;
}

.cat-btn[data-category="sahne"] span {
  color: #357c9c;
}

@media (max-width: 992px) {
  .categories {
    margin-top: 0;
  }
  
  .category-buttons {
    gap: 20px;
    margin-top: -15px;
  }
  
  .cat-btn {
    width: 130px;
    height: 110px;
  }
}

@media (max-width: 768px) {
  .categories-bg-wrapper {
    height: 250px;
  }
  
  .categories-bg {
    display: none;
  }
  
  .category-buttons {
    margin-top: 20px;
    gap: 15px;
  }
  
  .cat-btn {
    width: 110px;
    height: 95px;
    gap: 12px;
  }
  
  .cat-btn img {
    width: 35px;
    height: 35px;
  }
  
  .cat-btn span {
    font-size: 9px;
  }
}

/* Search Results Dropdown */
.search-results-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  max-height: 500px;
  overflow-y: auto;
  z-index: 10000 !important;
  display: none;
  margin-top: 10px;
}

.search-results-dropdown.active {
  display: block;
}

.search-results-dropdown .search-section {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.search-results-dropdown .search-section:last-child {
  border-bottom: none;
}

.search-results-dropdown .search-section h3 {
  font-size: 14px;
  font-weight: 600;
  color: #dc0b2c;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.search-results-dropdown .search-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 8px;
  margin-bottom: 4px;
}

.search-results-dropdown .search-item:hover {
  background: #f8f8f8;
}

.search-results-dropdown .search-item:last-child {
  margin-bottom: 0;
}

.search-results-dropdown .search-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.search-results-dropdown .search-item-icon.event {
  background: #dc0b2c;
  color: white;
}

.search-results-dropdown .search-item-icon.league {
  background: #1b9e5c;
  color: white;
}

.search-results-dropdown .search-item-icon.team {
  background: #ec9431;
  color: white;
}

.search-results-dropdown .search-item-content {
  flex: 1;
  min-width: 0;
}

.search-results-dropdown .search-item-title {
  font-size: 15px;
  font-weight: 500;
  color: #282828;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-results-dropdown .search-item-subtitle {
  font-size: 12px;
  color: #737373;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-results-dropdown .search-empty {
  padding: 40px 24px;
  text-align: center;
  color: #737373;
}

.search-results-dropdown .search-empty i {
  font-size: 48px;
  color: #ddd;
  margin-bottom: 12px;
}

.search-results-dropdown .search-empty p {
  font-size: 14px;
  margin: 0;
}

.search-results-dropdown .search-loading {
  padding: 20px;
  text-align: center;
  color: #737373;
}

.search-results-dropdown .search-loading i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.search-box-wrapper {
  width: 100%;
  max-width: 1106px;
  margin-top: 5rem;
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease 0.2s backwards;
  position: relative;
  z-index: 10001;
}

.search-input::placeholder {
  color: #737373;
}

.search-input:focus {
  outline: none;
}

.search-input:focus + .search-submit-btn {
  background: #b8091f;
}

/* ==================== SKELETON LOADER ==================== */

/* Shimmer Animation */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 2000px 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}

.skeleton-hidden {
  display: none !important;
}

/* Event Carousel Skeleton */
.event-carousel-skeleton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  min-height: 350px;
}

.skeleton-carousel-card {
  width: 400px;
  height: 300px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.skeleton-carousel-image {
  width: 100%;
  height: 180px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 2000px 100%;
  animation: shimmer 1.5s infinite;
}

.skeleton-carousel-content {
  padding: 20px;
}

.skeleton-carousel-date {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.skeleton-carousel-title {
  width: 80%;
  height: 20px;
  margin-bottom: 10px;
}

.skeleton-carousel-subtitle {
  width: 60%;
  height: 16px;
}

/* Event Grid Skeleton */
.event-grid-skeleton {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  padding: 0 94px;
  margin-top: 111px;
}

.skeleton-grid-card {
  width: 340px;
  height: 320px;
  background: #ffffff;
  border-radius: 8.93px;
  box-shadow: 5.21px 7.44px 17.87px rgba(40, 40, 40, 0.1);
  overflow: hidden;
}

.skeleton-grid-image {
  width: 100%;
  height: 180px;
}

.skeleton-grid-content {
  padding: 20px;
}

.skeleton-grid-date {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.skeleton-grid-date-item {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

.skeleton-grid-category {
  width: 100px;
  height: 16px;
  margin-bottom: 10px;
}

.skeleton-grid-title {
  width: 90%;
  height: 20px;
  margin-bottom: 8px;
}

.skeleton-grid-title-short {
  width: 60%;
  height: 20px;
  margin-bottom: 10px;
}

.skeleton-grid-venue {
  width: 70%;
  height: 14px;
}

/* Categories Skeleton */
.categories-skeleton {
  display: flex;
  gap: 31.55px;
  max-width: 1081px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: -25px;
}

.skeleton-category-btn {
  width: 153.88px;
  height: 124.64px;
  border-radius: 12.31px;
  border: 0.77px solid #e0e0e0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16.93px;
}

.skeleton-category-icon {
  width: 43.09px;
  height: 43.09px;
  border-radius: 50%;
}

.skeleton-category-text {
  width: 80px;
  height: 12px;
  border-radius: 4px;
}

/* Responsive Skeleton */
@media (max-width: 992px) {
  .event-carousel-skeleton {
    flex-direction: column;
    gap: 15px;
  }
  
  .skeleton-carousel-card {
    width: 95%;
    max-width: 400px;
  }
  
  .event-grid-skeleton {
    padding: 0 40px;
    gap: 20px;
  }
  
  .skeleton-grid-card {
    width: calc(50% - 10px);
    max-width: 340px;
  }
  
  .categories-skeleton {
    gap: 20px;
  }
  
  .skeleton-category-btn {
    width: calc(50% - 10px);
    max-width: 153.88px;
  }
}

@media (max-width: 768px) {
  .event-carousel-skeleton {
    padding: 0 15px;
    gap: 15px;
  }
  
  .skeleton-carousel-card {
    width: 100%;
    max-width: 400px;
  }
  
  .event-grid-skeleton {
    padding: 0 15px;
    gap: 15px;
  }
  
  .skeleton-grid-card {
    width: 100%;
    max-width: 340px;
  }
  
  .categories-skeleton {
    gap: 15px;
  }
  
  .skeleton-category-btn {
    width: calc(50% - 7.5px);
  }
}

@media (max-width: 1728px) {
  .circle-4 {
    right: -200px;
    left: auto;
  }
  
  .circle-5 {
    right: -185px;
    left: auto;
  }
  
  .blur-effect {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1400px) {
  .event-grid {
    padding: 0 40px;
    gap: 24px;
  }
  
  .testimonials-header {
    padding: 0 80px;
  }
  
  .testimonials-grid {
    padding: 0 80px;
    max-width: 100%;
  }
  
  .testimonial-card {
    width: calc((100% - 48px) / 3);
  }
  
  .promo-banners {
    padding: 0 60px;
  }
}

@media (max-width: 992px) {
  .event-grid {
    padding: 0 20px;
    margin-top: 80px;
    gap: 20px;
  }
  
  .grid-card {
    width: calc(50% - 10px);
    max-width: 340px;
  }
  
  .promo-banners {
    padding: 0 20px;
    margin-top: 80px;
  }
  
  .testimonials {
    margin-top: 60px;
  }
  
  .testimonials-header {
    padding: 0 40px;
  }
  
  .testimonials-header h2 {
    font-size: 36px;
    line-height: 48px;
  }
  
  .testimonials-grid {
    padding: 0 40px;
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .testimonial-card {
    flex: 0 0 calc(50% - 12px);
    width: calc((100% - 24px) / 2);
    min-width: 280px;
    max-width: 400px;
  }
  
  .promo-banner {
    width: 100%;
    max-width: 440px;
  }
  
  .promo-banner .banner-content {
    padding: 25px;
  }
  
  .promo-banner .banner-title {
    font-size: 20px;
    line-height: 26px;
  }
  
  .promo-banner .banner-circle {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border-width: 35px;
  }
  
  .features {
    margin-top: 60px;
    padding: 0 20px;
    max-width: 100%;
  }
  
  .feature-card {
    width: calc(50% - 12px);
    max-width: 275px;
  }
  
  .feature-card img {
    width: 150px;
    height: 150px;
  }
  
  .faq-section {
    margin-top: 60px;
    padding: 40px 20px 30px;
  }
  
  .faq-tabs {
    gap: 15px;
  }
  
  .faq-tab {
    width: auto;
    min-width: 150px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .event-grid {
    padding: 0 15px;
    margin-top: 60px;
    gap: 15px;
  }
  
  .grid-card {
    width: 100%;
    max-width: 340px;
  }
  
  .card-content {
    height: 110px;
    padding: 15px 12px;
  }
  
  .card-title {
    font-size: 14px;
  }
  
  .card-venue {
    font-size: 11px;
  }
  
  .promo-banners {
    padding: 0 15px;
    margin-top: 60px;
    gap: 20px;
  }
  
  .promo-banner {
    width: 100%;
    max-width: 440px;
    height: 200px;
  }
  
  .promo-banner .banner-content {
    padding: 20px;
  }
  
  .promo-banner .banner-title {
    font-size: 18px;
    line-height: 24px;
  }
  
  .promo-banner .banner-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
  
  .promo-banner .banner-circle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border-width: 25px;
    opacity: 0.3;
  }
  
  .testimonials-header {
    padding: 0 20px;
  }
  
  .testimonials-header h2 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .testimonials-header p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .testimonials-grid {
    padding: 0 20px;
    overflow-x: hidden;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .testimonial-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 280px;
    max-width: 100%;
    padding: 24px 28px;
    height: auto;
    min-height: 250px;
  }
  
  .testimonial-card h3 {
    font-size: 18px;
    line-height: 26px;
  }
  
  .testimonial-card p {
    font-size: 13px;
    line-height: 20px;
  }
  
  .testimonial-author img {
    width: 56px;
    height: 56px;
  }
  
  .author-name {
    font-size: 16px;
  }
  
  .author-location {
    font-size: 13px;
  }
  
  .features {
    margin-top: 40px;
    gap: 20px;
    padding: 0 15px;
  }
  
  .feature-card {
    width: 100%;
    max-width: 275px;
    height: 350px;
  }
  
  .feature-card h3 {
    font-size: 22px;
    padding: 25px 24px 0;
  }
  
  .feature-card img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
    width: 150px;
    height: 150px;
    max-width: 100%;
  }
  
  .feature-card:nth-child(1) img,
  .feature-card:nth-child(2) img,
  .feature-card:nth-child(3) img,
  .feature-card:nth-child(4) img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform: none;
    width: 150px;
    height: 150px;
    max-width: 100%;
  }
  
  .faq-tabs {
    flex-direction: column;
    gap: 10px;
  }
  
  .faq-tab {
    width: 100%;
    max-width: 300px;
  }
  
  .faq-content {
    padding: 0 20px;
  }
  
  .faq-content p {
    font-size: 13px;
    line-height: 22px;
  }
}

/* region Header */
#header-top {
    background: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: .75rem 0;
    font-size: .875rem;
    line-height: 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

#header-top small {
    font-weight: 400;
    opacity: 0.8;
}

#navbarScroll .navbar-nav {
    margin-top: 1rem;
}

header {
    position: relative;
    height: auto;
    min-height: 4rem;
}

header .navbar {
    padding: 1rem 0;
}

header .navbar > .container {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

header.sub-page .navbar {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

header .navbar-collapse {
    transition: all .3s;
}

/* Header Logo Styles */
.header-logo {
    height: 35px;
    max-width: 100%;
    transition: all 0.3s ease;
}

.header-logo:hover {
    transform: scale(1.05);
}

/* Full-Width Banner Styles */
.full-width-banner {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.full-width-banner .overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.full-width-banner h2 {
    animation: fadeInUp 0.8s ease-out;
}

.full-width-banner p {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.full-width-banner .btn {
    animation: fadeInUp 0.8s ease-out 0.4s both;
    transition: all 0.3s ease;
}

.full-width-banner .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.6) !important;
}

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

/* Responsive Banner */
@media (max-width: 768px) {
    .full-width-banner {
        min-height: 350px;
        background-attachment: scroll;
    }
    
    .full-width-banner h2 {
        font-size: 2rem !important;
    }
    
    .full-width-banner p {
        font-size: 1rem !important;
    }
}

header .navbar-brand {
    display: inline-flex;
    align-items: center;
    color: #000;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-right: 0;
    text-decoration: none;
}

header .navbar-brand i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

header.sub-page .navbar-brand {
    color: #000;
}

header .navbar-brand span {
    color: #dc3545;
}

header .navbar-logo {
    height: 2rem;
}

header .navbar-toggler {
    border: none;
    color: #333;
    padding: 0;
    font-size: 1.5rem;
}

header.sub-page .navbar-toggler {
    color: #000;
}

header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* Navigation Menu Styles */
header .navbar-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

header .navbar-nav .dropdown {
    position: relative;
}

header .navbar-nav .nav-link {
    position: relative;
    font-family: 'Poppins', sans-serif;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

header .navbar-nav .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
}

header .navbar-nav .nav-link i {
    font-size: 1rem;
}

/* Category Icons Colors */
header .navbar-nav .nav-link i.text-danger {
    color: #dc3545 !important;
}

header .navbar-nav .nav-link i.text-purple {
    color: #6f42c1 !important;
}

header .navbar-nav .nav-link i.text-info {
    color: #0dcaf0 !important;
}

header .navbar-nav .nav-link i.text-warning {
    color: #ffc107 !important;
}

/* Dropdown Styles */
header .dropdown-menu {
    margin-top: 0.5rem;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    padding: 0.5rem 0;
}

header .dropdown-item {
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

header .dropdown-item:hover {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

header .dropdown-item i {
    width: 1.25rem;
    text-align: center;
    color: #6c757d;
}

header .dropdown-item:hover i {
    color: #dc3545;
}

/* User Area Icons */
header .navbar .user-area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

header .navbar .user-area a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar .user-area a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

header .navbar .user-area a.text-danger {
    color: #dc3545 !important;
}

header .navbar .user-area a.text-danger:hover {
    background-color: rgba(220, 53, 69, 0.1);
}

/* Language Selector */
header .language-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

header .language-selector:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

header .language-selector img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}

header .language-selector span {
    font-weight: 600;
    font-size: 0.875rem;
}

/* Search Modal */
#searchModal .modal-content {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}

#searchModal .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 1.5rem 1rem;
}

#searchModal .modal-body {
    padding: 1.5rem;
}

#searchModal .input-group {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

#searchModal .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-right: none;
    color: #6c757d;
}

#searchModal .form-control {
    border: 1px solid #dee2e6;
    border-left: none;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

#searchModal .form-control:focus {
    box-shadow: none;
    border-color: #dc3545;
}

#searchModal .form-control:focus + .input-group-text {
    border-color: #dc3545;
}

header .btn-login, header .btn-ticket, header .btn-profile, header .btn-search {
    color: #000000;
    padding: .25rem .5rem;
    font-size: .9rem;
    line-height: 1.5rem;
    transition: all .3s;
    font-weight: 500;
    border: none;
}

header .btn-login:hover, header .btn-login:active, header .btn-login:focus,
header .btn-ticket:hover, header .btn-ticket:active, header .btn-ticket:focus,
header .btn-profile:hover, header .btn-profile:active, header .btn-profile:focus,
header .btn-search:hover, header .btn-search:active, header .btn-search:focus {
    transition: all .3s;
    border: none !important;
}

header .btn-login, header .btn-profile, header .btn-search {
    margin-right: 1rem;
}

header .btn-profile {
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Eski responsive stiller kaldÄ±rÄ±ldÄ± */

#header .navbar {
    background-color: #ffffff;
    top: 32px;
    transition: all .2s;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .25);
}

.navbar-top-0 {
    top: 0 !important;
    transition: all .2s;
}

/* Eski responsive stiller kaldÄ±rÄ±ldÄ± */

#main-search {
    padding: 7rem 0;
    position: relative;
    z-index: 1022;
}

#main-search h1 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 11;
}

#main-search h1.main-header {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

/* Eski responsive stiller kaldÄ±rÄ±ldÄ± */

#main-search h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
}

#main-search .form-group {
    display: flex;
}

#main-search input[type="text"] {
    border: none;
    background: no-repeat center left #fff url("../images/icon/search-line.png");
    background-size: 2rem;
    background-position-x: 1rem;
    padding: 1rem 2rem 1rem 4rem;
    line-height: 1.25rem;
    font-size: 1.125rem;
    width: 100%;
    border-radius: 1rem;
    position: relative;
    z-index: 1022;
}

#main-search input[type="text"]:focus {
    outline: none;
}

#main-search button {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 0 1rem 1rem 0;
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border: none;
    min-width: 7rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.search-overlay {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1021;
    transition: all .3s;
}

.search-overlay.show {
    display: block;
    transition: all .3s;
}

.main-search-response {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1023;
    background-color: #fff;
    padding: 1rem;
    border-radius: .5rem;
    margin-top: .5rem;
    max-height: 300px;
    overflow-y: auto;
}

#main-search .main-search-response h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 500;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, #9d0b0b 50%, rgb(0 0 0) 100%);
    padding: .5rem 1rem;
    border-radius: .5rem;
}

#header-search .main-search-response {
    left: auto;
    right: 0;
    top: 2rem;
    width: 100%;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .10);
    margin-top: 0;
}

.main-search-response.show {
    display: block;
}

.main-search-response ul {
    margin: 0;
}

.main-search-response li {
    margin-bottom: .5rem;
}

.main-search-response li:last-child {
    margin-bottom: 0;
}

.main-search-response a {
    display: block;
    padding: .5rem 1rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .05);
    border-radius: .5rem;
    transition: all .2s;
    color: #101935;
}

#header-search .main-search-response h3 {
    font-size: .875rem;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, #9d0b0b 50%, rgb(0 0 0) 100%);
    padding: .5rem 1rem;
    border-radius: .5rem;
    text-align: center;
    color: #ffffff;
}

#header-search .main-search-response a {
    line-height: 1.25rem;
    padding: .5rem;
    border-radius: .5rem;
    background-color: #f4f4f4;
    font-size: .875rem;
}

.main-search-response a:hover {
    background-color: rgba(0, 0, 0, .15);
    transition: all .2s;
}

.main-search-response a span {
    display: block;
    font-size: .875rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#header-search .main-search-response a span {
    font-size: .75rem;
}

.search-toggler {
    display: none;
}

/* Eski responsive stiller kaldÄ±rÄ±ldÄ± */

#navbarSearch {
    width: 100%;
    margin-bottom: 1.5rem;
}

#inputMobileSearch {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    padding: 0.5rem 1rem;
    font-size: .875rem;
}

#mobileSearchResponse {
    display: none;
    position: absolute;
    background-color: #efefef;
    left: 1rem;
    right: 1rem;
    margin-top: 1rem;
    min-height: 0;
    max-height: calc(100vh - 150px);
    padding: 1rem;
    z-index: 1030;
    overflow-x: hidden;
    border-radius: .5rem;
}

#mobileSearchResponse::-webkit-scrollbar {
    width: 3px;
}

#mobileSearchResponse ul {
    margin-bottom: 0;
}

#mobileSearchResponse h2 {
    color: #000;
    font-size: 1rem;
}

#mobileSearchResponse .list-item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    padding: .25rem 0;
    margin-bottom: .25rem;
}

#mobileSearchResponse .list-item:last-child {
    border-bottom: none;
}

#mobileSearchResponse .list-item a {
    display: inline-block;
    position: relative;
}

#mobileSearchResponse img {
    float: left;
    border-radius: .5rem;
    margin-right: .5rem;
}

#mobileSearchResponse .list-item .item-info {
    float: left;
}

#mobileSearchResponse .list-item .item-info i {
    color: #787878;
}

#mobileSearchResponse h3 {
    font-size: .875rem;
    margin-bottom: .25rem;
}

#mobileSearchResponse p {
    font-size: .75rem;
    margin-bottom: .25rem;
}

/* region Sub Page */
header.sub-page {
    background-image: none !important;
    background-color: #353535;
}

#header-search {
    position: relative;
    margin-right: 1rem;
    width: 240px;
    height: 32px;
}

#header-search input[type="text"] {
    border: 1px solid rgba(0, 0, 0, .3);
    background: no-repeat center left;
    background-image: url("../images/icon/search-line.png");
    background-size: 1rem;
    background-position-x: .5rem;
    padding: .25rem .5rem .25rem 2rem;
    line-height: 1.25rem;
    font-size: .75rem;
    width: 100px;
    border-radius: .375rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1022;
    transition: all .3s;
}

#header-search input[type="text"]:focus {
    outline: none;
    background-color: #f4f4f4;
    width: 100%;
    transition: all .3s;
}

.sub-page-bottom {
    min-height: auto !important;
}

.sub-page-bottom h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #04092c;
}

.sub-page-bottom ul li {
    margin-bottom: .5rem;
}

.sub-page-bottom ul li a {
    color: #474b5e;
    font-weight: 500;
}

/* endregion */

/* region MenÃ¼ */
.mobile-menu {
    width: 100%;
    justify-content: space-between;
    display: none;
}

.mobile-menu > div {
    flex: 1;
    height: 1.5rem;
}

.mobile-menu .mobile-menu-area {
}

.mobile-menu .mobile-logo-area {
    text-align: center;
}

.mobile-menu .mobile-user-area {
}

.mobile-menu .mobile-user-area .navbar-toggler {
    float: right;
}

.mobile-menu-area .offcanvas, .mobile-user-area .offcanvas {
    width: 300px;
    border-radius: 0 1rem 1rem 0;
    background-color: #ffffff;
    box-shadow: 0 0 .5rem rgba(255, 255, 255, .25);
    border: none;
}

.mobile-user-area .offcanvas {
    border-radius: 1rem 0 0 1rem;
}

.mobile-user-area .offcanvas .offcanvas-body {
    padding: 1rem .5rem;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(75, 75, 75, 0.25);
}

.offcanvas-title {
    width: 100%;
}

/* Eski responsive stiller kaldÄ±rÄ±ldÄ± */

.mobile-menu-area .offcanvas-body, .mobile-menu-area .offcanvas-footer {
    padding: 1rem 1.5rem;
}

.mobile-menu-area .offcanvas-footer {
    color: #333333;
    font-size: .75rem;
    opacity: .75;
}

.mobile-menu-area .offcanvas-footer p {
    margin-bottom: .75rem;
}

.mobile-menu-area .offcanvas-footer .site-name {
    font-size: .75rem;
}

.mobile-menu-area .offcanvas-footer .site-name img {
    margin: 0 0 .5rem;
    width: 70%;
}

.mobile-menu-area .offcanvas-footer .site-name span {
    color: red;
}

.mobile-menu-area .offcanvas-footer .site-name i {
    margin-left: .75rem;
}

.mobile-menu-social-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
}

.mobile-menu-social-list li {
    margin-right: .75rem;
}

.mobile-menu-social-list li a {
    display: inline-block;
    height: 2rem;
    width: 2rem;
    border-radius: .5rem;
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #333;
    color: #333333;
}

.mobile-menu-social-list.password-reset-list {
}

.mobile-menu-social-list.password-reset-list li {
    margin-right: 2rem;
}

.mobile-menu-social-list.password-reset-list li:last-child {
    margin-right: 0;
}

.mobile-menu-social-list.password-reset-list li a {
    border: none;
    font-size: 2rem;
    color: #6c757d;
}

.btn-mobile-login, .btn-mobile-ticket {
    display: block;
    width: calc(100% - 2rem);
    background-color: #ffffff;
    border: 1px solid rgba(51, 51, 51, 0.5);
    color: #000000;
    margin: 0 1rem 1rem;
    font-weight: 500;
    box-shadow: 0 0 .5rem rgba(255, 255, 255, .25);
}

.mobile-user-name {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
}

.mobile-user-area .user-area {
    text-align: center;
    margin-bottom: 2rem;
}

.mobile-user-area .user-area .user-area-header {
    min-height: 6rem;
    background: radial-gradient(circle, rgb(255, 11, 11) 0%, rgb(0, 0, 0) 120%);
    border-radius: 1rem 1rem 0 0;
}

.mobile-user-area .user-area .user-area-body {
    margin-top: -4rem;
}

.mobile-user-area .user-area .user-area-body img {
    height: 6rem;
    width: 6rem;
    border-radius: 3rem;
    border: 2px solid #ffffff;
}

.mobile-user-area .user-area .user-area-footer {
    margin-top: .5rem;
    font-size: .875rem;
    color: #333333;
    line-height: 1rem;
}

.mobile-user-area .user-area .user-area-footer strong {
    font-size: 1rem;
}

.mobile-menu-profile {
    margin: 0 1rem 1.5rem;
}

.mobile-menu-profile li {
    margin-bottom: 1rem;
}

.mobile-menu-profile li a {
    color: #333;
    display: block;
    font-size: .875rem;
    font-weight: 500;
}

.mobile-menu-profile li a:hover {
    color: #333;
}

.mobile-menu-profile li a i {
    margin-right: .5rem;
    width: 1.5rem;
}

.main-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.main-menu > div {
    flex: 2;
}

.main-menu .logo-area {
    text-align: center;
    height: 2.25rem;
    flex: 1;
}

.main-menu .user-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-menu .header-search-input {

}

/* Eski responsive stiller kaldÄ±rÄ±ldÄ± */

/* endregion */

/* ===== NEW HEADER STYLES ===== */
.navbar {
    height: 80px;
    z-index: 1000;
    padding: 0;
}

.top-banner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #e9ecef;
    z-index: 1030;
    margin-bottom: 80px; /* Navbar yÃ¼ksekliÄŸi iÃ§in yer */
}

.navbar.fixed-top {
    top: 46px;
    transition: top 0.3s ease;
}

.navbar .container-fluid {
    margin-top: 0;
}

/* Responsive - Top Banner ve Navbar */
@media (max-width: 767.98px) {
    .top-banner {
        min-height: 40px;
        font-size: 0.75rem;
    }
    
    .navbar.fixed-top {
        top: 40px;
    }
}

.navbar-brand img {
    height: 35px;
}

.category-menu {
    gap: 0;
}

.btn-category {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 16px;
    border: none;
    background: transparent;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    color: #282828;
}

.btn-category:hover {
    background-color: #f8f9fa;
}

.btn-category.active {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.btn-category:nth-child(1) span { color: #dc0b2c; }
.btn-category:nth-child(2) span { color: #9071b1; }
.btn-category:nth-child(3) span { color: #357c9c; }
.btn-category:nth-child(4) span { color: #a99f49; }

.btn-category i {
    font-size: 10px;
}

.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #282828;
    transition: all 0.3s;
}

.btn-icon:hover {
    background-color: #f8f9fa;
    border-radius: 50%;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 22px;
    background-color: #f8f9fa;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.language-selector:hover {
    background-color: #e9ecef;
}

.language-selector img {
    flex-shrink: 0;
}

.language-selector span {
    font-weight: 500;
    color: #282828;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .category-menu {
        display: none !important;
    }
    
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Fixed header spacing - Body padding kaldÄ±rÄ±ldÄ±, top-banner margin-bottom kullanÄ±lÄ±yor */

/* Etkinlik detay sayfasÄ±nda body padding-top kaldÄ±rÄ±ldÄ± */
body:has(.event-detail-page) {
    padding-top: 0 !important;
}

/* ===== HEADER STYLES ===== */
#header {
    transition: all 0.3s ease;
}

/* Button Styles */
.btn {
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
    border: none;
    color: #fff;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.btn-primary:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
}

.btn-primary:focus {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-primary {
    border-width: 2px;
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1200px) {
    #header-top {
        font-size: .75rem;
        padding: .5rem 0;
    }

    header {
        min-height: 3.5rem;
    }

    header .navbar {
        padding: .75rem 0;
    }

    header .navbar-brand {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    header .navbar-brand i {
        font-size: 1.25rem;
    }

    /* Mobile Menu Styles */
    .mobile-menu {
        display: flex;
    }

    header .navbar-nav {
        display: none;
    }

    header .user-area {
        gap: 0.75rem;
    }

    header .user-area a {
        padding: 0.375rem;
    }

    header .user-area a i {
        font-size: 1.125rem;
    }
}

@media (max-width: 991.98px) {
    header .navbar > .container {
        justify-content: space-between;
        padding: 0 .75rem;
    }

    header .navbar-nav {
        text-align: center;
    }
    
    .offcanvas-body {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    #header-top {
        font-size: .75rem;
        padding: .5rem 0;
    }

    #header-top .d-none.d-md-block {
        display: none !important;
    }

    header .navbar {
        padding: .5rem 0;
    }

    header .navbar-brand {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    header .navbar-brand i {
        font-size: 1rem;
        margin-right: 0.375rem;
    }

    header .user-area {
        gap: 0.5rem;
    }

    header .user-area a {
        padding: 0.25rem;
    }

    header .user-area a i {
        font-size: 1rem;
    }

    header .language-selector {
        padding: 0.25rem;
    }

    header .language-selector img {
        width: 16px;
        height: 12px;
    }

    header .language-selector span {
        font-size: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    header .navbar-brand {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }

    header .navbar-brand i {
        font-size: 0.875rem;
        margin-right: 0.25rem;
    }

    header .user-area {
        gap: 0.375rem;
    }

    header .user-area a {
        padding: 0.25rem;
    }

    header .user-area a i {
        font-size: 0.875rem;
    }

    header .language-selector {
        padding: 0.25rem;
    }

    header .language-selector img {
        width: 14px;
        height: 10px;
    }

    header .language-selector span {
        font-size: 0.6875rem;
    }
}

/* Mobile Offcanvas Styles */
@media (max-width: 1200px) {
    .offcanvas {
        width: 300px;
    }

    .offcanvas-header {
        background-color: #dc3545;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .offcanvas-title {
        color: white !important;
    }

    .offcanvas-body {
        padding: 1.5rem;
    }

    .offcanvas .nav-link {
        border-bottom: 1px solid #e9ecef;
        padding: 1rem 0;
        transition: all 0.3s ease;
        color: #333;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .offcanvas .nav-link:hover {
        background-color: rgba(220, 53, 69, 0.1);
        padding-left: 1rem;
        color: #dc3545;
    }

    .offcanvas .nav-link i {
        width: 20px;
        text-align: center;
        color: #6c757d;
    }

    .offcanvas .nav-link:hover i {
        color: #dc3545;
    }

    .btn-mobile-login, .btn-mobile-ticket {
        display: block;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid rgba(51, 51, 51, 0.5);
        color: #000000;
        margin: 0 0 1rem 0;
        font-weight: 500;
        box-shadow: 0 0 .5rem rgba(255, 255, 255, .25);
        border-radius: 0.5rem;
        padding: 0.75rem 1rem;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease;
    }

    .btn-mobile-login:hover, .btn-mobile-ticket:hover {
        background-color: #f8f9fa;
        transform: translateY(-1px);
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    }
}

/* Search Modal Responsive */
@media (max-width: 767.98px) {
    #searchModal .modal-dialog {
        margin: 1rem;
    }

    #searchModal .modal-header {
        padding: 1rem 1rem 0.75rem;
    }

    #searchModal .modal-body {
        padding: 1rem;
    }

    #searchModal .form-control {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
}

.event-detail-page {
    padding: 0;
}

/* Etkinlik detay sayfasÄ±nda header fixed olmasÄ±n */
body:has(.event-detail-page) .navbar.fixed-top,
.event-detail-page ~ .navbar.fixed-top {
    position: relative !important;
}

/* Event detail page iÃ§in navbar fixed-top override */
.event-detail-page ~ nav.navbar.fixed-top,
body .event-detail-page ~ nav.navbar.fixed-top {
    position: relative !important;
}

/* Eski #eventArea ve #eventStadium stilleri - yeni dÃ¼zen iÃ§in override edildi */
#eventArea.event-tickets-area {
    background-color: transparent;
    min-height: auto;
}

#eventStadium.event-stadium-area {
    background-color: #fff;
    height: auto;
    padding: 0;
}

#eventBreadcrumb {
    background-color: #fff;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 500;
}

#eventBreadcrumb .breadcrumb {
    margin: 0
}

#eventStadium > .row {
    height: 100%;
}

#eventInfo {
    padding: 3rem 0 0;
    position: relative;
    background: no-repeat center center;
    background-image: url("../images/event/event.jpg");
    background-size: cover;
    box-shadow: 0 .5rem .5rem .125rem rgba(0, 0, 0, .25);
    min-height: 190px;
    color: #fff;
}

#eventInfo .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .75));
    z-index: 1;
}

#eventInfo .event-description {
    position: inherit;
    z-index: 2;
    padding: 0 2rem;
}

#eventInfo .event-description .event-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

#eventInfo .event-description .event-location, #eventInfo .event-description .event-calendar {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 1rem;
}

#eventInfo .event-description .event-calendar {
    display: flex;
    justify-content: left;
}

#eventInfo .event-description .event-calendar .event-date {
    margin-right: 1rem;
}

#eventInfo .event-description .btn-more {
    float: right;
    color: #fff;
    margin-bottom: .5rem;
}

.event-tickets {
    padding: 1rem;
    /*min-height: 65vh;*/
    /*height: 65vh;*/
    position: sticky;
}

/* Yeni Bilet KartÄ± TasarÄ±mÄ± */
.event-ticket-card {
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: none;
    overflow: hidden;
    position: relative;
}

/* Sol BÃ¶lÃ¼m: Accent Bar + Bilet Bilgileri */
.ticket-section-left {
    display: flex;
    align-items: stretch;
    min-width: 0;
    flex: 1 1 auto;
}

.ticket-accent-bar {
    width: 6px;
    background: var(--accent-color, #D4EDDA);
    border-radius: 16px 0 0 16px;
    flex-shrink: 0;
}

.ticket-details {
    padding: 20px 24px;
    flex: 1;
    min-width: 0;
}

.ticket-section-name {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
    line-height: 1.4;
    font-family: inherit;
}

.ticket-section-info {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    font-family: inherit;
}

.ticket-section-info strong {
    font-weight: 600;
    color: #333333;
    font-family: inherit;
}

/* Orta BÃ¶lÃ¼m: Badge + Ä°konlar */
.ticket-section-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 32px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    min-width: 200px;
}

.ticket-availability-badge {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
    white-space: nowrap;
    font-family: inherit;
}

.ticket-icons {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.ticket-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s;
}

.ticket-icon:hover {
    color: #333333;
}

.ticket-icon i {
    display: block;
}

/* SaÄŸ BÃ¶lÃ¼m: Fiyat + Buton */
.ticket-section-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 24px;
    min-width: 180px;
}

.ticket-price-label {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 4px;
    font-family: inherit;
}

.ticket-price-value {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
    line-height: 1.2;
    font-family: inherit;
}

.ticket-buy-button {
    background: #E30613;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-family: inherit;
}

.ticket-buy-button:hover {
    background: #C1050F;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(227, 6, 19, 0.2);
}

.ticket-buy-button:active {
    transform: translateY(0);
}

/* TÃ¼kenen Bilet Stilleri */
.event-ticket-card.ticket-sold-out {
    opacity: 0.7;
    background: #F5F5F5;
}

.event-ticket-card.ticket-sold-out .ticket-accent-bar {
    background: #CCCCCC !important;
}

.event-ticket-card.ticket-sold-out .ticket-section-name,
.event-ticket-card.ticket-sold-out .ticket-section-info,
.event-ticket-card.ticket-sold-out .ticket-section-info strong {
    color: #999999;
}

.ticket-sold-out-badge {
    background: #CCCCCC !important;
    border-color: #999999 !important;
    color: #666666 !important;
}

.ticket-sold-out-button {
    background: #6A6A6A;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    cursor: not-allowed;
    width: 100%;
    max-width: 300px;
    font-family: inherit;
}

/* Event Article - Modern Design */
.event-article {
    padding: 3rem 2rem;
    font-size: 13px;
    line-height: 1.8;
    color: #282828;
    background: #FFFFFF;
    max-width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.event-article p {
    margin-bottom: 1.5rem;
    color: #282828;
    font-size: 13px;
    line-height: 1.8;
}

.event-article p:last-child {
    margin-bottom: 0;
}

/* Kategori/BaÅŸlÄ±k Stilleri - YeÅŸil, BÃ¼yÃ¼k Harfler */
.event-article .category,
.event-article .match-title,
.event-article h4,
.event-article h5,
.event-article h6 {
    color: #1B9E5C;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
    margin-top: 2.5rem;
    line-height: 1.4;
}

.event-article .category:first-child,
.event-article h4:first-child,
.event-article h5:first-child,
.event-article h6:first-child {
    margin-top: 0;
}

/* Ana BaÅŸlÄ±klar - BÃ¼yÃ¼k, KalÄ±n */
.event-article h1 {
    font-size: 20px;
    font-weight: 700;
    color: #282828;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.event-article h2 {
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    margin-top: 2rem;
}

.event-article h3 {
    font-size: 14px;
    font-weight: 700;
    color: #282828;
    line-height: 1.3;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

/* TakÄ±m Ä°simleri - KalÄ±n */
.event-article strong,
.event-article b {
    font-weight: 700;
    color: #282828;
}

/* Linkler */
.event-article a {
    color: #1B9E5C;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.event-article a:hover {
    color: #15854D;
    text-decoration: none;
}

/* Liste Stilleri */
.event-article ul,
.event-article ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    line-height: 1.8;
}

.event-article li {
    margin-bottom: 0.5rem;
    color: #282828;
}

/* Responsive */
@media (max-width: 768px) {
    .event-article {
        padding: 2rem 1.5rem;
        font-size: 12px;
    }
    
    .event-article h1 {
        font-size: 16px;
    }
    
    .event-article h2 {
        font-size: 14px;
    }
    
    .event-article h3 {
        font-size: 13px;
    }
    
    .event-article .category,
    .event-article h4,
    .event-article h5,
    .event-article h6 {
        font-size: 10px;
    }
}

/* Responsive Bilet KartÄ± TasarÄ±mÄ± */
@media (max-width: 992px) {
    .event-ticket-card {
        flex-direction: column;
    }

    .ticket-section-left {
        width: 100%;
    }

    .ticket-accent-bar {
        border-radius: 16px 16px 0 0;
        width: 100%;
        height: 6px;
    }

    .ticket-section-middle {
        border-left: none;
        border-right: none;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        width: 100%;
        padding: 16px;
        flex-direction: row;
        justify-content: space-around;
    }

    .ticket-availability-badge {
        margin-bottom: 0;
        margin-right: 16px;
    }

    .ticket-section-right {
        width: 100%;
        align-items: center;
        border-top: 1px solid #E5E5E5;
        padding: 16px;
    }

    .ticket-buy-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .ticket-details {
        padding: 16px;
    }

    .ticket-section-name {
        font-size: 16px;
    }

    .ticket-section-info {
        font-size: 13px;
    }

    .ticket-price-value {
        font-size: 20px;
    }

    .ticket-section-middle {
        flex-direction: column;
        gap: 12px;
    }

    .ticket-availability-badge {
        margin-right: 0;
    }
}

.event-ticket {
    background-color: #fff;
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
    border-radius: .5rem;
    border-left: .5rem solid transparent;
    transition: all .3s;
}

.event-ticket:hover {
    cursor: alias;
    box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .15);
    transition: all .3s;
}

.event-ticket.green {
    border-left-color: green;
}

.event-ticket.blue {
    border-left-color: darkblue;
}

.event-ticket.orange {
    border-left-color: orangered;
}

.event-ticket.aqua {
    border-left-color: aqua;
}

.event-ticket .ticket-info {
    flex: 1;
    font-size: 1.125rem;
    font-weight: 700;
}

.event-ticket .ticket-info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-ticket .ticket-info span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    height: 1.5rem;
}

.event-ticket .btn-ticket {
    border: 1px solid red;
    border-radius: 1.125rem;
    color: red;
    font-weight: 700;
    letter-spacing: .5px;
    transition: all .3s;
    padding: .25rem 1rem;
    width: 150px;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-right: 1.5rem;
    margin-top: .5rem;
}

.event-ticket .btn-ticket:hover {
    transition: all .3s;
    background-color: red;
    color: #fff;
    box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .25);
}

.event-ticket .btn-icon {
    border: none;
    background-color: transparent;
    padding: .25rem;
    min-width: 2rem;
    margin-top: .5rem;
}

.event-ticket .ticket-price {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 1.25rem;
    font-weight: 700;
    justify-content: space-around;
}

.event-ticket .ticket-price span {
    font-size: .75rem;
    line-height: .75rem;
    font-weight: 500;
    color: #000;
}

.event-ticket .btn-shopping {
    background-color: red;
    color: #fff;
    border-radius: 1.125rem;
    padding: .25rem 1.5rem;
    font-weight: 700;
    letter-spacing: .5px;
    width: 150px;
}

.filter-area {
    background-color: #fff;
    padding: .5rem;
    box-shadow: 0 .125rem .25rem .25rem rgba(0, 0, 0, .125);
    display: flex;
    justify-content: start;
    height: 54px;
}

.filter-area div.dropdown {
    margin-right: 1rem;
}


.filter-area .btn {
    font-weight: 500;
}

/* Eski .stadium stilleri - yeni dÃ¼zen iÃ§in override edildi */
.stadium-container .stadium {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 600px;
}

.stadium-container .stadium > svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

#mobileEventName {
    padding: .5rem 1rem;
    color: #606060;
    font-weight: 700;
    font-size: 1rem;
    display: none;
}

#mobileEventName small {
    font-size: .75rem;
    font-weight: 500;
}

#mobileEventName i {
    color: #787878;
}

/* Event Info & Filter Bar Styles */
.event-info-filter-bar {
    background: #FFFFFF;
    padding: 12px 0;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.event-info-filter-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.event-info-section {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    flex: 0 0 50%;
    width: 50%;
}

/* Date Section */
.event-info-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 80px;
}

.event-info-month {
    font-size: 14px;
    font-weight: 600;
    color: #1B9E5C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.event-info-day {
    font-size: 48px;
    font-weight: 700;
    color: #1B9E5C;
    line-height: 1;
}

.event-info-time {
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    line-height: 1.2;
}

/* Match Info Section */
.event-info-match {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.event-info-league {
    font-size: 12px;
    font-weight: 500;
    color: #282828;
    line-height: 1.4;
}

.event-info-title {
    font-size: 24px;
    font-weight: 700;
    color: #1B9E5C;
    line-height: 1.3;
    margin-bottom: 2px;
}

.event-info-venue {
    font-size: 12px;
    font-weight: 500;
    color: #282828;
    line-height: 1.4;
}

/* Filter Section */
.event-filter-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex: 0 0 50%;
    width: 50%;
    justify-content: flex-end;
}

.event-filter-btn {
    background: #FFFFFF;
    border: 1px solid #282828;
    border-radius: 22px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.event-filter-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #282828;
    border-color: #282828;
}

.event-filter-btn:focus {
    box-shadow: none;
    border-color: #282828;
}

.event-filter-btn::after {
    display: none !important;
}

.event-filter-btn i {
    font-size: 12px;
    margin-left: 4px;
}

.event-filter-reset {
    background: #DC0B2D;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.event-filter-reset:hover {
    background: #B8091F;
    color: #FFFFFF;
    transform: rotate(180deg);
}

.event-filter-reset:focus {
    box-shadow: none;
}

.event-filter-reset i {
    font-size: 16px;
}

/* Dropdown Menu Styles */
.event-filter-section .dropdown-menu {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #E5E5E5;
    margin-top: 8px;
}

.event-filter-section .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.event-filter-section .dropdown-item:hover {
    background: #F5F5F5;
    color: #282828;
}

@media (max-width: 1200px) {
    .event-info-filter-bar {
        padding: 20px 0;
    }
    
    .event-info-filter-bar .container {
        gap: 32px;
    }
    
    .event-info-section {
        gap: 40px;
    }
    
    .event-info-day {
        font-size: 40px;
    }
    
    .event-info-title {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .event-info-filter-bar {
        padding: 20px 0;
    }
    
    .event-info-filter-bar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .event-info-section {
        width: 100%;
        flex: 1 1 100%;
        gap: 32px;
    }
    
    .event-filter-section {
        width: 100%;
        flex: 1 1 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .event-info-filter-bar {
        padding: 16px 0;
    }
    
    .event-info-section {
        flex-direction: column;
        gap: 20px;
    }
    
    .event-info-date {
        align-items: flex-start;
    }
    
    .event-info-day {
        font-size: 36px;
    }
    
    .event-info-title {
        font-size: 18px;
    }
    
    .event-filter-section {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .event-filter-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .event-filter-reset {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 576px) {
    .event-info-filter-bar {
        padding: 16px 0;
    }
    
    .event-info-day {
        font-size: 32px;
    }
    
    .event-info-title {
        font-size: 18px;
    }
    
    .event-filter-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
}

@media (min-width: 1400px) {
    .event-info-filter-bar .container {
        max-width: 1320px;
    }
    
    .event-detail-page > .container {
        max-width: 1320px;
    }
}

@media (min-width: 1900px) {
    .event-info-filter-bar .container {
        max-width: 1620px;
    }
    
    .event-detail-page > .container {
        max-width: 1620px;
    }
}

/* Event Tickets & Stadium Row - Yeni DÃ¼zen */
.event-tickets-stadium-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.event-tickets-stadium-row > div {
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0;
    position: relative;
}

@media (min-width: 768px) {
    .event-tickets-stadium-row > div {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Bootstrap col class'larÄ±nÄ± override et */
.event-tickets-stadium-row .col-12,
.event-tickets-stadium-row .col-md-5,
.event-tickets-stadium-row .col-md-7 {
    flex: unset !important;
    max-width: unset !important;
    width: auto !important;
}

@media (min-width: 768px) {
    .event-tickets-stadium-row {
        flex-direction: row !important;
        align-items: flex-start;
        gap: 5%;
    }
    
    .event-tickets-area {
        flex: 0 0 35% !important;
        width: 35% !important;
        max-width: 35% !important;
        min-width: 0 !important;
        order: 1;
        display: block !important;
    }
    
    .event-stadium-area {
        flex: 0 0 60% !important;
        width: 60% !important;
        max-width: 60% !important;
        min-width: 0 !important;
        order: 2;
        position: sticky !important;
        top: 0 !important;
        align-self: flex-start !important;
        height: 100vh !important;
        overflow-y: auto !important;
        display: block !important;
    }
    
    /* Eski #eventStadium stillerini override et */
    #eventStadium.event-stadium-area {
        background-color: #fff;
        height: 100vh !important;
        padding: 0;
        position: sticky !important;
        top: 0 !important;
    }
    
    /* Eski #eventArea stillerini override et */
    #eventArea.event-tickets-area {
        background-color: transparent;
        min-height: auto;
    }
    
    .stadium-container {
        min-height: 600px;
        height: 100%;
        position: relative;
    }
    
    #stadiumMap {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .event-tickets-stadium-row {
        flex-direction: column !important;
    }
    
    .event-tickets-area,
    .event-stadium-area {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        order: unset !important;
        position: relative !important;
        height: auto !important;
        overflow-y: visible !important;
    }
}

@media (max-width: 576px) {
    .filter-area {
        height: 44px;
        margin: .5rem 1rem;
        border-radius: .125rem;
        justify-content: space-around;
    }

    .filter-area div.dropdown {
        margin-right: 0;
    }

    .filter-area .btn {
        font-size: .75rem;
        padding: .25rem .5rem;
    }

    .stadium-container .stadium {
        height: auto;
        min-height: 300px;
    }

    .stadium-container .stadium > svg {
        height: auto;
        min-height: 300px;
    }

    #mobileEventName {
        display: block;
    }

    /* Mobilde sticky kaldÄ±rÄ±ldÄ± - yeni dÃ¼zen iÃ§in */
    #eventStadium.event-stadium-area {
        position: relative !important;
        top: auto !important;
        z-index: auto !important;
        height: auto !important;
    }

    #eventBreadcrumb {
        display: none;
    }

    #eventInfo {
        padding: 2rem 0 0;
        min-height: 200px;
        display: none;
    }

    #eventInfo .overlay {
        background-image: linear-gradient(transparent, rgba(0, 0, 0, 1));
    }

    #eventInfo .event-description .event-title {
        font-size: 1.5rem;
    }

    .event-ticket .btn-ticket, .event-ticket .btn-shopping {
        font-size: .75rem;
        line-height: 1rem;
        width: 120px;
        padding: .25rem .5rem;
    }

    .event-ticket .ticket-info {
        flex: 2;
    }

    .event-ticket .ticket-price {
        align-items: center;
    }

    .event-ticket .ticket-info, .event-ticket .ticket-price {
        font-size: .875rem;
    }

    .event-ticket .ticket-info span {
        margin-left: 0;
        font-size: .75rem;
        display: block;
        float: left;
        width: 100%;
        min-height: 1.125rem;
    }

    .event-ticket .btn-icon, .event-ticket .btn-ticket {
        margin-top: 0;
        margin-right: 0;
    }

    .event-ticket .btn-icon {
        margin-right: 0 !important;
        display: none;
    }
}

/* endregion */

/* region Shopping */
.countdown-wrapper {
    text-align: center;
    font-size: .875rem;
    background-color: #f4f4f4;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
    line-height: 1.25rem;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .25);
}

#countdown {
    margin: 1rem auto;
    background-color: red;
    color: #eeeeee;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    border-radius: 2rem;
    width: 8rem;
    text-align: center;
    border: 3px solid #FFFFFF;
}

.countdown-wrapper .red {
    color: red;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* region Common */
.shopping-steps {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .5rem;
}

.shopping-steps .step i {
    background-color: green;
    padding: .25rem;
    border-radius: 50%;
    color: #fff;
    margin-right: .5rem;
    line-height: 1rem;
    width: 1.5rem;
    text-align: center;
}

#step-content {
    background-color: #f4f4f4;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

#information {
    padding: 0 2rem;
    border-left: 2px solid #eeeeee;
    min-height: 100%;
    line-height: 2rem;
}

#information h3 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
}

#information .btn-link {
    font-size: 1.25rem;
    text-decoration: none;
    color: darkred;
    padding: 1rem 0;
}

.shopping-form .form-check-label {
    padding-left: 0 !important;
}

@media (max-width: 567px) {
    .shopping-steps {
        letter-spacing: 0;
        font-size: .875rem;
    }

    .shopping-steps .step {
        flex: 1;
        text-align: center;
    }

    .shopping-steps .step i {
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        text-align: center;
        margin: 0 auto 0.25rem;
    }

    #information {
        padding: 0;
        border-left: 0;
        margin-top: 2rem;
    }
}

/* endregion */

/* region Account */
.shopping-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .875rem;
}

.shopping-login h1 {
    font-size: 1.25rem;
    font-weight: 600;
}

.shopping-login .shopping-login-area {
}

.shopping-login .shopping-login-area .btn-red {
    margin-left: 1rem;
}

@media (max-width: 567px) {
    .shopping-login {
        display: flex;
        flex-direction: column-reverse;
    }

    .shopping-login h1 {
        margin-top: 1rem;
    }

    .shopping-login .shopping-login-area {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shopping-login .shopping-login-area .btn-red {
        margin-left: 0;
        margin-top: 1rem;
    }
}

.form-header {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .5px;
    margin: 1rem 0;
}

.shopping-form > .row {
    margin-bottom: 1rem;
}

.shopping-form .ticket-count {
    display: flex;
    justify-content: start;
}

.shopping-form .ticket-count > div {
    margin-right: 1rem;
}

.shopping-form .ticket-count > div:last-child {
    margin-right: 0;
}

.shopping-form label {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .5px;
    padding-left: .5rem;
}

.shopping-form .form-control, .shopping-form .form-select {
    border-radius: .5rem;
    line-height: 1.5rem;
    padding: .5rem 1rem;
    font-size: .875rem;
}

.shopping-form .form-check {
    margin-bottom: 1rem;
}

.shopping-form .form-check-label {
    color: rgba(0, 0, 0, 0.60);
}

.shopping-form .form-check-label strong {
    color: #000000;
}

.shopping-form h3 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .5px;
    color: #101935;
}

.shopping-form .btn-link {
    padding: 0;
    text-decoration: none;
    color: darkred;
    float: right;
}

.btn-red {
    background-color: red;
    color: #fff;
    border-radius: 1.25rem;
    padding: 0.375rem 2rem;
    font-weight: 700;
    letter-spacing: .5px;
}

.btn-red:hover {
    border-color: red;
    color: red;
    background-color: #fff;
}

.bb-profile-form > .row {
    margin-bottom: 1rem;
}

.bb-profile-form .ticket-count {
    display: flex;
    justify-content: start;
}

.bb-profile-form .ticket-count > div {
    margin-right: 1rem;
}

.bb-profile-form .ticket-count > div:last-child {
    margin-right: 0;
}

.bb-profile-form label {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: .25rem;
    color: #6c6c6c;
}

.bb-profile-form .form-control, .bb-profile-form .form-select {
    border-radius: .375rem;
    line-height: 1.25rem;
    padding: .75rem;
    font-size: .875rem;
    border-color: #dbdbdb;
    background-color: #fafafa;
}

.bb-profile-form .form-control::placeholder, .bb-profile-form .form-select::placeholder {
    opacity: .75;
}

.bb-profile-form .form-control::-ms-input-placeholder, .bb-profile-form .form-select::-ms-input-placeholder { /* Edge 12-18 */
    opacity: .75;
}

.bb-profile-form .form-check {
    margin-bottom: 1rem;
}

.bb-profile-form .form-check-label {
    color: rgba(0, 0, 0, 0.60);
}

.bb-profile-form .form-check-label strong {
    color: #000000;
}

.bb-profile-form h3 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .5px;
    color: #101935;
}

.bb-profile-form .btn-link {
    padding: 0;
    text-decoration: none;
    color: darkred;
    float: right;
}

.bb-profile-form .btn-success {
    color: #799a19;
    border-color: #799a19;
    background-color: rgba(11, 77, 63, 0.05);
    border-radius: .375rem;
    width: 100%;
    padding: .75rem 0;
    transition: all .3s;
}

.bb-profile-form .btn-success:hover {
    background-color: #799a19;
    color: #ffffff;
    transition: all .3s;
}

@media (max-width: 567px) {
    .shopping-form .ticket-count {
        flex-wrap: wrap;
    }

    .shopping-form .ticket-count > div {
        margin-bottom: .5rem;
    }

    .bb-profile-form .ticket-count {
        flex-wrap: wrap;
    }

    .bb-profile-form .ticket-count > div {
        margin-bottom: .5rem;
    }

    .btn-red {
        letter-spacing: 0;
        padding: .25rem .5rem;
        font-size: .75rem;
        width: 145px;
        padding: .5rem 0;
    }
}

/* endregion */

/* region Ticket */
.btn-ticket-count {
    background-color: transparent;
    color: #2F343B;
    border: 1px solid #2F343B;
    border-radius: .5rem;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 700 !important;
}

.btn-check + .btn:hover,
.btn-check:checked + .btn, .btn.active,
.btn.show, .btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:focus {
    border: 1px solid #2F343B;
    background-color: #2F343B;
    color: #FFFFFF;
}


/* endregion */

/* region Delivery */
/* endregion */

/* region Payment */
#orderRules {
    font-size: .875rem;
    font-weight: 500;
    margin-top: 2rem;
}

#orderRules h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#orderPreview .order-row, #orderPreview .order-row-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    letter-spacing: .5px;
    font-weight: 500;
}

#orderPreview .order-row-total {
    font-weight: 700;
    font-size: 1.25rem;
}

/* endregion */
/* endregion */

/* region Ticket Sell */
#sub-hero {
    background: radial-gradient(circle, rgb(255, 11, 11) 0%, rgb(0, 0, 0) 120%);
    color: #fff;
    padding: 2rem;
}

#sub-hero h3, #sub-hero h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
}

#sub-hero .hero-detail {
    display: flex;
    justify-content: start;
    align-items: center;
}

#sub-hero .hero-detail .date, #sub-hero .hero-detail .location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hero-detail .location {
    margin-right: 2rem;
}

.hero-detail i {
    background-color: #FFFFFF;
    color: red;
    padding: .5rem;
    border-radius: 50%;
    width: 2rem;
    text-align: center;
    margin-right: 1rem;
}

#sub-hero-search {
    width: 100%;
    border-radius: 2rem;
    line-height: 2rem;
    padding: .5rem 1rem;
    border: none;
}

#sub-hero-search:focus {
    outline: none;
}

.button-group {
    text-align: center;
    background-color: #f4f4f4;
    padding: 3rem 1rem;
    border-radius: .5rem;
    transition: all .3s;
}

.button-group:hover {
    background-color: #A0E4CB;
    box-shadow: 0 0 .5rem .25rem rgba(0, 0, 0, .25);
    transition: all .3s;
}

.button-group.ticket:hover {
    background-color: #FF5D5D;
}

.button-group h3 {
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.button-group a {
    background-color: #0D4C92;
    border-radius: 3rem;
    min-width: 20rem;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.button-group a:hover {
    background-color: #fff;
    border-color: #0D4C92;
    color: #0D4C92;
    color: #101935;
    font-weight: 500;
    box-shadow: 0 0 .25rem .125rem rgba(13, 76, 146, .25);
}

.button-group.ticket a {
    background-color: #990000;
}

.button-group.ticket a:hover {
    background-color: #3D0000;
    color: #fff;
}

.accordion-sss {
    margin: 2rem 0;
}

.accordion-sss .accordion-item:first-of-type, .accordion-sss .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.accordion-sss .accordion-item:last-of-type, .accordion-sss .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.accordion-sss .accordion-button:focus {
    box-shadow: none;
}

.accordion-sss .accordion-button:not(.collapsed) {
    background-color: #FF5D5D;
    font-weight: 700;
    color: #990000;
    transition: all .3s;
}

#ticket-sell-hero {
    position: relative;
    background: no-repeat center center url("../images/ticket-sell-bg.jpg");
    background-size: cover;
    margin-bottom: 1rem;
}

#ticket-sell-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, transparent, black);
}

@media (max-width: 567px) {
    #sub-hero {
        padding: 1rem .5rem;
    }

    #sub-hero h3 {
        font-size: 1rem;
    }

    #sub-hero .hero-detail {
        flex-direction: column-reverse;
        align-items: start;
        font-size: .75rem;
    }

    .hero-detail .date {
        margin-bottom: .5rem;
    }

    .hero-detail .location {
        margin-right: 0;
    }

    .hero-detail i {
        padding: .375rem .25rem;
        width: 1.5rem;
        margin-right: .5rem;
    }

}

/* endregion */

/* region Category */
#sub-hero .breadcrumb {
    justify-content: center;
}

#sub-hero .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.bg-grey {
    background-color: #eee;
}

.link-category {
    display: block;
    padding: .5rem;
    border-radius: .25rem;
    margin-bottom: .5rem;
    background-color: #eee;
}

.link-category.odd-row {
    background-color: #f4f4f4;
}

.link-category:hover {
    background-color: rgba(255, 0, 0, 0.5);
}

#categoryContentMore.show {
    height: auto !important;
}

.category-description {
    font-size: .875rem;
}

.category-description h2 {
    font-size: 1.25rem;
    font-weight: 700;
}

.category-description h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

@media (max-width: 567px) {
    .category-description {
        font-size: .75rem;
    }

    .category-description h2 {
        font-size: 1.1rem;
    }

    .category-description h3 {
        font-size: 1rem;
    }

    .link-category {
        font-size: .875rem;
        font-weight: 700;
    }
}

/* endregion */

/* region Blog */
.blog-breadcrumb {
    font-size: .75rem;
}

.blog-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.card-blog {
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 1rem;
    font-size: .875rem;
}

.card-blog h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: .25rem;
}

.card-blog .stretched-link {
    font-weight: 600;
}

.card-blog .text-primary {
    color: #101935 !important;
}

.pagination .page-link {
    padding: .5rem 1rem;
}

.blog-sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 0 .5rem;
}

.blog-sidebar-list li {
    padding: .5rem 0;
    border-bottom: 1px solid rgba(16, 25, 53, 0.5);
}

.blog-sidebar-list a {
    display: block;
    font-weight: 600;
    padding: .5rem;
    border-radius: .5rem;
}

.blog-sidebar-list a:hover {
    background-color: rgba(16, 25, 53, 0.15);
    box-shadow: 0 0 .25rem .125rem rgba(16, 25, 53, 0.25);
}

.blog-sidebar-list a img {
    width: 48px;
    height: 48px;
    margin-right: .5rem;
    border-radius: .5rem;
}

.blog-detail .blog-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.blog-detail .blog-cover img {
    border-radius: 1rem;
    height: 300px;
    width: 100%;
}

.blog-detail .blog-tags {
    margin: 1rem 0;
}

.blog-tags .tag {
    background-color: #f4f4f4;
    padding: .5rem;
    border-radius: .5rem;
    color: #000;
    display: inline-block;
    margin-right: 1rem;
}

.blog-detail .blog-content h2 {
    font-size: 1.25rem;
}

/* endregion */

/* region Career */
.job-list .job-list-item {
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .25);
    margin-bottom: 2rem;
}

.job-list .job-list-item .btn-career {
    background-color: red;
    padding: 1rem 2rem;
    background: linear-gradient(#314895, #101935);
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
}

.career-tags {
    margin: 1rem 0;
}

.career-tags .tag {
    background-color: rgba(16, 25, 53, 0.5);
    padding: .5rem;
    border-radius: .5rem;
    color: #fff;
    display: inline-block;
    margin-right: 1rem;
}

/* endregion */

/* region Help Center */
.card-help .card-header {
    background-color: transparent;
    border: none;
}

.card-help {
    border: none;
    background-color: rgba(16, 25, 53, 0.4);
    padding: 1rem;
    box-shadow: 0 0 .5rem .25rem rgba(16, 25, 53, 0.2);
    position: relative;
    margin-bottom: 1.875rem;
}

.card-help:before, .card-help:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-left: 4px solid #000;
    border-top: 4px solid #000;
    transition: all .3s;
}

.card-help:after {
    border-left: none;
    border-top: none;
    border-bottom: 4px solid #000;
    border-right: 4px solid #000;
    bottom: 1rem;
    right: 1rem;
}

.card-help:hover:before, .card-help:hover:after {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    transition: all .3s;
}

.card-help a {
    display: inline-block;
    color: rgba(12, 18, 28, .6);
}

.card-help .card-title {
    font-size: 1.25rem;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    font-weight: 700;
}

.card-help .card-title, .card-help .card-body {
    z-index: 5;
}

.card-help .card-body ul {
    padding: 0;
    list-style: none;
}

.card-help .card-body a {
    margin-bottom: .5rem;
    font-size: 0.8rem;
}

.card-help .card-body a:hover {
    text-decoration: underline;
}

.help-category {
    background-color: rgba(16, 25, 53, 0.4);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
}

.help-category > h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.category-detail {
    margin-bottom: 2rem;
}

.category-detail > h3 {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .5px;
}

.category-detail ul {
    padding: 0;
    list-style: none;
}

.category-detail a {
    color: #fff;
}

.category-detail a:hover {
    text-decoration: underline;
}

.help-center .accordion-sss {
    margin: 0;
}

.help-center-page {
    font-size: .875rem;
}

.help-center-page h2.page-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.help-center-page h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.help-center-page h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.card-help-category {
    border: 1px solid #333333;
    color: #000000;
    border-radius: .5rem;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.card-help-category i {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.help-center-accordion {
    border: none;
}

.help-center-accordion .accordion-item {
    margin-bottom: 1rem;
    border: 1px solid #333333;
    border-radius: .5rem;

}

.help-center-accordion .accordion-item .accordion-button {
    border-radius: .5rem;
    padding: .75rem 1.25rem;
    border: none;
    font-size: .875rem;
    font-weight: 600;
}

.help-center-accordion .accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.help-center-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: .5rem;
}

.help-center-accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: .5rem .5rem 0 0;
    background-color: rgba(255, 0, 0, 0.2);
    color: red;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000FF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.help-center-accordion .accordion-item .accordion-button i {
    margin-right: .75rem;
    font-size: 1rem;
}

.help-center-accordion .accordion-item h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.help-center-category-list {
    margin-top: 2rem;
    border-right: 1px solid;
}

.help-center-category-list li {
    margin-bottom: 1rem;
}

.help-center-category-list li a {
    font-size: 1rem;
    font-weight: 500;
    display: block;
    padding: .25rem 0;
}

.help-center-category-list li a.active {
    border-right: 3px solid red;
}

.btn-border {
    border: 1px solid #333333;
    font-size: 1rem;
    font-weight: 500;
    border-radius: .5rem;
    min-width: 350px;
    padding: .75rem;
    transition: all .2s;
}

.btn-border:hover {
    border: 1px solid #333333;
}

.help-center-accordion .question-review h3 {
    margin: 1.5rem 0 .5rem;
    font-size: .875rem;
    font-weight: 600;
}

.btn-border.btn-question-like, .btn-border.btn-question-unlike {
    min-width: 3rem;
    padding: .5rem;
    transition: all .2s;
}

.btn-border.btn-question-like:hover {
    background-color: rgba(0, 100, 0, 0.3);
    color: darkgreen;
    border-color: darkgreen;
    transition: all .2s;
}

.btn-border.btn-question-unlike:hover {
    background-color: rgba(139, 0, 0, 0.3);
    color: darkred;
    border-color: darkred;
    transition: all .2s;
}

#sub-hero.help-center-hero {
    background: no-repeat center center url("../images/help-center-hero-bg.jpg") rgba(0, 0, 0, .5);
    background-size: cover;
    background-blend-mode: multiply;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#sub-hero.help-center-hero form input {
    background-color: transparent;
    border: 2px solid #ffffff;
}

#sub-hero.help-center-hero form input::placeholder {
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#sub-hero.help-center-hero form input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ffffff;
}

@media (max-width: 567px) {
    .help-center-page h1 {
        font-size: 1.25rem;

    }

    .help-center-page h2 {
        font-size: 1.125rem;
        margin-top: 1rem;
    }

    .help-center-page h3 {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .card-help-category {
        font-size: 1rem;
        min-height: 140px;
        padding: 1rem;
    }

    .help-center-accordion .accordion-item .accordion-button {
        font-size: .75rem;
    }

    .btn-border {
        font-size: .875rem;
        min-width: 100%;
        padding: .5rem;
    }

    .help-center-accordion .question-review h3 {
        font-size: .75rem;
    }

    #sub-hero.help-center-hero {
        height: 260px;
    }
}

/* endregion */

/* region Profile */
#profile-page {
    padding: 0;
    min-height: 100%;
}

.profile-content {
    padding: 0;
    float: left;
    width: calc(100% - 20rem);
}

.profile-content.hide-menu {
    width: calc(100% - 6rem);
    transition: all .3s;
}

.profile-content-title {
    font-size: 1.25rem;
    padding-bottom: 1rem !important;
    border-bottom: 2px solid rgba(51, 51, 51, 0.4);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.profile-content-title .title-buttons {
    float: right;
}

.profile-content-filter {
    border-bottom: 2px solid rgba(51, 51, 51, 0.4);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 576px) {
    .profile-content-title {
        font-size: 1.125rem;
    }

    .profile-content-title .title-buttons {
        float: none;
        margin-top: .5rem;
    }
}

@media (max-width: 576px) {
    #profile-page {
        min-height: calc(100vh - 10rem);
    }

    #profile-content {
        width: 100%;
        margin-left: 0;
    }

    #profile-content .profile-content-filter .btn {
        width: 100%;
        margin-top: .5rem;
    }

    #profile-content .action-button {
        text-align: center !important;
        margin-top: 1rem;
    }
}

.row-status {
    color: #fff;
    padding: .5rem;
    border-radius: 50%;
    min-width: 2rem;
    text-align: center;
}

.row-status.success {
    background-color: var(--bs-success);
}

.row-status.danger {
    background-color: var(--bs-danger);
}

.row-status.warning {
    background-color: var(--bs-warning);
}

.profile-payment-title {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 1.25rem;
    margin-top: 2rem;
}

#tabFavoriler {
    border: none;
}

#tabFavoriler.nav-tabs .nav-link {
    border: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .5px;
    color: rgba(51, 51, 51, 0.5);
}

#tabFavoriler.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #333;
    color: #333333;
}

#tabContentFavoriler {
    margin-top: 2rem;
}

.address-list {
    margin-top: 2rem;
}

.address-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    border-radius: 1rem;
    padding: 1rem;
    background-color: rgba(238, 238, 238, 0.5);
    box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .05);
    border: 1px solid rgba(238, 238, 238, 0.5);
    margin-bottom: 1.5rem;
}

.address-card .card-buttons {
    text-align: end;
}

.address-card h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.address-card p {
    font-weight: 500;
    font-size: .875rem;
    margin-bottom: .5rem;
}

.address-card p i.fa {
    margin-right: .5rem;
}

@media (max-width: 576px) {
    .address-card {
        min-height: 180px;
    }

    .address-card h3 {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .address-card p {
        font-size: .75rem;
    }
}

#tableSearch {
    border-radius: .5rem;
    overflow: hidden;
    width: 270px;
    background-color: #d8d8d8;
    box-shadow: 0 0 .125rem .125rem rgba(0, 0, 0, .125);
    display: none;
}

#tableSearch .item {
    border-bottom: 1px solid;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding: .25rem .5rem;
}

#tableSearch .item small {
    display: block;
    font-weight: 400;
    font-size: .875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#tableSearch .item:last-child {
    border-bottom: none;
}


.content-list-item {
    padding: 1rem;
    background-color: #efefef;
    border-radius: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.content-list-item .content {
    display: flex;
}

.content-list-item .content img {
    height: 100px;
    margin-right: 1rem;
}

.content-list-item .content .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-list-item .content .info h3 {
    font-size: 1.25rem;
}

.content-list-item .content .info .location {
    font-size: 1rem;
    line-height: 1rem;
}

.item-col-1,
.item-col-2 {
    padding: 0 .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-col-1 {
    flex: 1;

}

.item-col-2 {
    flex: 2;
}

.item-col-3 {
    flex: 3;
    padding: 0 .25rem;
}

.item-col-4 {
    flex: 4;
    padding: 0 .25rem;
}

.item-col-5 {
    flex: 5;
    padding: 0 .25rem;
}

.item-col-6 {
    flex: 6;
    padding: 0 .25rem;
}

@media (max-width: 576px) {
    .content-list-item {
        flex-direction: column;
        align-items: flex-start;
        padding: .5rem;
        overflow: hidden;
    }

    .content-list-item .content img {
        height: 75px;
    }

    .content-list-item .content .info h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1rem;
    }

    .content-list-item .content .info .location {
        font-size: .75rem;
        line-height: .75rem;
    }

    .content-list-item .actions {
        margin-top: .5rem;
        width: 100%;
        text-align: center;
    }
}

.content-item-detail {
    display: none;
    margin-bottom: 1rem;
    padding: .5rem .5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.content-item-detail .item-detail-list .item-detail-list-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.item-detail-header {
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    text-align: center;
}

.item-detail-header > div:first-child {
    text-align: left;
}

.item-detail-list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    text-align: center;
    font-size: .875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #5c5a5a;
}

.item-detail-list-item:last-child {
    border-bottom: none;
}

.item-detail-list-item .item-col-1:first-child,
.item-detail-list-item .item-col-2:first-child,
.item-detail-list-item .item-col-3:first-child,
.item-detail-list-item .item-col-4:first-child,
.item-detail-list-item .item-col-5:first-child,
.item-detail-list-item .item-col-6:first-child {
    padding-left: 0;
}

.item-detail-list-item .item-col-1:last-child,
.item-detail-list-item .item-col-2:last-child,
.item-detail-list-item .item-col-3:last-child,
.item-detail-list-item .item-col-4:last-child,
.item-detail-list-item .item-col-5:last-child,
.item-detail-list-item .item-col-6:last-child {
    padding-right: 0;
}

/*.item-detail-list-item:nth-child(odd) {*/
/*    background-color:#eee;*/
/*}*/

/*.item-detail-list-item:nth-child(even) {*/
/*    background-color:#fff;*/
/*}*/

.item-detail-list-item > div:first-child {
    text-align: left;
}

.item-detail-list-item .event-detail span {
    font-size: .75rem;
    display: block;
}

.item-detail-list-item .event-detail .event-name {
    font-size: .875rem;
    font-weight: 500;
}

.item-detail-list-item > div select {

    line-height: 1.25rem;
}

.item-detail-list-item > div input, .item-detail-list-item > div select {
    border-radius: .125rem;
}

.item-detail-list-item .form-control:disabled,
.item-detail-list-item .form-select:disabled {
    background-color: #f7f8f9;
}

.item-detail-list-item > div label {
    line-height: 1.25rem;
    padding: .25rem 0;
    border: 1px solid transparent;
}

.item-detail-list-item div span.title {
    display: none;
}

.item-detail-list-item .btn-process {
    padding: 3px;
    border: none;
}

.item-detail-list-item .btn-process.btn-limited {
    margin-left: 1.5rem;
}

.item-detail-list-item .btn-process img {
    height: 1.5rem;
}

.item-detail-list-item .badge {
    padding: .5rem;
    display: inline-block;
    font-size: .75rem;
    font-weight: 500;
}

.item-detail-list-item .text-bg-danger {
    background-color: #F1416C !important;
}

.item-detail-list-item .text-bg-success {
    background-color: #50CD89 !important;
}

.item-detail-list-item .text-bg-info {
    color: #ffffff !important;
    background-color: #009EF7 !important;
}


@media (max-width: 576px) {
    .item-detail-list-item .item-col-1:first-child,
    .item-detail-list-item .item-col-2:first-child,
    .item-detail-list-item .item-col-3:first-child,
    .item-detail-list-item .item-col-4:first-child,
    .item-detail-list-item .item-col-5:first-child,
    .item-detail-list-item .item-col-6:first-child {
        padding-left: .25rem;
    }

    .item-detail-list-item .item-col-1:last-child,
    .item-detail-list-item .item-col-2:last-child,
    .item-detail-list-item .item-col-3:last-child,
    .item-detail-list-item .item-col-4:last-child,
    .item-detail-list-item .item-col-5:last-child,
    .item-detail-list-item .item-col-6:last-child {
        padding-right: .25rem;
    }

    .item-detail-header {
        display: none;
    }

    .content-item-detail .item-detail-list .item-detail-list-item {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
        margin-bottom: 1rem;
        padding-bottom: .5rem;
    }

    .item-detail-list-item {
        flex-direction: column;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        font-size: .75rem;
    }

    .item-detail-list-item .event-detail .event-name {
        font-size: .875rem;
    }

    .item-detail-list-item > div input, .item-detail-list-item > div select {

    }

    .item-detail-list-item div span.title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 110px;
        min-width: 110px;
        text-align: left;
    }

    .item-detail-list-item .item-action-button {
        justify-content: space-between;
    }

    .item-detail-list-item .btn-process {
        margin-right: 1rem;
    }

    .item-detail-list-item .btn-process.btn-limited {
        margin-left: 0;
        margin-right: 9.5rem;
    }

    .item-col-1, .item-col-2, .item-col-3, .item-col-4, .item-col-5, .item-col-6 {
        display: flex;
        justify-content: flex-start;
        margin-bottom: .5rem;
    }
}

.navbar-profile {
    background-color: #efefef;
}

.navbar-profile .navbar-toggler {
    border: none;
}

.navbar-profile .navbar-brand {
    font-size: 1rem;
}

#tableAdvert .btn-sm {
    padding: 3px;
    border: none;
}

#tableAdvert .btn-sm img {
    height: 1.5rem;
}

.history-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 1000;
}

.ticket-price-history {
    display: none;
    position: absolute;
    width: 660px;
    height: 360px;
    background-color: #f4f4f4;
    border-radius: 1rem;
    top: 0;
    left: 0;
    z-index: 1001;
    padding: 1rem;
}

@media (max-width: 767px) {
    .ticket-price-history {
        width: 405px;
    }
}

.ticket-price-history .table-row {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.ticket-price-history .table-row .table-col {
    flex: 1;
    margin-right: 1rem;
}

.ticket-price-history .table-row .table-col:last-child {
    margin-right: 0;
}

.ticket-price-history .table-row .table-col h3 {
    font-size: .875rem;
    font-weight: 700;
}

.ticket-price-history .table-wrapper {
    height: 200px;
    overflow-y: auto;
    border: 1px solid rgba(51, 51, 51, 0.5);
    font-size: .75rem;
}

.ticket-price-history .table-wrapper td:last-child {
    text-align: right;
}

.ticket-price-history .min-max {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .75rem;
    margin: .5rem 0;
    font-weight: 600;
}

.ticket-price-history .min-max .min span {
    color: green;
}

.ticket-price-history .min-max.last {
    justify-content: end;
}

.ticket-price-history .min-max .max span {
    color: red;
}

.ticket-price-history .information {
    display: flex;
    justify-content: start;
    font-size: .75rem;
    line-height: 1rem;
}

.ticket-price-history .information .item {
    margin-right: 1rem;
}

.ticket-price-history .information .item span {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    float: left;
    margin-right: .25rem;
}

.summary-card {
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .1);
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-card .card-info {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.summary-card .card-info .image {
    height: 4rem;
    margin-right: 1rem;
}

.summary-card .card-summary {
    font-size: 1.25rem;
    font-weight: 700;
}

.summary-card .card-summary small {
    font-size: .75rem;
}

@media (max-width: 567px) {
    .summary-card {
        margin-bottom: .5rem;
    }
}


#mobileFastMenu {
    display: none;
    margin-top: 1rem;
}

#mobileFastMenu .accordion-item {
}

#mobileFastMenu .accordion-item {
}

#mobileFastMenu .accordion-item .accordion-header .accordion-button {
    background: red;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(157 11 11) 50%, rgba(0, 0, 0, 1) 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
}

#mobileFastMenu .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

#mobileFastMenu .fast-menu-list {
}

#mobileFastMenu .fast-menu-list li {
    margin-bottom: .75rem;
}

#mobileFastMenu .fast-menu-list li a {
}

@media (max-width: 567px) {
    #mobileFastMenu {
        display: block;
    }
}

/* endregion */

/* region Contact */
.contact-list {
    margin-top: 2rem;
}

.contact-list li {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.contact-list li:last-child {
    border-bottom: none;
}

.contact-list li img {
    height: 64px;
    margin-right: 1rem;
}

/* endregion */

/* region Ticket */
.ticket {
    border-radius: 1rem;
}

.ticket p {
    margin-bottom: 0;
}

.ticket .ticket-header {
    background-color: red;
    color: #FFFFFF;
    padding: 1rem 2rem;
    border-radius: .5rem .5rem 0 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.ticket .ticket-body {
    background-color: #f4f4f4;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    justify-content: space-between;
}

.success-note-head {
    font-size: .875rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.success-note-list {
    font-size: .75rem;
    list-style: square;
    padding-left: 1rem;
}

.success-note-list li {
    margin-bottom: .5rem;
}

.ticket-body .qrcode {
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ticket-body .qrcode:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    left: 0;
    background: repeat-y center url("../images/ticket-border.png");
}

.ticket-body .qrcode img {
    width: 150px;
    margin-bottom: .5rem;
}

.ticket-body .qrcode h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.ticket-body .qrcode h3 span {
    color: red;
}

.ticket-body .qrcode p {
    font-size: .875rem;
}

.ticket-body .info {
    position: relative;
    padding: 2rem;
    width: 100%;
}

.ticket-body .user {
    font-size: 1.25rem;
    font-weight: 600;
}

.ticket-body p {
    margin-bottom: .5rem;
}

.ticket-body label {
    min-width: 100px;
    font-weight: 600;
}

.ticket-body .ticket-response {
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 1rem auto 0;
}

.ticket-body .ticket-response i {
    font-size: 2rem;
    display: inline-block;
    margin-right: .5rem;
    color: forestgreen;
}

.ticket-body .ticket-response.failure i {
    color: red;
}

.ticket .ticket-price {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.ticket .ticket-price span {
    display: block;
    font-size: .75rem;
    color: black;
    text-align: right;
}

.btn-return {
    text-decoration: none;
    color: #FFFFFF;
    background-color: red;
    display: inline-block;
    border-radius: .5rem;
    margin: 3rem 0;
}

@media (max-width: 567px) {
    .ticket .ticket-header {
        font-size: .875rem;
        padding: .5rem 1rem;
    }

    .ticket-body .info {
        padding: .5rem 1rem;
        font-size: .75rem;
    }

    .ticket-body .user {
        font-size: .875rem;
    }

    .ticket-body label {
        min-width: 60px;
    }

    .ticket .ticket-price {
        right: 1rem;
        bottom: 1rem;
        font-size: 1rem;
    }

    .ticket-body .qrcode {
        padding: 0 1rem;
    }

    .ticket-body .qrcode img {
        width: 80px;
    }

    .ticket-body .qrcode h3 {
        font-size: 1rem;
    }

    .ticket .qrcode p {
        display: none;
    }

    .ticket-body .ticket-response {
        letter-spacing: 0;
        font-size: .75rem;
    }
}

/* endregion */

/* region 404 Page */
#not-found {
    background: no-repeat center center url("../images/not-found-bg.jpg");
    background-size: cover;
    min-height: 100vh;
    position: relative;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#not-found .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, transparent, black);
}

#not-found .container {
    z-index: 4;
}

#not-found h1 {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

#not-found h3 {
    font-size: 2rem;
}

/* endregion */



/*header.sub-page .btn-login:hover, header.sub-page .btn-ticket:hover, header.sub-page .btn-profile:hover, header.sub-page .btn-profile:focus {*/
/*    background-color: #000000;*/
/*    color: #fff;*/
/*}*/








/* endregion */

/* ===== HEADER STYLES MOVED TO header.css ===== */

/* ===== UTILITY CLASSES ===== */
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

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

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* ===== CUSTOM SCROLLBAR ===== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

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

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

/* ===== FOCUS STYLES ===== */
.btn:focus,
.form-control:focus,
.nav-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

/* ===== LOADING STATES ===== */
.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* ===== CATEGORY DETAIL PAGE STYLES ===== */
.hero-section {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-light .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

.breadcrumb-light .breadcrumb-item a:hover {
    color: white;
}

/* Event Cards */
.event-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

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

.event-placeholder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.event-date-badge {
    z-index: 2;
}

.event-date-badge .bg-primary {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%) !important;
    min-width: 60px;
}

.event-details {
    font-size: 0.9rem;
}

.event-details i {
    width: 16px;
    text-align: center;
}

.price-info small {
    font-size: 0.75rem;
}

/* Category Cards */
.category-card,
.league-card,
.tournament-card,
.artist-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.category-card:hover,
.league-card:hover,
.tournament-card:hover,
.artist-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

.category-icon,
.league-icon,
.tournament-icon {
    color: var(--bs-primary);
}

.artist-avatar img {
    border: 3px solid var(--bs-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Empty State */
.empty-state {
    padding: 3rem 1rem;
}

.empty-state i {
    opacity: 0.6;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .hero-section {
        text-align: center;
    }
    
    .hero-section .row {
        flex-direction: column-reverse;
    }
    
    .hero-section .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    .event-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .event-card .card-body {
        padding: 1rem;
    }
    
    .event-details {
        font-size: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding: 3rem 0;
    }
    
    .hero-section h1 {
        font-size: 1.75rem;
    }
    
    .event-card .btn {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

/* Hover Effects */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

/* ===== DETAIL PAGES COMMON STYLES ===== */
.category-event-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    height: 100%;
}

.category-event-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.category-event-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.category-event-image {
    height: 180px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

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

.category-event-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
}

.category-icon-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    background: #1b9e5c;
    color: white;
}

.category-event-content {
    background: white;
    border-radius: 0 0 24px 24px;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.category-event-date {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    align-items: center;
}

.category-event-date .date-box {
    min-width: 60px;
    text-align: center;
}

.category-event-date .date-month {
    font-size: 11px;
    font-weight: 600;
    color: #1b9e5c;
    text-transform: uppercase;
}

.category-event-date .date-day {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #1b9e5c;
}

.category-event-date .date-time {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-top: 4px;
}

.category-event-info {
    flex: 1;
}

.category-event-info .category-label {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.category-event-info .event-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin-bottom: 8px;
}

.category-event-info .event-venue {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 1.4;
}

.category-event-info .event-price {
    font-size: 14px;
    font-weight: 700;
    color: #1b9e5c;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .category-event-image {
        height: 150px;
    }
}

.team-card {
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

/* Loading States */
.btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Badge Styles */
.badge {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
}

.badge.bg-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

/* Card Shadows */
.shadow-sm {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* Button Styles */
.btn-outline-primary {
    border-width: 2px;
    font-weight: 500;
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-outline-secondary {
    border-width: 2px;
    font-weight: 500;
}

.btn-outline-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

/* Section Spacing */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (max-width: 767.98px) {
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* Background Colors */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Text Colors */
.text-muted {
    color: #6c757d !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-dark {
    color: #212529 !important;
}

/* Font Weights */
.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

/* Display Classes */
.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .display-4 {
        font-size: 2rem;
    }
}

/* Lead Text */
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .lead {
        font-size: 1.1rem;
    }
}

/* Rounded Corners */
.rounded-3 {
    border-radius: 0.5rem !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

/* Opacity Utilities */
.bg-opacity-20 {
    --bs-bg-opacity: 0.2;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

/* Gap Utilities */
.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

/* Hover Transitions */
.transition-all {
    transition: all 0.3s ease;
}

/* Custom Scrollbar */
.event-card::-webkit-scrollbar {
    width: 6px;
}

.event-card::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.event-card::-webkit-scrollbar-thumb {
    background: #dc3545;
    border-radius: 3px;
}

.event-card::-webkit-scrollbar-thumb:hover {
    background: #c82333;
}

/* Focus States */
.event-card:focus-within {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

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

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Card Grid Responsive */
@media (max-width: 1199.98px) {
    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .col-md-4,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Print Styles */
@media print {
    .hero-section,
    .btn,
    .badge {
        display: none !important;
    }
    
    .event-card {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #dee2e6 !important;
    }
}

/* region New Header Styles */
.navbar {
    height: 80px;
    z-index: 1000;
    padding: 0;
}

.top-banner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #e9ecef;
    z-index: 1030;
    margin-bottom: 80px; /* Navbar yÃ¼ksekliÄŸi iÃ§in yer */
}

.navbar.fixed-top {
    top: 46px;
    transition: top 0.3s ease;
}

.navbar .container-fluid {
    margin-top: 0;
}

/* Responsive - Top Banner ve Navbar */
@media (max-width: 767.98px) {
    .top-banner {
        min-height: 40px;
        font-size: 0.75rem;
    }
    
    .navbar.fixed-top {
        top: 40px;
    }
}

.navbar-brand img {
    height: 35px;
}

.category-menu {
    gap: 0;
}

.btn-category {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 16px;
    border: none;
    background: transparent;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    color: #282828;
}

.btn-category:hover {
    background-color: #f8f9fa;
}

.btn-category.active {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.btn-category:nth-child(1) span { color: #dc0b2c; }
.btn-category:nth-child(2) span { color: #9071b1; }
.btn-category:nth-child(3) span { color: #357c9c; }
.btn-category:nth-child(4) span { color: #a99f49; }

.btn-category i {
    font-size: 10px;
}

.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #282828;
    transition: all 0.3s;
}

.btn-icon:hover {
    background-color: #f8f9fa;
    border-radius: 50%;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 22px;
    background-color: #f8f9fa;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.language-selector:hover {
    background-color: #e9ecef;
}

.language-selector img {
    flex-shrink: 0;
}

.language-selector span {
    font-weight: 500;
    color: #282828;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .category-menu {
        display: none !important;
    }
    
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Fixed header spacing - Body padding kaldÄ±rÄ±ldÄ±, top-banner margin-bottom kullanÄ±lÄ±yor */

/* Etkinlik detay sayfasÄ±nda body padding-top kaldÄ±rÄ±ldÄ± */
body:has(.event-detail-page) {
    padding-top: 0 !important;
}

/* Dropdown menu adjustments */
.dropdown-menu {
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
    padding: 0.5rem 0;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-header {
    padding: 0.5rem 1rem 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* endregion */


