﻿.jumbotron {
    position: relative;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

    .jumbotron .btn {
        border-radius: 30px;
        font-weight: 600;
        transition: 0.3s ease;
    }

        .jumbotron .btn:hover {
            transform: translateY(-4px);
            opacity: 0.9;
        }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: drop-shadow(0 0 4px black);
}

.support-section {
    display: flex;
    justify-content: center;
}

.support-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 28px;
    max-width: 900px;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.support-icon {
    width: 48px;
    height: 48px;
    background: #f1ecff;
    color: #4a2f91;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.support-content h5 {
    margin-bottom: 8px;
    font-weight: 700;
    color: #2d2d2d;
}

.support-content p {
    margin-bottom: 14px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.support-contacts {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 14px;
}

    .support-contacts div {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #4a2f91;
    }

    .support-contacts a {
        color: inherit;
        text-decoration: none;
        font-weight: 500;
    }

.support-contacts {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #f6f4ff;
    color: #4a2f91;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    min-width: 220px;
}

    .contact-box i {
        font-size: 18px;
    }

    .contact-box:hover {
        background: #e9e2ff;
    }

.home-news-section {
    background: transparent;
}

.news-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.25s ease;
    height: 100%;
}

    .news-card:hover {
        transform: translateY(-4px);
        border-color: #dcdcff;
    }

.news-image {
    height: 180px;
    overflow: hidden;
}

    .news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-body {
    padding: 16px 18px 18px;
}

.news-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.6;
}

.news-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 14px;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
}

    .news-meta i {
        margin-left: 4px;
    }

.news-btn {
    position: relative;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #5b5be0;
    background: rgba(91, 91, 224, 0.08);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .news-btn i {
        transition: transform 0.3s ease;
    }

    .news-btn::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, #5b5be0, #7c3aed );
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .news-btn:hover {
        color: #fff;
        box-shadow: 0 6px 20px rgba(91, 91, 224, 0.35);
    }

        .news-btn:hover::before {
            opacity: 1;
        }

        .news-btn:hover i {
            transform: translateX(-4px);
        }

.concert-poster {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #000;
}

    .concert-poster img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transform: translate(-50%, -50%);
    }

@@media (min-width:1024px) {
    .alefbasystem-slider {
        height: 800px !important
    }
}

.news-hero {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.news-hero-box {
    position: relative;
    background: linear-gradient(135deg, #f6f7fb, #ffffff);
    border-radius: 24px;
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e6e8f0;
}

    .news-hero-box::before {
        content: "";
        position: absolute;
        top: -40%;
        right: -20%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(110, 66, 193, 0.15), transparent 70%);
    }

.news-hero-content {
    z-index: 2;
}

.news-hero-badge {
    display: inline-block;
    padding: 6px 14px;
    background-color: rgba(110, 66, 193, 0.1);
    color: #6f42c1;
    font-size: 0.85rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.news-hero-title {
    font-size: 2rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 1rem;
}

.news-hero-text {
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
}

.news-hero-icon {
    font-size: 5rem;
    color: rgba(110, 66, 193, 0.15);
    z-index: 1;
}

@@media (max-width: 768px) {
    .news-hero-box {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }

    .news-hero-icon {
        margin-top: 1.5rem;
        font-size: 4rem;
    }
}
