.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
    }
    .card-registration .select-arrow {
    top: 13px;
    }

.site-top-banner {
    width: 100%;
    max-width: 90%;
    height: auto;
    display: block;
}

/* Hero slider — original colors, full image visible */
#intro {
    height: auto !important;
    background: none !important;
}

#intro #intro-carousel::before {
    display: none !important;
    content: none !important;
}

#intro #intro-carousel .item,
#intro .owl-carousel .item {
    height: auto !important;
    background: none !important;
}

#intro .intro-slide-img {
    width: 100%;
    height: auto;
    display: block;
    max-height: none;
    object-fit: contain;
    object-position: center top;
}

#intro .owl-carousel .owl-stage-outer,
#intro .owl-carousel .owl-stage,
#intro .owl-carousel .owl-item {
    height: auto !important;
}

#intro .owl-carousel .owl-item {
    opacity: 1 !important;
}

/* About section image — show full photo */
#about .about-img {
    overflow: visible;
}

#about .about-img img {
    margin-left: 0;
    width: 100%;
    height: auto;
    display: block;
}

.online-links li {
    margin-bottom: 8px;
}

#online .row {
    margin-left: 0;
    margin-right: 0;
}

#online .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.card-registration {
    border-radius: 10px;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 991px) {
    #header {
        height: auto;
        min-height: 74px;
    }

    .site-top-banner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #topbar .social-links {
        float: none !important;
        text-align: center;
        margin-top: 8px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    #testimonials .testimonial-item {
        min-height: auto;
    }

    .contact-info .col-md-4 {
        margin-bottom: 20px;
    }

    #contact iframe {
        height: 260px;
    }
}

@media (max-width: 576px) {
    .card-registration .card-body {
        padding: 1rem !important;
    }
}