html, body {
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #FDF6FF;
}
*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #FDF6FF;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.site-header {
    background: #FFF3F4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1rem 0;
}

.header-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 2rem;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.main-nav {
    justify-self: start;
    margin-left: 1.5rem;
}

.logo {
    justify-self: center;
}

.btn.btn-primary {
    justify-self: end;
    margin-right: 1.5rem;
}

.logo img {
    height: 72px;
    transition: height 0.2s;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    transition: color 0.2s;
}

.main-nav a.active {
    font-weight: 700;
    color: #017E80;
}

.main-nav a:hover {
    color: #e17ca2;
}

.btn {
    padding: 0.6em 1.5em;
    border: none;
    border-radius: 2em;
    background: #017E80;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px hsl(254deg 51% 70% / 70%)
}

@media (min-width: 360px) and (max-width: 415px) {
    .testimonial-box {
        background-size: cover;
        padding: 5px 15px 13px 0px;
    }
    .testimonial-box {
        min-height: 290px !important;
        background: url(images/feedback-bg.png) no-repeat top / contain !important;
    }
    .testimonial-card{
        top: 42px !important;
        left: 10px !important;
        width: 340px !important;
        height: 182px !important;
    }
    .testimonial-message {
        color: #4C4C4C;
        font-size: 15px !important;
    }
        .branch-section {
            aspect-ratio: 910 / 2000 !important;
            background-color: transparent !important;
        }
}

.btn-primary:hover {
    background: #015e60;
    box-shadow: 0 6px 24px rgba(1, 126, 128, 0.22);
}

@media (max-width: 900px) {
    .header-container {
        grid-template-columns: 1fr auto 1fr;
        gap: 1rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .main-nav ul {
        gap: 1rem;
    }
    .main-nav {
        margin-left: 0.7rem;
    }
    .btn.btn-primary {
        margin-right: 0.7rem;
    }
    .logo img {
        height: 56px;
    }
}
@media (max-width: 600px) {
    .header-container {
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        grid-template-areas: 'nav logo button hamburger';
        align-items: center;
        gap: 0.2rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .main-nav {
        grid-area: nav;
    }
    .logo {
        grid-area: logo;
        justify-self: center;
        z-index: 1003;
    }
    .btn.btn-primary {
        grid-area: button;
        z-index: 1003;
    }
    .hamburger {
        grid-area: hamburger;
        justify-self: end;
        display: flex;
    }
    .main-nav ul {
        gap: 0.3rem;
        font-size: 0.95rem;
    }
    .logo img {
        height: 56px;
    }
    .btn.btn-primary {
        padding: 0.4em 1em;
        font-size: 0.95rem;
    }
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: 70vw;
        max-width: 260px;
        height: 100vh;
        background: #FFF3F4;
        box-shadow: -2px 0 16px rgba(0,0,0,0.08);
        transform: translateX(100%);
        transition: transform 0.3s;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 4.5rem;
    }
    body.nav-open .main-nav {
        transform: translateX(0);
    }
    .main-nav ul {
        flex-direction: column;
        gap: 1.2rem;
        align-items: flex-start;
        padding-left: 2rem;
        margin-top: 2rem;
    }
    .main-nav ul li {
        width: 100%;
    }
    .main-nav ul li a {
        font-size: 1.1rem;
        padding: 0.5rem 0;
        display: block;
    }
    .btn.btn-primary {
        font-size: 0.95rem;
        padding: 0.4em 1em;
    }
}

/* Hero Section: Composite Background */
.hero-bg {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    aspect-ratio: 1094 / 609;
    background: url('images/welcomedog-pl.png') center/cover no-repeat;
    box-sizing: border-box;
}
.hero-content {
    position: absolute;
    top: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding: 0;
}
.hero-content h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.12);
    max-width: 90vw;
    word-break: break-word;
    opacity: 0;
  transform: scale(0.8) translateY(40px);
  animation: popIn 2s cubic-bezier(.47,1.64,.41,.84) 0.15s forwards;
}
@keyframes popIn {
  0%   { opacity: 0; transform: scale(0.8) translateY(40px);}
  70%  { opacity: 1; transform: scale(1.07) translateY(-5px);}
  100% { opacity: 1; transform: scale(1) translateY(0);}
}   
.hero-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.hero-dog-img {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-top: -1.5rem;
    pointer-events: none;
}
.hero-dog-img img {
    max-width: 420px;
    width: 90vw;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
    background: transparent;
    display: block;
}
@media (max-width: 900px) {
    .hero-bg {
        aspect-ratio: 1094 / 609;
        border-radius: 0px !important;
    }
    .hero-content {
        bottom: 34%;
    }
    .hero-content h1 {
        margin-top: 10px;
        font-size: 1.5rem;
    }
    .hero-dog-img img {
        max-width: 260px;
    }
    .hero-content p{
      text-align: center;
    }
    .specialize-text {
      font-size: 16px;
    }
    .service-hero-para {
      position: absolute;
      left: 5%;
      top: 40%;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      max-width: fit-content;
      line-height: 1.5;
      z-index: 2;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 600px) {
    .hero-bg {
        aspect-ratio: 1.5 / 1;
        border-radius: 0px !important;
        background: url(images/hero-dog-placeholder.png) center / cover no-repeat, linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 85%));
        box-sizing: border-box;
        background-blend-mode: overlay;
    }
    .hero-content {
        bottom: 28%;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-dog-img img {
        max-width: 160px;
    }
}

