body {
    background: linear-gradient(135deg, #f7faff 0%, #e3f0ff 100%) !important;
    font-family: "Assistant", sans-serif;
    color: #071c4d;
    padding-top: 70px; /* Adjust for fixed navbar height */
}

.navbar {
    background: #fff !important;
    box-shadow: 0 2px 16px rgba(44, 62, 80, 0.1);
    border-radius: 0;
}
.navbar .nav-link {
    color: #071c4d !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s, background 0.2s;
    border-radius: 8px;
    padding: 8px 18px !important;
    position: relative;
    overflow: hidden;
}
.navbar .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ffb347;
    border-radius: 2px;
    transition: width 0.3s, left 0.3s;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: 80%;
    left: 10%;
}
.navbar .nav-link.active {
    color: #fff !important;
    background: #ffb347 !important;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(255, 179, 71, 0.13);
}

.btn-navbar-right {
    margin-top: -10px !important;
    margin-bottom: -8px !important;
    margin-right: -18px !important;
    height: 70px;
    border-radius: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #071c4d;
}

.navbar-light .navbar-nav .nav-link.active {
    font-weight: bold;
    color: #071c4d !important;
}

.btn-login,
.btn-navbar-right {
    background: #071c4d !important;
    color: #fff !important;
    border-radius: 24px !important;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 158, 83, 0.1);
    transition: background 0.2s, color 0.2s;
}

.btn-login:hover,
.btn-navbar-right:hover {
    background: #ff9e53 !important;
    color: #fff !important;
}

header {
    margin-top: -68px;
    padding: 500px 0 165px;
    background-image: url("../images/header.jpg");
    background-size: cover;
}

header.text-center {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 180px;
    height: 180px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    border-bottom: none;
    display: block;
}

