/* Style CSS Copyrigth 2024 by BusX */
@font-face {
  font-family: 'SukhumvitSet-Text';
  src: url('../plugin/font/SukhumvitSet-Text.ttf');
}

@font-face {
  font-family: 'JS-Chanok-Normal';
  src: url('../plugin/font/JS-Chanok-Normal.ttf');
}

:root {
  --violet-color: #8035AC;
  --pink-color: #C805CE;
  --yellow-color: #FFFA05;

  --fz-title: 28px;
  --fw-title: bold;
  --fc-title: #333333;

  --fz-subtitle: 24px;
  --fw-subtitle: bold;
  --fc-subtitle: #333333;

  --fc-green: #04CF7A;
  --fc-blue: #043c74;

  --green: #00993f;
  --blue: #000ea1;

  --theme-bus: #8035AC;
  --text-bus: #C805CE;

  --box-shadow-2: 0 10px 10px -10px #1f6fb463, 0 10px 10px -5px #1f6fb400;
}

body {
  font-family: 'SukhumvitSet-Text', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #ffffff;
}

.text-color {
  color: var(--theme-bus);
}

.bg-gray {
  background-color: #ffffff;
}

.navbar {
  background-color: var(--theme-bus);

  .container {
    max-width: 1100px;
    width: 100%;
  }

  .navbar-brand {
    img {
      width: 125px;
    }

    strong {
      font-family: 'JS-Chanok-Normal', sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 1.2;
      color: #FFFFFF;
      letter-spacing: 2px;

    }
  }

  .navbar-toggler {
    border: none !important;
    color: #FFF;
  }

  .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link.active,
  .nav-link.show {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .nav-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .card-language {
    display: flex;
    align-items: center;
    justify-content: start;

    .btn-language {
      color: #FFFFFF;
      padding: 5px 5px;
      text-decoration: none;
      font-weight: 400;

      img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
      }

      span {
        font-size: 14px;
      }
    }

    .text-span {
      color: #FFFFFF;
      margin: 0 5px;
    }
  }
}

.form-search {
  position: relative;

  .warpper-search {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 50px;
    padding: 0;

    .background {
      display: contents;

      img {
        position: absolute;
        top: 0;
        width: 100%;
        /* height: 100%; */
        object-fit: fill;
        /* object-position: 100% 100%; */
        /* opacity: 0.8;
        filter: brightness(0.9); */
      }

    }

    .content {
      position: relative;
      padding: 0 0 0 0;
      top: 480px;

      .title {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin: 0;

        span:first-child {
          color: var(--theme-bus);
        }

        span:last-child {
          color: rgb(0 33 67 / 80%);
        }
      }

      .box-centent {
        max-width: 1000px !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 30px;

        .form-search-trip {

          .card-origin,
          .card-destination,
          .card-departure,
          .card-return,
          .card-passenger {
            background-color: #fff !important;
          }
        }
      }
    }
  }

  @media (max-width: 1980px) {
    .warpper-search {
      .content {
        top: 350px;
      }
    }
  }

  @media (max-width: 1700px) {
    .warpper-search {
      .content {
        top: 300px;
      }
    }
  }

  @media (max-width: 1440px) {
    .warpper-search {
      .content {
        top: 200px;
      }
    }
  }

  @media (max-width: 1199px) {
    .warpper-search {
      height: 50px;

      /* .background {
        img {
          object-position: 50% 100%;
        }
      } */

      .content {
        padding: 0 45px;
        top: 150px;
      }
    }
  }

  @media (max-width: 991px) {
    .warpper-search {
      height: 50px;
    }
  }

  @media (max-width: 768px) {
    .warpper-search {

      .content {
        padding: 0 10px;
        top: 150px;

        .box-centent {
          padding: 20px;
        }
      }
    }
  }

  @media (max-width: 700px) {
    .warpper-search {
      .content {
        padding: 0 10px;
        top: 130px;
      }
    }
  }

  @media (max-width: 600px) {
    .warpper-search {
      .content {
        padding: 0 10px;
        top: 100px;
      }
    }
  }

  @media (max-width: 575px) {
    .warpper-search {

      .content {
        padding: 0 10px;

        .box-centent {
          padding: 20px;
        }
      }
    }
  }

  @media (max-width: 500px) {
    .warpper-search {
      .content {
        padding: 0 10px;
        top: 80px;
      }
    }
  }

  @media (max-width: 400px) {
    .warpper-search {
      .content {
        padding: 10px;
        top: 60px;
      }
    }
  }

}

