html,
body {
    overflow-x: hidden !important;
    width: 100%;
}
.nav-leuser {
    background-color: #dd8144 !important;
}
.hero {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.448), rgba(15, 15, 15, 0.576)),
        url("../image/webp/hero-parallax.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.animate__animated {
    --animate-duration: 1s;
}

@media (min-width: 992px) {
    .hero img {
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
        transition: transform 0.5s;
    }
    .hero img:hover {
        transform: translateY(-10px);
    }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .hero {
        text-align: center;
        background-attachment: scroll; /* Non-fixed untuk mobile */
        background: linear-gradient(
                rgba(0, 0, 0, 0.448),
                rgba(15, 15, 15, 0.576)
            ),
            url("../image/webp/mobile/hero-parallax.webp") no-repeat center
                center;
    }
    .hero .d-flex {
        justify-content: center;
    }
    .animate__animated {
        animation: none !important;
    }
}

.features {
    background-image: url("../image/webp/features-parallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(160, 101, 53, 0.223);
    z-index: -1;
}

/* Custom Styles */
.hover-effect {
    transition: transform 0.3s, box-shadow 0.3s;
}
.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.about {
    min-height: 70vh;
    background-color: #f8f9fa;
    padding: 4rem 0;
}

/* Animation delays */
.animate__fadeInLeft {
    animation-delay: 0.3s;
}

.animate__fadeInRight {
    animation-delay: 0.5s;
}

.animate__pulse {
    animation-duration: 2s;
}

/* Custom Styles */
.featuresSwiper {
    padding: 20px 0 50px;
}

.swiper-slide {
    height: auto;
    padding: 10px;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bg-purple {
    background-color: #6f42c1;
}

.text-purple {
    color: #6f42c1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0d6efd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem;
}

.swiper-pagination-bullet-active {
    background: #0d6efd;
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-purple {
    background-color: #6f42c1 !important;
}
.text-purple {
    color: #6f42c1 !important;
}

.text-jenis {
    color: #dd8144 !important;
    transition: all 0.3s ease; /* haluskan perubahan */
    cursor: pointer;
}

.text-jenis.active {
    color: #ffffff !important;
    background-color: #ff9500;
    border-radius: 20px;
    padding: 10px;
}

/* Custom Card Hover */
.card {
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-5px);
}

/* Warna Border Bawah Card */
.card-title {
    border-bottom: 2px solid;
    padding-bottom: 8px;
    display: inline-block;
}

/* Visa Turis */
.card:nth-child(1) .card-title {
    border-color: #ff9500;
}

/* Visa Bisnis */
.card:nth-child(2) .card-title {
    border-color: #28a745;
}

/* Visa Pelajar */
.card:nth-child(3) .card-title {
    border-color: #ffc107;
}

/* Visa Kerja */
.card:nth-child(4) .card-title {
    border-color: #dc3545;
}
/* Timeline Styles */
/* Horizontal Timeline */
.icon-step {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    color: var(--bs-primary);
    border: 2px solid currentColor;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/*  */
.testimonialSwiper {
    padding: 20px 0 50px;
}

.testimoni {
    background-image: url("../image/webp/testimoni-parallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimoni::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(160, 101, 53, 0.223);
    z-index: -1;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

blockquote {
    font-style: italic;
    position: relative;
    padding-left: 20px;
}

blockquote::before {
    content: "s";
    font-family: Georgia, serif;
    font-size: 3rem;
    color: rgba(13, 110, 253, 0.1);
    position: absolute;
    left: -10px;
    top: -20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0d6efd;
    width: 10px;
    height: 40px;
    border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem;
}

.swiper-pagination-bullet-active {
    background: #0d6efd;
}
/* end */

.step-icon {
    font-size: 1.5rem;
}

.progress-step {
    width: calc(100% - 80px);
    height: 4px;
}

.progress-bar {
    height: 100%;
    width: 100%;
}

/* Vertical Timeline */
.timeline-vertical {
    position: relative;
    padding-left: 50px;
}

.timeline-vertical::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
        to bottom,
        var(--bs-primary),
        var(--bs-success),
        var(--bs-warning),
        var(--bs-danger)
    );
}

.timeline-step {
    position: relative;
    margin-bottom: 30px;
}

.timeline-icon {
    position: absolute;
    left: -50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .icon-step {
        width: 60px;
        height: 60px;
    }

    .step-icon {
        font-size: 1.2rem;
    }
}

/* section visa proses */
/* Animasi Timeline */
.process-step:nth-child(1) .card {
    animation-delay: 0.3s;
}
.process-step:nth-child(2) .card {
    animation-delay: 0.6s;
}
.process-step:nth-child(3) .card {
    animation-delay: 0.9s;
}
.process-step:nth-child(4) .card {
    animation-delay: 1.2s;
}

.timeline-vertical .timeline-step:nth-child(1) {
    animation-delay: 0.3s;
}
.timeline-vertical .timeline-step:nth-child(2) {
    animation-delay: 0.6s;
}
.timeline-vertical .timeline-step:nth-child(3) {
    animation-delay: 0.9s;
}
.timeline-vertical .timeline-step:nth-child(4) {
    animation-delay: 1.2s;
}

/* Efek hover tambahan */
.icon-step,
.timeline-icon {
    transition: transform 0.3s, box-shadow 0.3s;
}
.icon-step:hover,
.timeline-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Footer Styles */
footer a {
    transition: all 0.3s ease;
}

footer a:hover {
    color: #ffc107 !important;
    padding-left: 5px;
}

.social-media a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-media a:hover {
    background: #ffc107;
    color: #000 !important;
    transform: translateY(-3px);
}

/* Hover effect for list items */
.list-unstyled li {
    transition: transform 0.3s;
}

.list-unstyled li:hover {
    transform: translateX(5px);
}
/* WhatsApp Button Styles */
#chatButton {
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

#chatButton:hover {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Chat Popup Styles */
#chatPopup {
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease;
}

.quick-message {
    transition: all 0.2s ease;
}

.quick-message:hover {
    background-color: #25d366;
    color: white !important;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-size: 0.8rem;
    margin-left: 0.5rem;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-img-top {
    height: 160px;
    object-fit: cover;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}
.step-1 {
    animation-delay: 0.1s;
}
.step-2 {
    animation-delay: 0.2s;
}
.step-3 {
    animation-delay: 0.3s;
}
.step-4 {
    animation-delay: 0.4s;
}
.step-5 {
    animation-delay: 0.5s;
}
.step-6 {
    animation-delay: 0.6s;
}

.icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    margin-bottom: 10px; /* beri jarak icon ke teks */
}
.timeline-container {
    gap: 50px;
    position: relative;
    padding-bottom: 40px;
    scroll-behavior: smooth;
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 40px; /* vertical center dari icon */
    left: 150px;
    right: 150px;
    height: 4px;
    background: linear-gradient(to right, #0d6efd, #0dcaf0);
    z-index: 0;
}
@media (max-width: 767.98px) {
    .timeline-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 0 20px 40px;
        position: relative;
        overflow-x: hidden;
    }

    .timeline-container::after {
        content: "";
        position: absolute;
        left: 40px;
        top: 30px;
        bottom: 90px;
        width: 3px;
        background: linear-gradient(to bottom, #0d6efd, #0dcaf0);
        z-index: 0;
    }

    .step {
        display: flex;
        flex-direction: row; /* pastikan horizontal */
        align-items: flex-start;
        position: relative;
    }

    .step .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 0 !important; /* hapus margin bawah mb-3 */
    }

    .step .card-content {
        background: #fff;
        border-radius: 12px;
        padding: 15px 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        flex: 1;
        min-width: 0; /* biar flex-shrink bisa bekerja */
    }

    .step .card-content h6 {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 5px;
        color: #2c3e50;
    }

    .step .card-content p {
        font-size: 0.95rem;
        color: #6c757d;
        margin: 0;
    }
}

/* Tablet: sedikit lebih besar & horizontal */
@media (min-width: 768px) and (max-width: 991.98px) {
    .timeline-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    .timeline-container::before {
        left: 60px;
        right: 60px;
    }

    .icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }

    .step {
        width: 135px;
    }

    .step p {
        font-size: 0.95rem;
    }
}

/* Desktop: default behavior */
@media (min-width: 992px) {
    .timeline-container {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10px 10px;
        gap: 0;
    }

    .timeline-container::before {
        left: 80px;
        right: 80px;
    }

    .step {
        width: 180px;
    }

    .step p {
        font-size: 1rem;
    }
}

/* layanan */
html,
body {
    overflow-x: hidden !important;
    width: 100%;
}
.nav-leuser {
    background-color: #dd8144 !important;
}
.hero-layanan {
    min-height: 40vh; /* Full viewport height */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../image/webp/cara_membuat_visa_1.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* jenis visa css */
/* Section padding & background */
.prosedur {
    background-image: url("../image/webp/layanan-parallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.prosedur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(160, 101, 53, 0.223);
    z-index: -1;
}

#layanan-visa {
    background: #fff; /* soft light gray */
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Judul section */
#layanan-visa h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

/* Kartu layanan */
#layanan-visa .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    border: none;
}

#layanan-visa .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* Ikon dalam kartu */
#layanan-visa i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}

/* Judul layanan */
#layanan-visa .card-title {
    font-weight: 600;
    color: #34495e;
    margin-bottom: 12px;
}

/* Deskripsi layanan */
#layanan-visa .card-text {
    font-size: 0.95rem;
    color: #6c757d;
}

