/* Lost-Dog-CSS-Tript */
.lostdogdrop ul {
    padding: 16px !important;
  }
  .lostdogdrop .dropdown-menu img {
    width: 22px;
    height: 22px;
  }
  .lost-dog-listing .missing-card {
    margin: auto;
    border-radius: 15px;
    margin-bottom: 24px;
    overflow: scroll;
    box-shadow: -1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      0px -1px 1px 0px rgba(152, 162, 179, 0.12),
      0px 1px 1px 0px rgba(152, 162, 179, 0.12);
    height: 568px;
  }
  .lost-dog-listing .status-badge,
  .lost-dog-listing .reward-badge {
    font-size: 0.875rem;
    border-radius: 12px;
    padding: 4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lost-dog-listing .status-badge {
    background-color: #ffe6e6;
    color: #d9534f;
  }
  .lost-dog-listing .reward-badge {
    background-color: #e0f7e0;
    color: #28a745;
  }
  
  .lost-dog-listing .pet-image {
    width: 100%;
    height: auto;
  }
  .lost-dog-listing .card-body {
    padding: 20px;
  }
  .lost-dog-listing .report-btn {
    background-color: #028090;
    color: white;
    width: 100%;
    font-weight: bold;
  }
  .lost-dog-listing .report-btn:hover {
    background: var(--Primary-700, #0d6a68);
  }
  .lost-dog-listing .report-btn:active {
    /* outline: none; */
    text-decoration: none;
    background: var(--Primary-600, #0e7775);
    box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
    color: white;
  }
  
  .lost-dog-listing .report-btn.found {
    border-radius: 24px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  
  /* CSS for desktop/general */
  .lost-dogs {
    padding: 120px 80px 0px 80px;
  }
  
  .missing-dogs-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 0;
  }
  
  .missing-dogs-top .title {
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    padding: 0;
    margin: 0;
  }
  
  .missing-dogs-top .description {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .report-a-missing-dog-button {
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    width: 216px;
    color: var(--White, #fff);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .report-a-missing-dog-button:hover {
    background: var(--Primary-700, #0d6a68);
    color: var(--White, #fff);
  }
  
  .report-a-missing-dog-button:active {
    background: var(--Primary-600, #0e7775);
    box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
    color: var(--White, #fff);
  }
  
  .missing-dogs-bottom {
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-top: 0;
    border-radius: 24px;
    border: 1px solid var(--Gray-50, #f9fafb);
    background: var(--Grays-White, #fff);
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    display: flex;
    margin-bottom: 24px;
  }
  
  .missing-dogs-search-input {
    width: 100%;
    border: none;
    color: var(--Gray-500, #667085);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    outline: none;
  }
  
  .missing-card {
    display: flex;
    box-shadow: -1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      0px -1px 1px 0px rgba(152, 162, 179, 0.12),
      0px 1px 1px 0px rgba(152, 162, 179, 0.12);
  }
  
  .overlaybg h2 {
    color: #1d2939;
  }
  
  .missing-card .image-overlay {
    display: flex;
    position: absolute;
    width: 95%;
    justify-content: space-between;
    left: 16px;
    top: 16px;
  }
  
  .missing-card .image-overlay-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .missing-card-body {
    padding: 8px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .missing-card-body .title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    height: 20px;
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
  }
  
  .missing-card-body p {
    margin: 0px;
    margin-top: 8px;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  
  .missing-card-body .report-btn {
    margin-top: 8px;
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    border: none;
  }
  
  .missing-card-body .breed {
    overflow: hidden;
    color: var(--Primary-500, #108482);
    text-overflow: ellipsis;
  
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
  }
  
  .missing-card-body .age {
    overflow: hidden;
    color: var(--Gray-500, #667085);
    text-overflow: ellipsis;
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .missing-card .pet-image {
    height: 338px;
    align-self: stretch;
    object-fit: contain;
  }
  
  .lost-dogs .report-a-missing-dog-button-mobile {
    display: none;
  }
  
  .pagination-dog {
    margin-bottom: 0;
    padding-bottom: 36px;
    padding: 0px 0px 36px 0px;
    align-items: center;
  }
  
  .lost-dogs .page-link {
    border: none;
  }
  
  .pagination-dog .previous {
    color: var(--Gray-400, #98a2b3);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .pagination-dog .previous-active {
    color: var(--Gray-600, #475467);
  }
  
  .pagination-dog .page-link.previous.previous-active svg path {
    fill: var(--Gray-600, #475467);
  }
  
  .lost-dogs
    .pagination-dog.lost-dog-pagination-mobileview
    .page-link.previous.previous-active
    svg
    path {
    fill: var(--Gray-600, #475467);
  }
  
  .pagination-dog .next {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .pagination-dog .page-number-div .page-link {
    color: var(--Gray-500, #667085);
    text-align: center;
  
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding: 8px 14px;
  }
  
  .pagination-dog .page-number-div {
    align-items: center;
  }
  
  .pagination-dog .page-number-div .page-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pagination-dog .page-number-div .page-item:hover {
    background: #fcfcfd;
    border-radius: 50%;
  }
  
  .pagination-dog .page-number-div .selected {
    color: var(--Gray-700, #344054);
    text-align: center;
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    background-color: #d8d8d8;
    border-radius: 50%;
    background: #fcfcfd;
    border: 3px solid #f6f6f6;
  }
  
  .pagination-dog .page-number-div .selected .page-link {
    color: var(--Gray-700, #344054);
  }
  
  .lost-dogs hr {
    margin: 0;
  }
  
  .pagination-dog.lost-dog-pagination-mobileview {
    display: none !important;
  }
  
  /* Responsive media queries */
  @media (max-width: 768px) {
    .lost-dogs {
      padding: 0;
      padding-top: 62px;
    }
    .missing-dogs {
      margin: 0;
      padding: 16px;
    }
  
    .missing-dogs-left .title {
      color: var(--Gray-800, #1d2939);
  
      /* Display md/Medium */
      font-family: "Be Vietnam Pro";
      font-size: 36px;
      font-style: normal;
      font-weight: 500;
      line-height: 44px; /* 122.222% */
      letter-spacing: -0.72px;
    }
  
    .missing-dogs-left .description {
      overflow: hidden;
      color: var(--Gray-600, #475467);
      text-overflow: ellipsis;
  
      /* Text md/Regular */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      padding: 16px 0;
    }
    .missing-dogs-top {
      margin: 0;
    }
    .missing-dogs-bottom {
      margin: 0;
    }
  
    .missing-dogs-right {
      display: none;
    }
  
    .lost-dogs .report-a-missing-dog-button-mobile {
      display: block;
      width: -webkit-fill-available;
      margin-top: 16px;
    }
  
    .lost-dog-listing {
      padding: 0 16px;
    }
  
    .lost-dogs .image-overlay {
      left: 12px;
      top: 14px;
    }
  
    .lost-dog-listing .image-overlay-left {
      flex-direction: row;
      gap: 8px;
    }
  
    .lost-dog-listing .image-overlay-left .status-badge {
      margin: 12px 4px;
    }
  
    .lost-dog-listing .image-overlay-left .reward-badge {
      margin: 12px 4px;
    }
  
    .missing-card-body .report-btn {
      padding: 10px 12px;
      margin-top: 8px;
    }
  
    .missing-card-body .description {
      overflow: hidden;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .lost-dogs {
      margin: 0;
      padding: 98px 32px 24px 32px;
    }
  
    .lost-dogs .report-a-missing-dog-button {
      display: none;
    }
  
    .missing-dogs .description {
      padding-top: 16px;
    }
  
    .lost-dogs .report-a-missing-dog-button-mobile {
      display: block;
      padding: 10px 18px;
    }
  
    .missing-card .pet-image {
      height: 338px;
    }
  
    .missing-card .image-overlay {
      top: 8px;
      left: 10px;
    }
  
    .lost-dog-listing .status-badge,
    .lost-dog-listing .reward-badge {
      padding: 4px 12px;
    }
  
    .missing-card-body .description {
      overflow: hidden;
    }
  }
  
  @media (max-width: 576px) {
    .pagination-dog .page-number-div .page-link {
      padding: 4px 10px;
    }
    .lost-dog-listing .card-body {
      padding: 10px;
    }
    .lost-dog-listing .status-badge,
    .lost-dog-listing .reward-badge {
      font-size: 0.75rem;
      padding: 6px 10px;
    }
    .lost-dog-listing .report-btn {
      font-size: 0.85rem;
      padding: 10px;
    }
    .lost-dog-listing h5.card-title {
      font-size: 1.1rem;
    }
  
    .pagination-dog {
      padding: 0px 0px 36px 0px;
    }
  
    .pagination-dog.lost-dog-pagination-webview {
      display: none !important;
    }
  
    .pagination-dog.lost-dog-pagination-mobileview {
      display: flex !important;
      margin: 0 32px;
    }
  
    .pagination-dog.lost-dog-pagination-mobileview .page-number-div {
      color: var(--Gray-800, #1d2939);
      font-family: "Be Vietnam Pro";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
    }
  }
  
  /* CSS for report-lost-dog-form Tript */
  /* for desktop/general */
  
  .report-lost-dog-modal {
    padding-top: 110px;
  }
  .report-lost-dog-form {
    background-color: #ffffff;
    border-radius: 16px;
    background: var(--Grays-White, #fff);
  }
  
  .report-lost-dog-form .field-label {
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .report-lost-dog .field-text {
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .report-lost-dog .field-text::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .report-lost-dog .help-text {
    color: var(--Gray-500, #667085);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    align-self: stretch;
  }
  
  .report-lost-dog-form .form-container {
    max-width: 400px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .report-lost-dog-form .last-location-seen-icon {
    border-right: none;
    background-color: white;
  }
  
  .report-lost-dog-form .gender-btn {
    border: 1px solid var(--Gray-300, #d0d5dd);
    padding: 10px 16px;
  }
  
  .report-lost-dog-form .btn-all {
    border-radius: 30px 0 0 30px;
  }
  
  .report-lost-dog-form .btn-female {
    border-radius: 0px 30px 30px 0px;
  }
  
  .report-lost-dog-form .header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;
  }
  
  .report-lost-dog-form .header .title {
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
  }
  
  .report-lost-dog-form .header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .report-lost-dog-form .header .header-top .header-top-left {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .report-lost-dog-form .header-disclaimer {
    margin: 8px 0;
    padding-left: 28px;
    color: var(--Gray-700, #344054);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  
  .report-lost-dog-form .field-column {
    margin-top: 16px;
  }
  
  .report-lost-dog-form .dog-gender {
    color: var(--Gray-800, #1d2939);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .report-lost-dog-form .upload-image {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .report-lost-dog-form hr {
    margin: 0;
  }
  
  .report-lost-dog-form .input-field .form-label {
    margin: 0;
    margin-bottom: 6px;
    color: var(--Gray-800, #1d2939);
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .report-lost-dog-form .upload-image svg {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid var(--Primary-500, #108482);
    background: var(--Grays-White, #fff);
    cursor: pointer;
  }
  
  .report-lost-dog-form .upload-image .field-label,
  .report-lost-dog-form .upload-image .field-label .help-text {
    margin: 0;
    padding: 0;
  }
  
  .report-lost-dog-form .input-captcha {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .report-lost-dog-form .reward-optional {
    color: var(--Gray-600, #475467);
  }
  
  .report-lost-dog-form .post-button {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
  }
  
  .report-lost-dog-form .post-button button {
    display: flex;
    width: 306px;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    border: none;
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  .report-lost-dog-form .post-button button:hover {
    background: var(--Primary-700, #0d6a68);
  }
  
  .report-lost-dog-form .post-button button:active {
    background: var(--Primary-600, #0e7775);
    box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
  }
  
  .report-lost-dog-form .input-field .form-control {
    padding: 10px 14px;
    color: var(--Gray-500, #667085);
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Grays-White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  
  .report-lost-dog-form .input-field .form-text {
    color: var(--Gray-500, #667085);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .report-lost-dog-form .header h5 {
    margin: 0;
  }
  
  .report-lost-dog-form .gender-buttons .gender-btn {
    width: 100%;
  }
  
  .report-lost-dog-form .gender-buttons .gender-btn {
    display: flex;
    height: 50px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    color: var(--Gray-800, #1d2939);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    cursor: pointer;
  }
  
  .report-lost-dog-form .gender-buttons .gender-btn.active {
    color: white;
    background: var(--Primary-500, #108482);
  }
  
  .report-lost-dog-form .upload-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .report-lost-dog-form .upload-section .upload-icon {
    font-size: 24px;
    color: #007bff;
    cursor: pointer;
  }
  
  .report-lost-dog-form .reward-label {
    margin-bottom: 0;
    margin-top: 16px;
  }
  
  .report-lost-dog-form .last-location-seen-text {
    border-left: none !important;
  }
  
  /* CSS For Dog Parks */
  
  /* media Generic and Desktop */
  .parkview .icon-top-right {
    display: flex;
    gap: 16px;
  }
  
  .parkview .amenities-main-title {
    align-items: center;
    margin-bottom: 16px;
  }
  
  .parkview .amenity-card {
    margin: 0;
    margin-right: 8px;
    width: 100px;
    height: 90px;
    flex: 0 0 auto;
  }
  
  .parkview .weather-widget {
    margin: 24px 0;
    border: none;
    padding: 0;
  }
  
  .parkview .weatherdisplay {
    position: relative;
  }
  
  .parkview .weather-title {
    color: var(--Gray-800, #1d2939);
    width: 181px;
    height: 34px;
    /* Display xs/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 16px;
    display: flex;
  }
  
  .parkview .weather-details-left {
    position: absolute;
    margin: 11px 0 13px 15px;
    z-index: 99;
  }
  
  .parkview .weather-info {
    display: flex;
    /* width: 24px; */
    height: 24px;
    padding: 2px;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
  }
  
  .parkview .weather-info img {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px;
    justify-content: center;
    align-items: center;
  }
  
  .parkview .weather-info-text {
    color: var(--White, #fff);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  
  .parkview .weather-temperature {
    color: var(--White, #fff);
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
  }
  
  .parkview .weather-temperature span {
    position: relative;
    top: -28px;
    right: 2px;
  }
  
  .parkview .weather-temperature span img {
    width: 12px;
    height: 12px;
  }
  
  .parkview .weather-feels {
    position: relative;
    top: -8px;
    color: var(--White, #fff);
    font-family: "Be Vietnam Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    line-height: 150%;
  }
  
  .weather-widget .three-hour-weather-container {
    display: none;
    gap: 15px;
  }
  
  .weather-widget .three-hour-weather-container.extend {
    display: flex;
  }
  
  .weather-widget .three-hour-weather {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    height: fit-content;
    min-width: fit-content;
  }
  
  .weather-widget .three-hour-weather .time {
    color: var(--White, #fff);
    font-family: "Be Vietnam Pro";
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  
  .weather-widget .three-hour-weather .weather-temperature {
    font-size: 12px;
  }
  
  .weather-widget .three-hour-weather .weather-temperature span {
    top: -10px;
    right: -1px;
  }
  
  .weather-widget .three-hour-weather .weather-temperature span img {
    height: 4px;
  }
  
  .weather-widget .week-forecast-container {
    display: none;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
  }
  
  .weather-widget .week-forecast-container.extend {
    display: flex;
  }
  
  .weather-widget .week-forecast-container .week-day {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-right: 1px solid var(--Gray-200, #e4e7ec);
    padding: 10px 8px;
    cursor: pointer;
  }
  
  .weather-widget .week-forecast-container .week-day img {
    filter: hue-rotate(180deg) brightness(0.2) saturate(1);
  }
  
  .parkview .weather-details-right {
    display: flex;
    position: absolute;
    right: 10px;
    z-index: 99;
  }
  
  .parkview .location-details {
    display: inline-flex;
    height: 24px;
    padding: 6px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(146, 198, 198, 0.5);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 12px;
    left: -60px;
    overflow: hidden;
    color: var(--White, #fff);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
  
  .parkview .location-details span {
    display: flex;
    width: 16px;
    height: 16px;
    padding: 1px 2.545px 1px 2px;
    justify-content: center;
    align-items: center;
  }
  
  .parkview .weather-background-image img {
    border-radius: 22px;
    height: 125px;
    object-fit: cover;
    object-position: top;
  }
  
  .parkview .weather-background-image img.extend {
    border-radius: 22px 22px 0 0;
    height: 177px;
  }
  
  .parkview .weather-animation-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .parkview .weather-animation-image.extend {
    height: 80%;
  }
  
  .parkview .weather-dog {
    width: 176px;
    height: 125px;
    flex-shrink: 0;
    overflow: hidden;
  }
  
  .parkview .weather-dog.extend {
    height: 177px;
  }
  
  .parkview .weather-dropdown {
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    box-shadow: 0px 2px 4px 4px rgba(152, 162, 179, 0.12);
    right: 15px;
    top: 11px;
    cursor: pointer;
  }
  
  .parkview .weather-dropdown img {
    display: flex;
    width: 10px;
    height: 10px;
    padding: 3px 0px 2px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  
  .parkview .weather-dropdown.extend img {
    transform: rotate(180deg);
  }
  
  .parkview #myTab {
    display: flex;
    justify-content: space-around;
  }
  
  .parkview .nav-item.nav-tabs .nav-item {
    flex: 1; /* Makes each tab take up half the space */
    text-align: center;
  }
  
  .parkview .nav-link {
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent; /* Default border for non-active tabs */
    color: black;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
    color: var(--Gray-600, #475467);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding: 10px 16px;
  }
  
  .parkview .nav-tabs .nav-link.active {
    color: var(--Primary-500, #108482); /* Green font color for active tab */
    border-bottom: 2px solid var(--Primary-500, #108482); /* Green border for active tab */
    background-color: #f8f9fa; /* Optional: add background color for active tab */
  }
  
  .parkview .post-card {
    margin: 16px auto;
    max-width: 500px;
    border-radius: 0;
    border: none;
  }
  
  .parkview .post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
  }
  
  .parkview .post-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  .parkview .post-header .username {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: lowercase;
  }
  
  .parkview .post-header-left {
    gap: 8px;
  }
  
  .parkview .post-header-right {
    gap: 8px;
  }
  .parkview .post-header .follow-btn {
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    padding: 10px 12px;
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .parkview .post-image {
    margin-top: 12px;
    width: 100%;
    height: 390px;
  }
  
  .parkview .post-content {
    margin-top: 8px;
    color: var(--Gray-800, #1d2939);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview .post-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #aaa;
    margin-top: 8px;
    gap: 8px;
  }
  
  .parkview .post-footer .view-comments-link {
    height: 20px;
    width: auto;
    color: var(--Primary-500, #108482);
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview .post-footer .post-engagement {
    gap: 16px;
    align-items: center;
    height: 24px;
  }
  
  .parkview .post-footer .post-engagement span {
    color: var(--Gray-600, #475467);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    display: flex;
    gap: 4px;
    align-items: center;
  }
  
  .parkview .comments {
    font-size: 0.875rem;
  }
  
  .parkview .comment-user {
    font-weight: bold;
    margin-right: 4px;
  }
  
  .parkview .comment-icon {
    font-size: 1.2rem;
    color: #00cc66;
  }
  
  .parkview .comments {
    color: var(--Gray-500, #667085);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview .comments a {
    color: var(--Gray-500, #667085);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  .parkview .comments .comment-user {
    color: var(--Gray-800, #1d2939);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview .main-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .parkview .main-review-header .header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  
  .parkview .main-review-header .header-left .rating-overall {
    color: var(--Gray-600, #475467);
  
    /* Display xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
  }
  
  .parkview .main-review-header .header-left .rating-count {
    color: var(--Gray-600, #475467);
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .parkview .main-review-header .header-right .add-review {
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  .parkview .review .review-list .review-card {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Grays-White, #fff);
  
    /* card/profile/drop shadow */
    box-shadow: -1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      0px -1px 1px 0px rgba(152, 162, 179, 0.12),
      0px 1px 1px 0px rgba(152, 162, 179, 0.12);
    margin: 1px;
  }
  
  .parkview .review .review-list .review-card .card-header {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 8px;
  }
  
  .parkview .review .review-list .review-card .card-header .header-center {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .parkview
    .review
    .review-list
    .review-card
    .card-header
    .header-left
    .user-thumbnail {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat,
      url(<path-to-image>) lightgray 50% / cover no-repeat;
  }
  
  .parkview
    .review
    .review-list
    .review-card
    .card-header
    .header-center
    .user-name {
    overflow: hidden;
    color: var(--Gray-800, #1d2939);
    text-overflow: ellipsis;
  
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  
  .parkview
    .review
    .review-list
    .review-card
    .card-header
    .header-center
    .review-count {
    overflow: hidden;
    color: var(--Primary-500, #108482);
    text-overflow: ellipsis;
  
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  
  .parkview .review .review-list .review-card .card-header .header-center .stars {
    display: flex;
    gap: 6px;
  }
  
  .parkview .review .review-list .review-card .content {
    display: flex;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
  
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  
  .parkview .review .review-list .review-card .card-header .header-right {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 0px 2px;
    justify-content: center;
    align-items: center;
  }
  
  .parkview .review .review-list .review-card .pics {
    display: flex;
    gap: 8px;
  }
  
  .parkview .review .review-list .review-card .pics img {
    border-radius: 4px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat,
      var(--Grays-White, #fff);
  }
  
  .parkview .review .review-list .review-card .meta-info {
    display: flex;
    justify-content: space-between;
  }
  
  .parkview .review .review-list .review-card .meta-info .meta-info-left {
    display: flex;
    gap: 4px;
  }
  
  .parkview
    .review
    .review-list
    .review-card
    .meta-info
    .meta-info-left
    .like-btn {
    display: none;
  }
  
  .parkview
    .review
    .review-list
    .review-card
    .meta-info
    .meta-info-left
    .like-btn.active {
    display: block;
    cursor: pointer;
  }
  
  .parkview .review .review-list .review-card .meta-info .meta-info-left .likes {
    color: var(--Gray-600, #475467);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview .review .review-list .review-card .meta-info .meta-info-right {
    overflow: hidden;
    color: var(--Gray-500, #667085);
    text-overflow: ellipsis;
  
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  
  .park-view .content-right-view-park .park-map {
    height: 289px;
    align-self: stretch;
    border-radius: 32px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    background-color: #667085;
  }
  
  .parkview .content-right-view-park .title {
    height: 34px;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
  
    /* Display xs/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
  }
  
  .parkview .content-right-view-park .park-list {
    padding: 16px 8px 0 0;
  }
  
  .parkview .content-right-view-park .park-list .park-card .card-img-top {
    height: 280px;
    border-radius: 16px;
    background: var(--Grays-White, #fff);
  
    /* card/profile/drop shadow */
    box-shadow: -1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      0px -1px 1px 0px rgba(152, 162, 179, 0.12),
      0px 1px 1px 0px rgba(152, 162, 179, 0.12);
    object-position: 50% 50%;
  }
  
  .parkview .content-right-view-park .park-list .park-card .card-body {
    margin: 10px 0 0 0;
    padding: 0 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .parkview .content-right-view-park .park-list .park-card .card-body {
    margin: 10px 0 0 0;
    padding: 0 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .parkview .content-right-view-park .park-list .park-card .card-body .header {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
  
  .parkview
    .content-right-view-park
    .park-list
    .park-card
    .card-body
    .header
    .park-name {
    flex: 1;
    overflow: hidden;
    color: var(--Gray-800, #1d2939);
    text-overflow: ellipsis;
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    padding-left: 8px;
    margin: 0;
  }
  
  .parkview
    .content-right-view-park
    .park-list
    .park-card
    .card-body
    .header
    .buttonflw {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview
    .content-right-view-park
    .park-list
    .park-card
    .card-body
    .header
    .buttonflw-secondary {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Primary-500, #108482);
    border: 1px solid var(--Primary-500, #108482);
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview
    .content-right-view-park
    .park-list
    .park-card
    .card-body
    .header
    svg {
    display: flex;
    width: 15px;
    height: 19px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .parkview .content-right-view-park .park-list .park-card .card-body .center {
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
  
    /* Text sm/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  
  .parkview .content-right-view-park .park-list .park-card .card-body .footer {
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    display: flex;
    align-items: center;
  }
  
  .parkview
    .content-right-view-park
    .park-list
    .park-card
    .card-body
    .footer
    .star-svg {
    width: 16px;
    height: 16px;
  }
  
  .parkview
    .content-right-view-park
    .park-list
    .park-card
    .card-body
    .footer
    .dot-svg {
    margin: 0 8px;
  }
  
  .parkview
    .content-right-view-park
    .park-list
    .park-card
    .card-body
    .footer
    .star-rating {
    padding-left: 2px;
  }
  
  .parkview .top-left-icons .live-label {
    border-radius: 8px;
    background: rgba(146, 198, 198, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .parkview .parkview-button-follow-mobile {
    display: none;
  }
  
  .parkview .parkview-button-follow-mobile-secondary {
    display: none;
  }
  
  .parkview button {
    border-width: 0;
  }
  
  .parkview .park-view-description-bottom-part-mobile {
    display: none;
  }
  
  .parkview .park-view-description-bottom-part {
    margin-top: 10px;
  }
  
  .parkview .dividerpark-mobile {
    display: none;
  }
  
  .parkview .park-map img {
    height: 289px;
    width: 100%;
    border-radius: 32px;
  }
  
  .parkview .mobile-park-view-hr {
    display: none;
  }
  
  .parkview .amenities-view-park .amenity-card-list {
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
  }
  
  .parkview .amenities-view-park .amenity-card-list::-webkit-scrollbar {
    height: 6px;
  }
  
  .parkview #myTab li {
    flex: 1;
  }
  
  .parkview .content-left-view-park .tab-content {
    height: auto;
  }
  
  .parkview .park-feed.no-data-found {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    justify-content: center;
    padding: 60px;
  }
  
  .parkview .parkview-button-add-post {
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
  }
  
  .parkview .add-post-div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .parkview .park-view-bottom-part .tab-content {
    overflow-y: auto;
  }
  .parkview .add-post-div button {
    width: 42%;
  }
  
  /* ParkView CSS for Mobile View */
  @media (max-width: 576px) {
    .parkview {
      padding: 0;
      padding-top: 64px;
    }
  
    .parkview .parkview-row {
      margin-right: 0px;
    }
  
    .parkview .parkview-row .park-gallery {
      padding: 0px;
    }
  
    .parkview .breadcrumb-park {
      padding: 8px 16px 10px 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
  
    .parkview .park-image {
      border-radius: 0;
    }
  
    .parkview .top-left-icons .live-label {
      top: 16px;
      left: 16px;
      padding: 6px;
    }
  
    .parkview .icon-top-right {
      top: 16px;
      right: 16px;
      gap: 8px;
    }
  
    .parkview .see-gallery-btn {
      bottom: 16px;
      right: 50%;
      left: auto;
      transform: translateX(50%);
    }
  
    .parkview .view-park-detail {
      margin: 8px 16px 0 16px;
      width: fit-content;
    }
  
    .parkview .view-park-detail h1 {
      color: var(--Gray-800, #1d2939);
  
      /* Display xs/Medium */
      font-family: "Be Vietnam Pro";
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px; /* 133.333% */
      display: flex;
      align-items: center;
      gap: 16px;
      padding-bottom: 16px;
    }
  
    .parkview .view-park-detail .parkview-button-follow {
      display: none;
    }
    .parkview .view-park-detail .parkview-button-follow-secondary {
      display: none;
    }
  
    .parkview .parkview-button-follow-mobile {
      border-radius: 24px;
      background: var(--Primary-500, #108482);
      display: flex;
      height: 35px;
      padding: 5px 18px;
      justify-content: center;
      align-items: center;
      /* gap: 8px; */
      flex-shrink: 0;
      align-self: stretch;
      color: var(--White, var(--Grays-White, #fff));
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      /* width: 100%; */
      border-width: 0;
    }
  
    .parkview .parkview-button-follow-mobile-secondary {
      border-radius: 24px;
      background: var(--White, var(--Grays-White, #fff));
      display: flex;
      height: 35px;
      padding: 5px 18px;
      justify-content: center;
      align-items: center;
      /* gap: 8px; */
      flex-shrink: 0;
      align-self: stretch;
      color: var(--Primary-500, #108482);
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      /* width: 100%; */
      border: 1px solid var(--Primary-500, #108482);
      transition: background 0.2s, color 0.2s;
    }
  
    .parkview .parkview-button-follow-mobile-secondary:hover {
      background: var(--Primary-50, #e6f4f3);
      color: var(--Primary-700, #0d6a68);
    }
    .parkview .park-view-bottom-part {
      margin: 0px;
      display: flex;
      flex-direction: column;
    }
  
    .parkview .park-view-bottom-part .content-left-view-park {
      padding-right: 0;
    }
  
    .parkview .park-view-bottom-part .dividerpark {
      display: none;
    }
  
    .parkview .park-view-bottom-part .content-left-view-park {
      order: 1;
      padding: 0 16px;
    }
  
    .parkview .park-view-bottom-part .content-right-view-park {
      order: 0;
      padding: 0;
    }
  
    .parkview .park-view-description-bottom-part {
      display: none;
    }
  
    .parkview .park-view-description-bottom-part-mobile {
      display: block;
      padding: 16px 16px 0 16px;
    }
  
    .parkview .dividerpark-mobile {
      width: 95%;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      display: block;
    }
  
    .parkview .content-right-view-park hr {
      display: none;
    }
  
    .parkview .content-right-view-park hr {
      display: none;
    }
  
    .parkview .park-map {
      margin: 24px 16px;
    }
    .parkview .content-right-view-park .title {
      color: var(--Gray-800, #1d2939);
  
      /* Display sm/Medium */
      font-family: "Be Vietnam Pro";
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: 38px; /* 126.667% */
      padding: 0 16px;
    }
  
    .parkview .content-right-view-park .park-list {
      padding-top: 0;
      max-height: none;
    }
  
    .parkview .content-right-view-park .park-card {
      padding-top: 0;
      margin: 24px 16px;
      display: flex;
      align-items: flex-start;
      gap: 8px;
      flex-direction: row;
      align-items: center;
    }
    .parkview .content-right-view-park .park-list .park-card .card-img-top {
      height: 89px;
      width: 89px;
    }
  
    .parkview .mobile-park-view-hr {
      display: block !important;
      width: 95%;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }
  
    .parkview
      .content-right-view-park
      .park-list
      .park-card
      .card-body
      .header
      button {
      display: none;
    }
  
    .parkview .amenities-hr {
      display: none;
    }
  
    .parkview .amenities-view-park-amenities {
      margin-bottom: 0;
    }
  
    .parkview .amenities-view-park-review {
      padding: 10px 12px;
    }
  
    .parkview .amenities-view-park .amenity-card-list {
      flex-wrap: nowrap;
      overflow: scroll;
    }
  
    .parkview .amenities-view-park .amenity-card-list::-webkit-scrollbar {
      display: none;
    }
  
    .parkview .amenities-view-park .amenity-card-list .amenity-card {
      flex: 0 0 auto;
    }
  
    .parkview .weather-widget img {
      width: 100%;
      /* height: 120px; */
      border-radius: 10px;
    }
  
    .parkview .main-review-header {
      flex-direction: column;
      align-items: self-start;
      gap: 16px;
    }
  
    .parkview .main-review-header .header-right,
    .parkview .main-review-header .header-right .add-review {
      width: 100%;
    }
    .parkview .add-post-div button {
      width: 78%;
    }
  }
  
  /* ParkView CSS for Tablets */
  @media (min-width: 768px) and (max-width: 991px) {
    .parkview {
      padding-top: 72px;
    }
    .parkview .view-park-detail .parkview-button-follow {
      align-self: flex-start;
    }
    .parkview .add-post-div button {
      width: 78%;
    }
  
    .parkview .view-park-detail .view-park-detail-header .parkview-button-follow {
      align-self: self-start;
    }
  
    .parkview .park-view-bottom-part .content-left-view-park {
      width: 100%;
    }
  
    .parkview .park-view-description-bottom-part {
      display: none;
    }
  
    .parkview .park-view-description-bottom-part-mobile {
      display: block;
    }
  
    .parkview .view-read-more {
      margin-top: 8px;
      padding: 10px 0;
      margin-bottom: 0;
    }
  
    .parview .dividerpark {
      display: none;
    }
  
    .parkview .park-view-bottom-part {
      padding: 16px;
      display: flex;
      flex-direction: column;
    }
  
    .parkview .park-view-bottom-part .dividerpark {
      display: none;
    }
  
    .parkview .park-view-bottom-part .content-left-view-park {
      order: 1;
      padding: 0;
    }
  
    .parkview .park-view-bottom-part .content-right-view-park {
      order: 0;
      padding: 0;
    }
  
    .parkview .content-right-view-park .park-map {
      width: 100%;
    }
  
    .parkview .content-right-view-park .title {
      margin: 24px 0;
    }
  
    .parkview .content-right-view-park hr {
      display: none;
    }
  
    .parkview .content-right-view-park .park-list {
      padding-top: 0;
    }
  
    .parkview .amenities-view-park-amenities {
      margin: 0;
    }
  
    .parkview .amenities-view-park .amenity-card-list::-webkit-scrollbar {
      display: none;
    }
    .parkview .amenities-view-park .amenity-card-list {
      flex-wrap: nowrap;
      overflow: scroll;
    }
  
    /* .menu_fixed {
      display: none;
    } */
  }
  
  /* CSS for Suggest Pin Modal on Park Page */
  
  .suggest-pin-modal .modal-content {
    border-radius: 24px;
    background: var(--Grays-White, #fff);
  }
  
  .suggest-pin-modal .modal-body {
    justify-content: center;
  }
  
  .suggest-pin-modal .suggest-pin-form {
    padding: 20px;
  }
  
  .suggest-pin-form .header {
    display: flex;
    justify-content: space-between;
  }
  
  .suggest-pin-form .header .title {
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
  }
  
  .suggest-pin-form .field-label {
    color: var(--Gray-800, #1d2939);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .suggest-pin-form .field-text {
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .suggest-pin-form .field-text::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .suggest-pin-form hr {
    margin: 24px 0;
  }
  
  .suggest-pin-form .hr-header {
    margin: 16px 0;
  }
  
  .suggest-pin-form .name-label {
    margin-bottom: 6px;
  }
  
  .suggest-pin-form .name-label {
    margin-bottom: 16px;
  }
  
  .suggest-pin-form .park-buttons {
    display: flex;
    height: 50px;
    align-items: center;
    align-self: stretch;
  }
  
  .suggest-pin-form .park-radio-buttons .park-buttons {
    color: var(--Gray-800, #1d2939);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .suggest-pin-form .park-radio-buttons .park-buttons label {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: auto;
    align-self: stretch;
  }
  
  .suggest-pin-form .park-radio-buttons .park-buttons .btn-dogPark {
    border-radius: 30px 0px 0px 30px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Grays-White, #fff);
  }
  
  .suggest-pin-form .park-radio-buttons .park-buttons .btn-dogFriendlyArea {
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Grays-White, #fff);
  }
  
  .suggest-pin-form .park-radio-buttons .park-buttons .btn-dogBusiness {
    border-radius: 0px 24px 24px 0px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Grays-White, #fff);
  }
  
  .suggest-pin-form .upload-image {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .suggest-pin-form .upload-image span {
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .suggest-pin-form .suggest-pin-button {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 24px;
    width: 100%;
    border: none;
  }
  
  .suggest-pin-form .suggest-pin-button.active {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  /* Amenities Modal CSS */
  
  .suggest-pin-final-modal .modal-content {
    border-radius: 24px;
    background: var(--Grays-White, #fff);
  }
  .suggest-pin-final-modal .modal-body {
    justify-content: center;
  }
  
  .amenities-modal .modal-content {
    border-radius: 24px;
    background: var(--Grays-White, #fff);
  }
  .amenities-modal .modal-body {
    justify-content: center;
  }
  
  .amenities-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .amenities-form .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .amenities-form .header .title {
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
  }
  
  .amenities-form hr {
    margin: 16px 0;
  }
  
  .amenities-form .subheader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .amenities-form .subheader .title {
    color: var(--Gray-800, #1d2939);
    text-align: center;
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .amenities-form .subheader .body {
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-align: center;
    text-overflow: ellipsis;
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .amenities-form .footer {
    display: flex;
    gap: 24px;
    width: 95%;
  }
  
  .amenities-form .footer .later-button {
    display: flex;
    height: 42px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 24px;
    color: var(--Primary-500, #108482);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: none;
    background-color: white;
    cursor: pointer;
  }
  
  .amenities-form .footer .save-button {
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    display: flex;
    height: 42px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: none;
  }
  
  .amenities-form .amenity-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    width: 100%;
  }
  
  .amenities-form .amenity-list .amenity {
    display: flex;
    gap: 8px;
    margin: 6px 0;
    align-items: center;
  }
  .amenity-main-list {
    height: 500px;
    overflow-y: scroll;
  }
  .amenities-form .amenity-list .amenity .amenity-name {
    flex: 1;
    overflow: hidden;
    color: #475467;
    text-overflow: ellipsis;
    white-space: nowrap;
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  /* CSS for Suggest Pin Final Modal */
  
  .suggest-pin-final-modal .modal-body {
    padding: 17px 32px;
  }
  
  .suggest-pin-final-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
  }
  
  .suggest-pin-final-form .header {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  
  .suggest-pin-final-form .body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
  
  .suggest-pin-final-form .body .dog-gif {
    height: 272px;
    width: auto;
  }
  
  .suggest-pin-final-form .body .body-title {
    display: flex;
    height: 20px;
    padding: 0px 70px 0px 71px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  
  .suggest-pin-final-form .body .body-text {
    display: flex;
    width: 366px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    overflow: hidden;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .suggest-pin-final-form .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  
  .suggest-pin-final-form .footer button {
    border: none;
  }
  
  .suggest-pin-final-form .footer .share-button {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    width: 100%;
    white-space: nowrap;
  }
  
  .suggest-pin-final-form .footer .later-button {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    background-color: white;
    color: var(--Primary-500, #108482);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  /* CSS Fixes for HomePage */
  
  .discoverdogfrindly h2 {
    color: var(--Grays-White, #fff);
  }
  
  .dark-mode-toggle span {
    color: var(--Gray-800, #1d2939);
  
    /* Text xl/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
  }
  
  .ourfeatures .left-content p {
    color: var(--Gray-800, #1d2939);
  
    /* Text xl/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 45px;
  }
  
  .localstars .post-header .header-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .localstars .post-header .header-left .mobile-tablet {
    display: none;
  }
  
  .localstars .post-card {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .localstars .post-card .btnsmfollow {
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .sliderrating .testimonial {
    border-radius: 16px;
    background: var(--Grays-White, #fff);
  
    /* card/profile/drop shadow */
    box-shadow: -1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      0px -1px 1px 0px rgba(152, 162, 179, 0.12),
      0px 1px 1px 0px rgba(152, 162, 179, 0.12);
    display: flex !important;
    width: 358px;
    padding: 16px;
    gap: 8px;
    flex-direction: row;
    min-height: 108px;
  }
  
  .sliderrating .testimonial .profile-img {
    width: 48px;
    height: 48px;
  }
  
  .sliderrating .testimonial .rating-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .sliderrating .testimonial .rating-body .header {
    display: flex;
    gap: 4px;
  }
  
  .sliderrating .testimonial .rating-body .header .user-name {
    overflow: hidden;
    color: var(--Gray-800, #1d2939);
    text-overflow: ellipsis;
  
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
  }
  
  .sliderrating .testimonial .rating-body .header .star-rating {
    display: flex;
    gap: 6px;
  }
  
  .sliderrating .testimonial .rating-body .header .star-rating svg {
    width: 16px;
    height: 16px;
  }
  
  .sliderrating .testimonial .rating-body .body {
    color: var(--Gray-800, #1d2939);
  
    /* Text xs/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  
  .lostdogfound .row {
    margin-bottom: 32px;
    align-items: center !important;
    white-space: nowrap;
  }
  
  .lostdogfound .discoverrating {
    margin: 0;
  }
  
  /* CSS fix for Park Page */
  .serviceArea .popularitem .wrapper {
    padding: 0px 16px 16px 0px;
  }
  
  .serviceArea .popularitem .wrapper .fortitle {
    align-items: center;
  }
  
  .post-footer .actions {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  
  .post-footer .actions span {
    display: flex;
    gap: 4px;
    margin: 0;
    align-items: center;
    color: var(--Gray-600, #475467);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .blogsection .subpartblog {
    color: var(--Gray-600, #475467);
  
    /* Text xs/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    gap: 8px;
    align-items: center;
  }
  
  .blogsection .subpartblog .mr-2 {
    color: var(--Gray-700, #344054);
    text-align: center;
  
    /* Text xs/Medium */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: var(--Gray-100, #f2f4f7);
  }
  
  .popularpark .popularitem .wrapper {
    padding: 0 16px 16px 0;
  }
  
  .popularpark .popularitem .wrapper h3 {
    display: flex;
    align-items: center;
  }
  
  .popularpark .popularitem .wrapper .header {
    flex: 1;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  .popularpark .popularitem .wrapper .btn-theme-sm {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .discoverservicesmain .textrightdiscover {
    display: flex;
    justify-content: flex-end;
    color: var(--Gray-800, #1d2939);
  
    /* Text xl/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
  }
  
  .discoverservicesmain .textrightdiscover svg {
    align-self: flex-end;
  }
  
  .map-right .rightside {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .map-right .rightside .distance-svg {
    margin-right: 2px;
  }
  
  .stats.top {
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
  }
  
  .stats.bottom {
    overflow: hidden;
    color: var(--Gray-500, #667085);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
  }
  
  .map-right .rightside .bttn-close {
    position: absolute;
    top: 4px;
    right: 4px;
    transform: translateX(-50%);
    cursor: pointer;
  }
  
  .dropdown-list .slider-controls {
    justify-content: flex-end;
    gap: 16px;
  }
  
  .dropdown-list .slider-controls .clear {
    color: var(--Primary-500, #108482) !important;
    font-weight: 600;
    padding: 0 12px;
  }
  
  .dropdown-list .slider-controls .clear:hover {
    border-radius: 32px;
    background: var(--Gray-50, #f9fafb);
  }
  
  .dropdown-list .slider-controls .clear:active {
    border-radius: 32px;
    background: var(--Gray-50, #f9fafb);
    box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
  }
  
  .dropdown-list .slider-controls .apply {
    color: rgb(185, 185, 185);
    background-color: #eeebeb;
    border-radius: 24px;
    border: none;
    padding: 0 12px;
    font-weight: 600;
  }
  
  .dropdown-list .slider-controls .apply.active {
    background-color: var(--Primary-500, #108482);
    color: white;
  }
  
  .dropdown-list .slider-controls .apply.active:hover {
    background: var(--Primary-700, #0d6a68);
  }
  
  .dropdown-list .slider-controls .apply.active:active {
    background: var(--Primary-600, #0e7775);
    box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
  }
  
  .amenities-dropdown .selected-amenities {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-top: 8px;
  }
  
  .amenities-dropdown .selected-amenities span {
    display: flex;
    padding: 2px 6px 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-500, #667085);
    text-align: center;
  
    /* Text xs/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
  }
  
  /* <!-- /list view for mobile (incomplete) --> */
  /* .listPopular {
    display: none;
  }  */
  
  @media (min-width: 568px) and (max-width: 991px) {
    .carouselPopular .slick-arrow {
      display: none !important;
    }
  
    .popularpark,
    .localstars,
    .ourfeatures,
    .dogpackrating,
    .blogsection,
    .lostdogfound,
    .lost-dogs {
      margin: 0;
      max-width: 100%;
    }
  
    .carouselPopular .slick-track {
      display: flex;
      justify-content: space-between;
      width: 0 !important;
    }
  
    .carouselPopular .slick-track .box_gridpopu,
    .carouselPopular .slick-track .popularitem {
      width: 380px !important;
    }
  
    .blogsection .blogs .mobilecard {
      width: 353px;
    }
  
    .discoverdogfrindly {
      margin: 0;
    }
  
    .card-locntainer::-webkit-scrollbar,
    .card-wontainer::-webkit-scrollbar,
    .lostdogfound .desktop::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */
    }
  
    .localstars .card-locntainer,
    .card-wontainer,
    .lostdogfound .desktop {
      flex-wrap: nowrap;
      overflow-x: auto;
    }
    .localstars .card-locntainer .mobilecardloc {
      width: 353px;
    }
  
    .localstars .post-header .header-left .mobile-tablet {
      display: block;
    }
  
    .ourfeatures .left-content h2 {
      color: var(--Gray-800, #1d2939);
  
      /* Display xl/Medium */
      font-family: "Be Vietnam Pro";
      font-size: 60px;
      font-style: normal;
      font-weight: 500;
      line-height: 72px; /* 120% */
      letter-spacing: -1.2px;
    }
  
    .ourfeatures .left-content p {
      font-size: 20px;
      font-weight: 400;
      line-height: 30px; /* 150% */
    }
  
    .dogpackrating .discoverrating {
      color: var(--Gray-800, #1d2939);
  
      /* Display md/Medium */
      font-family: "Be Vietnam Pro";
      font-size: 36px;
      font-style: normal;
      font-weight: 500;
      line-height: 44px; /* 122.222% */
      letter-spacing: -0.72px;
    }
  
    .dogpackrating .rating-avg {
      color: var(--Gray-800, #1d2939);
  
      /* Text xl/Regular */
      font-family: "Be Vietnam Pro";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 150% */
    }
  
    .dogpackrating .sliderrating .testimonial {
      width: 358px !important;
    }
  
    .deskviewmap .dropdown-list::-webkit-scrollbar {
      display: none;
    }
  
    .deskviewmap .dropdown-list {
      white-space: nowrap;
      overflow: scroll;
      flex-wrap: nowrap !important;
    }
  
    .halfmap .map-right {
      padding-top: 0;
      height: auto;
    }
  
    .loadparks .popularitem .stats {
      white-space: nowrap;
    }
  
    .socialmain .btntosm {
      display: flex;
      height: 32px;
      padding: 10px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 24px;
      background: var(--Primary-500, #108482);
      color: var(--White, var(--Grays-White, #fff));
  
      /* Text sm/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; /* 142.857% */
    }
  
    .discoverservicesmain .discoverrating {
      font-size: 32px;
    }
  
    .lostdogfound .row {
      text-align: center;
    }
  
    .discoverservicesmain .textaligndis .discoverrating {
      font-size: 24px;
    }
  
    /* Tablet should match mobile styling for the User Rating section */
    .user-rating-main .app-buttons {
      display: none;
    }
  
    .user-rating-main .discoverrating {
      font-size: 24px;
      text-align: center;
      text-wrap: wrap;
    }
  
    .user-rating-main .discoverrating.rating-avg {
      color: var(--Gray-600, #475467);
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 150% */
      text-align: center;
    }
  
    .user-rating-main .textrightdiscover {
      justify-content: center;
      text-align: center;
    }
  }
  
  @media (max-width: 567px) {
    .carouselPopular {
      display: none !important;
    }
  
    .carousel-popular-mobile {
      display: flex !important;
      gap: 16px;
      overflow-x: scroll;
      flex-wrap: nowrap;
      scroll-snap-type: x mandatory;
      width: 100%;
    }
  
    .carousel-popular-mobile::-webkit-scrollbar {
      display: none;
    }
  
    .carousel-popular-mobile .box_gridpopu,
    .carousel-popular-mobile .popularitem {
      width: 285px !important;
    }
  
    .carouselPopular .slick-track .box_gridpopu,
    .carouselPopular .slick-track .popularitem {
      width: 285px !important;
    }
  
    .discoverservicesmain.dog-service-main .slick-track .slick-slide {
      width: 200px !important;
    }
  
    .textaligndis {
      text-align: center;
    }
  
    .discoverservicesmain .app-buttons {
      display: none;
    }
  
    .localstars .post-header .header-left .mobile-tablet {
      display: block;
    }
  
    .discoverservicesmain .discoverrating {
      font-size: 24px;
      text-align: center;
      text-wrap: wrap;
    }
  
    .discoverservicesmain .textaligndis .discoverrating {
      font-size: 24px;
    }
  
    .discoverrating.rating-avg {
      color: var(--Gray-600, #475467);
  
      /* Text xl/Regular */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 150% */
      text-align: center;
    }
  
    .discoverservicesmain .textrightdiscover {
      justify-content: center;
    }
  
    .lostdogfound .row {
      text-align: center;
    }
  
    .suggest-pin-final-form .body .body-title {
      font-size: 16px;
    }
  }
  
  /* CSS for Login Page */
  .loginPage {
    display: flex;
    padding-top: 125px;
    padding-bottom: 44px;
    /* Keep the login card toward the right so it doesn't cover the hero imagery */
    justify-content: flex-end;
    align-items: center;
    background-image: url("../../public/website/img/webp/login-bg.webp");
    background-size: cover;
    background-position: center;
  }
  
  .loginContainer .loginModal.popuplogin {
    width: 100%;
    margin-right: auto;
  }
  
  .loginContainer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  
  .loginContainer .loginModal {
    width: 570px;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 24px;
    background: var(--Grays-White, #fff);
    /* The Blade uses Bootstrap `col-6`; override that so the card uses its own width */
    flex: 0 0 auto;
    max-width: none;
    /* Not flush-right; give it a comfortable gutter from the right edge */
    margin-right: clamp(64px, 20vw, 530px);
  }
  
  .loginContainer .loginModal .header {
    color: var(--Gray-800, #1d2939);
    text-align: center;
  
    /* Display sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
  }
  
  .loginContainer .loginModal .form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .loginContainer .loginModal .fieldInput {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .loginContainer .loginModal .fieldInput .label {
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .loginContainer .loginModal .fieldInput .inputBox {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Grays-White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  
  .loginContainer .loginModal .form .passwordInput .passwordField {
    position: relative;
  }
  
  .loginContainer .loginModal .form .passwordInput .passwordField .inputBox {
    width: 100%;
  }
  
  .loginContainer .loginModal .form .passwordInput .passwordField svg {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  #hideIcon {
    display: none;
  }
  
  .loginContainer .loginModal .form .login-button {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .loginContainer .loginModal .form .forgot-password {
    align-self: center;
    display: flex;
    height: 48px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    color: var(--Primary-500, #108482);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  .loginContainer .loginModal .orWith {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  
  .loginContainer .loginModal .orWith span {
    color: var(--Gray-600, #475467);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  
  .loginContainer .loginModal .orWith hr {
    flex: 1;
  }
  
  .loginContainer .loginModal .button-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .loginContainer .loginModal .button-group a {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 10px;
    font-size: 20px;
  }
  
  .loginContainer .loginModal .button-group .google {
    background: var(--Grays-White, #fff);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08),
      0px 2px 3px 0px rgba(0, 0, 0, 0.17);
    color: rgba(0, 0, 0, 0.54);
    font-family: "Be Vietnam Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .loginContainer .loginModal .button-group .facebook {
    background: #1877f2;
    color: var(--Grays-White, #fff);
    font-family: "Be Vietnam Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .loginContainer .loginModal .button-group .apple {
    background: var(--Grays-Black, #000);
    color: var(--Grays-White, #fff);
    font-family: "Be Vietnam Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .loginContainer .loginModal .sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  
  .loginContainer .loginModal .sign-up .sign-up-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  
  .loginContainer .loginModal .sign-up span {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .loginContainer .loginModal .sign-up a {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  
  .loginContainer .loginModal .footer {
    color: var(--Gray-600, #475467);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 200% */
  }
  
  .loginContainer .loginModal .footer a {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .loginPage {
      justify-content: center;
    }
    .loginContainer {
      justify-content: center;
    }
    .loginContainer .loginModal {
      margin-right: 0;
    }
    .loginContainer .loginModal {
      width: 524px;
    }
  
    .loginContainer .loginModal .button-group a {
      font-size: 18px;
    }
  }
  
  @media (max-width: 567px) {
    .loginPage {
      justify-content: center;
    }
    .loginContainer {
      justify-content: center;
    }
    .loginContainer .loginModal {
      margin-right: 0;
    }
    .loginContainer .loginModal .button-group a {
      font-size: 18px;
    }
    .loginContainer .loginModal {
      width: 358px;
    }
    .loginContainer .loginModal .sign-up {
      gap: 0px;
    }
    .loginContainer .loginModal .sign-up a {
      width: 43%;
    }
    .signUp .signUpContainer .signUpModal .header {
      font-size: 19px !important;
      line-height: 32px !important;
    }
  
    .signUp {
      padding-top: 65px !important;
    }
  }
  
  /* CSS fixes for Lost-Dog Page */
  .lost-dogs .missing-card .description.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* -webkit-box-orient: vertical;
    overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: normal;
  }
  
  .lost-dogs .missing-card .description.expanded {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  .lostdogdrop ul {
    flex-direction: column;
    width: 198px;
    border-radius: 16px;
    padding: 16px;
  }
  
  .lostdogdrop .dropdown-item {
    display: flex;
    gap: 8px;
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    height: 52px;
    padding: 6px 0;
    gap: 8px;
    align-items: center;
  }
  
  .lostdogdrop .dropdown-item:active {
    background-color: inherit;
  }
  
  /* CSS fixes for Park Page */
  .deskviewmap .search-bar-header {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 0;
  }
  
  .deskviewmap .search-bar-header .search-bar {
    flex: 1;
  }
  
  .deskviewmap .search-bar-header .search-bar-buttons {
    width: auto;
    padding-right: 16px;
  }
  
  .footersocial .post-footer {
    margin-bottom: 10px;
  }
  
  .footersocial .view-all {
    color: var(--Primary-500, #108482);
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    display: flex;
    height: 20px;
    padding: 10px 12px 10px 0px;
    align-items: center;
    gap: 8px;
  }
  
  /* CSS for popup modal on park social tab */
  
  .social-pop-up-modal .modal-dialog {
    max-width: 50%;
  }
  
  .social-pop-up-modal .modal-content {
    display: flex;
    flex-direction: row;
    border-radius: 24px;
  }
  
  .social-pop-up-modal .modal-content .modal-body-left .post-image {
    border-radius: 24px 0 0 24px;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right {
    background-color: white;
    padding: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 0 24px 24px 0;
    width: 100%;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .header .user-img {
    border-radius: 42px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    width: 42px;
    height: 42px;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .header .user-name {
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: lowercase;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .header .follow-btn {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    border: none;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .header .bttn-close {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .comment-list {
    display: flex;
    padding: 8px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-top: 1px solid var(--Gray-300, #d0d5dd);
    border-bottom: 1px solid var(--Gray-300, #d0d5dd);
    flex: 1;
  }
  
  .social-pop-up-modal
    .modal-content
    .modal-body-right
    .comment-list
    .user-img-commentor {
    border-radius: 42px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    width: 42px;
    height: 42px;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .comment-list .comment {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    color: var(--Gray-500, #667085);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin: 0;
  }
  
  .social-pop-up-modal .modal-content .modal-body-right .footer .post-footer {
    padding: 16px 0;
  }
  
  .social-pop-up-modal
    .modal-content
    .modal-body-right
    .footer
    .footer-add-comment {
    position: relative;
  }
  
  .social-pop-up-modal
    .modal-content
    .modal-body-right
    .footer
    .footer-add-comment
    .input-box {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Grays-White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Gray-500, #667085);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    outline: none;
    width: 100%;
  }
  
  .social-pop-up-modal
    .modal-content
    .modal-body-right
    .footer
    .footer-add-comment
    .post-comment {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
  }
  
  .missing-dogs-bottom .input-icon {
    width: auto;
  }
  
  .deskviewmap .dropdown-list .dropdown .btn.dropdown-toggle {
    display: flex;
    width: auto;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background-color: white;
    gap: 16px;
  }
  
  .deskviewmap .dropdown-list .dropdown .filter-selected {
    border: 1px solid var(--Primary-500, #108482) !important;
    background: var(--Primary-25, #e7f3f3) !important;
    background-color: var(--Primary-25, #e7f3f3) !important;
  }
  
  .deskviewmap .dropdown-list .dropdown .form-check-label {
    padding-left: 6px;
    font-weight: 300;
  }
  
  .deskviewmap .dropdown-list .amenities-dropdown .search-container {
    width: 100%;
    padding: 6px 10px;
    width: 100%;
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    border-radius: 24px;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 4px;
  }
  
  .deskviewmap
    .dropdown-list
    .amenities-dropdown
    .search-container
    .clear-search-btn {
    cursor: pointer;
  }
  
  .deskviewmap .dropdown-list .amenities-dropdown .search-container input {
    border: none;
    outline: none;
    flex: 1;
  }
  
  .deskviewmap .dropdown-list .amenities-dropdown ul {
    height: 300px;
    overflow-y: scroll;
    width: 450px;
  }
  
  .hero_single .wrapper {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  
  .orWith hr {
    margin: 0;
  }
  
  /* CSS fix for homepage mobile */
  @media (max-width: 567px) {
  
    .localstars .mobilecardloc {
      width: 80%;
    }
  
    .localstars .mobilecardloc .post-image {
      height: 390px;
    }
  
    .localstars .mobilecardloc .post-image img {
      height: 390px;
      height: 100%;
    }
    .discoverdogfrindly h2 {
      margin-bottom: 0;
    }
  
    .call_section {
      height: 600px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
  
  
    /* CSS fix for park page */
    .mobileviewbestmap .col-12.col-md-9.mb-3.d-flex {
      align-items: center;
    }
  
    .mobileviewbestmap .input-icon input {
      padding-right: 40px;
    }
  
    .search-footer .reset-all {
      display: flex;
      height: 42px;
      padding: 10px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      flex: 1 0 0;
      color: var(--Gray-400, #98a2b3);
  
      /* Text md/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
      border-radius: 24px;
      border: none;
    }
    .search-footer .btnforfilter {
      flex: 1 0 0;
    }
  
    /* CSS for lost dog fix */
    .missing-dogs-bottom .input-icon {
      padding-left: 8px;
    }
  }
  
  /* CSS for Sign up page */
  .signUp {
    display: flex;
    padding-top: 125px;
    padding-bottom: 44px;
    justify-content: center;
    align-items: center;
    background-image: url("../../public/img/login-bg.webp");
    background-size: cover;
    background-position: center;
  }
  
  .signUp .signUpContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .signUp .signUpContainer .signUpModal {
    width: 570px;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 24px;
    background: var(--Grays-White, #fff);
  }
  
  .subtitlesignup {
    margin: 25px 0px;
    font-size: 18px;
  }
  
  .signUp .signUpContainer .signUpModal .header {
    color: var(--Gray-800, #1d2939);
    text-align: center;
  
    /* Display sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
  }
  
  .signUp .signUpContainer .signUpModal .form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .signUp .signUpContainer .signUpModal .fieldInput {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .signUp .signUpContainer .signUpModal .fieldInput .label {
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .signUp .signUpContainer .signUpModal .fieldInput .inputBox {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Grays-White, #fff);
    width: 100%;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  
  .signUp .signUpContainer .signUpModal .form .passwordInput .passwordField {
    display: flex;
    position: relative;
    flex-direction: column;
  }
  
  .signUp
    .signUpContainer
    .signUpModal
    .form
    .passwordInput
    .passwordField
    .inputBox {
    width: 100%;
  }
  
  .signUp .signUpContainer .signUpModal .form .passwordInput .passwordField svg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .signUp .signUpContainer .signUpModal .form .sign-up-button {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .signUp .signUpContainer .signUpModal .form .forgot-password {
    align-self: center;
    display: flex;
    height: 48px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    color: var(--Primary-500, #108482);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  .signUp .signUpContainer .signUpModal .orWith {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  
  .signUp .signUpContainer .signUpModal .orWith span {
    color: var(--Gray-600, #475467);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  
  .signUp .signUpContainer .signUpModal .orWith hr {
    flex: 1;
  }
  
  .signUp .signUpContainer .signUpModal .button-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .signUp .signUpContainer .signUpModal .button-group a {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 10px;
    font-size: 20px;
  }
  
  .signUp .signUpContainer .signUpModal .button-group .google {
    background: var(--Grays-White, #fff);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08),
      0px 2px 3px 0px rgba(0, 0, 0, 0.17);
    color: rgba(0, 0, 0, 0.54);
    font-family: "Be Vietnam Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .signUp .signUpContainer .signUpModal .button-group .facebook {
    background: #1877f2;
    color: var(--Grays-White, #fff);
    font-family: "Be Vietnam Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .signUp .signUpContainer .signUpModal .button-group .apple {
    background: var(--Grays-Black, #000);
    color: var(--Grays-White, #fff);
    font-family: "Be Vietnam Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .signUp .signUpContainer .signUpModal .login {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .signUp .signUpContainer .signUpModal .login span {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .signUp .signUpContainer .signUpModal .login a {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  
  .signUp .signUpContainer .signUpModal .footer {
    color: var(--Gray-600, #475467);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 200% */
  }
  
  .signUp .signUpContainer .signUpModal .footer a {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .signUp .signUpContainer .signUpModal {
      width: 524px;
    }
  
    .signUp .signUpContainer .signUpModal .button-group a {
      font-size: 18px;
    }
  }
  
  @media (max-width: 567px) {
    .signUp .signUpContainer .signUpModal .button-group a {
      font-size: 18px;
    }
    .signUp .signUpContainer .signUpModal {
      width: 358px;
    }
  }
  
  /* CSS for signup as */
  .signUpAs {
    display: flex;
    padding-top: 105px;
    padding-bottom: 44px;
    justify-content: center;
    align-items: center;
    background-image: url("../../public/website/img/webp/signup-step1.webp");
    background-size: cover;
    background-position: center;
  }
  
  .signUpAs .signUpAsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal {
    width: 570px;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 24px;
    background: var(--Grays-White, #fff);
    margin-top: 100px;
    margin-bottom: 200px;
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .header {
    color: var(--Gray-800, #1d2939);
    text-align: center;
  
    /* Display sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .continue-button {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form .left,
  .signUpAs .signUpAsContainer .signUpAsModal .form .right {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form .left img,
  .signUpAs .signUpAsContainer .signUpAsModal .form .right img {
    transition: transform 0.3s ease; /* Smooth transition effect */
    transform: scale(1);
    width: 205px;
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form .left img:hover,
  .signUpAs .signUpAsContainer .signUpAsModal .form .right img:hover {
    transform: scale(1.1);
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form .left.active img:hover,
  .signUpAs .signUpAsContainer .signUpAsModal .form .right.active img:hover {
    transform: scale(1);
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form .active {
    border: 3px solid var(--Primary-500, #108482);
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form .active {
    border: 3px solid var(--Primary-500, #108482);
  }
  
  .signUpAs .signUpAsContainer .signUpAsModal .form .noshow {
    display: none;
  }
  
  @media (max-width: 567px) {
    .signUpAs .signUpAsContainer .signUpAsModal {
      width: 330px;
    }
    .signUpAs .signUpAsContainer .signUpAsModal .form {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }
  }
  
  @media (max-width: 991px) and (min-width: 568px) {
    .signUpAs .signUpAsContainer .signUpAsModal {
      width: 570px;
    }
  }
  
  /* CSS for signup as Dog profile */
  
  .signupDog1 {
    position: relative;
    padding-top: 72px;
  }
  
  .signupDog1 .main-img-mobile,
  .signupDog1 .main-img-tablet {
    display: none;
  }
  
  .signupDog1 .progres-bar {
    padding-top: 70px;
    display: flex;
  }
  
  .signupDog1 .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
  }
  
  .signupDog1 .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
  }
  
  .report-found-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
  }
  
  .report-found-btn button {
    display: flex;
    width: 306px;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    border: none;
    color: var(--White, var(--Grays-White, #fff));
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  .SendEmail img {
    max-width: 32px;
    vertical-align: bottom;
    color: var(--White, var(--Grays-White, #fff));
  }
  
  .report-dog-found-modal .lost-dog-custom-width {
    min-width: 47%;
  }
  
  .report-dog-found-modal .header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;
  }
  
  .report-dog-found-modal .header .title {
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
  }
  
  .report-dog-found-modal .header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .report-dog-found-modal .header .header-top .header-top-left {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .report-dog-found-modal .modal-body {
    justify-content: center;
  }
  
  .signupDog1 .progres-bar .first,
  .signupDog1 .progres-bar .second {
    height: 6px;
    border-radius: 2px;
    width: 50%;
  }
  
  .signupDog1 .form {
    height: 462px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    position: relative;
  }
  
  .signupDog1 .form .header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .report-dog-found-modal .header .title {
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
  }
  
  .signupDog1 .form .header .title {
    display: flex;
    height: 61px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 41.667% */
  }
  
  .signupDog1 .form .header .body {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .signupDog1 .form .header .error-msg {
    color: var(--Error-600, #e6341d);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .signupDog1 .form .header .username::placeholder {
    color: var(--Gray-400, #98a2b3);
  }
  
  .signupDog1 .form .header .username {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    color: var(--Gray-600, #475467);
    text-align: center;
  
    /* Text xl/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    width: 100%;
    padding: 10px 14px;
    outline: none;
  }
  
  .signupDog1 .form .prev {
    position: absolute;
    top: 40px;
    left: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
  }
  
  .signupDog1 .form .header .username.error {
    border: 2px solid var(--Error-500, #ff3a20);
  }
  
  .signupDog1 .form .footer {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
  }
  
  .signupDog1 .form .footer a {
    flex: 1;
    border: none;
    display: flex;
    height: 52px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
  }
  
  .signupDog1 .form .footer .skip-btn {
    border-radius: 24px;
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    background: white;
    cursor: pointer;
    display: none;
  }
  
  .preview-img {
    width: 50px;
    margin-left: 15px;
  }
  
  
  .signupDog1 .form .footer .continue-btn {
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    cursor: pointer;
  }
  
  .signupDog1 .form .footer .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  .signupDog1 .main-img {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 500px;
    height: auto;
  }
  
  @media (max-width: 567px) {
    .signupDog1 {
      padding-bottom: 40px;
      padding-top: 60px;
    }
  
    .signupDog1 .main-img-mobile {
      display: block;
      width: 287px;
      height: 256px;
    }
    .signupDog1 .main-img,
    .signupDog1 .main-img-tablet {
      display: none;
    }
  
    .signupDog1 .form {
      width: 100%;
      height: auto;
    }
  
    .signupDog1 .form .footer {
      flex-direction: column;
    }
  
    .signupDog1 .form .footer a {
      width: 100%;
    }
  
    .signupDog1 .form .footer .skip-btn {
      order: 2;
    }
  
    .signupDog1 .form .footer .continue-btn {
      order: 1;
    }
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .signupDog1 {
      padding-bottom: 40px;
    }
  
    .signupDog1 .main-img,
    .signupDog1 .main-img-mobile {
      display: none;
    }
  
    .signupDog1 .main-img-tablet {
      display: block;
    }
  
    .signupDog1 .form {
      width: 100%;
      height: auto;
    }
  }
  
  /* CSS for signup as Dog2 profile */
  
  .signupDog2 {
    position: relative;
    padding-bottom: 70px;
    padding-top: 142px;
  }
  
  .signupDog2 .main-img-mobile {
    display: none;
  }
  
  .signupDog2 .progres-bar {
    display: flex;
  }
  
  .signupDog2 .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    height: 6px;
    border-radius: 2px;
    width: 100%;
  }
  
  .signupDog2 .form {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  .signupDog2 .form .top {
    display: flex;
    gap: 32px;
  }
  
  .signupDog2 .form .top .left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
  }
  
  .signupDog2 .form .top .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .signupDog2 .form .left .title {
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 41.667% */
  }
  
  .signupDog2 .form .left .input-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .signupDog2 .form .left .input-field .field-label {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .signupDog2 .form .left .input-field .field-text {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: var(--Gray-600, #475467);
    outline: none;
    width: 80%;
  }
  
  .signupDog2 .form .left .input-field .field-text::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .signupDog2 .form .left .breed-input button {
    width: 100%;
    justify-content: space-between;
  }
  
  .signupDog2 .form .left .breed-input ul {
    width: 100%;
    z-index: 10;
  }
  
  .signupDog2 .form .left .breed-input span {
    color: var(--Gray-500, #667085);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    display: block;
    width: 90%;
  }
  
  .signupDog2 .form .left .breed-input span a {
    color: var(--Primary-500, #108482);
  }
  
  .signupDog2 .form .left .gender-buttons .gender-btn {
    display: flex;
    height: 50px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    color: var(--Gray-800, #1d2939);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .signupDog2 .form .left .gender-buttons .gender-btn.active {
    color: white;
    background: var(--Primary-500, #108482);
  }
  
  .signupDog2 .form .left .dog-gender .btn-male {
    border-radius: 24px 0px 0px 24px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  }
  
  .signupDog2 .form .left .dog-gender .btn-na {
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  }
  
  .signupDog2 .form .left .dog-gender .btn-female {
    border-radius: 0px 24px 24px 0px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  }
  
  .signupDog2 .form .left .upload-img {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--Gray-600, #475467);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .signupDog2 .form .left .upload-img svg {
    border-radius: 32px;
    border: 1px solid var(--Primary-500, #108482);
    background: #fff;
    display: flex;
    width: 52px;
    height: 52px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    cursor: pointer;
  }
  
  .signupDog2 .form-btns {
    display: flex;
    gap: 73px;
    justify-content: center;
    align-items: center;
    width: 535px;
  }
  
  .signupDog2 .form-btns button {
    border-radius: 24px;
    flex: 1;
  }
  
  .signupDog2 .form-btns .skip-btn {
    display: flex;
    height: 52px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
    background-color: white;
  }
  
  .signupDog2 .bottom {
    display: flex;
    justify-content: center;
  }
  
  .signupDog2 .form-btns .continue-btn {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .signupDog2 .form-btns .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: white;
  }
  
  .signupDog2 .form .top .left .breed-input {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }
  
  .signupDog2 .form .top .left .dog-gender {
    width: 80%;
  }
  
  .signupDog2 .form .top .left .breed-right {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .signupDog2 .form .top .left .breed-right .mix-chk-bx {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  .signupDog2 .form .top .left .breed-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .signupDog2 .form .top .left .breed-left .breed-left-bottom {
    display: none;
  }
  
  .signupDog2 .dropdown {
    width: 100%;
  }
  
  .signupDog2 .form .prev {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
  }
  
  .signupDog2 .form .left .breed-input .field-text {
    width: 90%;
  }
  
  @media (max-width: 567px) {
    .signupDog2 .main-img-mobile {
      display: block;
      width: 200px;
      align-self: center;
    }
  
    .signupDog2 .main-img {
      display: none;
    }
  
    .signupDog2 .form .top .right {
      display: none;
    }
    .signupDog2 .form .top .left {
      width: 100%;
    }
  
    .signupDog2 .form .top .left .title {
      line-height: normal;
      text-align: center;
    }
  
    .signupDog2 .form .left .input-field .field-text {
      width: 100%;
    }
    .signupDog2 .form .left .breed-input span {
      display: none;
    }
    .signupDog2 .form .top .left .dog-gender {
      width: 100%;
    }
  
    .signupDog2 .form .top .left .breed-input {
      justify-content: flex-start;
      gap: 32px;
    }
    .signupDog2 .form .top .left .breed-left {
      flex: 1;
    }
    .signupDog2 .form-btns {
      flex-direction: column;
      gap: 16px;
    }
  
    .signupDog2 .form-btns .skip-btn {
      order: 2;
    }
  
    .signupDog2 .form-btns .continue-btn {
      order: 1;
    }
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .signupDog2 .main-img-mobile {
      display: block;
      width: 200px;
      align-self: center;
    }
  
    .signupDog2 .main-img {
      display: none;
    }
  
    .signupDog2 .form .top .right {
      display: none;
    }
    .signupDog2 .form .top .left {
      width: 100%;
    }
  
    .signupDog2 .form .top .left .title {
      line-height: normal;
      text-align: center;
    }
    .signupDog2 .form .left .input-field .field-text {
      width: 100%;
    }
    .signupDog2 .form .left .breed-input span {
      display: none;
    }
    .signupDog2 .form .top .left .dog-gender {
      width: 100%;
    }
  
    .signupDog2 .form .top .left .breed-input {
      justify-content: flex-start;
      gap: 32px;
    }
    .signupDog2 .form .top .left .breed-left {
      flex: 1;
    }
  }
  
  /* CSS for forgot password screen */
  .forgotPasswordScreen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
  }
  
  .forgotPasswordScreen .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  
  .forgotPasswordScreen .right .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  .forgotPasswordScreen .right .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  
  .forgotPasswordScreen .right .top .title {
    display: flex;
    height: 71px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 41.667% */
  }
  
  .forgotPasswordScreen .right .top .body {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  
  .forgotPasswordScreen .right .bottom .form-input {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    outline: none;
  }
  
  .forgotPasswordScreen .right .bottom .form-input.active {
    border: 1px solid var(--Primary-300, #61aaaa);
    box-shadow: 0px 1px 2px 0px rgba(97, 170, 170, 0.05),
      0px 0px 0px 4px rgba(16, 132, 130, 0.2);
  }
  
  .forgotPasswordScreen .right .bottom .form-input::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .forgotPasswordScreen .right .bottom .sent-btn {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  @media (max-width: 567px) {
    .forgotPasswordScreen {
      flex-direction: column;
      padding: 24px 16px;
      padding-top: 32px;
    }
  
    .forgotPasswordScreen .left img {
      width: 335px;
      height: 254px;
    }
    .forgotPasswordScreen .right .top .title {
      font-size: 36px;
    }
  }
  
  @media (min-width: 567px) and (max-width: 991px) {
    .forgotPasswordScreen {
      padding: 100px 32px;
    }
  
    .forgotPasswordScreen .left img {
      width: 335px;
      height: 254px;
    }
    .forgotPasswordScreen .right .top .title {
      font-size: 36px;
    }
  }
  
  /* CSS for forgot password OTP screen */
  .forgotPasswordOTPScreen {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    position: relative;
  }
  
  .forgotPasswordOTPScreen .back-btn {
    position: absolute;
    left: 0;
    top: 100px;
    width: 7px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
  }
  
  .forgotPasswordOTPScreen .form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  
  .forgotPasswordOTPScreen .form .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .forgotPasswordOTPScreen .form .body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  
  .forgotPasswordOTPScreen .form .body span {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .forgotPasswordOTPScreen .form .body .otp-input {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  
  .forgotPasswordOTPScreen .form .body .otp-input .form-input {
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    gap: 2px;
    border-radius: 16px;
    background: var(--Gray-100, #d2dada);
    outline: none;
    border: none;
    color: var(--Gray-600, #475467);
  
    /* Display md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    text-align: center;
  }
  
  .forgotPasswordOTPScreen .form .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
    width: 80%;
    align-self: center;
  }
  
  .forgotPasswordOTPScreen .form .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: white;
  }
  
  .forgotPasswordOTPScreen .form .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .forgotPasswordOTPScreen .form .footer .top {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .forgotPasswordOTPScreen .form .footer .bottom {
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  @media (max-width: 567px) {
    .forgotPasswordOTPScreen .back-btn {
      display: none;
    }
  
    .forgotPasswordOTPScreen .form .title {
      font-size: 40px;
    }
  
    .forgotPasswordOTPScreen .form {
      text-align: center;
    }
    .forgotPasswordOTPScreen .form .body .otp-input .form-input {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      font-size: 18px;
      line-height: 28px; /* 155.556% */
    }
  }
  
  @media (min-width: 567px) and (max-width: 991px) {
    .forgotPasswordOTPScreen .back-btn {
      display: none;
    }
  }
  
  /* CSS for reset password */
  .resetPasswordScreen {
    display: flex;
    align-items: center;
    padding: 100px 0;
    justify-content: space-between;
  }
  
  .resetPasswordScreen .right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  
  .resetPasswordScreen .right .top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  
  .resetPasswordScreen .right .top .title {
    display: flex;
    height: 71px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 41.667% */
  }
  
  .resetPasswordScreen .right .top .body {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  
  .resetPasswordScreen .right .top .body a {
    color: var(--Primary-500, #108482);
  }
  
  .resetPasswordScreen .right .bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
  }
  
  .resetPasswordScreen .right .bottom .fieldInput {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }
  
  .resetPasswordScreen .right .bottom .fieldInput .label {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .resetPasswordScreen .right .bottom .fieldInput .passwordField {
    position: relative;
  }
  
  .resetPasswordScreen .right .bottom .fieldInput .passwordField .inputBox {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    width: 100%;
  }
  
  .resetPasswordScreen
    .right
    .bottom
    .fieldInput
    .passwordField
    .inputBox::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .resetPasswordScreen .right .bottom .fieldInput .passwordField svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
  }
  
  .resetPasswordScreen .right .bottom .submit-btn {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    border: none;
    color: var(--White, #fff);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  @media (max-width: 567px) {
    .resetPasswordScreen {
      flex-direction: column;
      gap: 32px;
      padding: 24px 16px;
      padding-top: 32px;
      padding-bottom: 92px;
    }
  
    .resetPasswordScreen .left img {
      width: 335px;
      height: 254px;
    }
  
    .resetPasswordScreen .right .top .title {
      font-size: 36px;
      height: 54px;
    }
  }
  
  @media (min-width: 567px) and (max-width: 991px) {
    .resetPasswordScreen .left img {
      width: 335px;
      height: 254px;
    }
  
    /* .resetPasswordScreen .right .top .title {
      font-size: 36px;
      height: 54px;
    } */
  }
  
  /* CSS for Sign up Business flow username screen */
  .signupBusiness1 {
    position: relative;
    padding-top: 70px;
  }
  
  .signupBusiness1 .main-img-mobile,
  .signupBusiness1 .main-img-tablet {
    display: none;
  }
  
  .signupBusiness1 .progres-bar {
    padding-top: 70px;
    display: flex;
  }
  
  .signupBusiness1 .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 14.3%;
  }
  
  .signupBusiness1 .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 85.7%;
  }
  
  .signupBusiness1 .progres-bar .first,
  .signupBusiness1 .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .signupBusiness1 .form {
    height: 462px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  
  .signupBusiness1 .form .header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .signupBusiness1 .form .header .title {
    display: flex;
    height: 61px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 41.667% */
  }
  
  .signupBusiness1 .form .header .body {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .signupBusiness1 .form .header .error-msg {
    color: var(--Error-600, #e6341d);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .signupBusiness1 .form .header .username::placeholder {
    color: var(--Gray-400, #98a2b3);
  }
  
  .signupBusiness1 .form .header .username {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    color: var(--Gray-600, #475467);
    text-align: center;
  
    /* Text xl/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    width: 100%;
    padding: 10px 14px;
    outline: none;
  }
  
  .signupBusiness1 .form .header .username.error {
    border: 2px solid var(--Error-500, #ff3a20);
  }
  
  .signupBusiness1 .form .footer {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
  }
  
  .signupBusiness1 .form .footer button {
    flex: 1;
    border: none;
    display: flex;
    height: 52px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
  }
  
  .signupBusiness1 .form .footer .skip-btn {
    border-radius: 24px;
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    background: white;
  }
  
  .signupBusiness1 .form .footer .continue-btn {
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .signupBusiness1 .form .footer .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  .signupBusiness1 .main-img {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 500px;
    height: auto;
  }
  
  @media (max-width: 567px) {
    .signupBusiness1 {
      padding-bottom: 40px;
    }
  
    .signupBusiness1 .main-img-mobile {
      display: block;
      width: 287px;
      height: 256px;
    }
    .signupBusiness1 .main-img,
    .signupBusiness1 .main-img-tablet {
      display: none;
    }
  
    .signupBusiness1 .form {
      width: 100%;
      height: auto;
    }
  
    .signupBusiness1 .form .footer {
      flex-direction: column;
    }
  
    .signupBusiness1 .form .footer button {
      width: 100%;
    }
  
    .signupBusiness1 .form .footer .skip-btn {
      order: 2;
    }
  
    .signupBusiness1 .form .footer .continue-btn {
      order: 1;
    }
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .signupBusiness1 {
      padding-bottom: 40px;
    }
  
    .signupBusiness1 .main-img,
    .signupBusiness1 .main-img-mobile {
      display: none;
    }
  
    .signupBusiness1 .main-img-tablet {
      display: block;
    }
  
    .signupBusiness1 .form {
      width: 100%;
      height: auto;
    }
  }
  
  /* CSS for verify OTP screen */
  .verifyOTPScreen {
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    position: relative;
  }
  
  .verifyOTPbutton {
    cursor: pointer;
  }
  
  .verifyOTPScreen .progres-bar {
    display: flex;
  }
  
  .verifyOTPScreen .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 100%;
  }
  
  .verifyOTPScreen .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 0%;
  }
  
  .verifyOTPScreen .progres-bar .first,
  .verifyOTPScreen .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .verifyOTPScreen .back-btn {
    position: absolute;
    left: 0;
    top: 140px;
    width: 7px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
  }
  
  .verifyOTPScreen .form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  
  .verifyOTPScreen .form .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .verifyOTPScreen .form .body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  
  .verifyOTPScreen .form .body span {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .verifyOTPScreen .form .body .otp-input {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  
  .verifyOTPScreen .form .body .otp-input .form-input {
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    gap: 2px;
    border-radius: 16px;
    background: var(--Gray-100, #d2dada);
    outline: none;
    border: none;
    color: var(--Gray-600, #475467);
  
    /* Display md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    text-align: center;
  }
  
  .verifyOTPScreen .form .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
    width: 80%;
    align-self: center;
    border: none;
  }
  
  .verifyOTPScreen .form .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: white;
  }
  
  .verifyOTPScreen .form .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .verifyOTPScreen .form .footer .top {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .verifyOTPScreen .form .footer .bottom {
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  @media (max-width: 567px) {
    .verifyOTPScreen .back-btn {
      top: 117px;
      left: 14px;
    }
  
    .verifyOTPScreen {
      padding: 67px 16px 40px 16px;
    }
  
    .verifyOTPScreen .form .title {
      font-size: 40px;
    }
  
    .verifyOTPScreen .form {
      text-align: center;
      padding-top: 48px;
    }
    .verifyOTPScreen .form .body .otp-input .form-input {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      font-size: 18px;
      line-height: 28px; /* 155.556% */
    }
  }
  
  @media (min-width: 567px) and (max-width: 991px) {
    .verifyOTPScreen .back-btn {
      display: none;
    }
  }
  
  /* CSS for claim business screen */
  .claimBusinessContainer .progres-bar {
    padding-top: 70px;
    display: flex;
  }
  
  .claimBusinessContainer,
  .businessDetailsContainer,
  .fillInfoContainer,
  .businessContactDetailsContainer {
    margin-top: 50px;
  }
  
  .claimBusinessContainer .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 24%;
  }
  
  .claimBusinessContainer .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 76%;
  }
  
  .claimBusinessContainer .progres-bar .first,
  .claimBusinessContainer .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .claimBusinessScreen {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0px 80px 60px 80px;
  }
  
  .claimBusinessScreen .form {
    display: flex;
    gap: 60px;
    position: relative;
  }
  
  .claimBusinessScreen .form .back-btn {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    position: absolute;
    cursor: pointer;
    left: -80px;
  }
  
  .claimBusinessScreen .form .left {
    display: flex;
    width: 50%;
    height: 560px;
    padding: 60px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .claimBusinessScreen .form .left .title {
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .claimBusinessScreen .form .left .body {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .claimBusinessScreen .form .left .body a {
    color: var(--Primary-500, #108482);
  }
  
  .claimBusinessScreen .form .right {
    display: flex;
    width: 50%;
    max-height: 560px;
    padding: 60px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: auto;
  }
  
  .claimBusinessScreen .form .right .search-bar {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid var(--Gray-50, #f9fafb);
    background: var(--White, #fff);
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .claimBusinessScreen .form .right .search-bar::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .claimBusinessScreen .form .right .header {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .claimBusinessScreen .form .right .card-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
  }
  
  .claimBusinessScreen .form .right .card-list::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
  }
  
  .claimBusinessScreen .form .right .card-list .card {
    display: flex;
    padding-right: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    background: #fff;
    flex-direction: row;
    margin: 1px;
    /* card/profile/drop shadow */
    box-shadow: -1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      1px 0px 1px 0px rgba(152, 162, 179, 0.12),
      0px -1px 1px 0px rgba(152, 162, 179, 0.12),
      0px 1px 1px 0px rgba(152, 162, 179, 0.12);
  }
  
  .claimBusinessScreen .form .right .card-list .card .body {
    display: flex;
    padding: 16px 0px 8px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
  }
  
  .claimBusinessScreen .form .right .card .body .header {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .claimBusinessScreen .form .right .card-list .card .body .header .name {
    overflow: hidden;
    color: var(--Gray-800, #1d2939);
    text-overflow: ellipsis;
    flex: 1;
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .claimBusinessScreen .form .right .card-list .card .body .header .claim-btn {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    border: none;
    color: var(--White, #fff);
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  /* Responsive adjustment for mobile screens (576px or below) */
  @media (max-width: 576px) {
    .claimBusinessScreen .form .right .card-list .card .body .header .claim-btn {
      font-size: 10px;
      padding: 6px 8px;
      margin: 10px 10px 0 0px;
    }
  }
  
  .claimBusinessScreen .form .right .card-list .card .body .info {
    display: flex;
    align-items: center;
    width: 216px;
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 163.636% */
    gap: 10px;
  }
  
  .claimBusinessScreen .form .right .card-list .card .body .info .content {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  
  .claimBusinessScreen .form .right .card-list .card .body .tags {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    color: var(--Gray-500, #667085);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
  }
  
  .claimBusinessScreen .card img {
    width: 120px;
    align-self: stretch;
    border-radius: 16px 0 0 16px;
  }
  
  /* Responsive adjustment for mobile screens */
  @media (max-width: 576px) {
    .claimBusinessScreen .card img {
      width: 80px;
    }
  }
  
  .claimBusinessScreen .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    width: 40%;
    border: none;
  }
  
  @media (max-width: 567px) {
    .claimBusinessScreen {
      padding: 48px 0 24px 0;
    }
    .claimBusinessScreen .form {
      flex-direction: column;
      gap: 16px;
      padding: 0px 16px 40px 16px;
    }
  
    .claimBusinessScreen .form .left {
      text-align: center;
      width: 100%;
      height: auto;
      padding: 0;
    }
    .claimBusinessScreen .form .left .title {
      font-size: 40px;
      line-height: 44px; /* 110% */
    }
  
    .claimBusinessScreen .form .right {
      width: 100%;
      padding: 0;
    }
  
    .claimBusinessScreen .form .right .card-list .card {
      padding: 0;
    }
    .claimBusinessScreen .form .right .card-list .card .body {
      padding: 0;
      padding-right: 16px;
    }
  
    .claimBusinessScreen .continue-btn {
      width: 100%;
    }
  
    .claimBusinessScreen .form .back-btn {
      left: 32px;
      top: -44px;
    }
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .claimBusinessScreen .form {
      flex-direction: column;
    }
  }
  
  /* CSS for verify claim business OTP screen */
  .verifyClaimBusinessOTPScreen {
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    position: relative;
  }
  
  .contact_us {
    width: 100%;
  }
  
  .verifyClaimBusinessOTPScreen .progres-bar {
    display: flex;
  }
  
  .verifyClaimBusinessOTPScreen .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 100%;
  }
  
  .verifyClaimBusinessOTPScreen .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 0%;
  }
  
  .verifyClaimBusinessOTPScreen .progres-bar .first,
  .verifyClaimBusinessOTPScreen .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .verifyClaimBusinessOTPScreen .back-btn {
    position: absolute;
    left: 0;
    top: 140px;
    width: 7px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
  }
  
  .verifyClaimBusinessOTPScreen .form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  
  .verifyClaimBusinessOTPScreen .form .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .verifyClaimBusinessOTPScreen .form .body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  
  .verifyClaimBusinessOTPScreen .form .body span {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .verifyClaimBusinessOTPScreen .form .body .otp-input {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  
  .verifyClaimBusinessOTPScreen .form .body .otp-input .form-input {
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    gap: 2px;
    border-radius: 16px;
    background: var(--Gray-100, #f2f4f7);
    outline: none;
    border: none;
    color: var(--Gray-600, #475467);
  
    /* Display md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    text-align: center;
  }
  
  .verifyClaimBusinessOTPScreen .form .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
    width: 80%;
    align-self: center;
    border: none;
  }
  
  .verifyClaimBusinessOTPScreen .form .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: white;
  }
  
  .verifyClaimBusinessOTPScreen .form .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .verifyClaimBusinessOTPScreen .form .footer .top {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .verifyClaimBusinessOTPScreen .form .footer .bottom {
    color: var(--Primary-500, #108482);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .confirmClaimModal .modal-dialog {
    justify-content: center;
  }
  
  @media (max-width: 567px) {
    .verifyClaimBusinessOTPScreen {
      padding: 54px 16px;
    }
  
    .verifyClaimBusinessOTPScreen .back-btn {
      top: 104px;
      left: 16px;
    }
  
    .verifyClaimBusinessOTPScreen .form .title {
      font-size: 40px;
      padding-top: 58px;
    }
  
    .verifyClaimBusinessOTPScreen .form {
      text-align: center;
    }
    .verifyClaimBusinessOTPScreen .form .body .otp-input .form-input {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      font-size: 18px;
      line-height: 28px; /* 155.556% */
    }
  }
  
  @media (min-width: 567px) and (max-width: 991px) {
    .verifyClaimBusinessOTPScreen .back-btn {
      display: none;
    }
  }
  
  /* CSS for Claim Business Modal popup */
  .confirmClaimModal .modal-content {
    display: flex;
    width: 360px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--White, #fff);
    box-shadow: 0px -2px 10px -4px rgba(209, 209, 209, 0.25),
      0px 2px 10px -4px rgba(144, 144, 144, 0.25);
  }
  
  .confirmClaimModal .header {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    width: 312px;
  }
  
  .confirmClaimModal hr {
    display: flex;
    height: 1px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: 0;
  }
  
  .confirmClaimModal .body {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    text-overflow: ellipsis;
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .confirmClaimModal .footer {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  
  .confirmClaimModal .footer button {
    display: flex;
    height: 48px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 24px;
    /* Text xl/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .confirmClaimModal .footer .no-btn {
    border: 1px solid var(--Error-200, #fecdca);
    color: var(--Error-700, #cc2e1a);
    background-color: white;
  }
  
  .confirmClaimModal .footer .yes-btn {
    background: var(--Success-50, #e6f5f0);
    color: var(--Success-500, #009a6c);
  }
  
  /* CSS for Business Details Screen for signup */
  .businessDetailsContainer .progres-bar {
    display: flex;
    padding-top: 70px;
  }
  
  .businessDetailsContainer .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 38%;
  }
  
  .businessDetailsContainer .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 62%;
  }
  
  .businessDetailsContainer .progres-bar .first,
  .businessDetailsContainer .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .businessDetailsScreen {
    padding: 28px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
  }
  
  .businessDetailsScreen .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  
  .businessDetailsScreen .header .title {
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .businessDetailsScreen .header .form {
    display: flex;
    width: 540px;
    min-height: 526px;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
  }
  
  .confirmClaimModal {
    min-width: 100%;
  }
  
  .businessDetailsScreen .header .form .input-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .businessDetailsScreen .header .form .input-field .field-label {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .businessDetailsScreen .header .form .input-field .field-label span {
    color: var(--Gray-500, #667085);
  }
  
  .businessDetailsScreen .header .form .input-field .field-text {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    color: black;
  }
  
  .businessDetailsScreen .footer {
    display: flex;
    justify-content: center;
    width: 57%;
  }
  
  .businessDetailsScreen .footer .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .businessDetailsScreen .footer .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  .businessDetailsScreen .back-btn {
    position: absolute;
    left: 0;
    width: 7px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
    top: 0;
  }
  
  @media (max-width: 567px) {
    .businessDetailsScreen .header .title {
      font-size: 40px;
      line-height: 44px;
    }
  
    .businessDetailsScreen .header .form {
      width: 343px;
    }
  
    .businessDetailsScreen {
      width: 100%;
      padding: 48px 0;
    }
  
    .businessDetailsScreen .footer {
      width: 100%;
    }
  }
  
  /* CSS for add company address for singup flow */
  .addCompanyAddressContainer .progres-bar {
    display: flex;
    padding-top: 70px;
  }
  
  .addCompanyAddressContainer .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 71.5%;
  }
  
  .addCompanyAddressContainer .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 28.5%;
  }
  
  .addCompanyAddressContainer .progres-bar .first,
  .addCompanyAddressContainer .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .addCompanyAddressScreen {
    padding: 28px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
  }
  
  .addCompanyAddressScreen .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  
  .addCompanyAddressScreen .header .title {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .addCompanyAddressScreen .header .body {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
  }
  
  .addCompanyAddressScreen .header .form {
    display: flex;
    width: 540px;
    flex-direction: column;
    gap: 8px;
    flex: 1 0 0;
  }
  
  .addCompanyAddressScreen .header .form .search-bar {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid var(--Gray-50, #f9fafb);
    background: var(--White, #fff);
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .addCompanyAddressScreen .header .form .search-bar::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .addCompanyAddressScreen .header .form a {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Primary-500, #108482);
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .addCompanyAddressScreen .back-btn {
    position: absolute;
    left: 0;
    width: 7px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
    top: 0;
  }
  
  .addCompanyAddressScreen .footer {
    display: flex;
    width: 57%;
  }
  
  .addCompanyAddressScreen .footer .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .addCompanyAddressScreen .footer .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  @media (max-width: 567px) {
    .addCompanyAddressScreen .header .title {
      font-size: 38px;
      line-height: 44px;
    }
  
    .addCompanyAddressScreen .header .form {
      width: 343px;
    }
  
    .addCompanyAddressScreen {
      width: 100%;
      padding: 48px 0;
    }
  
    .addCompanyAddressScreen .footer {
      width: 100%;
    }
  }
  
  /* CSS for fill out info screen for business singnup */
  .fillInfoContainer .progres-bar {
    display: flex;
    padding-top: 70px;
  }
  
  .fillInfoContainer .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 65%;
  }
  
  .fillInfoContainer .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 35%;
  }
  
  .fillInfoContainer .progres-bar .first,
  .fillInfoContainer .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .fillInfoScreen {
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
  }
  
  .fillInfoScreen .header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  
  .fillInfoScreen .header .title {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .fillInfoScreen .header .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
  }
  
  .fillInfoScreen .header .info .leftpart {
    width: 442px;
    height: 488px;
    border-radius: 24px;
    background: var(--Gray-25, #fcfcfd);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  
  .fillInfoScreen .header .info .left-with-image {
    width: 442px;
    height: 488px;
    border-radius: 24px;
    background: var(--Gray-25, #fcfcfd);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
  }
  
  .fillInfoScreen .header .info .left-with-image .main-selected-image {
    width: 442px;
    height: 422px;
    border-radius: 16px;
  }
  
  .fillInfoScreen .header .info .left-with-image .other-images {
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  
  .fillInfoScreen .header .info .left-with-image .other-images .img-container {
    position: relative;
  }
  
  .fillInfoScreen
    .header
    .info
    .left-with-image
    .other-images
    .img-container
    .svg-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 18px;
    height: 18px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--Primary-25, #e7f3f3);
    transform: translate(50%, -50%);
  }
  
  .fillInfoScreen
    .header
    .info
    .left-with-image
    .other-images
    .img-container
    .remove-img {
    width: 10.529px;
    height: 10.529px;
    flex-shrink: 0;
  }
  
  .fillInfoScreen
    .header
    .info
    .left-with-image
    .other-images
    .img-container
    img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 8px;
  }
  
  .fillInfoScreen .header .info .left-with-image .other-images .add-image {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid var(--Primary-500, #108482);
    background: #fff;
  }
  
  .fillInfoScreen .header .info .leftpart .bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  
  .fillInfoScreen .header .info .leftpart .bottom .prompt {
    display: flex;
    height: 23px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 428.571% */
  }
  
  .fillInfoScreen .header .info .leftpart .bottom .disc {
    color: var(--Gray-500, #667085);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 428.571% */
  }
  
  .fillInfoScreen .header .info .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .fillInfoScreen .header .info .right .top {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .fillInfoScreen .header .info .right .top .title {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .fillInfoScreen .header .info .right .top .service-list-box {
    display: flex;
    height: 254px;
    padding: 16px 16px 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  
  .fillInfoScreen .header .info .right .top .service-list-box .search-bar {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid var(--Gray-50, #f9fafb);
    background: var(--White, #fff);
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .search-bar::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .fillInfoScreen .header .info .right .top .service-list-box .service-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: scroll;
    width: 100%;
  }
  
  .fillInfoScreen .header .info .right .top .service-list-box .selected-services {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .selected-services
    .tag {
    display: flex;
    padding: 2px 8px 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-500, #667085);
    text-align: center;
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .service-list::-webkit-scrollbar {
    width: 4px; /* Matches the width of your SVG */
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .service-list::-webkit-scrollbar-thumb {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="80" viewBox="0 0 4 80" fill="none"><rect width="4" height="80" rx="2" fill="%23E4E7EC"/></svg>')
      no-repeat;
    background-size: contain; /* Ensures the SVG fits perfectly */
    border-radius: 2px; /* Matches the rx value of your SVG for rounded corners */
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .service-list::-webkit-scrollbar-track {
    background: transparent; /* Optional: Make the track transparent or customize as needed */
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .service-list
    .service {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .service-list
    .service
    .check-input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  }
  
  .fillInfoScreen
    .header
    .info
    .right
    .top
    .service-list-box
    .service-list
    .service
    .check-label {
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .fillInfoScreen .header .info .right .bottom {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .fillInfoScreen .header .info .right .bottom .check-label {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin: 0;
  }
  
  .fillInfoScreen .header .info .right .bottom .t-area {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    color: var(--Gray-800, #1d2939);
    text-overflow: ellipsis;
    white-space: nowrap;
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .fillInfoScreen .header .info .right .bottom .word-count {
    color: var(--Gray-600, #475467);
  
    /* Text sm/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  
  .fillInfoScreen .footer {
    display: flex;
    width: 57%;
  }
  
  .fillInfoScreen .footer .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .fillInfoScreen .footer .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  .fillInfoScreen .back-btn {
    position: absolute;
    left: 0;
    width: 7px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
    top: 0;
  }
  
  .fillInfoScreen .mobile-middle {
    display: none;
  }
  
  @media (max-width: 567px) {
    .fillInfoScreen .header .title {
      font-size: 40px;
      line-height: 44px;
    }
  
    .fillInfoScreen .mobile-middle {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
  
    .fillInfoScreen .mobile-middle .mobile-title {
      color: var(--Gray-600, #475467);
  
      /* Text lg/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px; /* 155.556% */
    }
  
    .fillInfoScreen .mobile-middle .other-images {
      display: flex;
      align-items: center;
      gap: 16px;
      align-self: stretch;
    }
  
    .fillInfoScreen .mobile-middle .other-images .img-container {
      position: relative;
    }
  
    .fillInfoScreen .mobile-middle .other-images .img-container .svg-container {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      width: 18px;
      height: 18px;
      padding: 8px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      border-radius: 24px;
      background: var(--Primary-25, #e7f3f3);
      transform: translate(50%, -50%);
    }
  
    .fillInfoScreen .mobile-middle .other-images .img-container .remove-img {
      width: 10.529px;
      height: 10.529px;
      flex-shrink: 0;
    }
  
    .fillInfoScreen .mobile-middle .other-images .img-container img {
      width: 45px;
      height: 45px;
      flex-shrink: 0;
      border-radius: 8px;
    }
  
    .fillInfoScreen .mobile-middle .other-images .add-image {
      display: flex;
      width: 52px;
      height: 52px;
      padding: 10px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      border-radius: 32px;
      border: 1px solid var(--Primary-500, #108482);
      background: #fff;
    }
  
    /* .fillInfoScreen .header .info {
      width: 343px;
    } */
  
    .fillInfoScreen .header .info .leftpart {
      display: none;
    }
  
    .fillInfoScreen {
      width: 100%;
      padding: 48px 0;
    }
  
    .fillInfoScreen .footer {
      width: 100%;
    }
  }
  
  /* CSS for Business Contact Details */
  .businessContactDetailsContainer .progres-bar {
    display: flex;
    padding-top: 70px;
  }
  
  .businessContactDetailsContainer .progres-bar .first {
    background: var(--Primary-700, #0d6a68);
    width: 85%;
  }
  
  .businessContactDetailsContainer .progres-bar .second {
    background: var(--Gray-100, #f2f4f7);
    width: 15%;
  }
  
  .businessContactDetailsContainer .progres-bar .first,
  .businessContactDetailsContainer .progres-bar .second {
    height: 6px;
    border-radius: 2px;
  }
  
  .businessContactDetailsScreen {
    padding: 28px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
  }
  
  .businessContactDetailsScreen .content {
    display: flex;
    gap: 40px;
    align-self: stretch;
  }
  
  .businessContactDetailsScreen .header {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
  }
  
  .businessContactDetailsScreen .content .left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
    width: 100%;
  }
  
  .businessContactDetailsScreen .content .left .title,
  .businessContactDetailsScreen .content .right .title {
    color: var(--Gray-800, #1d2939);
  
    /* Text xl/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
  }
  
  .businessContactDetailsScreen .content .left .input-field .field-label {
    color: var(--Gray-600, #475467);
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .businessContactDetailsScreen .content .left .input-field .field-text,
  .businessContactDetailsScreen .content .right .field-text {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    color: var(--Gray-700, #344054);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .businessContactDetailsScreen .content .right .field-text {
    flex: 1;
  }
  
  .businessContactDetailsScreen
    .content
    .left
    .input-field
    .field-text::placeholder,
  .businessContactDetailsScreen .content .right .field-text::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .businessContactDetailsScreen .content .left .input-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-self: stretch;
  }
  
  .businessContactDetailsScreen .content .right {
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-self: stretch;
    width: 100%;
  }
  
  .businessContactDetailsScreen .content .right .social {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  .businessContactDetailsScreen .content .right .social img {
    width: 50px;
    height: 50px;
  }
  
  .businessContactDetailsScreen .footer {
    display: flex;
    width: 57%;
  }
  
  .businessContactDetailsScreen .footer .continue-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border: none;
  }
  
  .businessContactDetailsScreen .footer .continue-btn.active {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  .businessContactDetailsScreen .back-btn {
    position: absolute;
    left: 0;
    width: 7px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    cursor: pointer;
    top: 0;
  }
  
  @media (max-width: 567px) {
    .businessContactDetailsScreen {
      padding: 48px 0px;
    }
  
    .businessContactDetailsScreen .content {
      flex-direction: column;
    }
  
    .businessContactDetailsScreen .header {
      font-size: 40px;
      line-height: 44px;
    }
  
    .businessContactDetailsScreen .footer {
      width: 100%;
    }
  }
  
  /* CSS for Contact Us Page */
  .contactUsContainer {
    padding: 130px 100px 30px 100px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .contactUsContainer .left {
    width: 470px;
  }
  
  .contactUsContainer .left {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  
  .contactUsContainer .right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  
  .contactUsContainer .form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
  
  .contactUsContainer .form .title {
    color: #000;
  
    /* Display md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }
  
  .contactUsContainer .form .body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  
  .contactUsContainer .form .body .input-field {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .contactUsContainer .form .body .input-field .field-label {
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  
  .contactUsContainer .form .body .input-field .field-text {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    outline: none;
  }
  
  .contactUsContainer .form .body .input-field .field-text::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .contactUsContainer .form .body .input-field .t-area {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    height: 100px;
  }
  
  .contactUsContainer .form .body .input-field .t-area::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .contactUsContainer .form .submit-btn {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Primary-500, #108482);
    border: none;
    color: var(--White, #fff);
  
    /* Text xl/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  .contactUsContainer .form .mobile-img {
    display: none;
  }
  
  @media (max-width: 567px) {
    .contactUsContainer {
      padding: 84px 16px;
    }
  
    .contactUsContainer .form .mobile-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
  
    .contactUsContainer .form .mobile-img img {
      width: 221px;
      height: auto;
    }
  
    .contactUsContainer .form {
      gap: 16px;
    }
  
    .contactUsContainer .right {
      display: none;
    }
    .contactUsContainer .left {
      width: 100%;
    }
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .contactUsContainer .left {
      width: 382px;
    }
  
    .contactUsContainer .right {
      position: relative;
    }
  
    .contactUsContainer .right img {
      width: 300px;
    }
  }
  
  /* CSS for contact us submit modal */
  
  .contactUsModal {
    max-width: 100%;
  }
  
  .contactUsModal .modal-dialog {
    justify-content: center;
  }
  
  .contactUsModal .modal-content {
    display: flex;
    width: 360px;
    height: 221px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--White, #fff);
    box-shadow: 0px -2px 10px -4px rgba(209, 209, 209, 0.25),
      0px 2px 10px -4px rgba(144, 144, 144, 0.25);
    position: relative;
  }
  
  .contactUsModal .modal-content .green-tick {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--Success-500, #009a6c);
  }
  
  .contactUsModal .modal-content span {
    overflow: hidden;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    text-overflow: ellipsis;
  
    /* Text xl/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
  }
  
  .contactUsModal .modal-content .cls-modal {
    position: absolute;
    right: 15px;
    top: 12px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  /* CSS for Profile page */
  .profileContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    background: var(--Gray-50, #f9fafb);
    margin: 0;
    max-width: 100%;
    padding: 130px 95px 60px 95px;
  }
  
  .profileContainer .header {
    display: flex;
    width: 100%;
    padding: 24px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: #fff;
    height: 94px;
  }
  
  .profileContainer .header .left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .profileContainer .header .left img {
    height: 65px;
    width: 65px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 50%;
  }
  
  .profileContainer .header .left .user-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }
  
  .profileContainer .header .right {
    display: flex;
    gap: 16px;
  }
  
  .profileContainer .header .right .edit-btn {
    display: flex;
    height: 42px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    color: var(--Gray-400, #98a2b3);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    background-color: white;
  }
  
  .profileContainer .header .right .delete-btn {
    display: flex;
    height: 42px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-400, #98a2b3);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: none;
  }
  
  .profileContainer .middle {
    display: flex;
    gap: 2px;
    width: 312px;
  }
  
  .profileContainer .middle span {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--Gray-300, #d0d5dd);
    color: var(--Gray-300, #d0d5dd);
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .profileContainer .footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 32px;
    align-items: center;
    width: 65vw;
    align-self: center;
  }
  
  .profileContainer .footer .title {
    height: 74px;
    align-self: stretch;
    color: var(--Gray-600, #475467);
    text-align: center;
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .profileContainer .footer .body {
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .profileContainer .footer svg {
    width: 250px;
    height: 250px;
  }
  
  .profileContainer .footer .connect-app {
    display: none;
  }
  
  @media (max-width: 567px) {
    .profileContainer {
      padding: 84px 16px 68px 16px;
    }
    .profileContainer .header {
      flex-direction: column;
      height: auto;
      align-items: flex-start;
      gap: 16px;
    }
  
    .profileContainer .middle span {
      flex: 1;
    }
  
    .profileContainer .footer {
      width: 100%;
    }
  
    .profileContainer .footer .body {
      display: none;
    }
  
    .profileContainer .footer svg {
      display: none;
    }
  
    .profileContainer .footer .title {
      height: auto;
    }
  
    .profileContainer .footer .connect-app {
      display: flex;
      height: 52px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
      align-self: stretch;
      border-radius: 32px;
      background: var(--Primary-500, #108482);
      border: none;
      color: var(--White, #fff);
  
      /* Text xl/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px; /* 150% */
    }
  }
  
  @media (min-width: 567px) and (max-width: 991px) {
    .profileContainer {
      padding: 84px 24px 68px 24px;
    }
    .profileContainer .header {
      flex-direction: column;
      height: auto;
      align-items: flex-start;
      gap: 16px;
    }
  
    .profileContainer .middle span {
      flex: 1;
    }
  
    .profileContainer .footer {
      width: 494px;
      height: 215px;
    }
  
    .profileContainer .footer .body {
      display: none;
    }
  
    .profileContainer .footer svg {
      display: none;
    }
  
    .profileContainer .footer .title {
      height: 112px;
    }
  
    .profileContainer .footer .connect-app {
      display: flex;
      height: 52px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
      align-self: stretch;
      border-radius: 32px;
      background: var(--Primary-500, #108482);
      border: none;
      color: var(--White, #fff);
  
      /* Text xl/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px; /* 150% */
      width: 280px;
      align-self: center;
    }
  }
  
  /* CSS for FAQ */
  .faqContainer {
    padding: 150px 32px 60px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .faqContainer .header {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  
  .faqContainer .header .title {
    color: var(--Gray-800, #1d2939);
  
    /* Display md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }
  
  /* .faqContainer .header .collapsed-search {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;
  }
  
  .faqContainer .header .expanded-search {
    display: none;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid var(--Gray-50, #f9fafb);
    background: var(--White, #fff);
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    flex: 1;
  }
  
  .faqContainer .header .expanded-search input {
    border: none;
    outline: none;
    flex: 1;
  } */
  
  .faqContainer .header .search-container {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 52px;
    padding: 10px 14px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    border-radius: 50px;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: width 0.3s ease, padding 0.3s ease, border-radius 0.3s ease;
    width: 50px; /* Collapsed width */
    overflow: hidden;
    cursor: pointer;
    margin: 0;
  }
  
  /* Expanded state */
  .faqContainer .header .search-container.expanded {
    width: 300px; /* Expanded width */
    padding: 10px 20px;
    border-radius: 24px;
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    flex: 1;
  }
  
  /* Input styles */
  .faqContainer .header .search-container .search-input {
    border: none;
    outline: none;
    flex: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  
  /* Show input when expanded */
  .faqContainer .header .search-container.expanded .search-input {
    opacity: 1;
    cursor: initial;
  }
  
  /* Icon styles */
  .faqContainer .header .search-container svg {
    width: 24px;
    height: 24px;
    fill: #475467;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .faqContainer .header .search-container svg.expanded {
    width: 24px;
    height: 24px;
    fill: #475467;
    position: static;
    transform: translateX(-30%);
  }
  
  .faqContainer .faqList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .faqContainer .faqList .left {
    flex: 0 0 auto;
    width: 48%;
    margin-bottom: 32px;
  }
  
  .faqContainer .faqList .faq {
    display: flex;
    height: 65px;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Gray-200, #e4e7ec);
    cursor: pointer;
  }
  
  .faqContainer .faqList .question {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
  }
  
  .faqContainer .faqList .faq svg {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--Primary-500, #108482);
  }
  
  .faqContainer .header .mobile-search-container {
    display: none;
  }
  
  @media (max-width: 567px) {
    .faqContainer {
      padding: 78px 16px 68px 16px;
    }
  
    .faqContainer .header .search-container {
      display: none;
    }
  
    .faqContainer .header .mobile-search-container {
      display: flex;
      height: 52px;
      padding: 10px 14px;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      border-radius: 24px;
      border: 1px solid var(--Gray-50, #f9fafb);
      background: var(--White, #fff);
      box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    }
  
    .faqContainer .header {
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
    }
  
    .faqContainer .header .mobile-search-container svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }
  
    .faqContainer .faqList {
      flex-direction: column;
    }
  
    .faqContainer .faqList .left {
      width: 100%;
    }
    .faqContainer .faqList .question {
      font-size: 18px;
    }
  
    .faqContainer .header .mobile-search-container input {
      outline: none;
      flex: 1;
      border: none;
      color: var(--Gray-800, #1d2939);
  
      /* Text md/Regular */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
    }
  
    .faqContainer .header .mobile-search-container input::placeholder {
      color: var(--Gray-500, #667085);
    }
    .faqContainer .faqList .faq svg {
      width: 32px;
      height: 32px;
    }
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .faqContainer {
      padding: 78px 24px 68px 24px;
    }
  
    .faqContainer .header .search-container {
      display: none;
    }
  
    .faqContainer .header .mobile-search-container {
      display: flex;
      height: 52px;
      padding: 10px 14px;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      border-radius: 24px;
      border: 1px solid var(--Gray-50, #f9fafb);
      background: var(--White, #fff);
      box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    }
  
    .faqContainer .header {
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
    }
  
    .faqContainer .header .mobile-search-container svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }
  
    .faqContainer .faqList {
      flex-direction: column;
    }
  
    .faqContainer .faqList .left {
      width: 100%;
    }
    .faqContainer .faqList .question {
      font-size: 24px;
    }
  
    .faqContainer .header .mobile-search-container input {
      outline: none;
      flex: 1;
      border: none;
      color: var(--Gray-800, #1d2939);
  
      /* Text md/Regular */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
    }
  
    .faqContainer .header .mobile-search-container input::placeholder {
      color: var(--Gray-500, #667085);
    }
  
    .faqContainer .faqList .faq svg {
      width: 42px;
      height: 42px;
    }
  }
  
  /* CSS for career page 1 */
  .careerContainer {
    padding: 130px 32px 68px 32px;
    display: flex;
    gap: 32px;
  }
  
  .careerContainer .left {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
  }
  
  .careerContainer .left .header {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .careerContainer .left .header .title {
    flex: 1 0 0;
    color: var(--Gray-800, #1d2939);
  
    /* Display md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }
  
  .careerContainer .left .header .body {
    display: flex;
    height: 92px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(--Gray-600, #475467);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
  }
  
  .careerContainer .left .footer {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
  
  .careerContainer .left .footer .search-career-container .dropdown {
    display: none;
  }
  
  .careerContainer .left .footer .search-career-container .dropdown.expanded {
    display: flex;
    height: 150px;
    padding: 32px 12px 8px 12px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 1;
  }
  
  .careerContainer .left .footer .search-career-container .dropdown ul {
    overflow-y: scroll;
    width: 100%;
  }
  
  .careerContainer
    .left
    .footer
    .search-career-container
    .dropdown
    ul::-webkit-scrollbar-track {
    background: none;
  }
  
  .careerContainer
    .left
    .footer
    .search-career-container
    .dropdown
    ul::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="4" height="80" viewBox="0 0 4 80" fill="none"%3E%3Crect width="4" height="80" rx="2" fill="%23E4E7EC"/%3E%3C/svg%3E')
      no-repeat;
  
    background-size: cover;
    width: 4px;
    height: 50px;
  }
  
  .careerContainer .left .footer .search-career-container .dropdown ul li {
    display: flex;
    height: 52px;
    padding: 6px 0px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  
  .careerContainer .left .footer .search-career-container {
    position: relative;
  }
  
  .careerContainer .left .footer .search-career {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid var(--Gray-50, #f9fafb);
    background: var(--White, #fff);
    box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
    position: relative;
    z-index: 2;
  }
  
  .careerContainer .left .footer .search-career input {
    flex: 1 0 0;
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border: none;
    outline: none;
  }
  
  .careerContainer .left .footer .search-career input::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .careerContainer .left .footer .job-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .careerContainer .left .footer .job-list.expanded {
    margin-top: 119px;
  }
  
  .careerContainer .left .footer .job-list .filter-status {
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .careerContainer .left .footer .job-list hr {
    margin: 0;
  }
  
  .careerContainer .left .footer .job-list .job {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    column-gap: 16px;
    align-items: center;
    color: #000;
    padding: 0 16px;
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .careerContainer .left .footer .job-list .job .top {
    display: contents;
  }
  
  .careerContainer .left .footer .job-list .job .top .position {
    min-width: 0;
  }
  
  .careerContainer .left .footer .job-list .job .top .location {
    text-align: center;
    justify-self: center;
    white-space: nowrap;
  }
  
  .careerContainer .left .footer .job-list .job .view-role-btn {
    display: flex;
    height: 42px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--Primary-500, #108482);
    color: var(--Primary-500, #108482);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    background-color: white;
    white-space: nowrap;
  }
  
  .careerContainer .left .footer .job-list .job .view-role-btn:hover {
    background: var(--Primary-25, #e7f3f3);
  }
  
  .careerContainer .left .footer .job-list .job .view-role-btn:active {
    background: var(--Primary-25, #e7f3f3);
    box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
  }
  
  .careerContainer .right {
    flex: 1;
  }
  
  .careerContainer .right img {
    width: 100%;
  }
  
  .careerContainer .left .header .mobile-career-img {
    display: none;
  }
  
  @media (max-width: 567px) {
    .careerContainer .left .header .mobile-career-img {
      display: block;
    }
  
    .careerContainer .right {
      display: none;
    }
    .careerContainer {
      padding: 110px 16px 68px 16px;
    }
    .careerContainer .left,
    .careerContainer .left .footer {
      width: 100%;
    }
    .careerContainer .left .header {
      gap: 24px;
    }
  
    .careerContainer .left .header .top {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
  
    .careerContainer .left .footer .job-list .job {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 0;
    }
  
    .careerContainer .left .footer .job-list .job .top {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr auto;
      column-gap: 16px;
      align-items: center;
    }
    .careerContainer .left .footer .job-list .job .view-role-btn {
      width: 100%;
    }
  }
  
  @media (min-width: 567px) and (max-width: 991px) {
    .careerContainer .left .header .mobile-career-img {
      display: block;
    }
  
    .careerContainer .right {
      display: none;
    }
    .careerContainer {
      padding: 110px 32px 68px 32px;
    }
    .careerContainer .left,
    .careerContainer .left .footer {
      width: 100%;
    }
    .careerContainer .left .header {
      gap: 24px;
      flex-direction: row;
      align-items: center;
    }
  
    .careerContainer .left .header img {
      width: 285px;
      height: 285px;
    }
  
    .careerContainer .left .header .top {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
  }
  
  /* CSS for job description page */
  .jobDescContainer {
    padding: 130px 32px 68px 32px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
  }
  
  .jobDescContainer .main-content {
    display: flex;
    gap: 48px;
  }
  
  .jobDescContainer .main-content .left img {
    width: 578px;
    height: 578px;
    flex-shrink: 0;
  }
  
  .jobDescContainer .main-content .right {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  
  .jobDescContainer .main-content .right .top {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .jobDescContainer .main-content .right .top .prev-page {
    display: flex;
    height: 32px;
    padding: 10px 12px;
    align-items: center;
    gap: 8px;
    color: var(--Primary-500, #108482);
  
    /* Text sm/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  
  .jobDescContainer .main-content .right .top .title {
    color: var(--Gray-800, #1d2939);
  
    /* Display md/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }
  
  .jobDescContainer .main-content .right .top .dept-desc {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Gray-600, #475467);
  
    /* Text lg/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
  }
  
  .jobDescContainer .main-content .right .top .dept-desc .dept {
    color: var(--Gray-800, #1d2939);
  }
  
  .jobDescContainer .main-content .right .bottom {
    width: 711px;
    color: var(--Gray-800, #1d2939);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .jobDescContainer .apply-btn {
    display: flex;
    width: 300px;
    height: 42px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--Primary-500, #108482);
    border: none;
    color: var(--White, #fff);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  .jobDescContainer .apply-btn:hover {
    background: var(--Primary-700, #0d6a68);
  }
  
  .jobDescContainer .apply-btn:active {
    background: var(--Primary-600, #0e7775);
    box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
  }
  
  .jobDescContainer .mobile-apply-btn {
    display: none;
  }
  
  .jobDescContainer .title-div .share-btn {
    display: none;
  }
  
  .jobDescContainer ul {
    list-style-type: disc;
    padding-left: 28px;
    margin-bottom: 35px;
  }
  
  .jobDescContainer .bottom ul li {
    margin-bottom: 5px;
  }
  
  @media (max-width: 567px) {
    .jobDescContainer {
      padding: 110px 16px 68px 16px;
    }
  
    .jobDescContainer .main-content .left {
      display: none;
    }
    .jobDescContainer .main-content .right .top .title {
      font-size: 24px;
      line-height: 32px;
    }
    .jobDescContainer .main-content .right .bottom {
      width: 100%;
    }
  
    .jobDescContainer .apply-btn {
      display: none;
    }
  
    .jobDescContainer .main-content .right .title-div {
      display: flex;
      align-items: center;
      gap: 20px;
    }
  
    .jobDescContainer .main-content .right .title-div .title {
      flex: 1;
    }
  
    .jobDescContainer .main-content .right .title-div .share-btn {
      display: flex;
      width: 42px;
      height: 42px;
      padding: 10px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 100px;
      border: 0px solid var(--Primary-500, #108482);
      background: var(--White, #fff);
  
      /* Icon button/Drop shadow */
      box-shadow: 0px 2px 4px 4px rgba(152, 162, 179, 0.12);
    }
  
    .jobDescContainer .main-content .right .top .mobile-apply-btn {
      display: flex;
      height: 42px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 24px;
      background: var(--Primary-500, #108482);
      border: none;
      color: var(--White, #fff);
  
      /* Text md/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      width: 114px;
    }
  }
  
  @media (min-width: 568px) and (max-width: 991px) {
    .jobDescContainer {
      padding: 110px 32px 68px 32px;
    }
  
    .jobDescContainer .main-content .left img {
      width: 285px;
      height: 285px;
    }
  
    .jobDescContainer .main-content .right .top .title {
      font-size: 24px;
      line-height: 32px;
    }
    .jobDescContainer .main-content .right .bottom {
      width: 100%;
    }
  
    .jobDescContainer .apply-btn {
      display: none;
    }
  
    .jobDescContainer .main-content .right .title-div {
      display: flex;
      align-items: center;
      gap: 20px;
    }
  
    .jobDescContainer .main-content .right .title-div .title {
      flex: 1;
    }
  
    .jobDescContainer .main-content .right .title-div .share-btn {
      display: flex;
      width: 42px;
      height: 42px;
      padding: 10px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 100px;
      border: 0px solid var(--Primary-500, #108482);
      background: var(--White, #fff);
  
      /* Icon button/Drop shadow */
      box-shadow: 0px 2px 4px 4px rgba(152, 162, 179, 0.12);
    }
  
    .jobDescContainer .main-content .right .top .mobile-apply-btn {
      display: flex;
      height: 42px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 24px;
      background: var(--Primary-500, #108482);
      border: none;
      color: var(--White, #fff);
  
      /* Text md/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      width: 114px;
    }
  }
  
  /* CSS fix 27th Nov */
  .text-danger {
    color: var(--Error-600, #e6341d);
  
    /* Text lg/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  
  .dog-card .breed-badge {
    display: none;
  }
  
  .card-locntainer .footersocial {
    padding: 10px 16px;
  }
  
  .discoverservice {
    margin: 0;
  }
  
  .popularitem .box_gridpopu .stats li {
    display: flex;
    align-items: center;
  }
  
  .subtitlepopup {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipses for overflowing text */
  }
  
  .subtitlepopup:hover {
    white-space: normal; /* Allow text to wrap when hovered */
  }
  
  .dropdown-list {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .halfmap.services-page .nav-tabs .nav-link.active {
    color: var(--Gray-800, #1d2939);
    /* border-bottom: 2px solid #eee; */
    border-bottom: none !important;
  }
  
  .view-park-detail .view-park-detail-header {
    width: 100%;
  }
  
  .view-park-detail .view-park-detail-header h1 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
  }
  
  .view-park-detail .view-park-detail-header h1 .parkview-button-follow {
    height: 34px;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  
  .view-park-detail .view-park-detail-header h1 .parkview-button-follow:hover {
    background: var(--Primary-700, #0d6a68);
    color: #fff;
  }
  
  .parkview .icon-top-right {
    display: none;
  }
  
  .parkview .top-left-icons .live-label {
    display: none;
  }
  
  .parkview .main-review-header {
    margin-top: 24px;
  }
  
  .loginPage .fieldInput .inputBox {
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: var(--Gray-600, #475467);
    outline: none;
  }
  
  .loginPage .fieldInput .inputBox::placeholder {
    color: var(--Gray-500, #667085);
  }
  
  .signUpModal .loginuser {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .signupDog2 .form .left .select-breed-dropdown {
    display: flex;
    height: 52px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--Gray-600, #475467);
    outline: none;
    width: 80%;
  }
  
  .signupDog2 .form .left .select2-container .my-select,
  .signupDog2 .form .left .select2-container .my-select2 {
    border: none;
    outline: none;
  }
  
  .signupDog2 .form .left .select2-container .select2-selection {
    border: none;
  }
  
  .signupDog2 .form .left .input-field .field-text.dob {
    display: block;
    cursor: pointer;
  }
  
  .report-lost-dog-modal .modal-dialog {
    max-width: var(--bs-modal-width);
  }
  
  .parkview .view-park-detail .view-park-detail-header .left {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  
  .parkview .view-park-detail .view-park-detail-header .left svg {
    margin: 0;
  }
  
  .amenities-modal .modal-content {
    margin-top: 70px;
  }
  
  @media (max-width: 567px) {
    .parkview .view-park-detail .parkview-button-follow {
      display: none;
    }
    .parkview .view-park-detail .parkview-button-follow-secondary {
      display: none;
    }
    .parkview .breadcrumb-park {
      overflow-x: scroll;
      white-space: nowrap;
    }
  
    .parkview .breadcrumb-park::-webkit-scrollbar {
      display: none;
    }
  
    .parkview .content-right-view-park .park-list .park-card .card-body .footer {
      overflow-x: scroll;
      white-space: nowrap;
    }
  
    .parkview
      .content-right-view-park
      .park-list
      .park-card
      .card-body
      .footer::-webkit-scrollbar {
      display: none;
    }
  }
  
  .review-list .review-card .card-header .header-right {
    cursor: pointer;
    position: relative;
  }
  
  .review-list .review-card .card-header .header-right .dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Position below the trigger */
    right: 0;
    z-index: 1000;
    /* Icon button/Drop shadow */
    box-shadow: 0px 2px 4px 4px rgba(152, 162, 179, 0.12);
    border-radius: 16px;
    background: #fff;
    padding: 24px 16px;
    width: 204px;
    border: none;
  }
  
  .review-list .review-card .card-header .header-right .dropdown-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
  }
  
  .review-list .review-card .card-header .header-right .dropdown-menu li {
    width: 100%;
  }
  
  .review-list .review-card .card-header .header-right .dropdown-menu ul li a {
    display: flex;
    height: 32px;
    padding: 6px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    white-space: nowrap;
  
    /* Text sm/Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .review-list
    .review-card
    .card-header
    .header-right
    .dropdown-menu
    ul
    li
    a:hover {
    background-color: #f2f4f7;
    color: #000;
    border-radius: 16px;
  }
  
  /* CSS for delete user review and report user on park detail page */
  
  .delete-review-modal .modal-dialog,
  .report-user-modal .modal-dialog {
    justify-content: center;
  }
  
  .delete-review-modal .modal-content,
  .report-user-modal .modal-content {
    width: auto;
  }
  
  .delete-review-modal .modal-body,
  .report-user-modal .modal-body {
    display: flex;
    width: 360px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--White, #fff);
    box-shadow: 0px -2px 10px -4px rgba(209, 209, 209, 0.25),
      0px 2px 10px -4px rgba(144, 144, 144, 0.25);
    position: relative;
  }
  
  .delete-review-modal .modal-body .title,
  .report-user-modal .modal-body .title {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  .delete-review-modal .modal-body .body,
  .report-user-modal .modal-body .body {
    display: flex;
    height: 84px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    text-overflow: ellipsis;
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .delete-review-modal .modal-body .footer,
  .report-user-modal .modal-body .footer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
  
  .delete-review-modal .modal-body .footer button,
  .report-user-modal .modal-body .footer button {
    display: flex;
    height: 48px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 24px;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: none;
  }
  
  .delete-review-modal .modal-body .cancel-btn,
  .report-user-modal .modal-body .no-btn {
    color: var(--Gray-600, #475467);
  
    /* Text md/Semibold */
  
    background-color: white;
  }
  
  .delete-review-modal .modal-body .delete-btn,
  .report-user-modal .modal-body .delete-btn {
    background: var(--Error-50, #fef3f2);
    color: var(--Error-500, #ff3a20);
  }
  
  .delete-review-modal .modal-body .close-btn,
  .report-user-modal .modal-body .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
  }
  
  .report-user-modal .modal-body .confirm-btn {
    background: var(--Primary-500, #108482);
    color: var(--White, #fff);
  }
  
  /* CSS for add review modal on park detail page */
  .add-review-modal .modal-dialog {
    justify-content: center;
  }
  
  .add-review-modal .modal-content {
    width: auto;
    margin-top: 70px;
  }
  
  .add-review-modal .modal-body {
    display: flex;
    width: 390px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 32px;
    background: #fff;
  }
  
  .add-review-modal .modal-body .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
  }
  
  .add-review-modal .modal-body .header .close-btn {
    cursor: pointer;
  }
  
  .add-review-modal .modal-body .body-rating {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    align-self: stretch;
  }
  
  .prompt {
    cursor: pointer;
  }
  
  .add-more-images {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid var(--Primary-500, #108482);
    background: #fff;
  }
  
  .add-image {
    cursor: pointer;
  }
  
  .add-review-modal .modal-body .body-rating .park-img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .add-review-modal .modal-body .body-rating .park-name {
    color: var(--Gray-700, #344054);
    text-align: center;
  
    /* Text lg/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  
  .add-review-modal .modal-body .body-comment {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-self: stretch;
    height: 154px;
  }
  
  .add-review-modal .modal-body .body-comment label {
    color: var(--Gray-600, #475467);
  
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  .add-review-modal .modal-body .body-comment textarea {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    flex: 1 0 0;
    align-self: stretch;
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    white-space: nowrap;
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .add-review-modal .modal-body .upload-section {
    display: flex;
    gap: 8px;
    align-items: center;
    align-self: stretch;
  }
  
  .add-review-modal .modal-body .upload-section a {
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .add-review-modal .modal-body .footer {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  
  .add-review-modal .modal-body .footer button {
    display: flex;
    height: 42px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 24px;
    border: none;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  .add-review-modal .modal-body .footer .later-btn {
    color: var(--Primary-500, #108482);
    background-color: white;
  }
  
  .add-review-modal .modal-body .footer .confirm-btn {
    color: var(--White, #fff);
    background: var(--Primary-500, #108482);
  }
  
  /* CSS for report park as inaccurate modal on park detail page */
  .report-Park-As-Inaccurate-Modal .modal-dialog {
    justify-content: center;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-content {
    width: auto;
    margin-top: 70px;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body {
    display: flex;
    width: 390px;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .header {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .body-header {
    overflow: hidden;
    color: var(--Gray-800, #1d2939);
    text-align: center;
    text-overflow: ellipsis;
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .checkbox-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .checkbox-body .input-field {
    display: flex;
    height: 52px;
    padding: 6px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .checkbox-body .input-field input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .checkbox-body .input-field label {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    overflow: hidden;
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .upload-section {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .upload-section a {
    color: var(--Gray-600, #475467);
  
    /* Text md/Regular */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .description {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 160px;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .description textarea {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    outline: none;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .footer button {
    display: flex;
    height: 42px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 24px;
    border: none;
    /* Text md/Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .footer .cancel-btn {
    color: var(--Gray-500, #667085);
    background: white;
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .footer .submit-btn {
    color: var(--White, #fff);
    background: var(--Primary-500, #108482);
  }
  
  .report-Park-As-Inaccurate-Modal .modal-body .close-btn {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
  }
  
  .amenities-modal .modal-body .horizontal-divider {
    margin: 24px 0;
  }
  
  .amenities-modal .amenities-form .footer {
    display: flex;
    align-self: stretch;
    gap: 12px;
  }
  
  .amenities-modal .amenities-form .footer button {
    display: flex;
    height: 42px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 24px;
    border: none;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  
  .amenities-modal .amenities-form .footer .later-btn {
    background-color: white;
    color: var(--Primary-500, #108482);
  }
  
  .amenities-modal .amenities-form .footer .confirm-btn {
    background-color: var(--Primary-500, #108482);
    color: white;
  }
  
  /* CSS for amenity review submission popup modal */
  
  .submit-amenity-review-modal .modal-content {
    width: auto;
    margin-top: 70px;
  }
  
  .submit-amenity-review-modal .modal-body {
    display: flex;
    width: 480px;
    padding: 34px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 32px;
    background: #fff;
  }
  
  .submit-amenity-review-modal .modal-body .header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  
  .submit-amenity-review-modal .modal-body .header .gif-img {
    height: 272px;
    align-self: stretch;
    width: auto;
    object-fit: cover;
  }
  
  .submit-amenity-review-modal .modal-body .header span {
    color: var(--Gray-800, #1d2939);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    align-self: stretch;
  }
  
  .submit-amenity-review-modal .modal-body .footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
  }
  
  .submit-amenity-review-modal .modal-body .footer button {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 32px;
    border: none;
  }
  
  .submit-amenity-review-modal .modal-body .footer button {
    display: flex;
    height: 52px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 32px;
    border: none;
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  
  .submit-amenity-review-modal .modal-body .footer .share-btn {
    background: var(--Primary-500, #108482);
    color: white;
  }
  
  .submit-amenity-review-modal .modal-body .footer .later-btn {
    background: white;
    color: var(--Primary-500, #108482);
  }
  
  /* CSS for share amenity review popup modal */
  .share-amenity-review-modal .modal-content {
    width: auto;
    margin-top: 70px;
  }
  
  .share-amenity-review-modal .modal-body {
    display: flex;
    width: 480px;
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    background: #fff;
  }
  
  .share-amenity-review-modal .modal-body .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: var(--Gray-800, #1d2939);
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
  }
  
  .share-amenity-review-modal .modal-body .divider {
    display: flex;
    height: 1px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }
  
  .share-amenity-review-modal .modal-body .footer {
    display: flex;
    padding: 0px 16px;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    justify-content: center;
  }
  
  .share-amenity-review-modal .modal-body .footer .share-grp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    color: var(--Label-Color-Light-Primary, #000);
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 118.182% */
    letter-spacing: 0.066px;
    cursor: pointer;
  }
  
  .share-amenity-review-modal .modal-body .footer .share-grp img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 13px;
  }
  
  .share-amenity-review-modal .modal-body .header .close-btn {
    cursor: pointer;
  }
  
  @media (max-width: 567px) {
    .mobile-buttons-park-map-page {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 16px;
    }
  
    .mobile-buttons-park-map-page svg {
      flex: 1;
    }
  
    .container-fluid.park-map-page {
      position: relative;
    }
  
    .container-fluid.park-map-page .mobileviewbestmap.button-group {
      position: absolute;
      bottom: 13%;
      left: 50%;
      transform: translateX(-50%);
    }
  
    /* .container-fluid.park-map-page .mobileviewbestmap.button-group.safari {
      bottom: 101px;
    }
  
    .container-fluid.park-map-page .mobileviewbestmap.button-group.chrome {
      bottom: 101px;
    } */
  
    /* .container-fluid.park-map-page .mobileviewbestmap.button-group.firefox {
      bottom: 38px;
    } */
  
    .container-fluid.park-map-page .mobileviewbestmap.button-group button {
      display: flex;
      height: 42px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 24px;
      background: var(--Primary-500, #108482);
  
      /* Primary button/drop shadow */
      box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.1),
        1px 1px 2px 2px rgba(89, 89, 89, 0.1);
      border: none;
      color: var(--White, #fff);
  
      /* Text md/Semibold */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
    }
  
    .container-fluid.park-map-page .noshow {
      display: none !important;
    }
  
    .container-fluid.park-map-page .map-right {
      height: calc(100vh - 239px);
    }
  
    .container-fluid.park-map-page .content-left {
      height: calc(100vh - 239px);
    }
  
    .container-fluid.park-map-page .tab-content {
      height: 100% !important;
    }
  
    .weather-widget .week-forecast-container .week-day {
      flex-direction: column;
    }
  
    .weather-widget .three-hour-weather-container.extend {
      max-width: 185px;
      overflow: auto;
    }
  
    .parkview .location-details {
      left: 0px;
    }
  }
  
  /* CSS for home page services section scroll */
  
  .discoverservicesmain .container-custom.services-container {
    margin: 0;
    padding: 52px 32px;
    max-width: 100%;
  }
  
  .discoverservicesmain .container-custom.services-container .image-container {
    overflow: visible;
  }
  
  .discoverservicesmain
    .container-custom.services-container
    .image-container
    .sliderServices.service-sliderr {
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
  }
  
  .discoverservicesmain
    .container-custom.services-container
    .image-container
    .sliderServices.service-sliderr::-webkit-scrollbar {
    display: none;
  }
  
  .discoverservicesmain
    .container-custom.services-container
    .image-container
    .sliderServices.service-sliderr
    .slideitem {
    overflow: visible;
  }
  
  /* Help Chat Styles - Prefixed to avoid conflicts */
  .help-chat-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .help-chat-popup-overlay.show {
    opacity: 1;
  }
  
  .help-chat-icon-container {
    position: fixed;
    bottom: 50px;
    left: 50px; /* change direction: right to left */
    z-index: 1000;
    cursor: pointer;
  }
  
  .help-chat-icon {
    width: 4rem;
    height: 4rem;
  }
  
  .help-chat-icon:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
  }
  
  .help-chat-popup-container {
    position: absolute;
    bottom: 45px;
    left: 40px; /* change direction: right to left */
    width: 350px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }
  
  .help-chat-popup-overlay.show .help-chat-popup-container {
    transform: translateY(0);
  }
  
  .help-chat-popup-container.help-chat-mode {
    height: 500px;
    display: flex;
    flex-direction: column;
  }
  
  .help-chat-popup-container.help-initial-mode {
    width: 350px;
  }
  
  .help-chat-header {
    background: #a8d8d8;
    color: #2d5a5a;
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .help-chat-body {
    padding: 20px;
    background: white;
    transition: all 0.3s ease;
  }
  
  .help-chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #f8f9fa;
    display: none;
  }
  
  .help-chat-messages.show {
    display: block;
  }
  
  .help-chat-success-message {
    display: none;
  }
  
  .help-chat-success-message.show {
    display: block;
  }
  
  .help-message-container {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
  }
  
  .help-message-container.incoming {
    align-items: flex-start;
  }
  
  .help-message-container.outgoing {
    align-items: flex-end;
  }
  
  .help-chat-input-container {
    padding: 16px;
    background: white;
    border-top: 1px solid #e1e5e9;
    display: none;
    align-items: center;
    gap: 12px;
  }
  
  .help-chat-input-container.show {
    display: flex;
  }
  
  .help-message-input .send-icon {
    position: absolute;
    transform: translate(50%, -50%);
    top: 50%;
    right: 6%;
    cursor: pointer;
  }
  
  .help-chat-form-group {
    margin-bottom: 16px;
  }
  
  .help-chat-form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
  }
  
  .help-chat-form-control:focus {
    outline: none;
    border-color: #108482;
    box-shadow: 0 0 0 3px rgba(16, 132, 130, 0.1);
  }
  
  .help-chat-textarea {
    min-height: 80px;
    resize: vertical;
  }
  
  .help-chat-textarea.small {
    min-height: 110px;
    font-size: 13px;
    padding: 10px;
    resize: none;
  }
  
  .help-chat-textarea.help-chat-message {
    resize: none;
    padding-right: 40px;
    min-height: 45px;
    height: 45px;
    width: 100%;
    display: flex;
    padding: 10px 14px;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .help-chat-content {
    display: none;
  }
  
  .help-chat-content.active {
    display: block;
  }
  
  .help-chat-close-icon {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--Primary-500, #108482);
  }
  
  @media (max-width: 576px) {
    .help-chat-popup-container {
      left: 10px;
      right: 10px;
      width: auto;
    }
  }
  