.our-services {
  padding-top: 670px;

  .card-our-services {
    padding-bottom: 50px;

    .card-header {
      position: relative;
      text-align: center;
      margin-bottom: 50px;

      h2 {
        font-size: var(--fz-title);
        font-weight: var(--fw-title);
        color: var(--fc-title);
        margin: 0;

        &::after {
          content: "";
          position: absolute;
          display: block;
          width: 50px;
          height: 3px;
          background: #333333;
          left: 0;
          right: 0;
          bottom: -10px;
          margin: auto;
        }
      }
    }

    .card-content {
      /* display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 5px; */
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 100px;

      p {
        font-size: 24px;
        font-weight: bold;
      }

      /* .card-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;

        .img-menu {
          width: 90px;
          height: 100px;
          margin-bottom: 5px;

          object {
            width: 100%;
            height: 100%;
          }
        }

        .text-menu {
          text-align: center;

          strong {
            font-size: 18px;
            font-weight: bold;
            color: #333333;
          }
        }
      } */
    }
  }

  @media (max-width: 1980px) {
    & {
      padding-top: 550px;
    }
  }

  @media (max-width: 1440px) {
    & {
      padding-top: 400px;
    }
  }

  @media (max-width: 1199px) {
    & {
      padding-top: 500px;

      .card-our-services {
        .card-content {
          padding: 0 10px;
        }
      }
    }
  }

  @media (max-width: 991px) {}

  @media (max-width: 768px) {
    & {
      padding-top: 620px;
    }
  }

  @media (max-width: 575px) {
    & {
      padding-top: 600px;

      .card-our-services {

        .card-header {
          margin-bottom: 30px;
        }

        .card-content {

          .card-menu {
            .img-menu {
              width: 75px;
              height: 130px;
              margin-bottom: 0px;
            }
          }

        }
      }

    }
  }

  @media (max-width: 425px) {
    & {

      .card-our-services {

        .card-content {

          padding: 0;
          gap: 0;

          .card-menu {
            .img-menu {
              width: 90px;
              height: 120px;
            }

            .text-menu {
              strong {
                font-size: 14px;
              }
            }
          }

        }
      }

    }
  }

}

.news-home {
  .container {
    display: flex;
    justify-content: center;
  }

  .card-news {
    width: 100%;
    max-width: 1100px;
    padding: 50px 0;

    .card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 24px;

      .wrapper-header-trip {
        h2 {
          font-size: var(--fz-title);
          color: var(--fc-title);
          margin: 0;
        }
      }

      .view-all {
        a {
          text-align: end;
          display: block;
          color: var(--text-bus);
          margin-top: 20px;
          text-decoration: none;
        }
      }
    }

    .card-content {
      a {
        text-decoration: none;

        .card-img {
          position: relative;
          overflow: hidden;
          border-radius: 10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          height: 200px;
          transition: 0.3s;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
          }

          &:hover {
            transform: scale(1.05);
          }
        }
      }
    }
  }
}

.modalNews {
  .btn-close-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 999999;
    pointer-events: auto;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}