#layanan-visa .card-body {
    text-align: center; /* pastikan semua isi center */
    display: flex;
    flex-direction: column;
    align-items: center;
}

#layanan-visa .card-body .btn {
    margin-top: 15px;
    width: fit-content; /* supaya tombol sesuai teks dan bisa center */
    align-self: center; /* pastikan di tengah flex */
}

/* Warna khusus ikon */
.text-pink {
    color: #e83e8c;
}

/* RESPONSIVE LAYANAN VISA */

/* Ukuran font & layout di layar kecil */
@media (max-width: 767.98px) {
    #layanan-visa h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    #layanan-visa .card {
        margin-bottom: 20px;
    }

    #layanan-visa .card-title {
        font-size: 1rem;
        text-align: center;
    }

    #layanan-visa .card-text {
        font-size: 0.9rem;
        text-align: center;
    }

    #layanan-visa i {
        font-size: 2.5rem;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    #layanan-visa h2 {
        font-size: 2rem;
    }

    #layanan-visa i {
        font-size: 2.7rem;
    }

    #layanan-visa .card-title {
        font-size: 1.1rem;
    }

    #layanan-visa .card-text {
        font-size: 0.95rem;
    }
}

/* Laptop & Desktop */
@media (min-width: 992px) {
    #layanan-visa .card-body {
        min-height: 220px; /* pastikan tinggi seragam */
    }
}

