body {
    font-family: 'Poppins', sans-serif;
    background-color: #0a0a23;
    color: #f0f2f5;
}
.navbar {
    background-color: rgba(20, 20, 40, 0.95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}
.navbar-brand, .nav-link {
    color: #f0f2f5 !important;
    transition: color 0.3s ease, transform 0.3s ease;
}
.nav-link:hover {
    color: #ff6f61 !important;
    transform: translateY(-2px);
}
.carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.carousel-caption {
    background: rgba(20, 20, 40, 0.8);
    border-radius: 12px;
    padding: 15px;
}
.carousel-control-prev, .carousel-control-next {
    background: rgba(255, 111, 97, 0.3);
    width: 50px;
    border-radius: 50%;
}
#eventsCarousel .carousel-control-prev, #eventsCarousel .carousel-control-next {
    width: 70px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 111, 97, 0.25);
    border-radius: 50%;
    z-index: 2;
}
#eventsCarousel .carousel-control-prev {
    left: -100px;
}
#eventsCarousel .carousel-control-next {
    right: -100px;
}
@media (max-width: 1400px) {
    #eventsCarousel .carousel-control-prev {
        left: -60px;
    }
    #eventsCarousel .carousel-control-next {
        right: -60px;
    }
}
@media (max-width: 1200px) {
    #eventsCarousel .carousel-control-prev {
        left: -40px;
    }
    #eventsCarousel .carousel-control-next {
        right: -40px;
    }
}
@media (max-width: 992px) {
    #eventsCarousel .carousel-control-prev, #eventsCarousel .carousel-control-next {
        width: 48px;
        height: 48px;
    }
    #eventsCarousel .carousel-control-prev {
        left: -15px;
    }
    #eventsCarousel .carousel-control-next {
        right: -15px;
    }
    #eventsCarousel .carousel-control-prev-icon, #eventsCarousel .carousel-control-next-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}
