/* =========================
   GLOBAL STYLES
========================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --primary: #99cff4;
  --secondary: #f4f7fb;
  --accent: #3fa9f5;
  --text-dark: #1c2b48;
  --text-muted: #6b7280;
  --white: #ffffff;
  --radius: 12px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: #fff;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-right: auto;
    margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: var(--text-dark);
}

h2{
  font-size: 42px;
}
p {
  color: var(--text-dark);
}

a {
  text-decoration: none;
  color: var(--primary);
}
.text-primary{
  color: var(--primary) !important;
}
.text-black a{
  color: var(--dark) !important;
}

.btn {
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 600;
}

.btn-primary {
    color: #1C2B48 !important;
    border-width: 1px !important;
    border-color: #99CFF4;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-right: 2em;
    padding-left: 0.7em;
    background-color: #f4f9ff;
    transition: all .3s;
}

.btn-primary:hover {
  background-color: #162c48;
  border-color: #162c48;
  color: #FFFFFF !important;
}

.btn-outline-primary {
  color: #1C2B48 !important;
    border-width: 1px !important;
    border-color: #99CFF4;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-right: 2em;
    padding-left: 0.7em;
    background-color: #f4f9ff;
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  color: #fff;
}

.bg-blue{
  background-color: #1c2b48;
}

/* =========================
   NAVBAR
========================= */
.navbar {
  border-bottom: 1px solid #e5e7eb;
}

.navbar-brand {
 height: 86px;
}

.navbar-brand img{
 height: 100%;
 width: 100%;
 object-fit: contain;
}

.nav-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-left: 15px;
}