/* prosedur css */
.prosedur {
    background-image: url("../image/webp/layanan-parallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.prosedur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(160, 101, 53, 0.223);
    z-index: -1;
}
#prosedur-visa h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.timeline-container {
    gap: 50px;
    position: relative;
    padding-bottom: 40px;
    scroll-behavior: smooth;
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 40px; /* vertical center dari icon */
    left: 150px;
    right: 150px;
    height: 4px;
    background: linear-gradient(to right, #0d6efd, #0dcaf0);
    z-index: 0;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}
.step-1 {
    animation-delay: 0.1s;
}
.step-2 {
    animation-delay: 0.2s;
}
.step-3 {
    animation-delay: 0.3s;
}
.step-4 {
    animation-delay: 0.4s;
}
.step-5 {
    animation-delay: 0.5s;
}
.step-6 {
    animation-delay: 0.6s;
}

.icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    margin-bottom: 10px; /* beri jarak icon ke teks */
}

@media (max-width: 767.98px) {
    .timeline-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 0 20px 40px;
        position: relative;
        overflow-x: hidden;
    }

    .timeline-container::after {
        content: "";
        position: absolute;
        left: 40px;
        top: 30px;
        bottom: 90px;
        width: 3px;
        background: linear-gradient(to bottom, #0d6efd, #0dcaf0);
        z-index: 0;
    }

    .step {
        display: flex;
        flex-direction: row; /* pastikan horizontal */
        align-items: flex-start;
        position: relative;
        z-index: 1;
    }

    .step .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: relative; /* ⬅️ Tambahkan baris ini */
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 0 !important; /* hapus margin bawah mb-3 */
    }

    .step .card-content {
        background: #fff;
        border-radius: 12px;
        padding: 15px 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        flex: 1;
        min-width: 0; /* biar flex-shrink bisa bekerja */
    }

    .step .card-content h6 {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 5px;
        color: #2c3e50;
    }

    .step .card-content p {
        font-size: 0.95rem;
        color: #6c757d;
        margin: 0;
    }
}