/* Welcome Section Screenshot Match */
.welcome-section {
    background: #F29DA4;
    margin-bottom: 2rem;
    border-radius: 0;
}
.welcome-bg {
    background: none;
    padding: 0;
    border-radius: 0;
}
.welcome-content {
    display: flex;
    align-items: stretch;
    padding-bottom: 0;
    gap: 0.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.welcome-image {
    flex: 1 1 440px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 420px;
    height: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.welcome-image img {
    position: relative;
    top: 58px;
    max-width: 550px;
    width: 100%;
    height: auto;
    object-fit: contain;
    align-self: flex-end;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 0;
    box-shadow: none;
    background: none;
    display: block;
}
.welcome-text {
    flex: 1 1 400px;
    color: #fff;
    padding: 2rem 2rem 2rem 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.welcome-text h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 1.2rem 0;
    line-height: 1.1;
    color: #fff;
}
.welcome-text p {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    color: #fff;
    max-width: 560px;
}
.welcome-text .btn {
    background: #017E80;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 2em;
    padding: 0.7em 2.2em;
    box-shadow: 0 4px 16px rgba(1, 126, 128, 0.18);
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 1.5rem;
}
.welcome-text .btn:hover {
    background: #015e60;
    box-shadow: 0 6px 24px rgba(1, 126, 128, 0.22);
}
@media (max-width: 900px) {
    .welcome-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 2rem 1rem 0 1rem;
    }
    .welcome-image {
        min-height: 220px;
        justify-content: center;
        align-items: flex-end;
    }
    .welcome-image img {
        top: 36px;
        max-width: 260px;
    }
    .welcome-text {
        padding: 1.5rem 1rem 1.5rem 1rem;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .welcome-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 1.2rem 0.5rem 0 0.5rem;
        gap: 0;
    }
    .welcome-image {
        min-height: unset;
        width: 100%;
        justify-content: center;
        align-items: flex-end;
    }
    .welcome-image img {
        max-width: 80vw;
        width: 80vw;
        height: auto;
        top: 0;
        margin-bottom: 0.5rem;
    }
    .welcome-text {
        padding: 0.5rem 0.5rem 1rem 0.5rem;
        align-items: center;
        text-align: left;
    }
}

/* Welcome section heading size adjustment */
.welcome-title-large {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
}
.welcome-title-small {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.05;
}
@media (max-width: 900px) {
    .welcome-title-large {
        font-size: 2.2rem;
    }
    .welcome-title-small {
        font-size: 1.2rem;
    }
}
@media (max-width: 600px) {
    .welcome-title-small {
        font-size: 1.5rem;
    }
    .welcome-title-large {
        font-size: 3.3rem;
    }
}

/* Branch Section with background image */
.branch-section {
    display: block;
    align-items: unset;
    justify-content: unset;
    background: url('images/branch-section-dog-bg.png') center/cover no-repeat;
    aspect-ratio: 1112 / 768;
    height: auto;
    min-height: 0;
    position: relative;
    margin-bottom: 2rem;
    box-sizing: border-box;
    margin-top: 5rem;
}
.branch-bg {
    display: block;
    align-items: unset;
    justify-content: unset;
    background: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.branch-content {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 4rem 1rem 0 1rem;
    color: #115C58;
    margin-top: 2.5rem;
}
.branch-title {
    color: #017E80;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
}
.branch-subtitle {
    color: #5A6466;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 15px;
}
.branch-details-row {
    display: flex;
    justify-content: center;
    gap: 12rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}
.branch-details-col {
    flex: 1 1 320px;
    min-width: 260px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    text-align: left;
    color: #115C58;
}
.branch-detail {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 1.1rem;
    color: #017E80;
    text-align: left;
}
.branch-detail strong {
    color: #115C58;
    font-weight: 700;
}
.branch-icon {
    font-size: 1.5rem;
    color: #115C58;
    margin-top: 0.2rem;
    flex-shrink: 0;
}
.branch-underline {
    width: 30%;
    height: 1.5px;
    background: #017e80;
    margin: -0.5rem 0 0.5rem 0.2rem;
}
.branch-btn-row {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}
.branch-btn-row .btn {
    background: #017E80;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 2em;
    padding: 0.7em 2.2em;
    box-shadow: 0 4px 16px rgba(1, 126, 128, 0.18);
    transition: background 0.2s, box-shadow 0.2s;
}
.branch-btn-row .btn:hover {
    background: #015e60;
    box-shadow: 0 6px 24px rgba(1, 126, 128, 0.22);
}
.branch-dogs {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}
.branch-dogs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    background: #fff;
}
@media (max-width: 900px) {
    .branch-section {
        aspect-ratio: 1.2 / 1;
        padding: 0;
    }
    .branch-content {
        padding: 1.5rem 0.5rem 0 0.5rem;
        margin-top: 1.2rem;
    }
    .branch-title {
        font-size: 2.1rem;
    }
    .branch-subtitle {
        font-size: 1.2rem;
    }
    .branch-details-row {
        flex-direction: column;
        gap: 2rem;
        align-items: stretch;
    }
    .branch-details-col {
        min-width: 0;
        max-width: 100vw;
        align-items: flex-start;
        margin-bottom: 0.5rem;
    }
    .branch-underline {
        margin-left: 0.7rem;
        width: 40%;
    }
    .branch-btn-row {
        margin-top: 1rem;
    }
    .branch-btn-row .btn {
        font-size: 1rem;
        padding: 0.6em 1.2em;
    }
}
@media (max-width: 600px) {
    .branch-section{
      display: block;
      align-items: unset;
      background: url(images/branch-section-dog-bg.png) bottom / contain no-repeat;
      aspect-ratio: 1010 / 2000;
      height: auto;
      min-height: 0;
      position: relative;
      margin-bottom: 2rem;
      box-sizing: border-box;
      margin-top: -2rem;
      background-color: transparent;
    }
    .branch-content {
        padding: 0.7rem 0.2rem 0 0.2rem;
        margin-top: 0.7rem;
    }
    .branch-title {
        font-size: 2.8rem;
        margin-top: 30px;
    }
    .branch-subtitle {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .branch-details-row {
        gap: 0rem;
        padding: 0px 30px;
    }
    .branch-details-col {
        margin-bottom: 0.2rem;
        flex: 1 1 215px;
    }
    .branch-detail {
        font-size: 1rem;
    }
    .branch-icon-img {
        width: 1.1rem;
        height: 1.1rem;
    }
    .branch-underline {
        width: 35%;
        margin-left: 0.5rem;
    }
    .branch-btn-row {
        margin-top: 0.7rem;
    }
    .branch-btn-row .btn {
        font-size: 0.95rem;
        padding: 0.5em 1em;
        bottom: 25px;
        position: relative;
    }
}

/* Services Section */
.services-section {
    background-color: #FDF6FF;
    padding: 3rem 0 0 0;
    position: relative;
    margin-bottom: 2rem;
}
.services-title {
    color: #2ec4b6;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
.services-title-green {
    color: #017E80;
    font-weight: 700;
}
.services-title-pink {
    color: #FA7883;
    font-weight: 700;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
    justify-items: center;
    margin-bottom: 2.5rem;
}
.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9f6fb;
    border-radius: 1.5rem;
    padding: 1.2rem 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    min-width: 140px;
    max-width: 180px;
}
.service-icon {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
    color: #e17ca2;
}
.service-name {
    font-size: 1rem;
    color: #a0487b;
    text-align: center;
    font-weight: 500;
}
.services-cat {
    display: flex;
    justify-content: center;
    margin-top: -1.5rem;
}
.services-cat img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    background: #FDF6FF;
    display: block;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
}
@media (max-width: 600px) {
    .services-section {
        padding: 0rem 0 0 0;
    }
    .services-title {
        font-size: 3rem;
        margin-top: 0px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .service-item {
        min-width: 100px;
        max-width: 100%;
        padding: 0.8rem 0.5rem;
    }
    .services-cat img {
        width: auto;
        height: auto;
        aspect-ratio: 1 / 0;
    }
}
.doctor-section-bg {
  background: #FAEBF4;
  padding: 64px 0 64px 0;
  font-family: Helvetica, Arial, sans-serif;
}
.doctor-container{
  padding: 30px 40px;
}

.doctor-photo{
  text-align: center;
}
.doctor-photo img{
  height: 85%;
}

.doctor-block{
  display: flex;
}
.doctor-block-2{
  display: flex;
}
.doctor-section{
  background: #FAEBF4;
  padding-top: 3rem;
}


.doctor-section-content {
  display: flex;
  gap: 48px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.doctor-card {
  flex: 1 1 465px;
  max-width: 480px;
  min-width: 290px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 6px 34px 0 #017e8020;
  padding: 36px 32px 38px 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 0;
}

.doctor-image-block {
  flex-shrink: 0;
  width: 150px;
  height: 175px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 28px 0 #017e8030;
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.doctor-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}
.doctor-info{
  padding-right: 5rem;
}
.doctor-info p{
  font-size: 19px;
}
.doctor-info-2{
  padding-left: 3rem;
}
.doctor-info-2 p{
  font-size: 19px;
}
.doctor-info-block {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  
}

.doctor-name {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 0 7px 0;
  line-height: 1.09;
  letter-spacing: 0.01em;
}
.doctor-name .teal { color: #017E80; }
.doctor-name .coral { color: #FA7883; }

.doctor-info-block p, .doctor-info-block ul {
  color: #5A6466;
  font-size: 1.12rem;
  line-height: 1.62;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.highlight {
  color: #017E80;
  font-weight: 400;
  font-family: inherit;
}
.doctor-info-block .muted {
  color: #888;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
}

@media (max-width: 1060px) {
  .doctor-section-content {
    flex-direction: column;
    gap: 34px;
    padding: 0 12vw;
  }
  .doctor-card {
    max-width: 99vw;
    padding: 30px 18px 30px 18px;
  }
}

@media (max-width: 600px) {
  .doctor-block {
    display: flex;
    flex-direction: column;
  }
  .doctor-block-2 {
    margin-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .doctor-photo img {
    width: 100%;
  }
  .doctor-info {
    padding-right: 0;
    margin-top: 12px;
  }
  .doctor-info-2 {
    padding-left: 0rem;
  }
}

@media screen and (min-width: 360px) and (max-width: 640px){
  
}

@media (max-width: 700px) {
  .doctor-section-bg { padding: 32px 0 32px 0;}
  .doctor-section-content { gap: 22px; padding: 0 2vw;}
  .doctor-card {
    flex-direction: column;
    align-items: center;
    padding: 18px 7vw 24px 7vw;
    gap: 20px;
  }
  .doctor-image-block {
    width: 78vw; max-width: 340px; height: auto; aspect-ratio: 230/265; border-radius: 17px;
  }
  .doctor-info-block { align-items: center; text-align: center; }
  .doctor-name { font-size: 1.19rem; }
  .doctor-info-block p { font-size: 0.97rem; }
}
/* Staff Section */
/* .staff-section {
    background: transparent;
    margin-bottom: 2rem;
} */
.staff-section{
    background: url('images/staff-bg.png') center top/contain no-repeat;
    background-color: transparent;
    aspect-ratio: 1000 / 768;
    height: auto;
    min-height: 0;
    position: relative;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.staff-content {
    text-align: center;
}
.staff-title {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.staff-carousel-wrapper {
    max-width: 1070px;
    width: 100%;
    margin: 4rem auto 2rem auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 555px;
}
.staff-carousel {
    display: flex;
    gap: 2rem;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
    will-change: transform;
    width: 100%;
}
.staff-card {
    min-width: 320px;
    max-width: 320px;
    flex: 0 0 320px;
    margin: 0;
}
.staff-card-img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    margin-bottom: 1rem;
    box-shadow: none;
    background: none;
    display: block;
    position: relative;
    z-index: 1;
}
.staff-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: -webkit-center;
    width: 70%;
}
.staff-card-title-1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: -webkit-center;
    width: 88%;
}
.staff-card-title-3{
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: -webkit-center;
    width: 81%;
}
.staff-card-desc {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    width: 80%;
    left: 3rem;
    position: relative;
}
.staff-card-title-2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: -webkit-center;
    width: 58%;
}
.staff-card-desc-2 {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    width: 80%;
    left: 3rem;
    position: relative;
}
.staff-carousel-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}
.arrow-right-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    cursor: pointer;
}
@media (max-width: 900px) {
    .staff-carousel-wrapper {
        max-width: 700px;
        height: 340px;
    }
    .staff-card {
        min-width: 260px;
        max-width: 260px;
        flex: 0 0 260px;
    }
    .arrow-right-img {
        width: 36px;
        height: 36px;
    }
}
@media (max-width: 600px) {
    .staff-section{
      background: url(images/staff-bg.png) center center / cover no-repeat;
      background-color: transparent;
      aspect-ratio: 1000 / 1600;
      height: auto;
      min-height: 0;
      position: relative;
      padding: 0;
      border-radius: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 3rem;
    }
    .staff-carousel-wrapper {
        max-width: 90vw;
        height: auto;
        margin: 0rem auto 0rem auto;
    }
    .staff-card {
        min-width: 90vw;
        max-width: 90vw;
        flex: 0 0 80vw;
    }
    .arrow-right-img {
        width: 28px;
        height: 28px;
    }
    .staff-card-img{
      width: 90%;
      margin: 0 auto;
    }
    .staff-title{
      font-size: 40px;
      margin-bottom: 8px !important;
      margin-top: 20px !important;
    }
    .staff-card-title{
      text-align: -webkit-center !important;
      margin: 0 auto !important;
    }
    .staff-card-title-1{
      text-align: -webkit-center !important;
      margin: 0 auto !important;
    }
    .staff-card-title-2 {
        
        width: 96% !important;
    }
    .staff-card-desc {
      font-size: 1rem !important;
      color: #fff;
      text-align: -webkit-center !important;
      width: 65% !important;
      left: 0 !important;
      position: relative;
      margin: 0 auto !important;
    }
    .staff-card-desc-2 {
      font-size: 1rem !important;
      color: #fff;
      text-align: -webkit-center !important;
      width: 65% !important;
      left: 0 !important;
      position: relative;
      margin: 0 auto !important;
    }
    .staff-carousel-arrow{
      right: 0px;
      top: 40%;
    }
    .staff-carousel {
        display: flex;
        gap: 0rem !important;
        transition: transform 0.4s cubic-bezier(.4,0,.2,1);
        will-change: transform;
        width: 100%;
    }
}

/* Logo hover effect */
.logo a {
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
}
.logo a:hover {
    transform: scale(1.07);
    box-shadow: 0 4px 16px rgba(164, 139, 224, 0.18);
}

/* Hamburger styles */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
    margin-left: 0.2rem;
}
.hamburger span {
    display: block;
    width: 26px;
    height: 3px;
    background: #017E80;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
}
@media (max-width: 900px) {
    .hamburger {
        display: flex;
    }
}
@media (max-width: 600px) {
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: 70vw;
        max-width: 260px;
        height: 100vh;
        background: #FFF3F4;
        box-shadow: -2px 0 16px rgba(0,0,0,0.08);
        transform: translateX(100%);
        transition: transform 0.3s;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 4.5rem;
    }
    body.nav-open .main-nav {
        transform: translateX(0);
    }
    .mobile-only {
        padding-bottom: 12px !important;
    }
}

/* Show/hide Book an Appointment button for mobile/desktop */
.desktop-only { display: inline-block; }
.mobile-only { display: none; }
@media (max-width: 600px) {
    .desktop-only { display: none !important; }
    .mobile-only {
        width: 70%;
        min-width: 140px;
        max-width: 220px;
        margin: 2rem 0 2rem 2rem;
        color: #fff !important;
        text-align: center;
        display: block;
        text-align: left;
        padding-bottom: 2.5rem;
    }
    .logo img { height: 72px; }
}

@media (min-width: 600px) and (max-width: 900px) {
    .hamburger {
        display: none !important;
    }
}

/* Hamburger to cross animation */
.hamburger span {
    transition: 0.3s;
}
body.nav-open .hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
body.nav-open .hamburger span:nth-child(2) {
    opacity: 0;
}
body.nav-open .hamburger span:nth-child(3) {
    transform: translateY(-17px) rotate(-45deg);
}

.branch-icon-img {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-top: 0.1rem;
    display: inline-block;
}

.arrow-right-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* box-shadow: 0 2px 8px rgba(1,126,128,0.10); */
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    cursor: pointer;
}
@media (max-width: 900px) {
    .arrow-right-img {
        width: 36px;
        height: 36px;
    }
}
@media (max-width: 600px) {
    .arrow-right-img {
        width: 28px;
        height: 28px;
    }
}

