.main-menu ul li a {
  font-size: 20px;
  font-family: math;
  font-weight: 500;
  padding: 14px 7px !important;
}
.main-menu ul ul li a {
  color: #ffffffeb;
  font-size: 18px;
}
.main-menu ul li {
  margin: 0 15px;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
  color: #000000a6;
  line-height: 28px;
}
.about-circle-logo {
  background-color: #000000;
}
.about-us-images .about-circle-logo img {
  max-width: 100%;
}
.about-circle-logo::before {
  background-color: unset;
}
.about-us-images:hover .about-circle-logo img {
  filter: none;
}
.about-us-images:hover .about-circle-logo {
  background-color: #000;
}
.service-content h3 {
  font-size: 27px;
  color: #ffffff;
  text-shadow: 2px 2px #000;
}
.footer-links {
  width: 33.3333%;
}

.footer-links.service-links {
  width: 33.3333%;
}

.footer-links.working-links {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-links.working-links img {
  display: block;
  max-height: 100px;
  width: auto;
  margin-top: 20px;
}
.about-image.img-box-2 figure,
.about-image.img-box-2 img,
.about-image.img-box-3 figure,
.about-image.img-box-3 img {
  height: 100%;
}
@media (max-width: 991px) {
  .footer-links {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .topbar-contact-info {
    margin-top: 15px;
  }
}
.btn-floating.whatsapp {
  bottom: 25px;
  background-color: #34af23;
}

.btn-floating.whatsapp:hover,
.btn-floating.whatsapp:focus {
  background-color: #1f7a12;
}

.vibrate {
  animation: bounce 2s infinite;
}

.vibrate:hover,
.vibrate:focus {
  animation: vibrate 0.3s linear infinite;
}

/* Bounce Animation */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Vibration Animation */
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}

.btn-floating {
  position: fixed;
  right: 25px;
  overflow: hidden;
  width: 60px; /* Minimum size for touch */
  height: 60px; /* Minimum size for touch */
  border-radius: 50%;
  border: 0;
  z-index: 9999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 8px;
  line-height: 1;
  display: none;
}

.btn-floating:hover span,
.btn-floating:focus span {
  display: inline-block;
}

.btn-floating.phone {
  bottom: 100px;
  background-color: #760f10;
}

.btn-floating.phone:hover,
.btn-floating.phone:focus {
  background-color: #c03421;
}

.btn-floating.whatsapp {
  bottom: 25px;
  background-color: #34af23;
}

.btn-floating.whatsapp:hover,
.btn-floating.whatsapp:focus {
  background-color: #1f7a12;
}

.vibrate {
  animation: bounce 2s infinite;
}

.vibrate:hover,
.vibrate:focus {
  animation: vibrate 0.3s linear infinite;
}

/* Bounce Animation */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Vibration Animation */
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}