/* Tablet: sedikit lebih besar & horizontal */
@media (min-width: 768px) and (max-width: 991.98px) {
    .timeline-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    .timeline-container::before {
        left: 60px;
        right: 60px;
    }

    .icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }

    .step {
        width: 135px;
    }

    .step p {
        font-size: 0.95rem;
    }
}

/* Desktop: default behavior */
@media (min-width: 992px) {
    .timeline-container {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10px 10px;
        gap: 0;
    }

    .timeline-container::before {
        left: 80px;
        right: 80px;
    }

    .step {
        width: 180px;
    }

    .step p {
        font-size: 1rem;
    }
}

/* keunggulan css */
/* Section padding & background */
#keunggulan {
    background-color: #fff; /* soft light gray */
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Judul section */
#keunggulan h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 10px;
}

/* Subjudul / deskripsi */
#keunggulan p.text-muted {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}

/* Box fitur */
#keunggulan .feature-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    background-color: #fff;
}

#keunggulan .feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* Ikon */
#keunggulan i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}

/* Judul fitur */
#keunggulan .feature-box h5 {
    font-size: 1.2rem;
    color: #34495e;
    margin-bottom: 12px;
}

/* Deskripsi fitur */
#keunggulan .feature-box p {
    font-size: 0.95rem;
    color: #6c757d;
}

/* RESPONSIVE: Section Keunggulan */
@media (max-width: 991.98px) {
    #keunggulan {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #keunggulan h2 {
        font-size: 1.9rem;
        text-align: center;
    }

    #keunggulan p.text-muted {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 30px;
    }

    #keunggulan .feature-box h5 {
        font-size: 1.1rem;
        text-align: center;
    }

    #keunggulan .feature-box p {
        font-size: 0.9rem;
        text-align: center;
    }

    #keunggulan i {
        font-size: 2.5rem;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #keunggulan {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #keunggulan h2 {
        font-size: 1.7rem;
    }

    #keunggulan .feature-box {
        margin-bottom: 30px;
        text-align: center;
        padding: 20px;
    }

    #keunggulan i {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }

    #keunggulan .feature-box h5 {
        font-size: 1rem;
    }

    #keunggulan .feature-box p {
        font-size: 0.85rem;
    }
}

/* visa ke negara lain css */
#visa-negara-lain {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

#visa-negara-lain h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #2c3e50;
}

#visa-negara-lain p.text-muted {
    font-size: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#visa-negara-lain .country-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    border-radius: 12px;
}

#visa-negara-lain .country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

#visa-negara-lain img {
    width: 40px;
    height: auto;
}