.testimonials-section {
  padding: 0;
  position: relative; /* contains the absolute cat image */
  overflow: hidden;
}

.testimonials-wrapper {
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: nowrap;    /* Ensure columns don't wrap */
  /* position: relative; */ 

  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  z-index: 3; /* above background, below .cat-image if needed */
  padding-left: 40vw;
}

.cat-image {
   position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40vw;  /* Or use px if you want a fixed size */
  max-width: 540px; /* Prevents on ultra-wide screens */
  z-index: 2;
  display: flex;
  align-items: flex-start;
  pointer-events: none;
}

.cat-image img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}

.testimonial-content-area {
  flex: 0 0 85%;
  width: 60%;
  padding: 60px 40px 100px 40px; /* Adjust left/right padding to your taste */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.testimonial-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;  /* make sure it's left-aligned */
}

.testimonial-heading .green {
  color: #017E80;
}

.testimonial-heading .pink {
  color: #FA7883;
}

.testimonial-box {
  position: relative;
  width: 432px;
  min-height: 350px;
  display: flex;
  margin: auto 0;
  justify-content: flex-start;
  background: url("images/feedback-bg.png") no-repeat center/contain;
  overflow: hidden;
}


.testimonial-card {
    position: absolute; /* Change from relative */
    top: 50px;
    left: 10px;
    width: 410px;
    height: 220px;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.48s cubic-bezier(.41,1.18,.44,.98), opacity 0.34s;
    z-index: 1;
    background: #fff;
    box-shadow: 0 4px 30px 0 #0000000c;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 15px 35px 20px;
    pointer-events: none;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
  pointer-events: auto;
}
.testimonial-card.slide-out {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.testimonial-user-info {
  display: flex;
  flex-direction: row;      /* <--- Horizontal! */
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}

.avatar-circle {
  width: 56px;
  height: 56px;
  background: #FFD100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user-info h4 {
  margin: 0;
  color: #13908A;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}

.testimonial-user-info p {
  margin: 0;
  color: #888;
  font-size: 1rem;
  font-weight: 400;
}

.testimonial-message {
  color: #4C4C4C;
  font-size: 1.1rem;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 20px;
}

.testimonial-message b, .testimonial-message strong {
  font-weight: 700;
  font-style: italic;
}

.testimonial-next-btn {
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #13908A;
  color: #fff;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 18px 0 #13908A25;
  font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}

.testimonial-next-btn:hover {
  background: #FA7883;
}

@media (max-width: 500px) {
  .testimonial-box { width: 100vw; margin: 0 auto; }
  .testimonial-card { padding: 10px 2vw }
  .testimonial-heading { margin-left: 1rem; }
  .testimonials-wrapper{
    padding-left: 0vw;
  }
  .cat-image {
    position: relative;
  }
  .cat-image img {
    opacity: none;
  }
  .testimonial-message {
    padding-right: 25px;
    text-align: left;
    margin-top: 1px;
  }
}

@media (max-width: 768px) {
  .testimonials-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .cat-image {
    margin: 0 auto;
  }

  .testimonial-heading {
    font-size: 2.3rem;
    text-align: left;
    margin-top: 0;
  }

  .testimonial-box {
    background-size: cover;
    padding: 5px 15px 13px 0px
    
  }

  .testimonial-next-btn {
    right: -8px;
  }
}

@media (max-width: 900px) {
  .testimonials-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .cat-image, .testimonial-content-area {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .testimonial-content-area{
    padding: 0px 0px 20px 0px;
  }
  .cat-image {
    justify-content: center;
    margin-bottom: 0px;
  }
}

:root {
  --footer-bg: #B48CCB;
  --footer-bottom-bg: #9B71B3;
  --footer-text: #fff;
  --footer-divider-gradient: linear-gradient(180deg, #043839 23%, #fff 49%, #043839 81%);
}

/* Main Footer Styles */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 0;
  position: relative;
  font-family: 'Inter', Arial, sans-serif;
}

.footer-illustration {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.footer-illustration img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -12px;
  background: #FDF6FF;
}

/* Main 3-column layout */
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 32px 24px 32px;
  gap: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.footer-col {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-col-left {
  width: 30%;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;       /* moves menu toward divider */
  padding-left: 0;             /* remove extra left space */
  padding-right: 35px;
  top: 4rem;
  position: relative;
}
.footer-col-left ul {
  text-align: right;
}

.footer-col-center {
  width: 30%;
  align-items: center;
  text-align: center;
}
.footer-col-right {
  width: 40%;
  min-width: 240px;
  align-items: flex-start;
}

.footer-col-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
}
.footer-col-left li {
  margin-bottom: 14px;
}
.footer-col-left a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 1.1rem;
  transition: color .2s;
}
.footer-col-left a:hover {
  color: #FFD100;
}

.footer-divider {
  width: 2px;
  height: 150px;
  background: var(--footer-divider-gradient);
  border-radius: 1px;
  margin: 0 16px;
  align-self: center;
}

.footer-logo img {
  width: 90px;
  margin: 0 auto 12px;
  display: block;
}
.footer-social {
  margin-top: 12px;
  display: flex;
  flex-direction: row;    /* horizontal alignment */
  align-items: center;
  gap: 16px;              /* space between icons */
  justify-content: center;
}
.footer-social span {
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 1rem;
}
.footer-social a img {
  width: 40px; height: 42px;
  margin: 0;              /* no right margin now */
  transition: transform .2s;
}
.footer-social a:hover img { transform: scale(1.08);}
.footer-social a img:last-child { margin-right: 0; }

/* WhatsApp button */
.footer-whatsapp-btn {
  background: #017E80;
  color: #fff;
  border: none;
  padding: 8px 22px 8px 15px;
  border-radius: 22px;
  font-size: 1.04rem;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px #21c97b33;
  margin-bottom: 16px;
  gap: 9px;
  cursor: pointer;
  transition: background 0.2s;
}
.footer-whatsapp-btn:hover { background: #15a761; }
.footer-whatsapp-btn img {
  width: 25px;
  height: 25px;
}

.footer-contact {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.6;
  color: var(--footer-text);
}
.footer-contact span {
  margin-right: 4px;
  font-size: 1.15em;
}

.footer-bottom {
  background: var(--footer-bottom-bg);
  color: var(--footer-text);
  padding: 20px 35px 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .98rem;
  letter-spacing: 0.01em;
}

.external-link{
    color: #fff;
    text-decoration: none;
}

.external-link:hover{
    color: #f97882;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-main {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 10px 20px 10px;
  }
  .footer-divider {
    width: 100%;
    height: 2px;
    background: var(--footer-divider-gradient);
    margin: 24px 0;
    display: none;
  }
  .footer-col { width: 100%; min-width: unset; margin-bottom: 1.5rem; align-items: center; padding-right: 10px; }
  .footer-col-center { align-items: center; }
  .footer-col-right { align-items: center; }
  .footer-logo { margin-top: 4rem;}
  .footer-col-left ul {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    font-size: .94rem;
    gap: 5px;
    text-align: center;
  }
}

/* Service Hero Section Simple - Full Width */
.service-hero-section-simple {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  box-sizing: border-box;
}

.service-hero-bg-simple {
  position: relative;
  width: 100vw;
  margin: 0;
  background: url('images/hero-dog-placeholder-1.png') no-repeat center center;
  background-size: cover;
  aspect-ratio: 765/434;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 200px;
}

.service-hero-heading {
  position: absolute;
  left: 5%;
  top: 15%;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  max-width: 40%;
  line-height: 1.1;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.service-hero-para {
  position: absolute;
  left: 5%;
  top: 40%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  max-width: 35%;
  line-height: 1.5;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.specialize-text{
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .service-hero-bg-simple {
    background: url(images/hero-dog-placeholder-1.png) center / cover no-repeat, linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 83%));
    background-blend-mode: overlay;
    width: 100vw;
    aspect-ratio: 765/434;
  }
  .service-hero-para{
    max-width: fit-content;
    font-size: 13px;
    line-height: 1.3;
  }
  .service-hero-heading {
    font-size: 19px;
    max-width: 36%;
    left: 6%;
    top: 10%;
    line-height: 25px;
  }
  .specialize-text{
    font-size: 15px;
  }
}

.why-choose-section {
  background: #F29DA4;
  display: flex;
  align-items: stretch;
  min-height: 480px;
  padding: 0 0 32px 0;
  font-family: 'Inter', Arial, sans-serif;
}

/* Left side: heading + illustration */
.why-choose-left {
  width: 40%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 46px 0 0 5vw;
}

.why-choose-heading {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: -1.5px;
}

.anchor-txt { 
    text-decoration: none;
    color: #fff;
}

.why-choose-illustration {
    width: auto;
    max-width: 90%;
    margin-top: 45px;
    margin-left: -16px;
    display: block;
    top: 5rem;
    position: relative;
    z-index: 2;
}

/* Right side: vertically center everything */
.why-choose-right {
  width: 60%;
  min-width: 340px;
  display: flex;
  align-items: center;       /* Center inner container vertically */
  justify-content: center;   /* Center horizontally */
  position: relative;
  padding: 0 5vw 0 0;
}

.why-choose-right-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Hanging paws image */
.why-choose-paws-hanging {
    position: absolute;
    right: 0;
    top: 0px;
    width: auto;
    height: 110px;
    z-index: 2;
    left: 60%;
    transform: translateX(45%);
}

/* Pills row - two columns */
.why-choose-pills-row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  z-index: 3;
  margin-top: 55px;
  justify-content: center;
}

/* Pills column */
.why-choose-pills-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 0;
  z-index: 3;
  justify-content: center;
}