@media (max-width: 767px) {
    header.text-center {
        min-height: 120px;
        height: 120px;
        margin-left: 0;
        width: 100vw;
        max-width: 100vw;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    header.text-center {
        height: 700px;
        min-height: 500px;
    }
}

header h1,
header p {
    color: #051334;
}

header h1 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

header p {
    font-size: 22px;
}

header .btn-get-started {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff9e53;
    color: #fff;
}

header .btn-get-started:hover {
    color: #fff;
}

.section-stats {
    margin-top: 0; /* Hilangkan margin negatif */
}

.section-stats .stats-detail {
    padding-top: 15px;
    background: #fff;
    padding-left: 40px;
}

.section-stats h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.section-stats p {
    font-size: 20px;
    font-weight: lighter;
}

.section-popular {
    min-height: 540px;
    background: #051334;
    margin-top: 0; /* Hilangkan margin negatif */
    margin-bottom: 32px; /* Tambahkan jarak bawah */
}

.section-popular .section-popular-heading {
    margin-top: 48px; /* sebelumnya: 150px, agar tidak terlalu jauh */
}

.section-popular .section-popular-heading h2,
.section-popular .section-popular-heading p {
    color: #fff;
}

.section-popular .section-popular-heading h2 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.section-popular-content .section-popular-travel .card-travel {
    min-height: 380px;
    background: #fff;
    color: #fff;
    padding: 30px;
    background-size: cover;
    margin-bottom: 20px;
}

.section-popular-content .section-popular-travel .card-travel .travel-country {
    font-size: 18px;
    color: #fff;
}

.section-popular-content .section-popular-travel .card-travel .travel-location {
    font-size: 26px;
    color: #fff;
}

.section-popular-content
    .section-popular-travel
    .card-travel
    .travel-button
    .btn-travel-details {
    background-color: #ff9e53;
    color: #fff;
}

.section-popular-content
    .section-popular-travel
    .card-travel
    .travel-button
    .btn-travel-details:hover {
    color: #fff;
}

.section-networks {
    background-color: #fff;
    margin-top: 0; /* Hilangkan margin negatif */
    padding-top: 80px; /* Kurangi padding jika perlu */
    padding-bottom: 50px;
}

.section-networks h2 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.section-networks img {
    max-width: 100%;
}

.section-news-heading {
    background: linear-gradient(#fff 0%, #f7f9ff 100%);
    padding-top: 18px;
    padding-bottom: 8px;
    min-height: unset;
    margin-bottom: 0;
}

.section-news-content {
    margin-top: 0 !important;
    margin-bottom: 40px !important; /* Tambahkan jarak bawah */
    padding-bottom: 32px;
    z-index: 1;
    position: relative;
    padding-top: 40px;
}

.section-news-content .card-news {
    padding: 18px 12px;
    border-radius: 16px;
    min-height: 320px;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    background: #fff;
}

.section-news-content .card-news .news-content {
    min-height: 380px;
}

.section-news-content .card-news h3 {
    font-size: 22px;
}

.section-news-content .card-news h5,
.section-news-content .card-news h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
}

.section-news-content .card-news .news-description {
    font-size: 26px;
    text-align: center;
    color: #6e6e6e;
    font-weight: 200;
}

.section-news-content .card-news .event-name {
    font-weight: normal;
    font-size: 22px;
    color: #6e6e6e;
}

.section-news-content .card-news img {
    width: 320px !important;
    height: 180px !important;
    min-width: 200px;
    min-height: 100px;
    max-width: 100%;
    max-height: 220px;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 4px solid #e3eafc;
    object-fit: cover;
}

.section-news-content .btn {
    font-size: 1rem;
    padding: 8px 24px;
    border-radius: 8px;
}

.section-footer {
    background: #fff !important;
    color: #071c4d !important;
    border-radius: 0;
    box-shadow: none;
}

.section-footer a {
    color: #071c4d;
}

.section-details-header {
    min-height: 310px;
    background: #e4e6eb;
    margin-top: -68px;
}

.section-details-content {
    margin-top: -210px;
    min-height: 100vh;
}

.section-details-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.section-details-content .breadcrumb-item.active {
    font-weight: bold;
    color: #071c4d;
}

.section-details-content .card-details {
    padding: 30px;
    border-radius: 11px;
}

.section-details-content .card-details .trip-informations th {
    font-weight: 300;
    font-size: 18px;
    color: #071c4d;
}

.section-details-content .card-details .trip-informations td {
    font-weight: 300;
    font-size: 18px;
    color: #b1b1b1;
}

.section-details-content .card-details .trip-informations .text-blue {
    color: #071c4d;
    font-weight: bold;
}

.section-details-content .card-details .trip-informations .text-orange {
    color: #ff9e53;
    font-weight: bold;
}

.section-details-content .card-details h1 {
    font-size: 26px;
}

.section-details-content .card-details h2 {
    font-size: 20px;
}

.section-details-content .card-details p {
    font-size: 18px;
    color: #b1b1b1;
}

.section-details-content .card-details .payment-instructions {
    font-weight: 300;
    font-size: 14px;
    color: #b1b1b1;
}

.section-details-content .card-details .disclaimer {
    font-weight: 300;
    font-size: 14px;
    color: #b1b1b1;
}

.section-details-content .card-right {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: auto;
}

.section-details-content .gallery .xzoom-container {
    display: block;
    width: 100%;
    min-height: unset;
    text-align: cover;
    padding-top: 0;
    padding-bottom: 100%;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(44, 62, 80, 0.1);
    margin-left: 0;
    aspect-ratio: 16/9;
    min-height: 1000px;
}

.section-details-content .gallery .xzoom-container .xzoom {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 1000px;
    object-fit: contain;
    object-position: center;
    border-radius: 24px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
}

.section-details-content .gallery .xzoom-thumbs .xzoom-gallery {
    width: 180px;
    height: 120px;
    max-width: 220px;
    max-height: 160px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.1);
    margin: 0 8px;
    transition: box-shadow 0.2s, transform 0.2s;
    display: inline-block;
}

@media (max-width: 767px) {
    .section-details-content .gallery .xzoom-thumbs .xzoom-gallery {
        width: 120px;
        height: 80px;
        max-width: 140px;
        max-height: 100px;
    }
}

.section-details-content .features {
    margin-top: 20px;
}

.section-details-content .features h3 {
    font-size: 18px;
    color: #071c4d;
    margin-bottom: 0;
}

.section-details-content .features p {
    margin-bottom: 0;
}

.section-details-content .features .description {
    margin-left: 10px;
    overflow: hidden;
    float: left;
}

