@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", serif;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

section {
    padding: 2.5rem 0 !important;
}
.google-card {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    /* height: 100%; */
    min-height: 320px;
    position: relative;
}
.rating-stars {
    color: #d4d700;
    font-size: 1.2rem;
}
.user-avatar {
    width: 40px;
    height: 40px;
    background-color: #663399;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.google-content {
    font-size: 16px;
    color: #26292FBF;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 60px;
}

.google-content .btn {
    padding: 7px 16px !important;
    font-size: 14px;
    border: none;
    font-weight: 400 !important;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.text-truncate-multiline {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.google-content.expanded .text-truncate-multiline {
  -webkit-line-clamp: unset;
  display: block;
}


.sidebar-wrapper {
    background-color: #fff;
    border-radius: 20px;
    overflow-y: auto;
    max-height: 100vh;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 0 -15px;
}

.sidebar-header {
    background: linear-gradient(to right, #003c5e, #00577c);
    color: #fff;
    padding: 15px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.case-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.case-item:hover {
    background: linear-gradient(to bottom, #FBFBFB, #EFEFEF);
}

.case-item span {
    font-size: 16px;
    color: #5B5E62;
}

.case-item span:hover {
    color: #0073aa;
}

.case-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.highlighted {
    background: linear-gradient(to bottom, #FBFBFB, #EFEFEF);
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin: 10px 0;
}

.highlighted strong {
    color: #0073aa;
}

.sidebar-scroll {
    max-height: 85vh;
    overflow-y: auto;
    padding-right: 5px;
}

.profile-sec h3 {
    font-size: 36px;
    color: #26292FBF;
    margin-bottom: 15px;
}
.profile-sec p {
    font-size: 14px;
    color: #26292FBF;
}
.physical-hed {
    color: #002334;
    padding: 15px 0 0 0;
    font-size: 16px;
}
.physical-report {
    border-radius: 5px;
}
.physical-report th, .physical-report td {
    text-align: center;
    padding: 15px 0 !important;
    font-size: 14px;
    color: #26292FBF !important;
}
 
.physical-report td:first-child, .physical-report th:first-child {
    text-align: left;
    padding-left: 30px !important;
}
.physical-report thead tr th:hover {
    background-color: #002334;
    color: #FBFBFB !important;
}
.physical-report thead tr th.active {
    background-color: #002334;
    color: #FBFBFB !important;
}
.testimonial-box {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/* .casestudies {
    background-image: url(../images/Contact_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
} */

.quote-icon {
    width: 60px;
    height: 60px;
    background-color: #cddc39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.quote-icon img {
    height: 60px;
}

.testimonial-box P {
    font-size: 14px;
    color: #26292F;
}

@media (max-width: 576px) {
    .testimonial-box {
    padding: 20px;
    }

    .quote-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    }
}



/* Feedback CSS */
.feedback-box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background-color: white;
}
.feedback-header {
    background: linear-gradient(to right, #003c5e, #00577c);
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 18px;
}
.client-list {
    max-height: 550px;
    overflow-y: auto;
    padding: 20px;
}
.client-card.active {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 15px;
    background: linear-gradient(to bottom, #FBFBFB, #EFEFEF);
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}
.client-card h6 {
    margin: 0;
    font-weight: 600;
    color: #004b77;
}
.client-card p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #555;
}
.client-name {
    margin-bottom: 12px;
    font-size: 16px;
}
.tag {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6px 12px;
    margin: 5px;
    background: linear-gradient(to top, #FBFBFB, #EFEFEF);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
    color: #26292F;
    font-size: 14px;
}

.cmt-para {
    font-size: 20px;
    color: #1C1C1C;
}

.feedback-section .faq-icon {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

/* FAQ and Treatments */
.feedback-section .text-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

/* Label styles */
.feedback-section .faq-question {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.feedback-section .treatment-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #01496B;
}

/* Divider line */
.feedback-section .custom-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0.5rem 0 0.75rem;
}

/* Full-width conditions */
.feedback-section .conditions-wrapper {
  background-color: #fff;
  width: 100%;
}

/* Tags */
.feedback-section .right-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.feedback-section .treatment-text-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.feedback-section .right-info span {
  background-color: #f8f9fa;
  padding: 0.35rem 0.6rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-weight: 500;
  transition: all 0.3s ease;
}

.feedback-section .right-info span:hover {
  color: #fff;
  background-color: #f39c12;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.feedback-section .right-info .divider {
  border-left: 1px solid #bbb;
  height: 16px;
  margin: 0 0.3rem;
}

    
    /* Replace Bootstrap's default right icon with custom + and − */
.feedback-section .accordion-button::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: bold;
  color: #007BFF;
  background-image: none !important;
  transform: none !important;
  width: auto;
  margin-left: auto;
  transition: all 0.3s ease;
}

/* Show − icon when expanded */
.feedback-section .accordion-button:not(.collapsed)::after {
  content: '−';
  color: #dc3545;
}

.feedback-section .accordion-item {
  border: none; /* remove default border */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); /* subtle shadow */
  margin-bottom: 1.5rem;
  background-color: #fff;
}

.feedback-section .treatment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #A0B134, #C3D72B);
  border: 1px solid #C3D72B;
  color: #fff;
  font-size: 14px;
  padding: 6px 14px !important;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(195, 215, 43, 1);
  font-weight: 500;
}

.feedback-section .treatment-btn:hover {
  background: linear-gradient(135deg, #A0B134, #C3D72B);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(195, 215, 43, 1);
}

.feedback-section .treatment-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(195, 215, 43, 1);
}



/* Case Studies */
.case-studies .team-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Make sure it fills the column height */
    background: #fff;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    /* overflow: hidden; */
    transition: all 0.3s ease-in-out;
}

.case-studies .team-card:hover {
    transform: translateY(-5px);
}

.case-studies .team-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin: -70px auto 20px;
    background: #fff;
}

.case-studies .team-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}

.case-studies .team-role {
    color: #3f3f3f;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.case-studies .team-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.case-studies .read-btn {
        margin-top: auto;
    margin-left: auto;
    margin-right: auto;

    align-self: flex-start;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 0.9rem;
    background-color: #cddc39;
    color: #fff;
    border: none;
    transition: 0.3s ease;
}

.case-studies .read-btn:hover {
    background-color: #cddc39;
}

.content-container .profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.content-container .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 30px; */
}
.content-container .content-text {
    padding: 0 20px;
}
.content-container .content-container .content-text h2 {
    font-weight: bold;
    color: #2c3e50;
}
.content-text p {
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: #26292FBF;
}
@media (max-width: 767.98px) {
    .content-container .image-container {
    padding: 20px 0;
    }
    .content-container .content-text {
    padding: 0px;
    /* text-align: center; */
    }
    .feedback-section .right-info {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 40px;
    }
}

.beer-slider img {
    width: 100%;
    height: auto;
}

.modal {
    z-index: 99999 !important;
}
.before-img-card {
    background-color: #C3D72B;
    color: #002334 !important;
    font-size: 14px;
}