.faqs-banner {
  position: relative; }
  .faqs-banner .faqs-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%; }
    .faqs-banner .faqs-title h1 {
      color: #fff; }
  @media (max-width: 767.98px) {
    .faqs-banner .faqs-title {
      top: auto;
      bottom: 0;
      transform: inherit;
      left: 0;
      width: 100%;
      display: flex;
      padding: 100px 16px 24px 16px;
      flex-direction: column;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%); }
      .faqs-banner .faqs-title h1 {
        color: #fff; } }

.faqs-form {
  background: #FAFAFA;
  padding: 72px 0; }
  .faqs-form .faqs-form-wrap {
    max-width: 1000px;
    margin: 0 auto; }
  .faqs-form h2 {
    margin-bottom: 40px;
    text-align: center; }
  .faqs-form .faqs-form-support {
    gap: 20px; }
    .faqs-form .faqs-form-support .faqs-form-col {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px);
      padding: 0; }
      .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-title {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 12px 32px;
        font-weight: 700;
        background: linear-gradient(136deg, #CAF0FF -0.23%, #00A0FA 47.85%, #007ED4 93.13%);
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin: 0; }
      .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content {
        background: #fff;
        border: 1px solid #CAF0FF;
        padding: 24px 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        min-height: 100px; }
        .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul {
          display: flex;
          flex-wrap: wrap;
          gap: 12px 32px;
          justify-content: center; }
          .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li svg {
            margin-right: 8px; }
          .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li span {
            font-size: 18px;
            font-weight: 600;
            font-family: "Exo";
            color: #007ED4;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: 6%;
            /* 1.08px */
            text-underline-offset: 35%;
            /* 6.3px */
            text-underline-position: from-font; }
      .faqs-form .faqs-form-support .faqs-form-col:nth-child(2) .faqs-form-col-title {
        background: linear-gradient(90deg, #FFB76D -14.12%, #FF8D32 28.19%, #FF6C0A 67.64%, #FF5200 104.81%); }
      .faqs-form .faqs-form-support .faqs-form-col:nth-child(2) .faqs-form-col-content {
        border: 1px solid #FFD5A5; }
  .faqs-form .faqs-form-tracking {
    margin-bottom: 16px; }
    .faqs-form .faqs-form-tracking form {
      border-radius: 8px;
      border: 1px solid #FFECD3;
      background: #FFF7EC;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      padding: 4px; }
      .faqs-form .faqs-form-tracking form svg {
        position: absolute;
        left: 12px;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 20px; }
      .faqs-form .faqs-form-tracking form input {
        padding: 4px 4px 4px 40px;
        flex: 9;
        background: transparent;
        border: 0;
        color: #171717; }
      .faqs-form .faqs-form-tracking form button {
        flex: 1;
        background: linear-gradient(90deg, #FF5200 0%, #FF6C0A 100%);
        color: #fff;
        padding: 6px 20px;
        border-radius: 4px;
        border: 0;
        white-space: nowrap; }
  @media (max-width: 991.98px) {
    .faqs-form {
      padding: 48px 0 0;
      background: linear-gradient(180deg, #FAFAFA 28.07%, #FFF8ED 100%); }
      .faqs-form h2 {
        margin-bottom: 24px; }
      .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-title {
        font-size: 15px; }
      .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content {
        height: auto;
        min-height: 200px;
        padding: 16px 12px; }
        .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul {
          justify-content: flex-start; }
          .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li {
            flex: 0 0 100%; }
            .faqs-form .faqs-form-support .faqs-form-col .faqs-form-col-content ul li span {
              font-size: 13px; } }
  @media (max-width: 767.98px) {
    .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-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: linear-gradient(170deg, #FFF8ED 6.97%, #FFF2E0 100.99%);
  padding: 64px 0;
  /* Search Box Styles */
  /* Sidebar Menu Styles */
  /* Content Area Styles */
  /* FAQ List Styles */ }
  .faqs-section h2 {
    margin-bottom: 20px; }
  .faqs-section .row {
    min-height: 100%;
    border-radius: 12px;
    overflow: hidden; }
  .faqs-section .search-box {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 32px;
    border-radius: 8px;
    padding: 6px 6px 6px 12px;
    background: #fff; }
    .faqs-section .search-box input {
      min-height: 46px;
      border: 0;
      padding: 8px; }
    .faqs-section .search-box .btn-faq-search {
      background-color: #FF6C0A;
      color: white;
      padding: 9px 32px;
      border-radius: 4px;
      border: none;
      font-size: 18px;
      font-weight: 600;
      font-family: "Exo"; }
  .faqs-section .sidebar-menu {
    background: white;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    height: 100%; }
    .faqs-section .sidebar-menu .nav-link {
      color: #737373;
      padding: 8px 16px;
      transition: all 0.3s ease;
      font-weight: 400;
      font-size: 20px;
      margin-bottom: 8px; }
      .faqs-section .sidebar-menu .nav-link:hover, .faqs-section .sidebar-menu .nav-link.active {
        color: #007ED4;
        background: linear-gradient(152.34deg, #FBFEFF -8.26%, #E3F6FF 93.65%);
        border-radius: 4px;
        font-weight: 700; }
  .faqs-section .content-area {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    height: 100%; }
  .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(0deg, rgba(10, 10, 10, 0.2) 0.23%, transparent 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;
      font-family: "Exo", sans-serif;
      font-weight: 600;
      line-height: 1.4;
      font-size: 24px; }
  .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;
      gap: 16px;
      border-radius: 4px;
      transition: all 0.5s ease;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 4px; }
      .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 #FFF7EC;
        background: #FFF7EC; }
        .faqs-section .faq-list .faq-item:hover .faq-item-content h3 a {
          color: #FF6C0A; }
        .faqs-section .faq-list .faq-item:hover .faq-item-content .faq-item-arrow svg path {
          stroke: #FF6C0A; }
  .faqs-section .faq-detail {
    padding: 32px; }
  @media (max-width: 991.98px) {
    .faqs-section {
      padding: 48px 0; }
      .faqs-section h2 {
        margin-bottom: 10px; }
      .faqs-section .search-box {
        margin-bottom: 24px; }
      .faqs-section .sidebar-menu {
        padding: 12px; }
        .faqs-section .sidebar-menu ul {
          flex-wrap: nowrap;
          overflow-x: auto;
          white-space: nowrap; }
          .faqs-section .sidebar-menu ul li .nav-link {
            font-size: 15px;
            padding: 8px 16px;
            margin: 0; }
      .faqs-section .faq-list {
        padding: 8px 0px; }
        .faqs-section .faq-list .faq-item {
          padding: 8px;
          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; } }

/* Support Section */
.support-section {
  background: url("https://cdn.hstatic.net/files/200000472237/file/support-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  color: #0A0A0A; }
  .support-section .container {
    position: relative;
    z-index: 1; }
  .support-section h2 {
    margin-bottom: 40px;
    text-align: center; }
  .support-section .support-section-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    .support-section .support-section-lists .item {
      flex: 0 0 calc(33.333% - 16px);
      max-width: calc(33.333% - 16px);
      border-radius: 12px;
      border: 1px solid #E3F6FF;
      background: #fff;
      display: flex;
      padding: 30px 24px;
      gap: 32px; }
      .support-section .support-section-lists .item .icon {
        flex: 0 0 48px;
        max-width: 48px;
        height: 48px; }
      .support-section .support-section-lists .item .content {
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px); }
        .support-section .support-section-lists .item .content .title {
          font-weight: 700;
          font-size: 20px; }
        .support-section .support-section-lists .item .content .desc {
          font-size: 20px; }
        .support-section .support-section-lists .item .content .buttons {
          margin-top: 8px; }
          .support-section .support-section-lists .item .content .buttons a {
            color: #fff; }
            .support-section .support-section-lists .item .content .buttons a:hover {
              color: #007ED4; }
      .support-section .support-section-lists .item .txt-big {
        color: #FF6C0A;
        font-size: 36px;
        font-weight: 600;
        letter-spacing: -1px;
        font-family: "Exo"; }
        .support-section .support-section-lists .item .txt-big a {
          color: #FF6C0A; }
      .support-section .support-section-lists .item .txt-small {
        font-size: 20px;
        font-weight: 400; }
  @media (max-width: 991.98px) {
    .support-section {
      padding: 48px 0; }
      .support-section h2 {
        margin-bottom: 24px; }
      .support-section .support-section-lists {
        display: flex;
        flex-wrap: wrap;
        gap: 8px; }
        .support-section .support-section-lists .item {
          flex: 0 0 100%;
          max-width: 100%;
          border-radius: 12px;
          padding: 12px;
          gap: 8px; }
          .support-section .support-section-lists .item .icon {
            flex: 0 0 32px;
            max-width: 32px;
            height: 32px; }
            .support-section .support-section-lists .item .icon svg {
              width: 32px;
              height: 32px; }
          .support-section .support-section-lists .item .content {
            flex: 0 0 calc(100% - 40px);
            max-width: calc(100% - 40px); }
            .support-section .support-section-lists .item .content .title {
              font-size: 15px; }
            .support-section .support-section-lists .item .content .desc {
              font-size: 15px; }
            .support-section .support-section-lists .item .content .buttons {
              margin-top: 8px; }
              .support-section .support-section-lists .item .content .buttons a {
                color: #fff;
                padding: 10px 16px; }
                .support-section .support-section-lists .item .content .buttons a:hover {
                  color: #007ED4; }
          .support-section .support-section-lists .item .txt-big {
            font-size: 24px; }
            .support-section .support-section-lists .item .txt-big a {
              color: #FF6C0A; }
          .support-section .support-section-lists .item .txt-small {
            font-size: 15px;
            font-weight: 400; } }
