:root {
    --c-primary: #e59924;
    /*Gold/Orange*/
    --c-secondary: #231f20;
    /*Black*/
    --c-white: #f4f4f4;
    /*White*/
    --c-black: #000000;
    /*Pure Black*/
    --c-grey: #636363;
    /* Grey */
    --bg-form: #161415;
    /*Semi Black Background*/
    --c-white: #ffffff;
    /* White */
    --c-transparent: transparent;
    /* Transparent */
    --trans-cubic: all 0.3s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

@media (max-width: 325px) {
    header #navigation .logo img.navbar-logo {
        width: 120px !important;
        margin-top: 5px !important;
    }

    .schedule-button-info {
        max-width: 200px;
        margin: 0 auto;
    }

    .search-wrapper--paket {
        gap: 0 !important;
    }

    .search-wrapper--paket .wrapper-paket {
        flex-basis: 100% !important;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
        font-weight: 600;
    }

    p {
        font-size: 15px;
    }

    img.icon-16 {
        width: 16px;
        height: 16px;
    }

    img.icon-24 {
        width: 18px;
        height: 18px;
    }

    img.icon-32 {
        width: 24px;
        height: 24px;
    }

    img.icon-48 {
        width: 32px;
        height: 32px;
    }

    select.form-control,
    input.form-control,
    textarea.form-control {
        font-size: 15px;
        padding: 0 8px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }

    .form-group {
        margin-bottom: 16px !important;
    }

    .modal-body {
        padding: 1rem;
    }

    .section-pad {
        padding: 50px 0;
    }

    .cekresi-timeline .timeline-wrapper .timeline-info p:nth-child(1) {
        flex-basis: 45%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .cekresi-timeline {
        max-width: 360px !important;
    }

    .timeline-activity .activity-wrapper .point {
        width: 20px;
        height: 20px;
    }

    .timeline-activity .activity-wrapper:before {
        top: 22px;
        left: 9px;
    }

    .timeline-activity .activity-wrapper:nth-child(1) .point:before {
        width: 10px;
        height: 10px;
        left: 5px;
        top: 5px;
    }

    .timeline-activity .activity-wrapper {
        gap: 12px !important;
    }

    /*====================================== SECTION WORD ======================================*/
    .ab-head {
        line-height: 1.25;
    }

    .c-small {
        font-size: 10px;
    }

    .modal-header .close {
        opacity: 1;
        top: 8px;
        right: 5px;
    }

    .modal-header .close span {
        font-size: 16px;
    }

    /*====================================== SECTION MENU NAVBAR ======================================*/
    header nav {
        padding: 15px 5px;
    }

    .container-nav {
        /*flex-direction: column;*/
        z-index: 99;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
        gap: 8px;
    }

    .container-nav .nav-logo a img {
        padding-left: 0;
        width: 150px;
    }

    button.nav-toggle {
        display: flex;
    }

    .language-switcher-wrapper-m {
        display: flex;
        gap: 0.25rem;
    }

    .nav-menu.active .language-switcher-wrapper {
        display: none;
    }

    .language-switcher-wrapper .lang-switcher {
        padding: 4px;
        font-size: 14px;
        font-weight: 500;
        color: var(--c-black);
    }

    .language-switcher-wrapper .lang-switcher:hover {
        color: var(--c-black) !important;
    }

    .container-nav .nav-menu {
        height: 0;
        /* display: none; */
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 42px;
        width: 100%;
        padding: 0;
        flex: 0 0 auto;
        min-width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        border-radius: 0 0 20px 20px;
        transition: linear 0.3s;
    }

    .container-nav .nav-menu.active {
        /* display: block; */
        overflow: hidden;
        height: 320px;
        box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.4);
    }

    .container-nav .nav-menu ul {
        height: 0px;
        padding-top: 12px;
        /* overflow: hidden; */
        background-color: var(--c-white);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        gap: 16px;
        background-image: url("../images/general/graphic-g-top-right.png"),
            url("../images/general/graphic-g-bot-left.png");
        background-size: 172px;
        background-repeat: no-repeat;
        background-position: top right, bottom left;
        transition: all 0.6s;
    }

    .container-nav .nav-menu.active ul {
        opacity: 1;
        height: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        transition: ease-in-out 0.3s;
    }

    .container-nav .nav-menu li {
        transform: translateX(-30px);
        opacity: 0;
        transition: all 0.5s;
    }

    .container-nav .nav-menu.active li {
        transform: translateX(0);
        opacity: 1;
    }

    .container-nav .nav-menu.active li:nth-child(1) {
        transition-delay: 0.2s;
    }

    .container-nav .nav-menu.active li:nth-child(2) {
        transition-delay: 0.3s;
    }

    .container-nav .nav-menu.active li:nth-child(3) {
        transition-delay: 0.4s;
    }

    .container-nav .nav-menu.active li:nth-child(4) {
        transition-delay: 0.5s;
    }

    .container-nav .nav-menu.active li:nth-child(4) {
        transition-delay: 0.6s;
    }

    .container-nav .nav-menu.active li:nth-child(5) {
        transition-delay: 0.7s;
    }

    .container-nav .nav-menu.active li:nth-child(6) {
        transition-delay: 0.8s;
    }

    .container-nav .nav-menu .menu-cta {
        margin-top: 8px;
    }

    .container-nav .nav-menu li a {
        font-size: 14px;
        font-weight: 500;
        color: var(--c-black) !important;
    }

    .form-group {
        margin-bottom: 30px;
    }
}