.popular-trips {
  .card-popular-trips {
    padding: 50px 0;

    .card-header {
      display: flex;
      justify-content: center;
      position: relative;
      margin-bottom: 24px;

      .wrapper-header-trip {
        max-width: 1100px;
        width: 100%;

        h2 {
          font-size: var(--fz-title);
          color: var(--fc-title);
          margin: 0;
        }
      }
    }

    .card-content {
      display: flex;
      justify-content: center;

      .wrapper-trip {
        position: relative;
        max-width: 1100px;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.3s;
        margin: 10px 0;
        padding: 20px;

        .box-img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          border-radius: 10px;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
          }

          @media (max-width:768px) {
            margin-bottom: 20px;
          }
        }

        .box-departure,
        .box-arrival {
          text-align: center;

          p {
            font-size: 30px;
            font-weight: bold;
            margin: 0;
            color: #333333;
          }

          span {
            font-size: 16px;
            font-weight: 500;
            color: #333333;
          }

          @media (max-width:768px) {
            margin-bottom: 20px;
          }
        }

        .arrow-icon {
          color: var(--theme-bus);
        }

        .box-time-service {
          display: grid;
          text-align: center;

          i {
            font-size: 20px;
            color: #000000;
          }

          strong {
            font-size: 16px;
            font-weight: 800;
            color: #333333;
          }

          .time-unit {
            font-size: 16px;
            font-weight: 500;
            padding-top: 10px;
            color: #6c6c6c;
          }

          a {
            display: block;
            text-decoration: none;
            font-size: 14px;
            color: #6c6c6c;
            margin-top: 10px;
          }

          @media (max-width:768px) {
            margin-bottom: 20px;
          }
        }

        .box-button {
          display: grid;
          text-align: center;
          padding: 10px;

          strong {
            font-size: 32px;
            font-weight: bold;
            color: var(--fc-green);
          }

          button {
            padding: 10px 20px;
            background-color: var(--theme-bus);
            color: #ffffff;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            margin-top: 10px;
            cursor: pointer;
            text-decoration: none;
          }

          @media (max-width:768px) {
            margin-bottom: 20px;
          }
        }

        &:hover {
          transform: scale(1.02);
        }

        @media (max-width: 575px) {
          & {
            padding: 20px 0 0 0;
          }
        }
      }

      .wrapper-trip:hover {
        background-color: #f9f9f9;
      }


    }

  }
}

.gallery {
  background-color: #F4F4F4;

  .card-gallery {
    padding: 50px 0;

    .card-header {
      display: flex;
      justify-content: center;
      position: relative;
      margin-bottom: 24px;

      .wrapper-header-gallery {
        max-width: 1100px;
        width: 100%;

        h2 {
          font-size: var(--fz-title);
          color: var(--fc-title);
          margin: 0;
        }
      }
    }

    .card-content {
      display: flex;
      justify-content: center;

      .gallery-bus {
        max-width: 1100px;
        width: 100%;

        .card-img {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden;
          border-radius: 10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          transition: 0.3s;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
          }

          &:hover {
            transform: scale(1.05);
          }
        }
      }
    }
  }
}

.banner-inc {
  position: relative;

  .card-img {
    img {
      height: 380px;
      object-fit: cover;
      width: 100%;
      opacity: 0.5;
      object-position: 10% 10%;
    }
  }

  .card-text {
    display: none;
    position: relative;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -356%);

    .text-title {
      font-size: 30px;
      font-weight: 700;
      color: #000000;
      text-align: center;
    }

    .text-link {
      text-align: center;
      font-size: 24px;
      color: #000000;

      a {
        font-size: 24px;
        color: #000000;
        text-decoration: none;
      }
    }
  }

  .card-text-nd {
    position: relative;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -270%);

    .text-title {
      font-size: 30px;
      font-weight: 700;
      color: #000000;
      text-align: center;
    }

    .text-link {
      text-align: center;
      font-size: 24px;
      color: #000000;

      a {
        font-size: 24px;
        color: #000000;
        text-decoration: none;
      }
    }
  }
}