/* RESPONSIVE: Visa ke Negara Lain */
@media (max-width: 991.98px) {
    #visa-negara-lain {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #visa-negara-lain h2 {
        font-size: 1.9rem;
        text-align: center;
    }

    #visa-negara-lain p.text-muted {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 30px;
    }

    #visa-negara-lain .country-card {
        text-align: center;
        padding: 20px;
        margin-bottom: 25px;
    }

    #visa-negara-lain img {
        width: 35px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    #visa-negara-lain {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #visa-negara-lain h2 {
        font-size: 1.7rem;
    }

    #visa-negara-lain p.text-muted {
        font-size: 0.9rem;
    }

    #visa-negara-lain .country-card {
        padding: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    #visa-negara-lain img {
        width: 32px;
    }
}

/* abput */
html,
body {
    overflow-x: hidden !important;
    width: 100%;
}
.nav-leuser {
    background-color: #dd8144 !important;
}
.hero-about {
    min-height: 60vh; /* Full viewport height */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../image/webp/company.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Tentang Kami Section */
.tentang-kami {
    background-color: #ffffff;
    padding: 60px 0;
}

.tentang-kami h2 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2rem;
}

.tentang-kami p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.7;
    text-align: justify;
}

.tentang-kami img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Tombol */
.tentang-kami .btn-primary {
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 8px;
}

/* Responsive untuk Mobile */
@media (max-width: 767.98px) {
    .tentang-kami h2 {
        font-size: 1.75rem;
        text-align: center;
    }

    .tentang-kami p {
        text-align: justify;
    }

    .tentang-kami .btn-primary {
        display: block;
        margin: 0 auto;
    }
}
.lokasi-kami {
    background-image: url("../image/webp/about-parallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.lokasi-kami::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(160, 101, 53, 0.223);
    z-index: -1;
}

.map-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .lokasi-kami .row {
        flex-direction: column;
    }

    .lokasi-kami .col-lg-6 {
        text-align: center;
        margin-bottom: 30px;
    }

    .lokasi-kami ul {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .lokasi-kami h2 {
        font-size: 1.5rem;
    }

    .lokasi-kami p {
        font-size: 0.95rem;
    }

    .lokasi-kami .btn {
        font-size: 0.95rem;
        padding: 8px 20px;
    }

    .map-container {
        min-height: 250px;
    }
}

.visi-misi h2 {
    font-weight: 700;
    color: #2c3e50;
}

.visi-misi p,
.visi-misi li {
    font-size: 1rem;
    color: #6c757d;
}

.visi-misi h4 {
    font-size: 1.25rem;
}

.visi-misi ul {
    padding-left: 1rem;
}

@media (max-width: 575.98px) {
    .visi-misi h2 {
        font-size: 1.5rem;
    }

    .visi-misi h4 {
        font-size: 1.1rem;
    }

    .visi-misi p,
    .visi-misi li {
        font-size: 0.95rem;
    }
}
.testimoni {
    background-color: #f8f9fa;
}

.client-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #0d6efd;
}

.testimonial-item {
    min-height: 180px;
}

.testimonial-item p {
    font-size: 1.125rem;
    color: #495057;
}

.testimonial-item h5 {
    color: #0d6efd;
}

.testimonial-item small {
    color: #6c757d;
}

.testimonial-slider .testimonial-item {
    margin: 0 15px; /* jarak horizontal antar slide */
}

.testimonial-slider .slick-list {
    margin: 0 -15px; /* kompensasi padding agar tetap center */
}