/* Pill style */
.why-pill {
  display: flex;
  align-items: center;
  background: #E08990;
  border-radius: 80px;
  padding: 35px 28px 35px 18px;
  min-width: 270px;
  min-height: 75px;
  gap: 15px;
  box-shadow: 0 2px 18px #00000009;
}

.why-pill-icon img {
  width: 45px;
  height: 45px;
  display: block;
}

.why-pill-title {
  color: #fff;
  font-size: 1.11rem;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: .02em;
}
.why-pill-desc {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0;
}

/* Responsive: Stack columns and center pills on small screens */
@media (max-width: 900px) {
  .why-choose-section { flex-direction: column; min-height: unset; }
  .why-choose-left, .why-choose-right { width: 100%; min-width: 0; padding: 32px 5vw 0 5vw; }
  .why-choose-right { align-items: flex-start; justify-content: center; }
  .why-choose-paws-hanging { left: 55vw; top: -32px; transform: translateX(-50%); }
  .why-choose-pills-row { flex-direction: column; gap: 26px; margin-top: 65px; align-items: center; }
  .why-choose-pills-col { flex-direction: column; gap: 25px;  }
  .why-pill { min-width: 190px; }
}
@media (max-width: 600px) {
  .why-choose-heading { font-size: 2rem; }
  .why-choose-paws-hanging { display: none; }
  .why-pill { min-width: 0; padding: 18px 20px 18px 20px}
  .why-choose-illustration {top: 2rem;}
  .faq-cat-img {bottom: 2rem !important; left: 3rem;}
}