.section-details-content .features .features-image {
    width: 45px;
    height: 45px;
    float: left;
}

.section-details-content .join-container {
    margin-top: -16px;
}

.section-details-content .btn-join-now {
    background-color: #ff9e53;
    color: #fff;
    border-radius: 0;
}

.section-details-content .btn-join-now:hover {
    color: #fff;
}

.section-details-content .bank .bank-item h3 {
    font-size: 18px;
    color: #071c4d;
    margin-bottom: 0;
}

.section-details-content .bank .bank-item p {
    margin-bottom: 0;
}

.section-details-content .bank .bank-item .description {
    margin-left: 10px;
    overflow: hidden;
    float: left;
}

.section-details-content .bank .bank-item .description p {
    font-family: Assistant;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #071c4d;
}

.section-details-content .bank .bank-item .bank-image {
    width: 45px;
    height: 45px;
    float: left;
}

.section-details-content .btn-add-now {
    background-color: #071c4d;
    color: #fff;
}

.section-details-content .btn-add-now:hover {
    color: #fff;
}

.section-details-content .input-group-text {
    background-color: transparent;
}

.section-details-content h3 {
    font-weight: 400;
    font-size: 14px;
    color: #071c4d;
}

.section-details-content .gj-datepicker .datepicker {
    border-right: 0;
}

.section-details-content .gj-datepicker .input-group-append .btn {
    padding-right: 30px;
}

.section-success {
    height: 90vh;
}

.section-success h1 {
    font-weight: 600;
    font-size: 26px;
    color: #071c4d;
}

.section-success p {
    font-weight: 300;
    font-size: 18px;
    color: #b1b1b1;
}

.section-success .btn-home-page {
    border-radius: 4px;
    background: #071c4d;
    color: #fff;
}

.section-success .btn-home-page:hover {
    color: #fff;
}