/*Phone View*/
@media (max-width: 767px) {
    /*====================================== SECTION MENU NAVBAR ======================================*/

    .container-nav {
        /*flex-direction: column;*/
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 10px;
    }

    /*====================================== SECTION DEFAULT ======================================*/
    .ab-btn {
        font-size: 15px;
        padding: 8px 16px;
    }

    section.section-home-about {
        margin-top: -0.5rem;
        padding-top: 16px;
    }

    .section-pad {
        padding: 50px 0;
    }

    /*====================================== SECTION HOME PAGE ======================================*/
    .subject-title .hero-logo {
        max-width: 128px !important;
    }

    section.section-home-about .search-wrapper {
        /* max-width: 95% !important; */
        width: 100%;
        margin-top: -10px;
    }

    section.section-home-about .search-wrapper .search-wrapper-inside {
        /* max-width: 95% !important; */
    }

    .nav-choose-container {
        max-width: 95%;
        margin: 0 auto;
        padding: 0 0.5rem;
    }

    .row-departure {
        margin-top: 32px;
    }

    .departure-header-content,
    .departure-body-content {
        width: 170px;
    }

    .departure-body-content.bus {
        width: 150px;
    }

    .search-wrapper .form-group {
        margin-bottom: 8px;
    }

    .search-wrapper .search-wrapper-inside {
        row-gap: 0;
    }

    .countdown-container .tick {
        font-size: 24px;
    }

    .search-wrapper-inside-row {
        flex-direction: column;
    }

    .search-wrapper-inside-row .search-wrapper--inside,
    .search-wrapper .search-wrapper--inside {
        flex-basis: 100%;
        padding: 0;
    }

    .modal-passenger {
        width: 100%;
        padding: 8px 12px;
    }

    section.section-home-about
        .search-wrapper
        .search-wrapper--inside.search-button {
        margin-top: 16px;
    }

    section.section-home-about .subject-title {
        margin: 32px 0 !important;
        gap: 16px !important;
    }

    section.section-home-about .subject-title .image,
    section.section-about-intermezo .subject-title .image,
    section.section-armada-hero .subject-title .image {
        max-width: 200px !important;
        width: 100%;
    }

    section.section-home-armada {
        margin-top: -40px;
        padding-top: 60px;
    }

    .home-armada-container .cta {
        width: 100%;
        text-align: center;
    }

    .home-armada-bus {
        max-width: 70%;
    }

    .home-paket-container {
        padding: 0 15px;
        flex-direction: column;
    }

    .home-paket-image {
        max-width: 100%;
        margin-left: -30px;
        margin-bottom: 16px;
    }

    section.section-home-pesan {
        padding: 0;
    }

    section.section-home-pesan .home-paket-container {
        flex-direction: column-reverse;
    }

    section.section-contact .image {
        margin-bottom: 16px;
    }

    section.section-contact .subject-title,
    section.section-contact .contact-list {
        padding: 0 16px;
    }

    .contact-list .contact-wa a.ab-btn {
        width: 100%;
    }

    .partner-list {
        height: 64px;
    }

    /*====================================== SECTION ABOUT PAGE ======================================*/
    .about-hero .subject-title {
        top: 16px;
        left: 32px;
    }

    .about-hero .subject-title {
        gap: 4px !important;
    }

    .about-hero .subject-title h2 {
        font-size: 16px;
    }

    .about-hero .subject-title .image {
        max-width: 128px;
    }

    section.section-about-intermezo {
        margin-top: -15px;
        padding-top: 50px;
    }

    section.section-about-vm {
        margin-top: -30px;
    }

    .vm-container {
        flex-direction: column;
        margin: 32px 0;
    }

    .container-misi .vm-container {
        flex-direction: column-reverse;
    }

    .vm-container .subject-title h2 {
        text-align: center;
    }

    .vm-container .vm-image {
        margin-bottom: 16px;
    }

    .container-misi .vm-image {
        max-width: 250px !important;
    }

    section.section-about-service {
        padding-top: 0;
    }

    .section-about-service .subject-title.mb64 {
        margin-bottom: 32px !important;
    }

    .service-card {
        height: auto;
        margin-bottom: 32px;
    }

    .service-card .image {
        max-width: 175px;
        right: -40px;
    }

    section.section-about-armada {
        padding-top: 0;
    }

    .about-class .about-class-list {
        max-width: 100%;
    }

    .about-class .about-class-list .image {
        max-width: 72px;
        margin: 0 auto;
    }

    /*====================================== SECTION JADWAL RUTE PAGE - MOBILE ======================================*/

    .busrut-content select.form-control,
    .busrut-content input.form-control,
    .busrut-content textarea.form-control {
        padding: 15px 30px 15px 15px;
    }

    .bustrut-content-schedule .schedule-card-terminal {
        padding: 0.75rem 2rem 2.5rem 2rem;
    }

    .bustrut-content-schedule .schedule-bus-desc {
        padding: 2rem 1.5rem 2rem 1rem;
    }

    /*====================================== SECTION ARMADA PAGE ======================================*/
    section.section-armada-hero {
        padding: 32px 0 50px 0;
    }

    section.section-armada-seat {
        padding: 50px 15px 15px 15px;
    }

    .about-armada-image {
        max-width: 250px !important;
        margin-top: 48px;
    }

    .armada-hero-image {
        margin: 24px 0 !important;
    }

    section.section-armada-gallery {
        padding-bottom: 50px;
    }

    .carousel-gallery .swiper-slide a {
        height: 125px;
    }

    .seat-class-container {
        flex-direction: column-reverse;
    }

    .seat-class-container .seat-class-gallery {
        height: 200px;
    }

    .seat-class-container .seat-class-gallery .swiper-container {
        overflow: hidden;
        border-radius: 20px;
    }

    .seat-class-container .seat-gallery {
        height: 100%;
    }

    .seat-class-container .seat-class-spec,
    .seat-class-container.flex-row-reverse .seat-class-spec {
        max-width: 90%;
        margin: -16px auto 0 auto;
        padding: 16px;
    }

    .seat-class-container .seat-class-spec .subject-title {
        margin-bottom: 16px !important;
    }

    .class-spec-seat {
        padding: 8px 0;
        align-items: center;
    }

    .class-spec-facility {
        margin-top: 16px !important;
    }

    .class-spec-facility .icon img.icon-24 {
        width: 24px;
        height: 24px;
    }

    .class-spec-facility ul {
        gap: 12px !important;
    }

    .seat-class-container.flex-row-reverse {
        flex-direction: column-reverse !important;
    }

    .seat-class-gallery .swiper-button-prev {
        left: 16px;
    }

    .seat-class-container.flex-row-reverse .swiper-button-next {
        right: 16px;
    }

    section.section-armada-route .subject-title {
        margin-bottom: 32px !important;
    }

    .route-list-end {
        gap: 16px;
        margin-bottom: 16px !important;
    }

    .route-list-end .route-list p.ab-body {
        font-size: 12px;
    }

    .route-notice h6.ab-body {
        font-size: 14px;
    }

    .route-list .cta {
        margin-top: 24px !important;
    }

    /*====================================== SECTION PAKET PAGE & FAQ PAGE ======================================*/
    section.section-faq,
    section.section-cekresi {
        padding-top: 50px;
    }

    .search-wrapper--paket {
        flex-wrap: wrap;
        justify-content: space-between !important;
    }

    .search-wrapper--paket .wrapper-paket {
        flex-basis: 45%;
    }

    .label-package {
        margin-bottom: 1.125rem;
    }

    /*====================================== SECTION LOGIN PAGE & REGISTER PAGE ======================================*/
    section.section-login,
    section.section-register {
        min-height: 100%;
    }

    .login-container,
    .forget-container {
        padding: 24px;
        background-color: rgb(54 54 54 / 90%);
    }

    .login-wrapper .form-group input.form-control,
    .forget-container .form-group input.form-control {
        font-weight: 700;
        letter-spacing: 1px;
    }

    /*====================================== SECTION SNK PAGE & PRIVACY PAGE ======================================*/
    section.section-snk-privacy .image {
        max-width: 200px !important;
        margin-bottom: 32px;
    }

    section.section-snk-privacy .subject-title {
        gap: 16px !important;
    }

    .snk-wrapper {
        height: 100%;
    }

    /*====================================== SECTION BOOKING PAGE ======================================*/
    section.section-heading {
        height: 240px;
    }

    .subject-heading .image-head {
        top: -32px;
        right: 0;
    }

    .backto-container {
        padding: 0 16px;
        text-align: center;
    }

    .backto-container .cta {
        top: 15px;
        left: 15px;
    }

    .schedule-result {
        flex-direction: column;
        gap: 12px;
    }

    .schedule-result .schedule-total {
        width: 100%;
        text-align: left;
    }

    .schedule-result .schedule-filter {
        width: 100%;
        justify-content: space-between;
    }

    .schedule-filter select.form-control {
        font-size: 14px;
        padding: 8px 24px 8px 12px;
    }

    .filter-container {
        margin-bottom: 24px;
    }

    .filter-container .filter-container-inside {
        margin-bottom: 0 !important;
    }

    .filter-container .filter-container-inside .filter-wrapper {
        flex-basis: 30%;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .filter-container .filter-container-inside .filter-wrapper label {
        margin-top: -1px;
        font-size: 12px;
        line-height: 14px;
    }

    .schedule-booking-card .schedule-booking-discount .sd-icon {
        max-width: 1rem;
    }

    .schedule-list {
        padding: 16px 8px 4px 8px;
        text-align: center;
    }

    .schedule-list-fromto {
        margin-top: 8px !important;
    }

    .schedule-list-fromto .trip-hour {
        top: -4px;
    }

    .fromto-divider {
        margin-top: 12px;
    }

    .schedule-list .schedule-list-divider .trip-hour > p,
    .schedule-list-fromto .schedule-list-from .list-from-inside > p {
        font-size: 10px;
    }

    .schedule-list-fromto
        .schedule-list-date
        .schedule-list-fromto
        .schedule-list-divider
        .trip-hour
        p,
    .schedule-list-fromto .schedule-list-divider .seat-left p {
        font-size: 10px;
    }

    .schedule-list-fromto .list-from-inside h4 {
        font-size: 16px;
    }

    .schedule-list-fromto .list-from-inside > p.ab-font.small {
        font-size: 10px;
    }

    .schedule-list-date p.ab-body {
        font-size: 12px;
    }

    .schedule-list-fromto .schedule-list-divider .category span {
        font-size: 12px;
        white-space: nowrap;
    }

    .schedule-list-cta {
        margin-top: 8px;
        padding: 0 8px;
        /* flex-direction: column; */
    }

    .schedule-list-cta .list-cta-price h5 {
        font-size: 14px;
    }

    .modal-body .schedule-list {
        padding: 16px 8px 8px 8px;
    }

    #modalDetail .modal-body {
        padding: 1rem 0.5rem;
    }

    #modalDetail .schedule-list-fromto {
        gap: 8px;
    }

    /*====================================== SECTION BOOKING FORM PAGE ======================================*/
    .schedule-list-date {
        margin-top: -8px;
    }

    .schedule-list.sticky-schedule {
        top: 60px;
        width: 90% !important;
        padding: 4px 8px 10px 8px;
    }

    .schedule-list.sticky-schedule .fromto-divider {
        margin-top: 25px;
    }

    .schedule-list.sticky-schedule .schedule-list-date {
        transform: translateY(-2px);
    }

    .schedule-list.sticky-schedule .schedule-list-date p.ab-body {
        font-size: 10px;
    }

    .schedule-list.sticky-schedule .fromto-divider .bus-trip-animation {
        left: 40%;
    }

    .schedule-list.sticky-schedule .schedule-list-fromto {
        gap: 16px;
    }

    .schedule-list.sticky-schedule
        .schedule-list-fromto
        .schedule-list-divider
        .trip-hour
        p {
        display: none;
    }

    .schedule-list.sticky-schedule
        .schedule-list-from
        .list-from-inside
        span.terminal-place {
        /* display: none; */
        z-index: -1;
        opacity: 0;
        /* width: 0; */
        /* height: 0; */
        margin-top: -54px;
    }

    .modal-preapre-id .cta,
    .modal-preapre-id .detail-booking-cta,
    .modal-preapre-id .ab-btn {
        width: 100%;
    }

    .modal-ocr-wrapper .camera-wrapper {
        width: 364px;
        height: 230px;
        max-width: 100%;
    }

    .modal-ocr-wrapper .camera-wrapper #video-camera-ocr {
        width: 100%;
        height: 100%;
    }

    .modal-ocr-wrapper .camera-wrapper .ocr-ktp-border {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }

    .capture-cta-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    ul li.wizard-step {
        width: 100%;
        text-align: center;
        padding: 0 12px;
    }

    ul li.wizard-step:nth-child(2):before {
        left: 32px;
    }

    ul li.wizard-step:nth-child(3):before {
        left: 56px;
    }

    ul li.wizard-step:nth-child(4):before {
        left: 56px;
    }

    ul li.wizard-step .step-name p,
    .detail-booking .detail-booking-price p {
        font-size: 12px;
    }

    .section-thankyou .wizard-timeline ul li.wizard-step:first-child:before {
        left: 60px;
    }

    .section-thankyou .wizard-timeline ul li.wizard-step:nth-child(3):before {
        left: 34px;
        width: 110%;
    }

    /*====================================== SECTION BOOKING FORM PAGE ======================================*/
    .row-container-seat {
        display: flex;
        flex-direction: column-reverse;
    }

    /*====================================== SECTION SEAT LIST PAGE ======================================*/
    section.section-transit-seat {
        margin-bottom: 104px;
    }

    .seat-transit-card .image {
        max-width: 64px !important;
    }

    .seat-wrapper-choosen .category span {
        font-size: 12px;
    }

    /*====================================== SECTION SEAT PAGE ======================================*/
    .booking-seat-wrapper {
        margin: 16px 0 16px 0;
    }

    section.section-booking-seat .booking-form .subject-heading {
        text-align: left !important;
        margin-bottom: 24px !important;
    }

    .seat-notice {
        flex-direction: column-reverse !important;
        gap: 12px !important;
        position: static;
        padding-top: 0;
        top: 0;
        margin-bottom: 32px;
    }

    .seat-notice .seat-notice-color {
        margin-top: 16px;
        flex-direction: row !important;
        justify-content: space-around;
        align-items: baseline;
    }

    .color-notice p {
        text-align: center;
    }

    .seat-notice .seat-notice-color .color-notice {
        flex-direction: column;
    }

    .bus-part {
        right: -25px;
    }

    .bus-part h4 {
        font-size: 16px;
    }

    .row-choose-seat .container-bottom-deck {
        padding-top: 160px;
    }

    .row-choose-seat .container-bottom-deck .container-seat-wrapper {
        padding-top: 48px;
    }

    .row-choose-seat .container-top-deck {
        padding-top: 92px;
        padding-bottom: 145px;
    }

    .seat-space {
        height: 40px;
    }

    .seat-normal {
        width: 47px;
        height: 74px;
        /* width: 58px;
        height: 74px; */
    }

    .promo-wrapper {
        padding: 0.1rem;
    }

    .promo-wrapper .promo-diskon {
        font-size: 6px;
    }

    .promo-wrapper .promo-content {
        font-size: 7px;
    }

    .container-sleeper .seat-number,
    .container-wrap-executive .seat-number,
    .container-seat-wrapper input[disabled]:not(checked) + .seat-number {
        font-size: 15px;
    }

    .seat-space .seat-number {
        font-size: 8px !important;
    }

    .seat-sleeper:before,
    .container-wrap-executive:before {
        font-size: 8px;
        padding: 0;
        bottom: 6px;
    }

    .cta-to-checkout {
        z-index: 10;
        background-color: var(--c-black);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding: 12px 16px;
        /* flex-direction: column; */
        gap: 8px;
    }

    .cta-to-checkout p {
        font-size: 12px;
    }

    /*====================================== SECTION CHECKOUT PAGE ======================================*/
    section.section-booking-form {
        /* margin-bottom: 32px !important; */
    }

    section.section-booking-form .schedule-list-from {
        width: 20%;
    }

    .booking-form-login .payment-list .payment-list-label {
        max-width: 50%;
        width: 100%;
    }

    .row-checkout {
        display: flex;
        flex-direction: column-reverse;
    }

    .sticky-payment {
        position: static;
        margin-bottom: 16px;
    }

    /*====================================== SECTION DASHBOARD PAGE ======================================*/
    .menu-mobile {
        padding: 0;
        display: block;
        z-index: 9;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .col-mobile {
        opacity: 1;
        z-index: 1;
        position: fixed;
        top: -600px;
        width: 100%;
        transition: ease-in-out 0.3s;
    }

    .col-mobile.active {
        opacity: 1;
        z-index: 9;
        top: 10%;
        display: block;
    }

    .menu-mobile span.mobile-close,
    .menu-mobile.active span.mobile-open {
        display: none;
    }

    .menu-mobile.active span.mobile-close {
        display: block;
    }

    .menu-mobile .ab-btn {
        padding: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .dashboard-container .dataTables_wrapper {
        overflow: auto;
    }

    .modal-footer .detail-booking {
        align-items: flex-start !important;
        margin: 0;
        gap: 16px;
    }

    .modal-footer .detail-booking-price p span {
        display: block;
    }

    .modal-footer .detail-booking-cta p span {
        display: block;
    }

    /*====================================== SECTION NOT FOUND PAGE ======================================*/

    /*====================================== SECTION FOOTER ======================================*/
    .footer-logo {
        max-width: 240px;
        margin: 0 auto 16px auto;
    }

    .footer-contact {
        margin: 24px 0;
    }

    .footer-menu {
        margin: 8px 16px 16px 16px;
    }

    .wa-floating a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wa-floating span {
        display: none;
    }
}

@media (max-width: 399px) {
    /*====================================== SECTION BOOKING FORM PAGE ======================================*/
    .section-thankyou .wizard-timeline ul li.wizard-step:first-child:before {
        left: 34px;
    }
}

@media (max-width: 480px) {
    .partner-list {
        height: 64px;
    }

    .row-gap-5 {
        row-gap: 1.5rem;
    }

    .schedule-list-from {
        width: 25%;
    }

    .schedule-list-fromto.list-fromto-package .schedule-list-from {
        width: auto;
    }

    #modalDetail .schedule-list-from {
        width: auto;
    }

    .list-transit .timeline-activity .activity-wrapper .desc-time,
    .list-transit .timeline-activity .activity-wrapper .desc {
        min-width: 104px;
        max-width: 104px;
    }
}