/* Keyframes */
@keyframes pill-fadeup {
  0% { opacity: 0; transform: translateY(40px) scale(0.98);}
  70% { opacity: 1;}
  100% { opacity: 1; transform: translateY(0) scale(1);}
}
@keyframes paws-drop {
  0% { opacity: 0; transform: translateY(-60px) scale(0.9);}
  60% { opacity: 1;}
  100% { opacity: 1; transform: translateY(0) scale(1);}
}
@keyframes why-left-in {
  0% { opacity: 0; transform: translateX(-50px);}
  100% { opacity: 1; transform: translateX(0);}
}

/* Animate left column in */
.why-choose-left {
  animation: why-left-in 1s cubic-bezier(.44,.8,.4,1.09) 0.2s both;
  z-index: 2;
}

/* Animate paw illustration drop */
.why-choose-paws-hanging {
  opacity: 0;
  animation: paws-drop 1.1s cubic-bezier(.5,.8,.3,1.1) 0.5s both;
}

/* Animate pills with stagger */
.why-pill {
  opacity: 0;
  animation: pill-fadeup 0.72s cubic-bezier(.39,1.45,.63,1) both;
}
.why-choose-pills-col .why-pill:nth-child(1) { animation-delay: 0.45s;}
.why-choose-pills-col .why-pill:nth-child(2) { animation-delay: 0.6s;}
.why-choose-pills-col .why-pill:nth-child(3) { animation-delay: 0.75s;}
.why-choose-pills-row .why-choose-pills-col:nth-child(2) .why-pill:nth-child(1) { animation-delay: 0.9s;}
.why-choose-pills-row .why-choose-pills-col:nth-child(2) .why-pill:nth-child(2) { animation-delay: 1.05s;}

