body {
    font-family: 'Instrument Sans', sans-serif;
    color: #0B5E91
}

.container {
    position: relative;
    z-index: 1
}

.navbar-brand {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.5rem;
    color: #0B5E91 !important
}

.navbar {
    background-color: #0B5E91;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08)
}

.navbar-nav .nav-link {
    font-family: 'Instrument Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    transition: color .2s
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #baa971
}

.navbar-toggler {
    border: none
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

h2, h5, .card-title {
    font-family: 'El Messiri', sans-serif;
    color: #0B5E91
}

.btn-outline-primary {
    color: #0B5E91;
    border-color: #0B5E91
}

.btn-outline-primary:hover {
    background-color: #baa971;
    color: white;
    border-color: #baa971
}

.btn-primary {
    background-color: #baa971;
    border-color: #baa971
}

.btn-primary:hover {
    background-color: #a7945e;
    border-color: #a7945e
}

.section-title {
    color: #0B5E91;
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px
}

.section-divider {
    width: 80px;
    height: 3px;
    background-color: #baa971;
    margin: 0 auto 20px
}

.section-description {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d
}

.section-header {
    transition: all .8s ease
}

.card-hover {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    border: 1px solid rgba(0, 0, 0, .05)
}

.card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12)
}

.btn-uaa {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0B5E91;
    color: white;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease
}

.btn-uaa:hover {
    background-color: #094b75;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 94, 145, .2)
}

.btn-gold {
    display: inline-block;
    padding: 12px 30px;
    background-color: #baa971;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-gold:hover {
    background-color: #a7945e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(186, 169, 113, .3)
}

.hero {
    height: 80vh;
    position: relative;
    background-size: cover;
    background-position: center
}

.hero .container {
    position: relative;
    z-index: 2
}

.bg-pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#0B5E91 .7px, transparent .5px);
    background-size: 10px 10px;
    opacity: .3;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 0
}

.prodi-list {
    list-style-type: none;
    padding-left: 0
}

.prodi-list li {
    margin-bottom: 6px
}

.prodi-list li span {
    font-size: 17px;
    font-weight: 600;
    color: #baa971
}

.card-img-top-program {
    border-radius: 10px 10px 0 0;
    height: 200px;
    width: 100%;
    object-fit: cover
}

.swiper-button-next, .swiper-button-prev {
    z-index: 10;
    color: #007bff
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold
}

.swiper-pagination-bullet-active {
    background-color: #baa971
}

.btn-lihat-lainnya {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

footer {
    background-color: #0B5E91;
    color: white;
    padding: 60px 0 30px;
    font-family: 'Instrument Sans', sans-serif
}

footer p {
    color: #ffffffcc;
    font-family: 'Instrument Sans', sans-serif
}

footer h5 {
    font-family: 'El Messiri', sans-serif;
    color: #baa971;
    font-size: 18px;
    margin-bottom: 20px
}

footer a {
    color: #ffffffcc;
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color .3s ease;
    font-size: 15px
}

footer a:hover {
    color: #fff
}

.footer-logo {
    width: 200px;
    margin-bottom: 15px
}

.footer-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 10px
}

.footer-icons a {
    color: white;
    font-size: 20px;
    margin-right: 15px;
    transition: color .3s
}

.footer-icons a:hover {
    color: #baa971
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffffaa
}

.footer-barcode img {
    width: 220px;
    border: 2px solid #fff;
    border-radius: 6px
}

elevenlabs-convai {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 80px !important
}

@media(max-width:1199px) {
    .card-hover {
        padding: 35px 25px
    }
}

@media(max-width:991px) {
    .section-title {
        font-size: 2rem
    }
}

@media(max-width:767px) {
    .hero {
        height: auto;
        padding: 80px 0;
        background-size: cover;
        background-position: center
    }

    .footer-barcode {
        margin-top: 30px;
        text-align: center
    }

    .section-title {
        font-size: 2rem
    }
}