@media (max-width: 768px) {
    .testimonial-item {
        padding: 1.5rem 1rem;
        text-align: center;
    }

    .testimonial-item p {
        font-size: 1rem;
    }

    .testimonial-item h5 {
        font-size: 1.125rem;
    }

    .testimonial-item small {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .testimonial-item {
        padding: 1.25rem 0.75rem;
    }

    .testimonial-slider .slick-prev,
    .testimonial-slider .slick-next {
        display: none; /* Sembunyikan panah di layar sangat kecil */
    }
}
.hover-shadow:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
.transition {
    transition: all 0.3s ease-in-out;
}

/* artikel */
.hero-artikel {
    min-height: 30vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../image/webp/artikel.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center; /* Untuk teks di tengah secara horizontal */
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.card-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-img-top {
    height: 300px; /* Atur tinggi sesuai keinginan, bisa 180px atau 150px juga */
    object-fit: cover;
}

.pagination .page-link {
    color: #000;
}

.pagination .page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

/* Responsive card image height */
@media (max-width: 992px) {
    .card-img-top {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .card-img-top {
        height: 200px;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-body p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .card-body {
        justify-content: flex-start !important; /* rapatkan elemen ke atas */
        gap: 0.4rem; /* jarak antar elemen tetap ada */
    }

    .card-body > * + * {
        margin-top: 0.4rem; /* fallback jika gap tidak support */
    }

    .card {
        height: auto !important; /* biar card bisa menyesuaikan konten */
    }
    .card-img-top {
        height: 180px;
    }

    .card-title {
        font-size: 0.95rem;
    }

    .pagination .page-link {
        font-size: 0.9rem;
        padding: 0.4rem 0.6rem;
    }
}

/* detail artikel */
.hero-detail-artikel {
    min-height: 60vh;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center; /* Untuk teks di tengah secara horizontal */
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.artikel-detail-content {
    max-width: 100%; /* Lebar penuh kontainer */
    margin: 0 auto;
    padding: 20px 15px;
    background-color: transparent; /* Hilangkan background putih */
    border-radius: 0;
    box-shadow: none;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #333;
}

/* Styling form komentar */
section.py-4 form {
    background-color: #f8f9fa; /* abu-abu very light */
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
}

/* Label lebih tegas */
section.py-4 form label {
    font-weight: 600;
    color: #333;
}

/* Tombol submit custom */
section.py-4 form button[type="submit"] {
    min-width: 120px;
}

/* Styling blok komentar */
section.comments .comment {
    background-color: #fff;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    border: 1px solid #dee2e6;
}

/* Nama dan tanggal */
section.comments .comment strong {
    font-weight: 700;
    color: #212529;
}

section.comments .comment small {
    font-size: 0.85rem;
    color: #6c757d;
    margin-left: 0.5rem;
}

/* Paragraf komentar */
section.comments .comment p {
    margin-top: 0.5rem;
    color: #495057;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .artikel-detail-content {
        max-width: 1200px; /* Lebar maksimum yang cukup luas */
        padding: 40px 20px;
    }
    section.py-4 form,
    section.comments .comment {
        max-width: 100%;
        padding: 1rem;
    }

    section.comments .comment small {
        display: block;
        margin-left: 0;
        margin-top: 0.25rem;
    }
}

.artikel-detail-content h1,
.artikel-detail-content h2,
.artikel-detail-content h3,
.artikel-detail-content h4 {
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #212529;
}

.artikel-detail-content h1 {
    font-size: 2rem;
}
.artikel-detail-content h2 {
    font-size: 1.75rem;
}
.artikel-detail-content h3 {
    font-size: 1.5rem;
}
.artikel-detail-content h4 {
    font-size: 1.25rem;
}

.artikel-detail-content p {
    margin-bottom: 1.2em;
}

.artikel-detail-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    background: #f8f9fa;
    border-left: 5px solid #ffc107;
    font-style: italic;
    color: #555;
}

.artikel-detail-content ul,
.artikel-detail-content ol {
    padding-left: 2rem;
    margin-bottom: 1.2em;
}

.artikel-detail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem auto;
    border-radius: 8px;
}

.artikel-detail-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}
.artikel-detail-content th,
.artikel-detail-content td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
}
.artikel-detail-content th {
    background-color: #f1f1f1;
}

@media (max-width: 576px) {
    .artikel-detail-content {
        font-size: 1rem;
        padding: 20px 15px;
    }
    .artikel-detail-content h1 {
        font-size: 1.5rem;
    }
    .artikel-detail-content h2 {
        font-size: 1.3rem;
    }
    .artikel-detail-content h3 {
        font-size: 1.15rem;
    }
}