/* Pill hover: pop and shadow */
.why-pill {
  transition: box-shadow .22s cubic-bezier(.2,.67,.45,1.26), transform .22s cubic-bezier(.2,.67,.45,1.26);
}
.why-pill:hover {
  box-shadow: 0 6px 26px #e0899031, 0 1.5px 10px #0000000c;
  transform: scale(1.045) translateY(-3px);
  z-index: 10;
}

/* Optionally: slight hover effect on paw icon too */
.why-pill-icon img {
  transition: transform 0.18s cubic-bezier(.25,.8,.46,1.15);
}
.why-pill:hover .why-pill-icon img {
  transform: scale(1.13) rotate(-8deg);
}

.service-cards-section {
  padding: 60px 0 40px 0;
  text-align: center;
}

.service-cards-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #017E80;
  margin-bottom: 38px;
  letter-spacing: 0.2px;
}

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 28px;
  justify-content: center;
  align-items: stretch;
  max-width: 1050px;
  margin: 0 auto 32px auto;
  padding: 0 10px;
}

.service-card {
  border-radius: 18px;
  box-shadow: 0 4px 24px #0000000A;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow .24s cubic-bezier(.32,.92,.64,1.28), transform .22s cubic-bezier(.32,.92,.64,1.28);
  padding: 0 0 20px 0;
  min-height: 350px;
}

.service-card:hover {
  box-shadow: 0 8px 32px #017e8022;
  transform: translateY(-4px) scale(1.027);
  z-index: 1;
}

.service-card-img {
  width: 100%;
  aspect-ratio: 1/0.67;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.service-card-content {
  padding: 18px 22px 0 22px;
  flex: 1 1 auto;
  width: 100%;
  text-align: left;
}

.service-card-content h3 {
  color: #5A6466;
  font-size: 1.23rem;
  font-weight: 700;
  margin: 18px 0 10px 0;
  letter-spacing: 0.01em;
}

.service-card-content p {
  color: #5A6466;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0 0;
  letter-spacing: 0.01em;
  line-height: 1.42;
}

.service-cards-footer {
  margin-top: 15px;
  text-align: center;
}

.service-cards-btn {
  display: inline-block;
  background: #017E80;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 24px;
  padding: 10px 38px;
  box-shadow: 0 2px 12px #017e8032;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.service-cards-btn:hover {
  background: #024f51;
  transform: scale(1.06);
}

@media (max-width: 1024px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 18px;
    max-width: 780px;
  }
}
@media (max-width: 680px) {
  .service-cards-title { font-size: 1.8rem; }
  .service-cards-grid {
    grid-template-columns: 1fr;
    gap: 22px 0;
    max-width: 96vw;
    padding: 0 2vw;
  }
  .service-card-content h3 { font-size: 1.05rem; }
}

.faq-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0 0px 0;
  font-family: 'Inter', Arial, sans-serif;
  min-height: 460px;
}

.faq-content {
  width: 55%;
  min-width: 340px;
  max-width: 650px;
  padding-left: 5vw;
}

.faq-title {
  color: #017E80;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: -1.5px;
  text-align: left;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 370px;   /* adjust as needed */
  overflow-y: auto;
  padding-right: 18px;  
  scrollbar-color: #017E80 #017E8080; /* thumb color, track color */
  scrollbar-width: thin; /* For Firefox */
}

.faq-list::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
.faq-list::-webkit-scrollbar-thumb {
  background: #017E80;
  border-radius: 16px;
}
.faq-list::-webkit-scrollbar-track {
  background: #017E8080;
  border-radius: 12px;
  margin: 4px 0;
}
.faq-list::-webkit-scrollbar-button {
  height: 0 !important;
  width: 0 !important;
  display: none !important;
  background: transparent !important;
}
.faq-list::-webkit-scrollbar-corner {
  background: transparent;
}

