.fixed-top {
    background-color: #e91e63 !important;
}

/* Header layout spacing */
.navbar .row {
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    margin-right: auto;
}

.navbar-collapse {
    margin-left: auto;
}

/* Pull navigation to the right */
.navbar-nav {
    margin-left: auto !important;
    justify-content: flex-end !important;
}

.navbar-collapse .navbar-nav {
    float: right;
    text-align: right;
}

/* Additional positioning */
#responsive-menu {
    justify-content: flex-end;
    margin-left: auto;
}

/* Prettify Banner Content */
.banner-right {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.banner-title h4 {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    opacity: 0.9;
}

.banner-title h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.banner-title .pink {
    background: linear-gradient(45deg, #ff4081, #e91e63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.banner-event-info {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px !important;
}

.banner-event-info ul li {
    font-weight: 600;
    font-size: 0.8rem;
    padding: 8px 0;
}

.banner-event-info i {
    color: #ff4081;
    font-size: 1.1rem;
}

.event-discription p {
    font-size: 1.1rem;
    line-height: 1.6;
    font-style: italic;
    opacity: 0.95;
    margin-bottom: 30px !important;
}

.banner-button .btn {
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.banner-button .btn:first-child {
    background: linear-gradient(45deg, #ff4081, #e91e63);
    color: white;
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
}

.banner-button .btn:first-child:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.6);
}

.banner-button .btn2 {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.banner-button .btn2:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-right {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .banner-title h1 {
        font-size: 2rem;
    }

    .banner-title h4 {
        font-size: 1rem;
    }
}