.nav-link:hover {
  color: var(--accent);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--primary);
}
.social-media {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-media li{
    background-color: #7D818D !important;
    padding: 5px 6px;
    border-radius: 3px;
  }
.social-media li:hover{
 background-color: #1c2b48 !important;
}
.social-media li a svg{
   fill: var(--white);
  }
ul.social-media svg {
    height: 20px;
    width: 24px;
}

/* =========================
   HERO SECTION
========================= */
.banner {
  position: relative;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  height: 400px;
    background-blend-mode: overlay;
  background: url("../img/banner.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.home-banner{
  height: 600px;
}
.about-banner{
   position: relative;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  height: 400px;
    background-blend-mode: overlay;
  background: url("../img/physio-about-banner.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
      background-repeat: no-repeat !important;
    background-size: cover !important;
}
.articles-banner{
   position: relative;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  height: 400px;
    background-blend-mode: overlay;
  background: url("../img/articles-bg.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
      background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-banner{
   position: relative;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  height: 400px;
    background-blend-mode: overlay;
  background: url("../img/contact-banner.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
      background-repeat: no-repeat !important;
    background-size: cover !important;
}
.knee-pain-banner{
      background-position: center top 23%;
    background-blend-mode: overlay;
    background-image: url(../img/knee-pain-form-bg.webp), linear-gradient(65deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 75%) !important;
        background-repeat: no-repeat !important;
    background-size: cover !important;
}
.back-pain-banner{
  background: url("../img/back-pain-bg.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
      background-repeat: no-repeat !important;
    background-size: cover !important;
}
.neck-pain-banner{
  background: url("../img/neck-shoulder-pain.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
      background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}
.sports-injury-banner{
  background: url("../img/sports-injury.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
      background-repeat: no-repeat !important;
    background-size: cover !important;
}
.privacy-banner{knee-pain-form-bg
   position: relative;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  height: 400px;
    background-blend-mode: overlay;
  background: url("../img/privacy-banner.webp"), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 86%) !important;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content{
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 800px;
  padding: 50px;
}
.hero h1 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    max-width: 500px;
    margin: auto;
    text-align: left;
    padding-left: 50px;
}
.hero h1 span{
  font-weight: 800;
}

/* =========================
   VIDEO SECTION
========================= */
.video-sec{
  position: relative;
  padding: 60px 0;
}
.video-sec::before{
  position: absolute;
  content: "";
   clip-path: ellipse(80% 20% at 50% 0%);
   background-color: #1c2b48;
  top: 0;
  height: 200px;
  width: 100%;
}
.video-box {
  background-color: #e5e7eb;
  border-radius: var(--radius);
  height: 320px;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.video-sec iframe {
    border: 0;
    border-radius: 20px;
}

/* =========================
   CTA CARDS
========================= */
.help .card {
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    border-width: 2px;
    border-color: rgba(153, 207, 244, 0.25);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.15);
    transition: transform 300ms ease 0ms;
}

.card-title {
  color: var(--primary);
  font-weight: 700;
}

.card.shadow-sm {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

/* =========================
   WHERE DOES IT HURT
========================= */
section.bg-light {
  background-color: var(--secondary) !important;
}
.hurt {
  background: #f3f9fe;;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
}
.hurt .card{
  background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    border-width: 2px;
    border-color: rgba(153, 207, 244, 0.25);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.15);
    transition: transform 300ms ease 0ms, border 300ms ease 0ms, box-shadow 300ms ease 0ms;
}

.card img {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  height: 180px;
  object-fit: cover;
}

.card h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

/* =========================
   TESTIMONIALS
========================= */
.testimonials-list.testimonials-list1 {
    background-color: #1C2B48;
    border-radius: 0 80px 0 0;
    overflow: hidden;
    padding: 50px;
}
.testimonials-list {
    background-color: #f4f9ff;
    border-radius: 0 0 0 80px;
    overflow: hidden;
    padding: 50px;
}

/* =========================
   GOOGLE REVIEWS
========================= */
.review-left {
    display: flex;
    grid-gap: 10px;
}
.review-img {
    width: 75px;
    height: 75px;
}
.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-left-content {
    text-align: left;
}
.review-left-content h5 {
    font-size: 18px;
    margin-bottom: 0;
}
ul.star-grp.p-0 {
    display: flex;
    list-style: none;
    gap: 10px;
    margin-bottom: 5px;
}
ul.star-grp li img {
    height: 16px;
}
.review-card .star-grp {
    margin: 10px 0  20px !important;
}
.review-meta {
    display: flex;
    justify-content: space-between;
}
.review-card {
    text-align: left;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 10px;
    height: 350px;
    overflow: auto;
}
button.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
}
button.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 36px;
    height: 36px;
    font-size: 30px;
    line-height: 0;
    display: block;
    align-items: center;
    opacity: 1;
    transition: all 200ms ease-out;
    background-color: #ffffff;
    outline-style: solid;
    outline-width: 1px;
    outline-color: #d9d9d9;
    border-radius: 30px;
}
.book-appointment{
  background-image: url(../img/book-appointment.webp);
  background-position: center;
  background-size: cover;
}
.book-appointment-inner{
      background-color: rgba(28, 43, 72, 0.81);
    border-radius: 20px 20px 20px 20px;
    padding: 40px;
    overflow: hidden;
}
.book-appointment-inner h1 {
    font-size: 38px;
    line-height: 60px;
    max-width: 680px;
}
footer {
    padding: 50px 0;
    text-align: center;
}
/* =========================
   FIXED BOTTOM CTA
========================= */
.fixed-bottom {
  background-color: var(--primary);
  z-index: 1050;
}

.fixed-bottom strong {
  font-size: 0.95rem;
}

.fixed-bottom .btn {
  border-radius: 50px;
  font-weight: 700;
}
.main-title h1 {
    font-size: 15px;
    color: var(--dark);
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
}

/* =========================
   SPACING TWEAKS
========================= */
section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* =========================
   About Us
========================= */
.flip-card {
  perspective: 1000px;
  height: 260px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.flip-card-front {
  background-size: cover;
  background-position: center;
}

.flip-card-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 12px;
}

.flip-card-front h5 {
    position: absolute;
    z-index: 1;
    font-weight: 600;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF !important;
    line-height: 1.2em;
    text-align: left;
    bottom: 0;
    padding: 30px;
}

.flip-card-back {
  background: #99cff4;
  transform: rotateY(180deg);
}

.flip-card-back p {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.section-underline {
  width: 80px;
  height: 4px;
  background-color: #7cc3e8;
  border-radius: 2px;
}

/* LEFT LIST */
.advantage-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    border-color: #99cff4 #99cff4 #1c2b48 #99cff4;
    flex-wrap: nowrap;
    flex-direction: column;
    background-color: #FFFFFF !important;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.advantage-item {
  border: none;
  padding: 14px 18px;
  border-radius: 10px;
  background: #f3f8fc;
  color: #1f2f4a;
  font-weight: 600;
  text-align: left;
  transition: all 0.3s ease;
}

.advantage-item:hover {
  background: #e7f1fa;
}

.advantage-item.active {
  background: #1f2f4a;
  color: #fff;
}

/* RIGHT CONTENT */
.advantage-content {
  border-radius: 14px;
}

.advantage-content p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.tab-pane img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.articles-section {
  background: #1f2f4a;
}

.article-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  height: 100%;
  transition: all .5s;
}

.article-card:hover{
  transform: translateY(-10px);
}

.article-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.article-body {
  padding: 20px;
}

.article-body h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.article-body p {
  font-size: 0.9rem;
  color: #666;
}

.article-body a {
  font-weight: 700;
  font-size: 0.85rem;
  color: #7cc3e8;
  text-decoration: none;
}
   .contact-section {
      padding: 60px 0;
      background-image: url(../img/tpc-lunge.webp);
      background-repeat: no-repeat;
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .contact-text h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .contact-text p {
      color: #555;
      line-height: 1.6;
    }

    .contact-info {
      margin-top: 30px;
    }

    .contact-info i {
      font-size: 22px;
      color: #6bb7f5;
      margin-right: 10px;
    }

    .callback-form {
      background-color: #a7d4f5;
      padding: 35px;
      border-radius: 12px;
    }

    .callback-form h4 {
      text-align: center;
      font-weight: 700;
      margin-bottom: 25px;
    }

    .callback-form .form-control {
      border-radius: 8px;
      padding: 12px;
      margin-bottom: 15px;
      border: none;
    }

    .callback-form textarea {
      resize: none;
      height: 120px;
    }

    .submit-btn {
      background-color: #ffffff;
      color: #000;
      font-weight: 600;
      border-radius: 8px;
      padding: 10px 20px;
      border: none;
    }

    .submit-btn i {
      margin-left: 5px;
    }

    .contact-info-list {
    display: flex;
    gap: 20px;
   margin-bottom: 20px;
}
 .location-section {
      padding: 60px 0;
    }

    .map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 570px;
    border-radius: 6px;
    border: none;
}

    .location-title {
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .address {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .description {
      color: #555;
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .opening-hours h5 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .hours-row {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #eee;
      padding: 8px 0;
      font-weight: 500;
    }

    .hours-row:last-child {
      border-bottom: none;
    }


.article-wrapper {
    margin: auto;
    padding: 0 20px;
  }

  .back-link {
    font-size: 14px;
    color: #6c7aa1;
    text-decoration: none;
    font-weight: 500;
  }

  .intro {
    font-size: 15px;
    color: #5c647a;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .advantages{
    background: url(../img/stretch-bg.webp), #fafafa !important;
    background-position: bottom;
    background-size: contain !important;
        background-repeat: no-repeat !important;
  }

  .article-wrapper h1, .article-wrapper h2 {
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .article-wrapper a {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

  .article-wrapper h1 {
    font-size: 36px;
  }

  .article-wrapper h2 {
    font-size: 28px;
  }

  .article-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
  }

  .article-wrapper p {
    color: #4f5773;
    line-height: 1.75;
    margin-bottom: 15px;
  }

  .article-wrapper ul {
    padding-left: 18px;
    margin-bottom: 20px;
  }

  .article-wrapper ul li {
    margin-bottom: 8px;
    color: #4f5773;
  }

  strong {
    color: #1f2a44;
  }

  .section-divider {
    border-bottom: 1px solid #e6ebf2;
    margin: 50px 0;
  }

  .highlight {
    font-weight: 600;
    color: #1f2a44;
  }

  .bibliography li {
    font-size: 14px;
    color: #5c647a;
    line-height: 1.6;
  }
   .policy-wrapper {
      background: #ffffff;
      padding: 3rem;
    }

    .policy-wrapper h1 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
    }

    .policy-wrapper h2 {
      font-size: 1.2rem;
      font-weight: 700;
      margin-top: 2.5rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
    }

    .policy-wrapper h3 {
      font-size: 1rem;
      font-weight: 600;
      margin-top: 1.5rem;
    }

    .policy-wrapper p {
      margin-bottom: 0.75rem;
    }

    .policy-wrapper ul {
      padding-left: 1.2rem;
    }

    .policy-wrapper ul li {
      margin-bottom: 0.4rem;
    }

    .policy-muted {
      font-size: 0.9rem;
      color: #6c757d;
    }

    .contact-info-content a {
    color: var(--dark) !important;
    font-size: 20px;
    font-weight: 400;
}

/* =========================
   RESPONSIVE
========================= */
@media (min-width: 1600px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 4rem;
    padding-left: 4rem;
    margin-right: auto;
    margin-left: auto;
}
.tudy-img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}
.elizabeth-img {
    height: 520px;
    width: 100%;
    object-fit: cover;
}
}
@media (min-width: 1900px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 5rem;
    padding-left: 5rem;
    margin-right: auto;
    margin-left: auto;
}
section.hurt .card img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.banner {
  height: 500px;
}
}
@media (min-width: 2400px) {
  body {
    font-size: 1.4rem;
}
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 14rem;
    padding-left: 14rem;
    margin-right: auto;
    margin-left: auto;
}
.navbar-brand {
    height: 120px;
}
.h4, h4 {
        font-size: 2.5rem;
    }
.h6, h6 {
    font-size: 1.4rem;
}
p {
    font-size: 1.4rem;
}
.flip-card-back p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.advantage-content p {
    font-size: 1.35rem;
    line-height: 1.6;
}
.nav-link {
    font-size: 20px;
    margin-left: 20px;
}
.banner {
  height: 600px;
}
 .tudy-img {
        height: 600px;
        width: 80%;
        object-fit: cover;
    }
        .elizabeth-img {
        height: 620px;
        width: 80%;
        object-fit: cover;
    }
.article-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.article-body p {
    font-size: 1.3rem;
}
.article-body a {
    font-size: 1.3rem;
}
.article-wrapper a {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}
.main-title h1 {
    font-size: 22px;
    color: var(--dark);
    font-weight: 700;
    letter-spacing: 15px;
    text-align: center;
}
.book-appointment-inner h1 {
        font-size: 52px;
        line-height: 80px;
        width: 1000px;
        font-weight: 800;
 }
.review-left-content h5 {
        font-size: 24px;
        margin-bottom: 5px;
    }
ul.star-grp li img {
    height: 22px;
}
ul.star-grp.p-0 {
    gap: 15px;
    margin-bottom: 10px;
}
.btn-outline-primary {
    border-radius: 8px;
    font-size: 1.2rem;
    padding: 1rem 3rem;
}
.btn-primary {
    color: #1C2B48 !important;
    border-width: 1px !important;
    border-color: #99CFF4;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-left: 0.7em;
    background-color: #f4f9ff;
    transition: all .3s;
    padding: 1rem 3rem;
}
}
@media (max-width: 991px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.banner {
    height: 380px;
}
.navbar-brand {
    height: 60px;
}
.main-title h1 {
    font-size: 14px;
    line-height: 26px;
    color: var(--dark);
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
}
.testimonials-list.testimonials-list1 {
    background-color: #1C2B48;
    border-radius: 0 80px 0 0;
    overflow: hidden;
    padding: 30px !important;
}
.testimonials-list {
    background-color: #f4f9ff;
    border-radius: 0 0 0 80px;
    overflow: hidden;
    padding: 30px !important;
}
.testimonials-list img {
    margin: 30px 0;
}
  .hero {
    min-height: 60vh;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fixed-bottom strong {
    font-size: 0.85rem;
  }
  .social-media li {
    width: max-content;
    margin-left: 15px;
}
}
@media (max-width: 767px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
  p {
    color: var(--text-dark);
    font-size: 14px;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 30px;
}
btn-outline-primary {
    font-size: 14px;
}
    .banner {
        height: 300px;
    }
.hero h1 {
    padding-left: 20px;
}
.help .card {
  padding: 10px !important;
}
.hurt .card {
    margin-top: 30px;
}
.video-sec iframe {
    border: 0;
    border-radius: 20px;
    height: 300px;
}
.contact-info-content a {
    color: var(--dark) !important;
    font-size: 16px;
    font-weight: 400;
}
.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 6px;
    border: none;
}
.book-appointment-inner h1 {
    font-size: 32px;
    line-height: 56px;
    max-width: 100%;
    margin-bottom: 30px;
}
}