.btn-need-help {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-need-help:hover {
    background-color: #0056b3;
    color: #fff;
    transform: scale(1.1);
}

.btn-get-started {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-get-started:hover {
    background-color: #218838;
    color: #fff;
    transform: scale(1.1);
}

@media (min-width: 992px) {
    .login-container {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(60%, #ffffff),
            color-stop(40%, #e4e6eb)
        );
        background: linear-gradient(90deg, #ffffff 60%, #e4e6eb 40%);
        width: 100vw;
        height: 100vh;
    }
}

.page-login {
    min-height: 100vh;
    width: 100vw;
    background: url("../images/login.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-login .btn-login {
    background-color: #ff9e53;
    color: #fff;
}

.page-login .btn-login:hover {
    color: #fff;
}

.page-login .section-left h1 {
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 50px;
    text-align: left;
    color: #071c4d;
}

.page-login .section-right a {
    font-family: Assistant;
    font-weight: 300;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    color: #bfbfbf;
}

.event-banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.input-group input.form-control {
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
}

.input-group .btn {
    border-radius: 0 5px 5px 0;
}

.section-news-header {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
}

.section-news-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #071c4d;
}

.section-news-header p {
    font-size: 1.2rem;
    color: #6c757d;
}

.card-news {
    border: 1px solid #e3e6f0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card-news:hover {
    transform: scale(1.05);
}

.card-news img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-news .card-body {
    padding: 15px;
    text-align: center;
}

.card-news .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #071c4d;
}

.card-news .card-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.card-news .btn {
    font-size: 0.9rem;
    padding: 8px 20px;
}

.family-card {
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    transition: box-shadow 0.3s, transform 0.3s;
    background: #fff;
    padding: 16px;
}
.family-card:hover {
    box-shadow: 0 6px 24px rgba(44, 62, 80, 0.15);
    transform: translateY(-6px) scale(1.03);
}

.btn {
    border-radius: 25px;
    transition: all 0.3s;
}

.btn:hover {
    transform: scale(1.07);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.15);
}

.card-news img,
.family-card img {
    border-radius: 16px;
}

/* Responsive images for home page */
.card-news img,
.family-card img,
.img-partner {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .card-news img,
    .family-card img,
    .img-partner {
        height: 180px !important;
        min-height: 120px;
        max-height: 220px;
    }
}

@media (min-width: 768px) {
    .card-news img,
    .family-card img,
    .img-partner {
        height: 200px !important;
        min-height: 180px;
        max-height: 240px;
    }
}

.section-featured-event,
.section-news-content,
.section-packages-content {
    padding-bottom: 40px;
}

.section-featured-event h2,
.section-news-heading h2,
.section-packages-heading h2 {
    color: #2d3e50;
    font-family: "Poppins", Arial, sans-serif;
}

.header-split {
    width: 100vw;
    max-width: 100vw;
    min-height: 350px;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 0;
    background: #fff;
}
.header-split .header-img-col {
    min-height: 350px;
    max-height: 500px;
    padding: 0;
    display: flex;
    align-items: stretch;
}
.header-split img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-news-heading {
    margin-top: 32px;
    margin-bottom: 0;
}
.section-news-content {
    margin-top: 0;
    margin-bottom: 32px;
}
.section-sttp-info {
    background: url("../images/logo.sttp.jpeg") center center/220px no-repeat,
        #fff !important;
    background-blend-mode: lighten;
    min-height: 320px;
    border-radius: 16px;
    margin-bottom: 32px;
    padding: 32px 0;
    position: relative;
    z-index: 1;
}
.section-sttp-info h3 {
    font-weight: bold;
    color: #2d3e50;
}
.section-sttp-info p {
    font-size: 1.1rem;
    color: #444;
}

.section-featured-event {
    margin-top: 32px;
}

/* Video section */
.container video {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    margin: 0 auto;
    display: block;
}

.header-single {
    width: 100vw;
    max-width: 100vw;
    min-height: 120px;
    margin-left: calc(-50vw + 50%);
    margin-top: 0;
    margin-bottom: 0;
    background: none;
    padding: 32px 0 12px 0;
}
.header-img-single {
    max-width: 420px;
    width: 90vw;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    display: block;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .header-img-single {
        max-width: 95vw;
        border-radius: 12px;
    }
    .header-single {
        padding: 16px 0 8px 0;
        min-height: 80px;
    }
}

.header-split-2 {
    width: 100vw;
    max-width: 100vw;
    min-height: 180px;
    margin-left: calc(-50vw + 50%);
    margin-top: 0;
    margin-bottom: 0;
    background: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.header-img-big {
    flex: 2;
    min-width: 0;
    display: flex;
    align-items: stretch;
}
.header-img-small {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: stretch;
}
.header-img-big-img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 18px 0 0 18px;
    display: block;
}
.header-img-small-img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 0 18px 18px 0;
    display: block;
}
@media (max-width: 991px) {
    .header-split-2 {
        min-height: 120px;
    }
    .header-img-big-img,
    .header-img-small-img {
        min-height: 100px;
        max-height: 180px;
        border-radius: 12px 0 0 12px, 0 12px 12px 0;
    }
}
@media (max-width: 767px) {
    .header-split-2 {
        flex-direction: column;
        min-height: 80px;
        padding: 0;
    }
    .header-img-big,
    .header-img-small {
        flex: unset;
        width: 100%;
        min-width: 0;
        margin-bottom: 0;
    }
    .header-img-small {
        display: none !important;
    }
    .header-img-big-img {
        border-radius: 12px;
        min-height: 80px;
        max-height: 160px;
    }
}

/* Tambahan CSS untuk header dengan dua gambar menyatu dalam satu baris */
.header-double-img {
    width: 100vw;
    max-width: 100vw;
    min-height: 180px;
    margin-left: calc(-50vw + 50%);
    margin-top: 0;
    margin-bottom: 0;
    background: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.header-img-left {
    width: 66%;
    min-width: 0;
    min-height: 180px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 18px 0 0 18px;
    display: block;
}
.header-img-right {
    width: 34%;
    min-width: 0;
    min-height: 180px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 0 18px 18px 0;
    display: block;
}
@media (max-width: 991px) {
    .header-img-left,
    .header-img-right {
        min-height: 100px;
        max-height: 180px;
        border-radius: 12px 0 0 12px, 0 12px 12px 0;
    }
}
@media (max-width: 767px) {
    .header-double-img {
        flex-direction: column;
        min-height: 80px;
        padding: 0;
    }
    .header-img-left,
    .header-img-right {
        width: 100%;
        min-width: 0;
        min-height: 80px;
        max-height: 160px;
        border-radius: 12px;
        margin-bottom: 0;
    }
    .header-img-right {
        margin-top: 4px;
    }
}

.header-selamat-datang {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 180px;
    height: 180px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    border-bottom: none;
    display: block;
}

@media (min-width: 1200px) {
    .header-selamat-datang {
        min-height: 220px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .header-selamat-datang {
        min-height: 90px;
        height: 90px;
        margin-left: 0;
        width: 100vw;
        max-width: 100vw;
        padding: 0;
    }
}

.header-img-selamat-datang-wrapper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    overflow: hidden;
}
.header-img-selamat-datang {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
@media (max-width: 767px) {
    .header-img-selamat-datang {
        width: 100vw;
        max-width: 100vw;
        height: auto;
    }
}

/* Carousel slide container and image for home page */
.carousel-slide-container {
    width: 100vw;
    max-width: 100vw;
    height: 415px;
    max-height: 415px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.1);
    transition: box-shadow 0.3s, transform 0.3s;
    overflow: hidden;
    animation: fadeInUp 1s;
}
.carousel-slide-container:hover {
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18);
    transform: translateY(-6px) scale(1.03);
}
.carousel-slide-img {
    width: 100vw;
    max-width: 100vw;
    height: 415px;
    max-height: 415px;
    object-fit: contain;
    object-position: center;
    background: #fff;
    border: 4px solid #e3eafc;
    border-radius: 0;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.4s cubic-bezier(0.25, 1.7, 0.45, 0.87),
        box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
}

.carousel-slide-img2,
.carousel-slide-img4 {
    width: 100vw;
    max-width: 100vw;
    height: 415px;
    max-height: 415px;
    object-fit: contain;
    object-position: center;
    background: #fff;
    border: 4px solid #e3eafc;
    border-radius: 0;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.4s cubic-bezier(0.25, 1.7, 0.45, 0.87),
        box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.btn-outline-primary,
.btn-event-details {
    background: linear-gradient(90deg, #6ec6ff 0%, #81e1b8 100%);
    color: #fff !important;
    border: none;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
    transition: background 0.3s, transform 0.2s;
}
.btn-outline-primary:hover,
.btn-event-details:hover {
    background: linear-gradient(90deg, #81e1b8 0%, #6ec6ff 100%);
    color: #fff !important;
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.15);
}
.section-sttp-info,
.section-featured-event,
.section-networks {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    margin-bottom: 32px;
    padding: 32px 0;
}
.section-featured-heading h2 {
    color: #4a90e2;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
.section-featured-heading p {
    color: #6ec6ff;
    font-size: 1.1rem;
}
@media (max-width: 767px) {
    .carousel-slide-container {
        border-radius: 12px;
        padding: 8px 0;
    }
    .section-sttp-info,
    .section-featured-event,
    .section-networks {
        border-radius: 12px;
        padding: 16px 0;
    }
}

.event-img {
    width: 100% !important;
    height: 200px !important;
    min-width: 180px;
    min-height: 120px;
    max-width: 100%;
    max-height: 240px;
    object-fit: cover;
    border-radius: 16px;
    border: 4px solid #e3eafc;
    margin-bottom: 1rem;
    display: block;
}
@media (max-width: 767px) {
    .event-img {
        height: 160px !important;
        min-height: 100px;
        max-height: 200px;
    }
}

.search-bar-wrapper {
    margin-top: 24px;
}

.section-news-detail h1 {
    margin-top: 100px;
}

/* ====== MODERN NAVBAR & FOOTER ====== */
.navbar {
    background: #fff !important;
    box-shadow: 0 2px 16px rgba(44, 62, 80, 0.1);
    border-radius: 0;
}
.navbar .nav-link {
    color: #071c4d !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s, background 0.2s;
    border-radius: 8px;
    padding: 8px 18px !important;
    position: relative;
    overflow: hidden;
}
.navbar .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ffb347;
    border-radius: 2px;
    transition: width 0.3s, left 0.3s;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: 80%;
    left: 10%;
}
.navbar .nav-link.active {
    color: #fff !important;
    background: #ffb347 !important;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(255, 179, 71, 0.13);
}
.btn-login,
.btn-navbar-right {
    background: #071c4d !important;
    color: #fff !important;
}
.btn-login:hover,
.btn-navbar-right:hover {
    background: #ff9e53 !important;
    color: #fff !important;
}
.dropdown-menu {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.1);
}
.dropdown-item:hover {
    background: #ff9e53;
    color: #fff;
}

/* ====== MODERN CARD & SECTION ====== */
.card,
.stat-box {
    border-radius: 18px !important;
    box-shadow: 0 2px 16px rgba(44, 62, 80, 0.07) !important;
    border: none !important;
}
.section-sttp-info,
.section-footer {
    background: linear-gradient(90deg, #e3f0ff 0%, #f7faff 100%);
    border-radius: 18px;
    padding: 32px 0;
    margin-bottom: 32px;
}
.section-sttp-info h3 {
    font-weight: bold;
    color: #0f2027;
}

/* ====== MODERN FOOTER ====== */
.section-footer {
    background: #fff !important;
    color: #071c4d !important;
    border-radius: 0;
    box-shadow: none;
}
.section-footer h5,
.section-footer a,
.section-footer li {
    color: #071c4d !important;
}
.section-footer a:hover {
    color: #ff9e53 !important;
    text-decoration: underline;
}
.section-footer .social-icons {
    margin-top: 12px;
}
.section-footer .social-icons a {
    color: #071c4d;
    margin-right: 12px;
    font-size: 1.4rem;
    transition: color 0.2s;
}
.section-footer .social-icons a:hover {
    color: #ff9e53;
}

/* ====== ANIMASI NAVBAR & FOOTER ====== */
.navbar,
.section-footer {
    transition: box-shadow 0.3s, background 0.3s, color 0.3s;
}
.navbar {
    animation: navbarFadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes navbarFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar .nav-link,
.dropdown-item {
    position: relative;
    overflow: hidden;
}
.navbar .nav-link::after,
.dropdown-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffb347;
    transition: width 0.3s, left 0.3s;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after,
.dropdown-item:hover::after {
    width: 80%;
    left: 10%;
}

.dropdown-menu {
    animation: dropdownPop 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes dropdownPop {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.section-footer {
    animation: footerFadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-footer .social-icons a {
    transition: transform 0.2s, color 0.2s;
}
.section-footer .social-icons a:hover {
    transform: scale(1.2) rotate(-8deg);
    color: #ffb347;
}

/* Smooth hover for card */
.card,
.stat-box {
    transition: box-shadow 0.3s, transform 0.3s;
}
.card:hover,
.stat-box:hover {
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18) !important;
    transform: translateY(-4px) scale(1.03);
}

/* ====== CUSTOM DROPDOWN PROFILE BUTTON COLOR ====== */
#dropdownProfileMobile,
#dropdownProfileDesktop {
    color: #fff !important;
    background: #071c4d !important;
    border-radius: 24px !important;
    transition: color 0.2s, background 0.2s;
}
#dropdownProfileMobile:hover,
#dropdownProfileMobile:focus,
#dropdownProfileDesktop:hover,
#dropdownProfileDesktop:focus {
    color: #222 !important;
    background: #ffb347 !important;
}
#dropdownProfileMobile span,
#dropdownProfileDesktop span {
    color: inherit !important;
    transition: color 0.2s;
}

/* ====== SPASI ANTAR MENU NAVBAR ====== */
.navbar-nav .nav-item {
    margin-right: 12px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

/* ====== PERBAIKI SHADOW MENU NAVBAR ====== */
.navbar .nav-link {
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
    margin-bottom: 2px;
    border-radius: 8px;
    background: none;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
    background: rgba(44, 62, 80, 0.04);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.13);
}

.login-container {
    display: flex;
    min-height: 100vh;
}
.login-left {
    flex: 1.2;
    background: url("../images/login.jpg") center center/cover no-repeat;
    min-width: 0;
}
.login-right {
    flex: 1;
    background: #e4e6eb;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .login-container {
        flex-direction: column;
    }
    .login-left,
    .login-right {
        min-height: 40vh;
        flex: unset;
        width: 100%;
    }
}
