:root {
  --font: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif; }

.faqs-form {
  background: #FAFAFA;
  padding-bottom: 64px; }
  .faqs-form .faqs-form-wrap {
    max-width: 970px;
    margin: -60px auto 0;
    background: #fff;
    z-index: 999;
    position: relative;
    border-radius: 12px; }
  .faqs-form .faqs-form-tracking {
    padding: 8px; }
    .faqs-form .faqs-form-tracking form {
      display: flex;
      justify-content: space-between;
      position: relative;
      gap: 12px;
      background: #E9F8F7;
      border: 1px solid #E4E7E7;
      border-radius: 18px;
      padding: 14px;
      box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.25);
      margin-bottom: 30px; }
      .faqs-form .faqs-form-tracking form .innertracking {
        position: relative;
        padding-left: 46px;
        width: 100%;
        height: 100%; }
      .faqs-form .faqs-form-tracking form svg {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 20px; }
      .faqs-form .faqs-form-tracking form input {
        border: 0;
        background: transparent;
        outline: none;
        font-family: var(--font);
        font-size: 16px;
        color: #111;
        width: 100%;
        height: 50px; }
        .faqs-form .faqs-form-tracking form input::placeholder {
          color: #9AA1A1; }
      .faqs-form .faqs-form-tracking form button {
        flex: none;
        border: 0;
        cursor: pointer;
        background: #00A19A;
        color: #fff;
        font-family: var(--font);
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .2px;
        padding: 8px 36px;
        border-radius: 8px;
        transition: background .2s ease, transform .1s ease; }
        .faqs-form .faqs-form-tracking form button:hover {
          background: #007D77; }
  .faqs-form h2 {
    text-align: center;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    margin: 0 0 30px;
    color: #111111; }
  .faqs-form .faqs-form-support {
    gap: 12px;
    padding: 0 20px 20px; }
    .faqs-form .faqs-form-support .faqs-form-col {
      flex: 0 0 calc(50% - 6px);
      max-width: calc(50% - 6px); }
      .faqs-form .faqs-form-support .faqs-form-col h3 {
        background: linear-gradient(135deg, #00A19A 0%, #007D77 100%);
        margin: 0;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        padding: 20px;
        border-radius: 18px 18px 0 0; }
      .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content {
        background: #E9F8F7;
        padding: 20px 20px;
        border-radius: 0 0 18px 18px;
        min-height: 100px; }
        .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 18px 20px; }
          .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li a {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            text-decoration: none; }
            .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li a svg {
              flex: none;
              color: #111111; }
            .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li a span {
              transition: color .2s ease; }
            .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li a:hover span {
              color: #00A19A;
              text-decoration: underline; }
      .faqs-form .faqs-form-support .faqs-form-col:nth-child(2) h3 {
        background: linear-gradient(135deg, #2B2B2B 0%, #111111 100%); }
      .faqs-form .faqs-form-support .faqs-form-col:nth-child(2) .faqs-form-col-content {
        background: #F4F5F5; }
  @media (max-width: 991.98px) {
    .faqs-form {
      padding-bottom: 32px; }
      .faqs-form .faqs-form-tracking form .innertracking {
        flex: 8; }
      .faqs-form .faqs-form-tracking form button {
        flex: 2; }
      .faqs-form .faqs-form-support {
        padding: 0 15px 15px; }
        .faqs-form .faqs-form-support .faqs-form-col h3 {
          padding: 14px 12px;
          font-size: 14px; }
        .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content {
          height: auto;
          min-height: 200px;
          padding: 14px 12px; }
          .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul {
            gap: 12px 10px;
            grid-template-columns: 1fr; }
          .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li a {
            font-size: 12px; } }
  @media (max-width: 767.98px) {
    .faqs-form .faqs-form-tracking form {
      flex-wrap: wrap; }
      .faqs-form .faqs-form-tracking form .innertracking {
        flex: 100%; }
      .faqs-form .faqs-form-tracking form button {
        flex: 100%; }
    .faqs-form .faqs-form-support {
      padding: 0 15px 15px; }
      .faqs-form .faqs-form-support .faqs-form-col {
        flex: 0 0 100%;
        max-width: 100%; }
        .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content {
          height: auto;
          min-height: inherit; }
    .faqs-form .faqs-form-wrap {
      margin-top: -16px; }
    .faqs-form .faqs-form-tracking {
      font-size: 12px; }
    .faqs-form .faqs-form-support .faqs-form-col-content h3 {
      font-size: 14px; }
    .faqs-form .faqs-form-support .faqs-form-col-content ul li svg {
      width: 18px;
      height: 18px; }
    .faqs-form .faqs-form-support .faqs-form-col-content ul li span {
      font-size: 12px; } }

.faqs-section {
  background: #F5F5F5;
  padding: 64px 0;
  /* Search Box Styles */
  /* Sidebar Menu Styles */
  /* Content Area Styles */
  /* FAQ List Styles */
  /* FAQ Detail */ }
  .faqs-section .row {
    min-height: 100%;
    overflow: hidden; }
  .faqs-section .search-box {
    margin-bottom: 44px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between; }
    .faqs-section .search-box h2 {
      margin-bottom: 0;
      font-size: clamp(24px, 3vw, 40px);
      width: 45%;
      font-weight: 700; }
    .faqs-section .search-box .input-group {
      width: 45%;
      padding: 8px 8px 8px 20px;
      border-radius: 4px;
      border: 1px solid  #F5F5F5;
      background: #FFF; }
    .faqs-section .search-box .input-group-append {
      margin: 0; }
    .faqs-section .search-box input {
      padding: 0;
      min-height: 40px;
      outline: none !important;
      border: none !important;
      background: none !important;
      font-size: 16px;
      box-shadow: none !important;
      color: #0A0A0A; }
      .faqs-section .search-box input:placeholder {
        color: #171717; }
    .faqs-section .search-box .btn-search {
      margin-left: 10px;
      min-height: 40px;
      font-size: 16px; }
  .faqs-section .sidebar-menu {
    padding: 0 20px 0 0;
    height: 100%; }
    .faqs-section .sidebar-menu .nav {
      gap: 12px; }
    .faqs-section .sidebar-menu .nav-link {
      color: #737373;
      padding: 12px 24px;
      transition: all 0.3s ease;
      font-weight: 400;
      font-size: 20px;
      border-radius: 2px;
      background: #FAFAFA; }
      .faqs-section .sidebar-menu .nav-link:hover, .faqs-section .sidebar-menu .nav-link.active {
        color: #fff;
        background: #00A19A;
        font-weight: 700;
        border-radius: 2px; }
  .faqs-section .content-area {
    height: 100%;
    border-radius: 2px;
    border: 1px solid  #E5E5E5;
    background: #fff; }
  .faqs-section .city-banner {
    position: relative;
    min-height: 290px; }
    .faqs-section .city-banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(360deg, #0064AB 0.23%, rgba(182, 227, 255, 0) 100.17%);
      z-index: 2; }
    .faqs-section .city-banner img {
      width: 100%;
      height: 100%;
      min-height: 290px;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .faqs-section .city-banner .banner-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      color: white;
      margin: 0;
      z-index: 3; }
  .faqs-section .faq-list {
    padding: 32px;
    max-height: 1080px;
    overflow-y: auto; }
    .faqs-section .faq-list .faq-item {
      border-bottom: 1px solid #E5E5E5;
      padding: 16px;
      cursor: pointer;
      border-radius: 4px;
      transition: all 0.5s ease;
      margin-bottom: 4px; }
      .faqs-section .faq-list .faq-item .faq-question {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; }
      .faqs-section .faq-list .faq-item .faq-item-avatar {
        position: relative;
        aspect-ratio: 3/2;
        flex: 0 0 168px;
        max-width: 168px; }
        .faqs-section .faq-list .faq-item .faq-item-avatar img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          right: 0;
          bottom: 0;
          object-fit: cover; }
      .faqs-section .faq-list .faq-item .faq-item-content {
        flex: 0 0 calc(100% - 184px);
        max-width: calc(100% - 184px);
        position: relative;
        padding-right: 100px; }
        .faqs-section .faq-list .faq-item .faq-item-content h3 {
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 6px;
          overflow: hidden;
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .faqs-section .faq-list .faq-item .faq-item-content .desc {
          overflow: hidden;
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .faqs-section .faq-list .faq-item .faq-item-content .faq-item-arrow {
          position: absolute;
          right: 0;
          top: 0;
          width: 24px;
          height: 24px; }
      .faqs-section .faq-list .faq-item:hover {
        border-bottom: 1px solid #E9F8F7;
        background: #E9F8F7; }
        .faqs-section .faq-list .faq-item:hover .faq-item-content h3 a {
          color: #00A19A; }
        .faqs-section .faq-list .faq-item:hover .faq-item-content .faq-item-arrow svg path {
          stroke: #00A19A; }
  .faqs-section .faq-detail {
    display: none;
    padding: 32px 24px;
    margin-bottom: 8px; }
    .faqs-section .faq-detail .faq-detail-head {
      display: flex;
      align-items: center;
      width: 100%;
      cursor: pointer;
      margin-bottom: 20px;
      font-weight: 700; }
      .faqs-section .faq-detail .faq-detail-head svg {
        display: inline-block; }
      .faqs-section .faq-detail .faq-detail-head span {
        display: inline-block;
        margin-left: 8px; }
  @media (max-width: 991.98px) {
    .faqs-section {
      padding: 32px 0; }
      .faqs-section .sidebar-menu {
        padding: 0 0 24px 0; }
        .faqs-section .sidebar-menu .nav-link {
          font-size: 16px; }
      .faqs-section .search-box {
        flex-direction: column;
        margin-bottom: 32px;
        justify-content: center; }
        .faqs-section .search-box h2 {
          width: 100%;
          text-align: center; }
        .faqs-section .search-box .input-group {
          width: 100%; }
      .faqs-section .faq-list {
        padding: 8px 0px; }
        .faqs-section .faq-list .faq-item {
          padding: 8px; }
          .faqs-section .faq-list .faq-item .faq-question {
            gap: 12px; }
          .faqs-section .faq-list .faq-item .faq-item-avatar {
            position: relative;
            flex: 0 0 168px;
            max-width: 168px; }
            .faqs-section .faq-list .faq-item .faq-item-avatar img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              right: 0;
              bottom: 0;
              object-fit: cover; }
          .faqs-section .faq-list .faq-item .faq-item-content {
            flex: 0 0 calc(100% - 180px);
            max-width: calc(100% - 180px);
            position: relative;
            padding-right: 36px; }
            .faqs-section .faq-list .faq-item .faq-item-content h3 {
              font-size: 15px; } }
  @media (max-width: 767.98px) {
    .faqs-section .search-box .form-control, .faqs-section .search-box .btn {
      font-size: 12px; }
    .faqs-section .sidebar-menu .nav-link {
      padding: 8px 16px;
      font-size: 14px; } }

/* Support Section */
.support-section {
  background: url("https://file.hstatic.net/200000962736/file/cta_section_bg.png");
  background-size: cover;
  background-position: center;
  padding: 64px 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff; }
  .support-section .container {
    position: relative;
    z-index: 1; }
  .support-section h2 {
    margin-bottom: 8px;
    color: #fff; }
  .support-section .des {
    color: #fff; }
  @media (max-width: 767.98px) {
    .support-section {
      padding: 32px 0; }
      .support-section h2 {
        font-size: 24px;
        line-height: 32px; }
      .support-section .btn-contact {
        margin-top: 15px; } }