/* Hover/Focus scaling */
.btn-floating:hover,
.btn-floating:focus {
  transform: scale(1.1);
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.page-header {
  padding: 150px 0;
}
.main-menu ul ul {
  width: 300px !important;
  padding: 10px 0;
}
.team-social-icon ul {
  background: unset;
}
.team-content h3 {
  font-weight: 600;
  font-family: math;
  color: #023047;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgb(134, 125, 125) !important;
}
.service-item-image {
  background: white;
}
.service-item-image img {
  aspect-ratio: 1 / 0.98;
  object-fit: contain;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.service-single-image img {
  border-radius: 10px;
  aspect-ratio: auto !important ;
  object-fit: cover;
}

.about-footer {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.wa-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.wa-icon {
  margin-top: 0px !important;
}
.wa-icon {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.wa-icon:hover {
  transform: scale(1.2) rotate(-10deg);
  /* zoom + slight rotation */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  /* glow effect */
}
.whatsapp-link {
  color: #25d366;
  /* WhatsApp green */
  margin-left: 5px;
  /* spacing after number */
  text-decoration: none;
  font-size: 18px;
  /* adjust size as needed */
  vertical-align: middle;
}

.team-member-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  align-items: flex-start;
}

.team-row-image {
  flex: 0 0 250px;
}

.team-row-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.team-row-content {
  flex: 1;
}

.team-row-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-row-content small {
  font-size: 16px;
  color: #00715d;
  font-weight: 600;
}

.team-row-desc {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* BUTTON BELOW DESC ON HOVER */
.team-hover-btn {
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.team-member-row:hover .team-hover-btn {
  opacity: 1;
  visibility: visible;
}

/* BUTTON STYLE */
/* .btn-default {
    padding        : 10px 20px;
    background     : var(--primary-color);
    color          : #fff;
    border-radius  : 6px;
    display        : inline-block;
    text-decoration: none;
} */

/* RESPONSIVE */
@media (max-width: 767px) {
  .team-member-row {
    flex-direction: column;
    align-items: center;
  }

  .team-row-image {
    flex: 0 0 100%;
  }

  .team-row-content {
    flex: 0 0 100%;
    text-align: center;
  }
}
.page-about-img-2 {
  position: absolute;
  bottom: auto;
  top: auto;
  z-index: 1;
  padding-top: 100px;
}
.benefits-item {
  border-right: 0px solid var(--divider-color);
}

.physio-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.physio-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.physio-title-main {
  /* font-family: 'Poppins', sans-serif; */
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c3e50;
  position: relative;
}

.physio-title-subtitle {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #7f8c8d;
}

.physio-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.physio-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.physio-feature-card:hover {
  transform: translateY(-8px);
}

.physio-feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

/* Icon Colors */
.physio-icon-empathy {
  background: #e3f2fd;
  color: #2980b9;
}
.physio-icon-compassion {
  background: #e8f5e9;
  color: #27ae60;
}
.physio-icon-evidence {
  background: #f3e5f5;
  color: #8e44ad;
}
.physio-icon-access {
  background: #fff8e1;
  color: #f39c12;
}
.physio-icon-recovery {
  background: #fdecea;
  color: #e74c3c;
}

.physio-highlight {
  margin-top: 60px;
  padding: 50px 30px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(120deg, #a1c4fd, #c2e9fb);
}

@media only screen and (max-width: 991px) {
  .about-us-images {
    max-width: 630px;
    margin: 50px !important;
  }
  .physio-container {
    max-width: 1200px;
    /* margin: auto; */
    padding: 40px 20px;
    margin-top: 147px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-testimonial-box {
    width: 100%;
    background: linear-gradient(0deg, #10455f 9.97%, #023047 100%);
    border-radius: 30px 30px 0 0;
    text-align: center;
    padding: 0px 20px 5px;
  }
}
.footer-links ul li {
  position: relative;
  display: inline-block;
  color: var(--white-color);
  text-transform: none !important;
  transition: all 0.3s ease-in-out;
  padding-left: 12px;
  margin-right: 15px;
}
.contact-info-content h3 {
  font-size: 22px;
  text-transform: none !important;
  margin-bottom: 10px;
}
.footer-copyright-text p {
  color: var(--white-color);
  text-transform: none !important;
  margin: 0;
}

.text-start img {
  margin-top: 15px;
}

/* ===== Footer Services List Styling ===== */
.footer-services ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-services ul li {
  display: block; /* stack vertically */
  margin-bottom: 10px;
}

.footer-services ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}

.footer-services ul li a:hover {
  padding-left: 6px;
  color: #25d366; /* hover highlight */
}

.about-testimonial-item p {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .about-testimonial-item p {
    padding-left: o;
  }
}

.eventsSlider .swiper-slide {
  width: auto !important;
  height: auto;
}

/* Event Card Styles */
/* ===============================
   EVENTS SECTION
================================*/
.events-slider {
    position: relative;
    padding-bottom: 70px; /* space for arrows */
}

.eventsSwiper {
    width: 100%;
    overflow: hidden;
}

.eventsSwiper .swiper-wrapper {
    align-items: stretch;
}

.eventsSwiper .swiper-slide {
    height: auto;
    display: flex;
}


/* ===============================
   EVENT CARD (COMMON)
================================*/
.event-card {
    width: 100%;
    height: 320px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}


/* ===============================
   IMAGE ONLY CARD
================================*/
.event-card.image-only img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ===============================
   TEXT ONLY CARD
================================*/
.event-card.text-only {
    padding: 28px;
    text-align: center;
    flex-direction: column;

    /* theme match */
    color: #fff;
}

.event-card.text-only h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event-card.text-only p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--primary-color);
    margin: 0;
}


/* ===============================
   NAVIGATION BUTTONS
================================*/
.testimonial-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    z-index: 10;
}

.testimonial-button-prev,
.testimonial-button-next {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.25s ease;
}

/* arrow icons */
.testimonial-button-prev::after {
    content: "←";
    font-size: 16px;
    color: #0b3c5d;
}

.testimonial-button-next::after {
    content: "→";
    font-size: 16px;
    color: #0b3c5d;
}

/* hover */
.testimonial-button-prev:hover,
.testimonial-button-next:hover {
    background: #0b3c5d;
    border-color: #0b3c5d;
    transform: translateY(-2px);
}

.testimonial-button-prev:hover::after,
.testimonial-button-next:hover::after {
    color: #fff;
}


/* ===============================
   RESPONSIVE
================================*/
@media (max-width: 992px) {
    .event-card {
        height: 240px;
    }
}

@media (max-width: 575px) {
    .event-card {
        height: 200px;
        border-radius: 12px;
    }

    .event-card.text-only {
        padding: 18px;
    }

    .event-card.text-only h4 {
        font-size: 16px;
    }

    .event-card.text-only p {
        font-size: 13px;
    }
}