.team-section-bg {
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%);
}
#teamCarousel .carousel-control-prev, #teamCarousel .carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 111, 97, 0.25);
    border-radius: 50%;
    z-index: 2;
}
#teamCarousel .carousel-control-prev {
    left: -40px;
}
#teamCarousel .carousel-control-next {
    right: -40px;
}
#teamCarousel .carousel-control-prev-icon, #teamCarousel .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
}
@media (max-width: 992px) {
    #teamCarousel .carousel-control-prev, #teamCarousel .carousel-control-next {
        width: 36px;
        height: 36px;
    }
    #teamCarousel .carousel-control-prev {
        left: -10px;
    }
    #teamCarousel .carousel-control-next {
        right: -10px;
    }
    #teamCarousel .carousel-control-prev-icon, #teamCarousel .carousel-control-next-icon {
        width: 1rem;
        height: 1rem;
    }
}
.feature-card, .event-card, .funfact-card, .blog-card {
    background-color: #1c1c3a;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 111, 97, 0.2);
}
.feature-card:hover, .event-card:hover, .funfact-card:hover, .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(255, 111, 97, 0.4);
}
.feature-card i, .funfact-card i {
    color: #ff6f61;
    font-size: 2.8rem;
    margin-bottom: 20px;
}
.feature-card h5, .funfact-card h2, .event-card .card-title a {
    font-weight: 500;
    color: #f0f2f5;
}
.event-card .card-title {
    color: #fff !important;
}
.event-card .card-title a {
    color: #fff !important;
}
.about-section {
    background: #141428;
    padding: 80px 0;
}
.blog-card .placeholder-img {
    height: 180px;
    background-color: #2a2a4a;
    border-radius: 10px 10px 0 0;
}
.funfact-card h6 {
    color: #adb5bd;
    font-weight: 400;
}
.footer {
    background: #141428;
    padding: 50px 0;
}
.orange-button {
    display: inline-block;
    padding: 8px 18px;
    border: 2px solid #ff6f61;
    border-radius: 30px;
    text-decoration: none;
    color: #ff6f61;
    font-weight: 500;
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%);
    transition: all 0.3s ease;
    font-size: 0.97rem;
    min-width: unset;
}
.orange-button:hover, .orange-button:focus {
    background: #ff6f61 !important;
    color: #0a0a23 !important;
    border-color: #ff6f61 !important;
    transform: scale(1.1);
}
.announcements-scroll {
    max-height: 400px;
    overflow-y: auto;
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%);
    border-radius: 12px;
    border: 1px solid rgba(255, 111, 97, 0.2);
}
.announcements-scroll::-webkit-scrollbar {
    width: 10px;
}
.announcements-scroll::-webkit-scrollbar-track {
    background: #141428;
    border-radius: 12px;
}
.announcements-scroll::-webkit-scrollbar-thumb {
    background: #ff6f61;
    border-radius: 12px;
}
.announcements-scroll {
    scrollbar-width: thin;
    scrollbar-color: #ff6f61 #141428;
}
.event-card .badge {
    top: 32px !important;
    right: 18px !important;
    font-size: 0.85rem;
    padding: 8px 14px;
    background-color: #ff6f61;
    color: #0a0a23;
}
.event-card .card-title a:hover {
    color: #ff6f61;
}
.team-card-compact {
    padding-bottom: 0 !important;
}
.team-card-compact h5 {
    font-size: 1.1rem;
    color: #f0f2f5;
}
.team-card-compact p {
    color: #ff6f61;
    font-size: 0.95rem;
}
.text-primary {
    color: #ff6f61 !important;
}
.text-primary.text-decoration-underline {
    color: #ff6f61 !important;
    text-decoration: underline !important;
}
.btn-outline-primary {
    color: #ff6f61 !important;
    border-color: #ff6f61 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #ff6f61 !important;
    color: #fff !important;
    border-color: #ff6f61 !important;
}
.team-section-bg {
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%);
}
@media (max-width: 768px) {
    .team-card-compact { margin-bottom: 1.5rem !important; }
    .about-section { padding: 40px 0; }
    .carousel-control-prev, .carousel-control-next { width: 40px; }
}
.table-dark {
    --bs-table-bg: transparent;
    background-color: transparent !important;
}
.modal-content.bg-dark, .modal-content {
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%) !important;
    color: #f0f2f5 !important;
    border-radius: 18px !important;
    border: 1.5px solid rgba(255,111,97,0.12) !important;
    box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 1.5px 0 #ff6f61 inset;
}
.modal-header, .modal-footer {
    border: none !important;
    background: transparent !important;
}
.modal-title {
    color: #ff6f61 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.btn-close.btn-close-white {
    filter: invert(1) grayscale(1) brightness(1.5);
}
.event-modal-date-badge {
    background: linear-gradient(135deg, #23233d 60%, #18182f 100%) !important;
    color: #ff6f61 !important;
    font-weight: 500;
    border-radius: 16px;
    font-size: 1rem;
    padding: 8px 18px;
    border: 1.5px solid rgba(255,111,97,0.18);
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    letter-spacing: 0.2px;
}
.announcements-scroll table.table-dark tbody tr:hover {
    background: linear-gradient(90deg, #23233d 60%, #18182f 100%) !important;
    color: #ff6f61 !important;
    transition: background 0.2s;
}
.announcements-scroll table.table-dark tbody tr {
    transition: background 0.2s, color 0.2s;
}
/* Modernize edilmiş form kutucukları */
.modern-form-input {
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%) !important;
    color: #f0f2f5 !important;
    border-radius: 16px !important;
    border: 1.5px solid rgba(255,111,97,0.18) !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    font-weight: 500;
    font-size: 1.08rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 0 !important;
}
.modern-form-input:focus {
    border-color: #ff6f61 !important;
    box-shadow: 0 0 0 2px rgba(255,111,97,0.18);
    background: linear-gradient(135deg, #23233d 60%, #18182f 100%) !important;
    color: #ff6f61 !important;
}
.modern-form-input::placeholder {
    color: #ffb3a1 !important;
    opacity: 1 !important;
    font-weight: 400;
}
.modern-form-label {
    display: none;
}
.modern-form-icon {
    background: transparent !important;
    color: #ff6f61 !important;
    border: none !important;
}
#footerContactForm .row.g-3, #footerContactForm .col-12, #footerContactForm .col-12.col-md-6 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#footerContactForm .input-group {
    margin-bottom: 0 !important;
}
.custom-success-message {
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%);
    color: #36ffb0;
    border-radius: 16px;
    border: 1.5px solid rgba(54,255,176,0.18);
    font-weight: 500;
    font-size: 1.08rem;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    padding: 12px 18px;
    text-align: center;
    margin-top: 6px;
}
.custom-error-message {
    background: linear-gradient(135deg, #18182f 60%, #23233d 100%);
    color: #ff6f61;
    border-radius: 16px;
    border: 1.5px solid rgba(255,111,97,0.18);
    font-weight: 500;
    font-size: 1.08rem;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    padding: 12px 18px;
    text-align: center;
    margin-top: 6px;
}
