/* ============================
   RESPONSIVE STYLESHEET
   Tightens layouts on screens
   smaller than ~480px down to a
   320px floor (oldest phones).
   Loaded AFTER style.css so it
   wins on cascade.
============================ */
/* 1366px */


@media screen and (max-width: 1660px) {
  .hero-images-wrap::after {
    left: 365px;
  }

  .hero-img-back {
    left: 103px;
  }

  .hero-images-wrap .position-image {
    left: 143px;
  }
}

@media screen and (max-width: 1530px) {
  .hero-images-wrap::after {
    left: 312px;
  }

  .hero-img-back {
    left: 49px;
  }

  .hero-images-wrap .position-image {
    left: 91px;
  }
}

@media screen and (max-width: 1440px) {
  .hero-images-wrap .position-image {
    position: absolute;
    bottom: -50px;
    left: 51px;
    z-index: 1;
  }

  .hero-images-wrap::after {
    position: absolute;
    width: 198px;
    border-radius: 40px;
    height: 200px;
    background-color: transparent;
    border: 3px solid #FDC727;
    content: "";
    transform: rotate(45deg);
    top: -3px;
    left: 269px;
    bottom: 0;
    right: 0;
  }

  .hero-img-back {
    position: absolute;
    left: 11px;
    top: 40px;
    width: 200px;
    height: 250px;
    object-fit: cover;
    object-position: 18% top;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
}

@media screen and (max-width: 1366px) {
  .hero-section {
    padding: 70px 50px;
  }

  .hero-images-wrap {
    height: 330px;
  }

  .hero-img-front {
    position: absolute;
    right: 86px;
    top: 0;
    width: 194px;
    height: 241px;
    object-fit: cover;
    object-position: 82% top;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    z-index: 2;
  }

  .hero-blob {
    position: absolute;
    right: 422px;
    bottom: -19px;
    width: 110px;
    transform: rotate(325deg);
    height: 159px;
    background: #FCC727;
    border-radius: 40px 30px 67px 58px;
    z-index: 0;
  }

  .hero-images-wrap .position-image {
    position: absolute;
    bottom: -33px;
    left: 51px;
    z-index: 1;
  }
}

@media screen and (max-width: 1280px) {
  .hero-img-back {
    left: -22px;
  }

  .hero-images-wrap::after {
    left: 246px;
  }

  .hero-images-wrap .position-image {
    bottom: -28px;
    left: 6px;
  }
}

/* 1200px */
@media screen and (max-width: 1200px) {
  .hero-section {
    padding: 60px 35px;
  }

  .hero-heading {
    font-size: 2.2rem;
  }

  .hero-img-front {
    right: 80px;
  }

  .elderly-card {
    width: 215px;
  }

  .hero-blob {
    right: 330px;
  }

  .hero-images-wrap::after {
    left: 180px;
  }
}

/* 1024px - keep left copy and right image in column */
@media screen and (max-width: 1024px) and (min-width: 992px) {


  .hero-section .row {
    flex-wrap: nowrap;
  }

  .hero-section .col-lg-7 {
    width: 52% !important;
    flex: 0 0 52% !important;
    max-width: 52% !important;
  }

  .hero-section .col-lg-5 {
    width: 48% !important;
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }

  .hero-heading {
    font-size: 2rem;
    max-width: 470px;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 21px;
    max-width: 460px;
  }

  .hero-images-wrap {
    height: 315px;
  }

  .hero-img-front {
    right: 131px;
  }

  .hero-img-back {
    width: 150px;
    height: 270px;
  }

  .hero-img-front {
    width: 170px;
    height: 225px;
    right: 124px;
  }

  .elderly-card {
    width: 200px;
    right: 0;
    bottom: 28px;
    padding: 15px 17px;
  }

  .hero-blob {
    right: 407px;
    width: 93px;
    height: 145px;
  }

  .hero-blob {
    bottom: -38px;
  }

  .hero-images-wrap .position-image {
    position: absolute;
    bottom: -35px;
    left: 4px;
    z-index: 1;
  }

  .hero-images-wrap::after {
    width: 170px;
    height: 175px;
    left: 194px;
  }

  .hero-images-wrap .position-image {
    position: absolute;
    bottom: -51px;
    left: -7px;
    z-index: 1;
  }
}

/* 991px — hero image cluster becomes a standalone centered block.
   Below this width the cluster is fully FLUID: the wrapper holds a fixed
   560x335 aspect ratio and every piece is positioned/sized in % of that
   box, so the whole composition scales proportionally down to 320px
   without per-breakpoint pixel tuning. (The old per-width overrides for
   these elements were removed in favour of this single source of truth.) */
@media screen and (max-width: 991px) {
  .hero-section {
    padding: 55px 20px;
    text-align: center;
    padding-top: 40px;
  }

  .ct-map-section .ct-map-overlay {
    display: none;
  }

  /* Image cluster sits ABOVE the copy on stacked layouts (HTML order is
     copy-first, so reorder the flex columns). */
  .hero-section .col-lg-5 {
    order: -1;
  }

  .hero-section .col-lg-7 {
    order: 0;
  }


  .about-team {
    padding: 20px 36px 35px;
  }

  .about-pillars {
    padding: 40px 36px 70px;
  }

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  /* Fluid stage: width tracks the column (capped at 560px); the fixed
     aspect ratio gives the absolutely-positioned children a stable box
     to resolve their % heights against. */
  .hero-images-wrap {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 560 / 335;
    margin-bottom: 45px;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
  }

  /* Decorative line is dropped on this layout to keep the cluster clean */
  .hero-images-wrap .position-image {
    display: none;
  }

  .story-image-wrap {
    margin-bottom: 0px;
  }

  .sd-timeline-body p {
    font-size: 13px;
  }

  .hero-img-back {
    left: 9.8%;
    top: 12%;
    width: 35.7%;
    height: 74.6%;
  }

  .about-story {
    padding-top: 60px;
  }

  .hero-img-front {
    right: 17.1%;
    top: 0;
    width: 34.6%;
    height: 71.9%;
  }

  .elderly-card {
    right: 6.25%;
    bottom: 6.3%;
    width: 38.4%;
    padding: clamp(10px, 2.8vw, 18px);
    border-radius: clamp(10px, 2.5vw, 17px);
  }

  .elderly-card h4 {
    font-size: clamp(0.6rem, 2.3vw, 0.97rem);
  }

  .elderly-card p {
    font-size: clamp(0.52rem, 1.85vw, 0.74rem);
  }

  .hero-blob {
    right: 78.6%;
    bottom: -8.4%;
    width: 19.6%;
    height: 47.6%;
    display: block;
  }

  .hero-images-wrap::after {
    left: 56.5%;
    top: -0.9%;
    width: 35.4%;
    height: 59.7%;
  }

  .intro-visual-accent {
    height: 37%;
  }

  .about-testimonials {
    padding: 30px 36px 46px;
  }
}

/* 768px */
@media screen and (max-width: 768px) {
  .hero-section {
    padding: 50px 18px;
  }
.about-testimonials .container-fluid .text-center.mb-5{
  margin-bottom: 20px !important;
}
  .hero-heading {
    font-size: 2rem;
  }
  .mb-5{
    margin-bottom: 20px !important;
  }
      .about-story {
        padding-top: 47px;
    }
   .about-story .row.align-items-center.g-5{
    gap: 0px;
   }
  .about-story .section-eyebrow {
    margin-top: -23px;
}
.about-pillars {
    padding: 23px 36px 48px;
}
}

/* 575px */
@media screen and (max-width: 575px) {
  .hero-section {
    padding: 36px 0 27px 0;
  }

  .hero-heading {
    font-size: 1.75rem;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 21px;
  }
}

/* 375px */
@media screen and (max-width: 375px) {
  .hero-section {
    padding: 40px 12px;
  }

  .hero-heading {
    font-size: 1.55rem;
  }

  .btn-book {
    padding: 10px 25px;
    font-size: 0.85rem;
  }
}

/* 320px */
@media screen and (max-width: 320px) {
  .hero-heading {
    font-size: 1.4rem;
  }
}

/* ============================
   ≤480px — small phones
============================ */
@media (max-width: 480px) {

  html,
  body {
    overflow-x: hidden;
  }

  .intro-visual {
    margin-top: 10px;
  }

  .top-bar {
    font-size: 0.7rem;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.4;
  }

  .hero-images-wrap::after {
    border-radius: 25px;
    border: 2px solid #FDC727;
  }

  .site-wrapper {
    margin: 8px 6px 22px;
    padding: 4px 8px;
    border-radius: 14px;
  }
.service-slider .slick-next {
    right: -10px;
}
.gallery-slider .slick-next {
    right: -15px;
}
.gallery-slider .slick-prev {
    left: -15px;
}
.service-slider .slick-prev {
    left: -10px;
}
  .site-header {
    padding: 12px 10px;
    gap: 8px;
    position: relative;
    top: 0;
    z-index: 999;
    background-color: transparent;
    box-shadow: none;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
  }

  .sd-stats .container-fluid {
    margin-top: -48px;
  }

  .logo-icon {
    width: 56px;
  }

  .btn-contact-nav {
    padding: 7px 14px;
    font-size: 0.78rem;
  }

  .stellarnav .menu-toggle {
    padding: 7px 9px;
  }

  /* ----- Home: hero / services / footer ----- */
  .hero-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-heading {
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .hero-sub {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .btn-book {
    padding: 10px 22px;
    font-size: 0.88rem;
  }

  .services-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-img {
    height: 140px;
  }

  .info-section {
    padding: 20px 12px;
  }

  .info-org-name {
    font-size: 0.95rem;
  }

  .btn-yellow-link {
    padding: 12px 14px;
  }

  .target-audience {
    padding: 0 12px;
    font-size: 0.72rem;
  }

  /* ----- Section eyebrows / headings ----- */
  .section-heading {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .section-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 1.4px;
  }
.section-eyebrow {
    margin-top: -28px;
}
  /* ----- About / page banner ----- */
  .about-banner {
    margin: 8px 6px 0;
    padding: 34px 18px 38px;
    border-radius: 16px;
  }

  .about-banner-title {
    font-size: 1.4rem;
  }

  .about-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 2px;
  }

  .about-banner-blob {
    width: 180px;
    height: 180px;
    top: -60px;
    right: -60px;
  }

  .about-story,
  .about-pillars,
  .about-why,
  .about-team,
  .about-testimonials {
    padding-left: 12px;
    padding-right: 12px;
  }

  .story-image-main {
    height: 260px;
  }

  .story-image-wrap {
    padding: 10px;
  }

  .pillar-card {
    padding: 26px 18px;
  }

  .pillar-icon {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .about-stats {
    margin: 0 6px;
    padding: 30px 14px;
    border-radius: 16px;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-suffix {
    font-size: 1.2rem;
  }

  .stat-label {
    font-size: 0.82rem;
  }

  .why-item {
    padding: 22px 18px;
  }

  .why-num {
    font-size: 2rem;
  }

  .team-card {
    padding: 18px 14px 22px;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 32px 20px 28px;
    border-radius: 18px;
  }

  .testimonial-text {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .quote-watermark {
    font-size: 2.6rem;
    top: 14px;
    right: 16px;
  }

  .testimonial-avatar {
    width: 46px;
    height: 46px;
  }

  .testimonial-meta strong {
    font-size: 0.9rem;
  }

  .testimonial-meta span {
    font-size: 0.76rem;
  }

  .testimonial-controls {
    gap: 12px;
    margin-top: 20px;
  }

  .custom-carousel-control {
    width: 36px;
    height: 36px;
  }

  .custom-carousel-indicators button {
    width: 16px;
    margin: 0 3px;
  }

  .custom-carousel-indicators button.active {
    width: 22px;
  }

  /* CTA strip */
  .about-cta {
    margin: 0 6px 28px;
  }

  .cta-inner {
    padding: 24px 18px;
    border-radius: 18px;
    gap: 18px;
  }

  .cta-inner h2 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .cta-inner p {
    font-size: 0.88rem;
  }

  /* ----- Services page ----- */
  .services-intro,
  .services-list,
  .services-process,
  .services-pricing,
  .services-faq {
    padding-left: 12px;
    padding-right: 12px;
  }

  .intro-visual {
    padding: 12px 12px 22px;
  }

  .intro-visual-img {
    height: 240px;
    border-radius: 18px;
  }

  .service-card {
    border-radius: 18px;
  }

  .service-card-img {
    height: 160px;
  }

  .service-card-body {
    padding: 22px 20px 24px;
  }

  .service-card-icon {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
    right: 18px;
    top: -24px;
  }

  .service-card h3 {
    font-size: 1.08rem;
  }

  .process-step {
    padding: 24px 18px 22px;
  }

  .process-step-num {
    font-size: 1.8rem;
  }

  .process-step-icon {
    width: 52px;
    height: 52px;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }

  .pricing-card {
    padding: 26px 18px 26px;
  }

  .pricing-value {
    font-size: 2rem;
  }

  .pricing-currency {
    font-size: 1.2rem;
  }

  .pricing-points li {
    font-size: 0.85rem;
  }

  /* FAQ */
  .faq-accordion .accordion-button {
    font-size: 0.88rem;
    padding: 16px 14px;
    gap: 10px;
  }

  .faq-num {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
    border-radius: 9px;
  }

  .faq-accordion .accordion-button::after {
    width: 26px;
    height: 26px;
    line-height: 58px;
    font-size: 0.7rem;
  }

  .faq-accordion .accordion-body {
    padding: 0 16px 18px 54px;
    font-size: 0.86rem;
  }

  .faq-advisor-card {
    padding: 20px 16px 20px;
    border-radius: 18px;
  }

  .faq-advisor-header {
    gap: 12px;
  }

  .faq-advisor-channel {
    padding: 9px 10px;
    gap: 10px;
    border-radius: 12px;
  }

  .faq-advisor-ico {
    width: 34px;
    height: 34px;
    font-size: 0.78rem;
  }

  .faq-advisor-channel-value {
    font-size: 0.82rem;
  }

  /* ----- Service details ----- */
  .sd-overview,
  .sd-stats,
  .sd-features,
  .sd-day,
  .sd-pricing,
  .sd-related,
  .sd-testimonial {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sd-info-chips {
    gap: 8px;
  }

  .sd-chip {
    font-size: 0.76rem;
    padding: 6px 11px;
  }

  .sd-stat-tile {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .sd-stat-num {
    font-size: 1.6rem;
  }

  .sd-feature-tile {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .sd-feature-icon {
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .sd-timeline-body {
    padding: 14px 16px;
    border-radius: 14px;
  }

  .sd-testimonial-card {
    padding: 40px 20px 26px;
    border-radius: 18px;
  }

  .sd-testimonial-card blockquote p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .sd-testimonial-quote {
    font-size: 1.6rem;
    top: 14px;
    left: 18px;
  }

  .sd-related-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  /* ----- Book appointment ----- */
  .ba-section,
  .ba-steps {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ba-form-card {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .ba-form-head h3 {
    font-size: 1.3rem;
  }

  .ba-form-head p {
    font-size: 0.85rem;
  }

  .ba-info-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .ba-info-list li,
  .ba-contact-list a,
  .ba-contact-meta {
    font-size: 0.88rem;
  }

  .ba-contact-ico {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }

  .ba-input {
    font-size: 0.9rem;
    padding: 11px 14px;
  }

  .ba-textarea {
    min-height: 96px;
  }

  .ba-submit {
    font-size: 0.92rem;
    padding: 12px 22px;
  }

  .ba-form-note {
    font-size: 0.76rem;
  }

  .ba-step-tile {
    padding: 22px 18px 20px;
    border-radius: 16px;
  }

  .ba-step-num {
    font-size: 1.5rem;
  }

  .ba-step-icon {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .ba-reassure {
    padding: 30px 16px;
    margin: 0 6px 36px;
    border-radius: 16px;
  }

  .ba-reassure-num {
    font-size: 1.6rem;
  }

  .ba-reassure-num span {
    font-size: 0.92rem;
  }

  .ba-reassure-label {
    font-size: 0.8rem;
  }

  /* ----- Gallery ----- */
  #gallery-grid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gallery-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gallery-stats li {
    padding: 16px 18px;
    border-radius: 14px;
  }

  .gallery-stat-num {
    font-size: 1.5rem;
  }

  .gallery-grid {
    grid-auto-rows: 180px;
    gap: 12px;
  }

  .gallery-tile {
    border-radius: 16px;
  }

  .gallery-tile-caption {
    font-size: 0.95rem;
  }

  .gallery-tile-icon {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
    top: 12px;
    right: 12px;
  }

  .album-section.reveal.is-visible {
    padding-left: 12px;
    padding-right: 12px;
  }

  .album-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .album-card-icon {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
    border-radius: 16px;
  }

  /* ----- Contact ----- */
  .ct-quick,
  .ct-section,
  .ct-map-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ct-quick-tile {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .ct-quick-ico {
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .ct-quick-value {
    font-size: 0.95rem;
  }

  .ct-quick-meta {
    font-size: 0.78rem;
  }

  .ct-map-hero {
    min-height: 320px;
    border-radius: 16px;
  }

  .ct-map-overlay {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 16px;
    border-radius: 14px;
  }

  .ct-map-overlay-title {
    font-size: 1rem;
  }

  .ct-map-overlay-address {
    font-size: 0.85rem;
  }

  .ct-map-overlay-cta {
    font-size: 0.85rem;
    padding: 10px 18px;
  }

  .ct-socials-row a {
    width: 34px;
    height: 34px;
    font-size: 0.82rem;
  }
}

/* ============================
   ≤380px — ultra-small phones
   (final pass down to 320px)
============================ */
@media (max-width: 380px) {
  .site-wrapper {
    margin: 6px 4px 18px;
    padding: 2px 6px;
    border-radius: 12px;
  }
.sd-testimonial-quote {
    font-size: 1.6rem;
    top: 6px;
    left: 10px;
}
  .site-header {
    padding: 10px 6px;
    gap: 6px;
  }

  .logo-icon {
    width: 60px;
  }

  .btn-contact-nav {
    padding: 6px 11px;
    font-size: 0.72rem;
  }

  .stellarnav .menu-toggle {
    padding: 6px 8px;
  }

  .stellarnav .menu-toggle .bars span {
    width: 18px;
  }

  .top-bar {
    font-size: 0.65rem;
    padding: 5px 8px;
  }

  /* Home hero — stack imagery tightly */
  .hero-heading {
    font-size: 1.2rem;
  }

  .hero-sub {
    font-size: 0.82rem;
  }

  .btn-book {
    padding: 9px 18px;
    font-size: 0.82rem;
  }

  .service-img {
    height: 120px;
  }

  /* Page banners */
  .about-banner {
    padding: 28px 14px 32px;
    margin: 6px 4px 0;
  }

  .about-banner-title {
    font-size: 1.2rem;
  }

  .about-eyebrow {
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .about-breadcrumb {
    font-size: 0.78rem;
  }

  .section-heading {
    font-size: 1.18rem;
  }

  /* Story */
  .story-image-main {
    height: 220px;
    border-radius: 16px;
  }

  .story-image-accent {
    top: -8px;
    left: -8px;
    border-width: 3px;
    border-radius: 16px;
  }

  /* Stats strip */
  .about-stats {
    padding: 24px 12px;
  }

  .stat-number {
    font-size: 1.55rem;
  }

  .stat-suffix {
    font-size: 1.05rem;
  }

  /* Pillar / why / team cards */
  .pillar-card,
  .why-item {
    padding: 22px 16px;
  }

  .team-card {
    padding: 16px 12px 20px;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 28px 16px 22px;
  }

  .testimonial-text {
    font-size: 0.85rem;
  }

  .quote-watermark {
    font-size: 2.1rem;
    top: 10px;
    right: 12px;
  }

  /* CTA */
  .cta-inner {
    padding: 20px 14px;
  }

  .cta-inner h2 {
    font-size: 1.05rem;
  }

  /* Services page */
  .intro-visual-img {
    height: 200px;
  }

  .service-card-img {
    height: 140px;
  }

  .service-card-body {
    padding: 20px 16px 22px;
  }

  .pricing-value {
    font-size: 1.75rem;
  }

  .pricing-card {
    padding: 22px 14px 22px;
  }

  .pricing-points li {
    font-size: 0.8rem;
    gap: 8px;
  }

  .pricing-btn {
    font-size: 0.85rem;
    padding: 10px 18px;
  }

  /* FAQ */
  .faq-accordion .accordion-button {
    font-size: 0.82rem;
    padding: 14px 12px;
    gap: 8px;
  }

  .faq-num {
    width: 26px;
    height: 26px;
    font-size: 0.68rem;
  }

  .faq-accordion .accordion-button::after {
    width: 22px;
    height: 22px;
    font-size: 0.62rem;
  }

  .faq-accordion .accordion-body {
    padding: 0 12px 16px 46px;
    font-size: 0.82rem;
  }

  /* Service details */
  .sd-stat-tile {
    padding: 18px 12px;
  }

  .sd-stat-num {
    font-size: 1.4rem;
  }

  .sd-feature-tile {
    padding: 20px 16px;
  }

  .sd-timeline::before {
    left: 18px;
  }

  .sd-timeline-step {
    padding-left: 48px;
  }

  .sd-timeline-icon {
    left: 0;
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .sd-testimonial-card {
    padding: 34px 16px 22px;
  }

  .sd-testimonial-card blockquote p {
    font-size: 0.88rem;
  }

  /* Book appointment */
  .ba-form-card {
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ba-form-head h3 {
    font-size: 1rem;
  }

  .ba-form-head p {
    font-size: 0.8rem;
  }

  .ba-input {
    font-size: 0.85rem;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .ba-label {
    font-size: 0.78rem;
  }

  .ba-submit {
    font-size: 0.88rem;
    padding: 11px 18px;
    width: 100%;
  }

  .ba-info-card {
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ba-contact-list li {
    gap: 10px;
  }

  .ba-contact-ico {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }

  .ba-contact-list a,
  .ba-contact-meta {
    font-size: 0.84rem;
  }

  .ba-step-tile {
    padding: 20px 14px 18px;
  }

  .ba-step-icon {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .ba-reassure {
    padding: 24px 12px;
    margin: 0 4px 28px;
  }

  .ba-reassure-num {
    font-size: 1.4rem;
  }

  /* Gallery */
  .gallery-grid {
    grid-auto-rows: 160px;
    gap: 10px;
  }

  .gallery-tile-caption {
    font-size: 0.88rem;
  }

  .gallery-tile-category {
    font-size: 0.62rem;
    letter-spacing: 1px;
  }

  .album-card {
    padding: 20px 14px;
    border-radius: 18px;
  }

  .album-card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.15rem;
  }

  .album-card-text .section-heading {
    font-size: 1.18rem;
  }

  /* Contact */
  .ct-quick-tile {
    padding: 18px 14px;
  }

  .ct-quick-value {
    font-size: 0.9rem;
  }

  .ct-quick-meta {
    font-size: 0.74rem;
  }

  .ct-map-hero {
    min-height: 280px;
  }

  .ct-map-overlay {
    padding: 14px;
    border-radius: 12px;
  }

  .ct-map-overlay-title {
    font-size: 0.95rem;
  }

  .ct-map-overlay-address {
    font-size: 0.8rem;
  }

  .ct-socials-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .ct-socials-row a {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  /* Footer */
  .info-section {
    padding: 18px 8px;
  }

  .btn-yellow-link strong {
    font-size: 0.78rem;
  }

  .btn-yellow-link span {
    font-size: 0.68rem;
  }

  .target-audience {
    font-size: 0.68rem;
    padding: 0 8px;
  }
}

@media screen and (max-width: 320px) {
  .elderly-card {
    right: 0%;
    bottom: -10.7%;
    width: 38.4%;
  }

  .hero-images-wrap::after {
    border-radius: 14px;
    border: 2px solid #FDC727;
  }

  .hero-images-wrap::after {
    left: 55.5%;
    top: -3.9%;
    width: 29.4%;
    height: 59.7%;
  }
}

@media (min-width: 2560px) and (max-width: 1441px) {}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
footer.info-section .row{
  gap: 0px;
}

}