/* REMOVE ALL SCROLLBAR BUTTONS & ARROWS */
.faq-list::-webkit-scrollbar-button,
.faq-list::-webkit-scrollbar-button:single-button,
.faq-list::-webkit-scrollbar-button:decrement,
.faq-list::-webkit-scrollbar-button:increment,
.faq-list::-webkit-scrollbar-button:vertical:start:increment,
.faq-list::-webkit-scrollbar-button:vertical:end:decrement {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.faq-item {
  border-bottom: 1px solid #e3e3e6;
  padding-bottom: 2px;
}

.faq-question {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.12rem;
  font-weight: 500;
  color: #2c3535;
  padding: 14px 0 12px 0;
  text-align: left;
  cursor: pointer;
  gap: 13px;
  transition: background .12s;
  position: relative;
}

.faq-question.active {
  color: #017E80;
  font-weight: 700;
}

.faq-paw {
  width: 22px;
  height: 22px;
  margin-right: 4px;
  flex-shrink: 0;
}

.faq-chevron {
  width: 24px;
  height: 24px;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform .23s cubic-bezier(.49,1.54,.52,1.09);
}

.faq-answer {
  display: none;
  color: #5A6466;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0 13px 37px;
  line-height: 1.4;
  animation: faq-fadein 0.35s cubic-bezier(.49,1.54,.52,1.09);
}
@keyframes faq-fadein {
  from { opacity: 0; transform: translateY(-12px);}
  to { opacity: 1; transform: translateY(0);}
}

/* Show answer if item is open */
.faq-item .faq-question.active + .faq-answer {
  display: block;
}

.faq-img-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.faq-cat-img {
  max-width: 80vw;
  height: auto;
  object-fit: cover;
  margin-top: 0px;
  position: relative;
  bottom: 8rem;
  width: 505px;
}

@media (max-width: 900px) {
  .faq-section {
    flex-direction: column;
    align-items: center;
    padding: 34px 0 22px 0;
  }
  .faq-content, .faq-img-wrap {
    width: 100%;
    max-width: 98vw;
    padding: 0 6vw;
  }
  .faq-img-wrap {
    justify-content: center;
    margin-top: 32px;
    padding: 0;
  }
  .faq-cat-img {
    width: 98vw;
    max-width: 340px;
    margin: 0 auto;
    display: block;
  }
}

.contact-hero-section {
  width: 100vw;
  min-width: 100%;
  margin-left: calc(-50vw + 50%);
  background: url('images/contact-hero-banner.png') no-repeat center center;
  background-size: cover;
  /* Match your image's aspect ratio: 486/871 = 0.558 (height/width) */
  aspect-ratio: 871/486;
  position: relative;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}

/* Content on the left block */
.contact-hero-content {
  width: 36vw; /* Visually matches the pink block in your screenshot */
  min-width: 240px;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3.2vw;
  /* Text is left and vertically centered in the pink block */
}

.contact-hero-title {
  font-size: 3.3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 0;
  text-align: left;
  /* Add a soft shadow for readability if desired */
  text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1.1s cubic-bezier(.62,.01,.31,1.02) 0.3s forwards;
}
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .contact-hero-section { aspect-ratio: 1.7/1; }
  .contact-hero-content { width: 60vw; min-width: 160px; padding-left: 5vw; }
  .contact-hero-title { font-size: 2.1rem; }
}
@media (max-width: 540px) {
  .contact-hero-section { aspect-ratio: 1/1.18; }
  .contact-hero-content { width: 100vw; max-width: none; padding-left: 10vw; }
  .contact-hero-title { font-size: 2.25rem; margin-top: 2rem; }
}

.contact-connect-section {
  background: #FCF6FF;
  padding: 48px 0 48px 0;
}
.contact-connect-container {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  gap: 36px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.contact-info {
  width: 45%;
  min-width: 300px;
  position: relative;
  z-index: 2;
  padding: 10px 0 0 0;
  color: #017E80;
}
.contact-info-main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  color: #017E80;
}
.contact-info-highlight {
  color: #FA7883;
  font-size: inherit;
  font-weight: 700;
}
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 34px 0 0 0;
  color: #5A6466;
  font-size: 1.1rem;
  font-weight: 400;
}
.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  color: #017E80;
  position: relative;
  padding-bottom: 10px;
}

.contact-info-list li::after {
  content: "";
  display: block;
  position: absolute;
  left: 38px; /* Align after the icon */
  right: 0;
  bottom: 0;
  height: 1.5px;
  background: #B1A2E1;
  opacity: 1;
  border-radius: 1px;
  width: 20%;
}

.contact-info-list li:last-child::after {
  display: none;
}

.contact-info-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info-cat-img {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: auto;
    max-width: 40vw;
    right: -185px;
  /* Hide on mobile, use media query */
}
.contact-info-cat-img img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-form-bg {
  background: #F29DA4;
  border-radius: 18px;
  padding: 38px 28px 34px 28px;
  width: 55%;
  min-width: 300px;
  max-width: 475px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 8px 32px #fa788325;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.contact-form-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;   /* Adjust as needed */
  height: 320px;  /* Adjust as needed */
  background: url('images/large-group-bg.png') no-repeat right bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  border-bottom-right-radius: 18px;
}