.about {
  .wrapper-row {
    display: flex;
    justify-content: center;

    .wrapper-body {
      max-width: 1100px;
      width: 100%;
      padding: 20px;

      .text-header {
        margin: 30px 0;

        h2 {
          font-weight: bold;
          font-size: 30px;
        }
      }

      .content {
        display: flex;
        flex-direction: column;

        .content-card {
          background-color: #f9f9f9;
          border-radius: 5px;
          padding: 20px;
          margin-bottom: 30px;

          p {
            font-size: 16px;
            color: var(--fc-title);
            line-height: 1.6;

            strong {
              font-weight: bold;
              color: var(--theme-bus);
              margin-right: 5px;
              margin-left: 5px;
            }
          }

          .row-slogan {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;

            .slogan {
              display: flex;
              flex-direction: column;
              align-items: center;
              text-align: center;

              strong {
                border: 1px solid var(--theme-bus);
                padding: 10px 20px;
                border-radius: 50px;
                font-size: 18px;
                color: var(--theme-bus);
              }

              span {
                margin-top: 10px;
                font-size: 16px;
                font-weight: bold;
                color: var(--fc-title);
              }
            }

            @media (max-width: 576px) {
              & {
                grid-template-columns: 1fr;
              }
            }
          }

          h3 {
            font-size: 24px;
            color: var(--fc-title);
            margin-top: 10px;
            margin-bottom: 5px;
          }

          h4 {
            font-size: 20px;
            color: var(--fc-title);
            margin-top: 20px;
            margin-bottom: 10px;
          }

          h5 {
            font-size: 18px;
            color: var(--fc-title);
            margin-top: 15px;
            margin-bottom: 10px;
          }

          ul {
            list-style-type: disc;
            padding-left: 20px;
            margin-top: 10px;

            li {
              font-size: 16px;
              color: var(--fc-title);
              line-height: 1.6;
              margin-bottom: 5px;
            }
          }
        }
      }

      @media (max-width: 575px) {
        & {
          padding: 10px;

          .text-header {
            margin: 20px 0;

            h2 {
              font-size: 24px;
            }
          }

          .content {
            .content-card {
              padding: 15px;

              h3 {
                font-size: 20px;
              }

              h4 {
                font-size: 18px;
              }

              h5 {
                font-size: 16px;
              }
            }
          }
        }
      }
    }
  }
}

