.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 {
    height: 300px;
    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);
}

.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;
}
.main-header__contact-list ul li a {
    color: #fff;
}
.page-id-209 .services-one__single-content-inner li a  {
    background-color: #2885bd;
    color:#fff;
    padding:10px 20px;
    width:fit-content;
    margin:20px 0px !important;
	font-size:16px;
	line-height:50px;
}
.page-id-209 .services-one__single-content-inner li {margin:0px 0px 20px 0px}
.page-id-209 .services-one__single-content-inner li br {display:none;}
h2.mb-40.contct_title {
    margin-bottom: 40px;
}
.services-one__single-content-inner {
    min-height: 350px;
}
/* Main form background */
.download_form {
    /* background: #fef2f1; */
    /* padding: 40px; */
    /* border-radius: 16px; */
}

/* Upload card styling */
.download_form .contact-page__input-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 25px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Hover effect */
.download_form .contact-page__input-box:hover {
    border-color: #1e80b9;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(30,128,185,0.15);
}

/* Label style */
.download_form label {
    font-size: 17px;
    font-weight: 600;
    color: #1e80b9;
    display: block;
    margin-bottom: 12px;
}

/* File input full width */
.download_form .wpcf7-file {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    border: 2px dashed #1e80b9;
    background: #fef2f1;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* File hover */
.download_form .wpcf7-file:hover {
    background: #ffffff;
    border-color: #155f8a;
}

/* Custom file button */
.download_form .wpcf7-file::file-selector-button {
    background: #1e80b9;
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    margin-right: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 500;
}

/* Button hover */
.download_form .wpcf7-file::file-selector-button:hover {
    background: #155f8a;
}

/* Submit button styling */
.contact-page__btn .thm-btn {
    background: #1e80b9;
    color: #ffffff;
    padding: 0px 35px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}

/* Submit hover */
.contact-page__btn .thm-btn:hover {
    background: #155f8a;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .download_form {
        padding: 20px;
    }
}
.services-one__single-content-inner h2,.page-id-8 .services-one__single-content-inner h2 a:hover {
    color: #fff;
}
.services-one__single-content-inner p,.services-one__single-content-inner a {
    color: #fff;
}



.page-id-209 .services-one__single-content.clearfix {
    background: #fff;
}
.page-id-209 .services-one__single-content-inner {
    background: #fff;
}

.page-id-523 .services-one__single-content-inner,.page-id-521 .services-one__single-content-inner,.page-id-525 .services-one__single-content-inner,.page-id-527 .services-one__single-content-inner,.page-id-529 .services-one__single-content-inner {
    background: transparent;
    overflow: unset;
    height: unset;
    min-height: unset !important;
    max-height: unset;
}

.page-id-523 a.thm-btn,.page-id-521 a.thm-btn,.page-id-525 a.thm-btn,.page-id-527 a.thm-btn,.page-id-529 a.thm-btn {
    background: #fff;
    color: #117bb5;
}

.page-id-523 input.wpcf7-form-control.thm-btn,.page-id-521 input.wpcf7-form-control.thm-btn,.page-id-525 input.wpcf7-form-control.thm-btn,.page-id-527 input.wpcf7-form-control.thm-btn,.page-id-529 input.wpcf7-form-control.thm-btn {
    background: #fff;
    color: #117bb5;
}

.page-id-523 input.wpcf7-form-control,.page-id-521 input.wpcf7-form-control,.page-id-525 input.wpcf7-form-control,.page-id-527 input.wpcf7-form-control,.page-id-529 input.wpcf7-form-control {
    color: #000;
}

.page-id-8 .why-choose-one__content a.thm-btn {margin-left:30px;}


.services-one__single-content-inner {
    min-height: 400px !important;
}
.page-id-203 .services-one__single-content-inner {
    min-height: 157px !important;
}
.page-id-205 .services-one__single-content-inner {
    max-height: 350px;     /* visible area */
    overflow-y: auto;      /* vertical scroll */
    padding-right: 10px;   /* space for scrollbar */
}


.page-id-205 .services-one__single-content-inner::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.page-id-205 .services-one__single-content-inner::-webkit-scrollbar-track {
    background: #145f8a; /* darker blue */
    border-radius: 10px;
}

/* Thumb */
.page-id-205 .services-one__single-content-inner::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ffb347, #ff7a18);
    border-radius: 10px;
}
/* Hover */
.page-id-205 .services-one__single-content-inner::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffc76b, #ff9440);
}
.page-id-205 .services-one__single-content.clearfix {
    padding-bottom: 0px;
}
.page-id-205 .services-one__single-content-inner p {
    padding-bottom: 60px;
}
.page-id-8 .scroll-content{height:unset !important;}
.services-one__single-content-inner a:hover {
    color: #000;
}
.page-id-209 .services-one__single-content.clearfix {
    min-height: 800px;
}
.therapy-one__left ul {
    margin-left: 2rem;
    list-style: disc;
}