html,
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    /* Prevent horizontal scroll */
}


.shepherd-wrap {
    position: absolute;
    left: 0;

    width: 370px;
    height: 263px;
    z-index: 2;
    pointer-events: none;
}

.shepherd-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    z-index: 2;
    filter: drop-shadow(0 12px 40px #8F9E73aa);
}

.shepherd-glow {
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 220px;
    height: 120px;
    background: radial-gradient(ellipse at center, #8F9E73 0%, #8F9E7300 80%);
    opacity: 0.35;
    filter: blur(18px);
    z-index: 1;
}


.navbar {
    background: linear-gradient(0deg, #F6EDCA 0%, #FFFFFF 0%, #FFFFFF 40%, #F6EDCA 80%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand img {
    height: 50px;
}

.navbar .nav-link {
    color: #222 !important;
    font-weight: 500;
    margin: 0 10px;
}

.navbar .nav-link:hover {
    color: #000 !important;
}

.navbar .right-links a {
    margin-left: 20px;
    font-weight: 500;
}

.hero-section {
    background: #f6edca;
    position: relative;
    padding: 80px 0;
}

.hero-section .hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.hero-section .hero-subtext {
    font-size: 1.4rem;
    margin: 15px 0 30px;
    color: #8f9e73;
}

.hero-section .btn-custom {
    background-color: #5d805f;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 6px;
}

.hero-section .btn-custom:hover {
    background-color: #466447;
    color: #fff;
}

.hero-section .hero-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: 500px;
}

.hero-section .paw-left {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0.2;
    width: 80px;
}

.hero-section .paw-right {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.2;
    width: 80px;
}

.hero-section .greenbox {
    background-color: #8f9e73;
    width: 100%;
    height: 121px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}



.slider-section {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}

.autoplay {
    width: 100vw;
    box-sizing: border-box;
}

.slick-list,
.slick-track {
    margin: 0;
    padding: 0;
}

.slick-slide {
    outline: none;
}

.slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-content img {
    width: 100%;
    max-width: 350px;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
}

.slide-caption {
    margin-top: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #222;
    max-width: 350px;
}

@media (max-width: 900px) {

    .slide-content img,
    .slide-caption {
        max-width: 90vw;
    }
}









.services {
    background: linear-gradient(to bottom, #f6edca 0%, #ffffff 100%);
    position: relative;
    width: 100%;
}

.services h1 {
    font-family: 'Pacifico', cursive;
    font-size: 56px;
}

.services .wside {
    width: 100%;
    display: grid;
    gap: 8px;
}

.services .sidedog {
    grid-area: sidebar;
    margin-top: 400px !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
}

.services .sidedog::before {
    content: "";
    display: block;
    position: absolute;
    left: -423px;
    top: 77px;
    background-image: url(assets/doggyhd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 417px;
    z-index: 1;
}

.services .mainform {
    grid-area: body;
    z-index: 10;
}

.services .pet-form-container {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    padding: 36px 32px 32px 32px;
    max-width: 900px;
}

.services .pet-form {
    width: 100%;
}

.services .toggle-group {
    display: flex;
    justify-content: center;
    gap: 40px;
    background: #f3eac2;
    border-radius: 10px;
    padding: 8px 0;
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 500;
}

.services .toggle-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444;
}

.services .toggle-group input[type="radio"] {
    accent-color: #8a9a5b;
    width: 20px;
    height: 20px;
}

.services .service-buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.services .service-buttons button {
    flex: 1;
    min-width: 140px;
    background: #f3eac2;
    border: 1px solid #d6d1b1;
    border-radius: 8px;
    padding: 12px 8px;
    font-size: 18px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.services .service-buttons button:hover {
    background: #ede5c0;
}

.services .icon {
    font-size: 22px;
}

.services .form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.services .form-group {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

.services .form-group label {
    font-size: 16px;
    color: #222;
    margin-bottom: 6px;
    font-weight: 500;
}

.services .form-group input {
    padding: 10px 12px;
    border: 1.5px solid #d6d1b1;
    border-radius: 7px;
    font-size: 16px;
    outline: none;
    background: #fff;
    transition: border 0.2s;
}

.services .form-group input:focus {
    border-color: #8a9a5b;
}

.services .photo-gallery-section {
    margin: 28px 0 18px 0;
}

.services .photo-gallery-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #8a9a5b;
}

.services .gallery-icon {
    font-size: 20px;
}

.services .gallery-desc {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    margin-left: 2px;
}

.services .gallery-images {
    display: flex;
    gap: 18px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.services .gallery-img {
    width: 120px;
    height: 100px;
    background: #f5f5f5;
    border: 2px dashed #d6d1b1;
    border-radius: 8px;
}

.services .gallery-note {
    font-size: 11px;
    color: #888;
    margin-left: 2px;
}

.services .dog-size-section {
    margin: 18px 0 32px 0;
}

.services .dog-size-section label {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.services .dog-size-options {
    display: flex;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.services .dog-size-options button {
    flex: 1;
    min-width: 120px;
    background: #fff;
    border: 1.5px solid #d6d1b1;
    border-radius: 8px;
    padding: 12px 8px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
}

.services .dog-size-options button:hover {
    background: #f3eac2;
    border-color: #8a9a5b;
}

.services .submit-btn {    
    background: #8a9a5b;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 12px;
    padding: 12px 50px;
    margin-top: 10px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s;
    display: block;
    margin-inline: auto;
}

.services .submit-btn:hover {
    background: #7a8a4b;
}

.services .rightpaw {
    position: absolute;
    bottom: 792px;
    right: 3px;
    opacity: 0.8;
    width: 115px;
    height: 213px;
}

.paw-banner {
    position: relative;
    width: 100%;
    min-height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.paw-banner .paw-title {
    font-family: 'Pacifico', cursive;
    font-size: 48px;
    color: #222;
    margin: 60px 0 60px 0;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.paw-banner .paw-left2 {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    opacity: 0.7;
    z-index: 1;
}

.paw-banner .paw-right2 {
    position: absolute;
    right: 408px;
    top: 55px;
    width: 60px;
    opacity: 0.7;
    z-index: 1;
}

.peace-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 40px 0 0 0;
    min-height: 420px;
    position: relative;
    font-family: 'Inter', Arial, sans-serif;
}

.peace-section .peace-content {
    flex: 1 1 0;
    max-width: 600px;
    margin-left: 9%;
    padding-left: 60px;
    position: relative;
}

.peace-section .peace-title {
    color: #6b8a4b;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: inherit;
}

.peace-section .peace-list {
    color: #555;
    font-size: 18px;
    margin-bottom: 24px;
    padding-left: 24px;
}

.peace-section .peace-list li {
    margin-bottom: 14px;
    line-height: 1.6;
}

.peace-section .peace-list a {
    color: #6b8a4b;
    text-decoration: underline;
    font-weight: 500;
}

.peace-section .peace-note {
    font-size: 13px;
    color: #888;
    margin-top: 18px;
    line-height: 1.4;
}

.peace-section .peace-image {
    flex: 1 1 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    min-width: 340px;
    padding-right: 40px;
}

.peace-section .peace-image img {
    margin-left: 25%;
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
}

.peace-section .peace-content::before {
    content: "";
    display: block;
    position: absolute;
    left: -140px;
    top: 162px;
    width: 40px;
    height: 134px;
    background: repeating-linear-gradient(to bottom, #8D9C71, #8D9C71 8px, transparent 8px, transparent 20px);
    border-radius: 4px;
    opacity: 0.7;
}

.services-showcase {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}

.showcase-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.center-image {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -54%);
    z-index: 2;
    max-width: 500px;
    width: 100%;
    height: 659px;
    pointer-events: none;
    user-select: none;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 97px 449px;
    min-height: 700px;
    align-items: center;
    position: relative;
}

.service-card-row {
    display: flex;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
    background: transparent;
}

.service-card-row.left {
    grid-column: 1 / 2;
    text-align: center;
    justify-self: end;
    flex-direction: row;
}

.service-card-row.right {
    grid-column: 2 / 3;
    text-align: center;
    justify-self: start;
    flex-direction: row-reverse;
}

.service-card-row.center {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.service-icon {
    width: 90px;
    height: 90px;
    background: #f5eecb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 24px;
    flex-shrink: 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
}

.service-icon img {
    width: 48px;
    height: 48px;
}

.service-text h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
}

.service-text p {
    font-size: 1.1rem;
    color: #8B9A6A;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1100px) {
    .center-image {
        max-width: 340px;
        height: auto;
    }

    .services-grid {
        min-height: 500px;
        gap: 30px 0;
    }

    .service-card-row {
        max-width: 340px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        margin: 0 14px;
    }

    .service-icon img {
        width: 32px;
        height: 32px;
    }

    .service-text h3 {
        font-size: 1.2rem;
    }

    .service-text p {
        font-size: 0.95rem;
    }
}

@media (max-width: 700px) {
    .showcase-container {
        padding: 0 5px;
    }

    .center-image {
        display: none;
    }

    .services-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
        min-height: unset;
    }

    .service-card-row {
        max-width: 100%;
        flex-direction: column !important;
        align-items: center;
        text-align: center !important;
    }

    .service-icon {
        margin: 0 0 14px 0;
    }
}

.green-btn {
    width: 420px;
    max-width: 90vw;
    background: #8f9e73;
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    border: none;
    border-radius: 7px;
    padding: 5px 0;
    cursor: pointer;
    transition: background 0.18s;
    letter-spacing: 0.01em;
}

.green-btn:hover,
.green-btn:focus {
    background: #7e8e5e;
    outline: none;
}

.cont-green-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 30px 0;
}

.reviews-section {
    width: 100vw;

    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.reviews-title {
    font-family: 'Pacifico', cursive;
    font-size: 80px;
    color: #222;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

.reviews-pill-bg {
    background: #F5EFCB;
    border-radius: 300px;
    width: 90vw;
    max-width: 1700px;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
}

.reviews-cards-row {
    display: flex;
    gap: 32px;
    width: 92%;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.review-card-shadow {
    background: #8B9A6A;
    border-radius: 18px;
    width: 277px;
    min-height: 274px;
    box-shadow: 8px 12px 18px 0 rgba(0, 0, 0, 0.13);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 40px;
}

.review-card {
    background: #fff;
    border-radius: 18px;
    width: 90%;
    height: 270px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 22px 14px 0 14px;
    z-index: 2;
}

.review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    border: 5px solid #fff;
    background: #E86D1F;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.review-name {
    font-weight: 600;
    font-size: 20px;
    color: #222;
    margin-bottom: 8px;
    text-align: center;
}

.review-text {
    color: #888;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.2;
}

.review-stars {
    margin-top: auto;
    text-align: center;
    z-index: 2;
    position: relative;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;

    width: 100%;
    padding: 12px 0 10px 0;

    position: absolute;
    left: 0;
    bottom: 0;
}

.reviews-dog-img {
    position: absolute;
    left: 60px;
    margin-top: -25px;
    width: 180px;
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .reviews-cards-row {
        gap: 18px;
    }

    .review-card-shadow,
    .review-card {
        width: 180px;
        min-height: 260px;
    }

    .review-card {
        min-height: 200px;
        padding: 16px 8px 0 8px;
    }

    .review-avatar {
        width: 60px;
        height: 60px;
    }

    .review-name {
        font-size: 16px;
    }

    .review-text {
        font-size: 13px;
    }

    .review-stars {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .reviews-cards-row {
        flex-wrap: wrap;
        gap: 24px;
    }

    .review-card-shadow,
    .review-card {
        width: 90vw;
        max-width: 320px;
    }
}

@media (max-width: 700px) {
    .reviews-title {
        font-size: 48px;
    }

    .reviews-pill-bg {
        min-height: 900px;
        border-radius: 120px;
    }

    .reviews-cards-row {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}

/* 
  .reviews-section {
    position: relative;
    width: 100%;
    margin: 90px 0 0 0;
    padding: 0;
    background: transparent;
    overflow-x: hidden;
  }
  
  .reviews-dog-img {
    position: absolute;
    left: 60px;
    top: -44px;
    width: 180px;
    z-index: 3;
    pointer-events: none;
  }
  
  .reviews-title {
    font-family: 'Pacifico', cursive;
    font-size: 48px;
    text-align: center;
    margin: 60px 0 18px 0;
    color: #222;
    z-index: 2;
    position: relative;
  }
  
  .reviews-bg {
    width: 95vw;
    max-width: 1900px;
    min-width: 900px;
    background: #ede5c0;
    border-radius: 200px;
    margin: 0 auto;
    padding: 80px 0 60px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 32px 0 rgba(143,158,115,0.10);
    display: flex;
    justify-content: center;
  }
  
  .reviews-cards {
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 1300px;
    z-index: 2;
    position: relative;
  }
  
  .review-card {
    position: relative;
    width: 270px;
    min-width: 220px;
    height: 293px;
    background: #fff;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    margin-bottom: 0;
  
    overflow: visible; 
  }
  
  .review-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    width: 101%;
    height: 198px;
    background: #8F9E73;
    border-radius: 0 0 22px 22px;
    z-index: 1;
    box-shadow: 16px 0 32px 0 rgba(143, 158, 115, 0.13);
  
  }
  
  
  
  .review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    margin-top: -70px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 5px solid #fff;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 127px;
    transform: translate(-50%, -50%);
  }
  
  .review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .review-name {
    font-weight: 600;
    font-size: 18px;
    color: #222;
    margin-top: 106px;
    margin-bottom: 8px;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  
  .review-text {
    font-size: 16px;
    color: #444;
  
    text-align: center;
    margin-bottom: 18px;
    line-height: 1.5;
    min-height: 60px;
    z-index: 2;
    position: relative;
  }
  
  .review-stars {
    margin-top: auto;
    text-align: center;
    z-index: 2;
    position: relative;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
    background: #8F9E73;
    border-radius: 0 0 22px 22px;
    width: 100%;
    padding: 12px 0 10px 0;
    box-shadow: 0 8px 24px 0 rgba(143,158,115,0.13);
    backdrop-filter: blur(2px);
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  
  .review-card .review-stars i {
    color: #fff;
    text-shadow: 0 2px 8px rgba(143,158,115,0.13);
  }
  
  @media (max-width: 1200px) {
    .reviews-bg {
      min-width: 0;
      width: 98vw;
      padding: 60px 0 40px 0;
    }
    .reviews-cards {
      gap: 24px;
      max-width: 98vw;
    }
    .review-card {
      width: 220px;
    }
    .review-avatar {
      width: 60px;
      height: 60px;
      margin-top: -50px;
      border-width: 3px;
    }
  }
  
  @media (max-width: 900px) {
    .reviews-cards {
      flex-wrap: wrap;
      gap: 18px;
    }
    .review-card {
      width: 90vw;
      max-width: 320px;
      min-width: 220px;
    }
  }
  
  @media (max-width: 600px) {
    .reviews-title {
      font-size: 32px;
    }
    .reviews-bg {
      border-radius: 60px;
      padding: 30px 0 20px 0;
    }
    .review-card {
      width: 98vw;
      max-width: 320px;
      min-width: 180px;
    }
    .review-avatar {
      width: 40px;
      height: 40px;
      margin-top: -30px;
      border-width: 2px;
    }
  } */

.step-card .step-shadow {
    border-radius: 50%;
    /* border: 2.5px solid #222; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: 0px 6px 0px 1.5px rgba(0, 0, 0, 0.30);
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    transition: box-shadow 0.2s;
}

.steps-section {
    width: 100%;
    background: radial-gradient(ellipse at 90% 60%, #f6edca 0%, #fff 60%);
    padding: 0 0 40px 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
}

.steps-section .steps-title {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
    text-align: center;
    color: #222;
    margin: 40px 0 40px 0;
    font-weight: 400;
}

.steps-section .steps-cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
}

.steps-section .step-card {
    background: #fff;
    border-radius: 50%;
    border: 2.5px solid #222;
    width: 320px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    text-align: center;
    transition: box-shadow 0.2s;
    padding: 20px;
}

.steps-section .step-avatar {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 105px;
    height: 101px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 2px 8px 0 #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}

.steps-section .step-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.steps-section .step-number {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    /* margin-top: -26px; */
    margin-bottom: 3px;
}

.steps-section .step-desc {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    padding: 0 24px;
    margin-top: 0;
}

/* 
  .connected-section {
    width: 100%;
    background: #fff;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  
  .connected-section .connected-bg {
    width: 100%;
    background: #747b68;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .connected-section .connected-inner {
    width: 100%;
    max-width: 1200px;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .connected-section .connected-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    max-width: 700px;
    gap: 60px;
  }
  
  .connected-section .mobile-container {
    border-radius: 24px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .connected-section .connected-mobile {
    width: 180px;
    max-width: 25vw;
    z-index: 2;
    transform: rotate(-8deg);
    transition: transform 0.3s ease;
  }
  
  .connected-section .connected-mobile:hover {
    transform: rotate(-5deg) scale(1.02);
  }
  
  .connected-section .connected-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 280px;
  }
  
  .connected-section .connected-title {
    font-family: 'Pacifico', cursive;
    color: #fff6d6;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 0.01em;
  }
  
  .connected-section .connected-stores {
    display: flex;
    gap: 32px;
    margin-top: 12px;
  }
  
  .connected-section .connected-stores div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter', Arial, sans-serif;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  
  .connected-section .connected-stores div:hover {
    opacity: 1;
  }
  
  .connected-section .connected-stores i {
    font-size: 20px;
    color: #fff;
  }
  
  .connected-section .connected-dog {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: 340px;
    z-index: 3;
    pointer-events: none;
    object-fit: cover;
  } */
.connected-section {
    position: relative;
    width: 100vw;
    min-height: 520px;
    background: #fff;
    overflow: hidden;
}

.connected-bar {
    position: relative;
    width: 100vw;
    margin-top: 70px;
    height: 292px;
    background: #748B68;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.connected-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.connected-title {
    font-family: 'Pacifico', cursive;
    color: #F5EFCB;
    font-size: 49px;
    margin-left: 188px;

    line-height: 1.1;
    margin-bottom: 32px;
    margin-top: 0;
    text-align: center;
    white-space: pre-line;
}

.store-buttons {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left: 191px;
    margin-top: -19px;
}

.store-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #F5EFCB;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.1s;
}

.store-btn i {
    font-size: 36px;
    color: #F5EFCB;
    margin-bottom: 2px;
}

.store-btn span {
    font-size: 16px;
    color: #F5EFCB;
    margin-top: 2px;
}

/* Phone image */
.connected-phone {
    position: absolute;
    left: 19vw;

    top: -146px;
    width: 630px;
    z-index: 3;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.18));
}

/* Dog image on right */
.connected-dog {
    position: absolute;
    right: 14px;
    top: -22px;
    height: 475px;
    z-index: 4;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1200px) {
    .connected-title {
        font-size: 40px;
    }

    .connected-phone {
        width: 200px;
        left: 2vw;
        top: 80px;
    }

    .connected-dog {
        height: 220px;
    }

    .connected-bar {
        height: 320px;
    }
}

@media (max-width: 900px) {
    .connected-title {
        font-size: 28px;
    }

    .connected-bar {
        height: 220px;
    }

    .connected-phone {
        width: 120px;
        left: 2vw;
        top: 60px;
    }

    .connected-dog {
        height: 120px;
    }
}

@media (max-width: 700px) {
    .connected-section {
        min-height: 350px;
    }

    .connected-bar {
        height: 160px;
    }

    .connected-title {
        font-size: 18px;
    }

    .connected-phone {
        width: 80px;
        left: 2vw;
        top: 40px;
    }

    .connected-dog {
        height: 60px;
    }
}

.velvet-section {
    width: 100%;
    background: #f6edca;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 10px;
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    overflow-x: hidden;
}

.velvet-section .velvet-left {
    width: 440px;
    min-width: 300px;
    margin-left: 30px;
    background: #f6edca;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 0 0 48px;
    position: relative;
    z-index: 2;
}

.velvet-section .velvet-logo {
    width: 103px;
    margin-bottom: 18px;
}

.velvet-section .velvet-title {
    font-size: 28px;
    color: #8a9a5b;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.velvet-section .velvet-sub {
    font-weight: 400;
    color: #bfc7b2;
}

.velvet-section .velvet-countries {
    margin: 0 0 0 0;
    padding: 0 0 0 18px;
    color: #888;
    font-size: 18px;
    list-style: disc;
    line-height: 1.6;
}

.velvet-section .velvet-right {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 38px 0 0 0;
}

.velvet-section .velvet-states-box {
    background: #fff;
    border-radius: 18px;
    padding: 32px 36px 32px 36px;
    margin-left: 40px;
    margin-top: 0;
    width: 558px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
    min-width: 420px;
    max-width: 540px;
    z-index: 2;
}

.velvet-section .velvet-states-title {
    color: #8a9a5b;
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.2;
}

.velvet-section .velvet-states-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
}

.velvet-section .velvet-states-list ul {
    margin: 0;
    gap: 23px;
    gap: 20;
    font-family: 'Poppins';
    font-size: 12px;
    color: #444;
    list-style: disc;
    line-height: 1.5;
}

.velvet-section .velvet-paws {
    position: absolute;
    right: 220px;
    top: 18px;
    width: 70px;
    z-index: 3;
    pointer-events: none;
}


.velvet-section .velvet-dog {
    position: absolute;
    right: 140px;
    bottom: 16px;
    width: 366px;
    max-width: 32vw;
    z-index: 2;
    pointer-events: none;
}



.site-footer {
    background: #8F9E73;
    position: relative;
    min-height: 220px;
    padding: 40px 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;

    overflow: visible;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    width: 100%;
    margin: 0 60px;
    z-index: 2;
    position: relative;
    padding-bottom: 40px;
}

.footer-col {
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1.1rem;
    flex: 1;
    margin-left: 350px;
    min-width: 220px;

}

.footer-col:last-child {
    margin-left: 0px;
    margin-top: 10px;
}

.footer-col h4 {
    color: #F6EDCA;
    font-size: 1.18rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.footer-col ul li {
    margin-bottom: 6px;
    color: #fff;
    font-size: 1rem;
}

.footer-col .footer-desc {
    color: #FFFFFF;
    font-size: 0.98rem;
    margin-top: 10px;
    line-height: 1.6;
}

.footer-dog {
    position: absolute;
    margin-left: 80px;
    left: 0;
    bottom: 0;
    width: 280px;
    z-index: 3;
}

.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 15px;
    background: none;
    margin-left: -418px;

    padding: 12px 48px 8px 220px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.site-footer .footer-bottom .text-center {
    position: absolute;
    left: -30%;
    transform: translateX(-50%);
}

.site-footer .footer-bottom>div:last-child {
    margin-left: auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .services .wside {
        grid: "body" auto "sidebar" auto / 1fr;
        gap: 40px;
    }

    .services .sidedog {
        margin-top: 0 !important;
        text-align: center;
    }

    .hero-section .hero-title {
        font-size: 2.2rem;
    }

    .hero-section .hero-subtext {
        font-size: 1.2rem;
    }

    .services h1 {
        font-size: 48px;
    }

    .services .rightpaw {
        bottom: -200px;
        right: 10px;
        width: 100px;
        height: 185px;
    }

    .navbar-nav {
        text-align: center;
        margin: 20px 0;
    }

    .right-links {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }

    .right-links a {
        margin-left: 0;
    }

    .services-showcase .services-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 50px;
        min-height: auto;
    }

    .services-showcase .center-image {
        position: static;
        transform: none;
        max-width: 300px;
        margin: 0 auto 40px;
        display: block;
    }

    .services-showcase .service-card {
        text-align: center;
        justify-self: center !important;
        max-width: 400px;
        margin: 0 auto;
    }

    .services-showcase .service-card .service-icon {
        margin: 0 auto 20px !important;
    }

    .services-showcase .doggy-walking,
    .services-showcase .doggy-day-care,
    .services-showcase .boarding,
    .services-showcase .house-sitting {
        text-align: center;
    }

    .services-showcase .drop-in-visits {
        margin-top: 0;
    }

    .velvet-section .velvet-dog {
        width: 220px;
        right: 0;
    }

    .velvet-section .velvet-paws {
        right: 140px;
        width: 50px;
    }

    .velvet-section .velvet-states-box {
        min-width: 0;
        max-width: 98vw;
        padding: 24px 6vw 24px 6vw;
    }
}

@media (max-width: 900px) {
    .peace-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 0 0 0;
    }

    .peace-section .peace-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .peace-section .peace-image {
        justify-content: center;
        padding-right: 0;
        margin-top: 30px;
        width: 100%;
    }

    .peace-section .peace-image img {
        max-width: 320px;
    }

    .peace-section .peace-content::before {
        left: -20px;
    }

    .velvet-section {
        flex-direction: column;
        min-width: 0;
    }

    .velvet-section .velvet-left {
        width: 100%;
        min-width: 0;
        padding: 28px 0 0 24px;
    }

    .velvet-section .velvet-right {
        padding: 0;
        margin: 0;
        min-height: 320px;
    }

    .velvet-section .velvet-dog {
        width: 160px;
        right: 0;
        bottom: 0;
    }

    .velvet-section .velvet-paws {
        right: 80px;
        top: 10px;
        width: 38px;
    }

    .main-footer .footer-inner {
        flex-direction: column;
        min-height: 0;
        padding-left: 0;
    }

    .main-footer .footer-dog {
        position: static;
        width: 120px;
        margin: -40px 0 0 0;
        display: block;
    }

    .main-footer .footer-links {
        flex-direction: column;
        margin-left: 0;
        padding: 38px 20px 24px 20px;
        gap: 30px;
    }

    .main-footer .footer-bottom {
        flex-direction: column;
        align-items: center;
        padding: 12px 20px 8px 20px;
        font-size: 14px;
        gap: 6px;
    }

    .main-footer .footer-bottom .text-center {
        position: static;
        transform: none;
        order: 1;
    }

    .main-footer .footer-bottom>div:last-child {
        margin-left: 0;
        order: 2;
    }
}

@media (max-width: 800px) {
    .reviews-section .reviews-cards {
        flex-wrap: wrap;
        gap: 16px;
    }

    .reviews-section .review-card {
        width: 98vw;
        max-width: 320px;
        margin: 0 auto;
    }

    .reviews-section .reviews-bg {
        border-radius: 30px;
        padding: 30px 0 20px 0;
    }

    .steps-section .steps-cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .steps-section .step-card {
        width: 98vw;
        max-width: 320px;
        height: 220px;
        border-radius: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .navbar .navbar-brand img {
        height: 40px;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-section .hero-title {
        font-size: 1.8rem;
    }

    .hero-section .hero-subtext {
        font-size: 1.1rem;
    }

    .hero-section .hero-img {
        height: 300px;
    }

    .hero-section .greenbox {
        height: 80px;
    }

    .hero-section .paw-left,
    .hero-section .paw-right {
        width: 60px;
    }

    .services h1 {
        font-size: 36px;
        padding: 0 20px;
    }

    .services .pet-form-container {
        margin: 0 15px;
        padding: 24px 20px;
    }

    .services .toggle-group {
        gap: 20px;
        font-size: 18px;
    }

    .services .service-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .services .service-buttons button {
        min-width: 100%;
        font-size: 16px;
    }

    .services .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .services .form-group {
        min-width: 100%;
    }

    .services .gallery-images {
        justify-content: center;
        gap: 12px;
    }

    .services .gallery-img {
        width: 100px;
        height: 80px;
    }

    .services .dog-size-options {
        flex-direction: column;
        gap: 12px;
    }

    .services .dog-size-options button {
        min-width: 100%;
    }

    .services .submit-btn {
        font-size: 24px;
    }

    .services .rightpaw {
        display: none;
    }

    .services-showcase {
        padding: 60px 0;
    }

    .services-showcase .showcase-container {
        padding: 0 15px;
    }

    .services-showcase .center-image {
        max-width: 250px;
    }

    .services-showcase .service-card h3 {
        font-size: 20px;
    }

    .services-showcase .service-card p {
        font-size: 13px;
    }

    .services-showcase .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .services-showcase .services-grid {
        gap: 40px;
    }
}

@media (max-width: 700px) {
    .connected-section .connected-inner {
        flex-direction: column;
        align-items: center;
        min-height: 280px;
        padding: 40px 20px;
    }

    .connected-section .connected-center {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 95vw;
    }

    .connected-section .mobile-container {
        padding: 25px;
        margin-bottom: 20px;
    }

    .connected-section .connected-mobile {
        margin: 0;
        display: block;
        width: 120px;
        transform: rotate(-5deg);
    }

    .connected-section .connected-content {
        align-items: center;
        text-align: center;
        margin: 0 auto;
        min-width: auto;
    }

    .connected-section .connected-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .connected-section .connected-stores {
        gap: 25px;
        justify-content: center;
    }

    .connected-section .connected-dog {
        position: static;
        width: 140px;
        margin: 20px auto 0;
        display: block;
        max-width: 140px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .paw-banner .paw-title {
        font-size: 28px;
    }

    .paw-banner .paw-left2,
    .paw-banner .paw-right2 {
        width: 50px;
    }

    .paw-banner .paw-right2 {
        right: 10px;
        top: 30px;
    }

    .peace-section .peace-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .velvet-section .velvet-states-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .green-btn {
        width: 98vw;
        font-size: 16px;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .hero-section .hero-title {
        font-size: 1.6rem;
    }

    .hero-section .hero-subtext {
        font-size: 1rem;
    }

    .services h1 {
        font-size: 28px;
    }

    .services .pet-form-container {
        margin: 0 10px;
        padding: 20px 15px;
    }

    .services .toggle-group {
        gap: 15px;
        font-size: 16px;
        flex-direction: column;
        align-items: center;
    }

    .services .gallery-images {
        flex-direction: column;
        align-items: center;
    }

    .services .gallery-img {
        width: 120px;
        height: 100px;
    }

    .services .submit-btn {
        font-size: 20px;
    }

    .services-showcase .center-image {
        max-width: 200px;
    }

    .services-showcase .service-card h3 {
        font-size: 18px;
    }

    .services-showcase .service-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}




/*other contact*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', Arial, sans-serif;
    background: #fff;
}

.contact-hero {
    background: #e7e1c2;
    padding: 0 0 60px 0;
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
    padding-top: 40px;
}

.contact-hero-left {
    flex: 1;
    max-width: 420px;
    padding-left: 40px;
}

.contact-hero-title {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    margin-top: 40px;
}

.contact-hero-desc {
    color: #8F9E73;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-hero-search {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-hero-search input {
    padding: 10px 14px;
    border: 1.5px solid #bfc7b2;
    border-radius: 6px 0 0 6px;
    font-size: 1rem;
    outline: none;
    width: 220px;
    background: #fff;
}

.contact-hero-search button {
    background: #8a9a5b;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 10px 18px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.contact-hero-search button:hover {
    background: #6b8a4b;
}

.contact-hero-circles {
    position: relative;
    width: 520px;
    height: 480px;
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.circle-img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

.circle-img-main {
    width: 260px;
    height: 260px;
    left: 0;
    top: 20px;
    z-index: 2;
}

.circle-img-side {
    width: 220px;
    height: 220px;
    left: 180px;
    top: 0;
    z-index: 1;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.circle-outline {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 0 solid transparent;
}

.circle-img-main .circle-outline {
    border: 6px solid transparent;
    border-top: 6px solid #8a9a5b;
    border-right: 6px solid #8a9a5b;
    border-bottom: 6px solid #8a9a5b;
    border-left: 6px solid #8a9a5b;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.circle-img-side .circle-outline {
    border: 6px solid transparent;
    border-top: 6px solid #8a9a5b;
    border-right: 6px solid #8a9a5b;
    border-bottom: 6px solid #8a9a5b;
    border-left: 6px solid #8a9a5b;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* --- Green bar and cards --- */
.contact-hero-categories-bar-bg {
    background: #a0ad87;
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.contact-hero-categories-bar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: -48px;
    z-index: 2;
}

.contact-hero-category-card {
    background: #f6f2d6;
    border-radius: 15%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
    width: 200px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 18px;
}

.contact-hero-category-iconwrap {
    background: #a0ad87;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 0 0 #f6f2d6, 0 0 0 6px #f6f2d6;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.contact-hero-category-icon {
    color: #f6f2d6;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero-category-label {
    color: #a0ad87;
    font-size: 1.05rem;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 32px;
}

/* --- Learn section --- */
.contact-learn-section {
    background: linear-gradient(180deg, #F6EDCA 0%, #FFFFFF 30%, #FFFFFF 40%, #FFFFFF 100%);
    padding: 60px 0 0 0;
    text-align: center;
    margin-top: -45px;
    margin-bottom: 100px;
}

.contact-learn-title {
    font-family: 'Pacifico', cursive;
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 40px;
}

.contact-learn-cards {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.contact-learn-card {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-learn-card img {
    width: 260px;
    height: 160px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 16px;
    display: block;
}

.contact-learn-card-label {
    font-size: 1.1rem;
    color: #222;
    margin-top: 8px;
    text-align: center;
}

/* --- Common section --- */
.contact-common-section {
    padding: 0;
    /* Remove or adjust as needed */
    text-align: center;
    margin-bottom: 150px;
}


.contact-common-title {
    font-family: 'Pacifico', cursive;
    font-size: 2.2rem;
    color: #222;
    margin-bottom: 36px;
}

.contact-common-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 32px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    align-items: stretch;
    /* Ensures all cards are same height */
}

.contact-common-card {
    background: linear-gradient(135deg, #f6f2d6 90%, #e7e1c2 100%);
    border-radius: 24px;
    padding: 24px 18px 18px 18px;
    width: 100%;
    max-width: 260px;
    min-height: 220px;
    /* Set a min-height for all cards */
    height: 100%;
    /* Make card fill the grid cell */
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* Distribute content vertically */
    position: relative;
    margin: 0 auto;
}


.contact-common-card-title {
    font-size: 1.08rem;
    font-weight: 400;
    color: #222;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.3;
}

.contact-common-card-desc {
    font-size: 19px;
    color: #8F9E73;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}

.contact-common-card-arrow i {
    margin: 0;
}

.contact-seeall-btn {
    display: block;
    margin: 32px auto 0 auto;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 0;
    width: 520px;
    font-size: 1.1rem;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.contact-seeall-btn:hover {
    background: #333;
}

/* --- Browse section --- */
.contact-browse-section {
    background: #fff;
    padding: 40px 0 0 0;
    text-align: center;
}

.contact-browse-title {
    font-family: 'Pacifico', cursive;
    font-size: 2.2rem;
    color: #222;
    margin-bottom: 36px;
}

.contact-browse-bg {
    background: linear-gradient(120deg, #f6f2d6 80%, #e7e1c2 100%);
    border-radius: 0 0 0 0;
    padding: 40px 0 60px 0;
    margin: 0 auto;
    max-width: 1540px;
    margin-bottom: 150px;
}

.contact-browse-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    justify-content: center;
    margin: 0 auto 40px auto;
    max-width: 1100px;
    align-items: stretch;
    /* Make all cards same height */
}


.contact-browse-card-arrow i {
    margin: 0;
}

.contact-browse-card-arrow i {
    font-size: 2.2rem;
    /* or try 2.5rem, 3rem, etc. */
    color: #222;
    /* or your preferred color */
    margin: 0;
    font-weight: bold;
    line-height: 1;
}

.contact-browse-card {
    background: none;
    border-radius: 24px;
    text-align: center;
    padding: 24px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* Distribute content vertically */
    position: relative;
    height: 100%;
    /* Fill the grid cell */
    min-height: 240px;
    /* Set a min-height for all cards */
    box-sizing: border-box;
}

.contact-browse-card-title {
    font-size: 24px;
    font-weight: 400;
    color: #748B68;
    margin-bottom: 10px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.1em;
}

.contact-browse-card-desc {
    font-size: 0.98rem;
    color: #888;
    margin-bottom: 18px;
    text-align: center;
    line-height: 1.3;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Bottom section --- */
.contact-bottom-section {
    background: #e7e1c2;
    padding: 0;
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.contact-paws-section {
    position: relative;
    width: 100%;
    min-height: 180px;
    background: #fff;
    overflow: hidden;
    border-bottom: 8px solid #a0ad87;
}

.contact-paws-left {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 120px;
    opacity: 0.13;
    z-index: 1;
}

.contact-paws-dog {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 140px;
    z-index: 2;
}

.contact-paws-right {
    position: absolute;
    right: 0px;
    top: 1095px;
    width: 314px;
    z-index: 2;
}

.contact-bottom-paws {
    position: absolute;
    left: 40px;
    top: 30px;
    opacity: 0.18;
    width: 120px;
}

.contact-bottom-dog {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    z-index: 2;
}

.contact-bottom-pawright {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    z-index: 2;
}

.contact-bottom-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    padding: 0 0 0 220px;
    gap: 80px;
    min-height: 220px;
    z-index: 3;
}

.contact-bottom-learn {
    min-width: 180px;
    color: #444;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.contact-bottom-learn ul {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: disc;
    color: #444;
    font-size: 1rem;
    line-height: 1.7;
}

.contact-bottom-tips {
    color: #444;
    font-size: 1.1rem;
    max-width: 420px;
    margin-bottom: 30px;
}

.contact-bottom-tips-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.contact-bottom-tips-desc {
    color: #444;
    font-size: 0.98rem;
    margin-top: 8px;
    line-height: 1.5;
}

.footer-cat {
    position: absolute;
    right: 0;
    bottom: 296px;
    margin-right: 84px;
    width: 410px;
    z-index: 3;
}

@media (max-width: 900px) {
    .contact-common-cards {
        grid-template-columns: 1fr 1fr;
        width: 100vw;
    }
}

@media (max-width: 600px) {
    .contact-common-cards {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 10px;
    }

    .contact-common-card {
        max-width: 100%;
    }
}

/* --- Responsive --- */
@media (max-width: 1100px) {
    .contact-hero-inner {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 20px;
    }

    .contact-hero-left {
        max-width: 100%;
        padding-left: 0;
    }

    .contact-browse-cards {
        grid-template-columns: 1fr 1fr;
    }

    .contact-hero-circles {
        margin-right: 0;
    }

    .contact-bottom-content {
        padding-left: 60px;
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .contact-hero-categories-bar {
        gap: 30px;
    }

    .contact-learn-cards,
    .contact-common-cards,
    .contact-browse-cards {
        gap: 12px;
    }

    .contact-bottom-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-left: 120px;
    }
}

@media (max-width: 700px) {
    .contact-hero-inner {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .contact-hero-circles {
        flex-direction: column;
        gap: 10px;
    }

    .contact-hero-circle-main {
        width: 180px;
        height: 180px;
    }

    .contact-hero-circle-side {
        width: 80px;
        height: 80px;
        left: 120px;
        top: 10px;
    }

    .contact-hero-category-card {
        width: 120px;
        min-width: 100px;
    }

    .contact-hero-category-label {
        font-size: 0.95rem;
    }

    .contact-learn-card {
        width: 120px;
    }

    .contact-learn-card img {
        height: 70px;
    }

    .contact-common-card {
        min-width: 120px;
        max-width: 180px;
        padding: 14px 8px 12px 8px;
    }

    .contact-browse-card {
        min-width: 120px;
        max-width: 100%;
    }

    .contact-browse-cards {
        grid-template-columns: 1fr;
    }

    .contact-bottom-content {
        padding-left: 20px;
    }

    .contact-bottom-dog,
    .contact-bottom-pawright {
        width: 90px;
    }

    .contact-bottom-paws {
        width: 60px;
    }
}

@media (max-width: 500px) {
    .contact-hero-title {
        font-size: 1.3rem;
    }

    .contact-learn-title,
    .contact-common-title,
    .contact-browse-title {
        font-size: 1.2rem;
    }

    .contact-seeall-btn {
        width: 98vw;
    }
}



/* Download section */
.down-paw img {
    position: absolute;
    width: 407px;
    height: 473px;
    right: 266px;
    top: 27px;
    z-index: 2;
}


.download-hero .download-hero-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 356px;

    width: 40px;
    height: 134px;
    background: repeating-linear-gradient(to bottom, #8D9C71, #8D9C71 8px, transparent 8px, transparent 20px);
    border-radius: 4px;
    opacity: 0.7;
}


.download-hero {
    background: #e7e1c2;
    padding: 0 0 60px 0;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
    padding-top: 40px;
}

.download-hero-left {
    flex: 1;
    max-width: 1200px;

}

.download-hero-title {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    margin-top: 40px;
}

.download-hero-desc {
    color: #8F9E73;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.download-hero-search {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.download-hero-search input {
    padding: 10px 14px;
    border: 1.5px solid #bfc7b2;
    border-radius: 6px 0 0 6px;
    font-size: 1rem;
    outline: none;
    width: 220px;
    background: #fff;
}

.download-hero-search button {
    background: #8a9a5b;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 10px 18px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.download-hero-search button:hover {
    background: #6b8a4b;
}

.download-hero-search img {
    margin-top: 100px;
    margin-left: -245px;
}


.section {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 160px;
    margin-bottom: 250px;

}

.box {
    background: #8F9E73;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
    width: 447px;
    height: 388px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.box h2 {
    font-family: "Pacifico", cursive;
    font-size: 29px;
    margin-bottom: 20px;
}

.box h3 {
    font-size: 'Poppins';
    font-size: 18px;
    margin: 15px 0 5px;
    color: #000;
}

.box p {
    font-size: 'Poppins';
    font-size: 14px;
    color: #F6EDCA;
    margin-bottom: 15px;
}

.floating-doggy {
    position: absolute;
    left: 168px;
    bottom: -200px;
    width: 300px;
    z-index: 10;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.10));
}

.paw-top-right {
    position: absolute;
    top: -286px;

    right: 0px;
    width: 265px;
    z-index: 2;
}

/* Blog Section */
.blog-hero-section {
    background-color: #F6EDCA;
    /* beige background */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.blog-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 135px;
    position: relative;
    /* important for image positioning */
}

.blog-hero-content {
    background-color: #8F9E73;
    border-radius: 40px;
    padding: 50px;
    max-width: 100%;
    height: 416px;
    color: #000;
    z-index: 2;
    position: relative;
}

.blog-hero-content small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.blog-hero-content h1 {
    font-size: 36px;
    font-weight: 700;
    max-width: 40%;
    text-decoration: underline;
    margin: 0 0 20px;
}

.blog-hero-content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
    max-width: 45%;

}

.blog-hero-image {
    position: absolute;
    right: 5%;
    /* tweak as needed */
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.blog-hero-image img {
    max-width: 570px;
    height: auto;
    margin-top: -160px;

}

/* Responsive */
@media (max-width: 991px) {
    .blog-hero-container {
        margin-top: 60px;
    }

    .blog-hero-content {
        margin-bottom: 40px;
        height: auto;
    }

    .blog-hero-content p {
        max-width: 100%;
        /* ✅ text full width on small screens */
    }

    .blog-hero-image {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 20px;
        text-align: center;
    }

    .blog-hero-image img {
        max-width: 300px;
    }
}

/* Signup Section */
.signup-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #F6EDCA 100%);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1535px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}

.signup-text {
    max-width: 500px;
    margin-left: 262px;

}

.signup-text h2 {
    font-family: 'Pacifico', cursive;
    font-size: 2.8rem;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 1.2;
}

.signup-text p {
    font-size: 1rem;
    color: #8F9E73;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.signup-form {
    display: flex;
    max-width: 400px;
}

.signup-form input[type="email"] {
    flex: 1;
    padding: 12px 16px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 6px 0 0 6px;
    outline: none;
}

.signup-form input[type="email"]::placeholder {
    color: #999;
}

.signup-form button {
    background-color: #8F9E73;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.signup-form button:hover {
    background-color: #7a8a5f;
}

.blog-dog-image img {

    object-fit: cover;
    display: block;
}

.blog-blur {
    position: absolute;
    width: 409px;
    left: 0px;
}

/* Responsive */
@media (max-width: 900px) {
    .signup-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .dog-images {
        margin-top: 30px;
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
    }

    .dog-circle.large {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 480px) {
    .signup-text h2 {
        font-size: 2rem;
    }

    .signup-form {
        max-width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .signup-form input[type="email"],
    .signup-form button {
        border-radius: 6px;
        border-right: 1px solid #ccc;
        width: 100%;
    }

    .signup-form button {
        border-radius: 6px;
    }
}

/* Latest Section  */

.latest-container {
    max-width: 1054px;
    margin: 0 auto;
    margin-top: 168px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Left side box */
.latest-stories {
    background: #F6EDCA;
    border: 2px solid #1E90FF;
    /* blue border as in image */
    border-radius: 0 40px 40px 0;
    padding: 30px 40px 30px 40px;
    max-width: 600px;
    flex: 1 1 600px;
    box-sizing: border-box;
}

.latest-stories h2 {
    font-family: 'Pacifico', cursive;
    font-size: 2.5rem;
    margin-left: 220px;
    margin-bottom: 50px;
    color: #000;
}

.story-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.story-image {
    flex-shrink: 0;
    width: 150px;
    height: 90px;
    margin-left: 50px;
    border-radius: 40px / 50%;
    /* pill shape */
    overflow: hidden;
    background: #ccc;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.story-text {
    flex: 1;
}

.story-category {
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 45px 0;
    text-transform: uppercase;
}

.story-title {
    font-weight: 600;
    font-size: 1rem;
    color: #8F9E73;
    margin: 0;
    line-height: 1.3;
}

/* Right side box */
.popular-posts {
    flex: 1 1 400px;
    max-width: 400px;
}

.popular-posts h2 {
    font-family: 'Pacifico', cursive;
    font-size: 2.5rem;
    margin: 0 0 30px 0;
    color: #000;
    margin-top: 40px;
}

.popular-posts ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    color: #8F9E73;
    font-weight: 600;
    font-size: 1rem;
    line-height: 38px;

}

.popular-posts ul li {
    margin-bottom: 15px;
}



/* Responsive */
@media (max-width: 900px) {
    .container {
        flex-direction: column;
        gap: 40px;
    }

    .latest-stories,
    .popular-posts {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

/* Article Section */

.article-container {
    margin-top: 200px;
    margin-bottom: 200px;
}

.articles-grid {
    display: grid;
    margin-top: 150px;
    grid-template-columns: repeat(3, 1fr);
    gap: 86px 40px;

    max-width: 1200px;
    margin: 0 auto;
}

.article-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100px;
}

/* Oval container for text */
.text-oval {
    border: 4px solid #8F9E73;
    border-radius: 50px / 50%;
    padding: 20px 40px 20px 120px;
    /* left padding to make space for image */
    flex: 1;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    min-height: 100px;
    display: flex;
    align-items: center;
}

/* Circular image container */
.image-circle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 158px;

    border-radius: 30%;
    overflow: hidden;
    background: #fff;
    z-index: 10;
}

.image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-paws-right {
    position: absolute;
    right: 116px;
    bottom: -1758px;
    width: 214px;
    z-index: 2;
}

.article-top-left {
    position: absolute;
    bottom: -1900px;
    left: 0px;
    width: 323px;
    z-index: 2;
}

/* Responsive */
@media (max-width: 900px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 30px;
    }
}

@media (max-width: 600px) {
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .article-item {
        min-height: 120px;
    }

    .text-oval {
        padding-left: 130px;
    }
}



/* About Us Page */
/* Hero Section */
.about-hero {
    width: 100%;
    min-height: 892px;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    overflow: visible;
}

.about-hero-img {
    width: 100vw;
    max-width: 1891px;
    height: 892px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 0 0 0 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

/* Floating Paw (left) */
.floating-paw {
    position: absolute;
    left: 5vw;
    top: 60%;
    bottom: 80px;
    width: 218px;
    z-index: 3;
    filter: drop-shadow(0 4px 12px rgba(143, 158, 115, 0.12));

}

/* Floating Container */
.floating-container {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    background: #8F9E73;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
    padding: 48px 56px 64px 56px;
    width: 700px;
    max-width: 90vw;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.floating-container h2 {
    font-family: 'Pacifico', cursive;
    color: #fff;
    font-size: 2.6rem;
    margin-left: 107px;
    margin-bottom: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.floating-container h3 {
    font-family: 'Poppins';
    color: #222;
    font-size: 22px;
    margin-left: 60px;
    margin-top: 15px;
    margin-bottom: 18px;
}

.floating-container p {
    font-family: 'Poppins';
    color: #F6EDCA;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 63px;
}

/* Floating Doggy (bottom right of container) */
.about-floating-doggy {
    position: absolute;
    right: -80px;
    bottom: -60px;
    width: 180px;
    z-index: 10;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.10));

}


/* Responsive */
@media (max-width: 900px) {
    .floating-container {
        width: 95vw;
        padding: 32px 12px 80px 12px;
    }

    .floating-doggy {
        right: -30px;
        width: 120px;
    }

    .floating-paw {
        left: 2vw;
        width: 70px;
    }

    .hero-img {
        height: 400px;
    }
}

@media (max-width: 600px) {
    .navbar {
        flex-direction: column;
        gap: 10px;
        padding: 10px 8px;
    }

    .floating-container {
        width: 99vw;
        padding: 18px 4vw 80px 4vw;
    }

    .floating-doggy {
        right: -10px;
        width: 80px;
        bottom: -30px;
    }

    .floating-paw {
        left: 1vw;
        width: 40px;
        bottom: 30px;
    }

    .hero-img {
        height: 220px;
    }
}

/* Second section */
.stats-section {
    width: 100%;
    background: linear-gradient(180deg, #F6EDCA 0%, #FFFFFF 30%, #FFFFFF 40%, #F6EDCA 100%);
    margin-top: -70px;
    padding: 0;


}

.stats-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1521px;
    margin-top: 650px;


    padding: 0 0 60px 0;
    position: relative;
    z-index: 2;
}

.stats-image {
    position: relative;
    width: 480px;
    min-width: 320px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -60px;
    margin-left: 0;
}

.paw-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: #8F9E73;
    filter: blur(32px);
    opacity: 0.35;
    border-radius: 50%;
    z-index: 1;
}

.dog-paw-img {
    position: relative;
    width: 621px;
    margin-top: 109px;
    margin-left: 328px;
    z-index: 2;
}

.stats-info {
    flex: 1;
    padding: 60px 40px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 290px;
}

.stats-info h2 {
    font-family: 'Pacifico', cursive;
    font-size: 2.2rem;
    color: #222;
    font-weight: 400;
    margin-bottom: 36px;
    line-height: 1.2;
}

.stats-list {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.stat-row {
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
}

.stat-badge {
    position: relative;
    width: 112px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    z-index: 1;

    margin-right: 0;
    padding: 0;
}

.stat-badge span {
    position: relative;
    color: #F6EDCA;
    z-index: 2;
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 1.1;
    display: block;
}

.stat-badge .badge-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.stat-divider {
    width: 2px;
    height: 70px;
    background: #8F9E73;
    opacity: 0.6;
    margin: 0 18px;
}

.stat-desc {
    font-family: 'Poppins';
    color: #222;
    font-size: 1.18rem;
    font-weight: 400;
    max-width: 400px;
    line-height: 1.3;
}

/* Responsive for stats */
@media (max-width: 1200px) {
    .stats-info {
        margin-left: 0;
        padding: 40px 20px 0 20px;
    }
}

@media (max-width: 900px) {
    .stats-info {
        margin-left: 0;
        padding: 30px 10vw 0 10vw;
    }

    .stat-row {
        gap: 18px;
    }

    .stat-badge {
        width: 70px;
        height: 70px;
        font-size: 1.1rem;
    }

    .stat-divider {
        height: 50px;
        margin: 0 10px;
    }
}

@media (max-width: 600px) {
    .stats-info {
        padding: 20px 4vw 0 4vw;
    }

    .stat-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .stat-divider {
        display: none;
    }

    .stat-badge {
        width: 60px;
        height: 60px;
        font-size: 1rem;
    }

    .stat-desc {
        font-size: 0.95rem;
    }
}

.care-section {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

.care-top {
    padding: 64px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.care-title {
    font-family: 'Pacifico', cursive;
    font-size: 59px;
    color: #222;
    margin-bottom: 25px;
}

.care-subtitle {
    color: #8F9E73;
    font-size: 24px;
    margin-bottom: 32px;
    font-family: 'Poppins', Arial, sans-serif;
}

.care-features {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
}

.care-features ul {
    list-style: disc inside;
    color: #444;
    font-size: 1.05rem;
    font-family: 'Poppins', Arial, sans-serif;
    text-align: left;
    line-height: 2;
    min-width: 260px;
}

.about-shepherd-wrap {
    position: absolute;
    right: 0;
    bottom: -340px;
    width: 370px;
    height: 320px;
    z-index: 2;
    pointer-events: none;
}

.about-shepherd-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    z-index: 2;
    filter: drop-shadow(0 12px 40px #8F9E73aa);
}

.about-shepherd-glow {
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 220px;
    height: 120px;
    background: radial-gradient(ellipse at center, #8F9E73 0%, #8F9E7300 80%);
    opacity: 0.35;
    filter: blur(18px);
    z-index: 1;
}

/* Care Bottom */
.care-bottom {
    background: #8F9E73;
    margin-top: 120px;
    padding: 80px 0 60px 0;
    position: relative;
    min-height: 420px;
    overflow: visible;
}

.care-paw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    z-index: 3;
    filter: drop-shadow(0 8px 32px #8F9E73aa);
}

.care-bottom-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.care-bottom-title {
    font-family: 'Pacifico', cursive;
    font-size: 4.2rem;
    color: #222;
    margin-bottom: 18px;
}

.care-bottom-desc {
    color: #F7EFCE;
    margin-top: 35px;
    font-size: 26px;
    margin-bottom: 41px;
    font-family: 'Poppins', Arial, sans-serif;
}

.care-services {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-bottom: 32px;
}

.care-service-box {
    background: #F6EDCA;
    border-radius: 18px;
    padding: 28px 38px;
    min-width: 200px;
    font-size: 1.1rem;
    color: #222;
    font-family: 'Poppins', Arial, sans-serif;
    box-shadow: 0 2px 12px rgba(143, 158, 115, 0.08);
}

.care-service-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.care-service-box li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.08rem;
}

.care-service-box li:last-child {
    margin-bottom: 0;
}

.care-search-btn {
    margin-top: 18px;
    background: #111;
    color: #fff;
    border: none;
    width: 500px;
    border-radius: 6px;
    padding: 12px 48px;
    font-size: 1.1rem;
    font-family: 'Poppins', Arial, sans-serif;
    cursor: pointer;
    transition: background 0.2s;
}

.care-search-btn:hover {
    background: #333;
}

.about-footer-cat {
    position: absolute;
    right: 0;
    bottom: 231px;
    width: 478px;
    z-index: 3;
}

/* Responsive */
@media (max-width: 1100px) {
    .shepherd-wrap {
        width: 260px;
        height: 220px;
    }

    .shepherd-img {
        width: 260px;
    }

    .shepherd-glow {
        width: 120px;
        height: 60px;
        right: 20px;
    }

    .care-bottom-content {
        max-width: 98vw;
    }
}

@media (max-width: 800px) {
    .care-features {
        flex-direction: column;
        gap: 20px;
    }

    .shepherd-wrap {
        width: 180px;
        height: 120px;
        right: 0;
        bottom: -40px;
    }

    .shepherd-img {
        width: 180px;
    }

    .shepherd-glow {
        width: 80px;
        height: 30px;
        right: 10px;
    }

    .care-services {
        flex-direction: column;
        gap: 18px;
    }

    .care-paw {
        width: 90px;
    }
}

@media (max-width: 600px) {
    .care-top {
        padding: 32px 0 0 0;
    }

    .care-title,
    .care-bottom-title {
        font-size: 1.2rem;
    }

    .care-bottom {
        padding: 40px 0 30px 0;
        min-height: 320px;
    }

    .care-service-box {
        padding: 18px 10px;
        min-width: 120px;
        font-size: 0.95rem;
    }

    .care-bottom-desc {
        font-size: 0.95rem;
    }
}




.family-section {

    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.about-paw-top-left {
    position: absolute;
    top: -60px;
    left: -1px;
    width: 272px;
    z-index: 2;
}

.about-paw-top-right {
    position: absolute;
    top: 165px;
    right: 0px;
    width: 265px;
    z-index: 2;
}

.family-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px 0 20px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.family-title {
    font-family: 'Pacifico', cursive;
    font-size: 50px;
    color: #222;
    margin-bottom: 25px;
}

.family-desc {
    color: #222;
    font-size: 1.15rem;
    margin-bottom: 48px;
    font-family: 'Poppins', Arial, sans-serif;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.family-desc .highlight {
    background: none;
    font-size: 25px;
    color: #8F9E73;
    padding-bottom: 2px;
}

.leadership-title {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
    color: #222;
    margin-bottom: 32px;
    margin-top: 40px;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 60px;
    justify-items: center;
}

.leader-card {
    background: #fff;
    /* Black background */
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    /* Black drop shadow */
    padding: 18px 18px 12px 18px;
    width: 190px;
    text-align: center;
    font-family: 'Poppins', Arial, sans-serif;
    transition: transform 0.2s;
}

.leader-card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #fff;
}

.leader-name {
    font-weight: 600;
    color: #000;
    font-size: 1.05rem;
}

.leader-role {
    color: #000;
    font-size: 0.95rem;
    margin-top: 2px;
}

/* Responsive: 2 per row on tablet, 1 per row on mobile */
@media (max-width: 1100px) {
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .leader-card {
        width: 90vw;
        max-width: 320px;
    }
}

/* Grow a pet-sitting business */
.grow-business {
    background: #F6EDCA;
    border-radius: 100vw;
    margin: 80px auto 0 auto;
    padding: 60px 20px 80px 20px;
    max-width: 1300px;
    position: relative;
    text-align: center;
    z-index: 2;
    overflow: visible;
    margin-bottom: 300px;
}

.grow-paws {
    position: absolute;
    left: -132px;
    top: 260px;
    width: 120px;
    z-index: 0;
    filter: blur(1px);
}

.grow-title {
    font-family: 'Pacifico', cursive;
    font-size: 50px;
    color: #222;
    margin-bottom: 30px;
}

.grow-desc {
    color: #8F9E73;
    font-size: 29px;
    margin-bottom: 32px;
    font-family: 'Poppins', Arial, sans-serif;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.grow-btn {
    margin-top: 18px;
    background: #111;
    width: 696px;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 48px;
    font-size: 1.1rem;
    font-family: 'Poppins', Arial, sans-serif;
    cursor: pointer;
    transition: background 0.2s;
}

.grow-btn:hover {
    background: #333;
}

.grow-cat {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 220px;
    z-index: 3;
}


/* blur */
.index-blur-1 {
    position: absolute;
    width: 319px;
    left: -119px;
    bottom: 685px;

}

.index-blur-2 {
    position: absolute;
    width: 249px;
    right: 0;
    bottom: -59px;
}

.index-blur-3 {
    position: absolute;
    width: 249px;
    right: 0;
    bottom: 0px;
}

.index-blur-4 {
    position: absolute;
    width: 319px;
    left: -119px;


}

.about-blur-1 {
    position: absolute;
    width: 319px;
    left: 0;


}

.about-blur-2 {
    position: absolute;
    width: 319px;
    left: -2px;
    bottom: -431px;
}

.about-blur-3 {
    position: absolute;
    width: 249px;
    right: 0;
    bottom: 0px;
}

.about-blur-4 {
    position: absolute;
    width: 319px;
    left: -119px;
    bottom: 230px;
}

.about-blur-5 {
    position: absolute;
    width: 317px;
    right: 15px;
    bottom: 1366px;
}