.timetables {
  .wrapper-row {
    display: flex;
    justify-content: center;

    .wrapper-body {
      max-width: 1100px;
      width: 100%;
      padding: 20px;

      .text-header {
        margin: 30px 0;

        h2 {
          font-weight: bold;
          font-size: 30px;
        }
      }

      .content {
        .timetables-content {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
          max-width: 1100px;
          width: 100%;

          .table-route {
            margin-bottom: 40px;

            h3 {
              font-size: 18px;
              margin-bottom: 15px;

              a {
                color: var(--theme-bus);
                text-decoration: none;
              }
            }

            .table-time {
              table {
                width: 100%;
                border-collapse: collapse;
                text-align: center;
                border-radius: 3px;
                overflow: hidden;

                thead {
                  th {
                    color: #fff;
                    background-color: var(--theme-bus);
                    border: solid 3px var(--theme-bus);
                    font-size: 16px;
                    padding: 10px 5px;
                  }
                }

                tbody {
                  tr {
                    td {
                      border: solid 3px var(--theme-bus);
                      font-size: 14px;
                      font-weight: bold;
                      padding: 10px 5px;

                    }
                  }
                }
              }
            }
          }
        }
      }

      @media (max-width: 575px) {
        & {
          padding: 10px;

          .text-header {
            margin: 20px 0;

            h2 {
              font-size: 24px;
            }
          }

          .content {
            .timetables-content {
              grid-template-columns: 1fr;

              .table-route {
                h3 {
                  font-size: 16px;
                }

                .table-time {
                  table {
                    thead {
                      th {
                        font-size: 14px;
                      }
                    }

                    tbody {
                      tr {
                        td {
                          font-size: 12px;
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

.news {
  .wrapper-row {
    display: flex;
    justify-content: center;

    .wrapper-body {
      max-width: 1100px;
      width: 100%;
      padding: 20px;

      .text-header {
        margin: 30px 0;

        h2 {
          font-weight: bold;
          font-size: 30px;
        }
      }

      .content {
        .news-content {
          max-width: 1100px;
          width: 100%;
        }

        .card {
          margin-bottom: 20px;
          border: 1px solid #ddd;
          border-radius: 5px;
          padding: 0px;
          overflow: hidden;

          .card-img-top {
            height: 350px;
            border-radius: 5px 5px 0 0;
            object-fit: cover;
            transition: all 0.3s ease;

            &:hover {
              transform: scale(1.05);
            }
          }

          .card-text {
            font-weight: bold;
          }
        }

        .detail {
          font-size: 16px;
          margin-bottom: 0px;
          color: var(--fc-title);
        }

        .paginationjs {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 20px;

          .paginationjs-pages {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;

            li {
              list-style: none;
              margin: 0 5px;
              padding: 5px 10px;
              border: 1px solid #ddd !important;
              border-radius: 5px;
              cursor: pointer;

              a {
                background-color: #fff;
                color: var(--title-color);
                text-decoration: none;
              }

              &.active {
                background-color: #fff;
                border-color: var(--theme-bus);

                a {
                  color: var(--theme-bus);
                  background-color: #fff !important;
                }
              }
            }
          }

          .paginationjs-prev,
          .paginationjs-next {
            margin: 0 10px;
            padding: 5px 10px;
            border: 1px solid #ddd;
            border-radius: 5px !important;
            cursor: pointer;

            a {
              color: var(--title-color);
              text-decoration: none;
            }

            &.disabled {
              cursor: not-allowed;
              opacity: 0.5;
            }
          }
        }
      }

      @media (max-width: 575px) {
        & {
          padding: 10px;

          .text-header {
            margin: 20px 0;

            h2 {
              font-size: 24px;
            }
          }

          .content {

            .news-content {
              max-width: 100%;
              width: 100%;
            }

            .card {

              .card-img-top {
                height: 200px;
              }
            }
          }
        }
      }
    }
  }
}

.news-detail {
  .wrapper-row {
    display: flex;
    justify-content: center;

    .wrapper-body {
      max-width: 1100px;
      width: 100%;
      padding: 20px;

      .text-header {
        margin: 30px 0;

        h2 {
          font-weight: bold;
          font-size: 30px;
        }
      }

      .content {
        .content-image {
          text-align: center;
          margin-bottom: 20px;

          img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
          }
        }

        .content-detail {
          font-size: 16px;
          line-height: 1.8;
          color: #333;
          margin-bottom: 0px;

          p {
            margin-bottom: 15px;
          }

          img {
            max-width: 100%;
            height: auto;
          }

          a {
            color: var(--theme-bus);
            text-decoration: none;
            margin: 0 5px;
          }
        }

        .content-meta {
          display: flex;
          flex-direction: column;
          gap: 10px;
          font-size: 14px;
          color: #333333;

          .time,
          .views {
            display: flex;
            align-items: center;

            i {
              margin-right: 5px;
            }
          }
        }
      }

      @media (max-width: 575px) {
        & {
          padding: 10px;

          .text-header {
            margin: 20px 0;

            h2 {
              font-size: 24px;
            }
          }

          .content {
            .content-detail {
              font-size: 14px;
              line-height: 1.6;
            }

            .content-meta {
              font-size: 12px;

              .time,
              .views {
                i {
                  margin-right: 3px;
                }
              }
            }
          }
        }
      }
    }
  }
}

.container-footer {
  position: relative;
  width: 100%;

  @media (max-width: 767px) {
    .container {
      max-width: 100%;
    }
  }

  .card-popular-routes {
    background-color: #F4F4F4;
    padding: 30px 0;

    .container {
      display: flex;
      justify-content: center;
      align-items: center;

      .card-wapper {
        max-width: 1100px;
        width: 100%;

        .card-header {
          position: relative;
          padding-bottom: 15px;
          text-align: start;

          h2 {
            font-size: var(--fz-title);
            color: var(--fc-title);
            margin: 0;
          }
        }

        .card-content {

          .card-link-img {
            a {
              position: relative;
              text-decoration: none;
              display: flex;
              flex-direction: column;
              justify-content: start;
              gap: 10px;

              .card-img {
                position: relative;
                overflow: hidden;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                transition: 0.3s;

                &:hover {
                  transform: scale(1.05);
                }

                img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  object-position: center;
                }

                .card-overlay {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-color: rgba(0, 0, 0, 0.5);
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  opacity: 0.5;
                }
              }

              .card-text {
                position: absolute;
                bottom: 0;
                width: 100%;
                padding: 10px 0;
                text-align: center;

                strong {
                  font-size: 16px;
                  font-weight: 900;
                  color: #ffffff;
                }
              }

            }
          }

          .card-link {
            a {
              text-decoration: none;

              .card-text {
                text-align: start;

                strong {
                  font-size: 16px;
                  font-weight: 900;
                  color: var(--theme-bus);
                }
              }

            }
          }

        }
      }
    }
  }

  .card-footer {
    background-color: #000000;

    .container {
      display: flex;
      justify-content: center;

      .card-wapper {
        max-width: 1100px;
        width: 100%;
        padding: 50px 0 30px 0;

        .card-content-left {

          h2 {
            font-size: 24px;
            font-weight: var(--fw-title);
            color: #ffffff;
            margin: 0;
          }

          h2:first-child {
            margin-bottom: 10px;
          }

          h2:nth-child(3) {
            margin-top: 20px;
            margin-bottom: 10px;
          }

          strong {
            font-size: 16px;
            font-weight: bold;
            color: #ffffff;
          }

          a {
            text-decoration: none;
            display: block;
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
            margin-top: 10px;

            &:hover {
              color: #ffffff;
            }
          }
        }

        .card-content-center {
          .card-menu {
            h2 {
              font-size: 24px;
              color: #ffffff;
              margin: 0;
            }

            a {
              text-decoration: none;
              display: block;
              font-size: 16px;
              font-weight: 400;
              color: #ffffff;
              margin-top: 10px;

              &:hover {
                color: #ffffff;
              }
            }
          }

          @media (max-width: 767px) {
            & {
              margin-top: 20px;
              margin-bottom: 10px;
            }
          }
        }

        .card-content-right {
          .card-payment-channel {
            .card-header {
              h2 {
                font-size: 24px;
                color: #ffffff;
                margin: 0;
                margin-bottom: 10px;
              }
            }

            .card-content {
              .card-list {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;

                img {
                  width: auto;
                  height: 30px;
                }
              }
            }
          }

          .card-download {
            .card-header {
              h2 {
                font-size: 24px;
                color: #ffffff;
                margin: 0;
                margin-top: 20px;
                margin-bottom: 10px;
              }
            }

            .card-content {
              .card-list {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;

                a {
                  text-decoration: none;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  padding: 0;

                  img {
                    width: auto;
                    height: 40px;
                  }
                }
              }
            }
          }

          @media (max-width: 768px) {
            .card-payment-channel {
              .card-header {
                margin-top: 20px;
                margin-bottom: 10px;
              }
            }

            .card-download {
              .card-header {
                margin-top: 20px;
                margin-bottom: 10px;
              }
            }
          }
        }

        .card-bottom {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 20px;

          .card-copyright {
            display: flex;
            align-items: center;
            gap: 5px;

            span {
              font-size: 16px;
              font-weight: 400;
              color: #ffffff;
            }

            a {
              text-decoration: none;
              font-weight: bold;
              color: #ffffff;
            }
          }

          .card-referral {
            display: flex;

            a {
              text-decoration: none;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0;
              font-size: 16px;
              font-weight: 400;
              color: #ffffff;

              &:hover {
                color: #ffffff;
              }

              &:last-child {
                color: #ff6700;
                font-weight: bold;
              }
            }

            span {
              font-size: 16px;
              font-weight: 400;
              color: #ffffff;
            }
          }

          @media (max-width: 622px) {
            & {
              flex-direction: column;
              align-items: center;
              justify-content: center;
            }
          }

          @media (max-width: 550px) {
            flex-direction: column;

            .card-copyright {
              margin-bottom: 10px;
            }
          }

          @media (max-width: 340px) {
            & {
              margin-top: 20px;

              .card-copyright {
                strong {
                  display: grid;
                  text-align: center;
                }
              }

              .card-referral {
                display: grid;
                text-align: center;
              }
            }
          }

        }
      }
    }
  }

}

.contact-us {
  .wrapper-row {
    display: flex;
    justify-content: center;

    .wrapper-body {
      max-width: 1100px;
      width: 100%;
      padding: 20px;

      .text-header {
        margin: 30px 0;

        h2 {
          font-weight: bold;
          font-size: 30px;
        }
      }

      .content {
        .contact-info {
          .contact-company {
            border: 1px solid var(--text-bus);
            border-radius: 5px;
            padding: 10px 15px;

            h3 {
              font-weight: bold;
              font-size: 20px;
              margin-top: 10px;
              color: var(--theme-bus);
            }

            p {
              font-size: 16px;
              line-height: 1.5;
            }
          }

          .contact-social {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 15px;
            margin-top: 20px;

            .social-item {
              border-radius: 5px;
              margin-bottom: 15px;

              &:nth-child(1) {
                background-color: var(--theme-bus);
                border: 1px solid var(--theme-bus);
              }

              &:nth-child(2) {
                background-color: var(--green);
                border: 1px solid var(--green);
              }

              &:nth-child(3) {
                background-color: var(--blue);
                border: 1px solid var(--blue);
              }

              a {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-decoration: none;
                padding: 15px;

                i {
                  font-size: 30px;
                  color: #fff;
                  margin-top: 10px;
                }

                p {
                  color: #fff;
                  margin: 0;
                  font-size: 16px;
                }
              }
            }
          }
        }

        .contact-form {
          border: 1px solid var(--text-bus);
          border-radius: 5px;
          padding: 15px;

          h3 {
            font-weight: bold;
            font-size: 20px;
            color: var(--theme-bus);
            margin-bottom: 20px;
          }

          .form {
            .form-floating {
              margin-bottom: 15px;

              .form-control:focus {
                border-color: var(--theme-bus);
                box-shadow: unset;
              }

              &.company {
                position: absolute;
                left: -9999px;
                top: -9999px;
                height: 0;
                overflow: hidden;
              }

              &.callback {
                margin-top: 15px;
                margin-bottom: 15px;

                span {
                  font-size: 16px;
                }

                .form-check-label {
                  font-size: 16px;
                }

                .form-check-input:checked {
                  background-color: var(--theme-bus);
                  border-color: var(--theme-bus);

                  &:focus {
                    box-shadow: 0 0 0 0.25rem rgba(128, 53, 172, 0.25);
                  }
                }
              }

              textarea.form-control {
                height: 100px;
              }

              label::after {
                background-color: unset !important;
              }
            }

            .form-group {
              .btn-contact {
                background-color: var(--theme-bus);
                color: #fff;
                border: none;
                padding: 10px 20px;
                border-radius: 5px;
                font-size: 16px;
                width: 100%;
                cursor: pointer;
              }
            }
          }
        }
      }

      @media (max-width: 768px) {
        & {
          .content {
            .contact-info {
              .contact-social {
                grid-template-columns: 1fr 1fr;
              }
            }
          }
        }
      }

      @media (max-width: 575px) {
        & {
          padding: 10px;

          .text-header {
            margin: 20px 0;

            h2 {
              font-size: 24px;
            }
          }

          .content {
            .contact-info {
              .contact-company {
                h3 {
                  font-size: 18px;
                }

                p {
                  font-size: 14px;
                }
              }

              .contact-social {
                grid-template-columns: 1fr;

                .social-item {
                  a {
                    p {
                      font-size: 14px;
                    }
                  }
                }
              }
            }

            .contact-form {
              h3 {
                font-size: 18px;
              }

              .form {
                .form-floating {
                  textarea.form-control {
                    height: 80px;
                  }
                }

                .form-group {
                  .btn-contact {
                    font-size: 14px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}