@media screen and (max-width: 600px) {
    body {
        overflow-y: unset;
    }

    .powered-by {
        gap: 35px;
    }
	
	.information-contact h1 {
    display: none;
}
	
	.information-contact
 {
    margin-bottom: 50px;
    text-align: justify;
}
	
	.information-contact p {
		font-size: 17px;
	}

    section {
        height: auto !important;
    }

    section.hero-banner h1 {
        position: relative;
        font-size: 40px !important;
        left: 0;
        text-align: center;
        padding-top: 50px;
        top: 0;
    }

    .list-how-to-use ul li {
        margin-left: 0px !important;
    }

    .video-wrap {
        position: relative;
        width: 100%;
        height: 60vh;
        overflow: hidden;
        margin-left: auto;
    }

    .how-to-use {
        padding-top: 0px;
    }

    section#replay {
        padding-top: 70px;
    }

    .img-tltc-mobile {
        display: flex;
        justify-content: center;
    }

    img.logo-tltc.mobile-only {
        padding-top: 100px;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #fff;
        background-color: #52525296;
        padding: 20px;
        border-radius: 100%;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 20px;
    }

    nav.navbar.bg-body-tertiary.fixed-top {
        width: 400px;
        position: fixed;
        right: 0;
        top: 0;
        left: unset;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-bottom-left-radius: 30px;
        background: #fff;
    }

    div#offcanvasNavbar {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 400px !important;
    }

    section.hero-banner:before {
        border-radius: 0px;
    }

    .logo-tltc {
        position: relative;
        top: 0;
        left: 0;
    }


    .content-list {
        position: relative;
        border-top-right-radius: 30px;
        margin-top: 150px;
        left: 0;
        width: 100%;
        bottom: 35px;
    }

    section#replay h2 {
        color: #fff;
        font-family: var(--secondaryFont);
        font-size: 30px;
        font-weight: 800;
        text-align: center;
        margin-top: 30px;
    }

    .list-how-to-use ul li {
        font-size: 16px;
    }

    .list-how-to-use {
        padding: 30px 0px;
    }

    section#about {
        padding: 100px 0px;
    }

    .about .animate-wrap {
        max-width: 100%;
    }

    .help .faq-section {
        color: #fff;
        padding: 0px;
        margin-top: 0px;
    }

    section#about .animate-wrap p {
        line-height: unset;
    }

    .powered-by h5 {
        color: #fff;
        font-size: 16px;
    }

    .powered-by img {
        width: 70px;
    }

    section#contact {
        padding: 100px 0px;
    }

    .form-contact-us {
        padding: 25px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        margin: auto;
    }

    section#help {
        padding: 100px 0px;
    }

    .card-contact {
        border: 2px solid #fff;
        padding: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        max-width: 100%;
        margin: auto;
        margin-top: 0px !important;
    }

    .help .faq-section h2 {
        font-family: var(--secondaryFont);
        font-size: 40px;
        font-weight: 600;
    }

    .button-contact a {
        font-size: 20px;
    }

    .copyright img {
        width: 35%;
    }

    .navbar-nav .nav-link {
        color: #000;
        font-size: 20px;
        margin: 0px 0;
        font-weight: 600;
        font-family: var(--secondaryFont);
    }

    .slider-wrapper {
        position: static !important;
    }

    .slider-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .slider-slide {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        transform: none !important;
        padding: 0px;
    }

    .replay-item {
        width: calc(50% - 10px);
        box-sizing: border-box;
    }

    .slider-nav {
        display: none !important;
    }

    .slider-replay {
        width: 100%;
    }

    .replay-item .video-button {
        opacity: 1;
        transition: none;
    }

    .record {
        position: relative;
        display: none;
    }


    section#features {
        padding-top: 100px;
    }

    .box-features img {
        width: 100%;
        height: 235px;
        border-radius: 30px;
        margin-bottom: 20px;
        object-fit: cover;
    }

    .box-features p {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
    }

    .box-features h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 900;
        text-align: center;
        margin-top: -50px;
        margin-bottom: 25px;
    }

    section.hero-banner .bx-slider {
        position: relative;
        width: 100% !important;
        left: 0;
        display: block;
        bottom: -50px;
    }

    section.hero-banner .bx-slider .box-one {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 15px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block !important;
    }
}

.mobile-only {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: #52525296;
    padding: 25px;
    border-radius: 100%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 25px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 25px;
}



/* Section Features */

/* Responsive untuk fitur */
@media (max-width: 992px) {
    .box-features {
        padding: 30px;
    }

    .box-features h1 {
        font-size: 2rem;
        /* Turunkan font size */
        margin-top: -50px;
        margin-bottom: 40px;
    }

    .box-features p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .box-features img,
    .box-features video {
        height: auto !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        /* Kolom jadi vertikal */
    }

    .col-md-4 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .box-features {
        padding: 20px;
        width: 100%;
        height: auto;
    }

    .box-features h1 {
        font-size: 1.8rem;
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .box-features p {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
}

@media (max-width: 480px) {

    .box-features img,
    .box-features video {
        height: 150px;
    }

    .box-features h1 {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .box-features p {
        font-size: 0.85rem;
        line-height: 1.3rem;
    }
}

/* Mobile behavior */
@media (max-width: 600px) {
    section.active {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow-y: auto !important;
        /* scroll hanya di section aktif */
        display: block !important;
        /* supaya isi flexible */
    }

    /* Other sections remain hidden */
    section:not(.active) {
        display: none !important;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .record {
        width: 300px;
    }

    section.hero-banner .bx-slider {
        width: 50%;
    }
}


@media (max-width: 1500px) {
    section.hero-banner h1 {
        font-size: 55px;
    }

    .logo-tltc {
        top: 35%;
    }

    section.hero-banner .bx-slider {
        width: 50%;
    }

    .record {
        height: 250px;
    }

    .content-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box-features {
        width: 85%;

    }

    .box-features video {
        height: 200px;
    }

    .box-features img {
        height: 200px;
    }

    .box-features h1 {
        font-size: 30px;
    }

    .box-features p {
        line-height: 27px;
    }

    .video-wrap {
        margin: auto;
    }

    section#replay h2 {
        font-size: 50px;
        margin-top: 70px;
    }

    .how-to-use {
        padding-top: 0px;
    }

    .list-how-to-use ul li {
        margin-left: -60px;
        font-size: 20px;
    }

    .help .faq-section h2 {
        font-size: 30px;
    }

    .help .faq-section {
        padding: 0px;
        margin-top: 90px;
    }

    .accordion-item {
        margin-bottom: 10px;
    }

    .card-contact {
        padding: 10px;
        margin-top: 90px;
    }

    .card-contact h2 {
        font-size: 20px;
    }

    .animate-wrap {
        width: 98%;
    }

    .animate-wrap p {
        line-height: 30px;
    }

    img.image-intro {
        height: 100px;
    }

    .partner-wrap.d-flex {
        gap: 25px;
    }

    .form-contact-us textarea.form-control {
        height: 100px;
    }

    section#contact h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
}