/* Compact Professional Footer Styling */

/* Pre-Footer Section - Reduced Height */
.section.section-lg.bg-gray-900 {
    padding: 40px 0 !important;
}

@media (min-width: 768px) {
    .section.section-lg.bg-gray-900 {
        padding: 50px 0 !important;
    }
}

@media (min-width: 992px) {
    .section.section-lg.bg-gray-900 {
        padding: 60px 0 !important;
    }
}

@media (min-width: 1200px) {
    .section.section-lg.bg-gray-900 {
        padding: 60px 0 !important;
    }
}

/* Compact Event Detail Section */
.event-detail {
    margin-top: 15px;
}

.event-detail p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.event-detail .big {
    font-size: 15px !important;
}

.event-detail-time {
    font-size: 16px !important;
    font-weight: 600;
}

.event-detail-address {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.event-detail-link {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
}

/* Compact Buttons in Footer */
.event-detail .button {
    padding: 8px 20px !important;
    font-size: 13px !important;
    margin-top: 8px;
    margin-right: 8px;
    min-height: 38px !important;
}

/* Reduce Heading Size */
.section.section-lg.bg-gray-900 h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.section.section-lg.bg-gray-900 h5 .big {
    font-size: 18px !important;
}

/* Compact Logo in Footer */
.section.section-lg.bg-gray-900 .brand-logo-light {
    max-width: 200px;
    height: auto;
}

/* Reduce row spacing */
.section.section-lg.bg-gray-900 .row-30 {
    margin-left: -10px;
    margin-right: -10px;
}

.section.section-lg.bg-gray-900 .row-30 > * {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .section.section-lg.bg-gray-900 .row-30 > * {
        margin-bottom: 0;
    }
}

/* Social Icons Compact */
.list-inline-xs {
    margin-top: 12px;
}

.list-inline-xs li {
    margin-right: 8px;
}

.icon-rect {
    width: 36px !important;
    height: 36px !important;
}

/* Footer Classic - Reduced Padding */
.footer-classic {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media (min-width: 768px) {
    .footer-classic {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

/* Footer Links Compact */
.footer-links {
    margin-bottom: 15px;
}

.footer-links li {
    margin: 0 8px;
    font-size: 14px;
}

.footer-links a {
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #d90e90 !important;
    text-decoration: none;
}

/* Copyright Text Compact */
.footer-classic .rights {
    margin-bottom: 0;
    font-size: 13px;
    color: #999;
}

/* Divider Reduction */
.divider.divider-gray-900 {
    height: 1px;
    margin: 0;
}

/* Mobile Optimization */
@media (max-width: 767px) {
    .section.section-lg.bg-gray-900 {
        padding: 30px 0 !important;
    }

    .section.section-lg.bg-gray-900 .col-xs-10 {
        margin-bottom: 25px;
    }

    .section.section-lg.bg-gray-900 .col-xs-10:last-child {
        margin-bottom: 0;
    }

    .event-detail .button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-links li {
        display: block;
        margin: 8px 0;
    }

    .footer-links li.list-inline-item:nth-child(2n) {
        display: none; /* Hide separators on mobile */
    }
}

/* Professional Touch - Better Typography */
.section.section-lg.bg-gray-900 {
    font-family: 'Barlow', sans-serif;
}

.event-detail-time time,
.event-detail-address {
    letter-spacing: 0.3px;
}

/* Smooth Transitions */
.event-detail-link,
.footer-links a,
.icon-rect {
    transition: all 0.3s ease;
}

/* Align Social Updates Content */
.event-detail p.big {
    line-height: 1.6;
    margin-bottom: 12px;
}
