@media (max-width: 1399px) {
    .nav-item {
        padding: 0.5rem 0.75rem !important;
    }

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

    .station-card {
        padding: 1.25rem;
    }

    .station-card h4 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .station-card p {
        margin-bottom: 10px;
    }

    .hero-slider,
    .hero-slide {
        height: 60vh;
    }

    .hero-text-overlay h1 {
        font-size: 2rem;
    }

    .hero-text-overlay .slick-slide {
        padding: 1.75rem;
    }

    .hero-text-overlay .btn-danger {
        padding: 0.75rem 1.75rem;
    }

    .hero-text-overlay .slick-dots {
        bottom: 0.25rem !important;
    }
}

@media (max-width: 1199px) {
    .navbar .phone-text {
        display: none;
    }

    .info-column h3 {
        font-size: 1.5rem;
    }

    .station-card {
        padding: 1rem;
    }

    .station-card h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .station-card p {
        margin-bottom: 10px;
        font-size: 14px;
        min-height: 35px;
    }
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu { display: block; }
}

@media (max-width: 991px) {
    .stations .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }

    nav.navbar .ms-3 {
        display: none;
    }

    .navbar-brand img {
        height: 100px !important;
    }

    .hero-text-overlay {
        width: 100%;
        max-width: unset;
    }

    .nav-link.dropdown-toggle {
        display: inline-block;
        width: calc(100% - 20px);
    }

    .dropdown-toggle::after {
        display: none;
    }
}

    /* Vertical dividers for desktop */
@media (min-width: 768px) {
    .info-column:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        background-color: #e0e0e0;
    }
}

/* Horizontal dividers for mobile */
@media (max-width: 767px) {
    .info-column:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
    }

    .info-column {
        padding: 2rem 0;
    }

    .info-column h3 {
        margin-bottom: 10px;
    }

    .info-section {
        padding: 2rem 15px !important;
    }

    .weather-images {
        grid-template-columns: 1fr;
    }

    .navbar-brand img, footer img {
        height: 60px !important;
    }

    .station-card h4 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .station-card p {
        font-size: 15px;
        min-height: unset;
        margin-bottom: 15px;
    }

    .station-card {
        padding: 1rem;
    }

    .chiefs-message .col-md-3 {
        text-align: center;
    }

    .chiefs-message img {
        margin-bottom: 25px;
    }

    .top-bar {
        padding: 0 !important;
    }

    .top-bar a {
        font-size: 0.75rem;
    }

    .primary-btn {
        padding: 0.75rem 1.75rem;
    }

    .stations {
        padding: 3rem 0;
    }

    .default-section {
        padding: 2rem 0;
    }

    .default-heading {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 575px) {
    .stations h2,
    .weather-advisory h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .img-white-border {
        border: 10px solid #fff;
    }

    .station-card {
        padding: .75rem;
    }

    .hero-text-overlay h1 {
        font-size: 1.5rem;
        margin-bottom: .75rem;
    }

    .hero-text-overlay .slick-slide {
        padding: 1.25rem;
    }

    .hero-text-overlay p {
        margin-bottom: 1rem;
        font-size: 15px;
    }

    .hero-text-overlay .btn-danger {
        padding: 0.5rem 1.25rem;
    }
}

@media (max-width: 400px) {
    .top-bar .col-sm-6.col-7.text-end {
        display: none;
    }
}