.contact-form {
  width: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
}
.contact-form-title {
  color: #fff;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 26px;
  text-align: left;
}
.form-group,
.form-row {
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
}
.form-group { flex-direction: column; }
.form-row { flex-direction: row; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  font-size: 1rem;
  padding: 11px 13px;
  border-radius: 8px;
  border: none;
  background: #fff;
  margin-bottom: 0;
  outline: none;
  resize: none;
  color: #5A6466;
  font-family: inherit;
}
.contact-form textarea { min-height: 70px; }
.contact-form input:focus,
.contact-form textarea:focus { box-shadow: 0 0 0 2px #017E8044; }
.contact-form-btn {
  display: block;
  background: #017E80;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 26px;
  padding: 13px 38px;
  border: none;
  margin: 35px auto 25px auto;
  cursor: pointer;
  box-shadow: 0 2px 10px #017e8032;
  transition: background .2s, transform .17s;
}
.contact-form-btn:hover { background: #024f51; transform: scale(1.05);}
.contact-form-pets-bg {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 135px;
  z-index: 1;
  background: url('images/contact-form-pets-bg.png') no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  opacity: 1;
}

@media (max-width: 950px) {
  .contact-connect-container { flex-direction: column; gap: 0; max-width: 99vw; }
  .contact-info, .contact-form-bg { 
        width: 90%;
        min-width: 0;
        max-width: 100vw;
        margin: 0 auto;
    }
  .contact-info-cat-img { position: static; margin: 32px auto 0 auto; display: block;}
}
@media (max-width: 600px) {
  .contact-info-main { font-size: 2.23rem; }
  .contact-form-bg { padding: 18px 3vw 20px 3vw;}
  .contact-form-title { font-size: 1.1rem; }
  .contact-info-cat-img { display: none; }
}

.contact-map-section {
  background: #fdf6fb;  /* Light pink shade as per screenshot */
  padding: 48px 0 54px 0;
  width: 90vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  margin: 0 auto;
}
.contact-map-container {
  max-width: 88vw;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 32px #00000010;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-map-container iframe {
  width: 100%;
  min-height: 400px;
  border: none;
  display: block;
}

@media (max-width: 900px) {
  .contact-map-container { max-width: 99vw; }
  .contact-map-container iframe { min-height: 230px; }
  .contact-map-section { padding: 18px 0 22px 0; }
}

.keyterms-section {
  background: #FFE0E3;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 38px 0 36px 0;
  box-sizing: border-box;
  font-family: 'Inter', Arial, sans-serif;
  margin-top: 4rem;
}

.keyterms-title {
  font-size: 2.45rem;
  font-weight: 700;
  color: #017E80;
  margin-bottom: 16px;
  letter-spacing: -.5px;
  text-align: center;
  width: 100%;
}

.keyterms-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.keyterms-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyterms-img-left img,
.keyterms-img-right img {
  width: 285px;
  max-width: 100%;
  border-radius: 22px;
  box-shadow: 0 2px 18px #00000009;
}
.keyterms-img-left { margin-right: 8px;}
.keyterms-img-right { margin-left: 8px;}

.keyterms-content {
  flex: 1 1 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; 
  min-width: 300px;
  max-width: 520px;
  height: 100%;                /* Ensures full height for vertical align */
  padding-bottom: 8px;
}

.keyterms-desc {
  color: #5A6466;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 26px;
  text-align: center;
  max-width: 500px;
}

/* Pills cloud (will enhance after you provide color codes) */
.keyterms-pills-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 11px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 520px;
}
.keyterm-pill {
  margin-bottom: -6px;
  display: inline-block;
  padding: 7px 22px;
  border-radius: 19px;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-width: 120px;
  min-height: 32px;
  border: 2px solid #017E80;
  margin-top: 0;
  white-space: nowrap;
  box-shadow: 0 2px 10px #00000010;
  transition: box-shadow .2s, transform .2s;
  /* Add some base transform for animation, overwritten below */
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeInUp 1s ease both;
  animation-delay: calc(var(--i, 0) * 0.08s);
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(18px) scale(.93);}
  to   { opacity: 1; }
}

.keyterms-pills-cloud.scattered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 25px 25px;
  margin: 0 auto;
  max-width: 520px;
  position: relative;
}

.keyterm-pill:hover {
  box-shadow: 0 4px 18px #fa788366;
}

.keyterm-pill:nth-child(even) {
  margin-left: -17px; /* a little horizontal overlap */
}

@media (max-width: 1000px) {
  .keyterms-inner { flex-direction: column; gap: 22px; align-items: center;}
  .keyterms-img { margin: 0 auto;}
  .keyterms-content { min-width: 0; max-width: 98vw;}
}
@media (max-width: 600px) {
  .keyterms-title { font-size: 1.3rem;}
  .keyterms-img-left img,
  .keyterms-img-right img { width: auto; border-radius: 12px;}
  .keyterms-content{ flex: 1 1 475px; justify-content: flex-start;}
}

.keyterm-pill.pattern1 {
  background: #71368766;
  color: #fff;
  border: 2px solid #017E80;
}

.keyterm-pill.pattern2 {
  background: #FA788366;
  color: #AC4B53;
  border: 2px solid #017E80;
}

.keyterm-pill:hover {
  box-shadow: 0 4px 20px #fa788366;
  transform: scale(1.08) rotate(-1deg) !important;
  z-index: 20;
  filter: brightness(1.09);
  cursor: pointer;
}


/* Scattered/rotated pills: create subtle, random effect */
.rotate-1 { transform: rotate(4deg);}
.rotate-2 { transform: rotate(-7deg);}
.rotate-3 { transform: rotate(10deg);}
.rotate-4 { transform: rotate(-9deg);}
.rotate-n1 { transform: rotate(-3deg);}
.rotate-n2 { transform: rotate(2deg) scale(1.04);}
.rotate-n3 { transform: rotate(-6deg);}
.rotate-n4 { transform: rotate(5deg) scale(1.07);}
.rotate-big { transform: rotate(13deg);}
.rotate-bigger { transform: rotate(-14deg);}

@media (max-width: 600px) {
  .keyterm-pill { font-size: .86rem; padding: 5px 10px; min-width: 82px;}
  .keyterms-pills-cloud.scattered { max-width: 98vw;}
}

/*macbook air and pro*/
@media (min-width: 1440px) and (max-width: 1550px) {
  /* MacBook Air specific styles */
  .welcome-image img {
    position: relative;
    top: 33px !important;
  }
  .branch-content {
      padding: 6rem 1rem 0 1rem !important;
  }
  .branch-title {
    color: #017E80;
    font-size: 4rem !important;
  }
  .branch-detail {
      font-size: 20px !important;
  }
  .container {
    width: 90%;
    max-width: 1280px !important;
    margin: 0 auto;
    }
    .staff-carousel-wrapper {
        max-width: 1193px !important;
        width: 100%;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        height: 576px;
        margin: 3rem auto !important;
    }
    .staff-carousel {
        display: flex;
        gap: 1rem !important;
        transition: transform 0.4s cubic-bezier(.4,0,.2,1);
        will-change: transform;
        width: 100%;
    }
    .staff-card {
        min-width: 375px !important;
        max-width: 320px;
        flex: 0 0 320px;
        margin: 0;
    }
    .staff-carousel-arrow {
        position: absolute;
        right: -10px !important;
    }
    .arrow-right-img {
        width: 50px !important;
        height: 50px !important;
    }
    .staff-card-title-1 {
        font-size: 1.4rem !important;
    }
    .staff-card-desc {
        font-size: 17px !important;
        color: #fff;
        text-align: left !important;
        width: 80%;
        left: 3rem !important;
        position: relative;
    }
    .staff-card-title-2 {
        font-size: 1.5rem !important;
    }
    .staff-card-title-3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.3rem;
        text-align: -webkit-center;
        width: 85%;
    }
    .staff-card-desc-2 {
        font-size: 17px !important;
        color: #fff;
        text-align: left !important;
        width: 80%;
        left: 3rem;
        position: relative;
    }
    .staff-card-title {
        font-size: 1.5rem !important;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.3rem;
        text-align: -webkit-center;
        width: 74% !important;
    }
    .faq-section{
        height: 800px !important;
    }
    .faq-content {
        width: 70% !important;
        min-width: 353px;
        max-width: 800px !important;
        padding-left: 5vw;
    }
    .faq-question {
        font-size: 1.4rem !important;
    }
    .faq-cat-img {
        width: 540px !important;
    }
    .service-hero-heading {
        max-width: 35% !important;
    }
}
        