.contact-page__top-single .content p a{font-size:14px;}
.contact-page__top ul{padding:60px 20px;}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}
.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
    color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
.light{background-color:#fff;}
section.services-two.dark,section.services-one.dark {
    background: #f6f6f6;
}
.scroll-content {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 8px;
}

/* ===== Scrollbar Styling (Chrome, Edge, Safari) ===== */
.scroll-content::-webkit-scrollbar {
    width: 8px;
}

.scroll-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scroll-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1e80b9, #2575fc);
    border-radius: 10px;
    transition: 0.3s ease;
}

.scroll-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #2575fc, #6a11cb);
}

/* ===== Firefox ===== */
.scroll-content {
    scrollbar-width: thin;
    scrollbar-color: #1e80b9 #f1f1f1;
}

 .therapy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .therapy-table thead {
    background: linear-gradient(135deg, #faf7f687, #faf7f6);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .therapy-table th,
  .therapy-table td {
    padding: 16px 20px;
    text-align: left;
  }

  .therapy-table th {
    font-size: 15px;
  }

  .therapy-table tbody tr {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease, transform 0.2s ease;
  }

  .therapy-table tbody tr:nth-child(even) {
    background-color: #f9fbff;
  }

  .therapy-table tbody tr:hover {
    background-color: #eef4ff;
    transform: scale(1.01);
  }

  .therapy-table td:first-child {
    font-weight: 600;
    color: #4a4a4a;
  }

  .therapy-table td:last-child {
    color: #666;
  }
.page-id-203 .why-choose-one__img1 img {
    object-fit: contain;
    height: 450px;
}

.page-id-203 .why-choose-one__img1 {
    height: 450px;
    width: 100%;
}
.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    color: #333;
    background: #fff;
    border: 2px solid #ab8249;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
    background: #ab8249;
    color: #000;
}

.pagination-wrapper .page-numbers.current {
    background: #ab8249;
    color: #000;
    border-color: #ab8249;
    cursor: default;
}

.pagination-wrapper .next.page-numbers {
    font-weight: 600;
}
.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    color: #333;
    background: #fff;
    border: 2px solid #1e80b9;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
    background: #1e80b9;
    color: #000;
}

.pagination-wrapper .page-numbers.current {
    background: #1e80b9;
    color: #000;
    border-color: #1e80b9;
    cursor: default;
}

.pagination-wrapper .next.page-numbers {
    font-weight: 600;
}