@media (min-width: 400px) and (max-width: 460px) {
    .row-choose-seat .container-bottom-deck {
        padding-top: 190px;
    }

    .row-choose-seat .container-top-deck {
        padding-top: 120px;
        padding-bottom: 177px;
    }
}

@media (min-width: 461px) and (max-width: 767px) {
    .row-choose-seat .container-bottom-deck {
        padding-top: 240px;
    }

    .row-choose-seat .container-top-deck {
        padding-top: 130px;
        padding-bottom: 197px;
    }
}

/*Tab View & Ipad View*/
@media (min-width: 768px) and (max-width: 1024px) {
    .container-nav .nav-menu {
        top: 43px !important;
    }

    .container-nav .nav-menu.active {
        height: 320px;
    }

    /*====================================== SECTION HOME PAGE ======================================*/
    .subject-title .hero-logo {
        max-width: 256px !important;
    }

    section.section-home-about .search-wrapper {
        width: 100%;
    }

    .home-road-image {
        display: none;
    }

    .search-wrapper .search-wrapper-inside {
        row-gap: 8px;
    }

    .search-wrapper .form-group {
        margin-bottom: 8px;
    }

    /* section.section-home-about .subject-title {
		margin: 32px 0 !important;
		gap: 16px !important;
	} */

    section.section-home-about .subject-title .image,
    section.section-about-intermezo .subject-title .image,
    section.section-armada-hero .subject-title .image {
        max-width: 256px !important;
        width: 100%;
    }

    section.section-home-armada {
        margin-top: -70px;
        padding-top: 90px;
    }

    .home-paket-container {
        gap: 32px;
        padding-right: 16px;
    }

    section.section-home-pesan {
        padding: 0;
    }

    section.section-home-pesan .home-paket-container {
        gap: 32px;
        padding-left: 16px;
        padding-right: 0;
    }

    .contact-list .contact-wa a.ab-btn {
        width: 100%;
    }

    /*====================================== SECTION ABOUT PAGE ======================================*/
    .about-hero .subject-title {
        top: 32px;
        left: 72px;
    }

    .about-hero .subject-title {
        gap: 8px !important;
    }

    section.section-about-intermezo {
        margin-top: -12px;
        padding-top: 50px;
    }

    section.section-about-vm {
        margin-top: -40px;
    }

    .vm-container {
        margin: 32px 0;
        /* text-align: center; */
    }

    .vm-container .vm-image {
        max-width: 360px !important;
    }

    .container-misi .vm-container {
        flex-direction: row;
        gap: 32px;
    }

    .container-misi .vm-container .desc {
        text-align: right;
    }

    .vm-container .vm-image {
        margin-bottom: 32px;
    }

    .container-misi .vm-image {
        max-width: 250px !important;
    }

    section.section-about-service {
        padding-top: 0;
    }

    .service-card .image {
        max-width: 200px;
        right: -50px;
    }

    section.section-about-armada {
        padding-top: 0;
    }

    .about-class .about-class-list {
        max-width: 100%;
    }

    .about-class .about-class-list .image {
        max-width: 72px;
        margin: 0 auto;
    }

    section.section-about-armada .cta {
        margin-bottom: 32px;
    }

    /*====================================== SECTION JADWAL RUTE PAGE - IPAD PORTRAIT ======================================*/

    .busrut-content .search-wrapper .image {
        height: 90px;
    }

    .busrut-content select.form-control,
    .busrut-content input.form-control,
    .busrut-content textarea.form-control {
        padding: 15px 30px 15px 15px;
    }

    .bustrut-content-schedule .schedule-card-terminal {
        padding: 0.75rem 1.5rem 2.5rem 1.5rem;
    }

    .bustrut-content-schedule .schedule-bus-desc {
        padding: 2rem 1.5rem 2rem 1rem;
    }

    /*====================================== SECTION ARMADA PAGE ======================================*/
    section.section-armada-hero {
        padding: 32px 0 50px 0;
    }

    section.section-armada-seat {
        padding: 50px 15px 15px 15px;
    }

    .about-armada-image {
        max-width: 320px !important;
        margin-top: 8px;
    }

    .armada-hero-image {
        margin: 24px 0 !important;
    }

    .carousel-gallery .swiper-slide a {
        height: 125px;
    }

    .seat-class-container {
        flex-direction: column-reverse;
        max-width: 512px;
        width: 100%;
        margin: 0 auto 64px auto;
    }

    .seat-class-container .seat-class-gallery {
        height: 256px;
    }

    .seat-class-container .seat-class-gallery .swiper-container {
        overflow: hidden;
        border-radius: 20px;
    }

    .seat-class-container .seat-class-spec,
    .seat-class-container.flex-row-reverse .seat-class-spec {
        max-width: 90%;
        margin: -32px auto 0 auto;
        padding: 16px;
    }

    .seat-class-container .seat-class-spec .subject-title {
        margin-bottom: 16px !important;
    }

    .class-spec-facility {
        margin-top: 16px !important;
    }

    .class-spec-facility .icon img.icon-24 {
        width: 24px;
        height: 24px;
    }

    .class-spec-facility ul {
        gap: 12px !important;
    }

    .seat-class-container.flex-row-reverse {
        flex-direction: column-reverse !important;
    }

    .seat-class-gallery .swiper-button-prev {
        left: 16px;
    }

    .seat-class-container.flex-row-reverse .swiper-button-next {
        right: 16px;
    }

    section.section-armada-route .subject-title {
        margin-bottom: 32px !important;
    }

    .route-list-end {
        gap: 0;
        margin-bottom: 16px !important;
    }

    /*====================================== SECTION PAKET PAGE & FAQ PAGE ======================================*/
    .label-package {
        margin-bottom: 1.125rem;
    }

    section.section-faq,
    section.section-cekresi {
        padding-top: 50px;
    }

    .cekresi-timeline {
        max-width: 480px !important;
    }

    /*====================================== SECTION BOOKING PAGE ======================================*/
    #modalDetail .modal-dialog {
        max-width: 720px;
    }

    .sticky-schedule {
        top: 58px;
        width: 70% !important;
    }

    .schedule-list-from .list-from-inside h4 {
        font-size: 20px;
    }

    .cta-to-checkout {
        z-index: 10;
        background-color: var(--c-black);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding: 12px 16px;
        /* flex-direction: column; */
        gap: 8px;
    }

    .cta-to-checkout p {
        font-size: 12px;
    }

    /*====================================== SECTION BOOKING FORM PAGE ======================================*/
    .modal-preapre-id .cta,
    .modal-preapre-id .detail-booking-cta,
    .modal-preapre-id .ab-btn {
        width: 100%;
    }

    /*====================================== SECTION SEAT LIST PAGE ======================================*/
    .seat-transit-card .image {
        max-width: 104px !important;
    }

    /*====================================== SECTION SEAT PAGE ======================================*/
    .bus-part {
        right: -32px;
    }

    .row-choose-seat .container-bottom-deck {
        padding-top: 250px;
    }

    .row-choose-seat .container-top-deck {
        padding-top: 120px;
        padding-bottom: 190px;
    }

    .cta-to-checkout {
        z-index: 10;
        background-color: var(--c-black);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding: 8px 16px;
    }

    /*====================================== SECTION CHECKOUT PAGE ======================================*/
    section.section-booking-form {
        margin-bottom: 32px !important;
    }

    .row-checkout {
        flex-direction: column-reverse;
    }

    .checkout-passenger.sticky-payment {
        position: static;
        margin-bottom: 32px;
    }

    /*====================================== SECTION LOGIN PAGE & REGISTER PAGE ======================================*/
    section.section-login,
    section.section-register {
        min-height: 100%;
    }

    .login-container,
    .forget-container {
        padding: 24px;
        background-color: rgb(54 54 54 / 90%);
    }

    .login-wrapper .form-group input.form-control,
    .forget-container .form-group input.form-control {
        font-weight: 700;
        letter-spacing: 1px;
    }

    /*====================================== SECTION SNK PAGE & PRIVACY PAGE ======================================*/
    section.section-snk-privacy .image {
        max-width: 320px !important;
        margin-bottom: 48px;
    }

    section.section-snk-privacy .subject-title {
        gap: 16px !important;
    }

    .snk-wrapper {
        height: 100%;
    }

    /*====================================== SECTION FOOTER ======================================*/
    .footer-logo {
        max-width: 256px;
        margin: 0 auto 24px auto;
    }

    .footer-contact {
        margin: 32px 0;
    }

    .footer-menu {
        margin: 32px 16px 16px 16px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    header nav {
        padding: 10px 15px 10px 15px;
    }

    header #navigation .logo img.navbar-logo {
        width: 150px;
    }

    .container-nav .nav-menu {
        top: 0 !important;
    }

    .home-road-image {
        display: none;
    }

    /*====================================== SECTION SEAT PAGE ======================================*/
    .bus-part {
        right: -40px;
    }

    .row-choose-seat .container-bottom-deck {
        padding-top: 250px;
    }

    .row-choose-seat .container-top-deck {
        padding-top: 130px;
        padding-bottom: 200px;
    }

    .departure-header-content,
    .departure-body-content {
        width: 270px;
    }

    /*====================================== SECTION CHECKOUT PAGE ======================================*/
    .row-checkout {
        flex-direction: row;
    }

    .checkout-passenger.sticky-payment {
        position: sticky;
    }

    /*====================================== SECTION BOOKING PAGE ======================================*/
    .sticky-schedule {
        width: 70% !important;
        padding: 0 8px 8px 8px;
        top: 58px;
        margin-bottom: 0;
    }

    .schedule-list-date p.ab-body {
        font-size: 12px;
    }

    .schedule-list-from .list-from-inside h4 {
        font-size: 20px;
    }

    .cta-to-checkout {
        z-index: 10;
        background-color: var(--c-black);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding: 12px 16px;
        /* flex-direction: column; */
        gap: 8px;
    }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .container-nav .nav-menu {
        top: 39px !important;
    }

    .sticky-schedule {
        top: 48px;
    }

    .bus-part {
        right: -32px;
    }
}

/* < 1400px  */
@media (max-width: 1400px) {
    .arrow-slides-wrapper {
        display: block;
    }
}

/* 11-12 Inch */
@media (min-width: 1056px) and (max-width: 1152px) {
    .rainbow-icon {
        top: -5px;
        left: -25px;
        max-width: 250px;
    }

    .iframe-word-left {
        top: 50px;
        left: -600px;
    }

    .iframe-word-right {
        bottom: 25px;
        right: -375px;
    }
}

/* >16 Inch */
@media (min-width: 1550px) {
    section.section-hero {
        background-size: 450px, 400px, contain;
        background-position: top -75px left, top right, bottom center;
    }

    .hero-left {
        max-width: 400px;
    }

    .rainbow-icon {
        max-width: 400px;
    }

    .hero-right {
        max-width: 500px;
    }

    .bg-pinyata {
        position: absolute;
        bottom: 0;
    }

    section.section-champion {
        padding-top: 50px;
        background-position: center top -60px, top 250px center;
    }
}
